﻿* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 99;
}

.logo {
    position: relative;
    z-index: 123;
    padding: 5px 10px;
    font: 18px verdana;
    color: #000;
    float: left;
    /* width: 250px; */
    text-align: center;
}

    .logo a {
        color: #2fade2;
        display: inline-block;
        width: 250px;
    }

nav {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#pn_menu, #pn_menu ul, #pn_menu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: flex;
    -moz-box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    /* background: #0a4055ab;*/
    color: #082838;
    border-radius: 5px;
    padding-left: 0px;
    padding: 12px 0px;
}

    #pn_menu ul li a {
        border: 0;
        list-style: none;
        line-height: 1;
        display: flex;
        -moz-box-sizing: border-box;
        align-items: center;
        margin: 0;
        border-radius: 5px;
        padding-left: 0px;
    }

    #pn_menu:after, #pn_menu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #pn_menu #head-mobile {
        display: none
    }

#pn_menu {
    /* font-family:sans-serif; */
    background: #efeeee00;
}

    #pn_menu > ul > li {
        float: left
    }

        #pn_menu > ul > li > a {
            padding: 14px 12px;
            font-size: 16px;
            letter-spacing: 0.5;
            text-decoration: none;
            color: #33849d;
            font-weight: 600;
        }

        /*#pn_menu > ul > li:hover > a, #pn_menu ul li.active a {
            color: wheat;
        }*/

        #pn_menu > ul > li:hover, #pn_menu ul li.active:hover,
        #pn_menu ul li.active, #pn_menu ul li.has-sub.active:hover {
            /* background: #c9d9dd !important; */
            -webkit-transition: background .3s ease;
            -ms-transition: background .3s ease;
            transition: background .3s ease;
        }

        #pn_menu > ul > li.has-sub > a {
            padding-right: 30px
        }
        /* #pn_menu > ul > li.has-sub > a:after {
  position:absolute;top:22px;right:11px;width:8px;height:2px;
  display:block;background:#ddd;content:''
}
#pn_menu > ul > li.has-sub > a:before{
  position:absolute;top:19px;right:14px;display:block;width:2px;
  height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;
  -ms-transition:all .25s ease;transition:all .25s ease
} */
        #pn_menu > ul > li.has-sub:hover > a:before {
            top: 23px;
            height: 0
        }

    #pn_menu ul ul {
        position: absolute;
        left: -9999px
    }

        #pn_menu ul ul li {
            height: 0;
            -webkit-transition: all .25s ease;
            -ms-transition: all .25s ease;
            background: #fff;
            transition: all .25s ease
        }

            #pn_menu ul ul li:hover {
            }

    #pn_menu li:hover > ul {
        left: auto
    }

        #pn_menu li:hover > ul > li {
            height: auto;
            /* height:35px  */
        }

    #pn_menu ul ul ul {
        margin-left: 100%;
        top: 0
    }

    #pn_menu ul ul li a {
        border-bottom: 1px solid rgba(150,150,150,0.15);
        padding: 11px 15px;
        /* width:170px;  */
        font-size: 12px;
        text-decoration: none;
        color: #000;
        font-weight: 400;
    }

    #pn_menu ul ul li:last-child > a, #pn_menu ul ul li.last-item > a {
        border-bottom: 0
    }

    #pn_menu ul ul li:hover > a, #pn_menu ul ul li a:hover {
        color: #000;
    }

    #pn_menu ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    #pn_menu ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: '';
        -webkit-transition: all .25s ease;
        -ms-transition: all .25s ease;
        transition: all .25s ease
    }

    #pn_menu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0
    }

    #pn_menu ul ul li.has-sub:hover, #pn_menu ul li.has-sub ul li.has-sub ul li:hover {
        background: #363636;
    }

    #pn_menu ul ul ul li.active a {
        border-left: 1px solid #333
    }

    #pn_menu > ul > li.has-sub > ul > li.active > a, #pn_menu > ul ul > li.has-sub > ul > li.active > a {
        border-top: 1px solid #333
    }

@media screen and (max-width:1000px) {
    /*.logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        text-align: center;
        padding: 10px 0 0 0;
        float: none
    }*/

    .logo2 {
        display: none
    }

    nav {
        width: 100%;
    }

    #pn_menu {
        width: 100%;
        /* justify-content: space-between; */
    }

        #pn_menu ul {
            width: 100%;
            position: absolute;
            display: none;
            top: 98px;
            background: white;
            color: black;
            margin-left: 0px !important;
            padding-bottom: 18px;
        }

            #pn_menu ul li {
                width: 100%;
                border-top: 1px solid #9e9e9e42
            }

                #pn_menu ul li:focus {
                    background: #0a4055;
                    color: white;
                }

            #pn_menu ul ul li, #pn_menu li:hover > ul > li {
                height: auto
            }

                #pn_menu ul li a, #pn_menu ul ul li a {
                    width: 100%;
                    border-bottom: 0;
                }

        #pn_menu > ul > li {
            float: none
        }

        #pn_menu ul ul li a {
            padding-left: 25px
        }

        #pn_menu ul ul li {
            background: #333 !important;
        }

            #pn_menu ul ul li:hover {
                background: #363636 !important
            }

        #pn_menu ul ul ul li a {
            padding-left: 35px
        }

        #pn_menu ul ul li a {
            color: #ddd;
            background: none
        }

        #pn_menu ul ul li:hover > a, #pn_menu ul ul li.active > a {
            color: #fff
        }

        #pn_menu ul ul, #pn_menu ul ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left
        }

            #pn_menu > ul > li.has-sub > a:after, #pn_menu > ul > li.has-sub > a:before, #pn_menu ul ul > li.has-sub > a:after, #pn_menu ul ul > li.has-sub > a:before {
                display: none
            }

        #pn_menu #head-mobile {
            display: block;
            padding: 23px;
            color: #ddd;
            font-size: 12px;
            font-weight: 700
        }



    /*.button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994;
    }
*/
    .button:after {
        position: absolute;
        top: 50px;
        right: 20px;
        display: block;
        height: 11px;
        width: 23px;
        border-top: 3px solid #333;
        border-bottom: 3px solid #333;
        content: ''
    }

    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 42px;
        right: 20px;
        display: block;
        height: 3px;
        width: 23px;
        background: #333;
        content: ''
    }

    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 35px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #333;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .button.menu-opened:before {
        top: 35px;
        background: #333;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #pn_menu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #9e9e9e42;
        height: 46px;
        width: 46px;
        cursor: pointer
    }

        #pn_menu .submenu-button.submenu-opened {
            background: #262626
        }

    #pn_menu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #pn_menu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #9e9e9e42;
        content: ''
    }

    #pn_menu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #pn_menu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #pn_menu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #9e9e9e42;
        content: ''
    }

    #pn_menu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #pn_menu .submenu-button.submenu-opened:before {
        display: none
    }

    #pn_menu ul ul ul li.active a {
        border-left: none
    }

    #pn_menu > ul > li.has-sub > ul > li.active > a, #pn_menu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none
    }
}

