﻿body {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
}

/* .container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
} */

.container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    /*padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;*/
}

.top-container {
    background-color: #0c527c;
    padding: 10px 10px 15px 10px;
    text-align: left;
    color: #fff;
}

    .top-container .fa {
        font-size: 15px;
    }

    .top-container .fab {
        font-size: 15px;
        color: #f1f1f1;
    }

    .top-container .rightcontent {
        float: right;
        margin-top: -5px;
    }

.rightcontent a {
    margin: 0 3px;
}

    .rightcontent a i {
        text-align: center;
        color: #fff;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        margin: auto;
        line-height: 30px;
    }

.container > .navbar-header, .container > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
}

.rightcontent a {
    margin: 0 3px;
}

    .rightcontent a i {
        text-align: center;
        color: #d93337;
        border-radius: 50%;
        height: 35px;
        width: 35px;
        margin: auto;
        line-height: 35px;
    }



.top-container .fa {
    font-size: 15px;
}

.facebook-icon i {
    font-size: 20px;
    color: #fff;
    background-color: #3b5a9a !important;
    border: solid 1px #fff;
}

.insta-icon i {
    font-size: 20px;
    color: #fff;
    background: linear-gradient(to bottom,#6228d7 0,#ee2a7b 30%,#f9ce34 100%) !important;
    border: solid 1px #fff;
}

.Youttube-icon i {
    font-size: 20px;
    color: #fff;
    background: #FF0000;
    border: solid 1px #fff;
}

.top-container .fab:hover {
    color: #fff;
}



.content {
    padding-left: 100px;
    padding-right: 100px;
}



.ImgFrame {
    padding: 10px;
    border: 1px solid #ddd;
    background-size: cover;
    background-clip: content-box;
    background-color: #d6d6d6;
    box-sizing: border-box;
    position: relative;
    margin: auto;
    color: #fbfbfb;
}

    .ImgFrame:after {
        content: "";
        display: block;
        position: absolute;
        border: 50px solid transparent;
        border-bottom: 50px solid #fefefe;
        bottom: -60px;
        right: -65px;
        box-shadow: 0px 7px 6px -9px black;
        transform: rotate(135deg);
    }

    .ImgFrame:before {
        content: "";
        display: block;
        position: absolute;
        border: 50px solid transparent;
        border-top: 50px solid #fefefe;
        top: -60px;
        left: -65px;
        box-shadow: 0px -7px 6px -9px black;
        transform: rotate(135deg);
    }

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky-opacity {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky-opacity #navbar {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #fff;
        height: 85px;
        box-shadow: 1px 1px rgba(0,0,0,0.15);
    }

    .sticky-opacity .navbar-nav > li > a {
        text-align: center;
        padding: 12px 12px 15px 12px;
        text-decoration: none;
        font-size: 13px;
        line-height: 25px;
        margin-bottom: -5px;
        color: #000;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: bold;
    }

    .sticky-opacity .navbar-brand img {
        max-width: 72px;
        max-height: 65px;
        transition: 0.5s all ease-in-out;
    }

    .sticky-opacity .navbar-nav > li > a:hover {
        color: #fff;
    }

    .sticky-opacity .navbar-nav {
        margin-top: 0;
        margin-left: 25%;
    }

    .sticky-opacity #menu:before {
        border-bottom: 0px solid #fff;
    }

.sticky + .content {
    padding-top: 102px;
}

#navbar {
      background: #fff0;
    position: fixed;
    width: 100%;
    height: 80px;
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
}

.header-logo {
    padding: 4px 10px;
    font-size: 18px;
}

    .header-logo img {
        max-width: 200px;
        transition: 0.4s;
        margin-bottom: 0px;
    }

.navbar-nav > li > a {
    color: black;
    text-align: center;
    padding: 12px 12px 15px 12px;
    text-decoration: none;
    font-size: 13px;
    line-height: 25px;
         margin-top: 20px;
    margin-bottom: -5px;
    font-family: "inherit";
    font-weight: bold;
    text-transform: uppercase;
}

    .navbar-nav > li > a:hover {
        color: #fff;
        background: #0c527c;
        transition: all 1s ease;
    }

    .navbar-nav > li > a:active {
        color: #fff;
        background-color: #797c7f;
        /*border-radius: 5px;*/
    }

.navbar-nav {
    margin-left: 20%;
    margin-top: 0px;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: 0px;
    }
}

@media (max-width: 768px) {
    .ImgFrame {
        width: 75%;
    }

        .ImgFrame:before {
            content: "";
            display: block;
            position: absolute;
            border: 50px solid transparent;
            border-top: 50px solid #fefefe;
            top: -50px;
            left: -50px;
            box-shadow: 0px -7px 6px -9px black;
            transform: rotate(135deg);
        }

        .ImgFrame:after {
            content: "";
            display: block;
            position: absolute;
            border: 50px solid transparent;
            border-bottom: 50px solid #fefefe;
            bottom: -50px;
            right: -50px;
            box-shadow: 0px 7px 6px -9px black;
            transform: rotate(135deg);
        }
}


.navbar-brand {
    float: left;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 20px;
    max-width: 200px;
    position: relative;
    margin-left: 10px;
}

    .navbar-brand img {
            background: #fff;
    transition: 0.4s;
    max-width: 69px;
    max-height: 63px;
    margin-bottom: 0px;
    border-radius: 5px;
    transition: 0.5s all 
ease-in-out;
    }

#navbar-right {
    float: right;
}

#myHeader {
    height: 76px;
    z-index: 10000;
    margin-bottom: 10px;
}

.dropdown-menu {
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 1;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px;
    margin: 0px 0 0;
    font-size: 13px;
    list-style: none;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
    background-color: #1f1e1f;
}

    .dropdown-menu > li > a {
        display: block;
        padding: 8px 25px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #fff;
        white-space: nowrap;
        left: 0;
        right: auto;
        transform-origin: 0 0 0;
        transition: 0.10s;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #000;
            text-decoration: none;
            transform-origin: 0 0 0;
            transition: 0.10s;
            background-color: #fff;
            font-weight: 400;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #000;
        transform-origin: 0 0 0;
        transition: 0.5s;
        outline: 0;
        font-weight: 400;
    }

    .dropdown-menu > li > ul.dropdown-submenu {
        position: absolute;
        list-style: none;
        left: 100%;
        top: 0;
    }

    .dropdown-menu > li:hover ul.dropdown-submenu {
        display: block;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #797c7f;
    border-color: #797c7f;
    color: #fff;
    border-radius: 5px;
}

@media screen and (max-width: 580px) {
    #navbar {
        margin-bottom: 10px;
    }

        #navbar a {
            float: none;
            display: block;
            text-align: left;
        }

    #navbar-right {
        float: none;
    }

    .sticky-opacity .navbar-toggle {
        top: 15px;
    }

    .sticky-opacity .navbar-brand {
        padding: 0px 10px;
        color: white;
        margin-left: 20px;
        top: 15px;
    }

    .sticky-opacity .navbar-toggle .fa {
        color: #000;
    }

    .navbar-toggle {
        border-radius: 4px;
        float: right;
        margin-bottom: 8px;
        margin-right: 28px;
        padding: 9px 10px;
        position: relative;
        filter: alpha(opacity=0);
        -webkit-transition: 200ms ease;
        -moz-transition: 200ms ease;
        -o-transition: 200ms ease;
        transition: 200ms ease;
    }

        .navbar-toggle .fa {
            color: #000;
            transform: rotate(360deg);
            transition: transform 0.5s ease 0s;
            transform-style: preserve-3d;
            font-size: 25px;
        }

    .top-container {
        background-color: #3f6eb0;
        padding: 10px 10px 10px 10px;
        text-align: center;
    }

        .top-container .rightcontent {
            display: none;
        }

    .navbar-collapse ul {
        background-color: #000;
        color: #fff;
        margin-right: 38px;
        margin-top: 10px;
        text-align: center;
        width: 75%;
    }

    .navbar-nav > li {
        border-bottom: 1px solid #eee;
    }

    .nav > li {
        display: block;
        position: relative;
    }

    .navbar-collapse.in {
        overflow-y: visible;
        position: absolute;
        width: 100%;
        margin-right: 0px;
    }

    .navbar-nav > li > a {
        padding: 15px 12px 15px 12px;
        line-height: 20px;
        margin-top: 0px;
    }

    .dropdown-menu > li > a {
        color: #fff;
    }

    .dropdown-menu {
        padding-left: 15px;
        list-style: none;
    }

        .dropdown-menu > li > a {
            display: block;
            padding: 15px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.428571429;
            white-space: nowrap;
            left: 0;
            right: auto;
            transform-origin: 0 0 0;
            transition: 0.10s;
            font-size: 12px;
        }

    .sticky-opacity .dropdown-menu > li > a {
        display: block;
        padding: 15px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #fff;
        white-space: nowrap;
        left: 0;
        right: auto;
        transform-origin: 0 0 0;
        transition: 0.10s;
        font-size: 12px;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 12px 15px 5px 25px;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #fff;
        text-decoration: none;
        transform-origin: 0 0 0;
        transition: 0.10s;
        background-color: #336699;
        font-weight: 400;
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #336699;
        transform-origin: 0 0 0;
        transition: 0.5s;
        outline: 0;
        font-weight: 400;
    }

    .navbar-nav > li:hover ul.dropdown-menu {
        width: 100%;
    }

    .sticky-opacity .navbar-nav {
        margin-top: 18px;
        background-color: #000;
        color: #fff;
    }

        .sticky-opacity .navbar-nav > li > a {
            color: #fff;
            padding: 6px 12px 10px 12px;
        }
}

