body {
    background: var(--bg-white);
    font-size: 16px;
}
:root {
    --text-black: #000;
    --text-white: #fff;
    --text-bright-cyan: #24B5BB;
}
:root {
    --bg-white: #fff;
    --bg-black: #000;
    --bg-bright-cyan: #24B5BB;
}
::-webkit-scrollbar{
    width: 7px;
    height: 7px;
}
::-webkit-scrollbar-thumb{
    background-color: #24B5BB;
    border-radius: 3px;
}
::-webkit-scrollbar-track{
    background: transparent;
}

@font-face {
    font-family: 'Southland';
    src: url('../fonts/Southland.woff2') format('woff2'),
        url('../fonts/Southland.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.woff2') format('woff2'), url('../fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.woff2') format('woff2'), url('../fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/*RobotoCondensed-fonts*/

@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'), url('../fonts/RobotoCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/RobotoCondensed-Light.woff2') format('woff2'), url('../fonts/RobotoCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'), url('../fonts/RobotoCondensed-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'), url('../fonts/RobotoCondensed-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/*RobotoCondensed-fonts*/

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    font-family: 'Roboto';
}

a {
    font-family: 'Roboto';
    transition: all 0.5s ease;
    text-decoration: none;
}

.color-primary, .color-primary *{
    color: #24B5BB;
}
.color-dark, .color-dark *{
    color: #1D1D1D;
}
.hover-primary:hover{
    color: #24B5BB;
}
.hover-dark:hover{
    color: #1D1D1D;
}

:focus-visible {
    outline: none;
}

/* START: Pagination */
.pagination .page-link{
    border-radius: 0px !IMPORTANT;
    font-size: 18px;
    color: var(--text-black);
    font-weight: 300;
    border-top: 0;
    border-bottom: 0;
}
.pagination .page-item:first-child .page-link{
    border-left: 0;
}
.pagination .page-item:last-child .page-link{
    border-right: 0;
}
.pagination .active{
    color: #FFFFFF;
    background-color: #24B5BB;
}
/* END: Pagination */

/*header-css*/

.navbar{
    z-index: 9;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: var(--text-bright-cyan) !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--text-bright-cyan) !important;
}


ul.navbar-nav ul.dropdown-menu {
    border-radius: 0;
    min-width: 200px;
    padding: 0;
}

ul.navbar-nav ul.dropdown-menu li a {
    width: 100%;
    padding: 8px 15px;
    border-bottom: 1px solid #333333;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.9);
}
ul.navbar-nav ul.dropdown-menu li a:hover{
    background-color: #24B5BB;
}
ul.navbar-nav ul.dropdown-menu li:last-child a {
    border-bottom: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #24b5bb0f;
    color: var(--text-black);
}

/*background-video-css*/

.banner-hero-video{
    margin-top: -90px;
}

.banner-hero-video > video {
    width: 100%;
    height: 100%;
}


/*background-video-css*/


/*gallery-css*/

.property{
    display: block;
    overflow: hidden;
    position: relative;
}
.property img{
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    filter: saturate(0.1);
    transition: all 0.5s ease;
}
.property .status{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    color: #FFFFFF;
    padding: 7px 10px;
    background-color: #555555;
    transition: all 0.5s ease;
}
.property .bottom-bar{
    background: #000000ad;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 12px 24px;
    color: #FFFFFF;
    font-weight: 600;
}
.property .bottom-bar .location{
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFFE0;
    position: relative;
    padding-left: 24px;
}
.property .bottom-bar .location::before{
    position: absolute;
    content: '';
    background: #FFFFFF;
    left: 8px;
    width: 6px;
    height: 1.3px;
    top: 50%;
    transform: translateY(-50%);
}
.property .title{
    display: none;
}
.property:hover img{
    transform: scale(1.1);
    transition: all 0.5s ease;
    filter: initial;
    transition: all 0.5s ease;
}
.property:hover .status{
    background-color: #24B5BB;
}
.property:hover .price{
    display: none;
}
.property:hover .title{
    display: block;
}