@media (min-width: 768px) {
    .hidden-desktop {
        display: none;
    }
}

@media (max-width: 768px) {
    .hidden-mobile {
        display: none;
    }
}

.carousel-header .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 83px;
    left: 10%;
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: left;
    background-size: cover;
}

.display-1 {
    font-weight: 700;
    font-size: calc(1.625rem + 4.5vw);
    line-height: 1.2;
}

@media(min-width: 1200px) {
    .display-1 {
        font-size: 4rem
    }
}

@media (max-width: 768px) {
    .carousel-header .carousel-inner .carousel-item .carousel-caption {
        left: 6%;
        align-items: start;
        top: 237px;
    }
}

.carousel-item {
    position: relative;
}

    .carousel-item::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.7), #00000026);
    }

.main_menu {
    margin-left: 110px !important;
}

.social-icon-vert {
    position: fixed;
    /* -ms-transform: translateY(-50%);
        transform: translateY(-50%); */
    right: 35px;
    top: 100px;
    z-index: 11;
}

    .social-icon-vert ul {
        padding-left: 0px;
        list-style-type: none;
    }

    .social-icon-vert li {
        width: 35px;
        height: 35px;
        background: white;
        border-radius: 100%;
        display: flex;
        text-align: center;
        margin-bottom: 8px;
        transition: transform .7s ease-in-out;
        box-shadow: rgb(0 0 0 / 21%) 0px 3px 8px 3px;
        justify-content: center;
        align-items: center;
    }

        .social-icon-vert li a {
            color: #fff;
        }

            .social-icon-vert li a i {
                font-size: 17px;
                padding-top: 6px;
            }

        .social-icon-vert li:hover {
            box-shadow: 1px 8px 8px -8px #000;
            background: #fff;
            transform: scaleX(-1);
        }

.fb {
    color: #3b5998;
}

.tw {
    background: #2d99e8;
}

.lin {
    color: #2d99e8;
}

.inst {
    color: #bc2a8d;
}

.yt {
    background: #ff0000;
}

.headingAfter {
    background: white;
    width: 1px;
    height: 140px;
    margin: 15px auto;
}

.social-icon-vert li:hover {
    box-shadow: 1px 8px 8px -8px #000;
    background: #fff;
    transform: scaleX(-1);
}

    .social-icon-vert li:hover .fa-facebook {
        color: #3b5998;
        transition: .3s;
        transform: scaleX(-1);
    }

    .social-icon-vert li:hover .fa-twitter {
        color: #2d99e8;
        transition: .3s;
        transform: scaleX(-1);
    }

    .social-icon-vert li:hover .fa-linkedin {
        color: #2d99e8;
        transition: .3s;
        transform: scaleX(-1);
    }

    .social-icon-vert li:hover .fa-instagram {
        color: #bc2a8d;
        transition: .3s;
        transform: scaleX(-1);
    }

.about-section {
    /*background: url(https://agarwalestates.com/images/abt-sec-bg.png) !important;*/
    /* background: linear-gradient(#092f40, rgb(16 94 125), rgba(206, 235, 255, 0.01)); */
    /* background-size: 100% 100% !important; */
    /* padding-bottom: 2%; */
    /* position: relative; */
    border: none;
    /* margin-top: -40px; */
    z-index: 1;
    background: #0929380a;
}

.bengaluru-bg {
    padding-top: 0px;
}

.bengaluru-bg-cont {
    margin-top: 0;
    display: flex;
    justify-content: center;
}

.bengaluru-bg h3 {
    /* font-family: 'Lexend-Medium'; */
    color: #082c3c;
    font-size: 38px;
    text-align: center;
    padding: 0;
    margin-bottom: 0px;
    /* background: #082c3c; */
}

.bengaluru-bg p {
    /* font-family: 'Lexend-Medium'; */
    color: #082c3c;
    /* text-align: center; */
    font-size: 38px;
    /* margin-top: -11px; */
    /* padding: 0; */
    /* align-items: center; */
    /* background: #082c3c; */
    /* display: inline; */
    /* width: 250px; */
    margin-bottom: 0;
    margin-left: 11px;
}

.djbjddj-ami {
    height: 145px;
    width: 100%;
    object-fit: contain;
    display: none;
}

.dbdbd-ami {
    display: flex;
    /* flex-direction: column; */
    /* justify-content: center; */
    align-items: center;
    padding: 33px;
}

.whitebg-goal {
    background: #ffffffe8;
    padding: 30px;
    margin: 80px;
    color: black;
    font-size: 16px;
    z-index: 9;
    /* margin-right: -70px; */
    position: relative;
    box-shadow: 4px 4px 20px 0 rgb(1 1 1 / 38%);
    text-align: justify;
}

.h-common-class {
    font-size: 25px;
    color: #1c2539;
}

.separators {
    position: relative;
    width: 70px;
    height: 4px;
    border-radius: 33.7963px;
    background: linear-gradient(90deg, rgb(9 52 69) 0%, rgb(17 95 111) 13%, rgb(131 174 183) 100%);
}

    .separators:before {
        position: absolute;
        content: '';
        right: -12px;
        width: 8px;
        height: 4px;
        border-radius: 33.7963px;
        background: linear-gradient(90deg, rgb(23 111 123) 0%, rgb(31 117 127) 13%, rgb(9 40 56) 100%);
    }

    .separators:after {
        position: absolute;
        content: '';
        right: -19px;
        width: 4px;
        height: 4px;
        border-radius: 33.7963px;
        background-color: #507d90;
    }

