/********** Template CSS **********/
body *{
    font-family: 'Open Sans';
}
:root {
    --primary: #0054A6;
    --primary-lite: #0054a6;
    --primary-dark: #0054a6;
    --light: #F0FBFC;
    --dark: #181d38;
    --theme-color-dark-blue: #091242;
    --theme-color-lite-blue: #091242cf;
    --theme-color-white: #fff;
    --theme-color-yellow: #FFCE34;
    --theme-color-black: #202124;
    --theme-color-primary-dark: #202124;
    --theme-color-view-more: #f3b463;
    --secondary:var(--theme-color-yellow);
    --secondary1:#1d3477;

    /*  */
    --theme-color-bg-mat: #191C21;
    --theme-color-bg-mat-secondary: #323942;
    --theme-color-bg-mat-secondary-transparent: #323942f5 ;
}
.text-primary{
    color: var(--primary) !important;
}
a {
    color: var(--primary);
}
.form-control:focus {

    border-color: rgba(0 ,84, 166, 0.3);
    box-shadow: 0 0 0 .25rem rgba(0 ,84, 166, 0.1)

}

body.dark-skin{
    --primary: #0d6c90;
    --primary-lite: #0082b59c;
    --primary-dark: #143b4b;
    --theme-color-white: rgba(248, 248, 248, 1);
    background-color: var(--theme-color-bg-mat);
}
.bg-theme-blue{
    background-color: var(--primary);
}
.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;
}
/* buttons start */
.btn-primary{
    background-color: var(--primary);
    border-color:var(--primary);
}
.btn-primary:hover {

    background-color: var(--primary-dark);
    border-color:var(--primary-dark);
}
.btn-check:checked+.btn-primary, .btn-check:active+.btn-primary, .btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle {

    background-color: var(--primary-dark);
    border-color:var(--primary-dark);
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    background-color: var(--primary-dark);
    border-color:var(--primary-dark);
    box-shadow:0 0 0 0.25rem rgb(0,130,181,0.5);
}
/* buttons end */


/*** 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: 'Open Sans', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.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;
}
.btn-box{
    min-height: 48px;
    padding: 0.6em 1.8em;
}
.btn-default.btn-box {
    background: #F4F4F4;
}
.btn-warning {
    color: #fff;
}
.btn-warning:hover {
    color: #fff;
}
.btn-box-blue{
    min-height: 48px;
    color: #fff;
    padding: 0.6em 1.8em;
    background: url("../img/Pattern.png");
    background-size: 15%;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: var(--theme-color-dark-blue);

}
.btn-box-blue:hover{
    background-color: var(--theme-color-lite-blue);
    color: #fff
    ;

}
/* modal style start */
.theme-modal .btn-close{
    position: absolute;
    right: 5%;
}
.theme-modal .modal-content {
    border-radius: 14px;
    background-image: url("../img/pattern-9.png");
}
.theme-modal .checked-img{
    width: 23%;
}
/* modal style end*/

/*** Navbar ***/
.navbar {
    background-color: var(--theme-color-white);
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;

}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    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: var(--theme-color-yellow);
}


@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: 75px;
    padding-left: 0 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--primary-lite);
    font-weight: 500;
}
a.nav-item.nav-link.nav-right-btn.btn-login {
    color: var(--theme-color-white);
}
a.nav-item.nav-link.nav-right-btn.btn-login:hover {
    background-color: var(--secondary);
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}
.navbar .logo {
    width: 61%;
    max-width: 276px;
}

@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;
    }
}
.navbar .nav-right-btn {
    padding: 6px 14px !important;
    border: solid thin #fff;
    background-color: var(--primary-dark);
    color: white;
}

.navbar .btn-login {
    padding: 9px 26px !important;
}
.navbar .nav-right-btn:hover {
    background-color: var(--primary-lite);
    color: var(--theme-color-white) !important;
}
.navbar-toggler-icon{
    background-image: url('../img/nav-toggle.svg')  !important;
}
.navbar-light .navbar-toggler {

    border-color: rgb(0, 84, 166)  !important;
}
.lang-switcher {
    background-color: transparent;
    border: 1px solid var(--primary);
    padding: 7px;
    margin-left: 5px;
    box-shadow: none;
    border-radius: 0px;
    color: var(--primary) !important;
    width: 98px;
    outline: none;
    font-size: 16px;
}

.navbar-profile-dropdown .dropdown-menu {
padding: 0px 0;
border-radius: 0px;
border: 1px solid rgba(0,0,0,.15);
box-shadow: 0 6px 12px rgba(204, 203, 203, 0.18);
}
.navbar-profile-dropdown .dropdown-menu > li > a {
display: block;
padding: 6px 20px;
clear: both;
font-weight: 500;
font-size: 16px;
line-height: 1.42857143;
color: #333;
white-space: nowrap;
}
.navbar-profile-dropdown .dropdown-menu > li > a:focus, .navbar-profile-dropdown .dropdown-menu > li > a:hover {
color: #fff !important;
text-decoration: none;
background-color: var(--primary);
}
.dropdown:hover .dropdown-menu {
display: block;
}
.dropdown-menu {
margin-top: 0;
}
.navbar-profile-dropdown .dropdown-menu > li > a {
display: block;
padding: 7px 20px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: #3f3a64;
white-space: nowrap;
font-size: 17px;
}
.email-pro {
color: #cfcfcf;
}
.user-name-drop {
color: var(--theme-color-olive-brown) !important;
}
.navbar-profile-dropdown .dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 0px 0;
margin: 2px 0 0;
margin-top: 2px;
margin-top: 2px;
font-size: 15px;
text-align: left;
list-style: none;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: none;
background-color: #fff;

}
.navbar-profile-dropdown .dropdown-menu > li > a:focus, .navbar-profile-dropdown .dropdown-menu > li > a:hover {
color: #fff;
text-decoration: none;
background-color: var(--primary-dark);
}
.navbar-profile-dropdown .header-user {
width: 40px;
height: 40px;
background-color: #fff;
border-radius: 50%;
border: 2px solid #f4f4f4;
text-align: center;
overflow: hidden;
float: left;
margin-right: 10px;
margin-top: 0px
}
.navbar-profile-dropdown .header-user img {
    width: 40px;
}

/*** Header carousel ***/
@media (max-width: 768px) {
    .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: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.contact-us-page-header {
    background: linear-gradient(rgba(24, 29, 56, .4), rgba(24, 29, 56, .4)), url(../img/aboutus.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-us-page-header .page-text{

    border: solid 5px #ffffff9e;
    border-radius: 13px;
    padding: 0.1em 0.5em;
    font-weight: 700;
    background: var(--primary);
}
/* .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; */
    font-size: 20px;
    color: var(--primary) !important;
}
/*
.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;
}
/*** learning today Start  ***/
.home-title-1{
    font-weight: 900;
    font-family: 'Open Sans';
    color: var(--primary);
    font-size: 1.3em;
}
.home-title-2{
    font-family: 'Open Sans';
    color: var(--secondary1);
    font-size: 2.3rem;
    font-weight: 600;

}
.home-title-3{
    font-family: 'Open Sans';
    color: var(--secondary1);
    font-size: 1.5rem;
    font-weight: 600;

}
.home-title-4{
    font-family: 'Open Sans';
    color: var(--primary);
    font-size: 1.5rem;
    font-weight: 600;

}

.start-now-btn {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
    padding-right: 2.5rem !important;
    background: var(--primary);
    padding-left: 2.5rem !important;
    color: white;
}
.start-now-btn:hover {
    background-color: var(--primary-dark);
    color: var(--theme-color-white);
}
.learn-more-btn {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
    padding-right: 2.5rem !important;
    background: var(--theme-color-white);
    padding-left: 2.5rem !important;
    color: var(--primary) !important;
    margin-left: 3rem;
    border: solid 2px var(--primary);
}
.learn-more-btn:hover {
    border: solid 2px var(--theme-color-yellow);
    background-color: var(--theme-color-yellow);
    color: var(--theme-color-black) !important;
}
.home-mission-text {
    border-left: solid 10px #6B81A6;
    padding-left: 5px;
    font-weight: 400;
    color: #8d8d8d;
    margin-bottom: 13px;
    font-style: italic;
    border-image: linear-gradient(to bottom, #0054A6, #0054A654) 1;
    line-height: 28px;
}
/*** home course details section ***/
.theme-box{
    background-color: var(--primary);
    padding: 2.5em 1.5em;
    color: var(--theme-color-white);
    border-radius: 11px;
}
.theme-box h2
{
    font-size: 2.3em;
    color: var(--theme-color-white);
}
.theme-box p{
    padding: 1em 0;
    color: var(--theme-color-white);
    margin-bottom: 2em;
    font-size: 1.2em;
}
.explore-more-btn {
    background-color: var(--theme-color-white);
    width: 100%;
    border-radius: 5px;
}
.explore-more-btn:hover {
    background: var(--secondary);
    color: var(--theme-color-white);
}

.course-details-grid-item {
    background-color: var(--primary);
    padding-top: 2em;
    text-align: center;
    border-radius: 10px 10px 4px 4px;
}
.course-details-grid-item h6 {
    background: var(--secondary);
    padding: 0.4em 1.5em;
    color: var(--theme-color-black);
    height: 54px;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 750;
}
.margin-section{
    margin-bottom: 4em;
}
.course-details-grid-item img {
    padding-bottom: 1.5em;
    transition: transform 0.3s;
}
.course-detail-icon{
    height: 70px;
}
.course-details-grid-item:hover .course-detail-icon {
    transform: scale(1.2);
  }
/* Home About us */
.about-us-img{
    width: 100% !important;
}
.about-title{
    width: 80%;
}
.about-list{
    list-style: none;
    padding-left: 0;

}

.about-list .title::before {
    content: "\00a0\00a0\00a0";
    font-weight: 900;
    margin-right: 0.5em;
    background: url("../img/icon _circle check_.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
.about-list p {
    padding-left: 2em;
    font-size:17px;
  }
/* counter section */
.counter-section {
    background-color: var(--primary);
    /* background-color: #f1f1f1; */
    padding: 2em;
}
.counter-section .counter-item {
    display: flex;
    justify-content: center;
}
.counter-section .counter-text-column {
    padding-left: 0.5em;
    margin-top: auto ;
    margin-bottom: auto ;
}
.counter-section .counter-text {
    margin: 0;
    color: var(--theme-color-white);
    font-size: 20px;
}
.counter-section .counter-sub-text {
    color: var(--theme-color-white);
}
.counter-section p {
    margin: 0;
    color: var(--theme-color-white);
}
img.counter-img {
    max-height: 64px;
}
/* New counter section style start */
/* .counter{
    color: var(--main-color);
    background: linear-gradient(-135deg,var(--main-color), var(--main-color) 38%,transparent 38%, transparent 65%,var(--main-color) 65%);
    font-family: 'Dosis', sans-serif;
    text-align: center;
    width: 300px;
    padding: 30px 10px 25px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    color: #fff;
}
.counter:before{
    content: '';
    background-color: var(--primary);
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    z-index: -1;
}
.counter .counter-icon{
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 18px;
}
.counter h3{
    font-size: 19px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 6px;
    color: #fff;
}
.counter .counter-value{
    font-size: 30px;
    display: block;
}
.counter.red{ --main-color: #E7433E; }
.counter.yellow{ --main-color: #EBA118; }
.counter.blue{ --main-color: #1496A1; }
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
} */
/* New counter section style ends */
/* Testimonial */
section.testimonials {
    background: transparent;
}
.shadow-effect {
    background: var(--primary);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid var(--primary);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}
#customers-testimonials{
    margin-top: 52px;
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
    color: var(--theme-color-white);
}


#customers-testimonials .item {
    text-align: center;
    padding: 0;
    margin-bottom: 80px;
    opacity: 0.8;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1) scale3d(1, 1, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
#customers-testimonials.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    max-height: 90px;
    margin: 0 auto 17px;
    border-radius: 50% !important;
    border: solid 5px #ffffff;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--primary);
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: var(--primary);
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}
#customers-testimonials .testimonial-name {
    font-size: 16px !important;
    color: var(--secondary) !important;
    margin-bottom: 2px;

}
#customers-testimonials .testimonial-designation {
    font-size: 16px !important;
    color: var(--theme-color-white);
    font-weight: bold !important;
    margin-bottom: 8px !important;
}
#customers-testimonials .rating {
    color: var(--theme-color-white);

}