/*gallery-css*/

.buyers-sellers .container{
    position: relative;
}
.buyers-sellers-crystal{
    position: absolute;
    top: -10%;
    bottom: 0px;
    left: -10%;
}
.buyers-sellers-crystal img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

a.cart-main-wrap {
    display: block;
    line-height: 0;
    overflow: hidden;
}

a.cart-main-wrap .cart-head-wrap {
    position: absolute;
    bottom: 55px;
    right: 90px;
    left: 18px;
    padding: 0 15px 0 15px;
    border-bottom: 2px solid #ffffff4a;
}

a.cart.cart-main-wrap > img {
    height: 270px;
    object-fit: cover;
    transition: all 0.5s ease;
}

a.cart.cart-main-wrap:hover > img{
    transform: scale(1.1);    
}
a.cart.cart-main-wrap:hover .cart-head-wrap h3{
    color: #24B5BB;
}

a.cart-main-wrap .cart-head-wrap h3 {
    color: var(--text-white);
    letter-spacing: 4px;
    font-size: 34px;
    font-weight: 400;
    margin: 0;
    transition: all 0.5s ease;
}

a.cart-main-wrap .cart-head-wrap::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border-top: 15px solid transparent;
    border-left: 9px solid #ffffffe0;
    border-bottom: 15px solid transparent;
    border-right: 0px solid transparent;
    right: -70px;
    bottom: -15px;
}

a.cart-main-wrap::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(356deg, #0000008c, transparent);
    top: 0;
    right: 0;
    left: 0;
}

.home-virtual-staging{
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

/*comparison-css*/
.twentytwenty-container img{
    width: 100%;
    aspect-ratio: 760 / 450;
    object-fit: cover;
}
.twentytwenty-before-label,
.twentytwenty-after-label{
    display: none !important;
}
/*comparison-css*/

.bg-mobile-head .paragrap-wrap p {
    text-align: justify;
    line-height: 32px;
    color: #000000a6;
    margin: 0;
}

.bg-mobile-head .paragrap-wrap {
    padding: 0 25px 30px;
}

.bg-mobile-head hr {
    background: #fff;
}

.bg-mobile-head hr::before,
.bg-mobile-head hr::after {
    background: #fff;
}

.testimonials{
    position: relative;
}
.testimonials-left{
    overflow: hidden;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 50%;
}
.testimonials-left img{
    width: 100%;
    object-fit: cover;
}
.testimonials-right{
    display: none;
    overflow: hidden;
    position: absolute;
    top: 50%;
    bottom: 0px;
    left: 50%;
    right: 0px;
}
.testimonials-right img{
    width: 100%;
    object-fit: cover;
}
.testimonials-swiper-container{
    width: 100%;
    max-width: 900px;
    margin: auto;
    background: #000000;
    padding: 100px 25px 160px;
    position: relative;
}
@media(max-width: 768px){
    .testimonials-left, .testimonials-right{
        display: none;
    }
}
.testimonials-swiper-container::before{
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    opacity: 0.1;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(../images/Shape_big_bg.png);
}

.testimonials-swiper-container .testimonial-inner {
    text-align: center;
    max-height: 180px;
    overflow-y: scroll;
    color: #FFFFFF;
}

.testimonials-swiper-container .testimonial-inner p {
    color: #ffffffe0;
    font-size: 14px;
    line-height: 26px;
    font-style: italic;
}

.testimonials-swiper-container .swiper-btn-wrap {
    position: absolute;
    right: 0;
    left: 0;
    max-width: 240px;
    margin: auto;
    bottom: 90px;
}

.testimonials-swiper-container .swiper-btn-wrap .swiper-button-next::after,
.testimonials-swiper-container .swiper-btn-wrap .swiper-button-prev::after {
    display: none;
}

.swiper-btn-wrap .swiper-button-next,
.swiper-btn-wrap .swiper-button-prev {
    color: var(--text-white);
}

.testimonials-swiper-container .swiper-btn-wrap::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 55px;
    background: #ffffffd4;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
}