.heroImg {
    height: 540px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

/*.imgZoom {
    background-image: url(../images/about-zoom.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    transition: transform 0.2s ease-out;
    will-change: transform;
}
.imgZoom {
    position: relative;
    z-index: 1;
    --bg-scale: 1;
}
*/

.imgZoom {
    background-image: url(../images/about-zoom.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    transition: transform 0.2s ease-out;
    will-change: transform;
    margin-top: 0 !important;
}

.imgZoom {
    position: relative;
    z-index: 1;
    --bg-scale: 1;
}


.main-header.active {
    opacity: 100;
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    background: #ffffffc9;
    -webkit-box-shadow: -5px 0 5px 0 rgba(26,34,93,0.74);
    -moz-box-shadow: -5px 0 5px 0 rgba(26,34,93,0.74);
    border-bottom: 3px solid #3393c6;
    box-shadow: -5px 0 5px 0 rgba(26,34,93,0.74);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    backdrop-filter: blur(10px);
}


.property-carousel {
    overflow: hidden;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    position: relative;
    /* padding-bottom: 5rem; */
    width: 90%;
    margin-inline: auto;
}

.fakeTitle {
    font-weight: 600;
    line-height: 1.4;
    color: #121212;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2.5rem;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
    font-size: 28px;
}

.full-width-bg {
    padding-block-start: 2rem;
    padding: 50px 0px;
}

.property-carousel h2 {
    font-weight: 600;
    text-align: center;
    margin-bottom: 2.5rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.bg-green {
    position: relative;
    color: #fff;
    display: inline-block;
    background: linear-gradient(90deg, #092838, #35858e, #9aacb3);
    padding-block: 4px;
    --padding-translate: 6px;
    padding-inline: var(--padding-translate);
    transform: translateX(-var(--padding-translate));
    border-radius: 10px;
}

.property-carousel::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari and Opera */
}

.property-carousel h3 {
    font-size: 18px;
    text-align: center;
    /* margin-block: 0.5rem; */
    margin-top: 8px;
}

.property-carousel img {
    object-fit: fill;
}

.swiper-button-prev,
.swiper-button-next {
    --swiper-button-size: 36px;
    top: 50%;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 50%;
    width: var(--swiper-button-size);
    height: var(--swiper-button-size);
    background: #093345;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 12px 0px;
    fill: #fff;
    transition: all 200ms ease;
}

    .swiper-button-prev svg,
    .swiper-button-next svg {
        height: 18px;
        /* width: 20px; */
    }

    .swiper-button-prev:hover,
    .swiper-button-next:hover {
        background: rgba(17, 17, 17, 0.9);
        box-shadow: rgba(0, 0, 0, 0.5) 0px 6px 12px 0px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        display: none;
        font-size: 23px;
        font-weight: 600;
        color: #fff;
    }

.swiper-pagination-bullet-active {
    background: linear-gradient(90deg, #00796b, #009688, #26a69a);
}

.property-card-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
}

    .property-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.card-text {
    font-size: 13px;
    margin-block: 4px;
}

.property-post {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), inset 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 20px 14px;
    height: 100%;
    transition: transform 0.3s ease, opacity 0.3s ease;
    /* opacity: 0.7;*/
    /* Dim inactive slides */
    /*  transform: perspective(1000px) scale(0.9);*/
    /* Slightly smaller by default */
    /* height: 25rem;*/
    border-radius: 8px;
    margin: 5px;
    overflow: hidden;
}

/*.propertySwiper .swiper-slide::after {
        content: "Riverine";
        position: absolute;
        top: 20px;
        left: -32px;
        width: 40%;
        transform: rotate(-45deg);
        text-align: center;
        background: #e63946;
        color: #fff;
    }*/

.propertySwiper .swiper-slide a {
    color: #000000;
}

.propertySwiper .swiper-slide-active {
    /*  transform: perspective(1000px) scale(1.1);*/
    /* Enlarged center slide */
    opacity: 1;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    /* Add shadow for depth */
}

.propertySwiper .swiper-slide-prev,
.propertySwiper .swiper-slide-next {
    /*transform: perspective(1000px) rotateY(-20deg) scale(0.9);*/
    /* Slightly tilted */
    opacity: 0.9;
    /* Slightly dim */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Shadow for depth */
}

.propertySwiper .swiper-slide-next {
    tr /*ansform: perspective(1000px) rotateY(20deg) scale(0.9);*/
    /* Tilt the other direction */
}

@media (max-width: 768px) {
    .property-carousel {
        padding-inline: 16px;
    }
}

.card-text {
    font-size: 13px;
    margin-block: 4px;
}

footer {
    padding: 1px 0 21px 0;
    position: relative;
    /* background-image: url(../images/footer-bg.jpg); */
    /* width: 100%; */
    /* background-position: top; */
    /* background-attachment: fixed; */
}

    footer:before {
        content: "";
        background: linear-gradient(135deg, #092838 19%, #055a79);
        position: absolute;
        top: 0;
        width: 100%;
        /* height: 100%; */
        bottom: 0;
        background: linear-gradient(135deg, #1e6fa0 19%, #3393c6);
        /* background: linear-gradient(135deg, #2a7eb2 19%, #3393c6); */
    }

#footer-logo {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 101%;
    margin: auto;
}

.dhidoj-am {
    width: 150px;
    /* margin-bottom: 10px; */
    padding: 21px 9px;
    /* background: white; */
}

#footer-logo p {
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: white;
    margin: 10px 0px 0px;
}

#footer-social {
    float: left;
    margin-top: 10px;
}

.hddd-ami-new {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0px 5px 0;
    color: white;
    cursor: default;
    display: block;
    font-weight: bold;
}

.bg_blue_dark2 {
    /* background-color: #054860; */
    position: relative;
    /* border-top: 1px solid #e9e9e959; */
    width: 84%;
    margin: 12px auto 0;
}

.copyright p {
    margin: 0;
    font-size: 13px;
    color: #ffffff;
}

.credits {
    /* margin-top: 6px; */
    color: white;
    font-size: 13px;
}

.ytftyfyt_tri {
    text-decoration: none;
    color: white !important;
}

.company {
    color: #f8b03b !important;
    font-weight: 900;
}





/*floor plan*/

.section-title {
    /* max-width: 900px; */
    text-align: center;
    margin: 0 auto;
}

    .section-title .sub-style {
        position: relative;
        display: inline-block;
        text-transform: uppercase;
        color: var(--bs-primary);
        margin-bottom: 1rem !important;
    }

/*.section-title .sub-style::before {
            content: "";
            width: 100px;
            position: absolute;
            bottom: 45%;
            left: 0;
            transform: translateY(-50%);
            margin-bottom: -8px;
            margin-left: -100px;
            border: 1px solid var(--bs-secondary) !important;
        }

        .section-title .sub-style::after {
            content: "";
            width: 50px;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            margin-top: -8px;
            margin-left: -50px;
            border: 1px solid #0a4055 !important;
        }
*/
.sub-title {
    position: relative;
    display: inline-block;
    /*text-transform: uppercase;*/
    color: #3393c6 !important;
    font-size: 34px;
}

/* .sub-title::before {
        content: "";
        width: 100px;
        position: absolute;
        bottom: 35%;
        right: 0;
        transform: translateY(-50%);
        margin-bottom: -8px;
        margin-right: -100px;
        border: 1px solid var(--bs-secondary) !important;
    }

    .sub-title::after {
        content: "";
        width: 50px;
        position: absolute;
        top: 55%;
        right: 0;
        transform: translateY(-50%);
        margin-top: -6px;
        margin-right: -50px;
        border: 1px solid #0a4055 !important;
    }*/

.service .service-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

    .service .service-item .service-inner .service-img {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }

        .service .service-item .service-inner .service-img img {
            transition: 0.5s;
        }

        .service .service-item .service-inner .service-img::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0;
            border-radius: 10px;
            transition: 0.7s;
            opacity: 0;
        }

    .service .service-item .service-inner .service-title {
        position: relative;
        margin-top: -30px;
        text-align: center;
        transition: 0.5s;
    }

        .service .service-item .service-inner .service-title .service-title-name {
            transition: 0.5s;
        }

