/**********  CSS **********/



:root {
    --primary: #0090d3;
    --light: #F0FBFC;
    --dark: #181d38;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** 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-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
    border-radius: 30px;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

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

.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;
    border-radius: 0px;
}


/*** Navbar ***/
.bg-trans{background: rgba(256,256,256) !important; }
.owl-carousel{margin-top: -100px; ;background: #f5f7ff;}


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

.navbar-light .navbar-nav .nav-link {
    margin-right: 20px;
    padding: 34px 5px;
    /*! color: #FFFFFF; */
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    /*! color: #fff; */
}
        .navbar-nav a {
        text-decoration: none;
        color: #18272F;
        font-weight: 700;
        position: relative;
        }
        .navbar-nav a::before {
        content: '';
        background: #EC7F1C;
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 4px;
        z-index: -1;
        transition: all .3s ease-in-out;
        border-radius: 50px;
        color: #fff !important;
        opacity: 0;
        }
        .navbar-nav a:hover::before {
        bottom: 0;
        height: 100%;
        border-radius: 0px;
        opacity: 1;
        color: #fff !important;; 
        }

a.active::before {
        content: '';
        background: #EC7F1C;
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 4px;
        z-index: -1;
        transition: all .3s ease-in-out;
        border-radius: 50px;
        color: #fff !important;
        opacity: 1;
        }
    



.navbar-nav a:hover {
        color: #fff !important;;
       
        }




        .btn-gradient{
        transition: all .10s ease-in-out;
        background: #015EAC;
	background: linear-gradient(90deg, rgb(239, 127, 27) 0%, rgb(219, 60, 23) 100%);
        color: #fff;
        }




        .btn-gradient:hover{
            background: #EF801D;
            color: #fff;
        }
        



         .subscribe {background: #fff6; padding: 20px 50px; border-radius: 5px; width: 600px; margin: 0 auto;}
                                .subscribe table{width: 100%;}
                                .subscribe table td{padding: 5px}
                                .subscribe input {border: 0px; border-radius: 50px; padding: 9px; }


                                .bg-text{font-size: 100px; color: rgba(0, 0, 0, 0.03); font-weight: 900;}
                                .mainheading{font-size: 50px; position: relative; /*! margin-top: -133px; */ color: #181d38;padding-bottom: 25px;}












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

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

.navbar-light .navbar-brand,
.navbar-light a.btn {
    /*! height: 184px; */
}

.navbar-light .navbar-nav .nav-link {
    color: #5e5e5e;
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;2
    transition: .5s;
}
 
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
.logo img{height: 70px;}

.mission{background: url(../img/mission.png) no-repeat center top; text-align: center;}
.vision{background: url(../img/vision.png) no-repeat center top; text-align: center;}
.culture{background: url(../img/culture.png) no-repeat center top;  text-align: center;}
.career{background: url(../img/career.png) no-repeat center top;  text-align: center;}
.company{background: url(../img/company.png) no-repeat center bottom;  text-align: center;}
.director{background: url(../img/director-bg.png) no-repeat center bottom;  text-align: center;}


.mission h1, .mission p,
.vision h1, .vision p,
.culture h1, .culture p,
.career h1, .career p{color:#fff;}



.book-tal-txt{font-size: 50px; font-weight: 900; color: #fff;text-transform: uppercase;}



.owl-carousel h1{ text-transform: uppercase; font-size: 60px; } 


.why-option{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    border-radius: 100px;
    margin: 20px 0px;
  
}
#products-wrapper{background: url(../img/3.png) no-repeat center top; background-size: cover;}



.products{background: #ccc; border-radius: 5px; padding: 10px;

    background: rgb(235, 248, 255);
    /*! background: linear-gradient(90deg, rgba(02,124,188,1) 0%, rgba(20,184,193,1) 100%); */
    color: #fff; text-align:center ;
    margin-bottom: 15px;
    padding: 20px;
font-weight: bold;
box-shadow: `1`1;
}

h1{text-transform: uppercase;}



.why-option .icon{width: 100px; height: 100px; background: #0090D3; text-align: center; line-height: 100px; border-radius: 100%;}


.why-option .text{ height: 100px;  flex-grow: 1; display: table; padding-left:20px;  display: flex; justify-content: center; flex-direction: column; color: #7d7d7d; 
    font-size:18px ; font-weight: 400; }

.service-item img{padding-bottom: 20px;}
.courses {
    background: #fff;
    box-shadow: 0px 0px 10px #00000012;
    border-radius: 20px;
    padding: 40px;
}         

.border-radius{border-radius: 15px}
.category{background: #EFF3FF;}

.contact-form{background: url(../img/contact.png) no-repeat center top; background-size: cover;}



.contact-form h2{color: #fff; font-size: 50px; text-transform: uppercase;}
.contact-form p{color: #fff}




.contact-form form{background: #fff; padding: 40px; border-radius: 15px;}
.contact-form form input{border:0px; border-bottom: 1px solid #ccc !important ;}

.contact-form form button{ padding:20px; }
.contact-bg{
 background: linear-gradient(90deg, rgba(20,184,193,1) 0%, rgba(02,124,188,1) 100%); position: relative; margin-top:-200px; 
    border-radius: 5px; padding: 30px 20px;}



    .contact-bg input{border-radius: 50px;}
    .contact-bg .btn{padding: 10px 30px;}

.map{background: url(../img/map.png) no-repeat center top; background-size: cover; height: 400px;}



.form-control:focus {
    outline: 0 !important;
    box-shadow:0 0 0 0.0 rgba(6,187,204,0.25) !important;
    border-bottom: 1px solid #ccc !important ;
}
.footer{background:#5a5a5a; }

.footer h4{color:#3F71FF;}

.footer h5{color:#fff;}
.social-icon {display: inline-block; margin-top: 20px;}
.social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0px;
}


.banner-link{color: #007bff; font-size: 20px; font-weight: 600; transition: .3s; margin:5px; padding: 7px 20px }
.banner-link:hover{color: #007bff;transition: .3s; }
.banner-link:hover i{margin-left: 10px;transition: .3s;}

.btn.btn-outline-primary.banner-link{border: 2px solid #007bff; color: #007bff;}
.btn.btn-outline-primary.banner-link:hover{color: #fff;}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    
}
.lower-footer{background: #000; text-align: center; padding: 40px 0px;}


/*** Header carousel ***/

@media (max-width: 768px) {
    .owl-carousel h1 {
    text-transform: uppercase;
    font-size: 25px;
}
    .owl-carousel p {
    font-size: 18px;
}

    .owl-carousel a {
   display: block;
}
.header-carousel .owl-nav {
    position: absolute;
    top: 80% !important;
    right: 8% !important;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}   




    .bg-trans {
    background: rgb(246, 253, 255) !important;
}

.footer{text-align: center;}
.footer .d-flex{justify-content: center;}

.footer .btn.btn-link {
    display: flex !important;
   
    justify-content: center;
}

.footer img{ margin: 20px 0px;  }
.navbar-light .navbar-toggler {
    color: rgba(256,256,256,1) !important;
    border-color: rgba(256,256,256,1);
    background: #ef7f1a;
}
.owl-carousel {
    margin-top: 0px !important;
}
.subscribe {
    padding: 20px 30px;
    width: 100%;
}
.subscribe table, .subscribe td, .subscribe tbody, .subscribe tr { display: block;
  width: 100%; text-align: center;}

  .bg-text {
    font-size: 50px;
  
}

.mission {
    background-size: cover;
}

.mission .btn{ width: 100%; }







    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}




.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #ef7f1a;
    border: 1px solid #ef7f1a;
    font-size: 22px;
    transition: .5s;
    border-radius: 35px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: #d3721b;;
    border-color: #d3721b;;
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}

    
/*** Service ***/


.about{ background:url(../img/about.png) no-repeat top right; padding: 20px 0px 80px 0px;}





/*** Service ***/


.service-item {
    transition: .5s;
    border-radius: 42px;
    box-shadow: 0px 0px 25px #0000003b;
    padding-bottom: 50px;
}
.service-item p {padding-right: 20px; padding-left: 20px;}

.service-item:hover {
    margin-top: -10px;
}

.service-item * {
    transition: .5s;
}




/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    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;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

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

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}