:root {
    --col1: #43a4bf;
    --col2: #373737;
    --col3: #0081a6;
    --col4: #a6fbff;

    /* --col3: #C5ECF2;
    --col4: #F0F0F0; */
    --fo1: "Vend Sans", sans-serif;
}

body {
    font-family: var(--fo1), 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: var(--col2);
}

a {
    color: var(--col2);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: var(--col3);
}

p {
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 28px;
}

figure {
    margin: 0;
}

ul {
    list-style: none;
    padding-left: 0;
}

.pt {
    padding-top: 60px;
}

.pb {
    padding-bottom: 60px;
}

.ptb {
    padding-top: 60px;
    padding-bottom: 60px;
}


h1,
h2,
h3 {
    font-family: var(--fo1);
    color: var(--col3);
    font-weight: 700;
}

h3 {
    font-weight: 500;
}

.ptb {
    padding-top: 80px;
    padding-bottom: 80px;
}

.bg1 {
    background: #FFF;
}

.bg2 {
    background: #F2F2F2;
}

.bg3 {
    background: var(--col3);
    color: #FFF;
}

.bg4 {
    background: var(--col1);
    color: #FFF;
}

.bg3 h2 {
    color: #FFF;
}

.banner {
    margin-top: 90px;
    position: relative;
}

.banner_cont {
    position: absolute;
    width: 100%;
}

.banner .banner_cont {
    height: 100%;
}

.banner h1 {
    color: #FFF;
    max-width: 500px;
    font-size: 40px;
}


.banner h1 span {
    font-size: 18px;
    display: block;
    font-weight: 400;
    margin-top: 20px;
    line-height: 26px;
}

.banner img {
    width: 100%;
}

.banner-bg-1 {
    background: url(../img/banner-bg-1.jpg) center;
    background-size: cover;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    border-bottom: 1px solid #eaeaea;
    font-weight: 500;
}

.banner-sub {
    position: relative;
}

.banner-sub h2 {
    position: absolute;
    /* top: 50%;
    transform: translateY(-50%); */
   top: 40px;
    margin: 0;
}

.logo {
    max-width: 200px;
}

.navbar.no-shadow {
    box-shadow: none;
}

/* Shadow when scrolled */
.navbar.shadow-active {
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 0 0 10px #333; */
    box-shadow: 0 0 10px #eaeaea;
}

.navbar-nav .nav-link.active {
    color: var(--col1);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.cont p:not(:last-child) {
    padding-bottom: 10px;

}

.butn {
    display: inline-block;
    border-radius: 3px;
}

.butn a {
    border-radius: 3px;
    width: fit-content;
    padding: 10px 20px;
}

.butn.s1 a {
    border: 1px solid #fff;
    color: #FFF;
}

.butn.s1 a:hover,
.butn.s2 a:hover {
    background: var(--col3);
    border: 1px solid var(--col3);
    color: #FFF;
}

.butn.s2 {
    position: absolute;
    bottom: 30px;
}

.butn.s2 a {
    border: 1px solid #505050;
    color: #5e5e5e;
    padding: 5px 15px;
    font-size: 14px;
}

.butn.s3 a {
    border: 1px solid #FFF;
    padding: 5px 8px;
    width: fit-content;
    margin-top: 10px;
    border-radius: 5px;
}

.butn.s3 a:hover {
    background: var(--col1);
    opacity: 1;
}

.butn.s4 a {
    border: 1px solid var(--col2);
    color: var(--col2);
    background: #F2F2F2;
}

.butn.s4 a:hover {
    border: 1px solid #FFF;
    background: var(--col3);
    color: #FFF;
}

.home-service .item {
    background: #FFF;
    border: 1px solid #e8e8e8;
    height: 100%;
    position: relative;
    text-align: center;
}

.home-service .item a {
    display: block;
    background: #FFF;
    padding: 30px;
}

/* 
.home-service .item img{
    border: 1px solid #000;
    border-radius: 50%;
    padding: 10px;
} */

.home-service .item a:hover {
    background: var(--col3);
}

.home-service .item a:hover h3 {
    color: #FFF;
}

.home-service .row>div {
    margin-bottom: 30px;
}

/* Mobile dropdown absolute */
/* @media (max-width: 991.98px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        background: #fff;
        z-index: 1000;
    }
} */

.home-service h3 {
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
}

.home-service img {
    width: 60px;
}

.home-service-2 .item-wrap {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px) grayscale(0.5);
}

