/********** Template CSS **********/
@font-face {
    font-family: "Helvetica Neue LT Std";
    src: url(../fonts/Helvetica\ Neue\ LT\ Std\ 57\ Condensed.otf);
    src: url(../fonts/Helvetica\ Neue\ LT\ Std\ 77\ Bold\ Condensed.otf);
}
:root {
    --primary: #3bc5f3;
    --secondary: #70c6b0;
    --light: #F3F6F8;
    --dark: #30455c;
}
body{
    font-family: "Helvetica Neue LT Std";
    overflow-x: hidden;
}
p, ul li, ol li{
    font-size:18px;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(../images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position-x: 95%;
    background-position-y: center;
}

.text-primary{
    color: #3bc5f3!important;
}
.bg-primary{
    background-color: #30455c!important;
    border-radius: 10px;
}
.color-dark{
    color: #0C2B4B!important;
}

.text-tertiary, .bg-tertiary{
    color: #3cc5f3!important;
}

.text-green{
    color: #70c5b0!important;
    -webkit-text-stroke-color: #70c5b0!important;
}
.bg-green{
    background-color: #70c5b0!important;
    border-color: #70c5b0!important;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.form-button{
    position: relative;
    top: -30px;
    left: 10%;
    width: 80%;
}

.text-stroke{
    text-transform: uppercase;
    color: #3bc5f3;
    background-color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-stroke-width: 2px;

}

.btn-pop:hover, .form-button:hover{
    transform: scale(1.05);
}

   
.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.top_bar{
    background: #3bc5f3!important;
    border-radius: 0!important;
}
.top_bar a{
    color: inherit;
    transition: .5s;
}
.top_bar a:hover{
    color: #dbf3ff;
    transform: scale(1.05);
}
.form-control:read-only{
    background-color: #ffffff!important;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
    background-color: #3bc5f3;
    border-color: #3bc5f3;
}

.btn.btn-secondary{
    background-color: #70c6b0;
    border-color: #70c6b0;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-round {
    border-radius: 49%;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    background: #ffffff00!important;
}

.navbar a.btn{
    font-size: 20px;
    color: #ffffff;
}

.navbar a.btn:hover {
    background-color: white;
    color: #39c7f4;
    border: 3px solid #39c7f4;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--light);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar.shadow-sm{
    background: #254461!important;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, .75);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

.page-header {
    /*background: linear-gradient(rgb(147 147 147 / 53%), rgb(255 255 255)), url(../images/banner_img.webp) center bottom no-repeat;*/
    background: linear-gradient(#0c2b4bd6, #0c2b4bd6), url(../images/banner_img.webp) center top no-repeat;;
    background-size: cover;
    position: relative;
    top: -85px;
    
}
.common-banner{
    background: linear-gradient(#0c2b4bd6, #0c2b4bd6), url(../images/banner_img.webp) center top no-repeat;;
    background-size: cover;
    position: relative;
    top: -85px;
    height: 60vh;
    display: flex;
    align-items: center;
    margin-bottom: 0!important;
}
.page-inner-banner{
    background: url(../images/bannerterms.jpg) center center no-repeat;
    background-size: cover;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}
.banner1{
    background: url(../images/banner1.webp) center center no-repeat;
    background-size: cover;
}

.banner2{
    background: url(../images/banner2.webp) top center no-repeat;
    background-size: cover;
}

/*** Facts ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}


/*** Courses ***/
.courses {
    min-height: 100vh;
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/carousel-1.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.courses-item .courses-overlay, .cards-item .courses-overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3bc5f3;
    overflow: hidden;
    opacity: 0;
    transition: .5s;
    padding: 20px; 
    color: white;
}
.courses-item:hover .courses-overlay , .cards-item:hover .courses-overlay {
    height: 100%;
    opacity: 1;
}
.courses-item:hover + .faqs-item::before{
    display: none;
}

.faqs-item::before, .faqs-item-2lines::before{
    content: "";
    background-color: #3bc5f3;
    height: 75px;
    z-index: 1;
    width: 1%;
    position: absolute;
    border-radius: 10px 0px 0px 10px;
}

/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .75);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social {
    height: 100%;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    height: 40px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid var(--primary);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--light);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}


.footer .fa-twitter:hover{
    color:#00acee!important;
}
.footer .fa-facebook-f:hover{
    color:#4267B2!important;
}
.footer .fa-youtube:hover{
    color:#FF0000!important;
}

.footer .fab{
    color:white!important;
}

.footer a{
    color:#f3f6f8!important;
}
.footer a:hover {
    color:#d3d3d3!important;
}
.copyright {
    background: #092139;
}

.copyright a {
    color: var(--primary);
}

.copyright a:hover {
    color: var(--light);
}

.common-banner .built-heading .h4, .common-banner .built-heading h4 {
    -webkit-text-stroke-color: #ffffff;
}
.built-heading .h4, .built-heading h4, .built-heading h2 span {
    font-size: 90px;
    line-height: 120px; 
    text-transform: uppercase;
    color: #3bc5f3;
    background-color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #3bc5f3;
    -webkit-text-stroke-width: 2px;
    margin-top: -50px;
}

.built-heading .h3, .built-heading h3 {
    font-size: 65px;
    line-height: 60px;
    color: #30455c;
}

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

.courses-item .built-heading, .cards-item .built-heading{
    height: 100%;
    background-color: #0C2B4B;
    padding-top: 35px;
    padding-bottom: 35px;
}

.courses-item .built-heading .h4, .courses-item .built-heading h4, .cards-item .built-heading h4 {
    font-size: 60px;
    line-height: 38px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 2px;
    margin-top: -12px;
}
.courses-item .built-heading .h3, .courses-item .built-heading h3, .cards-item .built-heading h3 {
    font-size: 40px;
    line-height: 38px;
    text-transform: uppercase;
    color: #3bc5f3;
    text-align: center;
}

.courses-item, .cards-item{
    border-radius: 10px;
}
.page-header h3{
    color: #3bc5f3;
   /*-webkit-text-stroke: 0.5px #ffffff;*/
   text-shadow: 4px 2px 5px #030303;
}
.page-header h4{
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #fff;
}

.btn-wiggle {
      animation: wiggle 1.8s cubic-bezier(.36, .07, .19, .97) both infinite;
      transform: translate3d(0, 0, 0);
      backface-visibility: hidden;
      perspective: 1000px;
}
.btn-wiggle:hover{
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
     animation-play-state: paused;
}



/* Keyframes */
@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-6deg);
  }
  20% {
    transform: rotateZ(3deg);
  }
  25% {
    transform: rotateZ(-5deg);
  }
  30% {
    transform: rotateZ(2deg);
  }
  35% {
    transform: rotateZ(-1deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}

@media (max-width: 768px) {
    .page-header {
        /*background: linear-gradient(rgb(147 147 147 / 50%), rgb(255 255 255 / 50%)), url(../images/banner_img_mobile.webp) center bottom no-repeat!important;*/
        background: linear-gradient(#0c2b4bd6, #0c2b4bd6), url(../images/banner_img.webp) left bottom no-repeat;
        /*background-size: cover;*/
    }
    
    .navbar-collapse{
        padding: 0px 0px 15px 15px;
    }
    .navbar .navbar-nav .nav-link{
        color: var(--dark);
    }
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .faqs-item::before{
        content: "";
        background-color: #3bc5f3;
        height: 75px!important;
        z-index: 1;
        width: 2%!important;
        position: absolute;
        border-radius: 10px 0px 0px 10px;
    }

    .faqs-item-2lines::before{
        content: "";
        background-color: #3bc5f3;
        height: 112px!important;
        z-index: 1;
        width: 2%!important;
        position: absolute;
        border-radius: 10px 0px 0px 10px;
    }

    .built-heading .h4, .built-heading h4 {
        font-size: 70px!important;
        line-height: 100px!important;
    }
    .built-heading .h3, .built-heading h3 {
        font-size: 40px!important;
        line-height: 60px!important;
    }

    .cards-item .built-heading h4 {
        font-size: 70px!important;
        line-height: 50px!important;
    }
    .cards-item .built-heading h3 {
        font-size: 40px!important;
        line-height: 30px!important;
    }
    .mobile-centered{
        text-align: center!important;
    }
    .page-inner-banner{
        background: #70c5b0!important;
    }
    .hide-mobile{
        display: none;
    }
}
@media (min-width: 768px) {
    .hide-desktop{
        display: none;
    }
}


.tab {
    background-color: white;
    padding: 12px;
    text-align: center;
    border-radius: 6px;
}

.tab-title{
    padding: 0px;
    padding-top: 12px;
}

.leaf-heading{
    background: url(../images/leaf.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    display: flex;
    width: min-content;
}
.form-control:read-only{
    background-color: #f3f6f8!important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #3bc5f3;
}
#d4ug071qokso1670914433461{
    display:none!important;
}
.MsoNormal a{
    color:#3bc5f3!important;
}
.MsoNormal a:hover{
    color:#2a9ec5!important;
}
.MsoNormal span{
    font-family: inherit!important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