.swiper-btn-wrap img {
    filter: invert(1);
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.swiper-btn-wrap .swiper-button-prev img {
    rotate: 90deg;
    margin-right: 10px;
}

.swiper-btn-wrap .swiper-button-next img {
    rotate: -90deg;
    margin-left: 10px;
}

/*enquery-form-css*/

.enquery-form {
    background: var(--bg-black);
    text-align: center;
    padding: 40px 40px;
    position: relative;
    z-index: 0;
}

.enquery-form::before {
    position: absolute;
    content: '';
    background: url(../images/Shape_big_bg.png) no-repeat;
    background-size: contain;
    background-position: left;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.2;
}

.enquery-form form {
    display: flex;
    gap: 10px;
    width: 100%;
    max-width: 930px;
    margin: auto;
}

.enquery-form > p {
    color: var(--text-white);
    margin-bottom: 25px;
}

.enquery-form form input,
.enquery-form form textarea {
    width: 100%;
    padding: 18px 14px;
    border: 1.5px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 18px;
}

.enquery-form form button.btn-submit {
    width: 100%;
    max-width: 200px;
    background: var(--bg-bright-cyan);
    color: var(--text-white);
    padding: 5px 5px;
    transition: all 0.5s ease;
    text-align: center;
    border: none;
    outline: none;
    box-shadow: none;
}

.enquery-form form button.btn-submit span {
    color: var(--text-white);
    text-decoration: none;
    border: 1px solid var(--text-white);
    width: 100%;
    display: block;
    padding: 15px 0;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
}


/*enquery-form-css*/


/*footer-css*/

footer {
    background: var(--bg-bright-cyan);
    padding: 50px 0;
    position: relative;
    z-index: 0;
}

footer::before {
    position: absolute;
    content: '';
    background: url(../images/Shape_big_bg.png) no-repeat;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: -1;
    background-size: contain;
    right: 0;
    left: 0;
    background-position: right;
    opacity: 0.2;
}

.ft-colue ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ft-colue ul.site-link li{
    border-top: 1px solid #fff;
}
.ft-colue ul.site-link li:last-child{
    border-bottom: 1px solid #FFFFFF;
}
.ft-colue ul.site-link li a{
    color: #FFFFFF;
}
.ft-colue ul.site-link li a:hover{
    color: #1D1D1D;
}
.ft-colue ul.site-location{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ft-colue ul.site-location li {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
}
#page-footer .ft-colue ul.site-location li i{
    color: #FFFFFF;
    font-size: 32px;
    transition: 0.3s all;
}

#page-footer .ft-colue ul.site-location li,
#page-footer .ft-colue ul.site-location li a {
    color: var(--text-white);
}
#page-footer .ft-colue ul.site-location li:hover a,
#page-footer .ft-colue ul.site-location li:hover i{
    color: #1D1D1D;
}

.ft-colue ul.site-location {
    padding: 0px 90px 0;
}

.ft-colue ul.site-location li img {
    width: 100%;
    max-width: 26px;
    object-fit: cover;
}

.ft-colue .social-area{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ft-colue .social-area a{
    border: 1px solid #FFFFFF;
    padding: 10px 18px;
    border-right: 0;
    font-size: 32px;
    color: #FFFFFF;
    transition: all 0.5s ease;
}
.ft-colue .social-area a:last-child{
    border-right: 1px solid #FFFFFF;
}
.ft-colue .social-area a:hover{
    color: #1D1D1D;
}
.ft-social-last{
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
}
@media(max-width: 576px){
    .ft-social-last{
        justify-content: start;
    }
}

#partners .swiper-slide img{
    width: 100%;
    max-width: 250px;
    transform: scale(1.4);
}

.copyright {
    display: flex;
    justify-content: center;
    border-top: 1px solid #ddd;
    padding: 25px 0 25px;
    gap: 8px;
    align-items: center;
}