.rounded {
    border-radius: 10px !important;
}

a.btn.bg-light.text-secondary.py-3.px-5.mb-4 {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    transition: .5s;
}

.service .service-item .service-inner .service-title .service-content {
    position: absolute;
    bottom: -100%;
    left: 0;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-primary);
    opacity: 0;
    transition: 0.5s;
}

    .service .service-item .service-inner .service-title .service-content a h4 {
        border-bottom: 1px solid rgba(256, 256, 256, .1);
    }

.service-content p {
    color: #ffffff;
}

.btn.btn-primary {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.5s;
}

.service .service-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}

    .service .service-item .service-inner .service-title {
        position: relative;
        margin-top: 16px;
        text-align: center;
        transition: 0.5s;
    }

        .service .service-item .service-inner .service-title .service-content {
            position: absolute;
            bottom: -100%;
            left: 0;
            margin-left: 30px;
            margin-right: 30px;
            text-align: center;
            border-radius: 10px;
            background: var(--bs-primary);
            opacity: 0;
            transition: 0.5s;
        }

    /*.service .service-item:hover .service-inner .service-title .service-content {
    bottom: 0;
    opacity: 1;
}

.service .service-item .service-inner .service-title .service-content a h4 {
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.service .service-item .service-inner .service-title .service-title-name {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-title-name {
    opacity: 0;
}*/

    .service .service-item .service-inner .service-img {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }

        .service .service-item .service-inner .service-img::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0;
            border-radius: 10px;
            transition: 0.7s;
            opacity: 0;
        }

a.h4.text-white.mb-0 {
    font-size: 14px;
    text-decoration: none;
}

