:root {
    --mainColor: #FBCF16;
    --bgColors: #EAEAEA;
    --mainColor2: #000;
}

.socail-media {
    display: flex;
    gap: 15px;
}

.nav-item>ul {
    display: flex;
    list-style: none;
    position: relative;
    gap: 5px;
    padding-left: 0;
}

ul.dropdown-menu.show {
    top: 5vh;
}

.dropdown-toggle::after {
    display: none;
}

nav.navbar.navbar-expand-lg.customContainer {
    overflow: unset !important;
}

.top-bar a {
    color: #fff;
    font-size: 15px;
}

.top-bar a:hover {
    color: var(--mainColor);
}

header {
    /* overflow: unset !important; */
    background-color: var(--bgColors);
    z-index: 9999;
}

header a {
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 15px !important;
}

.home-banner {
    height: 680px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.home-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /* background-image: url('../images/banner/banner-bg.png'); */
    background-color: var(--bgColors);
    height: 100%;
    width: 100%;
    z-index: -2;
}


.elementor-shape-fill {
    fill: var(--bgColors);
    transform-origin: center;
    transform: rotateY(0deg);
}

.home-banner svg {
    width: calc(300% + 1.3px);
    height: 8px;
    position: absolute;
    left: 0px;
    bottom: -8px;
    background: white;
}

.monogram {
    position: absolute;
    height: 100%;
    right: -14px;
    top: 6px;
    z-index: -1;
}


.home-banner .monogram img {
    height: 100%;
}

.home-content-nav {
    display: flex;

}

/* .home-content-nav .slick-list {
    padding: 0 0 !important;
    z-index: 5;
} */
.home-content-nav-active {
    background-color: var(--mainColor) !important;
}

.home-content-nav .homeContainerIn:nth-child(2) {
    border-right: 1px solid #e8e8e8;
}

.home-content-nav .homeContainerIn:hover {
    -webkit-box-shadow: inset 76px 0px 88px -120px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 76px 0px 88px -120px rgba(0, 0, 0, 0.75);
    box-shadow: inset 76px 0px 88px -120px rgba(0, 0, 0, 0.75);
}

.homeContainerIn {
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    cursor: pointer;
}

/* .home-content-nav .homeContainerIn:nth-child(2){
    -webkit-box-shadow: 0px -4px 56px -32px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -4px 56px -32px rgba(0,0,0,0.75);
    box-shadow: 0px -4px 56px -32px rgba(0,0,0,0.75);
} */

.home-content-nav .homeContainerIn {
    /* background-color: white;
    text-align: center;
    padding: 30px;
    padding-top: 35px;
    border-bottom: 10px solid var(--mainColor); */


    background-color: #eaeaea;
    text-align: center;
    padding: 30px;
    height: 100%;
    padding: 40px 30px 30px;
    flex: 1;
    border-bottom: 10px solid var(--mainColor);
    position: relative;
    z-index: 5;
}

.bg-gray {
    background-color: var(--bgColors);
}

/* .home-content-nav .slick-slide.slick-current {
    background-color: var(--mainColor);
} */

/* .home-content-nav .slick-slide:nth-child(3) {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
} */

.service-home-section h2 {
    margin-top: 30px;
}

.service-box {
    width: 30%;
    display: flex;
    /* flex: 1; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 2px solid #EAEAEA;
    border-radius: 5px;
    color: black;
    text-align: center;
    /* max-width: 316px; */
}

.service-box:hover {
    background: #EAEAEA;
    color: black;
}

.service-box .service-box-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--mainColor);
    margin-bottom: 20px;
}

.service-box .service-box-image img {
    width: 85% !important;
    height: 85% !important;
    padding: 10px 10px 0px;
}

.who-we-are-section .who-we-are-content {
    padding-right: 135px;
    padding-left: 9px;
}

.who-we-are-section .who-we-are-content *:not(.mainBtn1 *) {
    margin-bottom: 30px;
}