/*** About us page ***/
.tag-title {
    background: #F4F4F4;
    padding: 0.3em 0.2em;
    padding-right: 0.5em;
    border-left: solid 4px #FFB82B;
    color: #1C1F35;
}

.testimonial-theme .testimonial-item {

    padding: 3em 4em;
}
.testimonial-theme .testimonial-item .rating{
    font-size: 1.5em;
    color: #FDAF3B;
}
.testimonial-theme .user-details {
    width: 70%;
    padding: 0.4em 1em;
}
.testimonial-theme .user-profile {
    width: 15%;
}
.testimonial-img {
    width: 15%;
}
.testimonial-theme .testimonial-odd {
    background: #F4F4F4;
    min-height: 620px;

}
.testimonial-theme .testimonial-even {
    background: var(--primary);
    min-height: 620px;
}
.testimonial-theme .testimonial-desc {
    padding: 2em 0em;
}

.testimonial-theme .owl-item.active {
    /* margin-right: 0 !important; */

}


.testimonial-theme .testimonial-even  .user-name,
.testimonial-theme .testimonial-even  .user-designation,
.testimonial-theme .testimonial-even  .testimonial-desc
{
    color: #fff;
}

/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

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

.service-item:hover * {
    color: var(--light) !important;
}


/*** 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);
}
.testimonial-desc::before{
    content: "“";
    /* position: relative; */
    font-family: 'Nunito';
    /* font-size: 3em; */
    /* top: 0.4em; */

}
.testimonial-desc::after{
    content: "”";
    /* position: relative; */
    font-family: 'Nunito';
    /* font-size: 3em;
    bottom: 0.4em; */

}

/*** Footer ***/
.footer{
    background-color: var(--primary-dark);
}
img.footer-logo {
    width: 51%;
    padding: 0.5em 0.6em;
}
.footer-logo-inline{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

.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-logos{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-logos img{
    width: 100%;
}
.footer-logos .logo-4 img{
    width: 59%;
}
.footer-logos .logo-3 img{
    width: 63%;
}
.social{
    display: flex;
    align-items: center;
}
.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;
}

/* Our Impact page Styles Starts */
.our-impact-heading{
    text-align: center;
}
.mapDiv{
    width: 100%;
    height: 600px;
    margin-right: -40%;
    z-index: 99;
}
.our-impact-wrapper{
    flex-direction: column;
    justify-content: space-between;
    /* width:40%; */
}
.our-impact-points{
    margin-bottom: auto;
}
/* Our Impact page Styles Ends */
/* readabler style start */

:root{

    --readabler-reading-mask: rgba(0, 0, 0, 0.7)

}
.mdp-readabler-tts {

    --readabler-tts-bg: rgba(236, 24, 71, 1);
    --readabler-tts-color: rgba(255, 255, 255, 1);

}

#mdp-readabler-popup-box{

    --readabler-overlay: rgba(2, 83, 238, 1);

    --readabler-bg: rgba(255, 255, 255, 1);
    --readabler-bg-dark: #232A36;
    --readabler-text: rgba(51, 51, 51, 1);
    --readabler-text-dark: rgba(248, 248, 248, 1);
    --readabler-color: var(--primary);
    --readabler-color-dark: var(--primary);
    --readabler-color-transparent: rgba(33,150,243,0.2);
    --readabler-color-transparent-dark: rgba(33,150,243,0.2);
    --readabler-border-radius: 16px;
    --readabler-animate: 600ms;
}

.mdp-readabler-trigger-button-box{

    --readabler-btn-margin: 20px;
    --readabler-btn-padding: 20px;
    --readabler-btn-radius: 50px;
    --readabler-btn-color: rgba(255, 255, 255, 1);
    --readabler-btn-color-hover: rgba(60, 60, 60, 1);
    --readabler-btn-bg: var(--primary);
    --readabler-btn-bg-hover: rgba(192, 218, 116, 1);
    --readabler-btn-size: 24px;
    --readabler-btn-delay: 2s;

}

#mdp-readabler-keyboard-box {

    --readabler-keyboard-light-bg: rgba(236, 236, 236, 1);
    --readabler-keyboard-light-key-bg: rgba(255, 255, 255, 1);
    --readabler-keyboard-light-key: rgba(17, 17, 17, 1);
    --readabler-keyboard-dark-bg: #000000CC;
    --readabler-keyboard-dark-key-bg: rgba( 0, 0, 0, .5 );
    --readabler-keyboard-dark-key: #ffffff;

}
#mdp-readabler-trigger-button1 {
    width: 56px;
    height: 56px;
    padding: 7px 0px;
    text-align: center;
    font-size: 19px;
    display: none;
    /* line-height: 1.42857; */
    border: solid thin #fff;
    position: fixed;
    right: 5px;
    top: 83px;
    color: black;
    z-index: 999999999;
    background-color: var(--primary) !important;
    outline: none;
    border: solid 2px #fff;
    border-radius: 50%;
}
#mdp-readabler-trigger-button img {
    width: 24px;
}
#mdp-readabler-action-useful-links{
    display: none;
}

/*  */
.mdp-readabler-accessibility-profile-item-custom {
    cursor: pointer;
    padding-left: 32px;
    padding-right: 32px
}

 .mdp-readabler-accessibility-profile-item-custom:focus {
    outline: 0
}

 .mdp-readabler-accessibility-profile-item-custom:nth-child(1) {
    margin-top: 16px
}

 .mdp-readabler-accessibility-profile-item-custom .mdp-readabler-row {
    padding: 10.6666666667px 0;
    display: flex;
    align-items: center
}

 .mdp-readabler-accessibility-profile-item-custom .mdp-readabler-row .mdp-readabler-title-box {
    margin-left: 24px
}

 .mdp-readabler-accessibility-profile-item-custom .mdp-readabler-row .mdp-readabler-profile-title {
    font-size: 19px;
    font-weight: 700
}

 .mdp-readabler-accessibility-profile-item-custom .mdp-readabler-row .mdp-readabler-profile-short {
    font-size: 16px;
    line-height: 1.4
}

 .mdp-readabler-accessibility-profile-item-custom .mdp-readabler-profile-description {
    max-height: 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.4;
    opacity: 0;
    padding: 0;
    transition: all .15s ease-out
}

 .mdp-readabler-accessibility-profile-item-custom .mdp-switch {
    position: relative;
    display: inline-block;
    border-radius: 17px;
    width: 60px;
    height: 34px;
    font-size: 0;
    transition: .25s ease-out all
}

 .mdp-readabler-accessibility-profile-item-custom .mdp-switch:hover {
    border-radius: 17px
}

 .mdp-readabler-accessibility-profile-item-custom .mdp-switch input {
    opacity: 0;
    width: 0;
    height: 0
}

 .mdp-readabler-accessibility-profile-item-custom .mdp-switch .mdp-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 34px;
    transition: .4s
}

 .mdp-readabler-accessibility-profile-item-custom .mdp-switch .mdp-slider:before {
    position: absolute;
    content: "";
    border-radius: 50%;
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    transition: .4s
}

 .mdp-readabler-accessibility-profile-item-custom .mdp-switch input:checked+.mdp-slider:before {
    transform: translateX(26px)
}

 .mdp-readabler-accessibility-profile-item-custom.mdp-active .mdp-readabler-row {
    padding: 32px 0
}

 .mdp-readabler-accessibility-profile-item-custom.mdp-active .mdp-readabler-profile-description {
    height: auto;
    margin: 0;
    padding: 16px 0 32px 0;
    opacity: 1;
    transition: all .15s ease-out;
    max-height: 600px
}

 .mdp-readabler-accessibility-profile-item-custom.mdp-active .mdp-switch .mdp-slider:before {
    background-color: #fff
}

#mdp-readabler-readable-experience-box {
    padding: 0 23.5px 0 32px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

/*  */
 .mdp-readabler-accessibility-profile-item-custom {
    cursor: pointer;
    padding-left: 32px;
    padding-right: 32px;
}
 .mdp-readabler-accessibility-profile-item-custom:focus {
    outline: 0;
}
 .mdp-readabler-accessibility-profile-item-custom:nth-child(1) {
    margin-top: 16px;
}
 .mdp-readabler-accessibility-profile-item-custom .mdp-readabler-row {
    padding: 10.6666666667px 0;
    display: flex;
    align-items: center;
}
 .mdp-readabler-accessibility-profile-item-custom .mdp-readabler-row .mdp-readabler-title-box {
    margin-left: 24px;
}
 .mdp-readabler-accessibility-profile-item-custom .mdp-readabler-row .mdp-readabler-profile-title {
    font-size: 19px;
    font-weight: 700;
}
 .mdp-readabler-accessibility-profile-item-custom .mdp-readabler-row .mdp-readabler-profile-short {
    font-size: 16px;
    line-height: 1.4;
}
 .mdp-readabler-accessibility-profile-item-custom .mdp-readabler-profile-description {
    max-height: 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.4;
    opacity: 0;
    padding: 0;
    transition: all 0.15s ease-out;
}
 .mdp-readabler-accessibility-profile-item-custom .mdp-switch {
    position: relative;
    display: inline-block;
    border-radius: 17px;
    width: 60px;
    height: 34px;
    font-size: 0;
    transition: 0.25s ease-out all;
}
 .mdp-readabler-accessibility-profile-item-custom .mdp-switch:hover {
    border-radius: 17px;
}
 .mdp-readabler-accessibility-profile-item-custom .mdp-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
 .mdp-readabler-accessibility-profile-item-custom .mdp-switch .mdp-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 34px;
    transition: 0.4s;
}
 .mdp-readabler-accessibility-profile-item-custom .mdp-switch .mdp-slider:before {
    position: absolute;
    content: "";
    border-radius: 50%;
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    transition: 0.4s;
}
 .mdp-readabler-accessibility-profile-item-custom .mdp-switch input:checked + .mdp-slider:before {
    transform: translateX(26px);
}
 .mdp-readabler-accessibility-profile-item-custom.mdp-active .mdp-readabler-row {
    padding: 32px 0;
}
 .mdp-readabler-accessibility-profile-item-custom.mdp-active .mdp-readabler-profile-description {
    height: auto;
    margin: 0;
    padding: 16px 0 32px 0;
    opacity: 1;
    transition: all 0.15s ease-out;
    max-height: 600px;
}
 .mdp-readabler-accessibility-profile-item-custom.mdp-active .mdp-switch .mdp-slider:before {
    background-color: #fff;
}
 .mdp-readabler-accessibility-profile-item-custom.mdp-active {
    background: var(--readabler-color-transparent);
}
 .mdp-readabler-accessibility-profile-item-custom .mdp-switch:hover {
    box-shadow: 0 0 0 4px var(--readabler-bg), 0 0 0 6px var(--readabler-color-transparent);
}
 .mdp-readabler-accessibility-profile-item-custom .mdp-switch input:checked + .mdp-slider {
    background-color: var(--readabler-color);
}
 .mdp-readabler-accessibility-profile-item-custom .mdp-switch input:focus + .mdp-slider {
    box-shadow: 0 0 1px var(--readabler-color);
}
 .mdp-readabler-accessibility-profile-item-custom .mdp-switch .mdp-slider {
    background-color: var(--readabler-color-transparent);
}
 .mdp-readabler-accessibility-profile-item-custom .mdp-switch .mdp-slider:before {
    background-color: var(--readabler-color) !important;
}
 .mdp-readabler-accessibility-profile-item-custom:focus .mdp-switch {
    box-shadow: 0 0 0 6px var(--readabler-bg), 0 0 0 8px var(--readabler-color);
}
#mdp-readabler-popup-box.mdp-readabler-modal-shadow #mdp-readabler-popup {

    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1), 0 16px 32px rgba(0, 0, 0, 0.1), 0 32px 64px rgba(0, 0, 0, 0.1);
}



