html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

@font-face {
    font-family: 'GothamThin';
    src: url(../fonts/GothamThin.eot);
    src: url(../fonts/GothamThin.eot) format('embedded-opentype'), url(../fonts/GothamThin.woff2) format('woff2'), url(../fonts/GothamThin.woff) format('woff'), url(../fonts/GothamThin.ttf) format('truetype'), url('../fonts/GothamThin.svg#GothamThin') format('svg');
    font-display: swap
}

@font-face {
    font-family: 'GothamLight';
    src: url(../fonts/GothamLight.eot);
    src: url(../fonts/GothamLight.eot) format('embedded-opentype'), url(../fonts/GothamLight.woff2) format('woff2'), url(../fonts/GothamLight.woff) format('woff'), url(../fonts/GothamLight.ttf) format('truetype'), url('../fonts/GothamLight.svg#GothamLight') format('svg');
    font-display: swap
}

body {
    color: #231f20;
    background-color: #f9f9f9;
    font-family: "GothamLight";
    overflow-x: hidden
}

a {
    color: #0a9b4a;
    text-decoration: none;
    transition: 0.3s
}

a:hover {
    color: color-mix(in srgb, #0a9b4a, transparent 25%);
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-family: "GothamThin"
}

.display-1 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
    color: #217058
}

video.fullscreen {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    &::-webkit-media-controls {
        display: run-in !important;
        z-index: 10000
    }
}

.phone-link-mobile {
    display: none
}

.phone-text-desktop {
    display: inline
}

@media (max-width:768px) {
    .phone-link-mobile {
        display: inline
    }
    .phone-text-desktop {
        display: none
    }
}

.btn.custom-btn {
    padding: 8px 25px;
    font-family: "GothamThin";
    font-size: 16px;
    color: #fff;
    background: #217058;
    border-radius: 0;
    transition: .5s
}

.btn.custom-btn:hover {
    color: #fff;
    background: #231f20
}

.load-more {
    padding: 8px 25px;
    font-family: "GothamThin";
    font-size: 16px;
    color: #fff;
    background: #217058;
    border-radius: 0;
    transition: .5s;
    width: 132px;
    margin: 0 auto
}

.load-more:hover {
    color: #fff;
    background: #231f20
}

.header {
    padding: 5px 30px;
    transition: all 0.5s;
    z-index: 997
}

.header .logo {
    line-height: 1
}

.header .logo img {
    max-height: 70px;
    margin-right: 8px
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
    color: #d1d1d1;
    font-size: 14px;
    letter-spacing: .5px;
    padding: 8px 25px;
    margin: 0 0 0 30px;
    transition: 0.3s
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
    color: #fff
}

.header .call-desktop {
    display: none
}

@media (max-width:1200px) {
    .header .logo {
        order: 1
    }
    .header .navmenu {
        order: 3
    }
}

@media (max-width:991px) {
    .header .logo img {
        max-height: 40px
    }
    .header {
        padding: 15px 0
    }
    header .btn-getstarted,
    .header .btn-getstarted:focus {
        right: 100px
    }
}

@media (max-width:768px) {
    .header .btn-getstarted,
    .header .btn-getstarted:focus {
        position: absolute;
        right: 70px;
        padding: 8px 0;
        margin: 0 0 0 0
    }
    .header .call-mobile {
        display: revert
    }
}

.scrolled .header {
    box-shadow: 0 0 18px rgb(0 0 0 / .1)
}

.scrolled .header {
    background-color: #217058
}

@media (min-width:1200px) {
    .navmenu {
        padding: 0
    }
    .navmenu ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center
    }
    .navmenu li {
        position: relative
    }
    .navmenu>ul>li {
        white-space: nowrap;
        padding: 15px 14px
    }
    .navmenu>ul>li:last-child {
        padding-right: 0
    }
    .navmenu a,
    .navmenu a:focus {
        color: #d1d1d1;
        font-size: 18px;
        padding: 0 2px;
        font-family: "GothamLight";
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
        position: relative
    }
    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        transition: 0.3s
    }
    .navmenu>ul>li>a:before {
        content: "";
        position: absolute;
        height: 2px;
        bottom: -2px;
        left: 0;
        background-color: #0a9b4a;
        visibility: hidden;
        width: 0;
        transition: all 0.3s ease-in-out 0s
    }
    .navmenu a:hover:before,
    .navmenu li:hover>a:before,
    .navmenu .active:before {
        visibility: visible;
        width: 100%
    }
    .navmenu li:hover>a,
    .navmenu .active,
    .navmenu .active:focus {
        color: #fff
    }
    .navmenu .dropdown ul {
        margin: 0;
        padding: 10px 0;
        background: #217058;
        display: block;
        position: absolute;
        visibility: hidden;
        left: 14px;
        top: 130%;
        opacity: 0;
        transition: 0.3s;
        border-radius: 4px;
        z-index: 99;
        box-shadow: 0 0 30px rgb(0 0 0 / .1)
    }
    .navmenu .dropdown ul li {
        min-width: 200px
    }
    .navmenu .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: solid color-mix(in srgb, #fff, transparent 90%)
    }
    .navmenu .dropdown ul a i {
        font-size: 12px
    }
    .navmenu .dropdown ul a:hover,
    .navmenu .dropdown ul .active:hover,
    .navmenu .dropdown ul li:hover>a {
        color: solid color-mix(in srgb, #fff, transparent 100%)
    }
    .navmenu .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible
    }
    .navmenu .dropdown .dropdown ul {
        top: 0;
        left: -90%;
        visibility: hidden
    }
    .navmenu .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: -100%;
        visibility: visible
    }
}