.copyright > p {
    margin: 0;
    font-size: 14px;
}

.copyright ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.copyright ul li > a {
    font-size: 14px;
    padding: 0 8px;
    border-left: 1px solid #1D1D1D;
    color: var(--text-black);
}

.copyright a:hover{
    color: #24B5BB;
}
/*footer-css*/

.swiper-banner{
    width: 100%;
    height: auto;
    margin-top: -90px;
    z-index: 0;
}
.swiper-banner .swiper-slide{
    margin-bottom: 33px;
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 1080;
    display: flex;
    flex-direction: column;
    gap: 45px;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-banner .banner-logo{
    width: 100%;
    max-width: 320px;
}
.swiper-banner .banner-links{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
@media (max-width: 768px){
    .swiper-banner .swiper-slide{
        margin-bottom: 0px;
    }
    .swiper-banner .banner-logo{
        width: 100%;
        max-width: 250px;
    }
}

.banner{
    width: 100%;
    height: auto;
    max-height: 100vh;
    margin-bottom: 30px;
    aspect-ratio: 1920 / 1080;
    margin-top: -90px;
    display: flex;
    flex-direction: column;
    gap: 45px;
    padding: 45px;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner-logo{
    width: 100%;
    max-width: 320px;
}
.banner-links{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
}


.inquery-form-details.for-sale-form {
    margin: -8rem 0 0;
    padding: initial;
}

.inquery-form-details.for-sale-form form input,
.inquery-form-details.for-sale-form form textarea {
    padding: 10px 0 10px;
    line-height: 10px;
    margin: 0 0;
}

.for-sale-form .enquery-form {
    text-align: initial;
    padding: 65px 50px;
    padding-bottom: 45px;
}

.for-sale-form .enquery-form::before {
    display: none;
}

.for-sale-form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 50px;
}

.for-sale-form h2 {
    font-size: 24px;
    color: var(--text-white);
    letter-spacing: 1.8px;
}

.for-sale-form h2 span {
    font-weight: 300;
}
.for-sale-form .row{
    grid-column: 2 span;
}


.for-sale-form select {
    background: transparent;
    padding-bottom: 10px !important;
}

.form-check-ct {
    display: flex;
    color: #fff;
    letter-spacing: 1px;
}

label.form-check-label {
    position: relative;
    cursor: pointer;
    letter-spacing: 1.5px;
}

.form-check-ct input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

label.form-check-label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #ffffff8f;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 20px;
}

.form-check-ct input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.range-wrapper > p {
    color: #fffffffa;
    letter-spacing: 1px;
    margin-bottom: 0;
}


/*single-blog-css*/

@media (min-width: 1920px) {
    section {
        width: 100%;
        margin: auto;
    }
}

@media(max-width: 1200px) {
    .ft-colue ul.site-location {
        padding: 18px 15px 0;
    }
    .play-controler span.triger-btn img {
        width: 45px;
    }
    .inquery-form-details {
        margin-top: 0;
    }
    section.sn-inquery-form .img-team-sigle {
        height: auto;
    }
    section.sn-vartual-tour {
        padding: 0 0;
    }
}

@media(max-width: 1024px) {
    ul.navbar-nav ul.dropdown-menu {
        position: absolute;
        right: 0;
        left: 0;
        border: none;
    }
    .dropdown-toggle::after {
        right: 0px !important;
        position: absolute;
        margin-top: 8px;
    }
    .banner-hero-video > video {
        height: 100vh;
        object-fit: cover;
    }
    .details-price-sidebar > h2 {
        font-size: 45px;
    }
    .details-price-sidebar {
        border-left: initial;
        padding-left: 0;
        margin-top: 20px;
    }
}

@media(max-width: 991px) {
    footer {
        padding: 100px 0;
    }
    .indoor-gallery-grid {
        max-width: 100%;
    }
    .indoor-gallery-btn {
        margin-left: 0;
    }
    .inquery-form-details .enquery-form {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .inquery-form-details.for-sale-form {
        margin: 0;
    }
}

@media(max-width: 767px) {
    a.cart-main-wrap .cart-head-wrap h3 {
        font-size: 25px;
    }
    a.cart-main-wrap .cart-head-wrap::before {
        border-top: 10px solid transparent;
        border-left: 7px solid #ffffffe0;
        border-bottom: 10px solid transparent;
        border-right: 0px solid transparent;
        right: -70px;
        bottom: -10px;
    }
    #comparison {
        height: 285px;
    }
    footer {
        padding: 75px 0;
    }
    footer::before {
        background-position: bottom;
    }
    .ft-colue .social-area a{
        padding: 5px 7px;
    }
    .property .bottom-bar .location {
        padding-left: 0;
        display: block;
    }
    .property .bottom-bar .location::before {
        display: none;
    }
    .for-sale-form .enquery-form {
        padding: 35px 20px !important;
    }
    .for-sale-form h2 {
        font-size: 20px;
    }
    .form-check-ct {
        margin: 0 0 5px;
    }
    label.form-check-label:before {
        margin-right: 12px;
    }
}

@media(max-width: 575px) {
    section.sn-meet-wrap{
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        background-image: url(../images/Shape_big_bg.png);
    }
    .copyright {
        flex-direction: column;
    }
    .copyright ul {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        margin: 15px 0 15px;
    }
    .copyright > p {
        order: 1;
        font-size: 16px;
    }
    .copyright ul li > a {
        border-left: none;
        font-size: 16px;
    }
    .enquery-form {
        text-align: left;
        padding: 80px 25px 70px;
    }
    .enquery-form::before {
        background-position: initial;
    }
    .enquery-form > p {
        margin-bottom: 35px;
        line-height: 30px;
    }
    .enquery-form form {
        gap: 22px;
        flex-direction: column;
    }
    .enquery-form form button.btn-submit {
        width: 100%;
        max-width: 100%;
    }
    section.sn-vartual-tour {
        padding: 35px 0 45px;
    }
}

@media(max-width: 500px) {
    .row > * {
        padding-right: 25px;
        padding-left: 25px;
    }
    a.cart-main-wrap .cart-head-wrap {
        right: 55px;
        left: 0;
        padding: 0 15px 0 25px;
        bottom: 35px;
        border-bottom: 1px solid #ffffff;
    }
    a.cart-main-wrap .cart-head-wrap::before {
        right: -30px;
        bottom: -15px;
    }
    a.cart-main-wrap .cart-head-wrap::before {
        border-top: 15px solid transparent;
        border-left: 9px solid #ffffffe0;
        border-bottom: 15px solid transparent;
        border-right: 0px solid transparent;
        right: -30px;
        bottom: -15px;
    }
    a.cart-main-wrap .cart-head-wrap h3 {
        font-size: 32px;
    }
    .bg-mobile-head .paragrap-wrap {
        padding: 0 45px 30px;
    }
    .inquery-form-details form textarea {
        margin-bottom: 0;
    }
    .inquery-form-details form button.btn-submit {
        grid-column: 2 span;
    }
}


section.sn-contact-form .img-team-sigle{
    height: 100%;
}
section.sn-contact-form .img-team-sigle img {
    height: 100%;
}

.contact-us-parent {
    margin-top: 3em;
}
.contact-us-parent .contact-us-form {
    padding-top: 80px;
    padding-bottom: 60px;
}
.contact-us-form {
    background: var(--bg-black);
    text-align: center;
    padding: 40px 40px;
    position: relative;
    z-index: 0;
}

.form-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 50px;
    padding: 0 !important;
    max-width: 100%;
    
    width: 100%;
    max-width: 930px;
    margin: auto;
}