/*.service .service-item:hover .service-inner .service-img::after {
    height: 100%;
    opacity: 1;
}

.service .service-item .service-inner .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-img img {
    transform: scale(1.3);
}*/
.efjgby_tri {
    padding: 0;
    height: 365px;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
}

    .efjgby_tri img {
        transition: transform 0.4s ease;
        border-radius: 10px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.service-inner {
    /* margin: 0 10px; */
}

.efjgby_tri img {
    transition: transform 0.4s ease;
    border-radius: 10px;
    width: 100%;
}

.efjgby_tri:hover img {
    transform: scale(1.1);
    overflow: hidden;
}

.fugwei_tri {
    background: #0a4055 !important;
}


/*Amenities*/
.amenities {
    background: #3393c6;
    padding: 50px 0px;
}

.title-new {
    color: white;
    font-size: 46px;
}

.title-des {
    color: white;
    font-size: 22px;
    margin-top: 20px;
}

.pfs-list .hpfs-iteam {
    display: block;
    width: 100%;
    height: 284px;
    line-height: 0;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    color: #fff;
}

    .pfs-list .hpfs-iteam img {
        width: 100%;
        height: 293px;
        object-fit: cover;
        transition: all 0.3s ease;
    }

.amenities {
    position: relative;
}

    .amenities .owl-nav {
        left: -31%;
        bottom: 25px;
        position: absolute;
    }

        .amenities .owl-nav button.owl-prev, .amenities .owl-nav button.owl-next {
            background: #113b6d !important;
            color: white !important;
            font-size: 30px;
            height: 40px;
            width: 40px;
            border: 0px solid white !important;
            position: relative;
            line-height: 0px;
        }

        .amenities .owl-nav .owl-prev:after {
            content: "";
            border-left: 1.6vmax solid #113b6d;
            border-top: 2.99vmax solid transparent;
            right: 0;
            transform: translateX(100%);
            position: absolute;
            bottom: 0;
        }

        .amenities .owl-nav .owl-next:after {
            content: "";
            border-bottom: 2.99vmax solid transparent;
            border-right: 1.6vmax solid #113b6d;
            left: 0px;
            transform: translateX(-100%);
            position: absolute;
            top: 0px;
            height: auto;
        }

.pfs-list .hpfs-title {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 61px 15px 34px 15px;
    color: #fff !important;
    background-image: linear-gradient(rgb(0 0 0 / 4%), rgba(0, 0, 0, 1));
    font-size: 18px;
    font-weight: 600;
}

.pfs-list .hpfs-iteam:hover {
    color: #fff;
}

    .pfs-list .hpfs-iteam:hover img {
        transform: scale(1.1);
    }

.operate-flow {
    background: url(../images/amaneties-bg.jpg) 50% 0 / cover no-repeat;
    position: relative;
    padding: 75px 0 !important;
    clear: both !important;
    background-attachment: fixed;
}

    .operate-flow::before {
        background: #000000cc;
        bottom: 0;
        content: "";
        left: 0;
        opacity: .9;
        position: absolute;
        right: 0;
        top: 0;
    }

.heading-operate.white-o {
    color: #fff;
    padding-bottom: 30px;
}

.heading-operate {
    opacity: .9;
}

    .heading-operate span {
        display: inline-block;
        width: 100%;
        font-size: 20px;
        letter-spacing: 5px;
        text-transform: uppercase;
        color: #fff;
    }

.h4-operate {
    color: #fff;
    font-size: 30px;
    margin: 10px 0;
}

.operate-process {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

    .operate-process .icon {
        width: 100px;
        height: 100px;
        display: inline-block;
        position: relative;
        /* border-radius: 50%; */
        z-index: 1;
        line-height: 100px;
        color: #fff;
        font-size: 40px;
        background: rgba(255, 255, 255, .2);
        margin-bottom: 40px;
    }

        .operate-process .icon:before {
            /* content: ""; */
            border: 3px solid rgba(255, 255, 255, .2);
            position: absolute;
            height: 120px;
            width: 120px;
            z-index: -1;
            /* border-radius: 50%; */
            left: -11px;
            top: -11px;
        }

    .operate-process li .number {
        top: 34px;
        right: -40px;
        display: none;
        margin-right: 10px;
        height: 38px;
        width: 38px;
        font-size: 14px;
        position: absolute;
        background: #125767;
        line-height: 38px;
        text-align: center;
        color: #fff;
        border-radius: 50%;
        z-index: 2;
    }

    .operate-process li .h6-operate-title {
        text-transform: uppercase;
        font-weight: 500;
        margin-top: 0;
        color: #fff;
        font-size: 14px;
        letter-spacing: 1px;
    }

.text-white {
    color: #fff !important;
}

.icon i {
    display: inline-block;
    transition: all 0.3s ease;
}

.icon:hover img {
    animation: vibrate 0.3s linear infinite;
}

@keyframes vibrate {
    0% {
        transform: translate(0);
    }

    20% {
        transform: translate(-2px, 2px);
    }

    40% {
        transform: translate(-2px, -2px);
    }

    60% {
        transform: translate(2px, 2px);
    }

    80% {
        transform: translate(2px, -2px);
    }

    100% {
        transform: translate(0);
    }
}

.operate-process .icon {
    position: relative;
}

.icon img {
    padding: 10px;
    filter: brightness(0) invert(1);
    width: 85px;
    position: relative;
    top: -8px;
}

.operate-process .icon:before {
    /* content: ""; */
    position: absolute;
    height: 120px;
    width: 120px;
    border: 3px solid #f8b03b8a;
    /* border-top-color: #143f4d; */
    /* border-radius: 50%; */
    left: -11px;
    top: -11px;
    z-index: -1;
    animation: rotateCircle 1.5s linear infinite;
}

@keyframes rotateCircle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fejg_tri {
    list-style: none;
}

.section.about-area.pt-40 {
    background: #fff !important;
    padding-top: 50px !important;
    padding: 50px 0;
    background-image: url() !important;
    background-size: cover !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
}

.about-area.pt-40 {
    padding: 40px 0px !important;
    background: #0a4055ab;
}

.map_new {
    /* padding: 7px;*/
    background: white;
    border-top: 3px solid #054860;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    padding-bottom: 2px;
}

.fugwei_tri.text-center.rounded.p-3.mx-5.mb-4 {
    box-shadow: rgba(99, 99, 99, 0.5) 0px 2px 8px 0px;
}

.heading_new {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
    width: 100%;
}

p {
    color: #333;
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 15px;
}

.fgbyhvgb_tri {
    padding-right: 0px;
}

    .fgbyhvgb_tri h3 {
        font-size: 22px;
        color: white;
    }

ul.about-list {
    padding: 0px;
}

.about-item {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
}

    .about-item span.span {
        color: #333;
        font-size: 13px;
    }

span.span.textt_about {
    margin-left: 26px;
}

.textt_about {
    padding-bottom: 5px;
    position: relative;
}

    .textt_about:before {
        content: "\f0a4";
        font-family: FontAwesome;
        display: inline-block;
        margin-left: 5px;
        width: 28px;
        font-size: 13px;
        color: #e19903 !important;
        color: Brown;
        position: absolute;
        left: -29px;
        top: 1px;
    }


p.span {
    color: #fff;
}

.single-sec {
    border-bottom: 3px solid #054860;
    padding: 12px 9px;
    height: 178px;
    background-color: #ffffff;
    position: relative;
    top: -49px;
    z-index: 9;
    box-shadow: 0 8px 17px rgb(0 0 0 / 12%);
}

.sub-title-new {
    font-size: 18px;
    text-align: center;
    color: #054860;
}

.single-sec p {
    text-align: center;
    /* color: #054860; */
}

.contact-section {
    padding: var(--space-120) var(--space-50);
}

    .contact-section.home {
        padding: var(--space-0);
        background-image: url(../image/form-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

        .contact-section.home .contact-form {
            background: none;
            box-shadow: none;
            padding: var(--space-0);
        }

            .contact-section.home .contact-form form {
                padding: 50px 30px;
            }

            .contact-section.home .contact-form .btn-submit {
                width: 150px;
            }

.contact-box {
    position: relative;
    overflow: hidden;
    background-color: var(--white-color);
    border: 1px solid #e1e9f4;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: var(--space-15);
}

    .contact-box:hover {
        border-color: transparent;
        box-shadow: 0px 10px 60px rgba(137, 151, 186, 0.15);
    }

    .contact-box .box-image {
        overflow: hidden;
        background-color: var(--color-two);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .contact-box .box-image img {
            width: 100%;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

    .contact-box:hover .box-image img {
        opacity: 0.70;
        transform: scale(1.04,1.04) rotate(1deg);
    }

    .contact-box .contact-box-inner {
        position: relative;
        padding: var(--space-60) var(--space-50);
        padding-top: var(--space-0);
        text-align: center;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .contact-box .contact-box-inner .content h5 {
            margin-bottom: var(--space-25);
        }

        .contact-box .contact-box-inner .content p {
            font-size: var(--font-18);
            line-height: 28px;
            color: var(--color-six);
            margin-bottom: 0;
        }

        .contact-box .contact-box-inner .image {
            position: relative;
            background-color: var(--white-color);
            width: 90px;
            height: 90px;
            line-height: 90px;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0px 10px 20px rgba(137, 151, 186, 0.2);
            margin: -45px auto 25px;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

    .contact-box:hover .contact-box-inner .image img {
        animation: rotateme3 0.8s ease-in-out;
        -webkit-animation: rotateme3 0.8s ease-in-out;
    }

    .contact-box .contact-box-inner .image img {
        margin: 0 auto;
    }

.contact-form {
    background-image: url('../images/background/6.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    margin-top: var(--space-35);
    padding: var(--space-100) var(--space-15);
    box-shadow: 0px 10px 60px rgba(137, 151, 186, 0.15);
}

    .contact-form .btn-submit {
        width: 370px;
        max-width: 100%;
        margin-top: var(--space-15);
    }

.contact-section.home .contact-form form {
    padding: 50px 30px;
}

.btn-solid {
    background-color: #3393c6;
    border: none;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 20px 8px 20px;
    /* width: 150px; */
}

.contact-section.home .contact-form form {
    padding: 26px 30px;
}

.sec-title h2 {
    z-index: 1;
    color: var(--main-color);
    margin-top: 10px;
    font-size: 30px;
}


.sec-title .separator {
    position: relative;
    width: 70px;
    height: 4px;
    border-radius: 33.7963px;
    margin-top: var(--space-15);
    /* background-color: var(--color-two); */
    background: linear-gradient(90deg, #3393c6 0%, #3393c6 13%, rgb(131 174 183) 100%);
}

    .sec-title .separator:before {
        position: absolute;
        content: '';
        right: -12px;
        width: 8px;
        height: 4px;
        border-radius: 33.7963px;
        /* background-color: var(--color-two); */
        background: linear-gradient(90deg, rgb(23 111 123) 0%, rgb(31 117 127) 13%, rgb(9 40 56) 100%);
    }

    .sec-title .separator:after {
        position: absolute;
        content: '';
        right: -19px;
        width: 4px;
        height: 4px;
        border-radius: 33.7963px;
        background-color: var(--color-two);
    }

.default-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

input[type="text"], input[type="email"], input[type="tel"], select {
    color: black !important;
    height: 34px !important;
    border: 1px solid #ccc !important;
    font-size: 14px;
    border-radius: 4px !important;
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

label {
    color: black;
    font-size: 13px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.default-form textarea.form-control {
    height: 79px;
    resize: none;
    padding-top: 0px;
}

.contact-info {
    padding: 2.3rem 0rem 2.3rem 2.3rem;
    position: relative;
}

    .contact-info .title {
        color: #ffffff;
        font-size: 28px;
    }

.information {
    display: flex;
    color: #555;
    align-items: center;
    margin: 0px 0px 6px 0px;
    /* justify-content: center; */
    align-items: baseline;
    font-size: 0.95rem;
}

    .information i {
        /* color: #054860; */
        color: #fff;
    }

    .information i {
        font-size: 14px;
        color: white;
        background: color-mix(in srgb, #1293c1, #33758d 92%);
        padding: 0px 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
        margin-right: 15px;
        width: 35px;
        height: 35px;
        background: color-mix(in srgb, #f8b03b, #d9911a 92%);
    }

    .information p {
        color: white;
        margin-bottom: 0px;
    }

.social-media {
    padding: 1rem 0 0 0;
}

.social-icons {
    display: flex;
    margin-top: 0.5rem;
}

    .social-icons a {
        width: 35px;
        height: 35px;
        border-radius: 5px;
        background: linear-gradient(45deg, #054860, #149279);
        color: #fff;
        text-align: center;
        line-height: 35px;
        margin-right: 0.5rem;
        transition: 0.3s;
    }

.facebook-bg {
    background: #2a68b1 !important;
}

.twitter-bg {
}

.instagram-bg {
    background: #ae1ba0 !important;
}

.linkedin-bg {
    background: #0077B5 !important;
}

.social-icons {
    display: flex;
    margin-top: 0.5rem;
}

.w-new-464 {
    width: 127px;
}

.contact-section {
    position: relative;
}

    .contact-section::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to left, rgb(0 0 0 / 96%) -5%, transparent);
    }

.social-media p {
    color: #fff;
}

.nkf-ami {
    color: #fff;
    text-decoration: none;
}

    .nkf-ami:hover {
        color: #fff;
        text-decoration: none;
    }

.bg-white-new {
    background: #fbfbfb;
    z-index: 9;
}

.text-underline {
    text-decoration: underline;
    color: #ffbfbf;
}

.align-new {
    display: flex;
    align-items: center;
}

.carousel-inner img {
    height: 638px;
    object-fit: cover;
    object-position: center;
}

.dwn-brc {
    /* background: #064d68; */
    /* padding: 10px 12px !important; */
    /* font-size: 14px !important; */
    /* color: white !important; */
}

.main-header.active a {
    color: #333 !important;
}

.main-header.active .dwn-brc {
    color: #333 !important;
}

.errorspan_tri {
    font-size: 10.6px;
    font-weight: 400;
    color: red;
    position: absolute;
    left: 0;
}

.popup-checkbox {
    line-height: 17px;
}

span.ggyg_tri.para1 {
    color: black;
    font-size: 14px;
}

.object-pos {
    object-position: top !important;
}
/**----------whats app icon Css-----------*/
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

    .btn-whatsapp-pulse i {
        font-size: 35px;
    }

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 15px;
    right: 32px;
    animation-play-state: paused;
}

    .btn-whatsapp-pulse-border::before {
        content: "";
        position: absolute;
        border-radius: 50%;
        padding: 25px;
        border: 5px solid #25d366;
        opacity: 0.75;
        animation-name: pulse-border;
        animation-duration: 1.5s;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite;
    }

    .btn-whatsapp-pulse-border:hover {
        color: white;
    }

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}
/*----------whats app icon Css-----------*/

.service.overflow-hidden {
    background-color: #ffffffe6;
    padding: 50px 0px;
    background-image: url(../image/a1.png);
    background-blend-mode: overlay;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.gghnjk_tri {
    display: flex;
    align-items: center;
}

span.rjyhgr_tri {
    display: flex;
    position: relative;
    align-items: center;
    padding-left: 18px;
    margin-bottom: 10px;
    width: 60%;
}

    span.rjyhgr_tri:before {
        content: "";
        position: absolute;
        left: 0;
        width: 6px;
        height: 6px;
        background: #105a6c;
    }

.iuefg_tri {
    display: flex;
    align-items: center;
    margin-top: 8px;
    font-size: 15px;
}

span.rgr_tri {
    width: 25%;
    color: grey;
}

.fioej_tri {
    width: 50%;
    padding: 30px 0 0 50px;
}

.rgoj_tri {
    width: 50%;
}

span.fefe_tr {
    width: 65%;
    padding-left: 20px;
    font-weight: 600;
}

.gjkk_tri {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

.iuejhfg_tri {
    margin-top: 30px;
    display: none;
    flex-wrap: wrap;
}

section.main-location {
    /* background: #092e3e0d; */
    /* padding: 10px; */
}

section.all-location-add {
    /* background: #092e3e0d; */
}

span.rjyhgr_tri:nth-child(even) {
    width: 40%;
}

section.floor_plan h1.sub-title {
    margin-bottom: 15px;
}

a.efjgby_tri.rhtrh_tri {
    height: auto;
    background: #3393c6;
    width: auto;
    display: inline-block;
    padding: 10px 23px;
    outline: 0;
    font-size: 14px;
    text-decoration: unset;
    color: #fff;
    border-radius: 3px;
    margin-top: 25px;
}

/*===========popup css=================*/
.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 873px;
    margin: 30px auto;
    /* max-width: 97%; */
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*max-height: calc(100vh - 70px);*/
    overflow-y: auto;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: 6px;
    top: -8px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: black;
}

.img-fluid-new {
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

@media screen and (min-width:800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width:799px) {
    .custom-model-inner {
        margin-top: 45px;
    }

    .custom-model-inner {
        width: 100%;
    }

    .dis-mob-none {
        display: none;
    }
}

.new_phonesmsg, .new_errormsg, .new_namemsg {
    font-size: 10.6px;
    font-weight: 400;
    color: red;
    position: absolute;
    left: 0;
}
/*===========popup css=================*/
label.etyui_tri {
    display: flex;
    align-items: flex-start;
}

    label.etyui_tri input {
        margin: 6px;
    }

.hsdvyh_tri {
    width: 193px;
    background: #3393c6;
    padding: 10px 14px;
    padding-right: 3px;
}

span.mail-icon {
    display: inline-block;
}

.phone-no a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 21px;
}

.phone-no i {
    padding-right: 7px;
}

.main-header.active .phone-no a {
    color: #fff !important;
}



/*about us section*/

.about-one {
    position: relative;
    display: block;
    padding: 50px 0px 40px;
    z-index: 1;
}

.about-one__big-text {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #f8b03b85;
    opacity: .50;
    position: absolute;
    left: -163px;
    top: 218px;
    transform: rotate(-90deg);
}

.about-one__left {
    position: relative;
    display: block;
    margin-left: 71px;
}

.about-one__img-box {
    position: relative;
    display: block;
    z-index: 1;
    right: -26px;
}

.about-one__img-one {
    position: relative;
    display: block;
    height: 450px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .about-one__img-one img {
        width: 100%;
        height: 100%;
    }

.about-one__img-two {
    position: absolute;
    top: 45px;
    left: -130px;
    height: 350px;
    width: 100%;
}

    .about-one__img-two img {
        width: auto;
        height: 100%;
    }

.about-one__right {
    position: relative;
    display: block;
    margin-left: 100px;
}

    .about-one__right .section-title {
        margin-bottom: 10px;
    }

.section-title {
    position: relative;
    display: block;
    margin-top: -10px;
    margin-bottom: 48px;
    text-align: left;
}

.section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #3393c6;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    z-index: 1;
}

    .section-title__tagline:before {
        content: "";
        position: absolute;
        top: 7px;
        right: -30px;
        height: 1px;
        width: 21px;
        background-color: #3393c6;
    }

.section-title__title {
    margin: 0;
    color: var(--aports-black);
    font-size: 35px;
    line-height: 37px;
    font-weight: 700;
    margin-top: 5px;
    font-size: 31px;
    color: #1c2539;
}

.about-one__points {
    position: relative;
    display: block;
    margin-top: 14px;
    /* margin-bottom: 43px; */
    margin-bottom: 0px;
}

    .about-one__points li {
        position: relative;
        display: flex;
        /* align-items: center; */
    }

        .about-one__points li .icon {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 18px;
            width: 18px;
            border-radius: 50%;
            background-color: #3393c6;
            font-size: 10px;
            color: #fff;
            margin-top: 3px;
        }

        .about-one__points li .text {
            margin-left: 15px;
        }

            .about-one__points li .text p {
                font-size: 14px;
                color: #444;
                font-weight: 500;
                margin-bottom: 5px;
                /* line-height: 25px; */
            }

.main_menu li a {
    color: #333;
    font-size: 15px;
    text-decoration: none;
    padding: 7px 0;
    position: relative;
    display: block;
}

    .main_menu li a::after {
        content: "";
        background-color: #3393c6;
        width: 0;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0;
        transition: all 0.3s linear;
    }

    .main_menu li a:hover::after {
        width: 100%;
    }

.main_menu li.active a::after {
    width: 100%;
    background: #3393c6;
}

.logo a .img-fluid {
    /* max-width: 100%; */
    height: auto;
    width: 100%;
}

.section-title__title span {
    color: #f8b03b;
}

#amenities {
    background: url(../image/new_bg_images.png) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    padding-bottom: 0px;
}

    #amenities:before {
        content: '';
        position: absolute;
        background: linear-gradient(to right, rgb(0 0 0 / 89%) 46%, rgba(0, 0, 0, 0.41) 100%);
        top: 0px;
        bottom: 0px;
        left: 0px;
        width: 100%;
        /* background: linear-gradient(to right, rgb(51 147 198) 46%, rgb(51 147 198 / 64%) 100%); */
    }

    #amenities .col-md-4.mb-3 {
        position: relative;
    }

    #amenities .title-new {
        color: white;
        font-size: 46px;
        position: relative;
    }

.operate-process {
    /* text-align: center; */
    /* position: relative; */
    /* margin-top: 50px; */
}

.fejg_tri {
    list-style: none;
    padding: 0px;
    margin: 0px;
    justify-content: center;
}

.operate-process .icon {
    position: relative;
}

.operate-process .icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    position: relative;
    /* border-radius: 50%; */
    z-index: 1;
    line-height: 100px;
    color: #fff;
    font-size: 40px;
    background: rgba(255, 255, 255, .2);
    margin-bottom: 16px;
}



.operate-process li .h6-operate-title {
    /* text-transform: uppercase; */
    font-weight: 500;
    margin-top: 0;
    color: #fff;
    font-size: 12px;
    /* letter-spacing: 1px; */
    font-weight: 600;
}

.operate-process .icon:before {
    animation: none;
    border-top-color: none;
}

.operate-process li.col-md-2 {
    /* padding-bottom: 30px; */
    border-bottom: 1px solid #ffffff57;
    padding: 15px 0px;
    border-right: 1px solid #ffffff57;
}


/*
gallery*/


#gallery .slider-wrapper {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    height: 338px;
    padding: 0px 0;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1001;
}

#gallery .slider-track {
    display: flex;
    transition: transform 0.6s ease;
    will-change: transform;
}

#gallery .slide {
    flex-shrink: 0;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    opacity: 1;
    transition: 0.6s all;
    z-index: 100;
}

    #gallery .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    #gallery .slide.active {
        box-shadow: 0 0 20px #3393c65e;
        opacity: 1;
    }

    #gallery .slide::after {
        content: attr(data-label);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        text-align: center;
        font-size: 18px;
        padding: 10px;
    }

#gallery .nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #3393c6;
    border: none;
    padding: 12px 18px;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
}

#gallery .prev-button {
    left: 10px;
}