@media(max-width:767px) {
    #myHeader {
        z-index: 999;
    }

    .navbar-nav > li > a {
        color: #fff;
    }

    .navbar-collapse {
        padding-right: 0px;
    }

    .navbar-brand {
        top: 0px;
    }

        .navbar-brand img {
            max-width: 100px;
            max-height: 60px;
        }

    #scrollUp {
        bottom: 20px;
    }
}


.contact-container {
    position: relative;
    text-align: center;
    color: white;
    height: 100px;
}

.contact-container-img {
    background-color: #000;
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #717a8f;
    margin-top: 30px;
}

.contact-text {
    padding: 40px 0px 80px 0px;
    margin-top: 30px;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    margin-left: 300px;
}

    .contact-text span {
        color: #fff;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 4px;
        text-transform: uppercase;
    }

    .contact-text h3 {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0;
        text-transform: none;
    }

.contact-text-right {
    border-width: 1px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 90%;
}

.btnquote {
    padding: 20px 40px 20px 40px;
    background-color: #668D66;
    border: none;
    font-size: 15px;
}

    .btnquote:hover {
        background-color: #fed061;
    }

.carousel-inner {
    max-height: 500px;
    margin-top: 20px;
}

    .carousel-inner > .item > img {
        width: 100%;
        height: 500px;
        opacity: 0.5;
    }

.carousel-caption {
    bottom: 42%;
    background: black;
    opacity: 0.6;
    color: white;
    padding: 15px;
    height: 150px;
    top: 36%;
}

    .carousel-caption p {
        text-align: center;
    }

@media (max-width:767px) {
    .carousel-inner {
        max-height: 730px;
        margin-top: 0px;
    }

    .contact-container {
        height: 250px;
    }

    .contact-container-img {
        width: 100%;
        height: 100%;
    }


    .contact-text {
        height: 250px;
        top: 29%;
        margin-left: 0px;
        left: 50%;
    }

        .contact-text span {
            font-size: 13px;
        }

        .contact-text h3 {
            font-size: 16px;
        }

    .contact-text-right {
        left: 50%;
        top: 80%;
    }

    .contactform-contactinfo {
        display: block;
    }

    .iconcontent {
        color: #3c3e62;
        font-size: 13px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        width: 100%;
        margin-right: 10px;
        padding: 10px;
        border-bottom: 1px solid #eee;
    }

    .iconcontent1 {
        color: #3c3e62;
        font-size: 13px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        box-shadow: 0px 0px 5px 0px #5c4f3b;
        width: 100%;
        margin-right: 10px;
        padding: 10px;
        margin-bottom: 10px;
    }


    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        height: 200px;
        max-width: 100%;
        line-height: 1;
    }

    .gallery img {
        width: 100%;
        height: 250px;
    }

    .carousel-caption {
        top: 45%;
    }
}

/*
*
* Footers
*/

.footercontent a i {
    text-align: center;
    color: #fff;
    margin: auto;
    line-height: 50px;
    font-size: 16px;
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    margin-left: 5px;
}

    .footercontent a i:hover {
        color: #000;
        background: rgb(96 91 91);
        border-radius: 50%;
    }

.footersection {
    padding: 30px 20px 0px 20px;
    overflow: hidden;
    text-align: left;
    background: #65914a;
    z-index: 1;
}

    .footersection + hr {
        margin-top: 30px;
    }

.footertitle {
    font-weight: bold;
    letter-spacing: .15em;
    color: #fbb24a;
    text-transform: uppercase;
}

.footercolwidth {
    font-size: 13px;
    line-height: 1.43;
    font-weight: 400;
    letter-spacing: .1em;
    border-right: solid 2px #fff;
}

footer .footerabout {
    color: #fff;
}

.footercolwidth li {
    margin-top: 12px;
    color: #fff;
    list-style: none;
}

    .footercolwidth li a {
        color: #fff;
    }

        .footercolwidth li a:hover {
            /* transition: .3s; */
            color: #fbb24a;
            /* color: #9a0725; */
            letter-spacing: 2px;
            text-decoration: none;
            font-weight: bold;
        }

.footermenulist {
    text-align: center;
    font-size: 13px;
    line-height: 1.43;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: -20px;
    margin-left: -20px;
}

    .footermenulist > li {
        display: inline-block;
        margin-bottom: 17px;
        width: 100%;
        text-align: left;
    }

    .footermenulist a, .footermenulist a:focus, .footermenulist a:active {
        color: #fff;
    }

        .footermenulist a:hover {
            color: #336699;
        }

* + .footercolwidth {
    margin-top: 0px;
}

* + .footermenulist {
    margin-top: 30px;
    margin-left: -38px;
}

.copyrights {
    text-align: center;
    color: #fff;
    font-size: 11px;
}

.footertop {
    background: #ff5275;
    padding: 5px;
}

    .footertop li {
        margin-top: 16px;
        color: #fff;
        list-style: none;
    }

@media (min-width: 768px) {

    .footermenulist {
        text-align: left;
    }
}

@media(max-width:767px) {
    .footercolwidth {
        border-right: none;
    }

    .productframe {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

}
/**************************************END FOOTER***************************************/

/**Button Start**/
.topbutton {
    padding-inline: 2rem;
    padding-block: 0.7rem;
    border: 2px solid #797c7f;
    text-decoration: none;
    transition: all 0.5s;
    color: #fff !important;
    margin-top: 20px;
    margin-left: 10px;
    background-color: #2d4a2b;
}

    .topbutton:hover {
        color: #fff;
        background-color: #797c7f;
        text-decoration: none;
    }

    .topbutton i {
        color: #fff;
    }

    .topbutton:hover i {
        color: #fff;
    }

.theme-btn {
    background-color: #0c527c;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    padding: 12px 30px;
    transition: all .3s ease-in-out;
    margin: 10px 0px;
    border: solid 1px #fff;
    border-radius: 50px;
}

    .theme-btn:hover {
        background-color: #000;
        color: #fff;
        border: solid 1px #fff;
    }

@media(max-width:787px) {

    .topbutton {
        display: none !important;
    }

    .theme-btn {
        font-size: 8px;
        padding: 10px 12px;
    }
}
/**Button End**/
/****************************************Slider Start*****************************************/
/****************************************Slider Start*****************************************/
.img-fluid {
    max-width: 100%;
    height: auto;
}

#myCarousel {
    border: none;
}

.owl-carousel1 .owl-dots {
    display: none;
}

.owl-carousel1 .owl-dots {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translatex(-50%);
}

    .owl-carousel1 .owl-dots .owl-dot {
        width: 20px;
        height: 20px;
        border: 2px solid #fff;
        border-radius: 20px;
        display: inline-block;
        margin: 0 3px;
        transition: .3s;
    }

        .owl-carousel1 .owl-dots .owl-dot.active {
            background: #fc6d27;
            border-color: #fc6d27;
        }


@media (min-width: 992px) {
    .navbar {
        margin-bottom: 0px;
    }
}

@media(max-width:787px) {
    .owl-carousel1 .owl-stage-outer {
        height: 200px;
    }

        /* .owl-carousel1 .owl-stage-outer .owl-item img {
            height: 250px;
        } */

    .owl-carousel1 .owl-dots .owl-dot {
        width: 22px;
        height: 5px;
    }
}

.bggray {
    background-color: #e2e2e252;
}

.bgwhite {
    background-color: #fff;
}

.single_slider {
    background-size: cover;
}

/**new slider***/
.fade-carousel {
    position: relative;
    min-height: 600px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d1573;
    opacity: 1;
}

.carousel-indicators > li {
    background: #fff;
    border-color: #fff;
    width: 20px;
    height: 20px;
}

    .carousel-indicators > li.active {
        width: 20px;
        height: 20px;
        background: #dfb858;
        border-color: #dfb858;
    }

.carousel-indicators > li {
    margin: 0 4px;
    opacity: .8;
}

.slides .slide-1 {
    background-image: url('../Images/Slider/slider-202.jpg');
    /* background-image: url('../Images/Slider/Slider11.png'); */
    background-position: center;
}

.slides .slide-2 {
    background-image: url('../Images/Slider/slider-203.jpg');
    background-position: center;
}

.slides .slide-3 {
    background-image: url('../Images/Slider/slider-205.jpg');
    background-position: center;
}