.home-service-2 .item-wrap p {
    font-size: 15px;
    line-height: 22px;
}

.home-service-2 .item {
    padding-left: 80px;
    position: relative;
    margin-bottom: 15px;
}

.home-service-2 .item h3 {
    font-size: 20px;
}

.home-service-2 .item img {
    top: 0;
    left: 0;
    width: 45px;
    position: absolute;
}

.home-why-choose .items {
    position: relative;
    padding-left: 110px;
    padding-top: 5px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.home-why-choose .items:last-child {
    margin-bottom: 0px;
}

.home-why-choose .items::before {
    position: absolute;
    top: 0px;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--col1);
    content: "\f35a";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    font-size: 34px;
    text-align: center;
    padding: 15px;
}

.home-form-main {
    background: #FFF;
    padding: 30px;
    /* height: 100%; */
    color: var(--col2);
    position: sticky;
    top: 100px;
}

/* .home-form-main label:not(:first-child) {
    margin-top: 10px;
} */

.home-form-main input,
.home-form-main textarea,
.home-form-main select {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #c6c6c6;
    margin-top: 2px;
    background: #FFF;
}

.home-form-main select option[disabled] {
    color: #888;
}

.home-form-main input[type=submit] {
    background: var(--col2);
    color: #FFF;
    width: fit-content;
    padding: 10px 30px;
}


.impor-link ul li {
    position: relative;
}

.impor-link ul li a {
    padding: 7px 0;
    display: block;
    border-bottom: 1px dotted #aaa;
    margin-bottom: 5px;
    padding-left: 30px;
}

.impor-link ul li::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "\f00c";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    color: var(--col3);
}

footer {
    font-size: 14px;
}

footer h4 {
    margin-bottom: 20px;
    /* color: #45f6ff; */
    color: var(--col4);
}

footer h5 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 10px;
}

footer a {
    color: #FFF;
    display: block;
    position: relative;
}

footer a:hover {
    color: #FFF;
    opacity: 0.6;
}

footer ul li {
    padding: 5px 0;
    position: relative;
    display: flex;
}

footer ul li span {
    /* display: inline-block; */
    /* position: absolute;
    left: 0;
    right: 0; */
    margin-right: 3px;
}

/* 
ul li:has(span) {
    padding-left: 70px;
} */

footer ul li i {
    width: 25px;
    margin-top: 4px;
    color: var(--col4);
}

footer ul li i.fa-whatsapp {
    font-size: 17px;
}


footer .copy {
    border-top: 1px dotted #FFF;
    padding-top: 20px;
    margin-top: 20px;
}

.icon-info img {
    width: 100px;
}

.service-list .items-thum ul {
    display: flex;
    flex-wrap: wrap;
}

.service-list .items-thum li {
    margin: 15px;
    width: calc(33.333333333% - 30px);
    background: #FFF;
}

.service-list .items-thum li h3 {
    padding: 20px;
    padding-top: 0;
    padding-bottom: 10px;
    color: var(--col2);
    font-size: 18px;
    transition: 0.3s;
}

.service-list .items-thum a:hover h3 {
    color: var(--col3);
}

.service-list img {
    transition: 0.3s;
}

.service-list .items-thum li:hover img {
    scale: 1.1;
}

.service-list .items-thum figure {
    overflow: hidden;
    margin: 20px;
    margin-bottom: 15px;
}

/*-----------*/

.service-details figure {
    display: none;
}

.service-details .items-thum li {
    background: #ECECEC;
    margin-bottom: 10px;
    border-radius: 5px;
    border-left: 1px solid var(--col3);
}


.service-details .items-thum li a h3 {
    padding: 15px 10px;
}

.service-details .items-thum li a h3:hover,
.service-details .items-thum li a.active h3 {
    color: #FFF;
    background: var(--col3);

}

.service-details .items-thum li h3 {
    font-size: 16px;
    color: var(--col2);
    font-weight: 400;
    margin-bottom: 0;
}