.who-we-are-section .image-container {
    height: 500px;
}

.who-we-are-section .image-container img {
    width: 100%;
    height: 100%;
}


.achievment-section .achievement-box:not(:last-child) {
    border-right: 2px solid;
}

.achievement-box {
    text-align: center;
    padding: 0 30px;
}

.achievement-box h5 {
    font-family: "JacR";
    font-size: clamp(1.125rem, 2vw, 2.125rem);
    margin-bottom: 20px;
}

.achievement-box p {
    font-size: 18px;
    font-weight: 500;
}


.choose-us-section {
    background-image: url('../images/banner/banner-bg-2.png');
    height: 100%;
    width: 100%;
    position: relative;
    background-size: 100% 100%;

}

.choose-us-section .monogram {
    top: 0px;
    z-index: 1;
}

.choose-us-section ul,
.blog-content ul {
    list-style: none;
    padding-left: 0;
    position: relative;
}


/* .choose-us-section ul::before {
    content: "";
    width: 2px;
    height: 65%;
    position: absolute;
    top: 45px;
    left: 20px;
    background-color: var(--mainColor);
} */

.choose-us-section ul>li,
.blog-content ul>li {
    padding-left: 60px;
    position: relative;
    font-size: 15px;
    margin-bottom: 65px;
}

.choose-us-section ul>li b,
.blog-content ul>li b {
    font-size: 22px;
    display: block;
}


.choose-us-section ul>li::after,
.blog-content ul>li::after {
    content: '✔';
    width: 45px;
    height: 45px;
    position: absolute;
    top: 8px;
    left: 0;
    background-color: var(--mainColor);
    font-size: 28px;
    text-align: center;
    padding-top: 7px;
    z-index: 2;
}

.choose-us-section ul>li:not(:first-child)::before,
.blog-content ul>li:not(:first-child)::before {
    content: '';
    width: 2px;
    height: 160px;
    position: absolute;
    top: -130px;
    left: 20px;
    background-color: var(--mainColor);
    text-align: center;
}

.choose-us-section .col-lg-5 *:not(ul *) {
    margin-bottom: 30px;
}

.choose-us-section .col-lg-7>div {
    z-index: 2;
    position: relative;
}

.choose-us-section .col-md-7 .image-one {
    padding-right: 50px;
}

.choose-us-section .col-md-7 .image-two {
    margin-top: -50px;
}

.testimonail-slider .slick-list {
    padding: 100px 0 20px !important;
}

.testimonail-slider {
    padding-bottom: 50px;
}