.slides .slide-1 {
    /* min-height: 505px; */
    padding: 0px 0px 70px 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-2 {
    /* min-height: 505px; */
     padding: 0px 0px 70px 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-3 {
    /* min-height: 505px; */
     padding: 0px 0px 70px 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.mgt {
    margin-top: 0 !important;
}

.fade-carousel .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .fade-carousel .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

.fade-carousel .slides .slide-1 {
    background-position: center;
}

.fade-carousel .slides .slide-2 {
    background-position: center;
}

.fade-carousel .slides .slide-3 {
    background-position: center;
}
/*****/
.content-box {
    /* position: relative;
    width: 50%;
    top: 20px;
    margin-left: 31px;
    padding: 20px;
    padding-left:0px; */
        position: relative;
    width: 50%;
    top: 20px;
    margin-left: 31px;
    margin-bottom: 45px;
    padding: 20px 20px 20px 0px;
}

    .content-box .title {
        display: block;
        font-size: 19px;
        color: #393909;
        font-weight: 500;
        margin-top: 25px;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .content-box h2 {
        display: block;
        font-size: 53px;
        line-height: 1.2em;
        color: #0c527c;
        font-weight: 700;
        /*margin-bottom: 30px;*/
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        font-family: 'Font Awesome 5 Free';
    }

        .content-box h2 span {
            color: #0c527c;
        }

    .content-box .info-list li {
        position: relative;
        display: inline-block;
        font-size: 18px;
        line-height: 26px;
        color: #ffffff;
        font-weight: 400;
        margin: 0 10px;
        text-transform: uppercase;
    }

        .content-box .info-list li .icon {
            color: #faaC1D;
            margin-right: 10px;
            float: left;
            font-size: 18px;
            line-height: 26px;
        }

.sliderbtn {
    margin-top: 50px;
}
/*****/

@media(max-width:767px) {

    .slides .slide-1 {
        min-height: 200px;
    }

    .slides .slide-2 {
        min-height: 200px;
    }

    .slides .slide-3 {
        min-height: 200px;
    }

    .slides .slide-1 .slider-container {
        margin-top: -20px;
    }

    .slides .slide-2 .slider-container {
        margin-top: -20px;
    }

    .slides .slide-3 .slider-container {
        margin-top: -20px;
    }

    .content-box {
        margin: 0px 0px;
        padding: 0px 18px;
        top: -30px;
        width: 70%;
    }

        .content-box .title {
            font-size: 5px;
            margin-top: 0px;
        }

        .content-box h2 {
            font-size: 12px;
            margin: 0px;
        }
}

.owl-carousel1 .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    bottom: 50%;
    color: #fff;
    background: none;
    z-index: 10;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    line-height: 41px;
    margin: 0px 8px;
    font-weight: 700;
    border-radius: 50px;
    display: inline-block;
    background-color: #ffffff0d;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.owl-carousel1 .owl-nav .owl-next {
    right: 2px;
    float: right;
}

    .owl-carousel1 .owl-nav .owl-prev:hover, .owl-carousel1 .owl-nav .owl-next:hover {
        color: #fff;
        background-color: #000;
    }


.owl-carousel2 .owl-nav {
    position: absolute;
    left: 0px;
    top: 40%;
    width: 100%;
}

    .owl-carousel2 .owl-nav .owl-prev, .owl-carousel2 .owl-nav .owl-next {
        position: relative;
        width: 40px;
        height: 40px;
        bottom: 50%;
        color: #fff;
        background: none;
        z-index: 10;
        font-size: 22px;
        text-align: center;
        cursor: pointer;
        line-height: 40px;
        margin: -20px 2px;
        font-weight: 700;
        border-radius: 0px;
        display: inline-block;
        background-color: #0c527c;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    }

        .owl-carousel2 .owl-nav .owl-prev:hover, .owl-carousel2 .owl-nav .owl-next:hover {
            background-color: #fff;
        }

    .owl-carousel2 .owl-nav .owl-prev {
        left: 0px;
        float: left;
        border-radius: 50px;
    }

    .owl-carousel2 .owl-nav .owl-next {
        right: 0px;
        float: right;
        border-radius: 50px;
    }

#scrollUp {
    background: #0c527c none repeat scroll 0 0;
    bottom: 90px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 45px;
    line-height: 39px;
    position: fixed;
    right: 16px;
    text-align: center;
    width: 45px;
    z-index: 9999;
    border: 2px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 50%;
}

    #scrollUp:hover {
        background: #fff none repeat scroll 0 0;
        color: #0c6db6;
    }

@media (max-width: 767px) {
    .owl-carousel1 .owl-nav {
           top: 36%;
    }

    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
        position: relative;
        width: 20px;
        height: 20px;
        bottom: 50%;
        color: #fff;
        background: none;
        z-index: 10;
        font-size: 18px;
        text-align: center;
        cursor: pointer;
        line-height: 18px;
        margin: 0px 8px;
        font-weight: 700;
        border-radius: 50px;
        display: inline-block;
        background-color: #0c527c;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    }
}
/****************************************Slider End*****************************************/
.slider-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .slider-container {
        max-width: 1200px;
    }
}

/**Main TItle and Sub-title Start**/
.Contactus img {
    width: 100%;
}

.divider {
    display: flex;
    align-items: center;
}

    .divider:before {
        display: block;
        content: "";
        border-bottom: 0;
        flex-grow: 1;
        border-top: 8px solid #2d4a2b;
        max-width: 50px;
    }

.sub-title {
    flex-grow: 1;
    margin: 0;
    margin-left: 1rem;
    font-weight: 400;
    font-size: 18px;
    color: #746f6f;
    font-family: 'Cormorant Garamond', serif;
}

.title {
    font-weight: 600 !important;
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 0.5rem;
    line-height: 1 !important;
    padding-bottom: 5px !important;
    font-family: 'Cormorant Garamond', serif;
}


.topbottom {
    padding: 40px;
}


.cta-one {
    position: relative;
    display: block;
    padding: 0 0 40px;
    z-index: 1;
}

.cta-one__content {
    position: relative;
    display: block;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    z-index: 1;
}

.cta-one__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000;
    border: 4px solid #fff;
    padding: 51px 55px 51px;
    overflow: hidden;
    z-index: 1;
}

.cta-one__left {
    position: relative;
    display: block;
}

.cta-one__title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 36px;
    letter-spacing: var(--insur-letter-spacing);
}

.cta-one__right {
    position: relative;
    display: flex;
    align-items: center;
}

.cta-one__call {
    position: relative;
    display: flex;
    align-items: center;
}

.cta-one__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}

.cta-one__call-number {
    position: relative;
    top: -1px;
    margin-left: 10px;
}

    .cta-one__call-number a {
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        letter-spacing: var(--insur-letter-spacing);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .cta-one__call-number p {
        font-size: 14px;
        color: #97a2b7;
        line-height: 18px;
        letter-spacing: var(--insur-letter-spacing);
    }

.google-map-two {
    position: relative;
    display: block;
    background-color: #fff;
    margin-top: -160px;
}

.contact-info {
    background: #d6d6d6;
    padding: 60px 30px 50px;
    text-align: center;
    min-height: 310px;
}

    .contact-info .contact-icon {
        background: #FFF7F4;
        border-radius: 50%;
        height: 100px;
        width: 100px;
        line-height: 100px;
        text-align: center;
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
    }

.contact-icon img {
    width: 50px;
    filter: grayscale(1);
}

.contact-info .contact-icon:after {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.contact-info:hover .contact-icon:after {
    left: 0;
    top: 0;
}

.contact-info .contact-details .title {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: -2px;
}

.contact-info .contact-details span {
    font-size: 14px;
    font-weight: 300;
    color: #2d2d2c;
    display: block;
    margin-bottom: 24px;
}

.contact-info .contact-details p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    color: #2d2d2c;
}

@media(max-width:767px) {
    .contact-info {
        min-height: auto;
        padding: 30px;
        border-bottom: solid 1px #000;
    }

    .cta-one__inner {
        display: inherit;
    }

    .cta-one__right {
        display: initial;
    }

    .sub-title {
        flex-shrink: initial;
    }

    .topbottom {
        padding: 20px;
    }

    .divider {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .title {
        font-size: 18px;
    }
}
/**Main TItle and Sub-title End**/

/**Quote Strat**/
.p-relative {
    position: relative;
}

.ptb120 {
    padding: 40px 0px;
}

.bg-Quote-img {
    background-image: url('../Images/Other/arrangement-with-microscope-plant.jpg');
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.bg-Banner-img {
    background-image: url('../images/bg/bg3.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.background-overlay {
    background-color: #65914a;
    /* background-color: #03121e; */
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.elementor-container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
}


.sub-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px;
}

    .sub-container h2 {
        font-weight: 700;
        font-size: 45px;
        color: #FFF;
        font-family: monospace;
    }

        .sub-container h2 span {
            color: #fbb24a;
        }

    .sub-container p {
        color: #fff;
    }

@media (max-width: 767px) {
    .sub-container h2 {
        font-size: 22px;
    }

    .sub-container {
        max-width: 767px;
        display: block;
    }
}

@media (max-width: 1024px) {
    .sub-container {
        max-width: 1027px;
        display: block;
    }
}
/**Quote End**/
/**Counter Start**/

.facts-wrapper {
    color: #fff;
    margin-right: 0px;
    margin-left: 0px;
    /* background-image: linear-gradient(to right, rgb(0 0 0 / 47%), rgb(0 0 0 / 86%)),url(assets/Images/about-us-page/vm/); */
    background-color:#65914a ;
    /* background-color: #07370a; */
}

.facts h3 {
    font-family: 'Cormorant Garamond', serif;
}

.facts {
    position: relative;
    padding: 30px 0px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .facts i {
        font-size: 36px;
        text-shadow: 1px 3px 3px rgb(0 0 0 / 30%);
    }

.countertestshowhower {
    position: relative;
}

    .countertestshowhower img {
        width: 60px;
        background-color: #fff;
        padding: 10px;
        border-radius: 50%;
        border: solid 2px #9e9a9b;
    }

.facts1bg {
    border-right: solid 1px #fff;
}

.facts2bg {
    border-right: solid 1px #fff;
}

.facts3bg {
    border-right: solid 1px #fff;
}

.facts .facts-num {
    font-size: 45px;
    padding-left: 40px;
    padding-top: 25px;
}

.tab-content ul li span {
    font-weight: bold;
}

.tab-content img {
    padding: 10px 0px;
    width: 100px;
}

/**Counter End**/
/**All page Inner Header Start**/
.bg-gray-7 {
    background-color: #f3f3f3;
}

.box-transform-wrap {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.breadcrumbs-custom {
    position: relative;
    padding: 20px 0;
    text-align: center;
}

.breadcrumbs-custom-title {
    letter-spacing: -0.02em;
    font-size: 50px;
    line-height: 1.05455;
    font-weight: 900;
    text-transform: uppercase;
}

.box-transform {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + 150px);
    height: calc(100% + 150px);
    will-change: transform;
    transform: translate3d(75px, -75px, 0) rotate(0.001deg);
    background-position: initial;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
}

    .box-transform:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgb(4 19 32) 13%, rgb(0 0 0 / 12%) 86%);
        z-index: -1;
    }

.breadcrumbs-custom-path {
    padding: 10px 0;
    margin-left: -17px;
    margin-right: -17px;
}

    .breadcrumbs-custom-path li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: .13em;
        text-transform: uppercase;
    }

    .breadcrumbs-custom-path > * {
        padding-left: 17px;
        padding-right: 17px;
    }

    .breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
        color: #777777;
    }

    .breadcrumbs-custom-path a {
        display: inline;
        vertical-align: middle;
    }

    .breadcrumbs-custom-path li i {
        margin-left: 10px;
    }

    .breadcrumbs-custom-path li.active {
        font-weight: 900;
        color: #151515;
    }

    .breadcrumbs-custom-path li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: .13em;
        text-transform: uppercase;
        padding: 5px;
    }

