﻿

body {
    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;

}

.top-container {
    background-color: #000;
    padding: 10px 10px 15px 20px;
    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 34px;
}

.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 !important;
    top: 0;
    width: 100%;
    background-color: #fff;
    height: 93px;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.15);
}

.sticky-opacity .navbar-nav>li>a {
        color: black;
    text-align: center;
    padding: 22px 12px 15px 12px;
    text-decoration: none;
    font-size: 13px;
    line-height: 25px;
    margin-top: 11px;
    margin-bottom: -5px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    font-family: sans-serif;
    /* color: black;
    text-align: center;
    padding: 22px 12px 15px 12px;
    text-decoration: none;
    font-size: 13px;
    line-height: 25px;
    margin-top: 11px;
    margin-bottom: -5px;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase; */
    
}

.sticky-opacity .navbar-brand img {
    max-width: 100%;
    max-height: 85px;
    transition: 0.5s all ease-in-out;
    margin: -10px 0px 0px 0px;
}

@media(max-width:767px){
    .sticky-opacity .navbar-brand img {
        max-width: 100%;
    max-height: 55px;
    transition: 0.5s all ease-in-out;
    margin: 10px 0px 0px 10px;
}
}

.sticky-opacity .navbar-nav>li>a:hover {
    color: #fff;
}

.sticky-opacity .navbar-nav {
    margin-top: 0;
    margin-left: 25%;
    margin-right: 5%;
}

.sticky-opacity #menu:before {
    border-bottom: 0px solid #fff;
}

.sticky+.content {
    padding-top: 102px;
}

#navbar {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100px;
    width: 100vw;
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
}

.nav-padding {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 0px;
    padding-top: 4px;
    margin-left: 0px;
    margin-right: 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: 22px 12px 15px 12px;
    text-decoration: none;
    font-size: 13px;
    line-height: 25px;
    margin-top: 11px;
    margin-bottom: -5px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
        font-family: sans-serif;
}


.navbar-nav>li>a:hover {
    background-color: #F7AB18 ;
    color: #fff;
}


.navbar-nav>li>a:active {
    color: #fff;
    background-color: #797c7f;
}

.navbar-nav {
    margin-left: 20%;
    margin-top: 3px;
    margin-right: 5%;
}

.contact-details-box span{
        font-family: sans-serif;
}

@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 10px 50px;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    margin-left: 10px;
}

.navbar-brand img {
    transition: 0.4s;
    max-width: 100%;
    max-height: 100%;
    padding: 7px;
    /* margin-bottom: -18px; */
    margin-top: -9%;
    border-radius: 5px;
    height: 94px;
    transition: 0.5s all ease-in-out;
}

#navbar-right {
    float: right;
}

#myHeader {
    height: 50px;
    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: #fe2753;
}

.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;
        height :75px;
    }

    #navbar a {
       float: none;
        display: block;
        text-align: left;
        width: 74%;
        margin-left: 0px;
    }

    #navbar-right {
        float: none;
    }

    .sticky-opacity .navbar-toggle {
        top: 15px;
    }

    .sticky-opacity .navbar-brand {
                padding: 0px 10px;
        color: white;
        margin-left: 20px;
        top: 8px;
    }

    .sticky-opacity .navbar-toggle .fa {
        color: #000;
    }

    .navbar-toggle {
        border-radius: 4px;
        float: right;
        margin-bottom: 8px;
        margin-right: 28px;
        padding-top: 4%;
        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: #000;
        padding: 10px 10px 10px 10px;
        text-align: center;
        width: 100%;
    }

    .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: 100%;
        max-height: 55px;
        margin-top: -2px;
        margin-left: -31px;
    }

    #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;
        width: 100%;
        margin-right: 10px;
        padding: 10px;
        border-bottom: 1px solid #eee;
    }

    .iconcontent1 {
        color: #3c3e62;
        font-size: 13px;
        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%;
    }
}



/**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: #57b039;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    padding: 12px 30px;
    transition: all .3s ease-in-out;
    margin: 10px 0px;
    border: solid 1px #fff;
}

.theme-btn:hover {
    background-color: #797c7f;
    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*****************************************/
.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: 274px;
    }

    .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/slide-4.jpg');
    background-position: center;
    height: 800px;
    width: 100vw;
}