#gallery .next-button {
    right: 10px;
}

/* Mobile Vertical Mode */
@media screen and (max-width: 768px) {
    #gallery .slider-wrapper {
        flex-direction: column;
        /* height: 100vh; */
        padding: 0 50px;
    }

    #gallery .slider-track {
        flex-direction: column;
        width: 100%;
    }

    #gallery .nav-button {
        position: absolute;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        margin: 10px auto;
    }

    #gallery .prev-button {
        order: -1;
        top: 42%;
        left: 0px;
    }

    #gallery .next-button {
        top: 42%;
        right: 0px;
    }

    #gallery .slide {
        width: 100% !important;
    }

        #gallery .slide img {
            width: 100%;
            height: 100%;
        }
}



/*location*/
.maps {
    overflow: hidden;
    position: relative;
}

.jkfeg_tri {
}

.pr-0 {
    padding-right: 0px !important;
}

.jkfeg_tri {
    display: flex;
    align-items: center;
}

.heading.fheg_tri.text-center.fhwegy_tri {
    position: relative;
    text-align: left !important;
    padding: 50px 10px;
    padding-left: 20px;
}

.heading.fheg_tri.text-center.fhwegy_tri {
    position: relative;
    z-index: 1;
    padding: 39px 10px;
    padding-left: 20px;
    border: 1px solid #3393c6;
    border-left: none;
    background: #fff;
}