.context-dark {
    color: #ffffff;
}

@keyframes bgPos {
    25% {
        transform: translate3d(150px, -150px, 0) rotate(0.001deg);
    }

    75% {
        transform: translate3d(0, 0, 0) rotate(0.001deg);
    }
}


@media (min-width: 576px) {
    .breadcrumbs-custom {
        padding: 70px 0;
    }
}

@media (min-width: 768px) {
    .breadcrumbs-custom {
        padding: 80px 0;
    }

    .breadcrumbs-custom-path {
        padding: 20px 0;
    }
}

@media (min-width: 992px) {
    .breadcrumbs-custom {
        padding: 90px 0;
    }
}

/**Inner Page Header End**/

/**Contact Us Page Start**/
.top-title h3 {
    font-family: 'Cormorant Garamond', serif;
}

.contact-style1_form {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    padding: 30px 30px 30px;
}


    .contact-style1_form .top-title {
        position: relative;
        display: block;
        margin-top: -3px;
        padding-bottom: 21px;
    }

.contact-form {
    position: relative;
    display: block;
}

    .contact-form form .input-box {
        position: relative;
        display: block;
        margin-bottom: 15px;
    }

        .contact-form form .input-box .icon {
            position: absolute;
            top: 0;
            left: 20px;
            bottom: 0;
            color: #797c7f;
            font-size: 18px;
            line-height: 53px;
            width: 30px;
            z-index: 2;
        }

    .contact-form form input[type="text"], .contact-form form input[type="email"], .contact-form form textarea {
        position: relative;
        display: block;
        background: #ecf2f6;
        width: 100%;
        height: 55px;
        border: 1px solid #ecf2f6;
        color: #585858;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        padding-left: 65px;
        padding-right: 30px;
        border-radius: 27px;
        transition: all 500ms ease;
        /* font-family: var(--thm-font); */
    }
/**Contact US Page End**/

/**New Button Design Start**/

#button-6 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.button {
    display: inline-flex;
    height: 40px;
    width: 150px;
    border: 2px solid #BFC0C0;
    margin: 20px 20px 20px 20px;
    color: #BFC0C0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: .8em;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #2d4a2b;
}

#button-6:hover a {
    color: #fff;
}

#button-6 a {
    color: #fff;
    position: relative;
    transition: all .45s ease-Out;
}

#spin {
    width: 0;
    height: 0;
    opacity: 0;
    left: 70px;
    top: 20px;
    transform: rotate(0deg);
    background: none;
    position: absolute;
    transition: all .5s ease-Out;
}

#button-6:hover #spin {
       width: 200%;
    height: 500%;
    opacity: 1;
    left: -70px;
    top: -70px;
    background: #898989;
    transform: rotate(336deg);
}

/**New Button Design End**/

/**AboutUs Home Page Start**/

.Aboutus {
    position: relative;
    overflow: hidden;
    background-color: #f6f2ed;
}

