/*
* Template Name: Edux - Education & Online Courses Multipages Template
* Author:  Gaintco
* Author URL: https://themeforest.net/user/gaintco
* Version: 1.0
*/

/* =============================================================================

[Table of contents]

0.0 Common CSS START 
1.0 HEADER AREA START 
2.0 NAVBER AREA START
3.0 BANNER AREA START
4.0 OVERVIEW AREA START
5.0 ABOUT AREA START
6.0 COURSE AREA START
7.0 COUNT AREA START
8.0 EVENT AREA START
9.0 TEACHER AREA START
10.0 DISCOUNT AREA START
11.0 PRICE AREA START
12.0 COMMENT AREA START
13.0 BLOG AREA START
14.0 BRAND AREA START
15.0 INSTRUCTOR AREA START
16.0 FOOTER AREA START
17.0 COPY_RIGHT AREA START

/*===========================
0.0 *** Common CSS START ***
=============================*/
@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

ul,
li {
    list-style-type: none;
}

a,
a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

.zindex {
    position: relative;
    z-index: 99;
}

.clr {
    clear: both;
}
.facebookbg{background:#003366}
.twitterbg{background:#0099CC}
.youtubebg{background:#FF0000}
@font-face {
    src: url(../fonts/Poppins-Bold.ttf);
    font-family: pb;
}

@font-face {
    src: url(../fonts/Poppins-ExtraBold.ttf);
    font-family: peb;
}

@font-face {
    src: url(../fonts/Poppins-Regular.ttf);
    font-family: pr;
}

@font-face {
    src: url(../fonts/Poppins-Light.ttf);
    font-family: pl;
}

/* Preloader Part */
.preload-main {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #131313;
    z-index: 9999999;
    overflow: hidden;
    top: 0;
    left: 0;
}


.preloader {
    position: absolute;
    width: 65px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader p {
    font-size: 18px;
    font-family: pb;
    color: white;
    padding-bottom: 10px;
}

.preloader span {
    position: absolute;
    display: block;
    bottom: 0;
    width: 9px;
    height: 5px;
    border-radius: 5px;
    background: #ff5202;
    -webkit-animation: preloader 2s infinite ease-in-out;
    animation: preloader 2s infinite ease-in-out;
}

.preloader span:nth-child(2) {
    left: 11px;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.preloader span:nth-child(3) {
    left: 22px;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.preloader span:nth-child(4) {
    left: 33px;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.preloader span:nth-child(5) {
    left: 44px;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

.preloader span:nth-child(6) {
    left: 55px;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

@-webkit-keyframes preloader {
    0% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: #ff5202;
    }

    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background: #ff5202;
    }

    50%,
    100% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: #ff5202;
    }
}

@keyframes preloader {
    0% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: #ff5202;
    }

    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background: #ff5202;
    }

    50%,
    100% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: #ff5202;
    }
}
.theme-list {
  display: inline-block; }
  .theme-list ul {
    margin: 0;
    padding: 0;
    list-style: outside; }
    .theme-list ul li:last-child a {
      padding-bottom: 0; }
    .theme-list ul li a {
      display: inline-block;
      position: relative;
      padding: 5px;font-size:16px;
      color: #000;
      transition: all .4s linear 0s; }
      .theme-list ul li a:hover {
        text-decoration: none;
        color: #000; }
      .theme-list ul li a:before {
        content: "\f058";
        font-family: "FontAwesome";
        font-weight: 900;
        padding-right: 5px;
        color: #ff5202; }

.theme-list-2 {
  display: inline-block; }
  .theme-list-2 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .theme-list-2 ul a {
      display: inline-block;
      position: relative;
      padding: 7px;
      color: #002147;
      transition: all .4s linear 0s; }
      .theme-list-2 ul a:hover {
        text-decoration: none;
        color: #14bdee; }
      .theme-list-2 ul a:before {
        content: "\f058";
        font-family: "FontAwesome";
        font-weight: 900;
        padding-right: 5px;
        color: #14bdee; }

.theme-list-3 {
  display: inline-block; }
  .theme-list-3 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .theme-list-3 ul li {
      position: relative;
      padding: 10px;
      color: #002147;
      transition: all .4s linear 0s;
      font-size: 16px; }
      .theme-list-3 ul li:hover a {
        text-decoration: none;
        color: #91c73d; }
      .theme-list-3 ul li:before {
        content: "\f058";
        font-family: "FontAwesome";
        font-weight: 900;
        padding-right: 5px;
        color: #91c73d; }

.theme-list-4 {
  display: inline-block; }
  .theme-list-4 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .theme-list-4 ul li {
      display: block;
      position: relative;
      padding: 10px;
      color: #002147;
      transition: all .4s linear 0s;
      font-size: 16px; }
      .theme-list-4 ul li:hover a {
        text-decoration: none;
        color: #ff5202; }
      .theme-list-4 ul li:before {
        content: "\f00c";
        font-family: "FontAwesome";
        font-weight: 900;
        padding-right: 5px;
        color: #ff5202;
        font-size: 14px; }
.default_bg {
    background-color: #2f2c52;
}.section-ptb {
    padding-top: 130px;
    padding-bottom: 130px;
}
.section-title {
  padding-bottom: 20px; }
  .section-title h4 {
    color: #ff5202;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500; }
  .section-title h2 {
    color: #002147;
    font-size: 50px;
    font-family: pb;
    font-weight: 600; }
    @media (max-width: 575px) {
      .section-title h2 {
        font-size: 35px; } }

.sub-title {
  font-family: pb;
  font-weight: 500;
  font-size: 50px;
  color: #002147; }
  @media (max-width: 575px) {
    .sub-title {
      font-size: 35px; } }




/************************
15.2 Start Full Width Container
*************************/
.half-column-video:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.3); }

.half-column-video .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #14bdee;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 15px;
  border-radius: 50%;
  transition: all .4s linear 0s; }
  .half-column-video .play-button i {
    font-size: 30px;
    background-color: #fff;
    padding: 35px;
    border-radius: 50%; }
  .half-column-video .play-button:hover {
    background-color: #14bdee; }

@media (max-width: 768px) {
  .half-column-video {
    padding: 200px 0; } }

@media (max-width: 575px) {
  .half-column-video {
    padding: 200px 0; } }
	@media (max-width: 768px) {
  .countdown-wrapper.translate_50 {
    transform: translateY(15%) !important; } }

@media (max-width: 575px) {
  .countdown-wrapper.translate_50 {
    transform: translateY(5%) !important; } }

.single-countdown {
  text-align: center;
  border-width: 6px;
  border-style: solid;
  border-image: url(../images/border.png) 5;
  border-image-outset: inherit;
  border-image-repeat: no-repeat;
  border-image-repeat: repeat; }
  .single-countdown p {
    color: #fff;
    font-weight: 600; }
  .single-countdown span {
    color: #ff5202;
    font-size: 60px;
    font-weight: 600; }
  @media (min-width: 768px) and (max-width: 991px) {
    .single-countdown {
      border-width: 5px; } }

.single-countdown-2 {
  text-align: center;
  border-width: 7px;
  border-style: solid;
  border-image: url(../images/border.png) 7;
  border-image-outset: inherit;
  border-image-repeat: no-repeat;
  border-image-repeat: repeat; }
  .single-countdown-2 p {
    color: #666;
    font-weight: 600;
    font-size: 14px; }
  .single-countdown-2 span {
    color: #14bdee;
    font-size: 60px;
    font-weight: 600; }
  @media (min-width: 768px) and (max-width: 991px) {
    .single-countdown-2 {
      border-width: 6px; } }

.single-countdown-3 {
  text-align: center;
  border-width: 6px;
  border-style: solid;
  border-image: url(../images/border.png) 5;
  border-image-outset: inherit;
  border-image-repeat: no-repeat;
  border-image-repeat: repeat;
  background-color: #002147; }
  .single-countdown-3 p {
    color: #fff;
    font-weight: 600; }
  .single-countdown-3 span {
    color: #14bdee;
    font-size: 60px;
    font-weight: 600; }
  @media (min-width: 768px) and (max-width: 991px) {
    .single-countdown-3 {
      border-width: 5px; } }

.single-countdown-4 {
  text-align: center;
  border-width: 6px;
  border-style: solid;
  border-image: url(../images/border.png) 5;
  border-image-outset: inherit;
  border-image-repeat: no-repeat;
  border-image-repeat: repeat;
  background-color: #0d1028; }
  .single-countdown-4 p {
    color: #fff;
    font-weight: 600;
    font-size: 20px; }
  .single-countdown-4 span {
    color: #91c73d;
    font-size: 60px;
    font-weight: 600; }
  @media (min-width: 768px) and (max-width: 991px) {
    .single-countdown-4 p {
      font-size: 15px; } }

.single-countdown-5 {
  text-align: center;
  background-color: #002147;
  border-width: 6px;
  border-style: solid;
  border-color: #fff; }
  .single-countdown-5 p {
    color: #fff;
    font-weight: 600;
    font-size: 20px; }
  .single-countdown-5 span {
    color: #14bdee;
    font-size: 60px;
    font-weight: 600; }
  @media (min-width: 768px) and (max-width: 991px) {
    .single-countdown-5 p {
      font-size: 15px; } }.mt-2, .my-2 {
    margin-top: .5rem !important;
}

/* breadcrumb Part */
#breadcrumb {
    padding: 30px 0;
}

.yellow {
    background: #fff3cd;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.yellow li a {
    color: #373a6d;
    font-size: 18px;
    font-family: pb;
}

/* Version 2 */
.particles-js-canvas-el {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

#index2 .full_slider .slick-dots {
    display: none;
}

#index2 .bnr_text {
    padding-bottom: 170px;
}

/* Version 3 */
#index3 .slider {
    background: none;
}

#index3 #banner {
    background: url(../images/banner2.jpg) left top no-repeat;
    background-size: cover;
}

#index3 .full_slider .slick-dots {
    display: none;
}

#index3 .bnr_text {
    padding-bottom: 170px;
}

/** Login start **/
.logoss {
    font-size: 26px;
    font-family: peb;
    color: white;
}

.logoss:hover {
    color: white;
}

.login-12 {
    top: 0;
    width: 100%;
    bottom: 0;
    min-height: 100vh;
    z-index: 999;
    opacity: 1;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background: #363535;
}

.login-12 .login-inner-form {
    color: #272323;
    text-align: center;
}

.login-12 .col-pad-0 {
    padding: 0;
}

.login-12 .login-inner-form .details p {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}

.login-12 .login-inner-form .details p a {
    margin-left: 3px;
    color: #fff;
    font-family: pb;
}

.login-12 .login-inner-form .details p {
    margin-bottom: 0;
}

.login-12 .login-inner-form .details {
    padding: 30px 0 30px 60px;
}

.login-12 .bg-img {
    background-size: cover;
    width: 100%;
    bottom: 0;
    border-radius: 10px;
    padding: 80px 20px;
    background: #ff5202;
    margin: 30px 0;
    right: -60px;
    z-index: 999;
}

.login-box-12 {
    margin: 0 200px 0 150px;
    max-width: 700px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.06);
    background-size: cover;
    top: 0;
    bottom: 0;
    opacity: 1;
    text-align: center;
}

.login-12 .btn-outline {
    border-radius: 3px;
    padding: 6px 30px 6px 30px;
    color: #ff574d;
    background: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
}

.login-12 .none-2 {
    display: none;
}

.login-12 .btn-outline:hover {
    background: #ecebeb;
    text-decoration: none;
}

.login-12 .login-inner-form h3 {
    margin: 0 0 25px;
    font-size: 25px;
    font-family: pb;
    color: white;
}

.login-12 .login-inner-form .form-group {
    margin-bottom: 20px;
}

.login-12 .login-inner-form .input-text {
    outline: none;
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    outline: 0;
    font-weight: 500;
    color: #717171;
    height: 45px;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.login-12 .login-inner-form .btn-md {
    cursor: pointer;
    padding: 10px 50px 8px 50px;
    height: 45px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    border-radius: 3px;
}

.login-12 .bg-img .social-list li {
    display: inline-block;
    font-size: 16px;
}

.login-12 .bg-img .logo {
    height: 30px;
    margin-bottom: 20px;
}

.login-12 .bg-img p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 30px;
}

.login-12 .bg-img .btn-sm {
    padding: 6px 20px 6px 20px;
    font-size: 13px;
}

.login-12 .bg-img .social-list {
    margin-top: 35px;
    padding: 0;
}

.login-12 .bg-img .social-list li a {
    margin: 0 5px;
    font-size: 20px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
}

.login-12 .bg-img .social-list li a:hover {
    color: #ecebeb;
}

.login-12 .login-inner-form input[type=checkbox],
input[type=radio] {
    margin-right: 3px;
}

.login-12 .login-inner-form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-12 .login-inner-form .btn-theme.focus,
.btn-theme:focus {
    box-shadow: none;
}

.login-12 .login-inner-form .btn-theme {
    background: #ff5202;
    font-size: 16px;
    font-family: pb;
    border: none;
    color: #fff;
}

.login-12 .login-inner-form .btn-theme:hover {
    background: #ff5202;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.login-12 .login-inner-form .terms {
    margin-left: 3px;
}

.login-12 .login-inner-form .checkbox {
    margin-bottom: 20px;
    font-size: 14px;
}

.login-12 .login-inner-form .form-check {
    float: left;
    margin-bottom: 0;
}

.login-12 .login-inner-form .form-check a {
    color: #717171;
    float: right;
}

.login-12 .login-inner-form .form-check-input {
    position: absolute;
    margin-left: 0;
}

.login-12 .login-inner-form .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    margin-left: -25px;
    border: 1px solid #c5c3c3;
    border-radius: 3px;
    background-color: #fff;
}

.login-12 .login-inner-form .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}

.login-12 .login-inner-form .checkbox-theme input[type="checkbox"]:checked + label::before {
    background-color: #ff5202;
    border-color: #ff5202;
}

.login-12 .login-inner-form input[type=checkbox]:checked + label:before {
    font-weight: 300;
    color: #f3f3f3;
    line-height: 15px;
    font-size: 14px;
    content: "\2713";
}

.login-12 .login-inner-form input[type=checkbox],
input[type=radio] {
    margin-top: 4px;
}

.login-12 .login-inner-form .checkbox a {
    font-size: 14px;
    color: #ff5202;
    float: right;
}

/** MEDIA **/
@media (max-width: 992px) {
    .login-12 .none-992 {
        display: none;
    }

    .login-12 .pad-0 {
        padding: 0;
    }

    .login-12 .login-box-12 {
        margin: 0 auto;
        max-width: 400px;
    }

    .login-12 .login-inner-form .details {
        padding: 30px;
    }
}

/** Login end **/

/*===========================
1.0 *** HEADER AREA START ***
=============================*/
#header {
    background: #000;
    padding: 10px 0;
}

.header-item a span {
    color: white;
}

.header-item a span i {
    color: #fff;
    font-size: 17px;
    padding-right: 5px;
}

.social-logo {
    padding-right: 32px;
}

.social-logo i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: white;
    border: 2px solid #fff;
    margin-right: 10px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;

}

.social-logo i:hover {
    background: #ff5202;
    color: white;
    border: 1px solid #ff5202;
}
.bluebg{background:#005097}
.redbg{background:#008774}
.yellowbg{background:#009344}


/**********************************
15. inside header Page
***********************************/
.hero-section {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden; }
  .hero-section h1 {
    font-weight: 500; }
.height-470 {
    height: 325px;
}
/*===========================
2.0 *** NAVBER AREA START ***
=============================*/
.navbar {
    width: 100%;
    -weebkit-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    background: white !important;
/*    padding-bottom: 26px;
*/    position: relative;
}

.menu-item {
    padding-right: 25px;
}


.navbar-light .navbar-nav .nav-link {
    color: #131313;
    font-family: pr;
    font-size: 14px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    position: relative;
    margin: 7px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ff5202;
    cursor: pointer;
}


.nav-link i {
    font-size: 19px;
}

.navbar-light .navbar-brand {
    color: #363535;
    font-family: peb;
    font-size: 30px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;

}

.navbar-light .navbar-brand b {
    color: #ff5202;
}

.nav-bg {
    background: white !important;
    -webkit-box-shadow: 0 6px 30px -18px;
    box-shadow: 0 6px 30px -18px;
    position: fixed;
    -webkit-animation: smooth 1s;
    animation: smooth 1s;

}

@-webkit-keyframes smooth {
    from {
        top: -50px;
    }

    to {
        top: 0px;
    }
}

@keyframes smooth {
    from {
        top: -50px;
    }

    to {
        top: 0px;
    }
}

.nav-bg .navbar-brand {
    color: #363535;
    font-size: 30px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.nav-bg .navbar-brand:hover {
    color: #363535;
}

.nav-bg .navbar-nav .nav-link {
    color: #363535;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #ff5202;
}

.new_navbtn {
    background: #ff5202;
    border-radius: 3px;

}

.nav-item button {
    background: #ccc;
    border: none;
    outline: 0;
}

.nav-item button:focus {
    outline: 0;
}

.new_navbtn a {
    color: white !important;
    font-family: pb !important;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 99999999;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: pb;
    margin-top: 61px;
    margin-left: -45px;
    background: #ff5202;
    border-color: #ff5202;
}

#search .btn {
    padding: 13px 20px;
    font-size: 18px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 14px;
    color: #fff;
    background-color: #ff5202;
    border-color: #ff5202;
    opacity: 1;
    padding: 5px 15px 10px 15px;
    font-size: 30px;
}

.modal-title {
    font-size: 26px;
    font-family: pb;
}

.modal-body {
    padding: 40px 0;
}

.modal-body p {
    font-size: 21px;
    font-family: pr;
    color: #363535;
}

.modal-body h3 {
    font-size: 23px;
    font-family: pr;
    color: #363535;
    padding-top: 30px;
}

.cols-btn {
    background: #131313;
    font-size: 16px;
    font-family: pb;
}

.cols-btn:hover {
    background: #131313;
}

.cols-btn2 {
    background: #ff5202;
    font-size: 16px;
    font-family: pb;
    border: 1px solid #ff5202;
}

.cols-btn2:hover {
    border: 1px solid #ff5202;
    background: #ff5202;
}

.status {
    color: #ff5202 !important;
}

/*===========================
3.0 *** BANNER AREA START ***
=============================*/
.full_slider {
    position: relative;
}

.slider {
    background: url(../images/banner2a.jpg) left top no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.slider5 {
    background: url(../images/banner5.jpg) left top no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.slider1 {
    background: url(../images/banner1.jpg) left top no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.slider2 {
    background: url(../images/banner4.jpg) left top no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.slider3 {
    background: url(../images/banner3a.jpg) left top no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.slider6 {
    background: url(../images/banner6.jpg) left top no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.slider7{
    background: url(../images/banner7.jpg) left top no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.slider:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    z-index: -1;
}

.left_arrow {
    color: #f1f1f1;
    position: absolute;
    font-size: 28px;
    top: 60%;
    left: 20px;
    z-index: 99;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px dashed #f1f1f1;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -mos-transition: all linear .5s;
    -o-transition: all linear .5s;
}

.left_arrow:hover {
    border: 1px dashed #ff5202;
    color: #ff5202;
}

.right_arrow {
    color: #f1f1f1;
    position: absolute;
    font-size: 28px;
    top: 60%;
    right: 40px;
    z-index: 99;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px dashed #f1f1f1;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -mos-transition: all linear .5s;
    -o-transition: all linear .5s;
}

#inner .bnr_text {
    padding-bottom: 130px;
}

.right_arrow:hover {
    border: 1px dashed #ff5202;
    color: #ff5202;
}

.bnr_text {
    padding-top: 138px;
    padding-bottom: 200px;
    color: #fff;
}

.bnr_text h1 {
    font-size: 52px;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    z-index: 1;
    font-family: peb;
}

.bnr_text h1::after {
    position: absolute;
    content: '';
    bottom: 17px;
    right: 0;
    width: 324px;
    height: 9px;
    background: #ff5202;
    z-index: -1;
}

.bnr_text h1 span {
    font-size: 40px;
    display: block;
    color: #ff5202;
    font-family: pr;
}

.bnr_text p {
    font-size: 16px;
    padding-bottom: 12px;
    padding-right: 510px;
    font-family: pl;
    line-height: 26px;
}


.bnr_text .start_course {
    text-decoration: none;
    color: #ff5202;
    font-size: 20px;
    display: inline-block;
    font-family: pb;
    padding: 14px 22px;
    border-radius: 50px;
    border: 1px solid #ff5202;
    margin-right: 20px;
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    background: transparent;
}

.bnr_text .start_course:hover {
    background: #ff5202;
    color: white;
}

.slick-dots {
    display: none !important;
    padding-top: 8px;
    outline: 0;
    position: absolute;
    bottom: 117px;
    left: 300px;
}

.slick-dots li {
    display: inline-block !important;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    background: none;
    border: 1px solid #ff5202;
    border-radius: 50%;
    outline: 0;
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    color: transparent;
    background: none;
    border: none;
    border-radius: 50%;
    outline: 0;
}

.slick-dots li.slick-active button {
    background: #ff5202;
    outline: 0;

}

.slick-dots li.slick-active button:focus {
    outline: 0;

}

/*===========================
4.0 *** OVERVIEW AREA START ***
=============================*/
#overview {
    margin-top: -131px;
/*    background: #f4f6fa;*/
    padding: 30px 0;
}


.overview-item {
   /* background: white;*/
    padding: 30px;
    -webkit-box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    position: relative;
}

.overview-item:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #000;
}

.overview-item:hover:after {
    width: 100%;
}

.overview-item a i {
    border: 2px dashed #fff;
    width: 40px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.overview-item a i:hover {
    border: 2px dashed #fff;
    color: #ff5202;
}

.overview-item h3 {
    font-size: 25px;
    font-family: pb; color:#fff;
    padding-top: 18px;
}

.overview-item p {
    font-size: 16px;
    color: #fff;
    padding-bottom: 3px;
    line-height: 26px;
}

.pa-top {
    padding-top: 70px;
}

.oi-icon i {
    font-size: 23px;
    width: 50px;
    height: 50px;
    background: #ff5202;
    color: white;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

.oi-item:hover .oi-icon i {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.oi-text h3 {
    font-size: 21px;
    font-family: pb;
}

.oi-text p {
    font-size: 16px;
    color: #666;
    line-height: 25px;
}

.oi-text a {
    font-size: 16px;
    font-family: pb;
    color: #ff5202;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.oi-text a i {
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.oi-text a:hover i {
    padding-left: 7px;
}

.oi-item {
    margin-bottom: 40px;
}

/*===========================
5.0 *** ABOUT AREA START ***
=============================*/
#about {
    padding: 70px 0;
    background: url(../images/about1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

#about:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

#about:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background: white;
    z-index: 11;
}

.header-style {
    padding-bottom: 40px;
}

.header-style h3 {
    font-size: 35px;
    font-family: pb;
    position: relative;
    z-index: 1;
}

.header-style h3::after {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%) skewX(0deg);
    -ms-transform: translateY(-50%) skewX(0deg);
    transform: translateY(-50%) skewX(0deg);
    left: 0;
    width: 60px;
    height: 75px;
    z-index: -1;
    border: 6px solid #ff5202;}

.about-text h3 {
    color: #131313;
    font-size: 22px;
    font-family: pb;

}

.about-text h4 {
    font-size: 19px;
    font-family: pr;
    color: #ff5202;
    padding-bottom: 7px;
}

.about-text p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    padding-right: 47px;
}

.vid-over {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vid-over a i {
    background: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #131313;
    font-size: 19px;
    line-height: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;

}

.vid-over a i:after {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.7);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;

}

.vid-over a i:hover {
    background: #ff5202;
    color: white;
}

.vid-over a i:hover:after {
    background: rgba(251, 170, 51, 0.7);
    color: white;
}

.about-img {
    position: relative;
}

.about-img img {
    border: 8px solid #ff5202;
}

.about-text a {
    padding: 14px 20px;
    border-radius: 50px;
    color: white;
    background: #ff5202;
    border: 1px solid #ff5202;
    font-family: pb;
    font-size: 16px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.about-text a:hover {
    background: none;
    color: #ff5202;
    border: 1px solid #ff5202;
}

.about-text a i {
    padding-right: 4px;
}

.a-p-b {
    padding-bottom: 24px;
}

.backtotop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9999;
    display: none;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.backtotop i {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    width: 55px;
    height: 55px;
    background: #ff5202;
    border: 1px solid #ff5202;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    border-radius: 50%;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.backtotop:hover i {
    cursor: pointer;
}

.vbox-overlay {
    z-index: 999999;
}

/*===========================
6.0 *** COURSE AREA START ***
=============================*/
#course {
    padding: 70px 0 0;
    background: #f4f6fa;
}

.course-head-text a {
    padding-top: 10px;
    font-size: 16px;
    color: #fd9a08;
    font-family: pb;
}

#portfolio {
    width: 100%;
    padding-bottom: 70px;
    background: #f4f6fa;
    padding-top: 30px;
}

.portfolioFilter {
    padding-bottom: 50px;
}

.portfolioFilter a {
    margin-right: 25px;
    color: #444444;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    padding: 6px 15px;
    border-radius: 50px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.portfolioFilter a:hover {
    background: #ff5202;
    color: #fff;
}

.portfolioFilter a.current {
    background: #ff5202;
    color: #fff;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

.port-item {
    margin-bottom: 30px;
    background: white;
    -webkit-box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    position: relative;
}

.port-item:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #ff5202;
}

.port-item:hover:after {
    width: 100%;
}

.news-items {
    margin-bottom: 45px;
}

.date-over {
    position: absolute;
    right: 30px;
    top: 10px;
}

.date-over span {
    font-family: pb;
}

.date-main {
    border: 2px solid #222831;
    padding: 2px 9px;
    color: #fff;
    background: #222831;
}

.date-over {
    color: white;
    font-size: 21px;
    font-family: pb;
}

.news-items {
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    position: relative;
}

.news-text {
    padding: 10px 20px 20px;
}

.news-text h4 {
    font-size: 18px;
    font-family: pb;
    line-height: 26px;
    position: relative;
    padding-bottom: 8px;
}

.news-text h4::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #ff5202;
}

.divide {
    font-size: 12px;font-weight:bold;
    font-family: pr;color:#ff5202;
    position: relative;line-height:14px;
    padding-bottom: 7px;
}

.news-text p {
    line-height: 20px; font-size:15px;
    padding-top: 8px;
    color: #000;
    padding-bottom: 16px;
}

.c-btn {
    padding: 14px 20px;
    border: 2px dashed #ffa015;
    border-radius: 50px;
    color: #ffa015;
    font-family: pb;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.c-btn:hover {
    background: #ff5202;
    border: 1px solid #ff5202;
    color: #fff;
}

.news-items:hover {
    -webkit-box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
}

.on-date {
    padding-top: 8px;
}

.teacher-image {
    margin-top: -64px;
    padding-left: 20px;
}

.teacher-image img {
    border: 5px solid #ff5202;
    border-radius: 50%;
    background: #ff5202;
}

.overlay-img {
    border-bottom: 6px solid #ff5202;

}

.dynamic {
    padding-top: 30px;
}

.dynamic a span {
    color: #666;
    padding-right: 13px;
}

.star {
    padding-top: 6px;
}

.star i {
    color: #ff5202;
}

.star span {
    color: #666;
}

/*===========================
7.0 *** COUNT AREA START ***
=============================*/
#count {
    background: url(../images/countdown_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-attachment: fixed;
    position: relative;
}

#count:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
   background-color: rgba(0, 33, 71, 0.8);
    width: 100%;
    height: 100%;
}

.c-item {
    border: 2px dashed #fff;
    padding: 15px 0;
}

.c-number {
    font-size: 25px;
    font-family: pr;
    color: white;
    padding-top: 8px;
    display: block;
}

.c-item i {
    font-size: 36px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 7px;
}

.c-data {
    padding-top: 5px;
}

.c-data span {
    font-size: 16px;
    font-family: pb;
    color: #fff;
}

/*===========================
8.0 *** EVENT AREA START ***
=============================*/
#event {
    padding: 70px 0;
    background: #f4f6fa;
}

.event-padding {
    padding-top: 25px;
}

.calendar {
    margin: auto;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
}

.calendar_content,
.calendar_weekdays,
.calendar_header {
    position: relative;
    overflow: hidden;
}

.calendar_weekdays div {
    display: inline-block;
    vertical-align: top;
}

.calendar_weekdays div,
.calendar_content div {
    width: 14.28571%;
    overflow: hidden;
    text-align: center;
    background-color: transparent;
    color: #6f6f6f;
    font-size: 20px;
}

.calendar_content div {
    border: 1px solid transparent;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin: 2px 2px 15px;
}

.calendar_content div:hover {
    border: 1px solid #ff5202;
    cursor: default;
}

.calendar_content div.blank:hover {
    cursor: default;
    border: 1px solid transparent;
}

.calendar_content div.past-date {
    color: #d5d5d5;
}

.calendar_content div.today {
    font-family: pb;
    font-size: 20px;
    color: #fff !important;
    border: 1px solid #ff5202;
    background: #ff5202;
    border-radius: 50%;
    width: 40px;
    line-height: 40px;
    height: 40px;

}

.calendar_content div.selected {
    background-color: #ff5202;
}

.calendar_header {
    width: 100%;
    text-align: center;
}

.calendar_header h2 {
    padding: 0 10px;
    font-family: pr;
    font-size: 22px;
    color: #ff5202;
    float: left;
    width: 70%;
    margin: 0 0 16px;
}

button.switch-month {
    background-color: transparent;
    padding: 0;
    outline: none;
    border: none;
    color: #b2b1b1;
    float: left;
    width: 15%;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}

button.switch-month:hover {
    color: #ff5202;
}

.left-pa {
    padding-left: 20px;
}

.event-cata {
    background: #f4f4f4;
}

.event-cata h3 {
    font-size: 20px;
    font-family: pb;
    color: #131313;
    padding: 20px 0 20px 20px;
}

.event-arrow {
    position: relative;
}

.arrowss {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.event-arrow i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    background: #ff5202;
    color: white;
    text-align: center;
}

.event1 {
    padding: 20px 0;
    background: white !important;
}

.event-time {
    border: 2px dashed #ff5202;
    padding: 11px 0;

}

.event-time b {
    font-size: 22px;
    color: #ff5202;
}

.mash span {
    font-size: 17px;
    color: #666;
}

.event-infos h4 {
    font-size: 19px;
    font-family: pr;
}

.edata {
    padding-top: 7px;
}

.event-infos a {
    font-size: 16px;
    color: #ff5202;
    font-family: pb;
}

.event-infos a:hover {
    margin-right: 5px;
}

.edata span {
    color: #666;
    font-family: pr;
    margin-right: 15px;
}

.edata span i {
    padding-right: 3px;
}

.event2 {
    background: #f4f6fa !important;
}

/*===========================
9.0 *** TEACHER AREA START ***
=============================*/
#teacher {
    padding: 70px 0;
}

.t-pa-top {
    padding-top: 25px;
}

.teacher-hide {
    display: none;
}

.teacher-main {
    position: relative;
    -webkit-transition: all linear .4s;
    -o-transition: all linear .4s;
    transition: all linear .4s;
}

.teacher-main img {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    border: 5px solid #ff5202;
    position: relative;
}

.teacher-main:hover .teacher-overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.teacher-overlay {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(248, 155, 18, 0.7);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all linear .4s;
    -o-transition: all linear .4s;
    transition: all linear .4s;
}

.teacher-icon {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.teacher-icon i {
    font-size: 19px;
    color: white;
    margin-right: 10px;
}

.teacher-info h3 {
    padding-top: 25px;
    font-family: pr;
    font-size: 24px;
    padding-bottom: 6px;
}

.t-icon i {
    font-size: 20px;
    color: white;
}

.teacher-btn {
    padding-top: 25px;
}

.teacher-btn a {
    padding: 14px 20px;
    background: none;
    border: 2px dashed #ff5202;
    color: #ff5202;
    font-family: pb;
    font-size: 16px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.teacher-btn a:hover {
    background: #ff5202;
    color: white;
}

/*===========================
10.0 *** DISCOUNT AREA START ***
=============================*/
#discount {
    padding: 70px 0;
    background: url(../images/discount.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

#discount::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(28, 27, 27, 0.8);
}

.h-s2 h3::after {
    border: 6px solid #ff5202;
}

.h-s2 {
    color: white;
}

.dis-text h3 {
    font-size: 25px;
    font-family: pr;
    color: white;
}

.dis-text h3 span {
    font-family: peb;
    color: #fdca0f;
}

.dis-text a {
    padding: 14px 20px;
    background: #ff5202;
    color: white;
    font-size: 16px;
    font-family: pb;
    border-radius: 50px;
}

.count-item h2 {
    font-family: pb;
    color: #ff5202;
}

.coun p {
    padding-right: 0 !important;
    color: #ff5202;
}

.coun {
    border: 3px dashed #666;
    padding-top: 20px;
}

.text-down {
    padding-top: 8px;
}

.text-down span {
    font-size: 16px;
    font-family: pr;

}

.text-down span a {
    font-size: 16px;
    font-family: pb;
    color: #ff5202;
}

.dis-text h4 {
    font-family: pb;
    font-size: 23px;
    color: #fff;
    padding-bottom: 8px;
    padding-top: 5px;
}

.luanch {
    padding-top: 50px;
}

.differ {
    font-size: 16px;
    line-height: 26px;
    color: white;
    font-family: pr;
    padding-right: 13px;
    padding-bottom: 14px;
}

.dis-form {
    background: white;
    padding: 25px 30px;
}

.dis-form h3 {
    font-family: pb;
    color: #ff5202;
    font-size: 23px;
}

.a-btn {
    padding: 10px 15px;
    font-family: pb;
    font-size: 16px;
}

label {
    font-size: 16px;
    color: #666;
    font-family: pr;
}

/*===========================
11.0 *** PRICE AREA START ***
=============================*/
#price {
    padding: 70px 0;
}

.price-item {
    padding: 25px 5px 0;
    background: white;
    border: 3px dashed #e0e0e0;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.price-item:hover {
    border: 3px dashed #ff5202;
}

.price-item h3 {
    font-size: 23px;
    font-family: pb;
    padding-top: 5px;
}

.cl {
    color: #666;
    font-family: pr;
    font-size: 16px;
    display: block;
}

.price-item img {
    padding-bottom: 10px;
}

.price-tag {
    display: inline-block;
}

.price-tag span {
    padding-bottom: 20px;
    display: block;
    padding-top: 12px;
    font-size: 30px;
    color: #363535;
    font-family: pb;
}

.price-btn {
    padding-top: 30px;
}

.gap-p p {
    font-size: 16px;
    color: #666;
}

.price-btn a {
    border: 1px solid white;
    background: #ff5202;
    padding: 15px 20px;
    font-size: 16px;
    font-family: pb;
    color: white;
}

.price-tag2 {
    display: inline-block;
    padding-left: 10px;
    padding-top: 17px;
    text-align: left;
}

.price-tag2 span {
    display: block;
    font-family: pr;
}

.sty-span {
    position: relative;
    padding-bottom: 3px;
}

.sty-span:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 25px;
    height: 2px;
    background: #ff5202;
}

/*===========================
12.0 *** COMMENT AREA START ***
=============================*/
#comment {
    padding: 70px 0;
    background: #f4f6fa;
}

.back-bg {
    background: white;
}

.comment-text-item p {
    font-size: 16px;
    padding-top: 9px;
    line-height: 26px;
    font-family: pr;
}

.slick-padding {
    padding-top: 30px;
    padding-right: 30px;
}

.slick-padding h3 {
    font-size: 23px;
    color: #363535;
    font-family: pb;
}

.slick-padding2 {
    position: relative;
}

.slider-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slider-img-main {
    padding: 20px 0;
}

.aar {
    position: absolute;
    right: 16px;
    bottom: 20px;
    background: rgba(253, 220, 1, 0.6);
    width: 60px;
    height: 60px;
    color: #ff5202;
    line-height: 60px;
    font-size: 23px;
    text-align: center;
}

.aal {
    position: absolute;
    left: 16px;
    top: 21px;
    background: rgba(253, 220, 1, 0.8);
    width: 60px;
    height: 60px;
    color: #ff5202;
    line-height: 60px;
    font-size: 23px;
    text-align: center;
}

.comment-text-item p i {
    font-size: 19px;
    color: #ff5202;
}

.comment-text-main {
    position: relative;
}

.comment-text-main .slick-dots {
    bottom: -90px !important;
    right: 0;
}

/*===========================
13.0 *** BLOG AREA START ***
=============================*/
#blog {
    padding: 70px 0;
}

.blog-item {
    background: white;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    border: 3px dashed #dddddd;
}

.dynamic2 {
    padding-top: 15px;
}

.dynamic2 a {
    font-size: 16px;
    color: #363535;
    padding-right: 10px;
    font-family: pr;
}

.blog-head {
    padding-bottom: 24px;
}

.blog-img {
    position: relative;
}

.blog-img img {
    height: 100%;
    border-left: 4px solid #facf90;
}

.blog-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    opacity: 0;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.blog-over i {
    width: 40px;
    height: 40px;
    font-size: 23px;
    background: #fff;
    border-radius: 50%;
    line-height: 40px;
    color: #eaad13;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-text {
    padding: 11px 0 0;
    background: #fff;
}

.blog-item h3 {
    font-size: 19px;
    padding-top: 10px;
    font-family: pb;
    line-height: 30px;
    color: #363535;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    padding-right: 25px;
}

.blog-item p {
    padding-top: 5px;
    font-size: 16px;
    font-family: pr;
    color: #444;
    line-height: 25px;
    padding-bottom: 0px;
    padding-right: 20px;
}

.poster .ad-p {
    padding-top: 22px;
}

.poster .ad-p p {
    line-height: 10px;
}

.poster p {
    color: #777777;
    font-size: 16px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: capitalize;
}

.blog-btn {
    font-size: 16px;
    color: #ff5202;
    font-family: pb;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.blog-item i {
    vertical-align: middle;
}

.blog-item:hover .blog-over {
    opacity: 1;
}

.blog-text2 {
    padding: 10px 0;
}

.blog-item .extra1 {
    float: right;
    padding-right: 30px;
}

.blog-item .extra11 {
    float: left;
}

.blog-text2 span {
    color: #777777;
    font-size: 14px;
    text-transform: capitalize;
}

.blog-text2 h3 {
    padding-bottom: 2px;
    padding-top: 6px;
}

.blog-text2 a {
    font-size: 16px;
    font-family: pb;
    color: #ff5202;
}

.blog-right-item {
    padding-bottom: 35px;
}

.browse {
    padding: 60px 0 20px;
}

.browse a {
    border: 2px dashed #ff5202;
    color: #ff5202;
    padding: 15px 21px;
    font-size: 16px;
    font-family: pb;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.browse a:hover {
    background: #ff5202;
    color: white;
}

/*===========================
14.0 *** BRAND AREA START ***
=============================*/
#brand {
    padding: 30px 0;
    background: white;
}

.market-item {
    padding: 10px;
}

.slick-center market-item img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

/*===========================
15.0 *** INSTRUCTOR AREA START ***
=============================*/
#instructor {
    background:#427bff;
    padding: 35px;
}

.in-item h3 {
    color: white;
    font-size: 23px;
    font-family: pb;
    text-transform: uppercase;
    margin-bottom: 0;
}

.in-item a {
    color: white;
    font-size: 16px;
    font-family: pb;
    border: 3px solid white;
    padding: 14px 20px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.in-item a:hover {
    background: white;
    color: #ff5202;
}

/*===========================
16.0 *** FOOTER AREA START ***
=============================*/
#footer {
    padding: 70px 0;
  background-color: #302c51
}

.item-logo {
    color: #fff;
    font-size: 26px;
    font-family: pb;
    padding-bottom: 8px;
    display: block;
}

.item-logo:hover {
    color: #ff5202;
}

.footer-text p {
    color: white;
    font-family: pr;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 4px;
}

.footer-social a i {
    font-size: 17px;
    color: #ff5202;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px dashed #666;
    margin-right: 10px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.footer-social a i:hover {
    background: #ff5202;
    color: white;
    border: 1px solid #ff5202;
}

.links h3 {
    font-size: 23px;
    font-family: pb;
    color: #fff;
}

.links ul li a {
    color: white;
    padding: 5px 0;
    display: block;
    font-size: 13px;
    font-family: pr;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.links ul li a:hover {
    color: #ff5202;
}

.links ul li a i {
    font-size: 17px;
    color: #fff;
    padding-right: 6px;
}

.mov-it2 {
    padding: 10px 0;
}

.mov-it {
    padding-top: 20px !important;
    font-size: 20px !important;
    font-family: pb !important;
    color: #fff !important;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}.social ul {
    list-style: none;
    margin: 1rem;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
}.social li {
    list-style: none;
    margin: .5rem;
    text-align: center;
}
.social {
    display: flex;
    list-style: none;

}.justify-content-center {
    justify-content: center !important;
}.m-auto {
    margin: auto !important;
}
/*===========================
17.0 *** COPY_RIGHT AREA START ***
=============================*/

#footer-btm {
  background-color: #302c51;
border-top: 1px dashed #3f3c58;
}

.fop-btm h2 {
    color: #fff;
    font-family: pr;
    padding: 35px 0 15px;
    font-size: 16px;
}

.fop-btm a {
    color: #fff;
    font-family: pb;
}
p-0 {
    padding: 0 !important;
}
.d-block {
    display: block !important;
}
.d-none {
    display: none !important;
}
.bg-ht-wrapper {
    background-color: #fff;
}.ht-wrapper h1, .ht-wrapper h2, .ht-wrapper h3, .ht-wrapper h4, .ht-wrapper h5 {
    opacity: 1;
}
.heading-2 {
    font-size: 1.562rem;
}.heading-1, .heading-2, .heading-3, .heading-4 {
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
}
.blue-2 {
    color: #383d89;
}

.bg-blue-1 {
    background-color: #2754ba;
}.white {
    color: #fff;
}
@media (max-width: 576px){.ht-wrapper {
    padding: 2rem;
}
.infinite-bg {
    width: 100%;
    height: 100%;
    clip-path: none;
    -webkit-clip-path: none;}
}

@media (max-width: 576px){
.ht-wrapper {
    padding: 2rem;
}}
.ht-wrapper {
    padding: 4rem 3rem;
}
.bg-blue-1 {
    backg}
.heading-1-sub-hlt{font-size:1.2rem;font-weight:600;display:inline-block;padding:.5rem 1rem;background-color:#f19008;color:#fff}

ht-wrapper h1, .ht-wrapper h2, .ht-wrapper h3, .ht-wrapper h4, .ht-wrapper h5 {
    opacity: 1;
}
.heading-2 {
    font-size: 1.562rem;
}
.heading-1, .heading-2, .heading-3, .heading-4 {
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
}


.awards ul li {
    border-bottom: 1px solid #ccc;
    padding: .3rem 0;display: list-item;
    text-align: -webkit-match-parent;
}
.awards ul {
    font-size: .9rem;
    margin-left: -1.2rem;
}
.bg-blue-1 {
    background: #2754ba;
}
.vh100 {
    min-height: 100vh;
}
.infinite-bg{width:100%;height:100%;background:url(../images/coridoor.jpg) no-repeat left center;-moz-webkit-background-size:cover;-ms-webkit-background-size:cover;-o-webkit-background-size:cover;-webkit-background-size:cover;background-size:cover;min-height:100vh}.infinite-bg1{width:100%;height:100%;background:url(../images/clinical.jpg) no-repeat left center;-moz-webkit-background-size:cover;-ms-webkit-background-size:cover;-o-webkit-background-size:cover;-webkit-background-size:cover;background-size:cover;min-height:100vh}
/*================================================
Mission Area CSS
=================================================*/
/*================================================
Mission Area CSS
=================================================*/
.mission-section {
  background-color: #f8f8f8;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.mission-tab {
  max-width: 620px;
  padding: 100px 0;
  margin-left: 50px;
}

.mission-tab span {
  font-size: 18px;
  color: #ff6015;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

.mission-tab span i {
  font-size: 18px;
}

.mission-tab h2 {
  font-size: 38px;
  margin: 10px 0 0 0;
}

.mission-tab .mission-list-tab .tabs {
  border-bottom: 1px solid #eeeeee;
  padding-left: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}

.mission-tab .mission-list-tab .tabs li {
  padding: 0;
  margin-right: 30px;
  padding-bottom: 10px;
  display: inline-block;
}

.mission-tab .mission-list-tab .tabs li.current {
  border-bottom: 2px solid #ff6015;
}

.mission-tab .mission-list-tab .tabs li.current a {
  color: #ff6015;
}

.mission-tab .mission-list-tab .tabs li a {
  position: relative;
}

.mission-tab .mission-list-tab .tab_content .tabs_item .default-btn {
  margin-top: 12px;
}

.mission-tab.mission-tab-two {
  position: absolute;
  bottom: 0;
  background-color: #2f2c52;
  margin-left: 0;
  padding: 35px;
  right: 60px;
}

.mission-tab.mission-tab-two span {
  font-size: 18px;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

.mission-tab.mission-tab-two span i {
  font-size: 18px;
}

.mission-tab.mission-tab-two h2 {
  font-size: 38px;
  margin: 10px 0 0 0;
  color: #ffffff;
}

.mission-tab.mission-tab-two .mission-list-tab .tabs li a {
  color: #ffffff;
}

.mission-tab.mission-tab-two .mission-list-tab .tabs li.current {
  border-bottom: 2px solid #afabd2;
}

.mission-tab.mission-tab-two .mission-list-tab .tabs li.current a {
  color: #fff;background:#2f2c52;
}

.mission-tab.mission-tab-two .mission-list-tab .tab_content .tabs_item p {
  color: #ffffff;
}

.mission-tab.mission-tab-three {
  position: absolute;
  top: 130px;
  background-color: #2f2c52;
  margin-left: 0;
  padding: 35px;
  right: 0;
}

.mission-tab.mission-tab-three span {
  font-size: 18px;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

.mission-tab.mission-tab-three span i {
  font-size: 18px;
}

.mission-tab.mission-tab-three h2 {
  font-size: 38px;
  margin: 10px 0 0 0;
  color: #ffffff;
}

.mission-tab.mission-tab-three .mission-list-tab .tabs li a {
  color: #ffffff;
}

.mission-tab.mission-tab-three .mission-list-tab .tabs li.current {
  border-bottom: 2px solid #afabd2;
}

.mission-tab.mission-tab-three .mission-list-tab .tabs li.current a {
color: #fff;background:#ff5202;;padding-left:5px;padding-right:5px;line-height:18px;
}

.mission-tab.mission-tab-three .mission-list-tab .tab_content .tabs_item p {
  color: #ffffff;
}

.mission-image {
  background-image: url(../images/mission.png);
  background-size: cover;
  background-position: center center;
  height: 100%;
}

.mission-image img {
  display: none;
}


.mission-area {
  position: relative;
  background-image: url(../images/mission-2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 650px;
}

.mission-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #302c51;
  opacity: .1;
}

.mission-area .white-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.mission-bg {
  background-image: url(../images/mission-2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 590px;
}

.mission-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #302c51;
  opacity: 0.5;
}
@media only screen and (max-width: 767px){
.mission-area.bg-background {
    height: unset;
    padding-top: 50px;
    padding-bottom: 50px;
}
}



/****************************
19. Blog Style One
****************************/
.post-text h2 a {
  font-size: 30px;
  color: #002147;
  transition: all .4s linear 0s; }
  .post-text h2 a:hover {
    text-decoration: none;
    color: #ff5202; }

.search-widget form {
  position: relative; }
  .search-widget form input {
    border-radius: 0;
    height: 60px;
    background-color: #f7f7f7; }
    .search-widget form input.home2-opt:focus {
      border-color: #14bdee; }
    .search-widget form input:focus {
      outline: 0;
      box-shadow: none;
      border-color: #ff5202; }
  .search-widget form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ff5202;
    color: #fff;
    width: 80px;
    height: 100%;
    font-size: 25px;
    color: #fff;
    border: 0; }
    .search-widget form button[type="submit"].home2-opt {
      background-color: #14bdee; }

.latest-widget {
  padding: 25px; }
  .latest-widget .single-latest {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #ddd; }
    .latest-widget .single-latest .latest-image {
      padding-right: 10px; }
      .latest-widget .single-latest .latest-image a {
        display: inline-block; }
      .latest-widget .single-latest .latest-image img {
        width: 120px;
        height: 80px;
        object-fit: cover; }
    .latest-widget .single-latest:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
    .latest-widget .single-latest .latest-content a {
      font-size: 16px;
      color: #002147;
      transition: all .4s linear 0s; }
      .latest-widget .single-latest .latest-content a:hover {
        text-decoration: none;
        color: #ff5202; }
    .latest-widget .single-latest .latest-content .latest-meta span {
      color: #666;
      font-size: 14px; }

.category-list ul {
  padding: 10px;
  margin: 0;
  list-style: none; }
  .category-list ul li a {
    display: flex;
vertical-align:middle;background: #152136;
    color: #fff;
    margin-top: 10px;
padding:5px;padding-left:6px;padding-right:6px;
    line-height: 16px;height:50px;
    position: relative;
    transition: all .4s linear 0s; }
    .category-list ul li a:hover {
      text-decoration: none;
      background: #ff5202;color:#000 }
  .category-list ul li:last-child {
    padding-bottom: 0; }

.sidebar-wrapper .single-widget {
  margin-bottom: 45px; }
  .sidebar-wrapper .single-widget:last-child {
    margin-bottom: 0; }
  .sidebar-wrapper .single-widget h4 {
    font-size: 20px;
    color: #002147;
    text-align: center;
    font-weight: 600;
    font-family: 'Poppins', sans-serif; }

.tag-clouds ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .tag-clouds ul li {
    display: inline-block; }
    .tag-clouds ul li a {
      display: inline-block;
      color: #666;
      text-transform: uppercase;
      font-size: 15px;
      padding: 10px 15px;
      background-color: #f5f5f5;
      margin: 5px 3px;
      transition: all .4s linear 0s; }
      .tag-clouds ul li a:hover {
        text-decoration: none;
        color: #fff;
        background-color: #ff5202; }

/*****************************
20. Apply Form Page
*************************************/
.apply-wrapper h2 {
  font-size: 50px;
  color: #002147;
  text-align: center;
  padding-bottom: 35px;
    font-family: pb;
	  font-weight: 600; }
  @media (max-width: 575px) {
    .apply-wrapper h2 {
      font-size: 35px; } }

.apply-wrapper input {
  border-radius: 0;
  height: 60px; }
  .apply-wrapper input:focus {
    outline: 0;
    box-shadow: none;
    border-color: #ff5202; }

.apply-wrapper select {
  border-radius: 0;
  height: 60px; }
  .apply-wrapper select:focus {
    outline: 0;
    box-shadow: none;
    border-color: #ff5202; }

.apply-wrapper textarea {
  border-radius: 0; }
  .apply-wrapper textarea:focus {
    outline: 0;
    box-shadow: none;
    border-color: #ff5202; }

.form-group label {
    font-family: pb;  font-weight: 600;
  color: #002147; }

/*******************************
21. Notice page
*******************************/
.single-event-info {
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: all .4s linear 0s;
  border: 2px solid #ddd; }
  .single-event-info .single-event-date {
    width: 135px;
    height: 135px; }
  @media (max-width: 768px) {
    .single-event-info {
      display: inline-block;
      text-align: center; }
      .single-event-info .single-event-date {
        margin: 0 auto 20px auto; } }
  .single-event-info:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    border-color: #ff5202 !important; }
    .single-event-info:hover .single-event-date {
      background-color: #ff5202;
      color: #fff; }
      .single-event-info:hover .single-event-date span {
        color: #fff; }
      .single-event-info:hover .single-event-date p {
        color: #fff; }

.single-event-content h3 a {
  font-size: 24px;
  color: #002147;
  transition: all .4s linear 0s;
  font-weight: 600; }
  @media (min-width: 768px) and (max-width: 991px) {
    .single-event-content h3 a {
      font-size: 20px; } }
  .single-event-content h3 a:hover {
    text-decoration: none;
    color: #ff5202; }

.single-event-content p {
  color: #666;
  margin-bottom: 5px; }
  .single-event-content p i {
    padding-right: 5px; }

@media (min-width: 992px) {
  .single-event-content {
    padding: 0 25px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .single-event-content {
    padding-left: 20px; } }

.single-event-date {
  text-align: center;
  border: 2px solid #ff5202;
  transition: all .4s linear 0s; }
  .single-event-date p {
    margin-bottom: 0;
    font-size: 20px;
    color: #ff5202; }
  .single-event-date span {
    font-size: 50px;
    color: #ff5202;
    font-weight: 600; }

/*****************************
22. Events Page
******************************/
.single-blog .blog-meta {
  display: flex;
  justify-content: space-between;
  padding: 15px 0; }
  .single-blog .blog-meta p {
    margin-bottom: 0;
    color: #666;
    font-size: 14px; }
  .single-blog .blog-meta i {
    color: #ff5202; }

.single-blog .blog-text h4 a {
  color: #002147;
  font-size: 20px;
  transition: all .4s linear 0s; }
  .single-blog .blog-text h4 a:hover {
    text-decoration: none;
    color: #ff5202; }

.blog-image a img {
  width: 100%; }

/************************
23. Results Page
**************************/
.search-form select {
  background-color: #f5f5f5; }
  .search-form select:focus {
    border-color: #ff5202; }

.search-form input {
  background-color: #f5f5f5; }
  .search-form input:focus {
    border-color: #ff5202; }

.results-area h2 {
  font-size: 50px;
  color: #002147; }

.results-area .table {
  margin-bottom: 0; }

/*************************
24. Department Page
************************/
.single-item {
  padding: 3rem 1.5rem;
  border: 2px solid #ddd;
  text-align: center;
  transition: all .4s linear 0s; }
  .single-item h4 a {
    color: #002147;
    padding: 15px 0;
    transition: all .4s linear 0s; }
    .single-item h4 a:hover {
      text-decoration: none;
      color: #ff5202; }
  .single-item .item-icon {
    padding-bottom: 30px; }
  .single-item:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    border-color: #ff5202; }

/****************************
25. Blog Details
*****************************/
.details-meta {
  display: flex;
  padding-top: .8em; }
  .details-meta p {
    margin-bottom: 0; }
  .details-meta .single-meta {
    padding-right: 50px; }
    .details-meta .single-meta:last-child {
      padding-right: 0; }
    .details-meta .single-meta i {
      color: #ff5202;
      padding-right: 5px; }
    .details-meta .single-meta p {
      font-size: 14px;
      color: #666; }
      @media (max-width: 575px) {
        .details-meta .single-meta p {
          font-size: 12px; } }

.details-title h2 {
  font-size: 30px;
  color: #002147; }

.tags-and-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-top: 2px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
  margin: 60px 0; }

.comments-count h2 {
  font-size: 20px;
  color: #002147;
  font-family: 'Poppins', sans-serif;
  font-weight: 600; }

.author-thumb {
  width: 260px;
  padding-right: 20px; }
  .author-thumb a {
    display: inline-block; }
  .author-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%; }

.authors-info {
  display: flex; }

.single-comment {
  position: relative; }
  .single-comment .reply-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #ff5202;
    font-size: 16px;
    font-weight: 500; }
    .single-comment .reply-btn:hover {
      text-decoration: none; }

.comments-count {
  margin-bottom: 30px; }

.author-data a {
  color: #002147;
  font-size: 16px;
  font-weight: 600;
  transition: all .4s linear 0s;
  font-family: 'Poppins', sans-serif; }
  .author-data a:hover {
    text-decoration: none;
    color: #ff5202; }

.author-data p {
  margin-bottom: 5px;
  margin-bottom: 8px;
  margin-top: 8px;
  font-family: 'Poppins', sans-serif; }

.comment-form-wrapper h2 {
  font-size: 20px;
  color: #002147;
  margin-bottom: 35px; }

.comment-form-wrapper input {
  margin-bottom: 30px;
  border-radius: 0;
  background-color: #f5f5f5;
  height: 50px; }
  .comment-form-wrapper input:focus {
    outline: 0;
    box-shadow: none;
    border-color: #ff5202; }

.comment-form-wrapper textarea {
  border-radius: 0;
  background-color: #f5f5f5;
  outline: 0;
  box-shadow: none;
  margin-bottom: 30px; }
  .comment-form-wrapper textarea:focus {
    outline: 0;
    box-shadow: none;
    border-color: #ff5202; }

.single-blog-item {
  display: flex;
  border: 2px solid #dee2e6;
  transition: all .4s linear 0s; }
  .single-blog-item:hover {
    border-color: #ff5202; }
  .single-blog-item .single-blog-thumb {
    padding-right: 15px; }
    .single-blog-item .single-blog-thumb a {
      display: inline-block; }
    .single-blog-item .single-blog-thumb img {
      width: 140px;
      height: 75px;
      object-fit: cover; }
  .single-blog-item .single-blog-content h4 a {
    font-size: 16px;
    color: #002147;
    transition: all .4s linear 0s; }
    .single-blog-item .single-blog-content h4 a:hover {
      color: #ff5202;
      text-decoration: none; }
  .single-blog-item .single-blog-content span {
    color: #666;
    font-size: 14px; }

.latest-blogs-area .owl-nav {
  text-align: center;
  margin-top: 35px; }
  .latest-blogs-area .owl-nav button {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background-color: #fff !important;
    color: #ff5202;
    margin: 5px;
    border: 2px solid #f5f5f5 !important;
    transition: all .4s linear 0s; }
    .latest-blogs-area .owl-nav button span {
      color: #ff5202;
      font-size: 25px; }
    .latest-blogs-area .owl-nav button:hover {
      background-color: #ff5202 !important;
      border-color: #ff5202 !important; }
      .latest-blogs-area .owl-nav button:hover span {
        color: #fff; }
    .latest-blogs-area .owl-nav button:focus {
      outline: 0;
      box-shadow: none; }

#search_modal .modal-content {
  border-radius: 0; }

.details-text p {
  line-height: 30px; }

.timeline-area p {
  font-weight: 500; }

/* Custom CSS */
.kindergarten .button_two {
  font-family: 'Poppins', sans-serif; }

.height-470 {
  height: 325px; }

@media (max-width: 575px) {
	.slider-area-2 .slider-content-2 p{display:none;}
	.subscribe-wrapper button[type="submit"]{
		width:120px; }
  .slider-area.height-700 {
    height: 300px; }
  .slider-area-2.height-600 {
    height: 300px; }
  .slider-area-3.height-600 {
    height: 300px; }
  /* Homepage blog & event section */
  .blog-lists-wrapper .single-blog-wrapper {
    display: block; }
    .blog-lists-wrapper .single-blog-wrapper .blog-thumb img {
      width: 100%;
      margin: 10px 0 15px; }
  .single-event {
    display: block; }
    .single-event .event-date {
      display: none; }
  .single-event-3 {
    display: block; }
    .single-event-3 .event-date, .single-event-2 .event-date {
      display: none; }
  .blog-lists-wrapper-2 .single-blog-wrapper {
    display: block; }
    .blog-lists-wrapper-2 .single-blog-wrapper .blog-thumb img {
      width: 100%;
      margin: 10px 0 15px; }
  .slider-area-3 .slider-content h6 {
    font-size: 15px; }
  .slider-content .display-3 {
    font-size: 1.8rem; } }
	.button_one {
  display: inline-block;
  position: relative;
  background-color: #ff5202;
  border: 0;
  color: #fff;
  padding: 15px 25px;
  transition: all .4s linear 0s;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px; }
  .button_one:hover {
    text-decoration: none;
    background-color: rgba(255, 82, 2, 0.85);
    color: #fff; }

.special-button {
  display: inline-block;
  position: relative;
  background-color: #ff5202;
  border: 0;
  color: #fff;
  padding: 16px 80px 16px 16px;
  transition: all .4s linear 0s;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .special-button {
      font-size: 12px; }
      .special-button > i {
        display: none; } }
  .special-button:hover {
    text-decoration: none;
    background-color: rgba(255, 82, 2, 0.85);
    color: #fff; }

.button_one_alt {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 2px solid #ff5202;
  color: #ff5202;
  transition: all .4s linear 0s;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center; }
  .button_one_alt:hover {
    text-decoration: none;
    background-color: rgba(255, 82, 2, 0.85);
    color: #fff;
    border-color: rgba(255, 82, 2, 0.85); }

.button_two {
  display: inline-block;
  position: relative;
  background-color: #14bdee;
  border: 0;
  color: #fff;
  padding: 14px 35px;
  transition: all .4s linear 0s;
  font-size: 15px;
  font-weight: 500;
  border-radius: 30px;
  text-transform: uppercase;
  box-shadow: 0 0.5rem 1rem rgba(20, 189, 238, 0.35); }
  .button_two:hover {
    text-decoration: none;
    background-color: rgba(20, 189, 238, 0.7);
    color: #fff; }

.button_two_plane {
  display: inline-block;
  position: relative;
  background-color: #14bdee;
  border: 0;
  color: #fff;
  padding: 12px 25px;
  transition: all .4s linear 0s;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase; }
  .button_two_plane:hover {
    text-decoration: none;
    background-color: rgba(20, 189, 238, 0.7);
    color: #fff; }

.button_three {
  display: inline-block;
  position: relative;
  background-color: #91c73d;
  border: 0;
  color: #fff;
  padding: 10px 25px;
  transition: all .4s linear 0s;
  font-size: 15px;
  font-weight: 400;
  border-radius: 30px;
  text-transform: uppercase; }
  @media (max-width: 575px) {
    .button_three {
      padding: 10px; } }
  .button_three:hover {
    text-decoration: none;
    background-color: #adadad;
    color: #fff; }

.button_four {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 2px solid #ff5202;
  color: #ff5202;
  padding: 10px 25px;
  transition: all .4s linear 0s;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer; }
  .button_four.active {
    background-color: #ff5202;
    color: #fff; }
  @media (max-width: 575px) {
    .button_four {
      padding: 10px; } }
  .button_four:hover {
    text-decoration: none;
    background-color: #ff5202;
    color: #fff; }

.button_five {
  display: inline-block;
  position: relative;
  background-color: #ff5202;
  color: #fff;
  padding: 10px 35px;
  transition: all .4s linear 0s;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  border: 2px solid #ff5202;
  cursor: pointer; }
  .button_five.active {
    background-color: #fff;
    color: #ff5202; }
  @media (max-width: 575px) {
    .button_five {
      padding: 10px; } }
  .button_five:hover {
    text-decoration: none;
    background-color: #fff;
    color: #ff5202; }

.button_block {
  display: block;
  width: 100%;
  height: 50px;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .4s linear 0s; }

.rounded-btn {
  display: inline-block;
  position: relative;
  background-color: #d0f2fc;
  border: 0;
  color: #14bdee;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  transition: all .4s linear 0s;
  font-size: 15px;
  font-weight: 400;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 16px; }
  .rounded-btn i {
    color: #14bdee; }
  .rounded-btn:hover {
    text-decoration: none;
    background-color: #14bdee;
    color: #fff; }
    .rounded-btn:hover i {
      color: #fff; }
/************************************
15.1 Start Featured-2 Section
****************************************/
.featured-area {
  margin-bottom: -20px; }

.featured-2-icon {
  margin-right: 30px; }
  .featured-2-icon i {
    color: #ff5202;
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #ff5202; }

.single-featured-3:hover .featured-2-icon i {
  background: #ff5202;
  color: #fff;
  transition: all .4s linear 0s; }

.featured-2-text h5 {
  color: #002147;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600; }

.half-column-content h2 {
  font-size: 50px; }
  
  .overlay_2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 33, 71, 0.8); }
.section-title h2 {
    color: #002147;
    font-size: 50px;
    font-family: pb;
    font-weight: 600;
}
.featured-2-icon i {
    color: #fff;background:#ff5202;
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #ff5202;
}
.hover_bg {
    background-color: #ff5202;
}
.text-white {
    color: #fff !important;
}
.p-4 {
    padding: 1.5rem !important;
}
/**************************
15.4 Start Contact Section
****************************/
.contact-from-wrapper input {
  border-radius: 0;
  height: 50px;
  background-color: #f9f9ff;
  position: relative; }
  .contact-from-wrapper input:focus {
    background-color: #f5ffe6;
    border-color: #91c73d;
    box-shadow: none; }
    .contact-from-wrapper input:focus label {
      color: #91c73d; }

.contact-from-wrapper label {
  position: absolute;
  right: 40px;
  top: 25px;
  transform: translateY(-50%);
  z-index: 3;
  color: #8a8d91; }

.contact-from-wrapper textarea {
  background-color: #f9f9ff;
  border-radius: 0;
  position: relative; }
  .contact-from-wrapper textarea:focus {
    background-color: #f5ffe6;
    border-color: #91c73d;
    box-shadow: none; }

.contact-from-wrapper button[type="submit"] {
  padding: 15px 25px;
  background-color: #91c73d;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  border: 0;
  border-radius: 50px; }
  .contact-from-wrapper button[type="submit"]:focus {
    outline: 0; }

.contact-from-wrapper-2 {
  overflow: hidden; }
  .contact-from-wrapper-2 input {
    border-radius: 0;
    height: 50px;
    background-color: #f9f9ff;
    position: relative; }
    .contact-from-wrapper-2 input:focus {
      background-color: #ffc6ac;
      border-color: #ff5202;
      box-shadow: none;
      color: #ff5202;
      font-weight: 500; }
  .contact-from-wrapper-2 textarea {
    background-color: #f9f9ff;
    border-radius: 0;
    position: relative; }
    .contact-from-wrapper-2 textarea:focus {
      background-color: #ffc6ac;
      border-color: #ff5202;
      box-shadow: none;
      color: #ff5202;
      font-weight: 500; }
  .contact-from-wrapper-2 button[type="submit"] {
    padding: 15px 25px;
    background-color: #ff5202;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    border: 0; }
    .contact-from-wrapper-2 button[type="submit"]:focus {
      outline: 0; }
.highlights-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 10px 0; }
  .highlights-section ul li {
    display: inline-block;
    padding: 5px; }
  .highlights-section ul h4 {
    line-height: 35px; }

.highlights-section .social-links ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.19);
  transition: all .4s linear 0s;
  text-align: center; }
  .highlights-section .social-links ul li a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #ff5202; }
	/*********************************
18. Gallery Page
***********************************/
.gallery-links {
  display: inline-block;
  padding-top: 15px;
  border-top: 2px solid #fff; }
  .gallery-links ul {
    margin: 0;
    padding: 0; }
    .gallery-links ul li {
      display: inline-block;
      margin: 5px; }
      .gallery-links ul li a {
        display: inline-block;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        background-color: rgba(255, 82, 2, 0.3);
        border-radius: 50%;
        border: 2px solid #fff;
        color: #fff;
        transition: all .4s linear 0s; }
        .gallery-links ul li a:hover {
          background-color: #fff;
          color: #ff5202;
          border-color: #fff; }

.gallery-content {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all .4s linear 0s; }
  .gallery-content h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
    padding: 0 25px; }

.single-gallery {
  transition: all .4s linear 0s; }
  .single-gallery .gallery-image {
    position: relative; }
    .single-gallery .gallery-image:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 82, 2, 0.8);
      opacity: 0;
      visibility: hidden;
      transition: all .4s linear 0s; }
    .single-gallery .gallery-image:hover:before {
      opacity: 1;
      visibility: visible; }
    .single-gallery .gallery-image img {
      width: 100%; }
  .single-gallery:hover .gallery-content {
    opacity: 1;
    visibility: visible; }
	
	/*********************************
4. Start Featured Section
**********************************/
.featured-section-2 {
  background-size: 100% 53%;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .featured-section-2 {
      padding-bottom: 250px; } }

.feature-image {
  position: relative; }
  .feature-image img {
    width: 100%; }

.single-featured {
  transition: all .4s linear 0s;
  box-shadow: none; }
  .single-featured:hover {
    border-color: #ff5202 !important; }
  .single-featured .product-price {
    position: absolute;
    right: 30px;
    bottom: 30px; }

.single-featured-2 {
  transition: all .4s linear 0s;
  box-shadow: none; }
  .single-featured-2:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-color: #14bdee !important; }
    .single-featured-2:hover .featured-text-and-info {
      border-color: #14bdee !important; }
  .single-featured-2 .feature-image {
    position: relative; }
    .single-featured-2 .feature-image img {
      width: 100%; }
  .single-featured-2 .product-price-2 {
    position: absolute;
    right: 30px;
    bottom: 30px; }
  .single-featured-2 .event-date-2 {
    position: absolute;
    right: 30px;
    bottom: 30px; }

.single-featured-3 {
  transition: all .4s linear 0s; }
  .single-featured-3:hover .border-6 {
    border-color: #14bdee; }
  .single-featured-3 h3 {
    padding-top: 30px;
    font-weight: 600; }
  .single-featured-3 .featured-text-and-info {
    border-top-color: #14bdee;
    transition: all .4s linear .09s; }

.single-featured-4 {
  transition: all .4s linear 0s; }
  .single-featured-4:hover .border-6 {
    border-color: #14bdee; }
  .single-featured-4 h3 {
    padding-top: 30px;
    font-weight: 600; }
  .single-featured-4 .featured-text-and-info {
    border-top-color: #14bdee;
    transition: all .4s linear 0s; }
  .single-featured-4 .feature-image {
    position: relative; }
    .single-featured-4 .feature-image .product-price-4 {
      position: absolute;
      right: 30px;
      bottom: 30px; }
    @media (max-width: 768px) {
      .single-featured-4 .feature-image img {
        width: 100%; } }
  .single-featured-4:hover {
    box-shadow: 0 1rem 3rem rgba(145, 199, 61, 0.3); }

.single-featured-5 {
  transition: all .4s linear 0s; }
  .single-featured-5:hover .border-6 {
    border-color: #ff5202; }
  .single-featured-5 h3 {
    padding-top: 30px;
    font-weight: 600; }
  .single-featured-5 .featured-text-and-info {
    border-top-color: #ff5202;
    transition: all .4s linear .09s; }
  .single-featured-5 .feature-image {
    position: relative; }
    .single-featured-5 .feature-image .product-price-4 {
      position: absolute;
      right: 30px;
      bottom: 30px; }

.featured-text-and-info {
  position: relative; }

.feature-image {
  position: relative; }

.feature-status {
  display: flex;
  justify-content: space-between; }
  .feature-status span {
    color: #a2a2a2; }
  .feature-status i {
    color: #ff5202;
    font-size: 14px; }

.feature-status-2 {
  display: flex;
  justify-content: space-between; }
  .feature-status-2 span {
    color: #a2a2a2; }
  .feature-status-2 i {
    color: #14bdee;
    font-size: 14px; }

.feature-status-3 {
  display: flex;
  justify-content: space-between; }
  .feature-status-3 span {
    color: #a2a2a2; }
    .feature-status-3 span i {
      color: #f99e1c; }
  .feature-status-3 i {
    color: #a2a2a2;
    font-size: 14px; }

.feature-status-4 {
  display: flex;
  justify-content: space-between; }
  .feature-status-4 span {
    color: #a2a2a2; }
    .feature-status-4 span i {
      color: #91c73d; }
  .feature-status-4 i {
    color: #91c73d;
    font-size: 14px; }

.feature-content h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 15px; }
  .feature-content h3 a {
    color: #002147;
    transition: all .4s linear 0s; }
    .feature-content h3 a:hover {
      text-decoration: none;
      color: #ff5202; }

.feature-content-2 h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 15px; }
  .feature-content-2 h3 a {
    color: #002147;
    transition: all .4s linear 0s; }
    .feature-content-2 h3 a:hover {
      text-decoration: none;
      color: #14bdee; }

.feature-content-3 h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  padding-top: 0;
  padding-bottom: 15px; }
  .feature-content-3 h3 a {
    color: #002147;
    transition: all .4s linear 0s; }
    .feature-content-3 h3 a:hover {
      text-decoration: none;
      color: #91c73d; }
	  .black_bg {
    background-color: #0d1028;
}
.text-white {
    color: #fff !important;
}/**************************
15.3 Start Contact And Countdown
***********************************/
.reg-form-area {
  position: absolute;
  width: 90%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .reg-form-area {
      position: relative;
     } }
  @media (max-width: 768px) {
    .reg-form-area {
      position: relative;
      } }
  @media (max-width: 575px) {
    .reg-form-area {
      position: relative;
     } }
  .reg-form-area h2 {
    margin-bottom: 30px;
    font-weight: 600;
    font-family: pb; }
  .reg-form-area input {
    border-radius: 0;
    margin-bottom: 30px;
    border: 1px solid #2f345b;
    background-color: #0d1028;
    color: #fff;
    height: 55px; }
    .reg-form-area input:focus {
      background-color: #0d1028; }
  .reg-form-area ::-webkit-input-placeholder {
    color: #fff; }
  .reg-form-area ::-moz-placeholder {
    color: #fff; }
  .reg-form-area :-ms-input-placeholder {
    color: #fff; }
  .reg-form-area :-moz-placeholder {
    color: #fff; }
  .reg-form-area button[type="submit"] {
    border: 0;
    height: 55px;
    background-color: #91c73d;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px; }
.black_2_bg {
    background-color: #151935;
}
.special-button {
    display: inline-block;
    position: relative;
    background-color: #ff5202;
    border: 0;
    color: #fff;
    padding: 16px 16px 16px 16px;
    transition: all .4s linear 0s;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.section-pt {
    padding-top: 100px;
}
.dark_2_bg {
    background-color: #002147;
}
.half-column-content h2 {
    font-size: 40px;
}
.sub-title {
    font-family: pb;    font-weight: 500;
    font-size: 40px;
    color: #002147;
}
.text-white {
    color: #fff !important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.section-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
}
.semi_dark_bg {
    background-color: #d7d7d7;
}.section-title-3 h2 {
    color: #ff5202;
    font-size: 50px;
    font-family: 'Open Sans', sans-serif;
   font-weight: 600;padding-bottom: 60px;
}.single-event-info {
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: all .4s linear 0s;
    border: 2px solid #ddd;
}
.p-4 {
    padding: 1.5rem !important;
}
.single-event-info .single-event-date {
    width: 135px;
    height: 135px;
}
.single-event-date {
    text-align: center;
    border: 2px solid #ff5202;
    transition: all .4s linear 0s;
}
.services-section {
    position: relative;
    z-index: 5;
}
.shadow-theme-lg {
    box-shadow: 0 1rem 3rem 1rem rgba(20, 189, 238, 0.175) !important;
}
/************************
15.2 Start Full Width Container
*************************/
.half-column-video:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.3); }

.half-column-video .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #14bdee;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 15px;
  border-radius: 50%;
  transition: all .4s linear 0s; }
  .half-column-video .play-button i {
    font-size: 30px;
    background-color: #fff;
    padding: 35px;
    border-radius: 50%; }
  .half-column-video .play-button:hover {
    background-color: #14bdee; }

@media (max-width: 768px) {
  .half-column-video {
    padding: 200px 0; } }

@media (max-width: 575px) {
  .half-column-video {
    padding: 200px 0; } }

.contact-form-wrapper h2 {
  font-size: 50px;
  margin-bottom: 30px; }

.contact-form-wrapper input {
  margin-bottom: 30px;
  border-radius: 0;
  background-color: transparent;
  border: 2px solid #032f62;
  border-radius: 40px;
  height: 50px;
  padding: 25px;
  color: #dddddd; }
  .contact-form-wrapper input:focus {
    background-color: transparent;
    color: #dddddd; }

.contact-form-wrapper textarea {
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 30px;
  border-color: #032f62;
  border-radius: 40px;
  padding: 25px;
  color: #dddddd; }
  .contact-form-wrapper textarea:focus {
    background-color: transparent;
    color: #dddddd; }

.contact-form-wrapper ::-webkit-input-placeholder {
  color: #dddddd; }

.contact-form-wrapper ::-moz-placeholder {
  color: #dddddd; }

.contact-form-wrapper :-ms-input-placeholder {
  color: #dddddd; }

.contact-form-wrapper :-moz-placeholder {
  color: #dddddd; }

.equal-height {
  background-size: cover; }
  .pa-top1 {
    padding-top: 8px;
}
.section-pb {
    padding-bottom: 130px;
}
.equal-height {
  background-size: cover; }
   @media (min-width: 992px) {
    .half_column_image img {
      object-fit: cover; } }
  .half_column_image .play-button-2 {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px 25px;
    color: #fff;
    background-color: #91c73d;
    transition: all .4s linear 0s;
    font-weight: 500; }
    .half_column_image .play-button-2:hover {
      text-decoration: none;
      background-color: rgba(145, 199, 61, 0.8); }

.half_column_image_2 img {
  object-fit: cover; }

.half_column_content_2 h2 {
  font-size: 45px;
  color: #002147;
  padding-bottom: 15px;
  font-weight: 600;
  text-transform: capitalize; }

@media (max-width: 768px) {
  .half_column_content_2 h2 {
    font-size: 30px; } }

@media (max-width: 575px) {
  .half_column_content_2 h2 {
    font-size: 30px; } }

/*****************************
20. Apply Form Page
*************************************/
.apply-wrapper h2 {
  font-size: 50px;
  color: #002147;
  text-align: center;
  padding-bottom: 35px;
    font-family: pb;  font-weight: 600; }
  @media (max-width: 575px) {
    .apply-wrapper h2 {
      font-size: 35px; } }

.apply-wrapper input {
  border-radius: 0;
  height: 60px; }
  .apply-wrapper input:focus {
    outline: 0;
    box-shadow: none;
    border-color: #ff5202; }

.apply-wrapper select {
  border-radius: 0;
  height: 60px; }
  .apply-wrapper select:focus {
    outline: 0;
    box-shadow: none;
    border-color: #ff5202; }

.apply-wrapper textarea {
  border-radius: 0; }
  .apply-wrapper textarea:focus {
    outline: 0;
    box-shadow: none;
    border-color: #ff5202; }
.bg_dark_9 {
    background-color: #f5f5f5;
}
.p-5 {
    padding: 3rem !important;
}
.single_blog .blog-content {
  transition: all .4s linear 0s; }

.single_blog .event-image img {
  transition: all .4s linear 0s; }

.single_blog:hover .blog-content {
  box-shadow: 0 0.5rem 1rem rgba(34, 34, 34, 0.15) !important; }
  .img-fluid {
    max-width: 100%;
    height: auto;
}

.faq-sec .sec-title {
text-align:left;
margin-bottom:30px;
margin:0
}

.faq-sec .panel-title {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600px;
}
.faq-sec .panel-content {
	padding: 20px 20px 20px 20px;
	color: #777777;
	background: #f4f4f4;
}
.faq-img {
display: inline-block;
width: 100%;
}
.faq-img img {
  width: 100%;
}
.faq-sec .panel-heading {
	margin-bottom: 0px;
	padding: 10px 20px;
	background: #22253a;
	border-radius: 0;
}
.faq-sec .panel {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0 1px 1px rgba(0,0,0,.0);
	margin-bottom: 15px;
}
.faq-sec .panel-heading a {
	color: #f4f4f4;
	display: inline-block;
	font-size: 16px;
	width: 100%;
	font-weight: 600;
}
.faq-sec .panel-title a:before {
    float:right !important;
    font-family: FontAwesome;
    content:"\f106";
   color:#f4f4f4
}
.faq-sec .panel-title a.collapsed:before {
    float: right !important;
    content:"\f107";color:#f4f4f4;
}
.faq-sec .panel-title > a:hover, 
.faq-sec .panel-title > a:active, 
.faq-sec .panel-title > a:focus  {
    text-decoration:none;color:#f4f4f4;
}
.faq-single {
	margin-bottom: 20px;
}
.faq-single .icon {
	width: 60px;
	height: 60px;
	margin-right: 10px;
	background: #fab909;
	text-align: center;
	line-height: 60px;
	color: #011e40;
}
.faq-single .media-body h2 {
	font-size: 20px;
	margin-bottom:10px;
	text-transform: capitalize;
}



.event-image {
    position: relative;
    overflow: hidden;}
.single_blog:hover .event-image img {
  transform: scale3d(1.1, 1.1, 1.1); }
.form-group label {
    font-family: pb;  font-weight: 600;
  color: #002147; }
  .form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input[disabled] ~ .form-check-label,.form-check-input:disabled ~ .form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,0.9);border-radius:.25rem}.was-validated :valid ~ .valid-feedback,.was-validated :valid ~ .valid-tooltip,.is-valid ~ .valid-feedback,.is-valid ~ .valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#28a745;padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,0.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#28a745;padding-right:calc(0.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,0.25)}.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label{color:#28a745}.was-validated .form-check-input:valid ~ .valid-feedback,.was-validated .form-check-input:valid ~ .valid-tooltip,.form-check-input.is-valid ~ .valid-feedback,.form-check-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid ~ .custom-control-label,.custom-control-input.is-valid ~ .custom-control-label{color:#28a745}.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before{border-color:#28a745}
  
  
.banner_link{position:fixed;top:20%;right:0;z-index:9999;background-color:#26538d;width:100px}.banner_link .handle{position:absolute;left:-40px;background:#26538d;height:40px;width:40px;border-radius:26px 0 0 26px;top:35%}.banner_link a{border-bottom:1px solid #fff;color:#fff}.banner_link li{font-size:12px}.banner_link li i{margin-bottom:3px}.banner_link a:last-of-type{border-bottom:0}
.close-button{position: absolute;top: 0px;text-align: center;line-height: 2;z-index: 9999999;border-radius: 0px 20px 20px 0px;right: -40px;background: #26538d;height: 40px;width: 40px;color: #fff !important;padding-top:6px;}  .close-button:hover{cursor:pointer}
@media screen and (max-width:1200px) and (min-width:600px){
  .left-form{top:132px;} 
   .left-form-sub{padding:4px !important;}
   #frm .form-control{padding:4px !important;}   .banner_link li{text-align:center !important; }
  
   }
   .left-form{position:fixed;bottom:0;left:0;background:rgba(14,45,84,.7);z-index:1111}
@media screen and (min-width: 401px) and (max-width: 768px){

.left-form {
    width: 48%;
}

}

.join-us-sec {
	background: #071c2e none repeat scroll 0 0;
	padding:100px 0px;
	background-image: url(../img/counter-banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}
.join-us-sec-overlay {

    background: rgba(14,45,84,.7);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.join-us-desc h1 {
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	line-height: 46px;
}
.join-us-desc h1 span{
	color: #2196f3
}
.join-us-desc p{
	color:#f2f2f2
}
h1.join-us-form-title {
	display: inline-block;
	width: 100%;

	color: #fff;
	text-align: center;
	padding: 40px 0;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 30px;
	position: relative;
	margin-bottom: -1px;

	text-transform:capitalize;
}
.join-us-form {
	margin-left: 0px;
}
.join-us-field {
	padding: 20px 30px;

}
.join-us-field input[type="text"], .join-us-field input[type="email"] {
	padding: 10px;
	width: 100%;
	border: 1px solid #ddd;
	margin: 6px 0;
}
.bg-maroon-500 {
    background-color: #801328;
}
.bg-maroon-600 {
    background-color: #48111c;
}
.join-us-field input[type="submit"] {
    background: #ff5202;
	color: #fff;
	padding: 14px;
	width: 100%;
	margin-top: 20px;
	font-size: 18px;
	margin-bottom: 30px;
}
/********  Alert  ********/

.alerts {
	position: fixed;
	left: 0px;
	top: 20%;
	z-index: 9999;
	overflow:hidden;
}
.alert-btn {
	width: 40px;
	height: 40px;
    
	background-color: #26538d;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
	position: relative;
	float: left;
	cursor: pointer;
	color:#fff;
}
.a-count {
	width: 26px;
	height: 26px;
	border-radius: 100%;
	color: #fff;
	background: #f93525;
	display: block;
	font-size: 13px;
	line-height: 26px;
	font-weight: 500;
	position: absolute;
	right: 20px;
	top: 15px;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}
ul.alerts-list {
	padding: 0px;
	margin: 0;
	float: left;
	width: 300px;
	background: rgba(14,45,84,.7);
	padding: 5px;
	list-style: none;
	display: none;
	border:2px solid #ebebeb;
}
ul.alerts-list li {
	background: #d33030;
	margin-bottom: 20px;
	padding: 10px;
	color: #fff;
}
ul.alerts-list li:last-child {
	margin: 0px;
}
ul.alerts-list li p {
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 5px;
}
ul.alerts-list li span {
	font-size: 11px;
	color: rgba(255,255,255,.5);
}
/******Alert End*************/




@media screen and (min-width: 320px) and (max-width: 325px){
.left-form {
    width: 85% !important;
}
.left-form .left-form-sub iframe{
    width:100% !important;
} 
.left-form-sub{
width:100% !important;
}
}

@media screen and (min-width: 326px) and (max-width: 374px){
.left-form {
    width: 75% !important;
}
.left-form .left-form-sub iframe{
    width:100% !important;
} 
.left-form-sub{
width:100% !important;
}

}

@media screen and (min-width: 375px) and (max-width: 420px){
.left-form {
    width: 72% !important;
}
.left-form .left-form-sub iframe{
    width:100% !important;
} 
.left-form-sub{
width:100% !important;
}

}
@media screen and (min-width: 421px) and (max-width: 480px){
.left-form {
    width: 60% !important;
}
.left-form .left-form-sub iframe{
    width:100% !important;
} 
.left-form-sub{
width:100% !important;
}

}
.blinking{
    animation:blinkingText 1.2s infinite; font-size:14px; font-weight:600; padding:8px;color:#000; background:#FFCC00;
}
@keyframes blinkingText{
    0%{     color: #000;background:#FFCC00    }
    49%{    color: #000;background:#FFCC00  }
    60%{    color: #fff;background:#17205f }
    99%{    color:#fff; background:#17205f }
    100%{   color: #fff;background:#17205f    }
}
.blinking1{
    animation:blinkingText1 1.2s infinite; font-size:14px; font-weight:600; padding:8px; color:#000; background:#eb5a19;
}
@keyframes blinkingText1{
    0%{     color: #fff;background:#e3252e    }
    49%{    color: #fff;background:#e3252e  }
    60%{    color: #fff;background:#17205f}
    99%{    color:#f4e609; background:#17205f }
    100%{   color: #f4e609;background:#17205f    }
}
.alert {
    position: fixed;
    right: 0px;
    top: 2%;
    z-index: 100999;
    overflow: hidden;
}


@media screen and (max-width: 479px) {
.hidden-xs{display:none}.alert {
display:none;}
.alert img{width:85px} }


.center-text {
    text-align: center;
}