.heuityh_tri {
    border: 2px solid #3393c6;
    border-right: none;
    height: 504px;
}

.common-head-new {
    position: relative;
}

    .common-head-new::before {
        content: "";
        position: absolute;
        display: block;
        width: 120px;
        height: 1px;
        top: 55px;
        background: #ddd;
        bottom: 1px;
        left: calc(50% - 60px);
    }

    .common-head-new::after {
        content: "";
        position: absolute;
        display: block;
        width: 40px;
        top: 55px;
        height: 3px;
        background: #5ca65f;
        bottom: 0;
        left: calc(50% - 20px);
    }

.industries_image img {
    width: 46px;
}

.pl-0 {
    padding-left: 0px;
}

.text.jhfvjg_tri {
    display: flex;
    /* gap: 20px; */
    width: 300px;
    justify-content: space-between;
}

    .text.jhfvjg_tri span {
        padding-right: 30px;
    }

    .text.jhfvjg_tri .p_36 {
        padding-right: 37px;
    }



::-webkit-scrollbar {
    width: 6px;
}


::-webkit-scrollbar-thumb {
    background-color: #3393c6;
    border-radius: 10px;
}


::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}

@media (max-width:768px) {
    .hsdvyh_tri {
        display: none;
    }

    .about-one__right {
        position: relative;
        display: block;
        margin-left: 0px;
        margin-top: 30px;
    }

    .about-one__img-two img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .about-one__left {
        position: relative;
        display: block;
        margin-left: 42px;
    }

    .about-one__img-two {
        position: absolute;
        top: 56px;
        left: -81px;
        height: 350px;
        width: 100%;
    }

    .about-one__big-text {
        display: none;
    }

    .operate-process li.col-md-2 {
        /* margin-bottom: 30px; */
        width: 33%;
    }

    .operate-process .icon:before {
        height: 100px;
        width: 100px;
    }

    .operate-process .icon {
        width: 80px;
        height: 80px;
        line-height: 81px;
    }

    .icon img {
        padding: 10px;
        filter: brightness(0) invert(1);
        width: 70px;
        position: relative;
        top: -8px;
    }

    #gallery .slider-wrapper {
        flex-direction: column;
        /* height: 80vh; */
        padding: 0 0px;
    }

    .property-carousel {
        width: 100%;
    }

    .heading.fheg_tri.text-center.fhwegy_tri {
        border: none;
        border-left: none;
    }

    .maps .container.pl-0 {
        padding: 0px;
    }

    .contact-section.home {
        background-position: right !important;
    }

    .about-one__img-box {
        right: -10px;
    }
}