.pc_about_img {
    max-width: 490px;
    width: 100%;
        margin-left: 80px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.sec-title.style-two .sec-title_heading {
    margin-top: 10px;
    color: #393909;
    font-weight: bold;
}

.icon-style {
    height: 35px;
    margin-right: 15px;
    margin-top: -15px;
}

.sec-title_text {
    line-height: 30px;
    font-size: 16px;
    margin-top: 20px;
}

.sec-title.style-two .sec-title_title {
    padding: 0px;
    border: none;
    font-size: 36px;
    color: #fbb24a;
    text-transform: capitalize;
    font-family: 'Freestyle Script';
}

@media (min-width: 1200px) {
    .sec-title.style-two .sec-title_title {
        font-size: 40px;
    }
}

.ps_about_list {
    padding: 5px 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.ps_about_list li {
    font-size: 16px;
    color: rgba(121,124,127,1);
    font-weight: 400;
    line-height: 1.2;
}

.ps_about_list ul li::before {
    content: "\2022";
    color: #393909;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-size: 22px;
}

.m-0 {
    margin: 0 !important;
}

.ps_about_btn {
    margin-top: 35px;
}

.pc_green_btn a {
    max-width: fit-content;
    background-color: #ff5275;
    color: #fff;
    border: solid 2px #ff5275;
    padding: 10px 20px;
    margin: auto;
    width: auto;
    text-align: center;
    transition: all 0.5s;
    font-weight: 500;
    display: flex;
    align-items: center;
    border-radius: 30px;
}

.Aboutus .fluid-one_iconhmp {
    position: absolute;
    right: -74px;
    bottom: 0px;
}

.Aboutus .fluid-one_icon-tophmp img {
    margin-top: -1030px;
}

.Aboutus .icon-bottomhmp {
    position: absolute;
    right: 59px;
    bottom: 0px;
    transform: rotate(39deg);
    opacity: 0.1;
}
/**AboutUs Home Page End**/


/**Why Choose Us Home Page start**/

.choose-position {
    top: -200px;
    left: 0;
    right: 0;
    margin: auto;
}

.bg-choose-us {
    /* background-image: linear-gradient(rgb(17 32 21), rgb(17 32 21 / 73%)), url(../Images/Other/high-angle-man-preparing-yerba-mate.jpg); */
        background-image: linear-gradient(#65914acf, #65914ae8), url(../Images/Other/high-angle-man-preparing-yerba-mate.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.width-base {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}

.fade-in.visible {
    opacity: 1;
}

.d-flex {
    display: flex !important;
}

.justify-content-center {
    justify-content: center !important;
}

.align-items-center {
    align-items: center !important;
}

.flex-column {
    flex-direction: column !important;
}

.icon-circle-17 {
    width: 17px;
    height: 17px;
    border: 1px solid white;
    font-size: 15px;
    color: white;
}

.fs-14 {
    font-size: 14px;
}

.c-white {
    color: white;
}

.text-silver {
    font-size: 16px;
    color: #c7c7c7;
}

.text-white {
    font-size: 16px;
    color: white;
}

.border-white {
    --bs-border-opacity: 1;
    border-color: #fff !important;
}

.border-bottom {
    border-bottom: solid 1px #fff !important;
}

.WhyChooseTheGurukul {
    margin-bottom: 40px;
}

    .WhyChooseTheGurukul .row{
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
    }

.p-5 {
    padding: 3rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.text-subtitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 1,2;
    letter-spacing: -0.8px;
}

.WhatWeOffer {
    position: relative;
    background-color: #f6f2ed;
}

.WhyChooseTheGurukul .mt-4 img {
    background-color: #fff;
    border-radius: 50px;
    padding: 5px;
}

.WhatWeOffer-one-icon_one {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 234px;
    height: 264px;
    background-repeat: no-repeat;
    -webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
    opacity: 0.8;
}

.WhatWeOffer-one-icon_two {
    position: absolute;
    right: 6%;
    bottom: 20%;
    width: 198px;
    height: 233px;
    background-repeat: no-repeat;
    opacity: 0.8;
}

.WhatWeOffer-one-icon_five {
    position: absolute;
    left: 15%;
    bottom: 8%;
    width: 74px;
    height: 85px;
    background-repeat: no-repeat;
    opacity: 0.4;
}

@media (min-width: 768px) {
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width: 992px) {
    .border-lg-right {
        border-right: 1px solid #424242;
    }

    .border-lg-left {
        border-left: 1px solid #424242;
    }

    .border-lg-bottom-0 {
        border-bottom: none !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
}

@media (max-width: 768px) {
    .text-subtitle {
        font-size: 17px;
    }
    /* .WhyChooseTheGurukul .row {
    
        display: initial!important;
   
    } */
}
/* Tablets */
@media (max-width: 991px) {
    .WhyChooseTheGurukul .row {
        --bs-gutter-x: 1rem; /* smaller horizontal spacing */
        --bs-gutter-y: 1rem; /* add vertical spacing */
        flex-direction: row;  /* still row, but wrap */
    }
}

/* Mobile */
@media (max-width: 767px) {
    .WhyChooseTheGurukul .row.row {
        flex-direction: column !important;
        --bs-gutter-x: 0.5rem !important;
        --bs-gutter-y: 1rem !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}
/**Why Choose Us Home Page End**/

/**What We Offer Home Page Start**/

.pc_service_types {
    padding-bottom: 40px;
}

.pc_service_type_box {
    margin-top: 30px;
    border: solid 2px #393909;
    padding: 10px;
}

    .pc_service_type_box img {
        width: 70px;
        height: 70px;
        object-fit: contain;
        background: #ababab;
        padding: 10px;
        border-radius: 50px;
    }

    .pc_service_type_box h5 {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.5;
        padding: 20px 0 5px;
    }

/**What We Offer Home Page Start**/

/**Course Home Page Start**/

.Course {
    position: relative;
    background-color: #f6f2ed;
}

.services-block_one {
    position: relative;
    margin-bottom: 30px;
}

.services-block_one-inner {
    position: relative;
    text-align: center;
    padding: 20px 20px 20px;
    background-color: #0c527c;
    margin: 10px;
}

    .services-block_one-inner:hover {
        background-color: #f1f1f1;
        border: solid 1px #0c527c;
        transition: 0.3s all ease-in-out;
    }

        .services-block_one-inner:hover .services-block_one-title a {
            color: #0c527c;
        }

        .services-block_one-inner:hover .services-block_one-text {
            color: #000;
        }

.services-block_one-pattern {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 107px;
    height: 102px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    filter: brightness(0.5);
    filter: drop-shadow(2px 4px 6px black);
}

.services-block_one-layer {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    height: 71px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    display: none;
}

.services-block_one-icon {
    position: relative;
    width: 76px;
    height: 76px;
    margin: 0 auto;
    display: block;
    font-size: 42px;
    line-height: 70px;
    border-radius: 50px;
    text-align: center;
    font-weight: 500;
    color: #393909;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 4px solid var(--white-color);
    background-color: #f6f2ed;
}

    .services-block_one-icon img {
        padding: 10px;
    }

.services-block_one-title {
    position: relative;
    font-weight: 600;
    margin-top: 25px;
}

    .services-block_one-title a {
        position: relative;
        color: #fff;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

.services-block_one-text {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
    color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.services-block_one-arrow {
    position: relative;
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    font-size: 20px;
    line-height: 60px;
    margin-top: 40px;
    border-radius: 50px;
    color: #393909;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: #f6f2ed;
    font-family: "flaticon_natua-icons";
    box-shadow: 0px -6px 0px #0c527c;
}

.services-block_one-inner:hover .services-block_one-arrow {
    color: #fff;
    background-color: #393909;
}

.services-block_one-inner:hover .services-block_one-arrow {
    box-shadow: 0px -6px 0px #0c527c;
}

.services-block_one-inner:hover .services-block_one-icon {
    color: #fff;
    border: solid 1px #0c527c;
    -webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}


.Course-one-icon_one {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 234px;
    height: 264px;
    background-repeat: no-repeat;
    -webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
    opacity: 0.4;
}

.Course-one-icon_two {
    position: absolute;
    right: 6%;
    bottom: 20%;
    width: 198px;
    height: 233px;
    background-repeat: no-repeat;
    opacity: 0.2;
}

.Course-one-icon_five {
    position: absolute;
    left: 15%;
    bottom: 0%;
    width: 74px;
    height: 85px;
    background-repeat: no-repeat;
    opacity: 0.4;
}


a.category-arrow-icon {
    position: absolute;
    top: 15px;
    background: #A5C32D;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    text-align: center;
    padding: 50px;
    left: 25px;
    opacity: 0;
}

.category-image-box img:hover {
    transform: rotateY(360deg);
}

.category-image-box:hover a.category-arrow-icon {
    opacity: 78%;
}

.category-image-box {
    padding: 5px;
}

    .category-image-box img {
        width: 145px !important;
        height: 140px;
        object-fit: cover;
        border-radius: 50%;
    }

@media screen and (min-width: 1366px) and (max-width: 1439px) {
    a.category-arrow-icon {
        position: absolute;
        top: 16px;
        background: #A5C32D;
        color: #fff;
        border-radius: 50px;
        font-size: 16px;
        text-align: center;
        padding: 48px;
        left: 19px;
        opacity: 0;
    }

    .category-image-box img {
        width: 100% !important;
        object-fit: cover;
        border-radius: 50%;
        margin: 0 auto;
    }
}

.category-image-box h5 {
    color: #5F5F5F;
    font-size: 15px;
    line-height: 1.2;
}

    .category-image-box h5 a {
        color: #5F5F5F;
    }
/**Course Home Page Start**/

@media only screen and (min-width: 1200px) {
    .align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: flex;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    #categories .btn-icon {
        position: absolute;
        top: unset !important;
        left: 0px;
        right: 3px;
        bottom: 70% !important;
        background-repeat: no-repeat;
        opacity: 0;
    }
}

@media screen and (max-width: 767px) {
    .category-image-box {
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
    .category-image-box {
        width: fit-content !important;
    }
}
/**JoinUs Start**/

.cta-section .cta-thumb {
    background-color: #fff;
    border: solid 2px #e7a200;
    /* margin-top: -30px; */
}

.cta-section {
    position: relative;
}

.cta-wrapper.style1 {
    position: relative;
   background-color: #f6f2ed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .cta-wrapper.style1 .shape1 {
        position: absolute;
        top: 0;
        left: 0;
    }

    .cta-wrapper.style1 .shape2 {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .cta-wrapper.style1 .shape3 {
        position: absolute;
        bottom: 0;
        right: 0;
    }

.banner-sec-main-box {  
    text-align: center;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 7%);
    padding: 22px 22px 36px;
    border-radius: 100px;
    /* background-image: linear-gradient(to right, rgb(0 0 0 / 47%), rgb(0 0 0 / 86%)),url(assets/Images/about-us-page/vm/); */
    /* background-color: #07370a; */
    background-color: #65914a;
    position: relative;
    z-index: 10;
}
.banner-sec-sub-box{
      display: flex;
}

#banner-Sec .natural-banner {
    display: flex;
    background-color: #F5F5F7;
    width: 375px;
      height: 143px;
    padding: 20px;
    border-radius: 100px;
    padding-left: 45px;
    box-shadow: 0px 4px 4px 0px #00000040;
}


#banner-Sec .banner-button-box-three {
    position: absolute;
    bottom: 12px;
    margin: 0 auto;
    right: 40%;
    opacity: 0;
}

#banner-Sec .natural-banner h2 {
    font-size: 14px;
    color: #000;
    margin: 0;
    width: 55%;
    text-transform: uppercase;
        padding-top: 35px;
}

.banner-ayu-image {
    width: 136px;
    height: 134px;
}

#banner-Sec .banner-button-box-three {
    position: absolute;
    bottom: 12px;
    margin: 0 auto;
    right: 40%;
    opacity: 0;
}

#banner-Sec .banner-button-three {
    background-color: #A5C32D;
    padding: 12px;
    border-radius: 50%;
}
.banner-ayu-image img{
    width:100px;
    border: solid 3px #2d4a2b;
    padding: 10px;
    border-radius: 50px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-sec-head-content-box {
        padding-left: 10px;
        padding-right: 10px;
    }

    .banner-ayu-image {
        width: 100px;
        height: 134px;
        padding: 5px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    #banner-Sec .natural-banner {
        display: flex;
        background-color: #F5F5F7;
        width: auto;
           height: 110px;
        padding: unset;
        border-radius: 100px;
        padding-left: 45px;
        box-shadow: 0px 4px 4px 0px #00000040;
        margin-top: 10px;
    }

        /* #banner-Sec .natural-banner h2 {
            font-size: 8px;
        } */

    .banner-sec-main-box {
       
            margin-top: -15px;
    }
    .banner-sec-sub-box {
     display: grid;
    }
    .banner-ayu-image img{
           width: 100px;
    }
}




/* ===========================  ======================= */
/* =========================== ALL PAGE HEADER ======================= */

.ayur-bread-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0px 100px 100px;
}

.ayur-bread-content {
    text-align: left;
}

.ayur-bread-content h2 {
    font-size: 33px;
    font-weight: 700;
    color: #fff;
    padding: 0 0 8px;
    text-transform: capitalize;
}

.ayur-bread-list {
    color: #fff;
    display: inline-flex
;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 10px;
    font-size: 18px;
}

/* ========================== About - us Page Styling ====================== */
.icon-style{
    height: 35px;
    margin-right: 15px;
    margin-top: -15px;
}

/* --------- About - us --------- */
.about-one {
    position: relative;
    padding: 70px 100px 50px;
    background-color: #f6f2ed;
}

.about-one-icon_one {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 234px;
    height: 264px;
    background-repeat: no-repeat;
    -webkit-animation: icon-bounce 0.8s 
ease-out infinite;
    animation: icon-bounce 0.8s 
ease-out infinite;
opacity: 0.4;
}

.about-one-icon_two {
    position: absolute;
    right: 6%;
    bottom: 20%;
    width: 198px;
    height: 233px;
    background-repeat: no-repeat;
    opacity: 0.2;
}

.about-one-icon_five {
    position: absolute;
    left: 15%;
    bottom: 8%;
    width: 74px;
    height: 85px;
    background-repeat: no-repeat;
    opacity: 0.4;
}


@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.about-one_image-column {
    position: relative;
    margin-bottom: 30px;
}

.about-one_image-inner {
    position: relative;
    padding-bottom: 70px;
}
.about-one-icon_three {
    position: absolute;
    right: 70px;
    top: -10px;
    width: 93px;
    height: 70px;
}

.about-one-icon_four {
    position: absolute;
    right: 60px;
    top: 80px;
    width: 103px;
    height: 118px;
}

.about-one_image {
    display: inline-block;
}

.about-one_image-two {
    display: inline-block;
    border: 5px solid #fbb24a;
    margin-left: -50px;
    margin-top: -200px;
    padding: 2px;
}

.about-one_counter span {
    position: relative;
    font-weight: 600;
    font-size: 45px;
    font-family: "Outfit", sans-serif;
}

.sec-title
 {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

.sec-title.style-two .sec-title_title {
        padding: 0px;
    border: none;
    font-size: 36px;
    color: #fbb24a;
    text-transform: capitalize;
    font-family: 'Freestyle Script';
}

.sec-title.style-two .sec-title_heading
 {
    margin-top: 10px;
    color: #393909;
    font-weight: bold;
}

.sec-title_text {
    line-height: 30px;
    font-size: 16px;
    margin-top: 20px;
}

.feature-block_seven {
    position: relative;
    margin-bottom: 25px;
}

.feature-block_seven-inner
 {
    position: relative;
    font-size: 16px;
    min-height: 90px;
    padding-left: 110px;
    color: #000;
}

.feature-block_seven:nth-child(2) .feature-block_seven-icon {
    font-size: 60px;
        background-color: #aebaa8;
}

.feature-block_seven-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 50px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--white-color);
    background-color: var(--main-color);
    font-family: "flaticon_natua-icons";
    transition: all 500ms 
ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms 
ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.feature-block_seven-title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #07370a;
    font-family: "DM Sans", sans-serif;
}

.feature-block_seven {
    position: relative;
    margin-bottom: 25px;
}

.feature-block_seven-inner:hover .feature-block_seven-icon {
    transform: rotateY(180deg);
    background-color: #000;
}

.about-one_image img{
   height: 450px;
    border: 3px solid #393909;
    padding: 10px;
}

.about-one_image-two img{
        height: 300px;
}

.feature-block_seven {
    margin-bottom: 40px;
    margin-top: -20px;
}

.feature-block_seven-inner {
    display: flex;
    align-items: center;
    gap: 15px;
}

.feature-block_seven-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px; 
    background: #aebaa8;
}