@media (max-width:1199px) {
    .mobile-nav-toggle {
        color: #d1d1d1;
        font-size: 28px;
        line-height: 0;
        margin-right: 0;
        cursor: pointer;
        transition: color 0.3s
    }
    .navmenu {
        padding: 0;
        z-index: 9997
    }
    .navmenu ul {
        display: none;
        list-style: none;
        position: absolute;
        inset: 60px 20px 20px 20px;
        padding: 10px 0;
        margin: 0;
        border-radius: 6px;
        background-color: #fff;
        border: 1px solid color-mix(in srgb, #fff, transparent 90%);
        box-shadow: none;
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998
    }
    .navmenu a,
    .navmenu a:focus {
        color: #0a9b4a;
        padding: 10px 20px;
        font-family: "GothamLight";
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s
    }
    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s;
        background-color: color-mix(in srgb, #0a9b4a, transparent 90%)
    }
    .navmenu a i:hover,
    .navmenu a:focus i:hover {
        background-color: #0a9b4a;
        color: #fff
    }
    .navmenu a:hover,
    .navmenu .active,
    .navmenu .active:focus {
        color: #0a9b4a
    }
    .navmenu .active i,
    .navmenu .active:focus i {
        background-color: #0a9b4a;
        color: #fff;
        transform: rotate(180deg)
    }
    .navmenu .dropdown ul {
        position: static;
        display: none;
        z-index: 99;
        padding: 10px 0;
        margin: 10px 20px;
        background-color: #fff;
        transition: all 0.5s ease-in-out
    }
    .navmenu .dropdown ul ul {
        background-color: rgb(33 37 41 / .1)
    }
    .navmenu .dropdown>.dropdown-active {
        display: block;
        background-color: rgb(33 37 41 / .03)
    }
    .mobile-nav-active {
        overflow: hidden
    }
    .mobile-nav-active .mobile-nav-toggle {
        color: #fff;
        position: absolute;
        font-size: 32px;
        top: 15px;
        right: 15px;
        margin-right: 0;
        z-index: 9999
    }
    .mobile-nav-active .navmenu {
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: rgb(33 37 41 / .8);
        transition: 0.3s
    }
    .mobile-nav-active .navmenu>ul {
        display: block
    }
}

.footer {
    color: #fff;
    background-color: #217058;
    font-size: 14px;
    position: relative
}

.footer .footer-top {
    padding-top: 50px;
    border-top: 1px solid color-mix(in srgb, #fff, transparent 90%)
}

.footer .footer-about .logo {
    line-height: 1;
    margin-bottom: 5px
}

.footer .footer-about .logo img {
    max-height: 60px;
    margin-right: 6px
}

.footer .footer-about p {
    width: 75%;
    font-size: 14px;
    font-family: "GothamLight"
}

.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid color-mix(in srgb, #fff, transparent 50%);
    font-size: 13px;
    color: color-mix(in srgb, #fff, transparent 30%);
    margin-right: 10px;
    transition: 0.3s
}

.footer .social-links a:hover {
    color: #fff;
    border-color: #fff
}

.footer h4 {
    font-size: 18px;
    position: relative;
    padding-bottom: 12px
}

.footer .footer-links {
    margin-bottom: 30px
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer .footer-links ul i {
    padding-right: 2px;
    font-size: 12px;
    line-height: 0
}

.footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

.footer .footer-links ul li:first-child {
    padding-top: 0
}

.footer .footer-links ul a {
    color: color-mix(in srgb, #fff, transparent 30%);
    display: inline-block;
    line-height: 1
}

.footer .footer-links ul a:hover {
    color: #fff;
    letter-spacing: .5px
}

.footer a:hover {
    color: #fff
}

.footer .footer-contact p {
    margin-bottom: 5px
}

.btn-social {
    position: relative;
    display: flex;
    color: color-mix(in srgb, #fff, transparent 30%)
}

.me-3 {
    margin-left: 0.5rem !important
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid color-mix(in srgb, #fff, transparent 90%)
}

.footer .copyright p {
    margin-bottom: 0
}

.footer .credits {
    margin-top: 6px;
    font-size: 13px
}

.text-md-start {
    text-align: left !important;
    color: color-mix(in srgb, #fff, transparent 30%)
}

.text-md-end {
    text-align: right !important;
    color: color-mix(in srgb, #fff, transparent 30%)
}

@media (min-width:768px) {
    .text-md-start {
        text-align: left !important;
        color: color-mix(in srgb, #fff, transparent 30%)
    }
    .text-md-end {
        text-align: right !important;
        color: color-mix(in srgb, #fff, transparent 30%)
    }
}

.page-title {
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 160px 0 80px 0;
    text-align: center;
    position: relative
}

.page-title:before {
    content: "";
    background-color: color-mix(in srgb, var(--background-color), transparent 50%);
    position: absolute;
    inset: 0
}

.page-title h1 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 10px
}

.page-title .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400
}

.page-title .breadcrumbs ol li+li {
    padding-left: 10px
}

.page-title .breadcrumbs ol li+li::before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
    color: color-mix(in srgb, #fff, transparent 50%)
}

section,
.section {
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 60px 0;
    scroll-margin-top: 82px;
    overflow: clip
}

@media (max-width:1199px) {
    section,
    .section {
        scroll-margin-top: 67px
    }
}

.section-title {
    text-align: center;
    padding-bottom: 60px;
    position: relative
}

.section-title h2 {
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: "GothamThin";
    color: #217058
}

.section-title p {
    margin-bottom: 0;
    font-family: "GothamLight";
    color: #231f20
}

@media (max-width:991px) {
    .section-title h2 {
        font-size: 2.4rem
    }
}

.carousel-control-prev {
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff0), to(#fff0));
    background-image: linear-gradient(90deg, #fff0, #fff0)
}

.carousel-control-next {
    right: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#fff0), to(#fff0));
    background-image: linear-gradient(270deg, #fff0, #fff0)
}

.never-card {
    color: #000;
    background-color: #FFF
}

.never-card figure {
    position: relative;
    overflow: hidden;
    margin: 0
}

.never-card figure img {
    width: 100%;
    object-fit: cover
}

.never-card figcaption {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: rgb(0 0 0 / .4);
    padding: .5em;
    box-sizing: border-box
}

.never-card .never-card-content {
    background: #fff;
    padding: 2.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left
}

.never-card-title {
    font-size: 4rem;
    font-weight: 400;
    letter-spacing: 2px;
    margin: .25rem 0 .8rem 0;
    color: #217058;
    font-family: 'GothamThin'
}

.never-card-right .never-card-content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.never-card-content p {
    font-size: .9rem;
    line-height: 1.5em;
    color: #231f20
}

.span-30,
.span-33,
.span-40,
.span-50,
.span-60,
.span-70 {
    width: 100%
}

@media (min-width:960px) {
    .never-card {
        display: table;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .never-card figure {
        position: relative;
        vertical-align: middle;
        text-align: center;
        max-height: 100%
    }
    .never-card-content p {
        font-family: "GothamLight";
        font-size: 1rem;
        color: #231f20;
        font-weight: 400;
        padding: 0 0 0 0%;
        line-height: 30px
    }
    .span-30 {
        min-width: 30%
    }
    .span-40 {
        min-width: 40%
    }
    .span-50 {
        min-width: 50%
    }
    .span-60 {
        min-width: 60%
    }
    .span-70 {
        min-width: 70%
    }
    .never-card figure img {
        positionx: absolute;
        top: 0;
        left: 0;
        height: 100%
    }
    .mh-500 {
        max-height: 500px
    }
}

.never-card-container {
    margin: 0 auto;
    background: #fff;
    width: 100%
}

@media (max-width:991px) {
    .never-page-title h1 {
        font-size: 54px !important
    }
    .never-card-title {
        font-size: 2.2rem
    }
}

@media (max-width:575px) {
    .never-card .never-card-content {
        padding: 1.5rem
    }
    .never-page-title h1 {
        font-size: 44px !important
    }
    .never-card-title {
        font-size: 1.8rem
    }
}

#philosophy {
    background: url(../img/homepage/philosophy.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100vh
}

.philosophy {
    font-family: "GothamLight";
    font-size: 1rem;
    color: #231f20;
    font-weight: 400;
    padding: 0 0 0 0%;
    line-height: 30px
}

.philosophy-center {
    width: 50%;
    background: rgb(255 255 255 / .8);
    padding: 2.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%)
}

@media (max-width:991px) {
    .philosophy {
        font-size: .9rem;
        padding: 0 5% 0 1%;
        line-height: 1.5em
    }
}

@media (max-width:600px) {
    .philosophy-center {
        width: 100%;
        padding: 1.5rem;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

.slider-luxurious {
    width: 100%;
    overflow: hidden;
    height: 92vh;
    position: relative
}

.slider-luxurious ul:first-child {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 300%;
    height: 100%;
    top: 0
}

.slider-luxurious li {
    padding: 0;
    margin: 0;
    width: 33.333333%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0
}

.slider-luxurious li img {
    border: none;
    width: 100%;
    min-height: 100%
}

.slider-luxurious .content {
    z-index: 3;
    position: absolute;
    top: 40%;
    left: 0;
    padding: 10px 2.5rem;
    box-sizing: border-box;
    background-color: rgb(255 255 255 / .8);
    color: #217058;
    text-align: center;
    line-height: 2em;
    font-size: 4.5rem
}

.slider-luxurious .content a {
    color: #217058;
    text-decoration: none
}

.slider-luxurious .nav-dots {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    height: 70px;
    width: 250px;
    z-index: 110;
    text-align: center
}

.slider-luxurious .nav-dots li {
    position: relative;
    top: 40%;
    height: 6px;
    width: 25%;
    background: rgb(245 245 245 / .7);
    display: inline-block;
    margin: 5px
}

.slider-luxurious .nav-dots .active,
.slider-luxurious .nav-dots li:hover {
    cursor: pointer;
    background: #0a9b4a
}

@media (max-width:991px) {
    .slider-luxurious .content {
        padding: 15px 22px 15px 20px
    }
}

@media (max-width:600px) {
    .slider-luxurious {
        height: 50vh
    }
}

.aranyaka-team {
    position: relative;
    min-height: 70vh;
    column-gap: 3rem;
    padding-block: min(20vh, 3rem);
    padding-inline: 2.3em;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden
}

@media screen and (min-width:960px) {
    .aranyaka-team {
        display: flex;
        padding-inline: 0
    }
}

.aranyaka-team .content {
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 2;
    margin-bottom: 3em;
    padding-left: 8px
}

@media screen and (min-width:960px) {
    .aranyaka-team .content {
        width: 40%;
        padding-left: 50px;
        margin-bottom: 0
    }
}

.aranyaka-team h2 {
    padding: 0 0
}

.aranyaka-team p {
    font-family: "GothamLight";
    font-size: 1rem;
    color: #231f20;
    font-weight: 400;
    padding: 0 0 0 0%
}

.aranyaka-team .swiper-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    right: 0;
    margin: 0 auto
}

@media screen and (min-width:960px) {
    .aranyaka-team .swiper-container {}
}

.aranyaka-team .swiper {
    position: relative;
    width: 100%;
    overflow: visible;
    z-index: 2
}

.aranyaka-team .swiper-slide {
    width: 25%;
    height: 20rem;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    position: relative;
    border-radius: 0;
    box-shadow: -1px 5px 15px #0000001f;
    text-align: center;
    transition: opacity 0.4s ease-in
}

.aranyaka-team .swiper-slide h3 {
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0;
    position: relative;
    word-wrap: break-word;
    padding: 0
}

@media screen and (min-width:800px) {
    .aranyaka-team .swiper-slide h3 {
        font-size: 1rem
    }
    .aranyaka-team .swiper-slide {
        width: 100%
    }
}

.aranyaka-team .swiper-slide p {
    color: #fff;
    padding: 10px 0;
    font-size: .8rem
}

.aranyaka-team .swiper-slide .slide-content {
    position: absolute;
    width: calc(100% - 40px);
    height: 60px;
    bottom: -30px;
    left: 20px;
    padding: 25px 10px;
    text-align: left;
    background: rgb(57 54 55 / .8);
    box-shadow: 0 0 30px rgb(0 0 0 / .1);
    transition: .3s;
    overflow: hidden
}

.aranyaka-team .swiper-slide:hover .slide-content {
    height: 100px
}

.aranyaka-team .swiper-slide--sushant {
    background: url(../img/team/sushant_malhotra.jpg) no-repeat 50% 50%/cover
}

.aranyaka-team .swiper-slide--sushant h3 {
    font-weight: 400
}

.aranyaka-team .swiper-slide--aditya {
    background: #0f2027;
    background: url(../img/team/aditya_kakar.jpg) no-repeat 50% 50%/cover
}

.aranyaka-team .swiper-slide--aditya h3 {
    font-weight: 400
}

.aranyaka-team .swiper-slide--mayank {
    background: url(../img/team/mayank_saxena.jpg) no-repeat 50% 50%/cover
}

.aranyaka-team .swiper-slide--mayank h3 {
    font-weight: 400
}

.aranyaka-team .swiper-slide--supreet {
    background: url(../img/team/supreet_ivan_luke.jpg) no-repeat 50% 50%/cover
}

.aranyaka-team .swiper-slide--supreet h3 {
    font-weight: 400
}

.aranyaka-team .swiper-slide--rajan {
    background: url(../img/team/rajan_singh.jpg) no-repeat 50% 50%/cover
}

.aranyaka-team .swiper-slide--rajan h3 {
    font-weight: 400
}

.aranyaka-team .swiper-slide--biju {
    background: url(../img/team/biju_menon.jpg) no-repeat 50% 50%/cover
}

.aranyaka-team .swiper-slide--biju h3 {
    font-weight: 400
}

.aranyaka-team .swiper-slide--sanjay {
    background: url(../img/team/sanjay_sharma.jpg) no-repeat 50% 50%/cover
}

.aranyaka-team .swiper-slide--sanjay h3 {
    font-weight: 400
}

.aranyaka-team .swiper-slide--shalini {
    background: url(../img/team/shalini_vatsa.jpg) no-repeat 50% 50%/cover
}

.aranyaka-team .swiper-slide--shalini h3 {
    font-weight: 400
}

.aranyaka-team .swiper-slide--himanshu {
    background: url(../img/team/himanshu_sharma.jpg) no-repeat 50% 50%/cover
}

.aranyaka-team .swiper-slide--himanshu h3 {
    font-weight: 400
}

.aranyaka-team .swiper-slide--gurvinder {
    background: url(../img/team/gurvinder_singh.jpg) no-repeat 50% 50%/cover
}

.aranyaka-team .swiper-slide--gurvinder h3 {
    font-weight: 400
}

.aranyaka-team .swiper-slide--swati {
    background: url(../img/team/swati_koul.jpg) no-repeat 50% 50%/cover
}

.aranyaka-team .swiper-slide--swati h3 {
    font-weight: 400
}

.aranyaka-team .swiper-slide--abhishek {
    background: url(../img/team/abhishek_yadav.jpg) no-repeat 50% 50%/cover
}

.aranyaka-team .swiper-slide--abhishek h3 {
    font-weight: 400
}

.aranyaka-team .swiper-slide--ashish {
    background: url(../img/team/ashish_chandola.jpg) no-repeat 50% 50%/cover
}

.aranyaka-team .swiper-slide--ashish h3 {
    font-weight: 400
}

.aranyaka-team .swiper-slide--kavita {
    background: url(../img/team/kavita_choudhary.jpg) no-repeat 50% 50%/cover
}

.aranyaka-team .swiper-slide--kavita h3 {
    font-weight: 400
}

.aranyaka-team .swiper-slide--rajiv {
    background: url(../img/team/rajiv_mahajan.jpg) no-repeat 50% 50%/cover
}

.aranyaka-team .swiper-slide--rajiv h3 {
    font-weight: 400
}

.aranyaka-team .swiper-slide--raghavendra {
    background: url(../img/team/raghavendra_subramanian.jpg) no-repeat 50% 50%/cover
}

.aranyaka-team .swiper-slide--raghavendra h3 {
    font-weight: 400
}

.aranyaka-team .swiper-slide--akshay {
    background: url(../img/team/akshay_seth.jpg) no-repeat 50% 50%/cover
}

.aranyaka-team .swiper-slide--akshay h3 {
    font-weight: 400
}

.aranyaka-team .swiper-slide-active {
    display: grid;
    opacity: 1
}

.aranyaka-team .swiper-pagination {
    position: relative;
    bottom: -.313rem;
    text-align: center;
    margin-top: 35px;
    width: auto
}

.aranyaka-team .swiper-pagination-bullet {
    border-radius: 0;
    width: 1.5rem;
    height: .15rem;
    background: #585858
}

.aranyaka-team .swiper-pagination-bullet-active {
    background: #0a9b4a
}

.aranyaka-team .btn {
    position: absolute;
    right: 0;
    top: 25%;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #217058;
    color: #fff;
    border: 1px solid #217058;
    border-radius: 35px;
    transition: .3s
}

.aranyaka-team .btn:hover {
    background: #fff;
    color: #217058;
    border: 1px solid #217058
}

@media screen and (max-width:991px) {
    .aranyaka-team {
        padding-inline: 1em
    }
    .aranyaka-team .swiper-slide {
        width: 100% !important
    }
    .aranyaka-team p {
        font-family: "GothamLight";
        font-size: .9rem;
        padding: 0 0 0 0%;
        line-height: 1.5em
    }
}

.contact-page-title {
    color: #fff;
    background: linear-gradient(rgb(0 0 0 / 15%), rgb(0 0 0 / 30%)), url(../img/contact/top-banner-bg-optimized.webp?v=1.0), url(../img/contact/top-banner-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 220px 0 155px 0;
    text-align: center;
    position: relative
}

.contact-page-title:before {
    content: "";
    background-color: color-mix(in srgb, #000000, transparent 70%);
    position: absolute;
    inset: 0
}

.contact-page-title h1 {
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "GothamThin";
    text-transform: uppercase
}

.contact .info-item i {
    font-size: 36px;
    color: #0a9b4a;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease-in-out
}

.contact .info-item h3 {
    font-size: 24px;
    font-weight: 400;
    margin: 20px 0;
    color: #217058;
    font-family: "GothamLight"
}

.contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #231f20;
    text-align: center
}

@media (min-width:992px) {
    .contact .info-item.info-item-borders {
        border-left: 1px solid color-mix(in srgb, #231f20, transparent 85%);
        border-right: 1px solid color-mix(in srgb, #231f20, transparent 85%)
    }
}

.contact .php-email-form {
    box-shadow: 0 0 20px rgb(0 0 0 / .1);
    margin-top: 30px
}

@media (max-width:991px) {
    .contact-page-title h1 {
        font-size: 54px !important
    }
    .contact-page-title {
        padding: 204px 0 135px 0
    }
}

@media (max-width:575px) {
    .contact .php-email-form {
        padding: 20px
    }
    .contact-page-title h1 {
        font-size: 44px !important
    }
    .contact-page-title {
        padding: 165px 0 125px 0
    }
}

.contact .email-form input[type=text],
.contact .email-form input[type=email],
.contact .email-form textarea {
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
    color: #231f20;
    background-color: color-mix(in srgb, #ececec, transparent 50%);
    border-color: color-mix(in srgb, #231f20, transparent 85%)
}

.contact .email-form input[type=text]:focus,
.contact .email-form input[type=email]:focus,
.contact .email-form textarea:focus {
    border-color: color-mix(in srgb, #231f20, transparent 82%)
}

.contact .email-form input[type=text]::placeholder,
.contact .email-form input[type=email]::placeholder,
.contact .email-form textarea::placeholder {
    color: color-mix(in srgb, #231f20, transparent 50%)
}

.contact .email-form button[type=submit] {
    color: #fff;
    background: #217058;
    border: 0;
    padding: 10px 30px;
    transition: 0.4s
}

.contact .email-form button[type=submit]:hover {
    background: color-mix(in srgb, #231f20, transparent 0%)
}

.location-page-title {
    color: #fff;
    background: linear-gradient(rgb(0 0 0 / 15%), rgb(0 0 0 / 30%)), url(../img/location/top-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 220px 0 155px 0;
    text-align: center;
    position: relative
}

.location-page-title:before {
    content: "";
    background-color: color-mix(in srgb, #000000, transparent 70%);
    position: absolute;
    inset: 0
}

.location-page-title h1 {
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "GothamThin";
    text-transform: uppercase
}

.location-details {
    margin: 0 auto;
    background: #ececec;
    width: 100%;
    padding: 50px 0;
    padding-left: 10%;
    padding-right: 10%
}

.location-details .location-description {
    padding-bottom: 30px
}

.location-details .location-description h2 {
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 20px;
    color: #217058
}

.location-details .location-description p {
    padding: 0;
    color: color-mix(in srgb, #231f20, transparent 15%);
    margin-bottom: 15px
}

.icon-12 {
    font-size: 10px;
    margin-top: 4px;
    margin-right: 5px;
    color: color-mix(in srgb, #231f20, transparent 35%)
}

.table>:not(caption)>*>* {
    padding: .8rem .8rem
}

.table td h4 {
    color: #217058
}

.table .thead-dark th {
    color: #fff;
    background-color: #217058 !important;
    border-color: #217058 !important;
    font-family: "GothamLight";
    font-weight: 400;
    font-size: 1.5rem
}

.table-hover>tbody>tr:hover>* {
    --bs-table-color-state: #231f20;
    --bs-table-bg-state: rgb(255 255 255 / 8%)
}

@media(max-width:768px) {
    .table-bordered td,
    .table-bordered {
        font-size: 1rem !important
    }
}

@media (max-width:575px) {
    .location-details .location-description h2 {
        font-size: 2.4rem
    }
    .location-page-title h1 {
        font-size: 44px !important
    }
    .location-card-title {
        font-size: 1.8rem
    }
    .location-details {
        padding-left: 5% !important;
        padding-right: 5% !important
    }
}

.career-page-title {
    color: #fff;
    background: linear-gradient(rgb(0 0 0 / 15%), rgb(0 0 0 / 30%)), url(../img/careers/top-banner-optimized.webp?v=1.0), url(../img/careers/top-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 220px 0 155px 0;
    text-align: center;
    position: relative
}

.career-page-title:before {
    content: "";
    background-color: color-mix(in srgb, #000000, transparent 70%);
    position: absolute;
    inset: 0
}

.career-page-title h1 {
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "GothamThin";
    text-transform: uppercase
}

.career-details {
    margin: 0 auto;
    background: #ececec;
    width: 100%;
    padding: 50px 0;
    padding-left: 10%;
    padding-right: 10%
}

.career-details .career-description {
    padding-bottom: 30px
}

.career-details .career-description h2 {
    font-size: 4rem;
    font-weight: 400;
    color: #217058
}

.career-details .career-description p {
    padding: 0;
    color: color-mix(in srgb, #231f20, transparent 15%);
    margin-bottom: 15px
}

@media (max-width:575px) {
    .career-details .career-description h2 {
        font-size: 2.4rem
    }
    .career-page-title h1 {
        font-size: 44px !important
    }
    .career-card-title {
        font-size: 1.8rem
    }
    .career-details {
        padding-left: 3% !important;
        padding-right: 3% !important
    }
}

.list-box {
    overflow: hidden;
    letter-spacing: .5px
}

.list-box .content h3 {
    display: block;
    line-height: 22px;
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #217058;
    font-family: "GothamLight"
}

.list-box .content p {
    margin-bottom: 0
}

.list-box .list-icon i {
    display: block;
    font-size: 24px;
    margin-right: 15px;
    color: #fff;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 60px;
    background: #217058;
    border-radius: 999px
}

.careers-joinus h4 {
    font-weight: 400;
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #217058;
    font-family: "GothamLight"
}

.about-page-title {
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative
}

.about-page-title {
    position: relative;
    height: 100vh;
    overflow: hidden
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: brightness(.6);
    pointer-events: none
}

.overlay-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 220px;
    color: #fff
}

.about-page-title:before {
    content: "";
    background-color: color-mix(in srgb, #000000, transparent 70%);
    position: absolute;
    inset: 0
}

.about-page-title h1 {
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "GothamThin";
    text-transform: uppercase
}

.about-details {
    margin: 0 auto;
    background: #fff;
    width: 100%;
    padding: 50px 0;
    padding-left: 10%;
    padding-right: 10%
}

.about-details .about-description {
    padding-bottom: 30px
}

.about-details .about-description h2 {
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 20px;
    color: #217058
}

.about-details .about-description p {
    padding: 0;
    color: color-mix(in srgb, #231f20, transparent 15%);
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 28px
}

.about-card {
    color: #000;
    border: solid 1px rgb(132 129 129 / .1);
    background-color: #FFF;
    box-shadow: 0 20px 40px -14px rgb(0 0 0 / .25);
    margin-bottom: 35px
}

.about-card figure {
    position: relative;
    overflow: hidden;
    margin: 0
}

.about-card figure img {
    width: 100%;
    object-fit: cover
}

.about-card figcaption {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: rgb(0 0 0 / .4);
    padding: .5em;
    box-sizing: border-box
}

.about-card .about-card-content {
    background: #e6e7e8;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.about-card-title {
    font-family: "GothamThin";
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 2px;
    margin: .25rem 0 .8rem 0;
    color: #217058;
    line-height: 36px
}

.about-card-desig {
    font-family: "GothamLight";
    font-size: 1.3rem;
    letter-spacing: .5px;
    color: #217058
}

.about-card-right .about-card-content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.about-card-content p {
    font-size: .9rem;
    line-height: 28px
}

@media (min-width:960px) {
    .about-card {
        display: table;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .about-card figure {
        position: relative;
        vertical-align: middle;
        text-align: center;
        max-height: 100%
    }
    .about-card-content p {
        font-size: 1rem;
        color: #231f20;
        font-weight: 400;
        font-family: "GothamLight";
        line-height: 24px
    }
    .about-card figure img {
        positionx: absolute;
        top: 0;
        left: 0;
        height: 100%
    }
}

@media (max-width:991px) {
    .about-details .about-description p {
        font-size: 1rem
    }
    .about-card .about-card-content {
        padding: 1rem
    }
    .about-details .about-description h2 {
        font-size: 2.4rem
    }
    .about-page-title h1 {
        font-size: 54px !important
    }
    .about-card-title {
        font-size: 2.2rem;
        line-height: 30px
    }
    .about-card-desig {
        font-size: 1rem
    }
}

@media (max-width:575px) {
    .about-page-title h1 {
        font-size: 44px !important
    }
    .about-card-title {
        font-size: 1.8rem
    }
    .about-details {
        padding-left: 3%;
        padding-right: 3%
    }
}

.project-page-title {
    color: #fff;
    background: linear-gradient(rgb(0 0 0 / 15%), rgb(0 0 0 / 30%)), url(../img/project/pro-header.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 220px 0 155px 0;
    text-align: center;
    position: relative
}

.project-page-title:before {
    content: "";
    background-color: color-mix(in srgb, #000000, transparent 70%);
    position: absolute;
    inset: 0
}

.project-page-title h1 {
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "GothamThin";
    text-transform: uppercase
}

.project-card {
    color: #000;
    border: solid 1px rgb(132 129 129 / .1);
    background-color: #FFF;
    box-shadow: 0 20px 40px -14px rgb(0 0 0 / .25);
    margin-bottom: 35px
}

.project-card figure {
    position: relative;
    overflow: hidden;
    margin: 0
}

.project-card figure img {
    width: 100%;
    object-fit: cover
}

.project-card figcaption {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: rgb(0 0 0 / .4);
    padding: .5em;
    box-sizing: border-box
}

.project-card .project-card-content {
    background: #e6e7e8;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.project-card-title {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 20px auto;
    color: #217058;
    font-family: 'GothamLight';
    display: inline-grid
}

.project-card-title span {
    font-size: 1.8rem;
    line-height: 20px;
    margin-bottom: 20px
}

.project-card-right .project-card-content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.project-card-content p {
    font-size: .9em;
    line-height: 1.25em
}

.span-30,
.span-33,
.span-40,
.span-50,
.span-60,
.span-70 {
    width: 100%
}

@media (min-width:960px) {
    .project-card {
        display: table;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .project-card figure {
        position: relative;
        vertical-align: middle;
        text-align: center;
        max-height: 100%
    }
    .project-card-content p {
        font-size: 1.25em;
        line-height: 1.5em
    }
    .span-30 {
        min-width: 30%
    }
    .span-40 {
        min-width: 40%
    }
    .span-50 {
        min-width: 50%
    }
    .span-60 {
        min-width: 60%
    }
    .span-70 {
        min-width: 70%
    }
    .project-card figure img {
        positionx: absolute;
        top: 0;
        left: 0;
        height: 100%
    }
    .mh-500 {
        max-height: 500px
    }
}

.card-container {
    margin: 0 auto;
    background: #fff;
    width: 100%;
    padding-top: 50px;
    padding-left: 10%;
    padding-right: 10%
}

@media (max-width:991px) {
    .project-page-title {
        background-size: 100% 100%;
        padding: 160px 0 95px 0;
        text-align: center;
        position: relative
    }
    .project-page-title h1 {
        font-size: 54px !important
    }
    .project-card-title {
        font-size: 2.2rem
    }
}

@media (max-width:575px) {
    .project-page-title h1 {
        font-size: 44px !important
    }
    .project-card-title {
        font-size: 1.8rem
    }
    .card-container {
        padding-left: 5% !important;
        padding-right: 5% !important
    }
}

.soccoro-page-title {
    color: #fff;
    background: linear-gradient(rgb(0 0 0 / 15%), rgb(0 0 0 / 30%)), url(../img/project/pro-soccoro.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 220px 0 155px 0;
    text-align: center;
    position: relative
}

.soccoro-page-title:before {
    content: "";
    background-color: color-mix(in srgb, #000000, transparent 70%);
    position: absolute;
    inset: 0
}

.soccoro-page-title h1 {
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "GothamThin";
    text-transform: uppercase
}

.soccoro-details {
    margin: 0 auto;
    background: #fff;
    width: 100%;
    padding: 50px 0;
    padding-left: 10%;
    padding-right: 10%
}

.soccoro-details .soccoro-details-slider img {
    width: 100%
}

.soccoro-details .soccoro-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.soccoro-details .soccoro-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
    border-radius: 0;
    background-color: color-mix(in srgb, #000, transparent 85%);
    opacity: 1
}

.soccoro-details .soccoro-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0a9b4a
}

.soccoro-details .soccoro-info {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 30px rgb(0 0 0 / .1)
}

.soccoro-details .soccoro-description {
    padding-top: 0
}

.soccoro-details .soccoro-description h2 {
    font-size: 3rem;
    font-weight: 400;
    color: #217058
}

.soccoro-details .soccoro-description p {
    padding: 0;
    color: color-mix(in srgb, #231f20, transparent 15%);
    margin-bottom: 0
}

@media (max-width:991px) {
    .soccoro-details .soccoro-description h2 {
        font-size: 2.4rem
    }
    .soccoro-page-title h1 {
        font-size: 54px !important
    }
}

@media (max-width:575px) {
    .soccoro-page-title h1 {
        font-size: 44px !important
    }
    .soccoro-details {
        padding-left: 2%;
        padding-right: 2%
    }
}

.twin-lakes-page-title {
    color: #fff;
    background: linear-gradient(rgb(0 0 0 / 15%), rgb(0 0 0 / 30%)), url(../img/project/pro-twin-lakes.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 220px 0 155px 0;
    text-align: center;
    position: relative
}

.twin-lakes-page-title:before {
    content: "";
    background-color: color-mix(in srgb, #000000, transparent 70%);
    position: absolute;
    inset: 0
}

.twin-lakes-page-title h1 {
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "GothamThin";
    text-transform: uppercase
}

.twin-lakes-details {
    margin: 0 auto;
    background: #fff;
    width: 100%;
    padding: 50px 0;
    padding-left: 10%;
    padding-right: 10%
}

.twin-lakes-details .twin-lakes-details-slider img {
    width: 100%
}

.twin-lakes-details .twin-lakes-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.twin-lakes-details .twin-lakes-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
    border-radius: 0;
    background-color: color-mix(in srgb, #000, transparent 85%);
    opacity: 1
}

.twin-lakes-details .twin-lakes-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0a9b4a
}

.twin-lakes-details .twin-lakes-info {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 30px rgb(0 0 0 / .1)
}

.twin-lakes-details .twin-lakes-description {
    padding-top: 0
}

.twin-lakes-details .twin-lakes-description h2 {
    font-size: 3rem;
    font-weight: 400;
    color: #217058
}

.twin-lakes-details .twin-lakes-description p {
    padding: 0;
    color: color-mix(in srgb, #231f20, transparent 15%);
    margin-bottom: 0
}

@media (max-width:991px) {
    .twin-lakes-details .twin-lakes-description h2 {
        font-size: 2.4rem
    }
    .twin-lakes-page-title h1 {
        font-size: 54px !important
    }
}

@media (max-width:575px) {
    .twin-lakes-page-title h1 {
        font-size: 44px !important
    }
    .twin-lakes-details {
        padding-left: 2%;
        padding-right: 2%
    }
}

.sway-page-title {
    color: #fff;
    background: linear-gradient(rgb(0 0 0 / 15%), rgb(0 0 0 / 30%)), url(../img/project/pro-sway.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 220px 0 155px 0;
    text-align: center;
    position: relative
}

.sway-page-title:before {
    content: "";
    background-color: color-mix(in srgb, #000000, transparent 70%);
    position: absolute;
    inset: 0
}

.sway-page-title h1 {
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "GothamThin";
    text-transform: uppercase
}

.sway-details {
    margin: 0 auto;
    background: #fff;
    width: 100%;
    padding: 50px 0;
    padding-left: 10%;
    padding-right: 10%
}

.sway-details .sway-details-slider img {
    width: 100%
}

.sway-details .sway-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.sway-details .sway-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
    border-radius: 0;
    background-color: color-mix(in srgb, #000, transparent 85%);
    opacity: 1
}

.sway-details .sway-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0a9b4a
}

.sway-details .sway-info {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 30px rgb(0 0 0 / .1)
}

.sway-details .sway-description {
    padding-top: 0
}

.sway-details .sway-description h2 {
    font-size: 3rem;
    font-weight: 400;
    color: #217058
}

.sway-details .sway-description p {
    padding: 0;
    color: color-mix(in srgb, #231f20, transparent 15%);
    margin-bottom: 0
}

@media (max-width:991px) {
    .sway-details .sway-description h2 {
        font-size: 2.4rem
    }
    .sway-page-title h1 {
        font-size: 54px !important
    }
}

@media (max-width:575px) {
    .sway-page-title h1 {
        font-size: 44px !important
    }
    .sway-details {
        padding-left: 2%;
        padding-right: 2%
    }
}

.araville-page-title {
    color: #fff;
    background: linear-gradient(rgb(0 0 0 / 15%), rgb(0 0 0 / 30%)), url(../img/project/pro-araville.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 220px 0 155px 0;
    text-align: center;
    position: relative
}

.araville-page-title:before {
    content: "";
    background-color: color-mix(in srgb, #000000, transparent 70%);
    position: absolute;
    inset: 0
}

.araville-page-title h1 {
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "GothamThin";
    text-transform: uppercase
}

.araville-details {
    margin: 0 auto;
    background: #fff;
    width: 100%;
    padding: 50px 0;
    padding-left: 10%;
    padding-right: 10%
}

.araville-details .araville-details-slider img {
    width: 100%
}

.araville-details .araville-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.araville-details .araville-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
    border-radius: 0;
    background-color: color-mix(in srgb, #000, transparent 85%);
    opacity: 1
}

.araville-details .araville-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0a9b4a
}

.araville-details .araville-info {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 30px rgb(0 0 0 / .1)
}

.araville-details .araville-description {
    padding-top: 0
}

.araville-details .araville-description h2 {
    font-size: 3rem;
    font-weight: 400;
    color: #217058
}

.araville-details .araville-description p {
    padding: 0;
    color: color-mix(in srgb, #231f20, transparent 15%);
    margin-bottom: 0
}

@media (max-width:991px) {
    .araville-details .araville-description h2 {
        font-size: 2.4rem
    }
    .araville-page-title h1 {
        font-size: 54px !important
    }
}

@media (max-width:575px) {
    .araville-page-title h1 {
        font-size: 44px !important
    }
    .araville-details {
        padding-left: 2%;
        padding-right: 2%
    }
}

.blog-page-title {
    color: #fff;
    background: linear-gradient(rgb(0 0 0 / 15%), rgb(0 0 0 / 30%)), url(../img/blog/blogheader.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 220px 0 155px 0;
    text-align: center;
    position: relative
}

.blog-page-title:before {
    content: "";
    background-color: color-mix(in srgb, #000000, transparent 70%);
    position: absolute;
    inset: 0
}

.blog-page-title h1 {
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "GothamThin";
    text-transform: uppercase
}

.blog-details {
    margin: 0 auto;
    background: #fff;
    width: 100%;
    padding: 50px 0;
    padding-left: 10%;
    padding-right: 10%
}

.blog-details .blog-description {
    padding-bottom: 30px
}

.blog-details .blog-description h2 {
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 20px;
    color: #217058
}

.blog-details .blog-description p {
    padding: 0;
    color: color-mix(in srgb, #231f20, transparent 15%);
    margin-bottom: 0
}

.news-bg-1 {
    background-image: url(../img/blog/news-image-1.jpg)
}

.news-bg-2 {
    background-image: url(../img/blog/news-image-2.jpg)
}

.news-bg-3 {
    background-image: url(../img/blog/news-image-3.jpg)
}

.news-bg-4 {
    background-image: url(../img/blog/news-image-4.jpg)
}

.news-bg-5 {
    background-image: url(../img/blog/news-image-5.jpg)
}

.news-bg-6 {
    background-image: url(../img/blog/news-image-6.jpg)
}

.latest-news-bg {
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    background-color: #ddd;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.single-latest-news h3 {
    font-size: 20px;
    line-height: 1.25em;
    font-weight: 600
}

.single-latest-news h3 a {
    color: #051922
}

p.blog-meta span {
    margin-right: 15px;
    opacity: .8;
    color: #0a9b4a;
    font-size: .85em
}

p.blog-meta span:last-child {
    margin-right: 0
}

p.blog-meta span i {
    margin-right: 0;
    color: #0a9b4a
}

p.excerpt {
    line-height: 1.8;
    color: #555
}

.latest-news a.boxed-btn {
    margin-top: 80px
}

.news-text-box {
    padding: 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.single-latest-news {
    margin-bottom: 30px
}

.single-latest-news {
    -webkit-box-shadow: 0 0 20px #ddd;
    box-shadow: 0 0 20px #ddd;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.single-artcile-1 {
    background-image: url(../img/blog/blog-details/news-image-1.jpg);
    height: 550px;
    margin-bottom: 15px
}

.single-artcile-2 {
    background-image: url(../img/blog/blog-details/news-image-2.jpg);
    height: 550px;
    margin-bottom: 15px
}

.single-artcile-3 {
    background-image: url(../img/blog/blog-details/news-image-3.jpg);
    height: 550px;
    margin-bottom: 15px
}

.single-artcile-4 {
    background-image: url(../img/blog/blog-details/news-image-4.jpg);
    height: 550px;
    margin-bottom: 15px
}

.single-artcile-5 {
    background-image: url(../img/blog/blog-details/news-image-5.jpg);
    height: 550px;
    margin-bottom: 15px
}

.single-artcile-6 {
    background-image: url(../img/blog/blog-details/news-image-6.jpg);
    height: 550px;
    margin-bottom: 15px
}

.pagination-wrap {
    margin-top: 40px
}

.pagination-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.pagination-wrap ul li {
    display: inline-block
}

.pagination-wrap ul li a {
    color: #6f6f6f;
    font-size: 15px;
    background-color: #f3f3f3;
    display: inline-block;
    padding: 8px 14px;
    margin: 3px;
    font-weight: 600;
    border-radius: 50px
}

.pagination-wrap ul li a.active {
    background-color: #217058;
    color: #fff
}

.single-artcile-bg {
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    border-radius: 5px;
    margin-bottom: 20px
}

.single-article-text h2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #217058;
    font-family: "GothamLight"
}

.single-article-text p {
    font-size: 15px;
    line-height: 1.6;
    color: #231f20
}

.comments-list-wrap {
    margin: 100px 0
}

.comments-list-wrap h3 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 50px;
    color: #217058;
    font-family: "GothamLight"
}

.comment-template h4 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 50px;
    color: #217058;
    font-family: "GothamLight"
}

.single-comment-body {
    position: relative
}

.comment-user-avater {
    position: absolute;
    left: 0;
    top: 0;
    background: #ccc;
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.comment-user-avater img {
    width: 60px;
    max-width: 60px;
    border-radius: 50%
}

.comment-text-body {
    padding-left: 80px;
    margin-bottom: 40px
}

.comment-text-body h4 {
    font-size: 18px;
    font-weight: 400;
    color: #231f20;
    font-family: "GothamLight"
}

span.comment-date {
    opacity: .5;
    font-size: 80%;
    font-weight: 700;
    margin-left: 5px
}

.comment-text-body h4 a {
    font-size: 80%;
    margin-left: 10px;
    border-color: color-mix(in srgb, #231f20, transparent 85%)
}

.single-comment-body.child {
    margin-left: 75px
}

.comment-text-body p {
    color: #888;
    line-height: 2;
    margin: 0
}

.comment-template h4 {
    margin-bottom: 10px
}

.comment-template>p {
    opacity: .7;
    margin-bottom: 30px
}

.comment-template form p input[type=text] {
    border-color: color-mix(in srgb, #231f20, transparent 85%);
    width: 49%;
    padding: 15px;
    border-radius: 5px;
    font-size: 15px;
    color: #231f20
}

.comment-template form p input[type=email] {
    border-color: color-mix(in srgb, #231f20, transparent 85%);
    width: 49%;
    padding: 15px;
    border-radius: 5px;
    font-size: 15px;
    color: #231f20;
    margin-left: 10px
}

.comment-template form p textarea {
    border-color: color-mix(in srgb, #231f20, transparent 85%);
    padding: 15px;
    font-size: 15px;
    color: #231f20;
    border-radius: 5px;
    height: 250px;
    resize: none;
    width: 100%
}

.comment-template form p input[type=text]:focus,
.comment-template form p input[type=email]:focus,
.comment-template form p textarea:focus {
    border-color: color-mix(in srgb, #231f20, transparent 85%)
}

.sidebar-section {
    margin-left: 30px
}

.sidebar-section h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px
}

.sidebar-section ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar-section ul li {
    line-height: 1.5
}

.sidebar-section ul li a {
    color: #555;
    font-size: 15px
}

.sidebar-section>div {
    margin-bottom: 60px
}

.sidebar-section>div:last-child {
    margin-bottom: 0
}

.recent-posts ul li,
.archive-posts ul li {
    position: relative;
    padding-left: 17px;
    margin-bottom: 10px
}

.recent-posts ul li:before,
.archive-posts ul li:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.tag-section ul li {
    display: inline-block
}

.tag-section ul li a {
    background-color: #ddd;
    padding: 3px 10px;
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 5px
}

.single-article-section input[type="submit"] {
    background-color: #0a9b4a;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    border: none !important;
    cursor: pointer;
    padding: 10px 30px
}

.single-article-section input[type=submit]:hover {
    background: color-mix(in srgb, #217058, transparent 0%)
}

@media (max-width:991px) {
    .comment-template form p input[type=text] {
        width: 100%
    }
    .comment-template form p input[type=email] {
        width: 100%;
        margin-top: 10px;
        margin-left: 0
    }
    .blog-details .blog-description h2 {
        font-size: 2.4rem
    }
    .blog-page-title h1 {
        font-size: 54px !important
    }
}

@media (max-width:575px) {
    .blog-page-title h1 {
        font-size: 44px !important
    }
    .blog-details {
        padding-left: 2%;
        padding-right: 2%
    }
}

.fixed-social {
    position: relative;
    top: 50%
}

.fixed-social a {
    color: #fff;
    display: block;
    height: 40px;
    position: absolute;
    text-align: center;
    line-height: 40px;
    width: 40px;
    margin-bottom: 1px;
    z-index: 2
}

.fixed-social a:hover>span {
    visibility: visible;
    left: 41px;
    opacity: 1
}

.fixed-social a span {
    line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0
}

.fixed-facebook {
    background-color: #3b589c
}

.fixed-facebook span {
    background-color: #3b589c
}

.fixed-twitter {
    background-color: #5c2b83
}

.fixed-twitter span {
    background-color: #5c2b83
}

.fixed-linkedin {
    font-size: 1.3rem;
    margin-left: 10px
}

.fixed-linkedin span {
    font-size: 1.3rem;
    margin-left: 10px
}

.fixed-instagrem {
    background-color: #26d9fa
}

.fixed-instagrem span {
    background-color: #26d9fa
}

.fixed-youtube {
    background-color: #fb5e6f
}

.fixed-youtube span {
    background-color: #fb5e6f
}

.loc-news-bg-1 {
    background-image: url(../img/location/mandapur-h-optimized.webp?v=1.0), url(../img/location/mandapur-h.jpg)
}

.loc-news-bg-2 {
    background-image: url(../img/location/socorro-optimized.webp?v=1.0), url(../img/location/socorro.jpg)
}

.loc-news-bg-3 {
    background-image: url(../img/location/naugaon-h-optimized.webp?v=1.0), url(../img/location/naugaon-h.jpg)
}

.loc-latest-news-bg {
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    background-color: #ddd
}

.loc-single-latest-news h3 {
    font-size: 1.8rem;
    line-height: 1.25em;
    font-weight: 600;
    color: #217058
}

.loc-single-latest-news h6 {
    font-size: 18px;
    line-height: 1.25em;
    font-weight: 600;
    color: #051922;
    margin-top: 20px
}

p.loc-excerpt {
    line-height: 1.2;
    color: #231f20;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: .9rem;
    display: flex;
    font-family: 'GothamLight'
}

.latest-news a.boxed-btn {
    margin-top: 80px
}

.loc-news-text-box {
    padding-top: 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.loc-single-latest-news {
    margin-bottom: 30px
}

.loc-single-latest-news {
    background: #fff;
    -webkit-box-shadow: 0 0 20px #ddd;
    box-shadow: 0 0 20px #ddd;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 25px;
    height: 680px
}

#enquiry-container {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 1000;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start
}

/* When form is shown, center the container */
#enquiry-container.form-open {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
}

#enquiry-toggle {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    background-color: #ffffff;
    color: #217058;
    border: 1px solid #217058;
    padding: 10px;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
    height: 102px;
    font-size: 19px !important;
    font-weight: 900 !important;
    font-family: "GothamLight" !important;
    text-shadow: 0.5px 0.5px 0px #217058;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    transition: background-color 0.3s, color 0.3s;
}


#enquiry-form {
    display: none;
    width: 500px;
    background: #fff;
    box-shadow: -2px 0 10px rgb(0 0 0 / .2);
    border-radius: 10px 0 0 10px;
    padding: 50px;
    animation: slideIn 0.3s ease-in-out
}

/* When form is centered */
#enquiry-container.form-open #enquiry-form {
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    animation: slideInCenter 0.3s ease-in-out;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0
    }
    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slideInCenter {
    from {
        transform: scale(0.8);
        opacity: 0
    }
    to {
        transform: scale(1);
        opacity: 1
    }
}

#enquiry-form .form-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

#enquiry-close {
    background: none;
    border: none;
    font-size: 25px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px
}

#enquiry-form form input,
form select,
form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #231f20
}

#enquiry-form .form-control {
    border: 1px solid #ccc;
    margin-bottom: 0
}

#enquiry-form input::placeholder {
    color: #231f20;
    opacity: .9
}

#enquiry-form form button[type="submit"] {
    width: 100%;
    padding: 10px;
    background: #217058;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px
}

@media (max-width:768px) {
    #enquiry-form {
        width: 100%
    }
}

.checkbox-group {
    display: flex;
    align-items: center;
    margin-bottom: 0
}

.checkbox-group input[type="checkbox"] {
    margin-right: 12px;
    margin-top: -15px;
    width: 6% !important;
    height: 15px
}

.checkbox-group label



























#popup-container {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 1000;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start
}

/*#popup-toggle {*/
/*    writing-mode: vertical-rl;*/
/*    transform: rotate(180deg);*/
/*    background-color: #ffffff; */
/*    color: #217058; */
/*    border: 2px solid #2170583d; */
/*    padding: 11px;*/
/*    cursor: pointer;*/
/*    border-radius: 0 10px 10px 0;*/
/*    height: 105px;*/
/*    font-size: 19px;*/
/*    font-weight: bold;*/
/*    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); */
/*    transition: background-color 0.3s, color 0.3s;*/
/*}*/

#popup-form {
    display: none;
    width: 500px;
    background: #fff;
    box-shadow: -2px 0 10px rgb(0 0 0 / .2);
    border-radius: 10px 0 0 10px;
    padding: 50px;
    animation: slideIn 0.3s ease-in-out
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0
    }
    to {
        transform: translateX(0);
        opacity: 1
    }
}

#popup-form .form-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

#popup-close {
    background: none;
    border: none;
    font-size: 25px;
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 10px;
}

#popup-form form input,
form select,
form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #231f20
}

#popup-form .form-control {
    border: 1px solid #ccc;
    margin-bottom: 0
}

#popup-form input::placeholder {
    color: #231f20;
    opacity: .9
}

#popup-form form button[type="submit"] {
    width: 100%;
    padding: 10px;
    background: #217058;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px
}

@media (max-width:768px) {
    #popup-form {
        width: 100%
    }
}