.hgbyhfgbj_tri {
    position: absolute;
    bottom: 0px;
    right: 0px;
    opacity: 0.8;
}

.jkgfbyh_tri {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}

div#gallery {
    position: relative;
    z-index: 10;
}

.jkgfbyfbhh_tri {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

#gallery .slide {
    position: relative; /* Ensure parent is positioned */
    overflow: hidden; /* Optional: prevent overlay spill */
}

    #gallery .slide::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4); /* Adjust color & opacity */
        z-index: 100; /* Keep it above content but below any text */
    }

    /* If you have text or elements inside and you want them above the overlay */
    #gallery .slide * {
        position: relative;
        z-index: 2;
    }

    #gallery .slide.active::before {
        content: none;
    }

#gallery .slide {
    position: relative;
    overflow: hidden;
}

    /* Overlay */
    #gallery .slide::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4); /* Overlay shade */
        z-index: 100; /* Keep overlay behind any labels or text */
        pointer-events: none; /* Allow clicks to pass through */
    }

    /* Make sure labels or inner content stay above */
    #gallery .slide::after {
        content: attr(data-label); /* Show the data-label content */
        position: absolute;
        color: #fff;
        font-size: 14px;
        z-index: 101;
    }


@media screen and (max-width: 768px) {
    #gallery .slider-wrapper {
        flex-direction: column;
        height: 300px;
        padding: 0 0px;
    }

    #gallery .slider-track {
        flex-direction: column;
        width: 100%;
        transform: none !important;
    }

    #gallery .slide {
        display: none;
        width: 100% !important;
        he: 300px;
        height: 300px !IMPORTANT;
    }

        #gallery .slide.active {
            display: block;
        }

        #gallery .slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    #gallery .nav-button {
        position: absolute;
        top: 42%;
        transform: none;
        margin: 0;
    }

    #gallery .prev-button {
        left: 0px;
    }

    #gallery .next-button {
        right: 0px;
    }
}

.operate-process li.col-md-2:nth-of-type(6) {
    border-right: none;
}

.operate-process li.col-md-2:nth-of-type(10) {
    border-right: none;
    border-bottom: none;
}

.operate-process li.col-md-2:nth-of-type(7) {
    border-bottom: none;
}

.operate-process li.col-md-2:nth-of-type(8) {
    border-bottom: none;
}

.operate-process li.col-md-2:nth-of-type(9) {
    border-bottom: none;
}

@media (max-width: 768px) {
    .operate-process li.col-md-2:nth-of-type(3) {
        border-right: none;
    }
    .operate-process li.col-md-2:nth-of-type(9) {
        border-right: none;
    }
    .operate-process li.col-md-2:nth-of-type(7) {
        border-bottom: 1px solid #ffffff57;
    }
    .operate-process li.col-md-2:nth-of-type(8) {
        border-bottom: 1px solid #ffffff57;
    }
    .operate-process li.col-md-2:nth-of-type(9) {
        border-bottom: 1px solid #ffffff57;
    }
    .operate-process li.col-md-2:nth-of-type(10) {
        border-left: 1px solid #ffffff57;
        border-right: 1px solid #ffffff57;
    }
}