.feature-block_seven-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.feature-block_seven-content {
    flex: 1;
}

.feature-block_seven-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
/* ----------- Large Screens (Desktops >1200px) ----------- */
@media (min-width: 1200px) {
    .about-one {
        padding: 80px 120px 60px;
    }

    .sec-title.style-two .sec-title_title {
        font-size: 40px;
    }

    .feature-block_seven-title {
        font-size: 20px;
    }
}

/* ----------- Laptops / Small Desktops (992px – 1199px) ----------- */
@media (max-width: 1199px) {
    .about-one {
        padding: 60px 80px 40px;
    }

    .about-one_image img {
        height: 380px;
    }

    .about-one_image-two img {
        height: 250px;
    }

    .sec-title.style-two .sec-title_title {
        font-size: 32px;
    }

    .feature-block_seven-title {
        font-size: 17px;
    }
}

/* ----------- Tablets (768px – 991px) ----------- */
@media (max-width: 991px) {
    .about-one {
        padding: 50px 40px 40px;
    }

    .about-one_image img {
        height: 300px;
    }

    .about-one_image-two {
        margin-left: -20px;
        margin-top: -100px;
    }

    .sec-title.style-two .sec-title_title {
        font-size: 28px;
    }

    .sec-title.style-two .sec-title_heading {
        font-size: 20px;
    }

    .feature-block_seven {
        margin-bottom: 25px;
    }

    .feature-block_seven-inner {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 0;
    }

    .feature-block_seven-icon {
        margin-bottom: 10px;
    }
}

/* ----------- Mobile (576px – 767px) ----------- */
@media (max-width: 767px) {
    .about-one {
        padding: 40px 20px 30px;
    }

    .about-one_image img {
        height: auto;
        max-width: 60%;
        margin-bottom: -60%;
    }

    .about-one_image-two {
        margin-left: 41%;
        margin-top: 20px;
    }

    .feature-block_seven-content
 {
    margin-left: 23%;
}
    .sec-title.style-two .sec-title_title {
        font-size: 24px;
    }

    .sec-title.style-two .sec-title_heading {
        font-size: 18px;
    }

    .feature-block_seven-icon {
        width: 60px;
        height: 60px;
                margin-top: 4%;
    }

    .feature-block_seven-icon img {
        width: 40px;
        height: 40px;
    }

    .feature-block_seven-title {
        font-size: 16px;
    }
}

/* ----------- Extra Small Mobile (<575px) ----------- */
@media (max-width: 575px) {
    .about-one {
        padding: 30px 15px;
    }

    .about-one_image-inner {
        padding-bottom: 40px;
    }

    .sec-title.style-two .sec-title_title {
        font-size: 20px;
    }

    .sec-title_text {
        font-size: 14px;
        line-height: 24px;
    }

    .feature-block_seven-inner {
        gap: 10px;
    }

    .feature-block_seven-title {
        font-size: 15px;
    }
}


/* ---------------- Vision - mission ------- */

.services-three {
    position: relative;
       padding: 70px 100px 50px 100px;
        background-color: #07370a;
}

.services-three_icon {
    position: absolute;
    left: 70px;
    bottom: 0px;
    opacity: 0.1;
}

.services-three_icon-two {
    position: absolute;
    right: 70px;
    top: 30%;
}

.services-block_three {
    position: relative;
    margin-bottom: 30px;
}

.services-block_three-inner {
    position: relative;
    text-align: center;
    padding: 20px 5px 30px;
    background-color: #f6f2ed;
    border-bottom: 3px dashed #a0a051;
        height: 270px;

}

.media-icon img{
height: 40px;
    margin-top: 20px;
    filter: invert(1);
}

.services-block_three-inner:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 2px;
    right: 0px;
    height: 3px;
    transition: all 500ms 
ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms 
ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-top: 3px dashed #a0a051;
}

.services-block_three-vector {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 62px;
    height: 53px;
    z-index: 1;
    background-repeat: no-repeat;
}

