html {
    overflow-x: hidden;
}

body {
    margin: 0px;
    font-family: "Overused Grotesk";
    overflow-x: hidden !important;
}

@font-face {
    font-family: "Instrument Serif";
    src: url("../fonts/InstrumentSerif-Italic.woff2") format("woff2"), url("../fonts/InstrumentSerif-Italic.woff") format("woff"), url("../fonts/InstrumentSerif-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Instrument Serif";
    src: url("../fonts/InstrumentSerif-Regular.woff2") format("woff2"), url("../fonts/InstrumentSerif-Regular.woff") format("woff"), url("../fonts/InstrumentSerif-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a{
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
a:hover {
       text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
button{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
}

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

@media (min-width: 1301px) and (max-width: 1399px) {
    .container {
        max-width: 1270px;
    }
}

@media (min-width: 1400px) and (max-width: 1500px) {
    .container {
        max-width: 1320px;
    }
}

.mainheader {
    margin-top: 20px;
    width: 100%;
    float: left;
    height: 72px;
    background-color: white;
}

.logo {
    width: 15%;
    float: left;
}

.logo img {
    width: 182px;
    float: left;
    z-index: 9;
}

.menuarea {
    position: relative;
    display: grid;
    align-items: center;
    justify-content: center;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: transparent;
    border-color: transparent;
}

.menuarea > ul {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-bottom: 0px;
    float: right;
    padding-left: 0px;
    transition: 0.5s ease-in-out;
}

.menuarea > ul > li {
    float: right;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0px 12px 16px;
    transition: 0.5s ease-in-out;
}

.menuarea > ul > li > a {
    padding: 16px 2px;
    font-weight: 400;
    width: auto;
    color: rgb(55, 55, 55);
    float: right;
    position: relative;
    font-size: 16px;
    z-index: 111;
    transition: 0.5s ease-in-out;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0px !important;
}

.menuarea > ul > li > a:hover {
    transition: 0.5s ease-in-out;
    text-decoration: none;
    position: relative;
}

.activeli {
    position: relative;
}

.sp-a::before {
    content: "";
    position: absolute;
    width: 11px;
    right: -18px;
    top: 46%;
    border-width: 0px 2px 2px 0px;
    padding: 4px;
    display: inline-block;
    border-radius: 0px 0px 4px;
    background-image: url("../images/arrow1.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.menu li:hover > ul {
    columns: 1;
    visibility: visible;
    opacity: 1;
    z-index: 99999;
    transform: scale(1);
}

.sub-menu li a {
    color: rgb(0, 0, 0);
}

.sub-plus {
    right: -290px;
    left: inherit !important;
    top: 0px !important;
}

.nested {
    left: 288px !important;
    top: 0px !important;
}

.activeli {
    color: rgb(0, 0, 0) !important;
    font-weight: 500 !important;
}

.menu ul {
    padding: 0px;
    width: 288px;
    position: absolute;
    left: 0px;
    top: 100%;
    background: rgb(255, 255, 255);
    margin: 0px;
    transform: scale(1, 0);
    transform-origin: 0px 0px;
    transition: 0.3s ease-out;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 5px;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.menu ul li {
    padding: 13px 30px;
    display: block;
    transition: 0.5s ease-in-out;
    margin: 0px;
    border-bottom: 1px solid rgba(99, 175, 59, 0.35);
}

.menu ul li:first-child {
}

.menu ul li:last-child {
}

.menu ul li:hover {
    background-color: rgb(99, 175, 59);
}

.menu ul a li {
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    position: relative;
    z-index: 1;
    transition: 0.5s ease-in-out;
}

.menu ul li:hover a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    text-align: left;
}

.menu ul li:hover .menu2 a {
    text-decoration: none;
}

.menu-padding {
    padding-top: 0px;
}

.menu ul::after {
}

.post-image{
    margin-right: 3%;
    width: 23%;
    float: left;
}

.post-image img{
    width: 70px;
    height: 70px;
    border-radius: 7px;
    object-fit: cover;
}

.related-list{
    width: auto !important;
    float: none !important;
    margin-top: 0px !important;
    font-weight: 400 !important;
    line-height: 23px !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.enq-btn {
    padding: 0px 11px;
    outline: none;
    float: right;
    margin-top: 2px;
    background-color: rgb(0, 0, 0);
    color: rgb(226, 226, 226);
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    width: 137px;
    height: 47px;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    border: 1px solid rgb(0, 0, 0);
}

.enq-btn:hover {
    background: rgb(99 175 59);
    color: #fff;
    transition: 0.5s ease-in-out;
    border-color: #fff;
}

.contact-snd:hover {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    transition: 0.5s ease-in-out;
}

.enq-btn:hover .call {
    filter: none;
    transition: 0.5s ease-in-out;
}

.call {
    width: 18px;
    float: left;
    margin-right: 1px;
    margin-top: 3px;
    transition: 0.5s ease-in-out;
}

.extra-pad {
    padding-right: 24px !important;
    cursor: pointer;
}

::-webkit-scrollbar-track {
    border-radius: 50px;
    background-color: rgb(0, 0, 0);
    height: 3px;
}

::-webkit-scrollbar {
    border-radius: 50px;
    width: 5px;
    height: 3px;
    background-color: rgb(0, 0, 0);
}

::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: rgb(0, 0, 0);
    height: 3px;
}

.header-content h6 {
    width: 80%;
    margin-top: 0px;
    font-size: 60px;
    color: rgb(18, 18, 18);
    text-align: left;
    line-height: 71px;
    margin-bottom: 22px;
    letter-spacing: -0.5px;
    font-weight: 400 !important;
}

@media (min-width: 1587px) {
    .index-row2 {
    }
}

.owl-item.active .banner-text {
    animation: 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s 1 normal forwards running img-anim-left;
}

.img-custom-anim-top {
    animation: 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s 1 normal forwards running img-anim-top;
    opacity: 0;
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0px 0px 100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        clip-path: inset(0px);
        opacity: 1;
    }
}

.img-custom-anim-left {
    animation: 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s 1 normal forwards running img-anim-left;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0px 100% 0px 0px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        clip-path: inset(0px);
        opacity: 1;
    }
}

.footer {
    width: 100%;
    float: left;
    background: rgb(26, 26, 23);
    overflow: hidden;
}

.footer-top {
    width: 100%;
    float: left;
    padding: 60px 0px 30px;
    border-bottom: 0.5px solid rgba(90, 90, 90, 0.44);
}

.logo2 {
    float: left;
    text-align: center;
}

.logo2 img {
    width: 292px;
}

.ip-loader {
    margin-left: 0px !important;
    bottom: 50% !important;
}

.loader {
    margin: auto;
    opacity: 1;
    animation: 3s ease 0s infinite normal none running filter-animation;
}

.loader img {
    max-width: 168px;
    width: 100%;
}

@keyframes filter-animation {
    0% {
        transform: translateY(-3px);
        opacity: 1;
    }

    25% {
        transform: translateY(3px);
        opacity: 1;
    }

    50% {
        transform: translateY(-3px);
        opacity: 1;
    }

    75% {
        transform: translateY(3px);
        opacity: 1;
    }

    100% {
        transform: translateY(-3px);
        opacity: 1;
    }
}

.hero-slider {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 20px;
}

.banner-slider .item {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}

.slide-bg img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.slide-bg {
    border-radius: 20px;
}

.overlay {
    position: absolute;
    inset: 0px;
    background: rgba(0, 0, 0, 0.25);
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: rgb(255, 255, 255);
    width: 90%;
    max-width: 800px;
    z-index: 5;
}

.review-box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 8px 15px;
    border-radius: 30px;
    margin-bottom: 25px;
    border: 1px solid #cecece;
}

.review-box img {
    width: 120px !important;
}

.stars {
    color: rgb(255, 193, 7);
}

.review-box span {
    font-size: 16px;
}

.slide-content h1 span {
    font-family: "Instrument Serif";
    font-style: italic;
}

.slide-content h1 {
    font-size: 70px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 20px;
    /* font-style: italic; */
}

.slide-content p {
    max-width: 600px;
    margin: auto auto 30px;
    font-size: 16px;
    line-height: 1.7;
}

.hero-btn:hover {
    background: rgb(108, 179, 63);
    color: rgb(255, 255, 255);
}

.hero-btn:hover span {
    transform: rotate(-45deg) scale(1.15);
    background: rgb(0, 0, 0);
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    text-decoration: none;
    padding: 6px 3px 6px 13px;
    border-radius: 50px;
    gap: 20px;
    font-weight: 500;
    width: 154px;
    height: 46px;
    font-size: 16px;
}

.hero-btn span {
    width: 36px;
    height: 37px;
    border-radius: 50%;
    background: rgb(108, 179, 63);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    float: right;
}

.slider-progress {
    position: absolute;
    left: 40px;
    bottom: 35px;
    z-index: 99;
    display: flex;
    align-items: center;
    gap: 15px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 500;
}

.progress-line {
    width: 120px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
}

.progress-fill {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 33.33%;
    background: rgb(255, 255, 255);
    transition: 0.5s;
}

.owl-dots {
    display: none;
}

.owl-nav {
    /* display: none; */
}
.p3-carousel .owl-nav{
    position: absolute;
    top: -90px;
    right: 5%;
}
.p3-carousel .owl-next{
    transform: rotate(180deg);
}.p3-carousel .owl-next img{
    
}.p3-carousel .owl-prev{
    margin-right: 10px;
}.p3-carousel .owl-prev img{
    
}.p3-carousel .owl-next img:hover{
    background: #69b545;
    border-radius: 100%;
}.p3-carousel .owl-prev img:hover{
    background: #69b545;
    border-radius: 100%;
}

@media (max-width: 991px) {
    .slide-bg img {
        height: 550px;
    }

    .slide-content h1 {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .slide-bg img {
        height: 500px;
    }

    .slide-content h1 {
        font-size: 32px;
    }

    .slide-content p {
        font-size: 14px;
    }

    .review-box {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@font-face {
    font-family: "Overused Grotesk";
    src: url("../fonts/OverusedGrotesk-Black.woff2") format("woff2"), url("../fonts/OverusedGrotesk-Black.woff") format("woff"), url("../fonts/OverusedGrotesk-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Overused Grotesk";
    src: url("../fonts/OverusedGrotesk-BlackItalic.woff2") format("woff2"), url("../fonts/OverusedGrotesk-BlackItalic.woff") format("woff"), url("../fonts/OverusedGrotesk-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Overused Grotesk";
    src: url("../fonts/OverusedGrotesk-Bold.woff2") format("woff2"), url("../fonts/OverusedGrotesk-Bold.woff") format("woff"), url("../fonts/OverusedGrotesk-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Overused Grotesk";
    src: url("../fonts/OverusedGrotesk-BoldItalic.woff2") format("woff2"), url("../fonts/OverusedGrotesk-BoldItalic.woff") format("woff"), url("../fonts/OverusedGrotesk-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Overused Grotesk";
    src: url("../fonts/OverusedGrotesk-Book.woff2") format("woff2"), url("../fonts/OverusedGrotesk-Book.woff") format("woff"), url("../fonts/OverusedGrotesk-Book.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Overused Grotesk";
    src: url("../fonts/OverusedGrotesk-BookItalic.woff2") format("woff2"), url("../fonts/OverusedGrotesk-BookItalic.woff") format("woff"), url("../fonts/OverusedGrotesk-BookItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Overused Grotesk";
    src: url("../fonts/OverusedGrotesk-ExtraBold.woff2") format("woff2"), url("../fonts/OverusedGrotesk-ExtraBold.woff") format("woff"), url("../fonts/OverusedGrotesk-ExtraBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Overused Grotesk";
    src: url("../fonts/OverusedGrotesk-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/OverusedGrotesk-ExtraBoldItalic.woff") format("woff"), url("../fonts/OverusedGrotesk-ExtraBoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Overused Grotesk";
    src: url("../fonts/OverusedGrotesk-Italic.woff2") format("woff2"), url("../fonts/OverusedGrotesk-Italic.woff") format("woff"), url("../fonts/OverusedGrotesk-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Overused Grotesk";
    src: url("../fonts/OverusedGrotesk-Light.woff2") format("woff2"), url("../fonts/OverusedGrotesk-Light.woff") format("woff"), url("../fonts/OverusedGrotesk-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Overused Grotesk";
    src: url("../fonts/OverusedGrotesk-LightItalic.woff2") format("woff2"), url("../fonts/OverusedGrotesk-LightItalic.woff") format("woff"), url("../fonts/OverusedGrotesk-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Overused Grotesk";
    src: url("../fonts/OverusedGrotesk-Medium.woff2") format("woff2"), url("../fonts/OverusedGrotesk-Medium.woff") format("woff"), url("../fonts/OverusedGrotesk-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Overused Grotesk";
    src: url("../fonts/OverusedGrotesk-MediumItalic.woff2") format("woff2"), url("../fonts/OverusedGrotesk-MediumItalic.woff") format("woff"), url("../fonts/OverusedGrotesk-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Overused Grotesk";
    src: url("../fonts/OverusedGrotesk-Regular.woff2") format("woff2"), url("../fonts/OverusedGrotesk-Regular.woff") format("woff"), url("../fonts/OverusedGrotesk-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Overused Grotesk";
    src: url("../fonts/OverusedGrotesk-SemiBold.woff2") format("woff2"), url("../fonts/OverusedGrotesk-SemiBold.woff") format("woff"), url("../fonts/OverusedGrotesk-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Overused Grotesk";
    src: url("../fonts/OverusedGrotesk-SemiBoldItalic.woff2") format("woff2"), url("../fonts/OverusedGrotesk-SemiBoldItalic.woff") format("woff"), url("../fonts/OverusedGrotesk-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

.panel1 {
    width: 100%;
    float: left;
    padding: 100px 0px;
}

.p1-left {
    width: 38.5%;
    float: left;
    margin-right: 26px;
}

.p1-left .ico1 {
    float: left;
}

.p1-left h6 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    border: 1px solid rgb(206, 206, 206);
    float: left;
    padding: 7px 14px;
    text-transform: uppercase;
    border-radius: 30px;
}

.abt1 {
    width: 100%;
    border-radius: 16px;
    margin-top: 44px;
}

.p1-right {
    width: 59%;
    float: right;
}
.p1-right p:after{
    content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000;
  overflow: hidden;

  /* start hidden from top */
  clip-path: inset(100% 0 0 0);

  transition: clip-path 0.2s linear;
}
.p1-right p {
    font-size: 44px;
    font-weight: 400;
    line-height: 134%;
    letter-spacing: -3%;
    border-bottom: 1px solid rgb(206, 206, 206);
    padding-bottom: 25px;
    margin-bottom: 5px;
    background: linear-gradient( to right, #000 0%, #000 50%, #bdbdbd 50%, #bdbdbd 100% );
    background-size: 200% 100%;
    background-position: 100% 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: none;
    position: relative;
}

.wid-30 {
    width: 33%;
    float: left;
}

.wid-30 h5 {
}

.wid-30 h6 {
    font-size: 24px;
    color: rgb(96, 96, 96);
    font-weight: 400;
}

.wid-30 h5 {
    font-size: 72px;
    font-weight: 400;
    background: linear-gradient(3deg, rgb(17, 17, 17), rgb(85, 85, 85), rgb(124, 194, 66)) text;
    -webkit-text-fill-color: rgb(4, 4, 4);
    margin: 0px;
}

.plus {
    -webkit-text-fill-color: initial;
    color: rgb(124, 194, 66);
    padding-left: 10px;
    position: relative;
    top: 5px;
}

.odometer {
    font-family: inherit !important;
}

.k1 {
    top: 6px;
    position: relative;
    background: repeating-linear-gradient(to right, #040404 0%, #898989 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.panel2 {
    width: 100%;
    float: left;
    background: rgb(246, 242, 239);
    padding-bottom: 100px;
}

.p2-left {
    width: 50%;
    float: left;
    margin-top: 100px;
}

.p2-left .ico1 {
    float: left;
}

.p2-left h6 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    border: 1px solid rgb(206, 206, 206);
    float: left;
    padding: 7px 14px;
    text-transform: uppercase;
    border-radius: 30px;
}

.p2-left h2 {
    font-size: 52px;
    color: rgb(27, 26, 22);
    float: left;
    font-weight: 500;
    letter-spacing: -2%;
    width: 80%;
    line-height: 110%;
}

.p2-left h2 span {
    color: rgb(130, 130, 130);
}

.p2-right {
    width: 50%;
    float: right;
}

.p2-right img {
    max-width: 100%;
    float: right;
    margin-top: 10px;
    margin-right: 50px;
}

.p2-right p {
    width: 76%;
    float: right;
    font-size: 16px;
    color: rgb(92, 92, 92);
    font-weight: 500;
    line-height: 161%;
    margin-top: 20px;
}

.p2-box-full {
    width: 100%;
    float: left;
    margin-top: 55px;
}

.p2-box {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgb(206, 206, 206);
    transition: 0.4s;
}

.p2-box h5 {
    font-size: 40px;
    float: left;
    font-weight: 500;
    transition: 0.4s;
    color: rgb(8, 16, 13);
    width: 65%;
    margin-top: 32px;
}

.p2-box p {
    float: left;
    font-size: 16px;
    color: rgb(58, 65, 62);
    font-weight: 400;
    margin: 0px;
    width: 60%;
}

.img-big2 {
    width: 264px;
    opacity: 0;
    transition: 0.4s;
}

.p2-box a {
    float: right;
    margin-top: -92px;
    transition: 0.4s;
}

.p2-box a img {
    transition: 0.4s;
    filter: brightness(0);
}

.p2-box:hover {
}

.p2-box:hover h5 {
    color: rgb(106, 181, 70);
}

.p2-box:hover .img-big2 {
    opacity: 1;
}

.p2-box:hover a img {
    filter: none;
}

.panel3 {
    width: 100%;
    float: left;
    padding: 70px 0px 70px 4%;
}

.panel3 .ico1 {
    float: left;
}

.panel3 h6 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    border: 1px solid rgb(206, 206, 206);
    float: left;
    padding: 7px 14px;
    text-transform: uppercase;
    border-radius: 30px;
}

.panel3 h2 {
    font-size: 52px;
    color: rgb(27, 26, 22);
    float: left;
    font-weight: 500;
    letter-spacing: -2%;
    width: 50%;
    clear: both;
    line-height: 110%;
    margin-top: 10px;
}

.panel3 h2 span {
    color: rgb(130, 130, 130);
    float: left;
}

.p3-carousel {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.p3-box {
    width: 100%;
    float: left;
    border: 1px solid rgb(206, 206, 206);
    position: relative;
    border-radius: 24px;
    background: rgb(246, 242, 239);
    padding: 15px;
    transition: 0.4s;
    min-height: 420px;
}

.p3-box .ico2 {
    height: 73px;
    object-fit: contain;
    background: transparent;
    padding: 10px;
    border-radius: 100%;
    position: absolute;
    filter: brightness(0);
    opacity: 0.8;
    width: 73px !important;
}

.holiday-img {
    max-width: 264px;
    float: right;
    margin-left: 20px;
    border-radius: 16px;
    position: relative;
    height: 376px;
    object-fit: cover;
}

.p3-box h5 {
    font-size: 32px;
    color: rgb(32, 46, 57);
    font-weight: 500;
    margin-top: 170px;
    line-height: 113%;
    letter-spacing: -2%;
}

.p3-box p {
    font-size: 16px;
    color: rgb(108, 108, 108);
    font-weight: 400;
    line-height: 149%;
    margin-top: 10px;
}

.p3-box a {
    font-size: 18px;
    color: rgb(32, 46, 57);
    font-weight: 500;
    float: left;
    margin-top: 10px;
}

.p3-box a img {
    max-width: 22px;
    float: right;
    margin-left: 10px;
    margin-top: 7px;
}

.p3-box:hover {
    background: rgb(106, 181, 70);
}

.p3-box:hover h5 {
    color: rgb(255, 255, 255);
}

.p3-box:hover a {
    color: rgb(255, 255, 255);
}

.p3-box:hover a img {
    filter: brightness(111);
}

.bg2 {
    max-width: 275px;
    position: absolute;
    top: 0px;
    left: 19%;
    z-index: 0;
}

.ico-bg {
    background: rgb(255, 255, 255);
    width: 73px;
    height: 73px;
    border-radius: 100%;
    float: left;
}

.p3-box:hover h5 {
}

.p3-box:hover p {
    color: rgb(255, 255, 255);
}

.p3-box:hover a {
}

.panel4 {
    width: 100%;
    float: left;
    background-image: url("../images/bg3.webp");
    padding: 100px 0px;
    text-align: center;
    background-size: cover;
    background-position: center center;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.panel4 .ico1 {
    display: inline-block;
    margin: auto;
}

.panel4 h6 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    border: 1px solid rgb(206, 206, 206);
    padding: 7px 14px;
    text-transform: uppercase;
    border-radius: 30px;
    display: inline-block;
    margin: auto;
}

.panel4 h2 {
    font-size: 52px;
    color: rgb(255, 255, 255);
    float: left;
    font-weight: 500;
    letter-spacing: -2%;
    clear: both;
    line-height: 110%;
    margin-top: 10px;
    width: 100%;
    padding: 10px 300px;
}

.panel4 h2 span {
    color: rgb(130, 130, 130);
}

.p4-full {
    float: left;
    width: 100%;
}

.p4-box {
    width: 24%;
    float: left;
    border: 1px solid rgb(68, 70, 77);
    border-radius: 24px;
    margin-right: 1%;
    padding: 20px 15px;
    background: rgb(31, 31, 31);
    margin-top: 30px;
    position: relative;
    transition: .4s;
}

.p4-ico {
    width: 100%;
    float: left;
    background: rgb(25, 25, 25);
    height: 160px;
    padding: 30px;
    margin-bottom: 10px;
    border-radius: 16px;
    transition: .4s;
}

.p4-ico img {
    width: 102px;
}

.p4-box h5 {
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-align: left;
    font-weight: 500;
    width: 100%;
    float: left;
    margin-top: 15px;
}

.p4-box p {
    font-size: 16px;
    color: rgb(123, 123, 123);
    font-weight: 400;
    text-align: left;
    line-height: 154%;
    margin: 0px;
}
.p4-box:hover .p4-ico{
    background: #1f1f1f;
}
.p4-box:hover {background: #191919;}

.lines {
    position: relative;
}

.lines .line {
    top: 0px;
    left: 40%;
    width: 1px;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

@keyframes run1 {
    0% {
        left: -50%;
    }

    100% {
        left: 110%;
    }
}

@keyframes run {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}

.lines .line::after {
    left: 0px;
    top: -50%;
    content: "";
    width: 100%;
    height: 15vh;
    display: block;
    position: absolute;
    animation: 4s cubic-bezier(0.4, 0.26, 0, 0.97) 3s infinite normal forwards running run;
    background: linear-gradient(rgba(108, 179, 63, 0.58) 0%, rgba(108, 179, 63, 0.82) 75%, rgba(108, 179, 63, 0.91) 100%);
}

.lines .line:nth-child(1) {
    margin-left: -25%;
}

.lines .line:nth-child(1)::after {
    animation-delay: 2s;
}

.lines .line:nth-child(3) {
    margin-left: 25%;
}

.lines .line:nth-child(3)::after {
    animation-delay: 2.5s;
}

.lines .line:nth-child(4) {
    margin-left: -40%;
}

.lines .line:nth-child(4)::after {
    animation-delay: 2.5s;
}

.lines .line:nth-child(5) {
    margin-left: 40%;
}

.lines .line:nth-child(6) {
    margin-left: -15%;
}

.lines .line:nth-child(6)::after {
    animation-delay: 1s;
}

.lines .line:nth-child(7) {
    margin-left: -15%;
}

.lines .line:nth-child(7)::after {
    animation-delay: 1.5s;
}

.lines .line:nth-child(8) {
    margin-left: -30%;
}

.lines .line:nth-child(8)::after {
    animation-delay: 1.5s;
}

.lines .line:nth-child(9) {
    margin-left: 30%;
}

.lines .line:nth-child(9)::after {
    animation-delay: 1.5s;
}

.panel5 {
    width: 100%;
    float: left;
    padding: 100px 0px;
    text-align: center;
    position: relative;
}

.panel5 h2 {
    font-size: 52px;
    color: rgb(27, 26, 22);
    font-weight: 500;
    padding: 0px 300px;
}

.panel5 h2 span {
    color: rgb(130, 130, 130);
    float: left;
    text-align: center;
    width: 100%;
}

.ico10 {
    position: absolute;
    left: 10%;
    animation: 4s ease-in-out 0s infinite normal none running parachuteFloat;
}

.ico11 {
    position: absolute;
    right: 7%;
    animation: 4s ease-in-out 0s infinite normal none running airplaneFloat;
}

.bg4 {
    width: 100%;
    margin-top: 40px;
}

@keyframes parachuteFloat {
    0% {
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }

    25% {
        transform: translateY(-15px) translateX(10px) rotate(2deg);
    }

    50% {
        transform: translateY(-30px) translateX(0px) rotate(0deg);
    }

    75% {
        transform: translateY(-15px) translateX(-10px) rotate(-2deg);
    }

    100% {
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }
}

@keyframes airplaneFloat {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }

    25% {
        transform: translateY(-8px) rotate(2deg);
    }

    50% {
        transform: translateY(-15px) rotate(0deg);
    }

    75% {
        transform: translateY(-8px) rotate(-2deg);
    }
}

.panel5 p {
    font-size: 24px;
    color: rgb(34, 34, 34);
    font-weight: 500;
    margin-top: 30px;
    letter-spacing: -3%;
    line-height: 128%;
    padding: 0px 200px;
    margin-bottom: 30px;
}

.panel5 a {
    display: inline-flex;
    align-items: center;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 6px 6px 6px 25px;
    border-radius: 50px;
    gap: 15px;
    font-weight: 500;
}
.panel5 a:hover span{
        transform: rotate(-45deg) scale(1.15);
    background: rgb(0, 0, 0);
}
.panel5 a span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(108, 179, 63);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}
.panel5 a:hover{
    background:#6cb33f;
}
.panel6 {
    width: 100%;
    float: left;
    background: rgb(246, 242, 239);
    padding: 100px 0px 100px 4%;
}

.panel6 .ico1 {
    float: left;
}

.panel6 h6 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    border: 1px solid rgb(206, 206, 206);
    float: left;
    padding: 7px 14px;
    text-transform: uppercase;
    border-radius: 30px;
}

.panel6 h2 {
    font-size: 52px;
    color: rgb(27, 26, 22);
    float: left;
    font-weight: 500;
    letter-spacing: -2%;
    width: 50%;
    clear: both;
    line-height: 110%;
    margin-top: 10px;
}

.panel6 h2 span {
    color: rgb(130, 130, 130);
    float: left;
}

.kerala {
    float: right;
    margin-right: 4%;
}

.p6-box {
    width: 100%;
    float: left;
    position: relative;
}

.p6-box img {
    width: 100%;
    float: left;
    border: 3px solid rgb(255, 255, 255);
    border-radius: 24px;
    height: 455px;
    object-fit: cover;
}

.p6-box h5 {
    position: absolute;
    right: 15px;
    top: 14px;
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    border: 1px solid rgb(206, 206, 206);
    border-radius: 30px;
    padding: 3px 16px 6px;
    background: rgba(255, 255, 255, 0.52);
}

.p6-box h4 {
    font-size: 32px;
    color: rgb(255, 255, 255);
    position: absolute;
    bottom: 90px;
    left: 15px;
}

.p6-box p {
    position: absolute;
    bottom: 0px;
    left: 15px;
    padding-right: 20px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
}

.p6-carousel {
    float: left;
    margin-top: 40px;
}

.p6-box::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0px;
    z-index: 9;
    background: linear-gradient(236deg, rgba(255, 255, 255, 0.05) 61%, rgb(255 255 255 / 15%) 100%);
    left: 0px;
    border-radius: 24px;
}

.panel7 {
    width: 100%;
    float: left;
    padding: 70px 0px 70px 5%;
}

.panel7 .ico1 {
    float: left;
}

.panel7 h6 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    border: 1px solid rgb(206, 206, 206);
    float: left;
    padding: 7px 14px;
    text-transform: uppercase;
    border-radius: 30px;
}

.panel7 h2 {
    font-size: 52px;
    color: rgb(27, 26, 22);
    float: left;
    font-weight: 500;
    letter-spacing: -2%;
    width: 44%;
    clear: both;
    line-height: 110%;
    margin-top: 10px;
    margin-bottom: 40px;
}

.wid-230 {
    width: 26%;
    float: left;
}

.wid-30 img {
}

.wid-30 h5 {
}

.wid-30 span {
}

.testi-left {
    background: rgb(106, 181, 70);
    padding: 20px;
    float: left;
    width: 100%;
    position: relative;
    height: 420px;
}

.wid-70 {
    width: 74%;
    float: right;
}

.testi-left img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 130px;
}

.testi-carousel {
}

.testi-right {
    width: 100%;
    float: left;
}

.testi-box {
    background: rgb(246, 242, 239);
    width: 100%;
    float: left;
    padding: 45px 22px 36px;
    border-right: 1px solid rgb(206, 206, 206);
    border-top: 1px solid rgb(206, 206, 206);
    border-bottom: 1px solid rgb(206, 206, 206);
    height: 420px;
}

.testi-box i {
    color: rgb(245, 199, 77);
}

.testi-box p {
    font-size: 16px;
    color: rgb(30, 30, 30);
    font-weight: 400;
    margin-top: 30px;
    line-height: 164%;
}

.testi-name {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.testi-name h4 {
    width: 55px;
    height: 55px;
    float: left;
    background: rgb(106, 181, 70);
    text-align: center;
    padding: 13px;
    border-radius: 100%;
    font-size: 24px;
    color: rgb(255, 255, 255);
    margin-right: 10px;
}

.testi-name h5 {
    font-size: 16px;
    color: rgb(0, 0, 0);
    opacity: 0.9;
    margin: 0px;
    padding-top: 10px;
}

.testi-name span {
    float: left;
    color: rgb(128, 128, 128);
    font-size: 12px;
    font-weight: 400;
    margin: 0px;
}

.sp1 {
    color: rgb(130, 130, 130);
    float: left;
}

.wid-full {
    width: 100%;
    float: left;
}

.testi-left span {
    font-size: 24px;
    color: rgb(28, 28, 28);
    position: absolute;
    bottom: 20px;
    font-weight: 400;
}

.testi-left h5 {
    position: absolute;
    bottom: 40px;
    font-size: 72px;
    font-weight: 300;
    color: rgb(0, 0, 0);
}.ftr-btn:hover{
    background: #6ab546;
    border-color: #6ab546;
}
.ftr-btn:hover span{
    background: #1a1a17;
    transform: rotate(-45deg) scale(1.15);
}

.ftr-btn {
    display: inline-flex;
    align-items: center;
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 6px 6px 6px 25px;
    border-radius: 50px;
    gap: 15px;
    font-weight: 500;
    clear: both;
    border: 1px solid rgb(255, 255, 255);
}

.ftr-btn span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(125, 125, 125);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ftr-top-left {
    width: 45%;
    float: left;
    position: relative;
    padding-left: 30px;
}

.ftr-top-left::after {
    position: absolute;
    content: "";
    background: rgba(90, 90, 90, 0.44);
    width: 1px;
    height: 104vh;
    left: 0px;
    top: -59px;
}

.ftr-top-left h2 {
    font-size: 48px;
    color: rgb(255, 255, 255);
    font-weight: 500;
}

.ftr-top-right {
    float: right;
    width: 34%;
    position: relative;
    padding-right: 30px;
}

.ftr-top-right::after {
    position: absolute;
    content: "";
    background: rgba(90, 90, 90, 0.44);
    width: 1px;
    height: 104vh;
    right: 0px;
    top: -59px;
}

.ftr-top-right p {
    font-size: 16px;
    color: rgb(255, 255, 255);
    float: right;
    clear: both;
    width: 100%;
}

.footer-mid {
    width: 100%;
    float: left;
    border-bottom: 0.5px solid rgba(90, 90, 90, 0.44);
}

.ftr-col {
    width: 25%;
    float: left;
    border-right: 0.5px solid rgba(90, 90, 90, 0.44);
    padding: 0px 37px;
    height: 100vh;
    max-height: 340px;
}

.ftr-col h5 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 15px;
}

.ftr-col a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: rgb(123, 123, 123);
    text-transform: capitalize;
    font-weight: 400;
    padding: 8px 0px;
}

.ftr-col a:hover {
    color: rgb(255, 255, 255);
}

.ftr-col p {
    width: 100%;
    float: left;
    font-size: 16px;
    color: rgb(123, 123, 123);
    text-transform: capitalize;
    font-weight: 400;
}

.ftr-last {
    float: left;
    width: 100%;
    padding: 15px 0px;
}

.ftr-last p {
    font-size: 16px;
    color: rgb(123, 123, 123);
    font-weight: 400;
    margin: 0px;
    padding-left: 30px;
    float: left;
    padding-top: 10px;
}

.ftr-last a {
    float: right;
    margin-right: 30px;
    color: rgb(123, 123, 123);
    padding-left: 5px;
}

.ftr-last a:hover {
    color: rgb(255, 255, 255);
}

.ftr-last a img {
    color: rgb(106, 181, 70);
}

.cta-img {
    position: absolute;
    bottom: 70px;
    right: 14%;
    height: 450px;
    width: 487px;
    object-fit: cover;
    z-index: 9;
}

.cta {
    width: 100%;
    float: left;
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
}

.cta-box {
    width: 100%;
    float: left;
    background-image: url("../images/bg5.webp");
    background-size: cover;
    min-height: 465px;
}

.cta-box h2 {
    font-size: 52px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    width: 44%;
    margin-top: 90px;
    padding-left: 50px;
    line-height: 114%;
}

.cta-box p {
    font-size: 16px;
    color: rgb(50, 50, 50);
    padding: 10px 0px 0px 50px;
    width: 38%;
}.cta-box a:hover span{
    background: #000;
}.cta-box a:hover span img{
    filter: invert(1);
}
.cta-box a:hover{
    background: #6cb33f;
    color: #fff;
}
.cta-box a {
    display: inline-flex;
    align-items: center;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    text-decoration: none;
    padding: 6px 6px 6px 25px;
    border-radius: 50px;
    gap: 15px;
    font-weight: 500;
    margin-left: 50px;
}

.cta-box a span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(108, 179, 63);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-box a span img {
}

.innerban p {
    font-size: 16px;
    color: rgb(0, 0, 0);
    width: 50%;
    padding-left: 0px;
    line-height: 154%;
    padding-top: 5px;
    margin: 0px;
    position: relative;
}

.innerban {
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
    background-image: url("../images/bg-in.webp");
    margin-top: 0px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
    z-index: 99;
}

.innerban::after {
    background: url("../images/testi-bg2.png") no-repeat;
    content: "";
    height: 400px;
    mix-blend-mode: normal;
    position: absolute;
    right: 0px;
    top: -40px;
    width: 400px;
    z-index: 9;
    transform: rotate(180deg);
}

.innerban::before {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: radial-gradient(95.51% 264.21% at 92.63% 38.85%, rgba(25, 25, 26, 0.44) 0%, rgb(212 255 190 / 75%) 94.98%, rgba(106, 181, 70, 0.28) 99.99%);
    content: "";
    mix-blend-mode: normal;
}

.innerban h1 {
    color: rgb(0, 0, 0);
    padding: 71px 0% 5px;
    font-size: 55px;
    font-weight: 600;
    margin: 0px;
    position: relative;
    z-index: 9;
    text-align: left;
    line-height: 115%;
}

.wave {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 146px;
    background: url("../images/wave.png") 0% 0% / cover;
}

@keyframes animate {
    0% {
        background-position-x: 0px;
    }

    100% {
        background-position-x: 100vw;
    }
}

.wave1 {
    animation: 20s linear 0s infinite normal none running animate;
    z-index: 15;
    bottom: 0px;
}

@keyframes animate2 {
    0% {
        background-position-x: 0px;
    }

    100% {
        background-position-x: -100vw;
    }
}

#sec-pages {
    float: left;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 40px;
}

.contact-head span {
    color: rgb(130, 130, 130);
    float: left;
    width: 100%;
}

.contact-head {
    float: left;
    width: 100%;
    color: rgb(27, 26, 22);
    font-size: 52px;
    font-weight: 500;
    line-height: 53px;
    margin-top: 10px;
    margin-bottom: 50px;
}

.blog-listing {
    float: left;
    width: 100%;
    margin-top: 5px;
}


.blg-imgs img {
    float: left;
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 7px;
}

.blg-dtls{
    float:left;
    width:50%;
    padding-left: 20px;
}

.blg-bg {
    float: left;
    width: 100%;
    padding: 20px;
    background: rgb(255, 248, 243);
    border: 1px solid rgba(255, 255, 255, 0.04);
    margin-bottom: 45px;
    border-radius: 15px;
}

.pub {
    float: right;
   background-color: rgb(255 255 255 / 58%);
    border-radius: 50px;
    padding: 11px 15px;
    font-size: 15px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    margin-top: 8px;
}

.blg-bg h2 {
    float: left;
    /* width: 100%; */
    color: rgb(0, 0, 0);
    font-size: 22px;
    line-height: 28px;
    margin-top: 20px;
    position: absolute!important;
    bottom: 0!important;
    padding-right: 5%!important;
    padding-bottom: 9%!important;
}

.blg-bg p {
    float: left;
    width: 100%;
    color: rgb(0, 0, 0);
    font-size: 16px;
    padding-top: 5px;
    line-height: 28px;
}

#sec-pages {
    float: left;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 40px;
    position: relative;
}

.glass-ag-titels {
    float: left;
    width: 100%;
    color: rgb(0, 0, 0);
    font-size: 37px;
    line-height: 47px;
    margin-bottom: 14px;
    font-weight: 500;
    margin-top: 20px;
}

.blg-imgs {
    float: left;
    width: 50%;
}

.radius-brd {
    border-radius: 10px !important;
}

.detail-pra {
    float: left;
    width: 100%;
    /* margin-top: 25px; */
}

.detail-pra p {
    float: left;
    width: 100%;
    color: rgba(0, 0, 0, 0.81);
    font-size: 16px;
    line-height: 154%;
}

.related-blogs {
    float: left;
    width: 100%;
    /* background-color: rgba(99, 175, 59, 0.11); */
    padding: 25px;
    border-radius: 15px;
    position: relative;
}

.related-blogs h4 {
    float: left;
    width: 100%;
    color: rgb(0 0 0);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: 54px;
    text-align: center;
    background: rgb(239 255 231);
    border-radius: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #66b140;
}
.rn-hvr:hover{
    border-color: #9ecb7a;
}
.rn-hvr {
    float: left;
    width: 100%;
    color: rgb(0, 0, 0);
    font-weight: 500;
    border: 1px solid rgb(124 122 122 / 21%);
    margin-bottom: 20px;
    padding: 8px;
    padding-bottom: 0;
    border-radius: 15px;
}

.rn-hvr span {
    float: left;
    background-color: rgba(106, 181, 70, 0.46);
    color: rgb(0, 0, 0);
    font-size: 13px;
    border-radius: 50px;
    padding: 5px 15px 5px 12px;
}

.rn-hvr h5 {
    font-size: 17px;
    float: left;
    width: 100%;
    margin-top: 14px;
    line-height: 25px;
    color: rgb(0, 0, 0);
    font-weight: 400;
}

.about-sec1 {
    width: 100%;
    float: left;
    padding: 70px 0px;
    position: relative;
}

.abt1-left h2 {
    font-size: 52px;
    color: rgb(27, 26, 22);
    float: left;
    font-weight: 500;
    letter-spacing: -2%;
    width: 100%;
    line-height: 110%;
}

.abt1-left {
    width: 50%;
    float: left;
}

.abt1-left-edit{
     width: 100%;
    float: left;
}

.fav-top{
    width: 100%;
    float: left;  
}

.fl-none{
    float:none !important;
}

.abt1-left h2 span {
}

.abt1-left p {
    width: 100%;
    float: left;
    font-size: 16px;
    color: rgb(30, 30, 30);
    font-weight: 400;
    line-height: 185%;
    margin-top: 10px;
}

.abt1-right {
    float: right;
    width: 47%;
}

.abt1-right p {
    width: 100%;
    float: left;
    font-size: 16px;
    color: rgb(30, 30, 30);
    font-weight: 400;
    line-height: 185%;
    margin-top: 10px;
}

.abt1-right img {
    width: 100%;
    height: 510px;
    object-fit: cover;
    border-radius: 24px;
}

.abt1-left h2 span {
    color: rgb(130, 130, 130);
}

.abt1-left img {
    /* width: 100%; */
    /* float: left; */
    /* height: 510px; */
    /* object-fit: cover; */
    border-radius: 24px;
    float: right;
    margin-left: 30px;
    margin-top: 12px;
}

.about-widget {
    position: relative;
    cursor: pointer;
    float: right;
    margin-top: 5px;
    margin-left: 10px;
}

.hamburger {
    width: 46px;
    height: 46px;
    display: flex;
    border-radius: 100%;
    padding: 16px 12px;
    align-self: center;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
    transition: 500ms;
    background-color: rgb(240, 240, 240);
}

html:not(.body-menu-opened) .hamburger .top-bun {
    animation: 1s ease-in-out 200ms infinite alternate forwards running burger-hover;
}

.hamburger span {
    height: 2px;
    width: 83.3333%;
    background: rgb(55, 55, 55);
    transition: 500ms;
}

.hamburger .meat {
    width: 100%;
    transition: 200ms ease-in-out;
}

html:not(.body-menu-opened) .hamburger .meat {
    animation: 1s ease-in-out 400ms infinite alternate forwards running burger-hover;
}

html:not(.body-menu-opened) .hamburger .bottom-bun {
    animation: 1s ease-in-out 600ms infinite alternate forwards running burger-hover;
}

.hamburger .bottom-bun {
    width: 58.3333%;
    transition: 100ms ease-in-out;
    display: none;
}

@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

.abt1-left .ico1 {
    float: left;
    width: 38px;
    height: 38px;
    margin-left: 0px;
    margin-top: 0px;
        
}

.vm{
    float:left;
    width:100%;
    padding-top:35px;
    padding-bottom:35px;
}


.mission-sec{
    float: left;
    width: 100%;
    margin-top:40px;
    border-top: solid 1px rgb(255 255 255 / 20%);
    border-bottom: solid 1px rgb(255 255 255 / 20%);
    padding-bottom:0px; 
    border-right: solid 1px rgb(0 0 0 / 13%);
    padding-right: 25px;
}


.vision-padding{
    padding-left: 25px;
    border-right: none;
    padding-right: 0px;
}



.mission-sec h3{
   float: left;
    /* width: 100%; */
    text-align: center;
    font-size: 21px;
    color: black;
    /* letter-spacing: 1px; */
    text-align: left;
    background: #f9f9f9;
    border-radius: 50px;
    padding: 14px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 500;
}

.mission-sec h3 img{
    width: 35px;
    margin-right: 9px;
}


.mission-sec h3::after {
   content: "";
    position: absolute;
    inset: 2px;
    background:#eff7e9;
    border-radius: 50px;
    z-index: -1;
    background: #ffffff;
    background: linear-gradient(266deg, rgba(255, 255, 255, 1) 0%, rgba(239, 247, 233, 1) 100%);
}


.mission-sec h3::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 50px;
    background: conic-gradient( from 0deg, transparent, transparent, #a9df8f, transparent, transparent );
    animation: rotateBorder 3s linear infinite;
    z-index: -1;
}

/* Rotation animation */
@keyframes rotateBorder {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.mission-sec p{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 185%;
    color: rgb(30, 30, 30);
}



.holy-pil{
    float: left !important;
    margin-left: 0px !important;
    margin-right: 30px;    
}

.abt1-left h6 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    border: 1px solid rgb(206, 206, 206);
    float: left;
    padding: 7px 14px;
    text-transform: uppercase;
    border-radius: 30px;
}

.career-full {
    width: 100%;
    float: left;
    padding: 70px 0px;
    position: relative;
}

.career-full .ico1 {
    float: left;
}

.career-full h6 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    border: 1px solid rgb(206, 206, 206);
    float: left;
    padding: 7px 14px;
    text-transform: uppercase;
    border-radius: 30px;
}

.career-full h2 {
    font-size: 52px;
    color: rgb(27, 26, 22);
    float: left;
    font-weight: 500;
    letter-spacing: -2%;
    width: 100%;
    line-height: 110%;
}

.career-full h2 span {
    color: rgb(130, 130, 130);
    float: left;
    width: 100%;
}

.career-full form {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.career-field {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.career-field label {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    width: 100%;
    float: left;
    margin-bottom: 8px;
}

.career-field input {
    width: 100%;
    float: left;
    padding: 15px;
    border-radius: 5px;
    font-size: 15px;
    border: 1px solid rgb(206, 206, 206);
}

.career-full button {
    width: 50%;
    float: left;
    padding: 14px 10px 16px 17px;
    text-align: left;
    font-size: 18px;
    border-radius: 30px;
    height: 58px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: 0px;
}
.career-full button:hover span{
    background: #000;
    transform: rotate(-45deg) scale(1.15);
}
.career-full button:hover {background: #6ab546;}

.career-field input:focus {
    outline: none;
}

.career-full button span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(106, 181, 70);
    color: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
    float: right;
    margin-top: -6px;
    padding-top: 6px;
    text-align: center;
}

.ico11 {
    position: absolute;
    right: 10%;
    animation: 4s ease-in-out 0s infinite normal none running parachuteFloat;
}

.bg-career {
    position: absolute;
    top: -150px;
    right: -100px;
    z-index: 99;
    opacity: 0.4;
    transform: rotate(85deg) !important;
}

.contact-full {
    width: 100%;
    float: left;
    padding: 70px 0px 0px;
    position: relative;
}

.ct-left {
    width: 50%;
    float: left;
}

.ct-left img {
    float: left;
}

.ct-left h2 {
    font-size: 52px;
    color: rgb(27, 26, 22);
    float: left;
    font-weight: 500;
    letter-spacing: -2%;
    line-height: 110%;
    width: 80%;
}

.ct-left h2 span {
    color: rgb(130, 130, 130);
}

.ct-right {
    float: right;
    width: 50%;
}

.ct-right p {
    width: 76%;
    float: right;
    font-size: 16px;
    color: rgb(92, 92, 92);
    font-weight: 500;
    line-height: 161%;
    margin-top: 20px;
    display: none;
    margin-bottom: 0px;
}

.ct-left h6 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    border: 1px solid rgb(206, 206, 206);
    float: left;
    padding: 7px 14px;
    text-transform: uppercase;
    border-radius: 30px;
}

.contact2 {
    width: 100%;
    float: left;
    padding: 30px 0px 70px;
}

.ct-box {
    width: 100%;
    float: left;
    padding: 30px;
    background: rgb(102, 177, 64);
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    min-height: 170px;
}

.ct-box img {
    position: absolute;
    width: 150px;
    right: 0px;
    top: -12px;
    transform: rotate(175deg);
    opacity: 0.2;
}

.ct-box h5 {
    font-size: 25px;
    color: rgb(255, 255, 255);
    font-weight: 500;
}

.ct-box h6 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 154%;
    margin: 0px;
    font-weight: 400;
}

.ct-box h6 a {
    color: rgb(255, 255, 255);
}

.contact3 {
    width: 100%;
    float: left;
    background-image: url("../images/bg-ct.webp");
    background-size: cover;
    background-position: 100% 50%;
    padding: 50px 0px 70px;
    position: relative;
    z-index: 9;
    background-attachment: fixed;
}

.contact3::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    background: linear-gradient(181deg, rgb(255, 255, 255) 7%, rgba(255, 255, 255, 0.39) 97%);
}

.ct3-left img {
    background: rgb(255, 255, 255);
    border-radius: 100%;
    display: inline-block;
    margin: auto;
}

.ct3-left h2 {
    font-size: 52px;
    color: rgb(0, 0, 0);
    float: left;
    font-weight: 500;
    letter-spacing: -2%;
    line-height: 110%;
    width: 100%;
    margin: auto;
    padding: 0px 200px;
}

.ct3-left h2 span {
    color: rgb(86, 86, 86);
}

.ct3-right {
    float: right;
    width: 100%;
    text-align: center;
    display: none;
}

.ct3-right p {
    width: 100%;
    float: right;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    line-height: 161%;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0px 280px;
}

.ct3-left h6 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    border: 1px solid rgb(206, 206, 206);
    padding: 7px 14px;
    text-transform: uppercase;
    border-radius: 30px;
    display: inline-block;
}

.ct3-left {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.contact3 form {
    width: 100%;
    max-width: 800px;
    display: block;
    margin: auto;
}

.ct-field label {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    width: 100%;
    float: left;
    margin-bottom: 8px;
}

.ct-field {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.ct-field input {
    width: 100%;
    float: left;
    padding: 15px;
    border-radius: 10px;
    font-size: 15px;
    border: 1px solid rgb(206, 206, 206);
}

.ct-field textarea {
    width: 100%;
    float: left;
    padding: 15px;
    border-radius: 10px;
    font-size: 15px;
    border: 1px solid rgb(206, 206, 206);
    height: 120px;
}
.contact3 button:hover{
    background: #6ab546;
}
.contact3 button:hover span{background: #000;transform: rotate(-45deg) scale(1.15);}
.contact3 button {
    width: 200px;
    padding: 14px 17px 16px;
    text-align: left;
    font-size: 18px;
    border-radius: 30px;
    height: 58px;
    background: rgb(0, 0, 0);
    font-weight: 500;
    color: rgb(255, 255, 255);
    border: 0px;
    display: table;
    margin: auto;
}

.contact3 button span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(106, 181, 70);
    color: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
    float: right;
    margin-top: -6px;
    padding-top: 6px;
    text-align: center;
}

.abt-sec2 {
    width: 100%;
    float: left;
    background: rgb(246, 242, 239);
    padding: 70px 0px;
    text-align: center;
}

.abt-sec2 .ico1 {
    float: left;
}

.abt-sec2 h6 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    border: 1px solid rgb(206, 206, 206);
    float: left;
    padding: 7px 14px;
    text-transform: uppercase;
    border-radius: 30px;
}

.abt-sec2 h2 {
    font-size: 52px;
    color: rgb(0, 0, 0);
    float: left;
    font-weight: 500;
    letter-spacing: -2%;
    line-height: 110%;
    width: 50%;
    clear: both;
    text-align: left;
}

.abt-sec2 h2 span {
    color: rgb(86, 86, 86);
}

.abt-sec2 p {
    font-size: 16px;
    color: rgb(0, 0, 0);
    float: right;
    width: 50%;
    text-align: left;
    padding-left: 5%;
    margin-top: 20px;
}

.ab-box {
    background: rgb(25, 25, 25);
    width: 100%;
    float: left;
    padding: 30px;
    margin-top: 20px;
    border-radius: 24px;
}

.ab-box img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.ab-box h4 {
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
}

.ab-box h5 {
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 154%;
    font-weight: 400;
    margin: 0px;
}

.cta1-img {
    transform-origin: center center;
    position: absolute;
    right: 5%;
    z-index: 0;
    width: 720px;
    bottom: 69px;
}

.service-full {
    width: 100%;
    float: left;
    padding: 70px 0px;
    position: relative;
}

.service-full .ico1 {
    float: left;
}

.service-full h6 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    border: 1px solid rgb(206, 206, 206);
    float: left;
    padding: 7px 14px;
    text-transform: uppercase;
    border-radius: 30px;
}

.service-full h2 {
    font-size: 52px;
    color: rgb(27, 26, 22);
    float: left;
    font-weight: 500;
    letter-spacing: -2%;
    width: 100%;
    line-height: 110%;
    margin-bottom: 40px;
}

.service-full h2 span {
    color: rgb(130, 130, 130);
    float: left;
    width: 100%;
}

.service-box1 {
    width: 100%;
    float: left;
    background: rgb(211, 235, 200);
    padding: 30px 30px 0px 0px;
    position: relative;
    margin-top: 50px;
    border-radius: 24px;
}

.service-box1 .serve-img {
    width: 500px;
    height: 300px;
    float: left;
    border-radius: 24px;
    object-fit: cover;
    margin-right: 40px;
    margin-top: -60px;
}

.service-box1 h5 {
    font-size: 38px;
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.service-box1 p {
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 178%;
    font-weight: 400;
    padding-top: 5px;
}

.service-box1 .serv-b {
    position: absolute;
    right: 0px;
    bottom: -18px;
    opacity: 0.1 !important;
    width: 120px;
    transform-origin: center center;
    transform: rotate(-180deg) !important;
}

.service-box1 span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(106, 181, 70);
    color: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
    float: right;
    margin-top: -6px;
    padding-top: 6px;
    text-align: center;
}
.service-box1 a:hover{
    background: #6ab546;
}
.service-box1 a:hover span{
    background: #000;
    transform: rotate(-45deg) scale(1.15);
}
.service-box1 a {
    width: 170px;
    float: left;
    padding: 14px 17px 16px;
    text-align: left;
    font-size: 18px;
    border-radius: 30px;
    height: 58px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: 0px;
    margin-bottom: 30px;
}

@keyframes floating {
    0%, 100% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(-12px);
    }

    50% {
        transform: translateY(-20px);
    }

    75% {
        transform: translateY(-12px);
    }
}

.service-box2 {
    width: 100%;
    float: left;
    background: rgb(245, 239, 247);
    padding: 30px 30px 0px 0px;
    position: relative;
    margin-top: 50px;
    border-radius: 24px;
}

.service-box2 .serve-img2 {
    width: 500px;
    height: 300px;
    float: left;
    border-radius: 24px;
    object-fit: cover;
    margin-right: 40px;
    margin-top: -60px;
}

.service-box2 h5 {
    font-size: 38px;
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.service-box2 p {
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 178%;
    font-weight: 400;
    padding-top: 5px;
}

.service-box2 .serv-b2 {
    position: absolute;
    right: 0px;
    bottom: -18px;
    opacity: 0.1 !important;
    width: 120px;
    transform-origin: center center;
    transform: rotate(-180deg) !important;
}

.service-box2 span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(106, 181, 70);
    color: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
    float: right;
    margin-top: -6px;
    padding-top: 6px;
    text-align: center;
}
.service-box2 a:hover{
    background: #6ab546;
}
.service-box2 a:hover span{
    background: #000;
    transform: rotate(-45deg) scale(1.15);
}
.service-box2 a {
    width: 170px;
    float: left;
    padding: 14px 17px 16px;
    text-align: left;
    font-size: 18px;
    border-radius: 30px;
    height: 58px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: 0px;
    margin-bottom: 30px;
    position: relative;
}

#sec-pages .ico1 {
    float: left;
}

#sec-pages h6 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    border: 1px solid rgb(206, 206, 206);
    float: left;
    padding: 7px 14px;
    text-transform: uppercase;
    border-radius: 30px;
}
.nav-blog:hover{
    background: #6ab546;
}.nav-blog:hover span{
    background: #000;
    transform: rotate(-45deg) scale(1.15);
}
.nav-blog {
    width: 50%;
    float: left;
    padding: 14px 12px 16px 17px;
    text-align: left;
    font-size: 18px;
    border-radius: 30px;
    height: 58px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: 0px;
}

.nav-blog span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(106, 181, 70);
    color: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
    float: right;
    margin-top: -6px;
    padding-top: 6px;
    text-align: center;
}

.service-det-full {
    width: 100%;
    float: left;
    padding: 70px 0px;
    position: relative;
}

.serv-left {
    width: 60%;
    float: left;
}

.serv-left .ico1 {
    float: left;
}

.serv-left h6 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    border: 1px solid rgb(206, 206, 206);
    float: left;
    padding: 7px 14px;
    text-transform: uppercase;
    border-radius: 30px;
}

.serv-img-full {
    width: 100%;
    border-radius: 24px;
    height: 340px;
    margin-bottom: 30px;
    float: left;
    object-fit: cover;
}

.serv-left h2 {
    font-size: 45px;
    color: rgb(27, 26, 22);
    float: left;
    font-weight: 500;
    letter-spacing: -2%;
    width: 100%;
    line-height: 110%;
}

.serv-left p {
    width: 100%;
    font-size: 16px;
    line-height: 184%;
    color: rgb(0, 0, 0);
    float: left;
    margin-top: 10px;
}

.serv-right {
    width: 40%;
    float: right;
    padding-left: 40px;
    position: relative;
}

.serv-right h2 {
    font-size: 34px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    margin-bottom: 20px;
    width: 83%;
}

.serv-right form img {
    position: absolute;
    right: 0px;
    width: 100px;
    transform: rotate(178deg) !important;
    opacity: 0.2;
    top: 0px;
}

.serv-right form {
    width: 100%;
    float: left;
    background: rgb(246, 242, 239);
    padding: 30px;
    border-radius: 24px;
}

.serv-field {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.serv-field label {
    width: 100%;
    float: left;
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.serv-field input {
    width: 100%;
    float: left;
    border: 1px solid rgb(206, 206, 206);
    font-size: 16px;
    padding: 13px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    margin-top: 8px;
}

.serv-field select {
    width: 100%;
    float: left;
    border: 1px solid rgb(206, 206, 206);
    font-size: 16px;
    padding: 13px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    margin-top: 8px;
}

.serv-field option {
}
.serv-right button:hover{
    background: #6ab546;
}
.serv-right button:hover span{
    background: #000;
    transform: rotate(-45deg) scale(1.15);
}
.serv-right button {
    width: 50%;
    padding: 14px 17px 16px;
    text-align: left;
    font-size: 18px;
    border-radius: 30px;
    height: 58px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: 0px;
    display: table;
    margin: auto;
}

.serv-right button span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(106, 181, 70);
    color: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
    float: right;
    margin-top: -6px;
    padding-top: 6px;
    text-align: center;
}

.serv-right button:hover {
}

.serv-right button:hover span {
}

.serv-rel {
    width: 100%;
    float: left;
    background: rgb(246, 242, 239);
    padding: 70px 0px 50px;
}

.serv-rel h2 {
    font-size: 45px;
    color: rgb(27, 26, 22);
    float: left;
    font-weight: 500;
    letter-spacing: -2%;
    width: 100%;
    line-height: 110%;
    margin-bottom: 30px;
}

.service-box {
    width: 100%;
    float: left;
    background: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 24px;
    min-height: 580px;
    margin-bottom: 30px;
}

.service-box h5 {
    font-size: 26px;
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.service-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 24px;
    margin-bottom: 20px;
}

.service-box p {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 154%;
}

.service-box a {
    width: 54%;
    float: left;
    padding: 15px 17px 11px;
    text-align: left;
    font-size: 18px;
    border-radius: 30px;
    height: 50px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: 0px;
    display: table;
}

.service-box a span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(106, 181, 70);
    color: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
    float: right;
    margin-top: -6px;
    padding-top: 6px;
    text-align: center;
}

.service-box a:hover {background: #6ab546;}

.service-box a:hover span {transform: rotate(-45deg) scale(1.15);background: #000;}

.sidebar-open #sidebar {
    transform: perspective(1400px) rotateY(0deg);
    opacity: 1;
    visibility: visible;
    transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.6s;
}

body.sidebar-open {
    overflow: hidden;
    height: 100vh;
}

.close-btn {
    color: rgb(255, 255, 255);
    font-size: 45px;
    text-decoration: none;
    line-height: 0.5;
    transition: color 0.3s;
    margin-top: 0px;
    float: left;
    text-align: left;
    left: 10px;
    position: absolute;
    top: 10px;
    background: #6ab546;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    padding: 4px;
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 10px;
    /* position: relative; */
}

.sidebar-content {
    display: flex;
    flex-direction: column;
    gap: 54px;
    width: 100%;
}

.quick-enquiry {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sidebar-title {
    font-size: 20px;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

.footer-col-subscribe h4 {
    color: white;
}

.footer-col-subscribe p {
    width: 100%;
    float: left;
    padding: 7px 0px;
    color: white;
}

.subscribe-form {
    position: relative;
}

.subscribe-form input[type="email"] {
    background: transparent;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    padding: 20px 24px;
    font-size: 16px;
    border-radius: 100px;
    width: 100%;
    outline: none;
    transition: border-color 0.3s;
    position: relative;
}

.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 0px;
    width: 0px;
    z-index: -1;
}

.subscribe-form button span {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgb(106, 181, 70);
    color: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
    float: right;
    margin-top: -6px;
    padding-top: 6px;
    text-align: center;
}

.subscribe-form button {
    position: absolute;
    right: 10px;
    top: 63px;
    width: 160px;
    height: 48px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    padding-left: 15px;
    padding-top: 7px;
}

.social-links-side h4 {
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -1px;
    margin-bottom: 20px;
    /* text-decoration: underline 1px; */
    text-underline-offset: 5px;
}
.side-social span{
    color: #fff;
    padding-left: 10px;
    font-size: 16px;
    padding-top: 6px;
    float: left;
}
.side-social {
    /* display: flex; */
    /* gap: 19px; */
    float: left;
    width: 100%;
}

.side-social a {
    /* background: rgb(106, 181, 70); */
    /* border-radius: 100%; */
    /* text-align: center; */
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.side-social a div{
    background: rgb(106, 181, 70);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    padding: 6px;
    float: left;
}
.side-social a img {
    width: 20px;
    height: 20px;
}

.side-social a:hover div {background: #000;}

.sidebar-title:hover {
    color: rgb(255, 255, 255);
}

.social-links-side {
    float: left;
    width: 100%;
}

.social-links-side h4 {
    float: left;
    width: 100%;
    /* text-transform: uppercase; */
    font-weight: 500;
    font-size: 30px;
    color: white;
}

.side-scl {
    border-right: 1px solid rgba(255, 255, 255, 0.45);
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Mona Sans", sans-serif !important;
}

.side-scl:hover {
    color: rgb(247, 214, 214);
    text-decoration: none;
    transition: 0.5s ease-in-out;
}

#sidebar {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 35%;
    height: 100%;
    z-index: 1000;
    color: rgb(217, 217, 217);
    background-color: rgb(0 0 0 / 23%);
    backdrop-filter: blur(40px);
    transform-origin: right center;
    transform: perspective(1400px) rotateY(-90deg);
    opacity: 0;
    transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.6s, visibility 1.2s;
    visibility: hidden;
    padding: 0px 20px 0px 35px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.modal-overlay.is-visible {
    visibility: visible;
    opacity: 1;
}

.modal-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 26%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    padding: 20px;
    box-sizing: border-box;
}

.modal-content {
    padding: 40px;
    border-radius: 15px;
    width: 100%;
    max-width: 800px;
    position: relative;
    overflow: hidden;
    /* background: linear-gradient(90deg, rgb(204, 255, 179) 0%, rgb(255, 255, 255) 100%); */
    background-color: rgb(0 0 0 / 23%);
    backdrop-filter: blur(10px);
}

.close-button {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 25px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    transition: color 0.2s;
    background: rgb(106, 181, 70);
    font-weight: 600;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
}

.modal-header-form {
    text-align: center;
    margin-bottom: 23px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgb(255 255 255 / 13%);
}

.modal-header-form h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #ffffff;
    text-transform: capitalize;
}

.modal-header-form p {
    margin-bottom: 5px;
}

.join-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.join-form .form-group {
    flex: 1 1 calc(50% - 10px);
    margin-bottom: 0px;
}

.join-form label {
    display: block;
    font-weight: 500;
    color: black;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.join-form input[type="text"], .join-form input[type="email"], .join-form input[type="password"], .join-form input[type="tel"] {
    color: black;
    width: 100%;
    padding: 14px 15px;
    border-radius: 11px;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0);
    transition: border-color 0.3s, box-shadow 0.3s;
    box-sizing: border-box;
    font-weight: 400;
    border: 2px solid rgb(67, 7, 9);
}

@media (max-width: 600px) {
    .join-form .form-group {
        flex: 1 1 100%;
    }
}

#joinModal .career-frmcnt {
    background-color: white !important;
    color: black !important;
    border: 1px solid rgba(0, 0, 0, 0.07) !important;
}

#joinModal .tlt-hlp {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff !important;
}

.splide-newtop {
    margin-top: 50px;
    margin-bottom: 60px;
}

.career-frmcnt {
    color: white;
    display: block;
    font-weight: 400;
    font-size: 15px;
    height: 52px;
    outline: none;
    transition: 500ms;
    width: 100%;
    float: left;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    margin-top: 3px;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    padding-left: 15px !important;
    margin-bottom: 5px !important;
    background-color: rgb(28, 25, 25) !important;
    border-radius: 8px !important;
}
.hvr-enquir:hover{
    background: #6ab546;
}
.hvr-enquir:hover span{
    background: #000;
    transform: rotate(-45deg) scale(1.15);
}
.hvr-enquir {
    width: 30%;
    padding: 14px 17px 16px;
    text-align: left;
    font-size: 18px;
    border-radius: 30px;
    height: 58px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: 0px;
    display: table;
    margin: auto;
}

.hvr-enquir span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(106, 181, 70);
    color: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
    float: right;
    margin-top: -6px;
    padding-top: 6px;
    text-align: center;
}

.owl-item.active .slide-bg img {
    transition: 0.5s ease-in-out;
    transform: scale(1.1);
}

.owl-item.active .slide-bg {
    overflow: hidden;
}
.globe{
    font-size:70px;
    color:#6cb33f;
    animation:spin 3s linear infinite;
}

@keyframes spin{
    from{transform:rotate(0deg);}
    to{transform:rotate(360deg);}
}/* HTML: <div class="loader"></div> */
.loader {
}
.loader:before,
.loader:after {
  content: "";
  grid-area: 1/1;
  width: 35px;
  aspect-ratio: 1;
  box-shadow: 0 0 0 3px #7fbd58 inset;
  filter: drop-shadow(40px 40px 0 #7fbd58);
  animation: l8 2s infinite alternate;
}
.loader:after {
  margin: 0 0 0 auto;
  filter: drop-shadow(-40px 40px 0 #7fbd58);
  animation-delay: -1s;
}
@keyframes l8 {
  0%,10%   {border-radius:0}
  30%,40%  {border-radius:50% 0}
  60%,70%  {border-radius:50%}
  90%,100% {border-radius:0 50%}
}
[data-aos="mask-in"].aos-animate {
    animation: maskIn .5s cubic-bezier(0.645, 0.045, 0.355, 1) both;
}@keyframes maskIn {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
  }
}
.sd-address{
  float:left;
  width:100%;
}

.sd-address p{
    float: left;
    width: 100%;
    font-size: 19px;
    color: white;
    line-height: 30px;
    margin-bottom: 0px;
}

.up-down img{
    width: 60%;
    margin-top: 20px;
}
.up-down{
  animation: up-down linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: up-down linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: up-down linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: up-down linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: up-down linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes up-down{
  0% {
    transform:  translate(1px,20px)  ;
  }
  24% {
    transform:  translate(1px,30px)  ;
  }
  50% {
    transform:  translate(1px,12px)  ;
  }
  74% {
    transform:  translate(1px,22px)  ;
  }
  100% {
    transform:  translate(1px,22px)  ;
  }
}


.ux-input-group  input:focus {
    padding-left: 15px;
}

.ux-input-group  textarea:focus {
    padding-left: 15px;
}

/* SECTION */
.ux-contact-section{padding: 30px 0 100px;/* background:#f6f6f6; */float: left;width: 100%;}




/* LEFT SIDE */
.ux-contact-left{background: #1a1a17;color:#fff;padding: 31px 41px;display:flex;flex-direction:column;gap:30px;float: left;width: 35%;align-items: stretch;justify-content: center;border-top-left-radius: 20px;border-bottom-left-radius: 20px;}

/* CONTACT CARD */
.ux-contact-card{border:1px solid rgba(255,255,255,0.2);padding:25px;transition:0.4s;cursor:pointer;border-radius: 20px;}

.ux-contact-card:hover{background: #63af3b;color:#fff;transform:translateY(-6px);}

.ux-contact-card:hover p{

color:#fff;
}
.ux-contact-card:hover a{

color:#fff;
}
.ux-contact-card h4{margin:10px 0;font-size: 22px;font-weight: 500;letter-spacing: -1px;}

.ux-contact-card p{font-size: 16px;line-height: 1.8;color: #8d8d8d;}

.ux-contact-card p a{font-size: 16px;line-height: 1.8;color: #8d8d8d;}

/* ICON */
.ux-contact-icon{width: 27px;filter: brightness(100);}

/* RIGHT FORM */
.ux-contact-right{background: #f6f6f6;padding:60px;float: left;width: 65%;display: flex;align-items: center;border-top-right-radius: 20px;border-bottom-right-radius: 20px;}

/* FORM GRID */
.ux-contact-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:25px;
}

/* INPUT GROUP */
.ux-input-group{display:flex;flex-direction:column;margin-bottom: 48px;float: left;width: 100%;}

.ux-input-group label{font-size: 20px;margin-bottom: 6px;font-weight: 500;letter-spacing: -1px;}

.ux-input-group input,
.ux-input-group textarea{border:none;border-bottom:1px solid #ddd;padding:10px 0;font-size: 16px;outline:none;transition:0.3s;background: #f6f6f6;width: 100%;  z-index: 0;}

.ux-input-group textarea{
height:100px;
resize:none;
}

/* INPUT HOVER */
.ux-input-group input:focus,
.ux-input-group textarea:focus{
border-color:#000;
}



.ux-contact-btn{
    border: none;
    display: inline-flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
    /* margin-top: 23px; */
    padding: 17px 73px;
    background:#000;
    color:#fff;
    border-radius:40px;
    text-decoration:none;
    position:relative;
    overflow:hidden;
    transition:.4s;
    font-size: 16px;
    font-weight: 500;
  transform:translateY(0);
    will-change:transform;
    }

.ux-contact-btn:before{ content:'';
    position:absolute;
    inset:0;
    background:#5b914f;
    transform:translateX(-100%);
    transition:transform .35s ease;
    z-index:-1;
}

.ux-contact-btn:hover:before{
    transform:translateX(0);
}
.ux-contact-btn img{
    width: 8px;
}
.ux-contact-btn:hover{color:#fff;/* box-shadow:0 10px 25px rgba(0,0,0,0.3); */z-index: 99;position: relative;}



/* RESPONSIVE */
@media(max-width:991px){

.ux-contact-container{
grid-template-columns:1fr;
}
.ux-contact-right{
    width:100%;
}
.ux-contact-left{flex-direction: column;justify-content:space-between;width: 100%;}

}

@media(max-width:600px){

.ux-contact-left{flex-direction:column;width: 100%;border-radius: 20px;}

.ux-contact-grid{
grid-template-columns:1fr;
}

.ux-contact-right{padding:40px 25px;width: 100%;border-radius: 20px;}

}.ux-contact-right button{
    /* width: 60% !important; */
}
.ux-contact-right button{
     width: 30%;
     float: left;
     padding: 14px 10px 16px 17px;
     text-align: left;
     font-size: 18px;
     border-radius: 30px;
     height: 58px;
     background: rgb(0, 0, 0);
     color: rgb(255, 255, 255);
     border: 0px;
}
.ux-contact-right button span{
     width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(106, 181, 70);
    color: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
    float: right;
    margin-top: -6px;
    padding-top: 6px;
    text-align: center;
}
.ux-contact-right button:hover{
    background: #6ab546;
}
.ux-contact-right button:hover span{
        background: #000;
    transform: rotate(-45deg) scale(1.15);
}

[data-aos="fire"].aos-animate {
  opacity: 1;
  transform: scale(1) translateY(0);
  filter: brightness(1) blur(0);
}
[data-aos="fire"] {
    opacity: 0;
    transform: scale(0.3) translateY(100px);
    filter: brightness(2) blur(10px);
    transition-property: transform, opacity, filter;
}

    /* WhatsApp Bubble */
   .whatsapp-fixed{
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 70px;
    height:70px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-fixed a{
    width: 60px;
    height: 60px;
    background: #fdfffc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.whatsapp-fixed a::before{
    content: "";
    position: absolute;
    width: 78px;
    height: 78px;
    border: 2px dashed #d7d7d7;
    border-radius: 50%;
    animation: rotateRing 15s linear infinite;
}

.whatsapp-fixed img{
    width: 34px;
}

@keyframes rotateRing{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
  
.loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #6ab546;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3
{
    to

{
    transform: rotate(1turn)
    
}
    
}.scroll-text{
  color: #aaa;
  opacity: 0.4;
  transform: translateY(20px);
  transition: all 0.8s ease;
}
.side-social2 span{
    color: rgb(123, 123, 123);
    padding-left: 10px;
    font-size: 16px;
    padding-top: 3px;
    float: left;
}
.side-social2 {
    /* display: flex; */
    /* gap: 19px; */
    float: left;
    width: 100%;
}

.side-social2 a {
    /* background: rgb(106, 181, 70); */
    /* border-radius: 100%; */
    /* text-align: center; */
    float: left;
    width: 100%;
    margin-top: 10px;
    padding: 0;
}
.side-social2 a div{
    background: rgb(106, 181, 70);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    padding: 1px;
    float: left;
}
.side-social2 a img {
    width: 16px;
    height: 16px;
}

.side-social2 a:hover div {background: #000;}
.detail-pra span{
    font-size: 16px;
    color: #919090;
    font-family: "Instrument Serif";
    font-style: italic;
}


.grecaptcha-badge { 
    visibility: hidden;
}