.slides .slide-2 {
    background-image: url('../Images/slider/slide-2.jpg');
    background-position: center;
    height: 800px;
}

.slides .slide-3 {
    background-image: url('../Images/slider/slide-3.jpg');
    background-position: center;
    height: 800px;
}

.slides .slide-1 {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-2 {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-3 {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #000000a8;*/
    opacity: 0.8;
    z-index: 0;
    background: linear-gradient(90deg, rgba(4, 19, 32, 0.884) 13%, rgba(4, 19, 32, 0.808) 86%);
}

.slides .slide-2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #000000a8;*/
    opacity: 0.8;
    z-index: 0;
    background: linear-gradient(90deg, rgba(4, 19, 32, 0.884) 13%, rgba(4, 19, 32, 0.808) 86%);
}

.slides .slide-3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #000000a8;*/
    opacity: 0.8;
    z-index: 0;
    background: linear-gradient(90deg, rgba(4, 19, 32, 0.884) 13%, rgba(4, 19, 32, 0.808) 86%);
}

.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: 100%;
    top: 115px;
    text-align: center;
    margin-left: 10%;
} */

/* .content-box .title {
    display: block;
    font-size: 22px;
    color: #d93337;
    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: 69px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    -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: system-ui, DIN-Black, sans-serif;
    width: 150%;
} */

/* .content-box h2 span {
    color: #0bd50b;
}


.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: 110px;
}

/* .content-box
 {
    position: relative;
    width: 100%;
    top: 115px;
    text-align: right;
    margin-left: -8%;
} */

.content-box{
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 15%;
        position: relative;
        
}

.slider-text-box h1{
        color: #fff;
    font-size: 35px;
    font-weight: bold;
}

.slider-text-box h3{
       font-size: 55px;
    color: #fff;
    font-weight: 600;
    margin-top: 2%;
}

.slider-text-box p{
        color: #fff;
    font-size: 23px;
    margin-top: 2%;
    margin-left: 24%;
    margin-right: 27%;
    line-height: 34px;
}

.green-heading{
    color: #F7AB18 ;
}

/*****/

@media(max-width:767px) {

    .slides .slide-1 {
        min-height: 200px;
    }

    .slides .slide-2 {
        min-height: 200px;
    }

    .slides .slide-3 {
        min-height: 200px;
    }

    .content-box {
        margin: 0px 0px;
        padding: 0px 50px;
        top: -17%;
        left: -14%;

    }

    .content-box .title {
        font-size: 5px;
        margin-top: 0px;
    }

    .content-box h2 {
        font-size: 16px;
        margin: 0px;
        margin-left: -6%;
    }

    .content-box {
        width: 100%;
    }
}

.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;
    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;
}


#scrollUp {
    background: #184785  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 #b3b3b3;
    -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: 50%;
    }
}

/* NEW SLIDER STYLE */

.slider-para {
    color: #fff;
    margin: 150px 0px 0px 0px;
    text-align: right;
    font-size: 24px;
    font-weight: 400;
    width: 100%;
    margin-left: 16%;
}


.slider-btn-group {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 5%;
    margin-left: 58%;
}

.slider-btn {
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.slider-btn-primary {
    background-color: #16a500;
    border-color: transparent;
    color: #ffffff;
    border-radius: 3px !important;
}

.slider-btn-primary:hover {
    background-color: #ffffff;
    border-color: transparent;
    color: #000000;
    border-radius: 3px !important;
}

.slider-btn-secondary {
    background-color: #fff;
    color: #000000;
    border: 2px solid #565f5500;
    border-radius: 3px !important;
}

.slider-btn-secondary:hover {
    background-color: #16a500;
    color: #ffffff;
    border: 2px solid #565f5500;
    border-radius: 3px !important;
}

.slider-btn:hover {
    opacity: 0.9;
}

/* Responsive: center buttons on mobile */
@media (max-width: 600px) {
    .slider-btn-group {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media(max-width:767px) {
    .slider-para {
        color: #fff;
        margin: 120px 0px 0px 0px;
        text-align: right;
        font-size: 10px;
        font-weight: 400;
        width: 100%;
        margin-left: 19%;
        text-align: center;
    }

    .slider-btn {
        padding: 10px 15px;
        font-size: 10px;
        font-weight: 600;
        text-decoration: none;
        border-radius: 4px;
        transition: all 0.3s ease;
    }

    .slider-btn-group {
        display: flex;
        gap: 15px;
        align-items: center;
        margin-top: 5%;
        margin-left: 35%;
    }
}

/****************************************Slider End*****************************************/
.slider-container {
    width: 100%;
}

/* @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;
    /*width: 430px;*/
}

.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;
}

.title {
    font-weight: 600 !important;
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 0.5rem;
    line-height: 1 !important;
    padding-bottom: 5px !important;
}


.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);
    /*box-shadow: inset 0px 0px 18px 0px rgb(0 0 0 / 20%);*/
    /*padding: 15px;*/
    z-index: 1;
}