.services-block_three-pattern {
    position: absolute;
    left: 0px;
    top: 30px;
    right: 0px;
    height: 73px;
    transition: all 500ms 
ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms 
ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


.services-block_three-icon {
    position: relative;
    margin: 0 auto;
    display: block;
    font-size: 66px;
    line-height: 1em;
    color: #a0a051;
    transition: all 500ms 
ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms 
ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: "flaticon_natua-icons";
}

.services-block_three-title {
    position: relative;
    font-weight: 600;
    margin-top: 20px;
    padding: 0px 15px;
}

.services-block_three-title a {
    position: relative;
    font-size: 22px;
    color: #07370a;
    transition: all 500ms 
ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms 
ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.services-block_three-text {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    margin-top: 15px;
    padding: 0px 15px;
    color: #7e7e64;
    transition: all 500ms 
ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms 
ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.vm-icon{
    background-color: #aebaa8;
    padding: 14px;
    border-radius: 50%;
}

@media (max-width: 1200px) {
    .services-three {
        padding: 60px 60px 40px 60px;
    }

    .services-three_icon {
        left: 40px;
        width: 120px;
    }

    .services-three_icon-two {
        right: 40px;
    }
}

@media (max-width: 991px) {
    .services-three {
        padding: 50px 40px 40px 40px;
    }

    .services-block_three-inner {
        padding: 20px 10px 25px;
    }

    .services-block_three-title a {
        font-size: 20px;
    }

    .services-block_three-text {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .services-three {
        padding: 40px 20px;
    }

    .services-three_icon,
    .services-three_icon-two {
        display: none; 
    }

    .services-block_three {
        margin-bottom: 25px;
    }

    .services-block_three-inner {
        padding: 18px 10px 22px;
    }

    .services-block_three-title a {
        font-size: 18px;
    }

    .services-block_three-icon {
        font-size: 52px;
    }
}

@media (max-width: 575px) {
    .services-three {
        padding: 30px 15px;
    }

    .services-block_three-inner {
        padding: 15px 8px 20px;
    }

    .services-block_three-title a {
        font-size: 16px;
    }

    .services-block_three-text {
        font-size: 13px;
        line-height: 22px;
    }

    .services-block_three-icon {
        font-size: 46px;
    }

    .vm-icon {
        padding: 10px;
    }
}



/* ------------- Why - us ------------ */

.fluid-one_icon {
    position: absolute;
    right: -50px;
    bottom: 0px;
}

.fluid-one_icon-two {
    position: absolute;
    right: 0px;
    top: -10px;
}

  .fluid-one {
    position: relative;
    overflow: hidden;
    background-color: #f6f2ed;
        padding: 0px 70px;
}

.fluid-one .right-box {
    position: relative;
    float: left; 
    padding: 130px 50px 10px 50px;
    z-index: 2;
}

.fluid-one .right-box_inner {
    position: relative;
    max-width: 650px;
}

.feature-block_two {
    position: relative;
    margin-bottom: 30px;
}

.feature-block_two-inner {
    position: relative;
    padding: 15px 20px 15px 0px;
}

.feature-block_two-inner:before {
    position: absolute;
    content: '';
    left: 20px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #dedede;
}

.feature-block_two-content {
   position: relative;
    padding-top: 10px;
    font-size: 16px;
    min-height: 92px;
    padding-left: 114px;
    color: #000;
}

.feature-block_two-icon {
        position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    border-radius: 150px;
    line-height: 80px;
    color: #fff;
    background-color: #aebaa8;
    border: 6px solid #fff;
    border: 6px solid #fff;
}

.feature-block_two-inner:after {
    position: absolute;
    content: '';
    right: -28px;
    top: 35px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    background-color: #f6f2ed;
}

.fluid-one_content h5 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.fluid-one_content p {
    font-size: 14px;
    color: #555;
}

.left-box{
    padding: 100px 0px;
}

@media (max-width: 992px) {
    .fluid-one .right-box, .fluid-one .left-box {
        width: 100%;
        float: none;
        position: relative;
        border-left: none;
        border-right: none;
        padding: 40px 20px;
    }
    .fluid-one_icon {
        right: 10px;
        bottom: 10px;
    }
    .fluid-one_image img {
        width: 100%;
    }
}

.fluid-one_image-1 img{
       position: absolute;
    width: 400px;
    margin-bottom: -230px;
    margin-left: 150px;
    border-radius: 10%;
    z-index: 4;
    border: 2px solid green;
    padding: 10px;
}

.fluid-one_image-2 img{
    height: 350px;
    position: relative;
    width: 350px;
    margin-top: 223px;
    border: 2px solid #000;
    border-radius: 50%;
    z-index: 4;
}

.fluid-one_icon-top img{
    margin-top: -1300px;
}

.icon-bottom{
        position: absolute;
    right: 59px;
    bottom: 0px;
    transform: rotate(39deg);
    opacity: 0.4;
}

@media (max-width: 1200px) {
    .fluid-one {
        padding: 0px 40px;
    }
    .fluid-one_image-1 img {
        width: 300px;
        margin-left: 50px;
        margin-bottom: -150px;
    }
    .fluid-one_image-2 img {
        width: 280px;
        height: 280px;
        margin-top: 150px;
    }
    .icon-bottom {
        right: 20px;
        bottom: 10px;
        transform: rotate(30deg);
    }
}

@media (max-width: 992px) {
    .fluid-one {
        padding: 20px;
    }
    .fluid-one .right-box, 
    .fluid-one .left-box {
        width: 100%;
        float: none;
        padding: 30px 15px;
        text-align: center;
    }
    .fluid-one_image-1 img {
        position: relative;
        width: 250px;
        margin: 0 auto 20px;
        display: block;
        margin-top: -12%;
    }
        .fluid-one_image-2 img {
        width: 220px;
        height: 220px;
        display: block;
        margin-top: -50%;
    }
    .fluid-one_icon,
    .icon-bottom,
    .fluid-one_icon-top {
        display: none; 
    }
}

@media (max-width: 576px) {
    .fluid-one {
        padding: 15px;
    }
    .fluid-one_content h5 {
        font-size: 16px;
    }
    .fluid-one_content p {
        font-size: 13px;
    }
    .feature-block_two-content {
        padding-left: 80px;
        font-size: 14px;
    }
    .feature-block_two-icon {
        width: 70px;
        height: 70px;
        line-height: 60px;
        font-size: 22px;
    }
}






/* ======================== CONTACT US PAGE STYLING ================== */

.media-style1 {
    display: flex
;
    padding-bottom: 30px;
    border-bottom: 3px solid rgb(174 186 168 / 43%);
    transition: all 0.5s 
ease;
}

.media-style1 .media-icon {
        width: 80px;
    height: 80px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    background-color: #aebaa8;
}


.media-style1 .media-body .media-title {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
}

.contact-img{
   width: 80%;
    border: 2px solid #fbb24a;
    padding: 5px;
}

.media-style1 .media-body .media-info {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

.media-style1 .media-body .media-info a {
    color: #fff;
}

.contact-three .inner-container {
    position: relative;
    margin-top: -130px;
    padding: 90px 190px 90px;
    background-color: #f9ede0;
}

.contact-three_form-column {
    position: relative;
    margin-bottom: 30px;
}

.contact-form .form-group label {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #393909;
}

.contact-form .form-group input[type="text"], .contact-form .form-group input[type="password"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="email"], .contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px 10px 25px;
    height: 60px;
    border-radius: 0px;
    font-weight: 500;
    font-size: 15px;
    color:#fff;
    -webkit-transition: all 300ms 
ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms 
ease;
    background-color: var(--white-color);
    border: 1px solid #ecdfdb;
}

.inner-container {
    
    padding: 100px 100px 0px 100px;
}

.contact-three_title-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.contact-three_title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

.contact-three_text {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}

.contact-three_support img {
    max-width: 100%;
    height: auto;
    border-radius: 8px; 
}

.contact-three_form-form_outer {
    background: #fff;
    padding: 55px 30px 30px 0px;
    border-radius: 10px;
}

.contact-form label {
    font-weight: 500;
    color: #333;
    display: block;
    margin-bottom: 6px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 6px rgba(0,123,255,0.2);
}

.contact-form textarea {
    min-height: 120px;
    resize: vertical;
}

.theme-btn.btn-style-one {
    background: #393909;
    color: #fff;
    padding: 12px 28px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.theme-btn.btn-style-one:hover {
    background: #fbb24a;
}

.map-box{
    padding:0px 0px 20px 0px;
}

@media (max-width: 991px) {
    .contact-three_title-column {
        text-align: center;
        margin-bottom: 30px;
    }
}


.footer-top{
        margin: 100px 100px 0px 100px;
        padding: 50px;
}

@media (max-width: 1200px) {
    .contact-three .inner-container {
        padding: 70px 120px;
    }
    .footer-top {
        margin: 60px 50px 0;
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .contact-three .inner-container {
        padding: 50px 40px;
        margin-top: -80px;
    }

    .contact-three_title-column {
        text-align: center;
        margin-bottom: 25px;
    }

    .contact-three_form-form_outer {
        padding: 40px 20px;
    }

    .footer-top {
        margin: 40px 30px 0;
        padding: 30px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .media-style1 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 20px;
                margin-bottom: 20px;
    }

    .media-style1 .media-icon {
        margin: 0 0 15px 0;
    }

    .contact-three .inner-container {
        padding: 40px 20px;
        margin-top: -50px;
    }

    .contact-three_form-form_outer {
        padding: 30px 15px;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 14px;
    }

    .contact-three_title {
        font-size: 22px;
    }

    .footer-top {
        margin: 30px 15px 0;
        padding: 20px;
    }
    .inner-container {
    padding:  50px 0px 0px 0px;
}
.contact-form {
    position: relative;
    display: block;
    padding-left: 41px;
}
}

@media (max-width: 480px) {
    .media-style1 .media-icon {
        line-height: 60px;
    }

    .contact-three_title {
        font-size: 20px;
    }

    .contact-three_text {
        font-size: 14px;
    }

    .theme-btn.btn-style-one {
        padding: 12px;
    }

    .footer-top {
        margin: 20px 10px 0;
        padding: 15px;
    }
} 
.contact-three_form-form_outer {
    background: #fff;
    padding: 55px 30px 30px 0px;
    border-radius: 10px;
}

.contact-form .form-group label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #393909;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    background-color: #fff !important;  
    color: #000 !important;           
    caret-color: #000 !important;     
    transition: all 0.3s ease;
    position: relative;
    z-index: 10;                    
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 6px rgba(0,123,255,0.2);
}

/* .contact-form textarea {
    min-height: 120px;
    resize: vertical;
} */

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #888 !important;
}

.theme-btn.btn-style-one {
    background: #393909;
    color: #fff;
    padding: 12px 28px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    border-radius: 0px;
}

.theme-btn.btn-style-one:hover {
    background: #fbb24a;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
    padding: 12px 15px;
    font-size: 15px;
    font-weight: 500;
    background-color: #fff !important;
    color: #000 !important;
}



/* ================= COURSE ============== */

.course-row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap; 
      padding: 0px 100px 50px 100px;
}

.course-box {
  flex: 1 1 calc(50% - 30px);
  min-width: 320px;
}

.feature-products-content-outer-box {
  border: 1px solid #E0E0E0;
  padding: 20px;
  border-radius: 12px;
}
.feature-products-content-outer-box:hover {
  border: 1px solid #E0E0E0;
  padding: 20px;
  border-radius: 12px;
  background: #07370a3b;
}

.feature-product-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.feature-products-img-box img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
      border: 2px solid #393909;
}

.product-custom-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}

.feature-product-box h5 {
  font: 600 20px/24px var(--pri-font, Arial, sans-serif);
  color: #07370a;
  margin: 0;
}

.feature-products-content-outer-box img{
  transition: transform 0.3s ease-in-out;
}

.feature-products-content-outer-box:hover img{
  transform: scale(1.05); 
}

@media(max-width:767px){
    .course-row {
    display: flex
;
    gap: 30px;
    flex-wrap: wrap;
    padding: 20px;
}

.feature-products-img-box img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #393909;
}

.feature-product-box
 {
    display: flex
;
    align-items: center;
    gap: 10px;
}
}





/* ================== LIBRARY ============== */
.service-layout2{
    padding: 50px 100px;
}