.q-link ul {
    display: flex;
    font-size: 13px;
}

.q-link {
    padding: 20px 0 0px 0;
    /* border-bottom: 1px dotted #444; */
}

.q-link ul li {
    padding-right: 30px;
    text-transform: uppercase;
    position: relative;
}

.q-link ul li:not(:last-child)::after {
    position: absolute;
    top: 0px;
    right: 10px;
    content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    color: var(--col3);
}

.q-link ul li:last-child,
.q-link ul li:last-child a {
    color: var(--col3);
}

.service-details h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.service-details h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.service-details .items-list ul li b {
    display: block;
}

.service-details .items-list ul li {
    padding: 8px 0;
    position: relative;
    padding-left: 35px;
}

.service-details .items-list ul li::after {
    position: absolute;
    top: 10px;
    left: 0px;
    content: "\f101";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    color: #77c0d5;
}

.our-team h2 {
    text-align: center;
}

.our-team .row {
    justify-content: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.our-team h2 span {
    display: block;
    font-size: 18px;
    color: var(--col2);
    font-weight: 400;
}

.our-team .list {
    padding: 20px;
}

.our-team .list img {
    width: 100%;
    transition: 0.3s;
}

.our-team .list figure {
    /* border: 1px solid #A4A4A4; */
    border: 1px solid var(--col1);
    padding: 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid #FFF;
    box-shadow: 0 0 15px #d2d2d2;
    background: #FFF;

}

.our-team .list h3 {
    color: var(--col2);
    font-size: 20px;
    margin-top: 15px;
}

.our-team .list h3 span {
    display: block;
    font-size: 15px;
    color: #535353;
    margin-top: 4px;
    font-weight: 500;
}

.our-team .list h3 i {
    font-size: 13px;
    margin-top: 5px;
    display: block;
    font-style: normal;
    color: #4a8893;
}
.our-team .list h3 i.des2{
    color: #737373;
  margin-top: 1px;
}

.our-team .list:hover img {
    scale: 1.1;
}


.subLinks {
    position: sticky;
    top: 60px;
    z-index: 100;
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 30px;
}

.subLinks ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    background: #FFFFFFE8;
    margin-bottom: 40px;
}

.subLinks ul li {
    padding: 0 10px;
}


.subLinks ul li {
    margin: 0;
    padding: 10px;
    padding-top: 12px;
    padding-bottom: 10px;
}

.subLinks ul li a.active {
    /* border-bottom: 1px solid #333; */
    color: var(--col1);
}

section.our-team .container>section {
    scroll-margin-top: 160px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ffffff;
    position: relative;
}

section.our-team .container>section::after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
}




.school-service-main .service-details>.container {
    padding: 30px;
    border: 1px solid #d7d7d7;
}

.school-service-main .service-details:nth-child(odd) .container>.row>div:last-child {
    padding-left: 50px;
}

.school-service-main .service-details:nth-child(even) .row {
    flex-direction: row-reverse;
}

.school-service-main .service-details:nth-child(even) .container>.row>div:last-child {
    padding-right: 50px;
}

.school-service-main .service-details img {
    position: sticky;
    top: 120px;
}


.map {
    max-height: 450px;
}

.contact-now .items i {
    width: 25px;
}


.contact-icon {
    position: fixed;
    background: var(--col1);
    z-index: 10000;
    right: 0;
    top: 50%;
    display: flex;
    flex-direction: column;
    border: 1px solid #FFF;
    border-right: 0;
    background: #000;
}