.cta-one__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000;
    /*border-radius: 20px;*/
    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);
}

/*.cta-one__btn-box {
    margin-left: 40px;
}*/

.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-details:hover {
    background: #f1f1f1;
}

.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: #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 {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    margin-right: auto;
    margin-left: auto;
    position: relative;
}


.sub-container {
    max-width: 1140px;
    margin: 0 auto;
    /*display: flex;*/
    padding: 20px;
}

.sub-container h2 {
    font-weight: 700;
    font-size: 45px;
    color: #FFF;
}

.sub-container h2 span {
    color: #fe2753;
}

.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;
}

.facts h3 {
    font-size: 21px;
    margin-top: 44px;
}


.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;
    position: relative;
    font-weight: bold;
    color: #184785;
}

.facts1bg:hover {
    background-image: url('../Images/Counter/Super Speciality Courses.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.facts2bg:hover {
    background-image: url('../Images/Counter/Mentor Expertise.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.facts3bg:hover {
    background-image: url('../Images/Counter/Faculty Experience.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.facts4bg:hover {
    background-image: url('../Images/Counter/Healthcare Centres.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.facts1bg:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a8;
    opacity: 0.8;
    z-index: 0;
}



/*.facts:hover {
        background: #797c7f !important;
    }*/

.facts .facts-num {
    font-size: 45px;
        margin-top: 11%;
}

.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;
    /*background-color: #be2120;*/
}

.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;
    /*animation: bgPos 100s linear infinite;*/
    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-color: rgba(0, 0, 0, .6);*/
    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::after {
        position: absolute;
        content: "";
        top: 46%;
        right: -8px;
        display: inline-block;
        font-size: 14px;
        line-height: 1;
        font-style: normal;
        font-family: "Material Design Icons";
        color: #151515;
        transform: translate3d(0, -50%, 0);
    }*/
.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**/


.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(80deg);*/
    width: 200%;
    height: 500%;
    opacity: 1;
    left: -70px;
    top: -70px;
    background: #898989;
    transform: rotate(336deg);
}

/**New Button Design End**/


/* ===========================  ======================= */
/* =========================== ALL PAGE HEADER ======================= */

.ayur-bread-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 190px 0px 150px 250px;
}

.ayur-bread-content {
    text-align: left;
}

.ayur-bread-content h2 {
    font-size: 45px;
    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;
}




/* ----------- NEW FOOTER ---------- */

.footer-box{
    background-color: #000;
    padding: 70px 50px 0px 181px;
}


.f-title{
        color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 24px;
}

.f-about{
        text-align: left;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 25px;
    color: #fff;
}

.ql-1{
    text-align: -webkit-center;
}

.foter-ul li{
        text-align: left;
    padding-left: 28%;
    font-size: 15px;
    line-height: 28px;
}

.f-ul-2 li{
     padding-left: 0px;
}

.footer-contact li a{
        font-size: 15px;
    line-height: 28px;
}

.footer-rights{
    border-top: 1px solid #a0a0a0;
    margin-left: -15%;
    padding: 10px;
}

.footer-container{
    margin-bottom: 21px;
}

@media(max-width:767px){
    .footer-box {
    background-color: #000;
    padding: 20px;
}

.ql-1 {
    text-align: left;
}

.foter-ul li {
    text-align: left;
    padding-left: 0px;
    font-size: 15px;
    line-height: 28px;
}

.f-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 12px;
    padding-top: 14px;
}
}

.copyrights {
    text-align: center;
    color: #fff;
}