.form-container .form-group {
    margin: 0px;
    padding: 0px;
    position: relative;
    text-align: left;
}


.form-container .form-group input:not([type="checkbox"]), 
.form-container .form-group textarea, 
.form-container .form-group select {
    border: none;
    border-bottom: 1px solid #ffffff73;
    padding: 0 0 32px;
    text-transform: none;
    font-size: 16px;
    color: #fffffffa;
    font-weight: 300;
    width: 100%;
    background: transparent;
}

.form-container .form-group input::placeholder,
.form-container .form-group textarea::placeholder {
    color: #fffffffa;
    font-weight: 300;
}

.checkbox {
    position: relative;
    padding: 0 0 0 30px;
}
.checkbox__input {
    opacity: 0;
    position: absolute;
    z-index: -999;
}
.checkbox__label {
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
}
.checkbox__label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    border: 1px solid #ffffff;
    -webkit-transition: .15s;
    transition: .15s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
}
.checkbox__input:checked+.checkbox__label:before {
    content: "\2714";
    position: absolute;
    font-size: 22px;
    line-height: 17px;
    color: var(--bg-bright-cyan);
    font-family: auto;
    opacity: 1;
}

@media(max-width: 767px) {
    .form-container {
        grid-template-columns:minmax(100%,1fr);
        grid-gap: 25px 25px
    }
}
.form-container .full-width {
    grid-column: 1 / -1;
}
.form-error {
    color: var(--bg-bright-cyan);
    font-size: 15px;
    line-height: inherit;
    display: block;
    margin-top: 4px;
}