.contact-icon a {
    padding: 10px 13px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-icon a:hover {
    opacity: 0.8;
}

.contact-icon a.wp {
    background: #25d366;
}

.contact-icon a.ph {
    background: #29abe2;
}

.contact-icon a.me {
    background: #0578c1;
}

.contact-icon a.wp i {
    font-size: 24px;
}

.contact-icon a.ph i {
    font-size: 20px;
}

.contact-icon a.me i {
    font-size: 23px;
}

:root {
    --bg: #fff;
    --border: #e5e7eb;
    --shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.contact-actions {
    position: fixed;
    background: var(--col1);
    z-index: 1050;
    right: 0;
    top: 50%;
    display: flex;
    flex-direction: column;
    border: 1px solid #FFF;
    border-right: 0;
    background: #000;
}

.contact-actions .btn1 a {
    padding: 10px 13px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
}

.contact-actions .btn1 a.wp {
    background: #25d366;
}

.contact-actions .btn1 a.ph {
    background: #29abe2;
}

.contact-actions .btn1 a.me {
    background: #0578c1;
}

.contact-actions .btn1 a.wp i {
    font-size: 24px;
}

.contact-actions .btn1 a.ph i {
    font-size: 20px;
}

.contact-actions .btn1 a.me i {
    font-size: 23px;
}

.contact-actions .action {
    position: relative;
}

.contact-actions .action-btn {
    border: 0px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: var(--shadow);
    transition: .2s;
    padding: 8px 20px;
    font-size: 25px;
    text-transform: uppercase;
    width: 50px;
    height: 45px;
}

/* .contact-actions .action-btn i{
    font-size: 20px;
    margin-right: 5px;
} */
.contact-actions .action-btn.bca {
    color: #FFF;
    background: #29abe2;
    font-size: 18px;

}

.contact-actions .action-btn.bwa {
    background: #1ad03f;
    color: #FFF;

}

.contact-actions .action-btn.bem {
    background: #0578c1;
    color: #FFF;
    font-size: 20px;
}

.contact-actions .action-btn:hover {
    opacity: 0.7;
}

.contact-actions .icon {
    width: 22px;
    height: 22px;
}

.contact-actions .dropdown {
    position: absolute;
    right: calc(100% + 10px);
    top: 0;
    min-width: 200px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 10px;
    box-shadow: var(--shadow);
    padding: 6px;
    display: none;
    z-index: 10;
}

/* arrow */
.contact-actions .dropdown::before {
    content: "";
    position: absolute;
    top: 13px;
    right: -16px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent var(--bg);
    filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, .1));
}

.contact-actions .dropdown.open {
    display: block;
    animation: pop .15s ease-out;
}