.testimonail-slider .card {
    padding: 30px;
    padding-right: 180px;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.testimonail-slider .card i {
    font-size: 100px;
    color: var(--mainColor);
}

.testimonail-slider .card .position-absolute {
    right: -30px;
    bottom: 0;
}

.testimonail-slider .card img {
    width: 180px;
    height: 100%;
    object-fit: contain;
}

.testimonail-slider .card::after {
    width: 1%;
    height: 100%;
    position: absolute;
    content: "";
    background-color: var(--mainColor);
    top: 0;
    left: 0;
    z-index: 1;
}


.testimonail-slider .card:hover::after {
    width: 100%;
    transition: all 200ms ease-in;
}

.testimonail-slider .card:hover>div {
    color: #000;
}

.testimonail-slider .card:hover i {
    color: #000;
}

.testimonail-section {
    text-align: center;
}

.testimonail-section h2 {
    margin-top: 30px;
}

.testimonail-slider .card>div {
    z-index: 2;
    text-align: left;
}

.blog-section .card {
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.blog-section .card-img,
.blog-section .card-img-top {
    border-radius: 10px;
}

.blog-section .card-body *:not(.mainBtn1 *) {
    margin-bottom: 20px;
}

.blog-section .card-body .mainBtn1 {
    background-color: var(--bgColors);
    color: #000
}

.blog-section .card-body .mainBtn1 span {
    color: #000
}

.blog-section .card-body .mainBtn1 span.gradient {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}

.newsletter-section {

    background-image: url(../images/banner/newsletter-banner.png);
    background-size: 100% 100%;
}

.newsletter-section .input-group {
    position: relative;
}

.newsletter-section .input-group label.text-danger {
    display: block;
}

.newsletter-section .input-group button {
    position: absolute;
    top: 22px;
    z-index: 5;
    right: 19px;
}

.newsletter-section .input-group input:focus {
    background-color: transparent;
}

.newsletter-section .input-group input {
    padding-right: 140px !important;
}

form {
    margin-top: 30px;
}

footer {
    background-color: var(--mainColor);
    overflow: hidden;
}

footer h4 {
    margin-bottom: 30px;
}

footer a:not(.copyright a) {
    display: block;
    color: #000;
    margin-bottom: 20px;
    font-weight: 500;
}

footer a:hover {
    text-decoration: underline;
    color: #fff;
}

footer .socail-media a {
    background-color: #EAEAEA;
    width: 50px;
    height: 50px;
    position: relative;
}

footer .socail-media a i {
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

footer .socail-media a:hover {
    background-color: #000;
    color: #fff;
}

.loaderDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--mainColor2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999999;
    overflow: hidden;
    transition: 1.5s ease-out;
}

.loader>div {
    top: 0%;
    left: 41%;
}

.home-banner.about-banner {
    height: 490px;
}

.home-banner.about-banner::before {
    background-image: url(../images/banner/inner-banner.png);
    background-size: 100% 100%;
    background-position: center center;
}

.second-heading {
    font-size: clamp(1rem, 2vw, 1rem);
    font-family: 'Sans';
    color: var(--mainColor2);
    padding: 10px 40px 0;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
}

.slick-dots {
    display: flex;
    justify-content: center;

    margin: 0;
    padding: 1rem 0;

    list-style-type: none;

    li {
        margin: 0 0.25rem;
    }

    button {
        display: block;
        width: 1rem;
        height: 1rem;
        padding: 0;

        border: none;
        border-radius: 100%;
        background-color: #FBCF16;

        text-indent: -9999px;
    }

    li.slick-active button {
        background-color: black;
    }


}

.blog-content ul>li::before {
    display: none !important;
}

.blog-content {

    h3,
    h4 {
        margin-bottom: 0 !important;
        margin-top: 30px;
    }
}

.ceo-banner .row {
    background-image: url(../images/banner/ceo-banner.jpg);
    background-size: cover;
    background-position: left;
}

.ceo-banner {
    margin-top: -100px;
    position: relative;
    z-index: 5;
}

.ceo-banner>.row>div {
    background-color: white;
    padding: 90px 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;

}

.ceo-banner i {
    font-size: 70px;
    color: var(--mainColor);
}

.ceo-banner>.row>div h3 {
    line-height: 45px;
}

.team-section .col-md-3 .card-img-top {
    position: absolute !important;
    height: 300px;
    object-fit: contain;
    object-position: top;
    top: -55px;
    z-index: 1;
    overflow-y: hidden;
}

.team-section .col-md-3:hover .card-img-top {
    filter: drop-shadow(0px 5px 7px var(--mainColor));
}

.team-section .col-md-3 .card {
    height: 250px;
    margin-top: 75px;
    border-radius: 0;
    background-color: var(--bgColors);
    border-color: var(--bgColors);
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 5px solid var(--mainColor);
}

.schedule-section .row>div:nth-child(1) img {
    position: absolute !important;
    height: 400px;
    object-fit: cover;
    object-position: top;
    top: -53px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    overflow-y: hidden;
}

.schedule-section .row>div:nth-child(1) {
    height: 350px;
    background-color: var(--bgColors);
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    border-bottom: 3px solid var(--mainColor);
}

.schedule-section .row>div:nth-child(2) {
    background-color: var(--bgColors);
}

.service-page .choose-us-section {
    background: #3c4141;
    color: white !important;
}

.service-page .choose-us-section .row {
    position: relative;
    z-index: 2;
}

.service-page .choose-us-section ul>li {
    margin-bottom: 35px;
}

.service-page .choose-us-section ul>li:not(:first-child)::before {
    height: 120px;
    top: -100px;
}

.question-container {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 3px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-bottom: 3px solid var(--mainColor);
    margin-bottom: 25px;
}

.question {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 15px 80px 15px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    color: var(--mainColor);
    right: 20px;
    transition: 0.2s;
}

.question.active::after {
    transform: rotate(45deg);
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding: 0 20px 20px;
    line-height: 1.5rem;
}

.service-achievement-section>.customContainer {
    background: url('../images/banner/newsletter-banner.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 50px;
}

.blog-main-page .col-md-3 .card {
    border-radius: 0;
    background-color: var(--bgColors);
}

.blog-main-page .col-md-3 .card .card-body {
    background-color: #fff;
}

.blog-main-page .col-md-3 .card p {
    font-size: 15px;
    line-height: 20px;
}

.blog-main-page .col-md-3 .card .socail-media {
    gap: 10px;
}

.blog-main-page .col-md-3 .card .socail-media a {
    background-color: var(--mainColor);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: relative;
    color: #000;
}

.blog-main-page .col-md-3 .card .socail-media a i {
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
}

.blog-main-page .col-md-3 .card .socail-media a:hover {
    background-color: #000;
    color: #fff;
}

.blog-main-page .col-md-3 .card.choose-us-section ul>li {
    padding-left: 45px;
    margin-bottom: 20px;
    line-height: 20px;

}

.blog-main-page .col-md-3 .card.choose-us-section ul>li a {
    color: #000;
}

.blog-main-page .col-md-3 .card.choose-us-section ul>li a:hover {
    text-decoration: underline;
}

.blog-main-page .col-md-3 .card.choose-us-section ul>li::after {
    content: '✔';
    width: 35px;
    height: 35px;
    font-size: 20px;
    padding-top: 7px;
    top: 4px;
}

.blog-main-page .col-md-3 .card.choose-us-section ul>li:not(:first-child)::before {
    content: '';
    width: 2px;
    height: 85px;
    position: absolute;
    top: -50px;
    left: 17px;
    background-color: var(--mainColor);
    text-align: center;
}

.blog-content img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.blog-content b {
    margin-bottom: 0 !important;
}

.blog-content ul>li:not(:first-child)::before {
    height: 105px;
    top: -65px;
    left: 22px;
}

.blog-content ul>li::after {
    top: 5px;
    content: '✔';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    background-color: var(--mainColor);
    font-size: 20px;
    text-align: center;
    padding-top: 0px;
    z-index: 2;
}

.blog-content blockquote {
    margin-top: 20px;
    background-color: var(--bgColors);
    padding: 20px;
    font-style: italic;
    border-left: 5px solid var(--mainColor);
}

.choose-us-section .customContainer {
    z-index: 5 !important;
    position: relative;
}

.contact-us .service-box {
    max-width: 100%;
    padding: 50px 10px;
}

.map-section {
    position: relative;
}

.map-section iframe {
    margin-bottom: -10px;
}

.map-section::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #000;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.service-cont {
    display: flex;
    justify-content: center;
    gap: 16px;
    /* align-items: center; */
    height: 100%;
    flex-wrap: wrap;
}

.map-section:hover::after {
    opacity: 0;
    z-index: -1;
    transition: all 300ms ease-in;
}



@media (max-width: 991px) {
    .home-banner.about-banner {
        height: 340px;
        padding-top: 150px;
    }

    .choose-us-section .monogram {
        top: 15px;
        z-index: 1;
    }

    .top-bar {
        display: none !important;
    }

    main.service-page .customContainer.d-flex.gap-3 {
        flex-wrap: wrap !important;
    }

    main.service-page .service-box {
        padding: 10px;
        max-width: 100% !important;
        width: 47% !important;
    }

    .ceo-banner>.row>div {
        padding: 40px 20px;
        gap: 0px;
    }

    .blog-content img {
        height: 285px;
    }

    .schedule-section .row>div:nth-child(1) img {
        height: -webkit-fill-available;
    }


    .bannerImg {
        display: none;
    }

    .choose-us-section {
        background-size: cover;
        overflow: hidden;
    }

    .home-banner {
        height: 475px;
        padding-top: 20px;
    }

    h5 {
        margin-bottom: 15px !important;
    }

    .home-banner.about-banner::before {
        background-image: url(../images/banner/inner-banner.png);
        background-size: 100% 100%;
        background-position: center center;
        opacity: 0.5;
    }

    .home-content-nav {
        margin-top: 75px;
    }

    .home-content-nav .homeContainerIn {
        padding: 30px 10px;
    }

    .team-section .col-md-3 .card {
        height: 145px;
    }

    .team-section .col-md-3 .card-img-top {
        height: 180px;
        top: -41px;
    }

    .achievment-section .achievement-box {
        border-right: none !important;
        border-bottom: 2px solid;
    }

    .home-banner .row {
        height: 315px;
    }

    .choose-us-section .monogram {
        opacity: .2;
    }

    .choose-section-2 {
        padding-bottom: 40px;
    }

    footer {
        text-align: center;
    }

    footer .socail-media {
        justify-content: center;

    }

    footer a:not(.copyright a) {
        font-size: 14px;
    }

    footer h4 {
        padding-bottom: 5px;
        border-bottom: 3px solid black;
    }

    .footerColumn {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .newsletter-section {
        background-size: cover;
        background-position: center;
    }

    .newsletter-section {
        padding: 0 0 !important;
    }

    .who-we-are-section .image-container {
        height: 420px;
    }

    .who-we-are-section .who-we-are-content {
        padding-right: 10px;
        padding-left: 10px;
    }

    .service-box {
        width: 47%;
    }
}

@media (max-width: 660px) {
    .home-banner.about-banner {
        height: 340px;
        padding-top: 150px;
    }

    .service-box {
        width: 48%;
    }

    .choose-us-section .monogram {
        top: 15px;
        z-index: 1;
    }

    .top-bar {
        display: none !important;
    }

    main.service-page .customContainer.d-flex.gap-3 {
        flex-wrap: wrap !important;
    }

    main.service-page .service-box {
        padding: 10px;
        max-width: 100% !important;
        width: 47% !important;
    }

    .ceo-banner>.row>div {
        padding: 40px 20px;
        gap: 0px;
    }

    .blog-content img {
        height: 285px;
    }

    .schedule-section .row>div:nth-child(1) img {
        height: -webkit-fill-available;
    }


    .bannerImg {
        display: none;
    }

    .choose-us-section {
        background-size: cover;
        overflow: hidden;
    }

    .home-banner {
        height: 475px;
        padding-top: 20px;
    }

    h5 {
        margin-bottom: 0px !important;
    }

    .home-content-nav {
        margin-top: 75px;
    }

    .home-content-nav .homeContainerIn {
        padding: 30px 15px;
    }

    .achievment-section .achievement-box:not(:last-child) {
        border-right: none !important;
        border-bottom: 2px solid;
    }

    .home-banner .row {
        height: 315px;
    }

    .choose-us-section .monogram {
        opacity: .2;
    }

    .choose-section-2 {
        padding-bottom: 40px;
    }

    footer {
        text-align: center;
    }

    footer .socail-media {
        justify-content: center;

    }

    footer a:not(.copyright a) {
        font-size: 14px;
    }

    footer h4 {
        padding-bottom: 5px;
        border-bottom: 3px solid black;
    }

    .footerColumn {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .newsletter-section {
        background-size: cover;
        background-position: center;
    }

    .newsletter-section {
        padding: 0 0 !important;
    }

    .who-we-are-section .image-container {
        height: 420px;
    }
}