@media (prefers-color-scheme: dark)
{
     .mdp-readabler-accessibility-profile-item-custom.mdp-active {
        background: var(--readabler-color-transparent-dark);
    }
     .mdp-readabler-accessibility-profile-item-custom .mdp-switch:hover {
        box-shadow: 0 0 0 4px var(--readabler-bg-dark), 0 0 0 6px var(--readabler-color-transparent-dark);
    }
     .mdp-readabler-accessibility-profile-item-custom .mdp-switch input:checked + .mdp-slider {
        background-color: var(--readabler-color-dark);
    }
     .mdp-readabler-accessibility-profile-item-custom .mdp-switch input:focus + .mdp-slider {
        box-shadow: 0 0 1px var(--readabler-color-dark);
    }
     .mdp-readabler-accessibility-profile-item-custom .mdp-switch .mdp-slider {
        background-color: var(--readabler-color-transparent-dark);
    }
     .mdp-readabler-accessibility-profile-item-custom .mdp-switch .mdp-slider:before {
        background-color: #fff;
    }
     .mdp-readabler-accessibility-profile-item-custom:focus .mdp-switch {
        box-shadow: 0 0 0 6px var(--readabler-bg-dark), 0 0 0 8px var(--readabler-color-dark);
    }
}
.mdp-readabler-accessibility-profile-item-custom.mdp-active .mdp-switch .mdp-slider:before {
    background-color: #fff !important;
}
/* readabler style end */
/* login page style start */
.login-title{
    background-image: url(../img/login-page-icon.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 8%;
}
.login-page-section {
    /* display: inline-block;
    float: left; */
    /* width: 100%; */
    background-image: url("../img/pattern-9.png");
}
.login-signup-field-section {
    /* display: inline-block;
    float: left;
    width: 100%;
    padding: 20px 120px; */
}
.login-signup-field-section h1 {
    font-weight: 600;
    font-size: 23px;
    line-height: 15px;
    margin-bottom: 23px;
    color: #356e89;
    margin-top: 0px;
}
.login-signup-field-section h2 {
    color: #3f3a64;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 9px;
    font-family: "Kumbh Sans", sans-serif;
    letter-spacing: 1px;
}
.login-signup-field-section p {
    font-weight: 500;
    font-size: 19px;
    color: #1a82a4;
    line-height: 23.61px;
    margin-bottom: 25px;
    font-family: "Kumbh Sans", sans-serif;
}
.login-bg {
    position: relative;
}
.overley-lg-si {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.7;
    background-image: linear-gradient( to right top, #0052acbd, #0054A6, #007d9e9e, #00a196bf, #0054A654 );
}
.lgn-overley-text {
    position: absolute;
    bottom: 40px;
    left: 40px;
}
.lgn-overley-text h2 {
    font-weight: 600;
    font-size: 23px;
    line-height: 15px;
    margin-bottom: 15px;
    color: #fff;
    margin-top: 0px;
}
.lgn-overley-text h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: "Kumbh Sans", sans-serif;
}
.md-radio {
    margin-bottom: 20px;
}
.md-radio.md-radio-inline {
    display: inline-block;
}
.md-radio input[type="radio"] {
    display: none;
}
.md-radio input[type="radio"]:checked + label:before {
    border-color: var(--primary);
    animation: ripple 0.2s linear forwards;
}
.md-radio input[type="radio"]:checked + label:after {
    transform: scale(1);
}
.md-radio label {
    display: inline-block;
    min-height: 20px;
    position: relative;
    padding: 0 30px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
    margin-top: 9px;
    font-family: "Kumbh Sans", sans-serif;
}
.md-radio label:before,
.md-radio label:after {
    position: absolute;
    content: "";
    border-radius: 50%;
    transition: all 0.3s ease;
    transition-property: transform, border-color;
}
.md-radio label::before {
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid var(--primary);
}
.md-radio label:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    transform: scale(0);
    background: var(--primary);
}
.aif-login-page-section .form-control {
    display: block;
    width: 100%;
    height: 49px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #3f3a64;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: none;
}
.login-page-section .frgt-link {
    /* float: right;
    margin: 10px 0px; */
    font-size: 15px !important;
    font-weight: 600;
    color: var(--primary) !important;
}
.login-page-section .intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
}
.login-page-section #phone {
    height: 49px;
    padding: 6px 50px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #3f3a64;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    width: 100%;
}
.login-page-section .intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 13px;
}
.login-page-section .intl-tel-input .flag-container:hover .selected-flag {
    background-color: transparent;
}
.login-page-section .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 44px;
    height: 100%;
    padding: 0 0 0 0px;
}
.login-page-section .intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.login-page-section .iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px;
}
.login-page-section .intl-tel-input .selected-flag .arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 26px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}
.login-signup-field-section .resent-p {
    font-weight: 500;
    font-size: 16px;
    color: #1a82a4;
    line-height: 23.61px;
    margin-bottom: 2px;
    font-family: "Kumbh Sans", sans-serif;
    text-align: right;
}
.login-signup-field-section .resent-link {
    color: var(--primary);
}
.digit-group {
    margin-bottom: 20px;
}
.digit-group input {
    width: 63px;
    height: 47px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-family: "Raleway", sans-serif;
    color: #3f3a64;
    margin: 0 2px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e1e1e1;
    font-weight: 600;
}
.digit-group .splitter {
    padding: 0 5px;
    color: white;
    font-size: 24px;
}
.prompt {
    margin-bottom: 20px;
    font-size: 20px;
    color: white;
}
.register-page-section {
    padding: 20px 70px !important;
}
.btn-submit {
    border: 1px solid var(--primary);
    padding: 11px 13px;
    transition-duration: 0.4s !important;
    border-radius: 4px;
    font-size: 19px !important;
    font-weight: 700;
    color: var(--primary) !important;
    float: right;
    width: 100%;
    text-transform: uppercase;
    margin-top: 10px;
    background-color: var(--primary);
    color: white !important;
}
.btn-submit:hover {
    border: 1px solid var(--primary-dark);
    color: #fff !important;
    background-color: var(--primary-dark);
}
.login-page-section .register-link {
    font-size: 15px !important;
    font-weight: 600;
    background: var(--primary);
    padding: 0.4em 1.5em;
    color: #fff!important;
    margin-bottom: 12px;
    border-radius: 8px;
}
/* login page style end */

/* Contact page Styles Start*/

  .gradient-button {
    font-family: 'Rubik';
    position: relative;
    display: inline-block;
    padding:11px 35px;
    color: black;
    background: linear-gradient(to right, #F7991D 0%, #FDD350  51%, #FFD7A6  100%);
    border: none;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    margin: 10px;
    border: none;
    transition: 0.5s;
    background-size: 200% auto;
    font-size: 14px;
  }

  .circle {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-top-left-radius: 100%;
  }

  .gradient-button:hover {
    background-position: right center;
    text-decoration: none;
  }


  /* .gradient-button:hover {
  }

  .gradient-button:focus {
  }

  .gradient-button:active {
  } */
  .contact-banner{
    background:linear-gradient(0deg, #00000073, #00000061), url('../img/aboutus.jpg');
    /* background-image: url('../img/aif-contact-banner.png'); */
    height: 300px;
    display: flex;
    align-items: center;
    background-size: cover;

  }
  .contact-banner-titleDiv{
    display: flex;
    justify-content: center;

  }
  .contact-banner-title{
    color: white;
    font-size: 29px;
    font-weight: 900;
    width: auto;
    padding: 10px 40px;
    height: auto;
    border-radius: 20px;
    /* border: solid 3px #0054A6; */
    background-color: transparent;
    font-family: 'Rubik';
    pointer-events: none;
    border: solid 3px #fcfdffc4;
    background-color: var(--primary);
    margin-top: -50px;

  }
  .contact-content-wraapper{
    margin-top: -104px;
    margin-bottom: 50px;

  }
  .contact-content-innerWraapper{
    width: 80%;
    /* height: 1000px; */
    padding: 30px 30px;
    background-color: #0054A6;
    border: solid 10px white;
    display: flex;
    flex-direction: column;
    align-items: center;
    outline: solid thin #efefef;

  }
  .contact-contact-Content{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;

  }
  .contact-contact-Content img{
    width: 50px;

  }
  .contact-subtitle{
    text-align: center;
    font-family: 'Rubik';
    font-size: 18px;
    color: white;
  }
  .contact-title{
    text-align: center;
    color: white;
    font-family: 'Rubik';
  }
  .contact-icon-box{
    flex-direction: column;
    align-items: center;

  }
  .contact-icon-text{
    font-size: 17px;
    text-align: center;
    color: white;
    text-decoration: none;
    font-family: 'Rubik';
  }
  .contact-icon-text:hover{
    color: white;
  }
  .contact-title-div{
    display: flex;
    justify-content: center;
  }
  .contact-main-container{
    display: flex;
    justify-content: center;

  }
  .contact-form-div{
    height: 60%;
    width: 90%;
  }
  .contact-form-input{
    width: 100%;
    height:100%;
    border:solid 1px white;
    background-color:transparent;
    padding:15px;
    color:white;
    outline: none;
  }
  .contact-form-input::placeholder {
    color: white;
  }
  .contact-contactForm{
    /* height: 100%; */
  }
  .contact-contactForm .error{
    color: #f79f22;
  }
  .contact-form-input.error{
    border: solid 1px #f79f22;
  }
  .contact-form-innerDiv{
    height: 100%;
  }
  .contact-input-row{
    height: 15%;
  }
  .contact-textarea-row{
    height: 60%;
  }
  .contact-submit-div{
    display: flex; justify-content: center;
  }
  .contact-submit-innerdiv{
    text-align: -webkit-center;
  }

/* Contact page Styles End*/
/* choose-account-page-section style start */
.choose-account-page-section .login-signup-field-section {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 20px 96px;
}
.choose-account-page-section .wrap {
    display: flex;
    background: white;
    padding: 8px 10px;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(161, 150, 150, 0.1);
    margin-bottom: 1rem;
    border: 1px dashed #ddd;
    transition-duration: 0.4s;
}
.choose-account-page-section .wrap:hover {
    color: white;
    background-image: url("../img/login-img.jpg");
    background-color: #0054A647;
    transition-duration: 0.4s;
}
.choose-account-page-section .wrap:hover h2 {
    color: white;
}
.choose-account-page-section .text-wrap p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0px;
    float: left;
    color: #1a82a4;
}
.choose-account-page-section .ico-wrap {
    margin-right: 15px;
}
.choose-account-page-section .mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}
.choose-account-page-section .vcenter {
    margin: 0px;
}
.choose-account-page-section .mbr-section-title3 {
    text-align: left;
    font-weight: 600;
    line-height: 20px;
    margin-top: 21px;
    color: #3f3a64;
    font-size: 20px;
    margin-bottom: 5px;
    letter-spacing: 0;
}
.choose-account-page-section .avatar {
    margin-right: 10px;
}
.choose-account-page-section .ico-wrap img {
    border-radius: 50%;
    border: 4px solid rgb(247, 249, 251);
    width: 80px;
}
/* choose-account-page-section style end */
/* my-profile-page style start*/
.my-profile-page {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 20px 0px;
}
/* Tabs panel */
.tabbable-panel {
    margin-bottom: 50px;
    display: inline-block;
    float: left;
    width: 100%;
}
/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}
.tabbable-line > .nav-tabs > li {
    margin-right: 15px;
}
.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #202020;
    font-weight: 500;
    font-size: 18px;
    line-height: 15px;
    margin-top: 0px;
    padding: 15px 0px;
}
.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open,
.tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid #0054A65c;
}
.tabbable-line > .nav-tabs > li.open > a,
.tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i,
.tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu,
.tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid var(--primary);
    position: relative;
    padding-bottom: 8px;
}
.tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 15px;
    color: #356e89;
    margin-top: 0px;
    padding: 15px 0px;
}
.tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
}
.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: transparent;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid #eee;
    padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}