@keyframes pop {
    from {
        transform: translateY(-6px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.contact-actions .menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-actions .menu-item a {
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
    text-decoration: none;
    color: #111827;
    border-radius: 6px;
    padding-top: 20px;
    padding-bottom: 3px;
    font-size: 15px;
}

.contact-actions .menu-item a:hover {
    background: #f3f4f6;
}

.contact-actions .sub {
    font-size: 14px;
    color: #6b7280;
    position: absolute;
    margin-top: -17px;
}

.team-details .accordion-item {
    border: 0;
    border-bottom: 1px solid #dbdbdb;
    border-radius: 0;
}

.team-details .accordion-item h2 {
    font-size: 18px;
}


.team-details .accordion-button:focus {
    box-shadow: none;
}

.team-details .accordion-button:not(.collapsed) {
    background-color: #FFF;
    color: var(--col3);
}

.team-details .accordion-button {
    padding: 10px 0;
    font-size: 17px;
    font-weight: 500;
}

.team-details .accordion-body {
    padding: 10px 0;
    padding-bottom: 30px;
}

.team-details button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.team-details h1 {
    font-size: 22px;
    margin-bottom: 6px;
}

.team-details .cont h2 {
    font-size: 16px;
    color: var(--col2);
    font-weight: 600;
}

.team-details .cont figure {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #FFF;
    box-shadow: 0 0 15px #e8e8e8;
    background: #FFF;
}

.team-details .cont ul {
    margin: 0;
    margin-top: 10px;
    border-top: 1px solid #d5d5d5;
    padding-top: 15px;
}

.team-profiles-dis p {
    margin-bottom: 10px;
}

.team-profiles-dis li {
    position: relative;
    font-size: 15px;
    padding: 4px;
    padding-left: 20px;
}

.team-profiles-dis li::before {
    width: 8px;
    height: 8px;
    background: var(--col1);
    top: 11px;
    left: 0;
    position: absolute;
    content: "";
    border-radius: 50%;
}

.weekly-topics .list {
    border: 1px solid #c1c1c1;
    padding: 20px;
    height: 100%;
}

.weekly-topics .row>div {
    margin-bottom: 25px;
}

.weekly-topics h4 {
    font-size: 18px;
    color: var(--col3);
    font-weight: 600;
}

.weekly-topics h4 span {
    display: block;
    font-size: 16px;
    color: var(--col2);
    margin-bottom: 5px;
}

.weekly-topics ul {
    margin-bottom: 0;
}

.weekly-topics li {
    position: relative;
    font-size: 15px;
    padding: 3px;
    padding-left: 20px;
}

.weekly-topics li::before {
    width: 5px;
    height: 5px;
    background: var(--col1);
    top: 13px;
    left: 0;
    position: absolute;
    content: "";
    border-radius: 50%;
}

.subPage-contact ul {
    display: flex;
    flex-wrap: wrap
}

.subPage-contact li {
    padding: 5px;
    margin-right: 20px;
}

.subPage-contact li i {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    background: var(--col3);
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    padding: 5px;
}

.privacy-policy h2,
.privacy-policy h3 {
    color: var(--col2);
}

.privacy-policy h2 {
    font-size: 18px;
    margin-bottom: 5px;
}

.privacy-policy h3 {
    font-size: 16px;
    font-weight: 600;
}

.privacy-policy ol {
    padding-left: 20px;
}

.privacy-policy ol>li {
    padding-top: 20px;
    padding-left: 5px;
}

.privacy-policy ol>li::marker {
    font-size: 18px;
    left: 0;
    font-weight: 600;
    font-family: var(--fo1);
    /* color: var(--col3); */
}

.privacy-policy ul>li {
    position: relative;
    padding-left: 15px;
}

.privacy-policy ul>li::before {
    width: 5px;
    height: 5px;
    background: #b9b9b9;
    top: 9px;
    left: 0;
    position: absolute;
    content: "";
    border-radius: 50%;
}
.no-index h1{
    font-size: 35px;
}
.no-index h2{
    font-size: 20px;
}

/* Mobile Only */

@media (max-width: 767px) {
    .pt {
        padding-top: 40px;
    }

    .pb {
        padding-bottom: 40px;
    }

    .ptb {
        padding-top: 40px;
        padding-bottom: 40px;
    }


    .navbar-collapse {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        background: #fff;
        z-index: 1000;
        background-color: rgba(255, 255, 255, 0.8);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }

    .logo {
        max-width: 150px;
    }

    .banner {
        margin-top: 70px;
    }

    .banner.homeb {
        text-align: center;
    }

    .banner-desk-only {
        display: none;
    }

    .banner-mob-only {
        display: block;
    }

    .banner h1 {
        font-size: 24px;
    }

    .banner h1 span {
        font-size: 14px;
        margin-top: 8px;
        line-height: 20px;
    }

    #navbarNavDropdown {
        padding: 0 20px;
    }

    .contact-icon {
        top: unset;
        left: 0;
        bottom: 0;
        flex-direction: row;

        border: 0;
        border-top: 1px solid #FFF;
    }

    .contact-icon a {
        width: 33.333333333333333333%;
    }

    .service-list .items-thum li {
        width: calc(100%);
        margin-bottom: 30px;
    }

    .q-link ul {
        font-size: 11px;
    }

    .subLinks {
        position: fixed;
        bottom: -30px;
        top: unset;
    }

    .subLinks ul {
        padding: 0px;
        padding-bottom: 3px;
    }

    .subLinks ul li {
        padding-top: 3px;
        padding-bottom: 0px;
        font-size: 12px;
    }

    .icon-info img {
        margin-bottom: 20px;
    }

    .banner-sub h2 {
          top: 15px;
        left: 23px;
        /* max-width: 150px; */
        font-size: 20px;
    }
}

/* Desktop Only */

@media (min-width: 768px) {
    .banner-desk-only {
        display: block;
    }

    .banner-mob-only {
        display: none;
    }

    /* .home-form-main {
        margin-left: 50px;
    } */

    .impor-link ul {
        column-count: 3;
    }

    .col2-md {
        column-count: 2;
    }

    .our-team h2 {
        padding-left: 20px;
    }

    .subLinks ul {
        justify-content: space-between;
    }

    .team-details .cont {
        top: 110px;
    }

    .banner-sub h2 {
        /* max-width: 400px; */
        left: 40px;
        text-align: left !important;
    }


}