/* -- MOBILE VIEW NAVBAR -- */



/* ======================= HOME PAGE STYLING ======================= */

.section-padding{
    padding: 100px;
}

/* ----------- About us ------------- */

.space30
 {
    height: 30px;
}

.about4 .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.about4 .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

.about4 .heading4 {
    padding:70px 0 0 50px;
}

.heading4 h5 {
        color: #EF9E0D;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid #EF9E0D;
    background: #ef9e0d14;
    display: inline-block;
    padding: 10px 12px;
}

.heading4 h5 svg {
    margin: -5px 4px 0 0;
}

.space16 {
    height: 16px;
}

.heading4 h2 {
    color: #184785 ;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    display: inline-block;
    transition: all 0.4s;
}

.space16 {
    height: 16px;
}

.heading4 p {
    color: #676b74;
    font-size: 17px;
    font-style: normal;
    /* font-weight: 400; */
    line-height: 30px;
    text-align: justify;
}

.about4 .heading4 .progresbar
 {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.about4 .heading4 .progresbar .progressbar {
    position: relative;
}

.about4 .heading4 .progresbar .progressbar .circle {
    height: 80px;
    width: 80px;
}

.about4 .heading4 .progresbar .content-area {
    padding-left: 10px;
}

.about4 .heading4 .progresbar .content-area h4 {
    color: #184785;
    font-size: 20px;
    font-style: normal;
    font-weight:700;
    line-height: 28px;
}

.vl-section-subtitle span{
    padding-left: 8px;
}


/* ------------- SERVICES ------------ */
.service4
 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #f6f8fa;
}

.service4 .service1-boxarea {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 16px;
    border-radius: 16px;
    border: 1px solid #eaeaea;
    background: #fff;
    transition: all 0.4s;
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
        height: 369px;
}

.service4 .service1-boxarea .icons {
    height: 70px;
    width: 70px;
    display: inline-block;
    line-height: 70px;
    text-align: center;
    border-radius: 8px;
    background: #f7ab1852;
    transition: all 0.4s;
    border-radius: 8px;
}

.service4 .service1-boxarea .content-area .title {
    color:#184785;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

.service4 .service1-boxarea .content-area p {
    color: #676B74;
    font-size: 16;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    transition: all 0.4s;
}

.service4 .service1-boxarea:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
    background-color: #F7AB18;
}

.service4 .service1-boxarea:hover .icons {
    transform: rotateY(-180deg);
    transition: all 0.4s;
    background: #fff;
}

.service-box{
    padding: 100px 100px 0px 100px;
}


@media(max-width:767px){
    .service4 .service1-boxarea {
    height: auto;
}
}
/* ------------------- WHY CHOOSE US  --------------- */

.choose4 .img1 .experiance-box {
    padding: 30px;
    border-radius: 16px;
    background: #F7AB18;
}

.choose4 .img1 .experiance-box h3
 {
    color: #fff;
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
}   