.reset-password-section {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 20px 40px 20px 0px;
}
.upload-image-box {
    margin-bottom: 30px;
}
.upload-profile-img {
    width: 134px;
    height: 134px;
    background-color: #ededed;
    border-radius: 50%;
    border: 2px solid #f4f4f4;
    text-align: center;
    line-height: 122px;
    overflow: hidden;
}
.input-container {
    max-width: 400px;
    background-color: #ededed;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    margin-top: 45px;
}
/* input[type="file"] {
    display: none;
} */
.file-info {
    font-size: 15px;
    padding: 10px 15px;
}
.browse-btn {
    background: var(--primary);
    color: #fff;
    min-height: 35px;
    padding: 10px 20px;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 16px;
    font-weight: 500;
}
.browse-btn:hover {
    background: #4ec0b4;
}
@media (max-width: 300px) {
    button {
        width: 100%;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0;
    }
    .file-info {
        display: block;
        margin: 10px 5px;
    }
}


/* my-profile-page style end */
div:where(.swal2-container).swal2-center>.swal2-popup {
    background-image: url(../img/pattern-9.png);
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
    border: 0.25em solid #0054A66b  !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {

    background-color: var(--primary) !important;
}
div:where(.swal2-icon).swal2-success {
    border-color: var(--primary) !important;
    color: var(--primary) !important;
}
div:where(.swal2-icon).swal2-success [class^="swal2-success-line"] {
    background-color: var(--primary) !important;
}
.swal2-popup.swal2-toast .swal2-success {
    border-color: var(--primary) !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgb(10, 162, 221, 0.5);
}
img#js-avatar-image {
    width: 145px;

}
 .navbar-light .navbar-nav .nav-link.active{
    position: relative;
    color: var(--primary);
    font-weight: 600;
  }
.navbar-light .navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent var(--primary) transparent;
}
.mobile-job-close-btn{
   display: none;
}

