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

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #52565b;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

p {
    line-height: 30px
}

.divider {
    margin: 20px 0;
    height: 4px;
    border: none;
    width: 100px;
    /* Or set a specific width like 80% */
    background: #181d38;

}




: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: 8px 7px;
    /*! 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: #F58634;
    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: 5px;
    opacity: 1;
    color: #fff !important;
    ;
}

a.active::before {
    content: '';
    background: #F58634;
    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 {
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    background: linear-gradient(270deg, #f58634, #013672, #f58634);
    background-size: 600% 600%;
    transition: all 0.3s ease-in-out;
    animation: gradientMove 5s ease infinite;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.btn-gradient:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
    box-shadow: 0 6px 20px rgba(245, 134, 52, 0.4);
    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; */
}




nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

nav ul li {
    margin: 0 15px;
    padding: 10px 20px;
    cursor: pointer;
    background-color: #f4eade;
    border-radius: 5px;
}



nav ul li:hover {
    background-color: #fff;
}



@media screen and (max-width: 767px) {
    nav ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0px;
        padding: 0px
    }

    nav ul li {
        margin: 5px 5px;
        padding: 4px 5px;
        cursor: pointer;
        background-color: #f0f0f0;
        border-radius: 5px;
    }

    .c-banner h1 {
        font-size: 20px;
        /*! color: #fff; */
    }

    .c-banner p {
        font-size: 15px !important;
        line-height: 22px;
    }









}


#products-wrapper {}

.portfolio {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.item {
    width: 300px;
    height: 150px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4eade;
    border-radius: 10px;
    padding: 30px;
}

.item {
    transition: transform 300ms ease-out;
}

.item:hover {
    transform: translate(0px, -5px);
}


#products-wrapper .active {
    background: #f58634;
    color: #fff;
}







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

    .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;
    padding: 120px 0px !important;
    color: #000;
    ;
}

.img-mission {
    border-radius: 20px;
    margin: 20px 0px
}

.vision {
    background: url(../img/vision.png) no-repeat center top;
    text-align: center;
    padding: 120px 0px;
}

.culture {
    background: #000;
    text-align: center;
}

.career {
    background: url(../img/career.png) no-repeat center top;
    text-align: center;
}

.company {
    background: #f6f3ee url(../img/company.png) no-repeat center bottom;
    text-align: center;
    padding: 120px 0px;
}

.director {
    background: url(../img/director-bg.png) no-repeat center bottom;
    text-align: center;
}

.key-highlight {
    list-style: none;
    padding: 0px;
}

.key-highlight li {
    padding: 12px;
    background: #181d38;
    margin: 16px 0px;
    border-radius: 6px;
    color: #fff;
}

.n-btn {
    padding: 14px 30px;
    border-radius: 10px;
}


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

.c-banner {
    margin-top: 200px;
    padding: 30px;
    border-radius: 25px;
    background: #ffffff75;
    backdrop-filter: blur(11.3px);
    text-align: center;
}

.c-banner h1 {
    font-size: 30px;
    font-weight: 500;
}

.c-banner p {
    /*! color: #535353b2; */
}

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



.owl-carousel h1 {
  
    font-size: 30px;
}


.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);
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    padding: 20px;
    font-weight: bold;
    box-shadow: `1`1;
}




.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 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: #000616;
}

.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: #013672;
    font-size: 20px;
    font-weight: 600;
    transition: .3s;
    margin: 5px;
    padding: 7px 20px
}

.banner-link:hover {
    color: #013672;
    transition: .3s;
}

.banner-link:hover i {
    margin-left: 10px;
    transition: .3s;
}

.btn.btn-outline-primary.banner-link {
    border: 2px solid #f58634;
    color: #f58634;

}



.btn.btn-outline-primary.banner-link:hover {
    color: #fff;
 background-color:#003571;;
 border-color:#003571;
}

.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) {
    .logo img {
	height: 47px;
}   

.c-banner h1{font-size: 22px;}
    .owl-carousel h1 {
        /*! text-transform: uppercase; */
        font-size: 18px;
    }

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

    .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: 80vh;
    }

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

    .c-banner {
        padding: 20px;
        border-radius: 25px;
        background: #ffffffb2;
        backdrop-filter: blur(10px);
        margin-top: 120px;
    }


}


.navbar-toggler {
  transition: transform 0.3s ease;
}

.navbar-toggler.rotate {
  transform: rotate(45deg);
}


.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: #43b9d0;
    border: 1px solid #8ed6ed;
    font-size: 22px;
    transition: .5s;
    border-radius: 35px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: #4f8ab4;
    ;
    border-color: #604a8f;
    ;
}

.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: #dcd0c0 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;
}

.btn-secondary {
	color: #fff;
	background-color: #f48634;
	border-color: #f58634;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #013672;
	border-color: #013672;
}

#careers {
	background: url(../img/career.png) no-repeat center bottom;	background-size: cover;
}