.choose4 .img1 .experiance-box p
 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.choose4 .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.why-features-item {
        display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.why-choose-us-layout2-features .why-features-item .icon-box {
    width: 60px;
    height: 60px;
    border-radius: 20px;
    background: #F7AB18;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.why-features-item .icon-box {
    /* background: #F7AB18; */
    /* padding: 27px; */
    margin-right: 2%;
    border-radius: 20px;
}

.why-features-item img{
        height: 40px;
}

.why-us-padding{
    padding: 100px 200px;
}

.why-features-desc h3 {
    color: #747474;
    font-weight: 600;
    font-size: 22px;
}

.wcutb{
        margin-right: 10%;
}

.wcutb .p{
    font-size: 16px;
    line-height: 24px;

}


@media(max-width:767px){
    .why-features-desc h3 {
    font-size: 18px;
}
}

/* ----------------- COUNTER ------------ */

.countertestshowhower img{
       border: 1px solid #000;
    border-radius: 50%;
    padding: 6px;
    height: 120px;

}


.counter-padding{
    padding: 50px 100px 30px 100px;
}


/* --------- Conpany Overview -------- */

.co{
    background: #434242;
    padding: 10px;
    border-radius: 20px;
        margin-right: 7%;
}

.cob{
        display: flex;
    background: #f1f1f1;
    width: 365px;
    padding: 20px 40px;
    border-radius: 20px;
    margin-bottom: 8%;
}

.overview-counter-box{
    margin-top: 5%;
}

.overview-counter-content{
        text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    font-size: 20px;
    font-weight: bold;
    color: #184785;
}

.co img{
    height: 40px;
    width: 40px;
}

/* ---------------- QUOTE ---------------- */

.quote-padding{
    padding: 0px 100px 100px 100px;
}

.quote-box{
   background: #f1f1f1;
    padding: 91px 91px 0px 91px;
    border-radius: 78px;
}

.quote-img{
        height: 419px;
            margin-top: -21%;
}




@media(max-width:767px){
    .section-padding {
    padding: 20px;
}

.asimg1{
    display: none;
}
.about4 .heading4
 {
    padding: 0px;
}

.heading4 h2
 {
    font-size: 28px;
    line-height: 33px;
}
.service-box {
    padding: 0px;
}

.quote-box {
    padding: 40px 40px 0px 40px;
}
.quote-img
 {
    height: 144px;
    margin-top: 0%;
}
.heading4 p {
    font-size: 12px;
    line-height: 22px;
}
.heading4 h5 {
    padding: 5px 12px;
}
    .content-box {
        left: 0%;
        padding-top: 20%;
    }
    .slider-text-box h1 {
    font-size: 18px;
    padding-top: 21%;
}

.slider-text-box h3 {
    font-size: 23px;
}
.slider-text-box p {
    font-size: 10px;
    margin-top: 2%;
    margin-left: 0%;
    margin-right: 27%;
    line-height: 16px;
    width: 100%;
}

.wcutb .p {
    font-size: 12px;
    line-height: 18px;
}
.why-features-item .icon-box {
    padding: 16px;
    border-radius: 20px;
    margin-left: 6%;
}
}








/* ====================== ABOUT US PAGE STYLING ====================== */

.about-us {
    padding: 100px 170px;
}

.about-image {
    position: relative;
    background: url('../Images/aboutus/about-right-shape.svg') no-repeat top 30px right 6%;
    background-size: 18% auto;
    padding-bottom: 100px;
    margin-right: 20px;
        margin-top: 14%;
}

.about-img-1 {
    display: inline-block;
    width: 75%;
    border-radius: 30px;
    overflow: hidden;
    line-height: 0;
}
.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.about-image img {
    width: 100%;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.about-img-2 {
    width: 50%;
    border-radius: 30px;
    overflow: hidden;
    line-height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    border: 6px solid #fff;
}

.about-content ul {
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.about-content ul li
 {
   width: 48%;
    margin-right: 2%;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #163300;
    padding-left: 0px;
    font-size: 19px;
    font-weight: 500;
    padding: 11px 0px;
    background: #f6f8faa6;
    padding: 23px;
    border-radius: 10px;
}

.about-content div{
        font-size: 17px;
    margin-top: 5%;
    font-weight: 100 !important;
    color: #828282;
}
.about-content span{
        font-size: 21px;
    font-weight: bold;
    color: #184785;
}

.awuib{
        height: 605px;
    
}
.awuib img{
    height: 100%;
    border-radius: 20px;
        margin-top: 4%;
}

.about-content ul li img{
        height: 39px;
    padding-right: 19px;
}


/* ------- vision mission --------- */
/* 
.rts-single-working-process {
    background-image: url('../Images/aboutus/why-us-bg.png');
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    height: 386px;
    padding: 50px 40px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.rts-single-working-process .icon {
    width: 100px;
    height: 100px;
    background: rgba(74, 171, 61, 0.0705882353);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 27px;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s;
}

.rts-single-working-process .content p.disc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.rts-single-working-process .content .step_number {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 91px;
    height: 55px;
    background: #4aab3d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rts-single-working-process .content .step_number span {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.rts-single-working-process::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3215686275);
    filter: blur(120px);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.35;
} */

.rts-easy-step-area{
    background-color: #f6f8fa;
        padding: 100px;
}


.vm-left{
    background: #fff;
    width: 42%;
    padding: 50px;
}

.vm-box{
        display: flex;
    gap: 5%;
    justify-content: center;
        padding-top: 60px;
}

.vm-left-img img{
        border-radius: 10px;
}


.vm-left-text h1{
    color: #184785;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}


.vm-left-text{
        padding-top: 5%;
            text-align: justify;
}

.vm-left-img {
    height: 200px;
    width: 200px;
    background: #f1f1f1;
    padding: 12px;
    text-align: center;
    margin-right: 24px;
    border-radius: 20px;
}

.vm-left-img img{
    height: 100%;
}


/* ------------- ABOUT US - WHY US ------------- */

.choose2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.choose2 .choose-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transform: rotate(-6deg);
    transition: all 0.4s;
}

.choose2 .choose-img::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 40%;
    border-radius: 16px;
    z-index: -1;
}

.about-us-choose-img{
        height: 553px;
    width: auto;
}

.choose2 .about-us-choose-img img {
        height: 100%;
    width: 50%;
    border-radius: 8px;
    transform: rotate(6deg);
    transition: all 0.4s;
    margin-left: 15%;
}

.choose2 .about-us-choose-img::after
 {
    position: absolute;
    content: "";
    height: 100%;
    width: 49%;
    left: 16%;
    top: 0;
    background: #000;
    opacity: 40%;
    border-radius: 16px;
    z-index: -1;
}

.about-us-wcu2{
        padding: 100px 0px 100px 250px;
}

.wcuib{
        margin-top: 4%;
}

.why-features-item .au-icon-box{
    background: #184785;
    padding: 15px;
    margin-right: 4%;
    border-radius: 20px;
}

.au-why-features-desc h3{
    color: #184785;
    font-weight: bold;
}


@media(max-width:767px){
    .about-us {
    padding: 20px;
}
.about-content ul li {
    width: 100%;
}

.about-content ul {
    display: block;
}

.rts-easy-step-area {
    padding: 20px;
}

.vm-box {
    display: block;}

    .vm-left {
    width: 108%;
    }
    .vm-left-img {
    height: 230px;
    width: 272px;
    }

    .about-content ul li img {
    padding-right: 10px;
}
.about-content ul li img {
    height: 31px;
}
.about-us-wcu2 {
    padding: 20px 0px 20px 36px;
}
.choose2 .about-us-choose-img img {
    height: 100%;
    width: 81%;
    border-radius: 8px;
    transform: rotate(6deg);
    transition: all 0.4s;
    margin-left: 15%;
    object-fit: contain;
}
.choose2 .about-us-choose-img::after {
    position: absolute;
    content: "";
    height: 62%;
    width: 73%;
    left: 12%;
    top: 19%;
    background: #000;
    opacity: 40%;
    border-radius: 16px;
    z-index: -1;
}
}





/* ====================== CONTACT US PAGE STYLING ================= */

.contact-details-container {
    margin: 100px;
    background: #f6f8fa;
    padding: 100px 0px 100px 100px;
    border-radius: 20px;
}
.contact-details{
       display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    /* margin: 94px; */
    width: fit-content;
    padding: 30px;
    margin-bottom: 20px;
    justify-content: left;
    align-items: left;
    text-align: left;
    border-radius: 20px;
    width: 80%;
    color: #000;

}

.contact-details-box{
    padding-left: 36px;
    font-size: 19px;
}

.contact-details-box a {
    color: #000 !important;
}


.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea,
select {
  position: relative;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 55px;
  border: 1px solid #ecf2f6;
  color: #585858;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  padding-left: 32px;
  padding-right: 30px;
  border-radius: 5px;
  transition: all 500ms ease;
}

.form-group {
  margin-bottom: 20px;
}

.map-box {
  padding: 0px 100px 50px 40px;
}

.cinfo-box {
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #57b039;
  padding: 30px 10px;
  margin: 0px 40px;
  border-radius: 20px;
  transition: background-color 0.3s ease-out, opacity 0.3s ease-out;
}

.cinfo-box:hover {
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #57b039;
  padding: 30px 10px;
  margin: 0px 40px;
  border-radius: 20px;
}

.cinfo-box:hover {
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #ffffff;
  padding: 30px 10px;
  margin: 0px 40px;
  border-radius: 20px;
}

.contact-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 25px;
  padding: 10px 0px 5px 0px;
}

.cinfo-box:hover .contact-title {
  color: #000000;
}
.cinfo-box:hover .contact-title {
  color: #57b039;
}

.contact-info-text {
  font-size: 15px;
  font-weight: 500;
}

.contact-info-text a {
  color: #ffffff;
}

.cinfo-box:hover .contact-info-text a {
  color: #000000;
}
.cinfo-box:hover .contact-info-text a {
  color: #57b039;
}

.form-box {
  padding: 70px 0px 0px 50px;
  background: #f4f4f4;
  margin: 50px;
  border-radius: 20px;
}

.contact-img {
  height: 100%;
}

.contact-img {
  height: 490px;
  border-right: 1px solid #e7e7e7;
}

.contact-three_form-column {
  display: flex;
}

.contact-three_form-form_outer {
  padding: 50px;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea,
select {
  position: relative;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 55px;
  border: 1px solid #ecf2f6;
  color: #585858;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  padding-left: 32px;
  padding-right: 30px;
  border-radius: 5px;
  transition: all 500ms ease;
}

.form-group {
  margin-bottom: 20px;
}

.map-box {
  padding: 0px 100px 50px 40px;
}

.contact-theme-btn {
  border: 1px solid #fff;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 9px;
  margin-left: 2%;
  background: #184785;
  color: #fff;
}

.contact-us-width {
  padding: 70px 150px 30px 150px;
}

.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;
}

input[type="text"],
input[type="email"],
select,
textarea {
  width: 74%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type="submit"] {
  background-color: #04aa6d;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #45a049;
}

.contact-media-title {
  text-align: center;
  margin-bottom: 5%;
}

.contact-left , .contact-right{
        margin-top: 5%;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.contact-icon-box img{
        height: 50px;
}

@media (max-width: 767px) {
  .contact-us-width {
    padding: 20px;
  }

  .form-box {
    padding: 10px;
    background: #f4f4f4;
    margin: 50px;
    border-radius: 20px;
  }

  .contact-three_form-column {
    display: block;
  }

  .form-box {
    padding: 10px;
    background: #f4f4f4;
    margin: 10px;
    border-radius: 20px;
  }

  .contact-img {
    height: 300px;
    border-right: 1px solid #e7e7e700;
    margin-left: 3%;
  }

  .contact-three_form-form_outer {
    padding: 15px;
  }

  .form-group {
    margin-bottom: 20px;
    margin-left: -8px;
  }

  .map-box {
    padding: 0px 20px 20px 20px;
  }

  .form-box {
    background: #f4f4f4;
    margin: 10px;
    border-radius: 20px;
  }

  .cinfo-box {
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px 10px;
    margin: 0px 0px 20px 0px;
    border-radius: 20px;
  }

  .contact-theme-btn {
    border: 1px solid #fff;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 9px;
    margin-left: 7%;
  }
}


@media(max-width:767px){
  .ingredients-item-two {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 15px;
}
}


@media(max-width:767px){
    .contact-details-container {
    margin: 0px;
}
.contact-details-container {
    padding: 20px;
}
.contact-details {
    display: block;
    width: 100%;
}   
.contact-details-box {
    padding-left: 0px;
    padding-top: 21px;
}
.contact-details-box span {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 10px;
}
input[type="text"], input[type="email"], select, textarea
 {
    width: 100%;
}
.contact-right{
        padding: 20px 20px 20px 32px;
}
.ayur-bread-section {
    padding: 100px 0px 60px 50px;
}
}


/* ------------ TAGLINE ABOUT ----------- */

.tagline-about{
    padding :100px 0px 100px 200px;
}

.tagline-img{
        height: 323px;
    width: 89%;
}
.tagline-img img{
          height: 100%;
    width: 100%;
    border-radius: 20px;
    border: 3px solid #f1f1f1;
    padding: 3px;
}

.fbi{
        height: 706px;
    width: 100%;
}

.future-box .heading4{
        background: #f6f8fa;
    padding: 100px;
}

.future-box .col-md-7 , .col-md-5 { 
        margin: 0px;
    width: 50%;
    padding: 0px;
}

@media(max-width:767px){
    .tagline-about {
    padding: 10px;
}
.future-box .heading4 {
    background: #f6f8fa;
    padding: 30px;
}
.future-box .col-md-7, .col-md-5 {
    margin: 0px;
    width: 100%;
    padding: 0px;
}

.fbi {
    height: auto;
    width: 100%;
}
}
/* ---------- why us about us ----------------- */

.wc-about-us{
    padding: 100px 150px;
}

.awcutc{
   margin-left: -11%;
    width: 61%;
}

@media(max-width:767px){
    .wc-about-us {
    padding: 20px;
}
.awuib {
    height: 300px;
    text-align: center;
}
.awcutc {
    margin-left: 0%;
    width: 100%;
}

.ayur-bread-content h2
 {
    font-size: 22px;
}
}


/* ===================== SERVICES PAGE STYLING ============================= */

.service-page-box{
    
    padding: 100px;
}


.spcbib{
    height :375px;
    width :500px;
}
.spcbib img{
  height: 100%;
  width: 100%;
  border: 2px solid 
#184785;
padding: 2px;
border-radius: 20px;
}

.spcdb{
    background: #f6f8fa;
    padding: 50px;
    border-radius: 20px;
    min-height: 347px;
}

.service-page-block1{
        margin-bottom: 7%;  
}

.title-size{
    font-size: 41px !important; 

} 

@media(max-width:767px){
    .service-page-box {
    padding: 20px;
}
.service-page-box {
    padding: 0px;
}
    .spcbib {
        height: 300px;
        width: 100%;
    }
    .service-page-block1 {
    margin-bottom: 0%;
    padding: 20px;
}

.spcdb {
    min-height: 300px;
}

}

@media(max-width:767px){
.title-size {
    font-size: 25px !important;
}
}


/* ========================== Projects page styling =============================== */

.projects-box{
    padding: 70px;
}

.project-content-box {
    border: 2px solid orange;
    border-radius: 20px;
    padding: 20px 10px;
    margin-right: 2%;
    height: fit-content;
    margin-bottom: 5%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.projects-text-details h1{
    color: #184785;
    font-weight: bold;
    font-size: 28px;
    text-transform: capitalize;
}

.projects-text-details p{
     color: #4a4a4a;
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 7%;
    margin-bottom: -2%;
}

.projects-text-details span{
      color: #184785;
    font-weight: bold;
}
.projects-img-slider {
        width: 100%;
    max-width: 500px;
    height: 404px !important;
    position: relative;
    overflow: hidden;
    border: 1px solid #000;
    border-radius: 20px;
}

.projects-img-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.projects-img-slider img.active {
    opacity: 1;
}

.projects-para{
        font-size: 16px !important;
        margin-top: 7%;
}



@media(max-width:767px){
.projects-box {
    padding: 30px 10px 30px 30px;
}

.project-content-box {
    margin-bottom: 5%;
}

.projects-text-details h1 {    font-size: 23px;}

.projects-text-details p {
        font-size: 12px !important;
        text-align: justify;
}}


/* ---------------- FAQ SECTION ----------- */

.faq-section {
  padding: 60px 20px;
  background: #f6f8fa;
}

.faq-container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  gap: 40px;
  align-items: center;
}

.faq-left {
  flex: 1;
}

.faq-left h2 {
  margin-bottom: 20px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.faq-question {
  width: 100%;
  padding: 15px;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer p {
  padding: 0 15px 15px;
  margin: 0;
  color: #555;
}

.faq-item.active .faq-answer {
  max-height: 200px;
}

.faq-right {
  flex: 1;
  text-align: center;
}

.faq-right img {
  max-width: 100%;
  border-radius: 10px;
}
.faq-question {
  width: 100%;
  padding: 15px;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icon {
  font-size: 22px;
  transition: transform 0.3s ease;
}

.faq-left h2 {
    margin-bottom: 10%;
    color: #184785;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    display: inline-block;
    transition: all 0.4s;
}
.project-page{
    padding: 100px;
}

.projects-text-details{
    margin-top: 7%;
}
/* Responsive */
@media (max-width: 768px) {
  .faq-container {
    flex-direction: column;
  }
  .project-page{
    padding: 20px;
}
.projects-text-details{
        margin-left: 0%;
    margin-top: 0%;
}
}

@media(max-width:1538px){
    .awuib {
    height: 400px;
}

.service4 .service1-boxarea {
    height: 500px;
}
.quote-img {
    height: 284px;
    margin-top: 0%;
}
.spcbib {
    width: 438px;
}

}