.job-section{
    background-color: #F3F3F3;
}
.job-search-area{
    display:flex;
    flex-direction:row;
}
.filter-button{
    width: 138px;
    /* height: 51px;
    flex-shrink: 0;
    color:white;
    background-color:#085B7B;
    outline:none;
    border-radius: 5px;
    font-family: "Kumbh Sans", sans-serif; */
}
.job-search-input-div{
    width: 100%;
    font-family: "Kumbh Sans", sans-serif;
}
.job-search-input{
    width: 100%;
    height: 100%;
    padding: 10px;
    /* border: solid 2px #939393; */
    margin-left: 5px;
    padding-right: 30px;
    /* border-radius: 5px; */
    font-family: "Kumbh Sans", sans-serif;
}
.job-list-area{
    display: flex;
    flex-direction: row;
    /* border: solid 2px #939393; */
    background-color: white;
    min-height: 230px;
    /* border-radius: 10px; */
    margin-bottom: 50px;
    transition: all 0.5s ease;
}
.job-button-area{
    flex-direction: row;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.search-box-div {
    position: relative;
    display: inline-block;
}

.search-box-div .fa-search {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #999; /* Adjust the color as needed */
    pointer-events: none; /* This prevents the icon from blocking input interactions */
}
.job-list-area:hover {
    border-color: #849ae5 !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.jobs-font{
    font-family: "Kumbh Sans", sans-serif;
}
.job-regular-font{
    font-weight: 500;
}
.job-details-apply{
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.job-details-section{
    border-bottom: solid 1px #939393;
}
.job_desc_collapse{
    border-width: 0px 0px 0px 3px;
    border-style: solid;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-image: initial;
    border-left-color: var(--primary);
    padding-left: 12px;
}
.job_desc_collapse h1{
    font-size: 20px;
}
.job_desc_collapse h2{
    font-size: 18px;
}
/* Job Filter css Starts */

.search-box{
    display: flex;
    display: -ms-flexbox;
    margin-bottom: 30px;
}
.search-box .form-control{
    background: #ffffff url('../images/icons/search.svg') 98% center no-repeat;
}
.search-box button{
    margin: 0;
    /* border-radius: 5px; */
    color: #ffffff;
    font-size: 18px;
    padding: 10px 25px;
    font-family: 'Futura Std Heavy';
    box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.05);
    outline: none;
}
.filter-jobs .btn-checkbox{
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.filter-jobs .btn-checkbox label{
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.filter-jobs .btn-checkbox label span{
    border: 0;
    margin: 0;
    color: #000000;
    min-height: 70px;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
}
.filter-jobs .global-btn{
    padding: 10px;
    /* font-size: 18px; */
}
.filter-jobs .global-box{
    padding: 15px;
}
.filter-jobs .filter-by{
    list-style: none;
    margin: 0;
    padding: 0;
}
.filter-jobs .filter-by a{
    display: block;
    padding: 8px 15px;
    color: #000000;
    text-align: center;
}
.filter-jobs .filter-by li{
    margin: 2px 0;
}
.filter-jobs .filter-by a.active{
    background: var(--primary);
    color: #fff;;
}

.filter-jobs .global-box {
    padding: 15px;
}
.search-jobs .global-box {
    padding: 0;
    border: 1px solid #939393;
    margin-bottom: 20px;
}
.global-box {
    position: relative;
}
.global-box {
    background: #ffffff;
    padding: 30px;
    /* border-radius: 7px; */
    box-shadow: 2px 3px 9px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 2px 3px 9px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 2px 3px 9px 0px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 2px 3px 9px 0px rgba(0, 0, 0, 0.07);
}
.filter-jobs .filter-by {
    list-style: none;
    margin: 0;
    padding: 0;
}
.filter-jobs .filter-by li {
    margin: 2px 0;
}
.tab_content.active {
    display: block;
    animation: fadeInUp 0.5s ease;
    -webkit-animation: fadeInUp 0.5s ease;
}
.filter-jobs .btn-checkbox {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.filter-jobs .btn-checkbox label {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.btn-checkbox label {
    margin: 0;
}
.btn-checkbox label input {
    display: none;
}

.filter-jobs .btn-checkbox label span {
    margin: 0;
    color: #000000;
    min-height: 70px;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    border: solid 2px rgb(0,130,181,0);

}
.btn-checkbox label span {
    margin: 0 10px 0 0;
    background: #ffffff;
    border: 1px solid #8c8c8c;
    color: #a3a3a3;
    padding: 10px 15px;
    /* border-radius: 6px; */
    cursor: pointer;
    min-width: 135px;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
    display: inline-block;
}
.btn-checkbox label input:checked + span {
    /* color: #ffffff; */
    /* background: #ffffff !important; */
    color: #0054A6;
    border: solid 2px var(--primary);
}
.btn-checkbox label:hover span {
    /* color: #ffffff; */
    /* background: #ffffff !important; */
    color: #0054A6;
    border: solid 2px #0054A642;
}
.tab_content {
    display: none;
}
.tab_content.active {
    display: block;
    animation: fadeInUp 0.5s ease;
    -webkit-animation: fadeInUp 0.5s ease;
}

/* Job Filter css Starts */

/*trending-courses style start */

.trending-courses {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 20px 0px 20px 0px;
}
.trending-courses h2 {
    color: var(--theme-color-olive-brown);
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 9px;
    font-family: "Kumbh Sans", sans-serif;
    text-align: center;
}
.trending-courses p {
    font-weight: 600;
    font-size: 23px;
    line-height: 15px;
    margin-bottom: 35px;
    text-align: center;
    color: var(--theme-color-primary);
}
/*  */
/* For modern browsers supporting line-clamp */
.course-title-sec {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* Number of lines to display */
    max-width: 300px;
    overflow: hidden;
    height: 70px;
}

/* For older WebKit browsers */
.course-title-sec {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: calc(1.2em * 3); /* Approximate height of three lines */
    max-width: 300px;
    overflow: hidden;
        height: 70px;
}
.course-list-section {
    border: 1px solid #f5f6f8;
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 30px;

}
.course-list-section:hover h2 {
    transition-duration: 0.4s !important;
    color: var(--primary);
}
.course-list-section:hover .course-list-box img {
    transition-duration: 0.4s !important;
    opacity: 0.6;
}
.course-list-box img {
    height: 225px;
    width: 100%;
    object-fit: cover;

}
.course-list-box {
    background-color: #033f95;
    position: relative;
}
.course-dtl-box {
    padding: 20px 20px;
    display: inline-block;
    float: left;
    width: 100%;
}
.course-list-section h2 {
    font-size: 19px !important;
    font-weight: 600 !important;
    margin-bottom: 11px !important;
    margin-top: 5px !important;
    text-align: left !important;
    border-bottom: 1px solid var(--dark);
    padding-bottom: 12px;
    color: var(--primary);
}
.course-list-section h2:hover {
    color: var(--dark);
}
.course-list-section p {
    font-weight: 500 !important;
    font-size: 17px !important;
    line-height: 21px !important;
    color: var(--theme-color-olive-brown) !important;
    text-align: left !important;
    margin-bottom: 15px !important;
}
.course-price {
    background-color: rgba(106, 84, 12, 0.8);
    position: absolute;
    bottom: 10px;
    right: 11px;
    padding: 9px 15px;
    border-radius: 3px;
}
.course-price h3 {
    margin: 0px;
    color: #fff !important;
    font-weight: 600;
    font-size: 17px;
    text-decoration: none !important;
}
.course-price span {
    font-size: 17px;
    text-decoration: line-through;
    padding-left: 3px;
    border-left: 1px solid #fff;
}
.new-course {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: var(--theme-color-olive-brown);
    width: 45px;
    height: 45px;
    border-radius: 50px;
}
.selected-course {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--primary);
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    line-height: 31px;
    color: #fff !important;
}

.new-course h3 {
    margin: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 44px;
}
.video-play-btn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 42%;
    text-align: center;
}
.video-play-btn button {
    color: #fff;
    border-radius: 47px;
    width: 55px;
    height: 55px;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.7);
}
.course-list-section .rating {
    color: var(--theme-color-olive-brown);
    font-size: 16px;
    margin-bottom: 17px;
}
.course-list-section .rating strong {
    color: var(--theme-color-olive-brown);
    margin-left: 10px;
    font-size: 16px;
}
.course-list-section .rating i {
    color: var(--theme-color-olive-brown);
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    margin-left: 5px;
}
.add-cart-btn {
  border: 1px solid var(--theme-color-yellow);
    background-color: var(--theme-color-yellow);
    padding: 8px 13px;
    transition-duration: 0.4s !important;
    border-radius: 4px;
    font-size: 14px !important;
    font-weight: 600;
    color: #000000 !important;
    float: left;
    width: 48%;
}
.add-cart-btn:hover {
    border: 1px solid var(--theme-color-view-more);
    background-color: var(--theme-color-view-more);
    color: #000000 !important;
}
.enrol-btn {
    border: 1px solid var(--primary-dark);
    background-color: var(--primary-dark);
    padding: 8px 13px;
    transition-duration: 0.4s !important;
    border-radius: 4px;
    font-size: 14px !important;
    font-weight: 600;
    color: #fff !important;
    float: right;
    width: 48%;
}
.enrol-btn:hover {
    border: 1px solid var(--primary-lite);
    background-color: var(--primary-lite);
    color: #fff !important;
}
.all-course-btn {
    border: 1px solid var(--theme-color-primary);
    background-color: #fff;
    padding: 10px 25px;
    transition-duration: 0.4s !important;
    border-radius: 4px;
    font-size: 17px !important;
    font-weight: 600;
    color: var(--theme-color-primary) !important;
    margin-top: 15px;
    margin-bottom: 10px;
}
.all-course-btn:hover {
    border: 1px solid var(--theme-color-bg-mat-secondary-transparent);
    background-color: var(--theme-color-bg-mat-secondary-transparent);
    color: #fff !important;
}
/*trending-courses style end */

/*********** Course list page style start *****************/
.course-list-page-section {
    margin: 40px 0px;
}
.sidebar-search {
    position: relative;
    margin-bottom: 30px;
}
.sidebar-search input {
    border: 1px solid #ebebeb;
    height: 40px;
    padding-left: 20px;
    border-radius: 3px;
    width: 100%;
    box-shadow: none;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}
.sidebar-search button {
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 10px;
    right: 13px;
    cursor: pointer;
    box-shadow: none;
}
.courses-selection {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.courses-selection h2 {
    color: var(--theme-color-olive-brown);
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 17px;
    margin-top: 0px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ebebeb;
}
.courses-selection ul {
    list-style: none;
    padding-left: 0px;
}
.courses-selection ul li {
    margin-bottom: 7px;
}
.courses-selection ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #535967 !important;
}
.courses-selection ul li a:hover {
    color: #007dff !important;
}
.courses-selection .bootstrap-select {
    width: 100% !important;
    border-radius: 5px !important;
    height: 45px !important;
}
.courses-selection .dropdown-toggle.bs-placeholder.btn-default {
    height: 43px;
    font-size: 16px;
    font-weight: 500;
    color: #535967 !important;
}
.courses-selection .text {
    font-size: 16px;
    font-weight: 500;
    color: #535967 !important;
}
.courses-selection .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: none;
    background-color: transparent !important;
}
.site-sidebar .wrapper {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 30px;
}
.filter-price {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}
.price-title {
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    background: var(--primary);
    padding: 10px;
    float: left;
}
.price-container {
    display: flex;
    border: 1px solid #ccc;
    padding: 4px 3px;
    width: auto;
    float: right;
}
.price-field {
    position: relative;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    padding-top: 15px;
    padding-left: 0px;
}
.price-field input[type="range"] {
    position: absolute;
}
.select-tag-section {
    display: inline-block;
    float: left;
    width: 100%;
}
.select-tag-section ul {
    list-style: none;
    padding-left: 0px;
    display: inline-block;
    margin-bottom: 5px;
}
.select-tag-section ul li {
    border: 1px solid #ebebeb;
    float: left;
    padding: 4px 10px;
    background-color: #f7f7f7;
    font-size: 15px;
    font-weight: 400;
    color: #625b66;
    margin-right: 10px;
}
.select-tag-section span {
    padding-right: 5px;
    color: var(--theme-color-olive-brown);
}
.courses-list-box-section {
    position: relative;
}
.book {
    width: 32px;
    height: 12px;
    position: absolute;
    top: calc(30% - 6px);
    left: calc(50% - 19px);
    display: block;
    zoom: 1.5;
}
.book .inner {
    width: 32px;
    height: 12px;
    position: relative;
    -webkit-transform-origin: 2px 2px;
    transform-origin: 2px 2px;
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    -webkit-animation: book 6.8s ease infinite;
    animation: book 6.8s ease infinite;
}
.book .inner .left,
.book .inner .right {
    width: 60px;
    height: 4px;
    top: 0;
    border-radius: 2px;
    background: var(--primary);
    position: absolute;
}
.book .inner .left:before,
.book .inner .right:before {
    content: "";
    width: 48px;
    height: 4px;
    border-radius: 2px;
    background: inherit;
    position: absolute;
    top: -10px;
    left: 6px;
}
.book .inner .left {
    right: 28px;
    -webkit-transform-origin: 58px 2px;
    transform-origin: 58px 2px;
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    -webkit-animation: left 6.8s ease infinite;
    animation: left 6.8s ease infinite;
}
.book .inner .right {
    left: 28px;
    -webkit-transform-origin: 2px 2px;
    transform-origin: 2px 2px;
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    -webkit-animation: right 6.8s ease infinite;
    animation: right 6.8s ease infinite;
}
.book .inner .middle {
    width: 32px;
    height: 12px;
    border: 4px solid var(--primary);
    border-top-color: rgb(67, 185, 126);
    border-top-style: solid;
    border-top-width: 4px;
    border-top: 0;
    border-radius: 0 0 9px 9px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}
.book ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 50%;
    top: 0;
}
.book ul li {
    height: 4px;
    border-radius: 2px;
    -webkit-transform-origin: 100% 2px;
    transform-origin: 100% 2px;
    width: 48px;
    right: 0;
    top: -10px;
    position: absolute;
    background: var(--primary);
    -webkit-transform: rotateZ(0deg) translateX(-18px);
    transform: rotateZ(0deg) translateX(-18px);
    -webkit-animation-duration: 6.8s;
    animation-duration: 6.8s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.book ul li:nth-child(0) {
    -webkit-animation-name: page-0;
    animation-name: page-0;
}
.book ul li:nth-child(1) {
    -webkit-animation-name: page-1;
    animation-name: page-1;
}
.book ul li:nth-child(2) {
    -webkit-animation-name: page-2;
    animation-name: page-2;
}
.book ul li:nth-child(3) {
    -webkit-animation-name: page-3;
    animation-name: page-3;
}
.book ul li:nth-child(4) {
    -webkit-animation-name: page-4;
    animation-name: page-4;
}
.book ul li:nth-child(5) {
    -webkit-animation-name: page-5;
    animation-name: page-5;
}
.book ul li:nth-child(6) {
    -webkit-animation-name: page-6;
    animation-name: page-6;
}
.book ul li:nth-child(7) {
    -webkit-animation-name: page-7;
    animation-name: page-7;
}
.book ul li:nth-child(8) {
    -webkit-animation-name: page-8;
    animation-name: page-8;
}
.book ul li:nth-child(9) {
    -webkit-animation-name: page-9;
    animation-name: page-9;
}
.book ul li:nth-child(10) {
    -webkit-animation-name: page-10;
    animation-name: page-10;
}
.book ul li:nth-child(11) {
    -webkit-animation-name: page-11;
    animation-name: page-11;
}
.book ul li:nth-child(12) {
    -webkit-animation-name: page-12;
    animation-name: page-12;
}
.book ul li:nth-child(13) {
    -webkit-animation-name: page-13;
    animation-name: page-13;
}
.book ul li:nth-child(14) {
    -webkit-animation-name: page-14;
    animation-name: page-14;
}
.book ul li:nth-child(15) {
    -webkit-animation-name: page-15;
    animation-name: page-15;
}
.book ul li:nth-child(16) {
    -webkit-animation-name: page-16;
    animation-name: page-16;
}
.book ul li:nth-child(17) {
    -webkit-animation-name: page-17;
    animation-name: page-17;
}
.book ul li:nth-child(18) {
    -webkit-animation-name: page-18;
    animation-name: page-18;
}
.course-details-image{
    max-width: 100% !important;
    width: 100% !important;
}
@-webkit-keyframes page-0 {
    4% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    13%,
    54% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    63% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@keyframes page-0 {
    4% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    13%,
    54% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    63% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@-webkit-keyframes page-1 {
    5.86% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    14.74%,
    55.86% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    64.74% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@keyframes page-1 {
    5.86% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    14.74%,
    55.86% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    64.74% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@-webkit-keyframes page-2 {
    7.72% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    16.48%,
    57.72% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    66.48% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@keyframes page-2 {
    7.72% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    16.48%,
    57.72% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    66.48% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@-webkit-keyframes page-3 {
    9.58% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    18.22%,
    59.58% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    68.22% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@keyframes page-3 {
    9.58% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    18.22%,
    59.58% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    68.22% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@-webkit-keyframes page-4 {
    11.44% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    19.96%,
    61.44% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    69.96% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@keyframes page-4 {
    11.44% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    19.96%,
    61.44% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    69.96% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@-webkit-keyframes page-5 {
    13.3% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    21.7%,
    63.3% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    71.7% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@keyframes page-5 {
    13.3% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    21.7%,
    63.3% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    71.7% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@-webkit-keyframes page-6 {
    15.16% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    23.44%,
    65.16% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    73.44% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@keyframes page-6 {
    15.16% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    23.44%,
    65.16% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    73.44% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@-webkit-keyframes page-7 {
    17.02% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    25.18%,
    67.02% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    75.18% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@keyframes page-7 {
    17.02% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    25.18%,
    67.02% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    75.18% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@-webkit-keyframes page-8 {
    18.88% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    26.92%,
    68.88% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    76.92% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@keyframes page-8 {
    18.88% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    26.92%,
    68.88% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    76.92% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@-webkit-keyframes page-9 {
    20.74% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    28.66%,
    70.74% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    78.66% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@keyframes page-9 {
    20.74% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    28.66%,
    70.74% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    78.66% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@-webkit-keyframes page-10 {
    22.6% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    30.4%,
    72.6% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    80.4% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@keyframes page-10 {
    22.6% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    30.4%,
    72.6% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    80.4% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@-webkit-keyframes page-11 {
    24.46% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    32.14%,
    74.46% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    82.14% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@keyframes page-11 {
    24.46% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    32.14%,
    74.46% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    82.14% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@-webkit-keyframes page-12 {
    26.32% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    33.88%,
    76.32% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    83.88% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@keyframes page-12 {
    26.32% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    33.88%,
    76.32% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    83.88% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@-webkit-keyframes page-13 {
    28.18% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    35.62%,
    78.18% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    85.62% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@keyframes page-13 {
    28.18% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    35.62%,
    78.18% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    85.62% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@-webkit-keyframes page-14 {
    30.04% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    37.36%,
    80.04% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    87.36% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@keyframes page-14 {
    30.04% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    37.36%,
    80.04% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    87.36% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@-webkit-keyframes page-15 {
    31.9% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    39.1%,
    81.9% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    89.1% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@keyframes page-15 {
    31.9% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    39.1%,
    81.9% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    89.1% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@-webkit-keyframes page-16 {
    33.76% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    40.84%,
    83.76% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    90.84% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@keyframes page-16 {
    33.76% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    40.84%,
    83.76% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    90.84% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@-webkit-keyframes page-17 {
    35.62% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    42.58%,
    85.62% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    92.58% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@keyframes page-17 {
    35.62% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    42.58%,
    85.62% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    92.58% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@-webkit-keyframes page-18 {
    37.48% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    44.32%,
    87.48% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    94.32% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@keyframes page-18 {
    37.48% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
    44.32%,
    87.48% {
        -webkit-transform: rotateZ(180deg) translateX(-18px);
        transform: rotateZ(180deg) translateX(-18px);
    }
    94.32% {
        -webkit-transform: rotateZ(0deg) translateX(-18px);
        transform: rotateZ(0deg) translateX(-18px);
    }
}
@-webkit-keyframes left {
    4% {
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
    }
    10%,
    40% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    46%,
    54% {
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
    }
    60%,
    90% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    96% {
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
    }
}
@keyframes left {
    4% {
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
    }
    10%,
    40% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    46%,
    54% {
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
    }
    60%,
    90% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    96% {
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
    }
}
@-webkit-keyframes right {
    4% {
        -webkit-transform: rotateZ(-90deg);
        transform: rotateZ(-90deg);
    }
    10%,
    40% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    46%,
    54% {
        -webkit-transform: rotateZ(-90deg);
        transform: rotateZ(-90deg);
    }
    60%,
    90% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    96% {
        -webkit-transform: rotateZ(-90deg);
        transform: rotateZ(-90deg);
    }
}
@keyframes right {
    4% {
        -webkit-transform: rotateZ(-90deg);
        transform: rotateZ(-90deg);
    }
    10%,
    40% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    46%,
    54% {
        -webkit-transform: rotateZ(-90deg);
        transform: rotateZ(-90deg);
    }
    60%,
    90% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    96% {
        -webkit-transform: rotateZ(-90deg);
        transform: rotateZ(-90deg);
    }
}
@-webkit-keyframes book {
    4% {
        -webkit-transform: rotateZ(-90deg);
        transform: rotateZ(-90deg);
    }
    10%,
    40% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
        -webkit-transform-origin: 2px 2px;
        transform-origin: 2px 2px;
    }
    40.01%,
    59.99% {
        -webkit-transform-origin: 30px 2px;
        transform-origin: 30px 2px;
    }
    46%,
    54% {
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
    }
    60%,
    90% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
        -webkit-transform-origin: 2px 2px;
        transform-origin: 2px 2px;
    }
    96% {
        -webkit-transform: rotateZ(-90deg);
        transform: rotateZ(-90deg);
    }
}
@keyframes book {
    4% {
        -webkit-transform: rotateZ(-90deg);
        transform: rotateZ(-90deg);
    }
    10%,
    40% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
        -webkit-transform-origin: 2px 2px;
        transform-origin: 2px 2px;
    }
    40.01%,
    59.99% {
        -webkit-transform-origin: 30px 2px;
        transform-origin: 30px 2px;
    }
    46%,
    54% {
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
    }
    60%,
    90% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
        -webkit-transform-origin: 2px 2px;
        transform-origin: 2px 2px;
    }
    96% {
        -webkit-transform: rotateZ(-90deg);
        transform: rotateZ(-90deg);
    }
}
html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
* {
    box-sizing: inherit;
}
*:before,
*:after {
    box-sizing: inherit;
}
#loader {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    right: 0px;
    display: inline-block;
    bottom: 0px;
}
/* Reset style for input range */
.price-field input[type="range"] {
    width: 100%;
    height: 13px;
    border: transparent;
    outline: 0;
    box-sizing: border-box;
    border-radius: 10px;
    pointer-events: none;
    -webkit-appearance: none;
}
.price-field input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
}
.price-field input[type="range"]:active,
.price-field input[type="range"]:focus {
    outline: 0;
}
.price-field input[type="range"]::-ms-track {
    width: 188px;
    height: 2px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    pointer-events: none;
    background: transparent;
    border-color: transparent;
    color: red;
    border-radius: 10px;
}
/* Style toddler input range */
.price-field input[type="range"]::-webkit-slider-thumb {
    /* WebKit/Blink */
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -4px;
    background-color: #cfcfcf;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}
.price-field input[type="range"]::-moz-range-thumb {
    /* Firefox */
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    margin-top: -5px;
    background-color: var(--theme-color-olive-brown);
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}
.price-field input[type="range"]::-ms-thumb {
    /* IE */
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: #cfcfcf;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}
/* Style track input range */
.price-field input[type="range"]::-webkit-slider-runnable-track {
    /* WebKit/Blink */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #cfcfcf;
    border-radius: 5px;
}
.price-field input[type="range"]::-moz-range-track {
    /* Firefox */
    width: 250px;
    height: 2px;
    cursor: pointer;
    background: #cfcfcf;
    border-radius: 5px;
}
.price-field input[type="range"]::-ms-track {
    /* IE */
    width: 250px;
    height: 2px;
    cursor: pointer;
    background: #cfcfcf;
    border-radius: 5px;
}
/* Style for input value block */
.price-wrap {
    display: inline-block;
    color: #c42427;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 0px;
    float: left;
    width: 100%;
}
.price-wrap-1,
.price-wrap-2 {
    display: flex;
    margin-left: 0px;
}
.price-title {
    margin-right: 5px;
}
.price-wrap_line {
    margin: 6px 0px 5px 5px;
}
.price-wrap #one,
.price-wrap #two {
    width: 30px;
    text-align: right;
    margin: 0;
    padding: 0;
    margin-right: 2px;
    background: 0;
    border: 0;
    outline: 0;
    color: #c42427;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
}
.price-wrap label {
    text-align: right;
    margin-top: 6px;
    padding-left: 5px;
}
/* Style for active state input */
.price-field input[type="range"]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #c42427;
    transition-duration: 0.3s;
}
.price-field input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #c42427;
    transition-duration: 0.3s;
}
/*********** Course list page style end *****************/

.pagination-section {
    float: right;
}

/* Register Now css Starts */
.aif-lgn-overley-text{
    z-index: 99;
    margin: 25% 10%;
}
.aif-lgn-overley-text h2 {
    font-weight: 600;
    font-size: 23px;
    line-height: 15px;
    margin-bottom: 15px;
    color: #fff;
    margin-top: 0px;
}
.aif-lgn-overley-text h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: "Kumbh Sans", sans-serif;
}
.aif-login-bg{
    background-image: url('../img/login-img.png');
    background-size:cover;
    background-position:center;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    max-width: 100%;
    height: auto;
    /* position: fixed;
    right: 32px; */
}
/* Register Now css Ends */
/* Course details css Starts */
.course-detsil-page-section {
    padding: 50px 0px 90px 0px;
    background-image: url("../img/inner-banner-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    font-family: 'Source Sans Pro', sans-serif;
}
.course-detail-bread-crumbs {
    display: inline-block;
    float: left !important;
    width: auto;
    padding: 0px !important;
}
.course-detail-bread-crumbs .breadcrumb > li {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.course-detail-bread-crumbs .breadcrumb {
    padding: 0px;
    margin-bottom: 10px;
}
.course-detail-bread-crumbs .breadcrumb > .active {
    color: #fff;
}
.course-detail-banner-section h1 {
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 11px;
    font-family: "Kumbh Sans", sans-serif;
}
.course-detail-banner-section .aif-course-details-rating {
    color: var(--primary);
    font-size: 16px;
    margin-bottom: 9px;
}
.course-detail-banner-section .aif-course-details-rating i {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    margin-left: 5px;
}
.course-detail-banner-section .aif-course-details-rating strong {
    color: #fff;
    margin-left: 10px;
    font-size: 16px;
}
.course-detail-banner-section h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-top: 9px;
    margin-bottom: 10px;
    display: inline-block;
}
.course-detail-banner-section h2 span {
    color: var(--primary-lite);
    padding: 7px 10px;
    border-radius: 1px;
}
.course-detail-banner-section h3 {
    font-size: 18px;
    margin-bottom: 0px;
    color: #fff;
    margin-top: 15px;
}
.inner-page-bread-crumbs-link-section {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 15px 0px;
}
.inner-page-bread-crumbs-link-section .breadcrumb {
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    padding-left: 0px;
    margin-bottom: 0px;
}
.inner-page-bread-crumbs-link-section .breadcrumb > li {
    display: inline-block;
    font-size: 15px;
    color: var(--light);
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.inner-page-bread-crumbs-link-section .breadcrumb > .active {
    color: var(--light);
}
.offered {
    background-color: #fff;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 6px;
    margin-top: 6px;
    box-shadow: 0px 5px 10px 0px rgba(96, 96, 96, 0.09);
}
.offered img {
    width: 200px;
    padding: 10px 15px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.offered img:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.offered h4 {
    margin-bottom: 4px;
    margin-top: 0px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background-color: var(--primary-lite);
    padding: 7px 9px;
}
.course_price_wrapper {
    width: 100%;
    display: inline-block;
    margin-top: 110px;
    float: right;
    text-align: right;
}
.course_price_wrapper h2 {
    font-size: 47px;
    font-weight: 600;
    margin-top: 9px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
    line-height: 23px;
}
.course_price_wrapper h2 span {
    color: var(--theme-color-champagne);
    background-color: transparent;
    font-size: 16px;
    float: right;
    text-align: right;
    box-shadow: none;
    margin-top: 9px;
}
.course_price_wrapper h2 .disc-amount {
    font-size: 45px;
    margin-top: 16px;
    text-decoration: line-through;
    color: #012d7c;
}
.course_price_wrapper .enroll-btn {
    padding: 17px 56px;
    border-radius: 5px;
    height: max-content;
    transition: 0.3s all ease-in-out;
    background-color: var(--primary-lite);
    border: 2px solid var(--primary-lite);
    color: #fff !important;
    font-size: 20px;
    line-height: 1em;
    text-align: center;
    font-weight: 700;
}
.course_price_wrapper .enroll-btn:hover {
    background-color: var(--primary-dark);
    border: 2px solid var(--primary-dark);
}
.course_price_wrapper .course-add-cart {
    padding: 17px 56px;
    border-radius: 5px;
    height: max-content;
    transition: 0.3s all ease-in-out;
    background-color: #fff;
    border: 2px solid #fff;
    color: var(--theme-color-olive-brown) !important;
    font-size: 20px;
    line-height: 1em;
    text-align: center;
    font-weight: 700;
    margin-top: 15px !important;
}
.course_price_wrapper .course-add-cart:hover {
    background-color: var(--primary);
    border: 2px solid var(--primary);
    color: #000 !important;
}
.outer-section {
    background: #ebf1f8;
    padding: 0px 0px 15px 0px;
    border-bottom: 2px solid #fff;
}
.course-details-tump-strip-section {
    background-color: #fff;
    padding: 20px 20px;
    margin-top: -40px;
    box-shadow: 0px 5px 10px 0px rgba(96, 96, 96, 0.09);
    margin-bottom: 30px;
    background-image: url("../img/pattern-9.png");
}
.feature-left .feature-icon {
    color: #4cbec5;
    display: inline-block;
    float: left;
    padding-right: 15px;
    padding-top: 0px;
}
.feature-left {
    border-right: 1px solid #cacacc;
}
.feature-left-last-ch {
    border-right: none;
}
.feature-left .feature-icon img {
    width: 45px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(
        to right top,
        #262f8a,
        #0057aa,
        #0078b1,
        #0095a6,
        #01af96
    );
}
.feature-left .feature-content {
    font-size: 20px;
}
.feature-content h2 {
    font-size: 17px;
    font-weight: 600;
    color: var(--theme-color-olive-brown);
    margin-top: 0px;
    margin-bottom: 2px;
    font-family: "Kumbh Sans", sans-serif;
}
.feature-content p {
    font-weight: 500;
    font-size: 16px;
    color: #222222;
    line-height: 23.61px;
    margin-bottom: 0px;
    font-family: "Kumbh Sans", sans-serif;
}
.navheader {
    font-size: 12px;
}
.slide-trigger {
    display: none; /* need this */
    border: 1px solid #cccccc;
    cursor: pointer;
    margin-left: 15px;
    margin-right: 15px;
}
.slide-trigger span {
    background-image: url("/a/i/dropdown-arrows.png");
    background-position: 0 -14px;
    display: block;
    float: right;
    margin-top: 3px;
    height: 14px;
    width: 32px;
}
.navigation {
    width: 100%;
    padding: 0;
    display: flex;
    text-align: center;
    box-shadow: 0 3px 8px 0 rgba(50, 50, 50, 0.2);
    margin-bottom: 30px;
}
.navigation ul {
    width: 100%;
    display: table-row;
}
.navigation li {
    float: left;
    display: table-cell;
    width: 100%;
}
.navigation li a {
    display: block;
    color: #fff;
    padding: 20px;
    background: var(--primary-lite);
    font-size: 18px;
    border-left: 1px solid var(--primary-dark);
    font-family: "Kumbh Sans", sans-serif;
}
.navigation li a:hover {
    background: var(--primary-dark);
}
.dtl-section-box {
    background-color: #fff;
    padding: 30px 30px;
    box-shadow: 0px 5px 10px 0px rgba(96, 96, 96, 0.09);
    margin-bottom: 30px;
    border-bottom: 1px solid #dde6ed;
}
.dtl-section-box h2 {
    color: var(--primary-lite);
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 9px;
    font-family: "Kumbh Sans", sans-serif;
    text-align: left;
}
.dtl-section-box h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 15px;
    margin-bottom: 27px;
    text-align: left;
    color: var(--primary-lite);
    margin-top: 15px;
}
.dtl-section-box p {
    font-size: 18px;
    line-height: 1.4em;
    color: #535967;
    width: 100%;
    margin-bottom: 17px;
    font-weight: 400;
    text-align: justify;
}
.list-item{
    font-family: 'Source Sans Pro', sans-serif;
}
.overview-sec .list-item {
    font-size: 18px;
    line-height: 1.4em;
    color: #535967;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 44px;
    position: relative;

}
.overview-sec .list-item::after {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-image: url("../img/check-tick.png");
    content: "";
    position: absolute;
    top: 0px;
    left: 5px;
}
.dtl-section-box {
    background-color: #fff;
    padding: 30px 30px;
    box-shadow: 0px 5px 10px 0px rgba(96, 96, 96, 0.09);
    margin-bottom: 30px;
    border-bottom: 1px solid #dde6ed;
}
.dtl-section-box h2 {
    color: var(--primary-lite);
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 9px;
    font-family: "Kumbh Sans", sans-serif;
    text-align: left;
}
.dtl-section-box h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 15px;
    margin-bottom: 27px;
    text-align: left;
    color: var(--primary-lite);
    margin-top: 15px;
}
.dtl-section-box p {
    font-size: 18px;
    line-height: 1.4em;
    color: #535967;
    width: 100%;
    margin-bottom: 17px;
    font-weight: 400;
    text-align: justify;
}
.promo-video-section {
    background-color: #fff;
    padding: 15px 15px 15px 15px;
    box-shadow: 0px 5px 10px 0px rgba(96, 96, 96, 0.09);
    margin-bottom: 22px;
    border-bottom: 1px solid #dde6ed;
}
.promo-video-section h2 {
    color: var(--primary-lite);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 16px;
    font-family: "Kumbh Sans", sans-serif;
    text-align: left;
}
.download-brochure-btn-box a{
    width: 100%;
}
.promo-video-box img {
    max-width: 100%;
}
.promo-video-section .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 15px;
    height: 12px;
    background: var(--primary-lite);
    border-radius: 50%;
    padding: 9px 24px 18px 28px;
    z-index: 1;
}
.promo-video-section .video-play-button::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 75px;
    height: 75px;
    background: var(--primary-lite);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.promo-video-section .video-play-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
    border: solid 4px #fff;
}
.promo-video-section .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 12px solid transparent;
}
.promo-video-box {
    position: relative;
}
.video-play-button {
    position: absolute;
    z-index: 10;
    top: calc(50% - 7.5px);
    left:  calc(50% - 6px);
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 15px;
    height: 12px;
    background: #41d4dd;
    border-radius: 50%;
    padding: 9px 24px 18px 28px;
}
.video-play-button::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 75px;
    height: 75px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
    border: solid 4px #fff;
}
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 12px solid transparent;
}
.institute-icon {
    margin-bottom: 24px;
    position: relative;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    max-height: 160px;
    top: 0;
    background: #fff;
    padding: 15px 15px 22px 15px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.institute-icon p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #535967;
}
.institute-icon h2 {
    font-size: 27px;
    letter-spacing: 1px;
    color: var(--primary-lite);
    margin: 1px 0;
    font-weight: 700;
}
.institute-icon h2::after {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../img/bank.png");
}
.download-brochure-btn {
    background-color: var(--primary-lite);
    padding: 13px 15px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Kumbh Sans", sans-serif;
    color: #fff;
}
.download-brochure-btn .fa {
    padding: 15px 15px;
    background-color: #fff;
    border-radius: 42px;
    font-size: 30px;
    margin-right: 21px;
    color: var(--primary-lite);
}
.download-brochure-btn:hover {
    background-color: var(--primary-dark);
    color: #fff !important;
}
.ad-post {
    background-color: #fff;
    box-shadow: 0px 5px 10px 0px rgba(96, 96, 96, 0.09);
    margin-bottom: 22px;
    border-bottom: 1px solid #dde6ed;
}
.ad-post a img {
    width: 100%;
}
.toll-free {
    margin-bottom: 24px;
    position: relative;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    max-height: 160px;
    top: 0;
    background: #fff;
    padding: 15px 15px 22px 15px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.toll-free p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #535967;
}
.toll-free h2 {
    font-size: 27px;
    letter-spacing: 1px;
    color: var(--primary-lite);
    margin: 1px 0;
    font-weight: 700;
}
/* .toll-free h2::after {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../img/email-icon.png");
} */
.toll-free h2::after {
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../img/email-icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.upcoming-courses {
    margin: 20px 0px 20px 0px;
}
.upcoming-courses h2 {
    color: var(--primary-lite);
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 9px;
    font-family: "Kumbh Sans", sans-serif;
    text-align: center;
}
.upcoming-courses p {
    font-weight: 600;
    font-size: 23px;
    line-height: 15px;
    margin-bottom: 35px;
    text-align: center;
    color: var(--primary-lite);
}
.box-content {
    background: #fff;
    transition-duration: 0.4s;
    border: 1px dashed var(--primary);
    box-shadow: 8px 10px 30px 0px rgba(113, 111, 111, 0.09);
    padding: 15px 15px;
    margin-bottom: 20px;
}
.course-list-section {
    border: 1px solid #f5f6f8;
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.course-list-section:hover h2 {
    transition-duration: 0.4s !important;
    color: var(--theme-color-primary-lite);
}
.course-list-section:hover .course-list-box img {
    transition-duration: 0.4s !important;
    opacity: 0.6;
}
.course-list-box {
    background-color: #033f95;
    position: relative;
}
.course-dtl-box {
    padding: 20px 20px;
    display: inline-block;
    float: left;
    width: 100%;
}
.course-list-section h2 {
    font-size: 19px !important;
    font-weight: 600 !important;
    margin-bottom: 11px !important;
    margin-top: 5px !important;
    text-align: left !important;
    border-bottom: 1px solid var(--primary-lite);
    padding-bottom: 12px;
    color: var(--primary-dark);
}
.course-list-section p {
    font-weight: 500 !important;
    font-size: 17px !important;
    line-height: 21px !important;
    color: #6a540c !important;
    text-align: left !important;
    margin-bottom: 15px !important;
}
.video-play-btn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 42%;
    text-align: center;
}
.video-play-btn button {
    color: #fff;
    border-radius: 47px;
    width: 55px;
    height: 55px;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.7);
}
.aif-course-details-rating h2 {
    text-align: center;
    margin-bottom: 0px;
    font-size: 21px;
    font-weight: 600;
    color: rgb(2, 60, 108);
    margin-top: 5px;
}
.add-cart-btn {
    border: 1px solid var(--theme-color-yellow);
    background-color: var(--theme-color-yellow);
    padding: 8px 13px;
    transition-duration: 0.4s !important;
    border-radius: 4px;
    font-size: 14px !important;
    font-weight: 600;
    color: #000000 !important;
    float: left;
    width: 48%;
}
.add-cart-btn:hover {
    border: 1px solid var(--primary-dark);
    background-color: var(--primary-dark);
    color: #fff !important;
}
.enrol-btn {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    padding: 8px 13px;
    transition-duration: 0.4s !important;
    border-radius: 4px;
    font-size: 14px !important;
    font-weight: 600;
    color: #fff !important;
    float: right;
    width: 48%;
}
.enrol-btn:hover {
    border: 1px solid var(--primary-dark);
    background-color: var(--primary-dark);
    color: #fff !important;
}
.instructors {
    background-color: #fff;
    padding: 15px 20px 20px 20px;
    box-shadow: 0px 5px 10px 0px rgba(96, 96, 96, 0.09);
    margin-bottom: 22px;
    border-bottom: 1px solid #dde6ed;
}
.instructors h2 {
    color: var(--primary-lite);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 16px;
    font-family: "Kumbh Sans", sans-serif;
    text-align: center;
}
.our-team-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.our-team-section:before {
    position: absolute;
    top: -0;
    left: 0;
    content: " ";
    background: url(img/service-section-bottom.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}
.our-team {
    padding: 0 0 20px;
    background: #f9f9f9;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-bottom: 3px solid var(--theme-color-primary);
}
.our-team:hover {
    border-bottom: 3px solid var(--theme-color-primary-lite);
}
.our-team .pic {
    display: inline-block;
    width: 130px;
    height: 130px;
    z-index: 1;
    position: relative;
}
.our-team .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #00325a;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 1;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}
.our-team:hover .pic:before {
    height: 100%;
    background: #2f2f2f;
}
.our-team .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffffff00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s linear 0s;
}
.our-team:hover .pic::after {
    background: var(--primary-lite);
}
.our-team .pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
    position: relative;
    z-index: 2;
}
.our-team:hover .pic img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}
.our-team .team-content {
    margin-bottom: 10px;
}
.our-team .title {
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-color-primary);
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
    margin-top: 0px;
}
.our-team .post {
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform: capitalize;
}
.course_details_listing_section .upcoming-courses {
    background-color: #fff;
    padding: 10px;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@media only screen and (max-width: 560px) {
    .slide-trigger {
        display: block;
    }
    .navigation {
        display: none;
    }
    .no-js .navigation {
        display: block;
    }
    .navigation {
        margin: 0 15px;
        display: block;
    }
    .navigation ul {
        display: block;
    }
    .navigation li {
        float: none;
        display: block;
        width: 90%;
    }
    .navigation li a {
        border-bottom: 1px solid #fff;
    }
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .course-details-tump-strip-section {
        background-color: #fff;
        padding: 20px 20px 10px 20px;
        margin-bottom: 30px;
    }
    .feature-left {
        margin-bottom: 10px;
        border: none !important;
        padding: 8px 8px;
        background-color: #f5f6f8;
    }
    .navigation li a {
        padding: 19px 10px;
        font-size: 14px;
    }
    .download-brochure-btn {
        padding: 10px 8px;
        font-size: 13px;
        color: #fff;
    }
    .download-brochure-btn .fa {
        padding: 9px 15px;
        border-radius: 42px;
        font-size: 16px;
        margin-right: 8px;
        color: var(--theme-color-olive-brown);
    }
    .toll-free h2 {
        font-size: 17px;
        font-weight: 700;
    }
    .page-not-found img {
        width: 100% !important;

    }
}
@media (max-width: 767px) {
    .feature-left {
        border: 1px solid #f2f2f2 !important;
        margin-bottom: 15px;
        padding: 10px 15px;
    }
    .dtl-section-box p {
        text-align: left;
    }
    .dtl-section-box p {
        text-align: left;
    }
    .download-brochure-btn {
        background-color: var(--primary-lite);
        padding: 13px 15px;
        font-size: 20px;
    }
    .upcoming-courses p {
        line-height: 23px;
        margin-bottom: 17px;
    }
    .page-not-found img {
        width: 100% !important;
        /* width: 600px;
        padding-right: 100px; */
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .feature-content p {
        font-weight: 500;
        font-size: 15px;
        color: #222222;
        line-height: 16px;
    }
    .navigation li a {
        padding: 15px;
        font-size: 18px;
    }
    .download-brochure-btn {
        background-color: var(--primary-lite);
        padding: 13px 15px;
        font-size: 16px;
    }
    .page-not-found img {
        width: 600px;
    }
}
/* Course details css Ends */

/*  auto complete style start*/

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background-color: var(--primary) !important;
    color: #fff !important;
    border: none !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:active {
    background-color: var(--primary) !important;
    color: #fff !important;
    border: none !important;
}

/* auto complete style end */

/* not fount page style start */
.page-not-found {
    text-align: center;
    margin-top: 40px;
    display: inline-block;
    float: left;
    width: 100%;
}
.page-not-found img {
    width: 600px;
}
.page-not-found h2,h3   {
    margin: 0;
    font-weight: bold;
}
.page-not-found h2{

    text-transform: uppercase;
    color: var(--primary);
}
.page-not-found h3{
    color: var(--primary-dark);
}
.page-not-found p{
    font-weight: 500;
    color: var(--primary-dark);;
}
/* not fount page style end */
.box-area span{
    color:  #535967 !important;
}
.section-spinner{
    visibility: hidden ;
    position: absolute;
    left: 47%;
}

/* select2 designs start */
.select2-container .select2-selection--single {
    box-sizing: border-box !important;
    cursor: pointer !important;
    display: block !important;
    height: 37px !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    display: block !important;
    width: 100% !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #52565b !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    appearance: none !important;
    border-radius: 0px !important;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
}

.select2-container--default .select2-selection--multiple {
    box-sizing: border-box !important;
    cursor: pointer !important;
    display: block !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    display: block !important;
    width: 100% !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #52565b !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    appearance: none !important;
    border-radius: 0px !important;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}
.select2-container .select2-search--inline .select2-search__field {
    height: 22px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--primary) !important;
    border: 1px solid #0082b500 !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--primary) !important;
    color: white;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #fff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: var(--primary) !important;
    color: #fff !important;
    outline: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px !important;
}
.select2-container--default .select2-results__option--selected {
    background-color: #0082b53d !important;
}
/* select2 designs end */
/* dropdown start */
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--primary);
}
.navbar  .dropdown-item {
    padding: 0.45rem 1.5rem;
}
/* dropdown end*/

/* mobile login layout */
.mobile-layout{
    min-height: 100vh;
    background-color: #075A7C;
}
.mobile-login .logo{
    width: 200px;
}
.mobile-login .login-title{
    color: #fff;
    background-image: unset;
    margin: 1.5rem;
}
.mobile-login  .login-page-section {
    background-image: unset;
}
.mobile-login  .md-radio input[type="radio"]:checked + label:before {
    border: 4px solid #ffffff;
}
.mobile-login  .md-radio label:after {
    background: #0A4F6C;
}
.mobile-login  .md-radio label {
    color: #ffffff;
}
.mobile-login  .form-control {
    border-radius: 9px;
    padding: 0.975rem 0.75rem;
}
.mobile-login  .btn-submit {
    border-radius: 28px;
    float: unset    ;
}
.mobile-login  .forgot-link {
   color: #fff;
   margin: 2rem;
}
.mobile-login  .register-link {
   color: #fff;
   margin: 2rem;
   background:none
}
.mobile-login .g-recaptcha {
    /* transform: scale(1.13);
    transform-origin: 0 0; */
}
.mobile-login .login-page-section #phone {
    height: 50px;
    padding: 6px 50px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #3f3a64;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    width: 100%;
    border-radius: 9px;
    padding: 1.6rem 0.75rem;
    padding-left: 64px;
}
.mobile-login .selected-dial-code {
    margin-left: 21px;
}
p.footer-about {
    text-align: justify;
    padding: 0 15px;
    font-size: 15px;
}
a.btn-donate {
    font-size: 16px;
    text-align: center;
    width: 100%;
}
.support p{
    font-size: 17px;
}
.drop-area {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

.drop-area p {
    margin: 0;
}
.error {
    color: #ae1616;
}
.about-para{
    font-size: 20px; text-align: justify;
}
/* home Quote section */
.quote-section {
    background: #f7f7f7;
    max-width: none !important;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../img/menu-icon.png);
}
/* FAQs */
.faq-page-section {
    margin: 10px 0px 40px 0px;
}
.faq-page-section main {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 30px;
    width: 100%;
    background-color: #fff;
    margin-top: 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.faq-page-section h1 {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Kumbh Sans", sans-serif;
    margin-top: 25px;
    color: var(--primary);
}
.faq-page-section .topic {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: solid 1px #ebebeb;
}
.faq-page-section .open {
    cursor: pointer;
    display: block;
    padding: 0px;
}
.faq-page-section .question {
    color: var(--primary);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 0px;
    font-family: "Kumbh Sans", sans-serif;
    text-align: left;
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    line-height: 22px;
    color: var(--primary);
}
.faq-page-section .faq-t {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    float: right;
    position: relative;
    top: -55px;
    right: 10px;
    width: 10px;
    height: 10px;
    background: transparent;
    border-left: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    transition: all 0.3s ease-in-out;
}
.faq-page-section .answer {
    font-size: 17px;
    line-height: 26px;
    display: none;
    margin-bottom: 30px;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    color: #535967;
}
.faq-page-section .expanded {
    background-color: #cfebff;
    transition: all 0.3s ease-in-out;
}
.faq-page-section .faq-o {
    top: -50px;
    -moz-transform: rotate(-224deg);
    -ms-transform: rotate(-224deg);
    -webkit-transform: rotate(-224deg);
    transform: rotate(-224deg);
    border-left: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
}
#introduction-modal .modal-body{
    padding: 0;;

}
#introduction-modal .modal-dialog{
    max-width: 800px;
    margin: 30px auto;

}
#introduction-modal button.btn-close {
    position: absolute;
    right: -30px;
    top: -19px;
    /* background-color: red; */
    border-radius: 50%;
    color: #fff;
    border: solid;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 0.6em auto no-repeat;
}
/* Key features */
.key-features-section {
    background: #0054a6;
}
.key-features {
    display: flex
;
}
.key-features-item {
    background: #fff;
    border-radius: 20px;
    padding: 1rem;
    color: var(--primary);
    width: 100%;
    text-align: center;
    margin: 0 0.5rem;
    transition: all 0.3s ease-in;
}
.key-features-item img{
    /* filter: brightness(0); */
    height: 61px;
}
.key-features-item .feature-title{
   margin-top: 10px;
   color: var(--primary);
}
.key-features-item:hover {
    translate: 0px -33px;
    transition: all 0.3s ease-in-out;
}
/* Privacy Policy */
.terms-conditions {
    margin: 10px 0px 40px 0px;
}
.terms-conditions h1 {
    color: var(--primary);
    /* font-size: 27px; */
    /* font-weight: 600; */
    margin-bottom: 20px;
    font-family: "Kumbh Sans", sans-serif;
    margin-top: 25px;
}
.terms-conditions p {
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 15px;
    color: #535967;
    text-align: justify;
}
.terms-conditions h3 {
    color: var(--primary-lite);
    margin: 25px 0px 25px 0px;
    /* font-size: 20px; */
    /* margin-top: 8px; */
    /* font-weight: 600; */
}
.terms-conditions h4 {
    color: var(--primary-lite);
    margin-top: 10px;
}
.terms-conditions h5 {
    color: var(--primary-lite);
    margin-top: 10px;
}
.terms-conditions h6 {
    color: var(--primary-lite);
    margin-top: 10px;
}
.terms-conditions ul {
    padding-left: 40px;
    list-style: disclosure-closed;
}
.terms-conditions ul li {
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 15px;
    color: #535967;
    text-align: justify;
}

/* testimony section style start */
.user-testimony-section .testimony-section {
    padding: 50px 15px;
    max-width: 900px;
    margin: 0 auto;
}

.user-testimony-section  .section-title {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 50px;
    text-align: center;
    color: #1a1a2e;
}

.user-testimony-section .testimony-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.user-testimony-section  .capsule-title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #1a1a2e;
}

.user-testimony-section  .testimonial-card {
    background-color: var(--primary);
    color: white;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.user-testimony-section .testimonial-text {
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.5;
}

.user-testimony-section  .testimonial-author {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.user-testimony-section .testimonial-institution {
    font-size: 0.95rem;
}

.user-testimony-section .testimonial-image-container {
    position: relative;
    max-width: 340px;
    margin: 0 auto;
}

.user-testimony-section .testimonial-image {
    width: 100%;
    border-radius: 8px;
    position: relative;
    z-index: 2;
}

.user-testimony-section .image-decorative-background {
    position: absolute;
    bottom: -25px;
    right: -25px;
    width: 85%;
    height: 85%;
    background-color: var(--theme-color-yellow);
    border-radius: 8px;
    z-index: 1;
    border: solid thin;
}

.user-testimony-section .decorative-lines {
    position: absolute;
    left: -80px;
    bottom: -64px;
    transform: translateY(-50%);
    width: 80px;
    z-index: 0;
}

.user-testimony-section .stars {
    position: absolute;
    top: -30px;
    right: 60%;
    z-index: 3;
}

.user-testimony-section .star-yellow {
    color: var(--theme-color-yellow);
    font-size: 24px;
}
.star-yellow img{
    width: 22px;
    height: 22px;
}
.star-purple img{
    width: 26px;
    height: 26px;
        padding-top: 10px;
}

.user-testimony-section .star-purple {
    color: var(--primary);
    font-size: 20px;
    margin-left: -10px;
    margin-top: -5px;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .user-testimony-section .decorative-lines {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .user-testimony-section .testimony-container {
        flex-direction: column-reverse;
    }

    .user-testimony-section .testimonial-image-container {
        margin-bottom: 30px;
    }

    .user-testimony-section .stars {
        right: 50%;
    }
}

/* pattern-img-01 */
.pattern-img-01{
      position: absolute;
    bottom: -18%;
    right: 0;
    width: 62%;
    /* height: 552px; */
    z-index: -1;
}