.service-style2{
    padding: 30px 0px;
}
.service-layout2 .service-list ul {
    padding: 0;
    margin: 0;
}

.service-layout2 .service-list ul li:not(:last-child) {
    margin-bottom: 10px;
}

.service-layout2 .service-list ul li {
    list-style: none;
}

.service-layout2 .service-list ul li .vs-btn {
    /* width: 100%;
    position: relative;
    text-align: left;
    padding: 19px 30px;
    font-size: 16px; */
    /* font-size: 22px; */
    /* margin-bottom: 10px;
    color: #000; */
        width: 100%;
    position: relative;
    text-align: left;
    padding: 19px 50px 19px 30px;
    font-size: 16px;
    /* font-size: 22px; */
    margin-bottom: 10px;
    color: #000;
    line-height: 1.4;
}
.service-layout2 .service-list ul li .vs-btn:hover {
   width: 100%;
    position: relative;
    text-align: left;
    padding: 19px 30px;
    /* font-size: 22px; */
    margin-bottom: 10px;
    color: #ffffff;
    background-color: #fbb24a;
    text-decoration: none;
}
.vs-btn {
    display: inline-block;
    border: none;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #393909;
    background-color: transparent;
    line-height: 1;
    padding: 18px 30px;
    border-radius: 999px;
    transition: all 0.5s ease;
}

.service-layout2 .service-list ul li .vs-btn i {
    position: absolute;
    right: 5px;
    width: 48px;
    height: 48px;
    line-height: 54px;
    background-color: #aebaa8;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #000;
    font-size: 20px;
}


.service-layout2 .service-img img {
   height: 440px;
    border: 2px solid #fbb24a;
    padding: 5px;
}

.service-list-top{
        margin-top: -20px;
}

@media(max-width:767px){
    .service-layout2 {
    padding: 30px 20px 20px 20px;
}
.service-style2 {
    padding:  0px;
}
}

@media (max-width: 767px) {
  .service-layout2 .row.gx-5.align-items-center {
    display: flex;
    flex-direction: column;
  }

  .service-layout2 .service-img-col {
    order: -1;
    margin-bottom: 20px;
  }

  .service-layout2 .service-img img {

        height: auto;
        max-height: 320px;
        object-fit: contain;
        margin: 0 auto;
        display: block;
    }

    .service-layout2 .service-list ul li .vs-btn {
            /* width: 350px;
    position: relative;
    text-align: left;
    padding: 19px 30px;
    font-size: 18px;
    margin-bottom: 10px;
    color: #000; */
            width: 330px;
        position: relative;
        text-align: left;
        padding: 19px 30px;
        font-size: 15px;
        margin-bottom: 10px;
        color: #000;
}
}

@media(max-width:767px){
    .map-box{
        margin: -10px 50px;
    }

    .width-base {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.cta-wrapper.style1 {
    position: relative;
    background-color: #f6f2ed;
    padding-top: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-sec-main-box {
    border-radius: 10px;
}
}


/* -------- Enquiry Form --------- */

 .enq-from-box{
        margin: 10px 100px;
    background: #aebaa8;
        padding: 30px 0px 10px 0px;
    border-radius: 20px;
        margin-bottom: 50px;
} 

.enquiry-form-label{
        font-weight: 500;
    color: #333;
    display: block;
    margin-bottom: 6px;
    text-align: left;
    font-size: 19px;
}


.enq-btn{
    background-color: #0c527c;
    color: #fff;
    padding: 6px 49px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}



@media(max-width:767px){
    .enq-from-box {
    margin: 10px;
    background: #aebaa8;
    padding: 10px 20px 2px 0px;
    border-radius: 20px;
    margin-bottom: 50px;
}
}

.enq-btn:hover{
    background-color: #000000;
    color: #fff;
    padding: 6px 49px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}



.lib-heading{
        color: #535353;
    font-weight: bold;
    padding-bottom: 20px;
    padding-left: 20px;
        font-size: 23px;

}

.vs-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 8px;                
  border: 1px solid #ccc;  
  padding: 6px 10px;
  max-width: 400px;       
}

.vs-btn img {
  width: 32px;             
  height: auto;
  flex-shrink: 0;          
}

.vs-btn span {
  flex: 1;                 
  min-width: 0;            
  white-space: nowrap;     
  overflow: hidden;       
  text-overflow: ellipsis; 
  text-align: left;       
}

.vs-btn i {
  flex-shrink: 0;        
}


/* -------- Mentors --------- */

.team-section-1 {
    padding: 50px 100px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.teams-card {
    border-radius: 500px 500px 10px 10px;
    border: 1px solid rgba(18, 18, 18, .1);
    background: #FFF;
    padding: 10px;
    transition: all .45s;
}
.teams-card .team-imge {
    position: relative;
    border-radius: 500px 500px 0 0;
    transition: all .45s;
    overflow: hidden;
        height: 237px;
}
.teams-card .team-imge img {
    width: 100%;
    transition: all .45s;
    height: auto;
}
.teams-card .team-imge .social-area {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 20px;
    gap: 22px;
    border-radius: 500px 500px 0 0;
    background: linear-gradient(180deg, rgba(11, 12, 12, 0) 17.78%, #0B0C0C 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10%;
    width: 100%;
    transition: all .45s;
    opacity: 0;
}
.teams-card:hover .team-imge .social-area {
    border-radius: 10px 10px 0 0;
    opacity: 1;
    height: 100%
}
.teams-card .team-imge .social-area li {
    line-height: 1;
    transform: translateY(0px);
    position: relative;
}
.teams-card .team-imge .social-area li a {
    color: #FFF;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    transition: .35s;
}
.teams-card:hover .team-imge .social-area li {
    transform: translateY(-10px);
    transition: all .35s ease-in-out;
}
.teams-card .team-imge .social-area li a:hover {
    color: #0d8ec596;
    transition: all .5s ease-in-out;
}
.teams-card:hover .team-imge .social-area li:nth-child(1n) {
    transition-delay: .2s
}
.teams-card:hover .team-imge .social-area li:nth-child(2n) {
    transition-delay: .3s
}
.teams-card:hover .team-imge .social-area li:nth-child(3n) {
    transition-delay: .4s
}
.teams-card:hover .team-imge .social-area li:nth-child(4n) {
    transition-delay: .5s
}
.teams-card .team-content-17 {
    line-height: 1;
    padding: 15px 0;
}
.team-content-17 a {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    margin-bottom: 8px !important;
    margin: 0;
    color: #000;
    transition: all .35s ease-in;
}
.team-content-17 span {
    font-size: 16px;
    font-weight: 400;
    color: #606060;
    line-height: 20px;
}
.teams-card:hover {
    border-radius: 10px
}
.teams-card:hover .team-imge {
    border-radius: 10px
}
.teams-card:hover .team-imge img {
    border-radius: 10px 10px 0 0
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination {
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    position: relative !important;
    margin-top: 20px;
}

.course-box-container{
    padding-top: 50px;
}

@media(max-width:767px){
    .team-section-1 {
    padding: 20px;
}

.teams-card .team-imge {
    position: relative;
    border-radius: 500px 500px 0 0;
    transition: all .45s;
    overflow: hidden;
    height: auto;
}

.course-box-container{
    padding-top: 20px;
}
}


/* General Styles */
/* Default Desktop - text left, image right */
.JoinUs .row.align-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap; /* keep text and image in one row */
}

.JoinUs .col-md-8 {
  order: 1; /* text first */
}

.JoinUs .col-md-4 {
  order: 2; /* image second */
  text-align: right;
}

/* Tablets (768px - 991px) */
@media (max-width: 991px) {
  .JoinUs .row.align-center {
    flex-wrap: wrap; /* allow wrapping if necessary */
  }

  .JoinUs .col-md-8, .JoinUs .col-md-4 {
    width: 100%; /* full width */
  }

  .JoinUs .col-md-4 {
    text-align: right; /* image stays right */
    margin-bottom: 20px;
  }

  .JoinUs .col-md-8 {
    text-align: left;
  }

  .JoinUs .cta-thumb img {
    width: 60%; /* smaller image */
    max-width: 200px;
    height: auto;
  }
}

/* Mobile Devices (up to 767px) */
@media (max-width: 767px) {
  .JoinUs .row.align-center {
    flex-wrap: wrap;
  }

  .JoinUs .col-md-8, .JoinUs .col-md-4 {
    width: 100%;
  }

  .JoinUs .col-md-4 {
    text-align: right; /* image still right */
    margin-bottom: 15px;
  }

  .JoinUs .col-md-8 {
    text-align: left;
    margin-bottom: 10px;
  }

  .JoinUs .cta-thumb img {
    width: 70%;
    max-width: 180px;
    height: auto;
  }

  .cta-section .cta-thumb {
    background-color: #fff;
    border: solid 2px #e7a200;
    margin-top: -48%;
    margin-left: 45%;
    width: 50%;
}

    .JoinUs .cta-thumb img {
        width: 100%;
        max-width: 180px;
        height: auto;
        /* matgin-top: -104px; */
    }
}

@media(max-width:767px){
    .pc_about_img {
    max-width: 490px;
    width: 100%;
    margin-left: 0px;
}
}
/* ===== FIX MOBILE MENU VISIBILITY ===== */

@media (max-width: 767px) {

    .navbar-collapse {
        height: 0;
        overflow: hidden;
    }

    .navbar-collapse.in {
        height: auto !important;
        overflow: visible !important;
    }
}