.btn{
    color: #FFFFFF;
    max-width: 100%;
    min-width: 275px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: none;
    text-align: center;
    border-radius: 0px;
    padding: 21px 11px;
    letter-spacing: 1px;
    outline-offset: -7px;
    text-decoration: none;
    transition: all 0.5s ease;
    outline: 1px solid #FFFFFF;
    border: 1px solid transparent;
}
.btn-primary{
    background-color: #24B5BB;
}
.btn-primary:active,
.btn-primary.active,
.btn-primary:focus,
.btn-primary:hover{
    background-color: #000000;
    border: 1px solid #FFFFFF;
}
.btn-secondary{
    background-color: #000000;
}
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary:focus,
.btn-secondary:hover{
    background-color: #24B5BB;
    border: 1px solid #FFFFFF;
}

.signature-pad__controls .btn-primary{
    padding: 5px 10px;
    font-size: 15px;
    outline: none;
}

.submit-offer-form {
    background: var(--bg-black);
    text-align: center;
    padding: 25px 50px;
    position: relative;
    z-index: 0;
    color: white;
    text-align: left;
}
.submit-offer-form h4{
    font-size: 40px;
    color: var(--bg-bright-cyan);
    margin: 20px 0px 20px 0px;
}
.submit-offer-form .headline__inner {
    font-size: 28px;
    color: var(--bg-bright-cyan);
    text-align: left;
}

.submit-offer-form .form-container{
    max-width: none;
}

.sn-contact-form .ft-colue ul.site-location li i {
    font-size: 32px;
}

.sn-contact-form .ft-colue ul.site-location {
    padding-left: 0px;
    padding-right: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
@media(max-width: 768px){
    .sn-contact-form .ft-colue ul.site-location{
        grid-template-columns: 1fr;
    }
}

.sn-contact-form .ft-colue ul.site-location li {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 7px;
    max-width: 260px;
    font-size: 18px;
}

.sn-team-page .img-team-sigle{
    height: 100%;
}
.sn-team-page .img-team-sigle img {
    height: 100%;
}

.sn-team-page .ft-colue ul.site-location li:hover a,
.sn-team-page .ft-colue ul.site-location li:not(.no-hover):hover i{
    color: var(--bg-bright-cyan);
}

.sn-team-page .ft-colue ul.site-location li.align-start {
    align-items: self-start;
}

.sn-team-page .ft-colue ul.site-location li.align-start i {
    margin-top: 10px;
}

.sn-team-page .ft-colue ul.site-location li, 
.sn-team-page .ft-colue ul.site-location li a {
    color: var(--text-black);
}

.sn-team-page .ft-colue ul.site-location li i {
    color: var(--text-black);
    font-size: 32px;
}

.sn-team-page .ft-colue ul.site-location {
    padding-left: 0px;
    padding-right: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.sn-team-page .ft-colue ul.site-location li {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 24px;
    max-width: 260px;
    line-height: 28px;
    font-size: 18px;
}

.sn-team-page .ft-colue ul.site-location li.full-width{
    grid-column: 1 / -1;
    max-width: 100%;
}

.sn-team-page .ft-colue ul.site-location li:hover a,
.sn-team-page .ft-colue ul.site-location li:not(.no-hover):hover i{
    color: var(--bg-bright-cyan);
}

.sn-team-page .ft-colue ul.site-location li.align-start {
    align-items: self-start;
}

.sn-team-page .ft-colue ul.site-location li.align-start i {
    margin-top: 10px;
}



.message--info {
    color: var(--bg-white);
    background: var(--bg-bright-cyan);
    padding: 14px;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 16px;
}

.signature-pad__input {
    background-color: #f2f2f2 !important;
}
.signature-pad__controls{
    margin-top: 10px;
}


.embed-responsive {
     position: relative;
     display: block;
     width: 100%;
     padding: 0;
     overflow: hidden;
}
 .embed-responsive::before {
     display: block;
     content: "";
}
 .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border: 0;
}
 .embed-responsive-21by9::before {
     padding-top: 42.8571428571%;
}
 .embed-responsive-16by9::before {
     padding-top: 56.25%;
}
 .embed-responsive-4by3::before {
     padding-top: 75%;
}
 .embed-responsive-1by1::before {
     padding-top: 100%;
}


.page-header{
    position: relative;
}
.page-header .sound {
    display: none;
    position: absolute;
    left: 50px;
    bottom: 50px;
    width: 26px;
    height: 26px;
    background: url("../images/sound.png");
    cursor: pointer;
}
.page-header .sound.muted {
    background: url("../images/no-sound.png");
}

.team-member{
    display: grid;
    grid-template-columns: 280px 1fr;
    grid-gap: 25px;
    color: #FFFFFF;
    background-color: #212529;
    padding: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
@media(max-width: 768px){
    .team-member{
        grid-template-columns: 1fr;
    }
}
.team-member-image{
    width: 100%;
    height: auto;
}
.team-member-name{
    font-size: 24px;
    font-weight: bold;
}
.team-member-designation{
    font-size: 18px;
    font-style: italic;
}
.team-member-bio{
    margin-bottom: 15px;
    padding-right: 10px;
    max-height: 150px;
    overflow-y: scroll;
}

@media(max-width: 767px){
    .team-member-image{
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;        
    }
    .team-member-info-parent{
        padding-left: 10px;
        padding-right: 10px;        
    }
    .team-member-bio{
        padding-right: 10px;
    }
}

.team-member-contact{
    font-weight: bold;
    margin-bottom: 7px;
}
.team-member-icons{
    width: fit-content;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
    margin-bottom: 7px;
}
.team-member-icons i{
    color: #FFFFFF;
    font-size: 24px;
    transition: 0.3s all;
}

.team-member-icons i:active,
.team-member-icons i:hover,
.team-member-icons i:focus{
    color: var(--bg-bright-cyan);
}

/* START: Card Post */
.card-post{
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border-radius: 0;
}
.card-post:nth-child(2n+2) .card-post-thumbnail{
    order: 1;
}
.card-post-thumbnail{
    overflow: hidden;
}
.card-post-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    transition: all 0.5s ease;
}
.card-post:hover .card-post-thumbnail img{
    transform: scale(1.1);
}
.card-post-body{
    position: relative;
    background-color: #000000;
    padding: 36px 24px;
    z-index: 1;
}
.card-post-body-overlay{
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: -1;
    opacity: 0.1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/Shape_big_bg.png');
}
.card-post-title{
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.card-post-content{
    font-size: 12px;
    font-weight: 300;
    color: #FFFFFFE0;
    margin-bottom: 15px;
}
@media(max-width: 480px){
    .card-post{
        grid-template-columns: 1fr;
    }
    .card-post:nth-child(2n+2) .card-post-thumbnail{
        order: inherit;
    }
}
/* END: Card Post  */

.paragraph *{
    line-height: 1.5;
    color: #000000A6;
}
.heading-left{
    text-align: left;
}
.heading-right{
    text-align: right;
}
.heading-title{
    font-size: 56px;
    font-weight: 600;
    text-transform: uppercase;
}
.heading-grid{
    display: grid;
    gap: 10px;
    align-items: center;
}
.heading-left .heading-grid{
    grid-template-columns: auto 1fr;
}
.heading-right .heading-grid{
    grid-template-columns: 1fr auto;
}
.heading-subtitle{
    width: fit-content;
    font-size: 90px;
    line-height: 45px;
    font-weight: 400;
    font-family: 'Southland';
    color: #24B5BB;
    font-style: italic;
}
.heading-line{
    height: 3px;
    background-color: #24B5BB;
}
@media(max-width: 992px){
    .heading-title{
        font-size: 48px;
    }
    .heading-subtitle{
        font-size: 70px;
        line-height: 35px;
    }
}
@media(max-width: 576px){
    .heading-left, .heading-right{
        text-align: center;
    }
    .heading-title{
        font-size: 36px;
    }
    .heading-grid{
        display: block;
    }
    .heading-subtitle{
        width: 100%;
    }
    .heading-line{
        display: none;
    }
}
/* START: Header */
.header-with-logo .navbar{
    justify-content: space-between;
}
.header-without-logo .navbar{
    justify-content: center;
}
.main-menu .nav-link{
    padding-left: 35px !important;
    padding-right: 35px !important;
    color: #FFFFFF !important;
}
.header-with-logo .main-menu .nav-link{
    color: #000000 !important;
}
.header-without-logo .logo img{
    display: none;
}
.logo img{
    width: 280px;
}
.main-menu{
    display: block;
}
.mobile-menu-burger{
    display: none;
    z-index: 999;
    font-size: 36px;
    align-items: center;
    color: #24B5BB !important;
}
.mobile-menu{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    max-width: 290px;
    background-color: rgba(0, 0, 0, 0.95);
    transition: transform 0.50s ease, -webkit-transform 0.50s ease;
    transform: translateX(-100%) !important;
}
.mobile-menu.active{
    transform: translateX(-0%) !important;
}
.mobile-menu a{
    color: #FFFFFF;
    text-transform: uppercase;
}
@media(max-width: 991px){
    .logo img{
        width: 250px;
    }
    .header-without-logo .navbar{
        justify-content: end;
    }
    .main-menu{
        display: none;
    }
    .mobile-menu-burger{
        display: flex;
    }
}
@media(max-width: 512px){
    .logo img{
        width: 200px;
    }
}
/* END: Header */

/* START: Arrow Down */
.next-arrow{
    z-index: 999;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    height: 80px;
    width: 80px;
    margin: auto;
}
.next-arrow div{
    cursor: pointer;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 80px;
}
.next-arrow svg{
    max-width: 100%;
    max-height: 40%;
    object-fit: contain;
    -o-object-fit: contain;
    animation: anim-fade-in-out 2s infinite;
    -webkit-animation: anim-fade-in-out 2s infinite;
}
@-webkit-keyframes anim-fade-in-out{
    0%{
        opacity: 0;
        transform: translate(0);
        -webkit-transform: translate(0);
    }
    50%{
        opacity: 1;
    }
    to{
        opacity: 0;
        transform: translateY(50px);
        -webkit-transform: translateY(50px);
    }
}
@keyframes anim-fade-in-out{
    0%{
        opacity: 0;
        transform: translate(0);
        -webkit-transform: translate(0);
    }
    50%{
        opacity: 1;
    }
    to{
        opacity: 0;
        transform: translateY(50px);
        -webkit-transform: translateY(50px);
    }
}
/* END: Arrow Down */