﻿* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

header {
    position: fixed;
    width: 100%;
    background: #fefefe47;
    z-index: 99;
    box-shadow: 0 3px 3px #00000030;
}

.logo {
    position: relative;
    z-index: 123;
    padding: 5px 10px;
    font: 18px verdana;
    color: #000;
    float: left;
    width: 25%;
    text-align: center;
    padding-left: 12px;
}

    .logo a {
        color: #2fade2;
    }

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: 0px 0px 5px 5px;
    padding-left: 0px;
    /* margin: 0 auto; */
}

    #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 {
    background: #fff;
}

    #pn_menu > ul > li {
        float: left
    }

        #pn_menu > ul > li > a {
            padding: 14px 14px;
            font-size: 16px;
            letter-spacing: 1px;
            text-decoration: none;
            color: #333;
            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: 75px;
            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: 38px;
        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: 29px;
        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: 0;
    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
    }
}


.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: 49px !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 {
    color: #082c3c;
    font-size: 38px;
    text-align: center;
    padding: 0;
    margin-bottom: 0px;
    /* background: #082c3c; */
}

.bengaluru-bg p {
    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;
}

.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, #012c46 19%, #3393c6);
        position: absolute;
        top: 0;
        width: 100%;
        /* height: 100%; */
        bottom: 0;
    }

#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: white !important;
    font-weight: 900;
}





/*floor plan*/

.section-title {
    /* max-width: 900px; */
    text-align: center;
    margin: 0 auto;
    margin-top: 40px !important;
}

    .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-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-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: 5px;
    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 rgba(255, 255, 255, 0.2);
    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: 0px;
    position: relative;
    margin: 0px;
    padding: 0px;
    height: 465px;
    width: 100%;
}

.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: black;
    line-height: 24px;
    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(../images/bg_image_contact_new.jpg);
        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, rgb(9 52 69) 0%, rgb(17 95 111) 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;
    outline: none;
}

.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 2.2rem;
    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,#f8b03b, #f8b03b 92%);
        padding: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
        margin-right: 15px;
        width: 30px;
        height: 30px;
    }

    .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 right, 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: #f8b03b;
    padding: 10px 12px !important;
    font-size: 14px !important;
    color: white !important;
    font-weight: 600 !important;
}

.main-header.active a {
    color: black !important;
}

.main-header.active .dwn-brc {
    color: white !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(../images/floorplan/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-bottom: 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;
    }


/*    new header*/
/* Main Topbar Background */
.topbar-main-wrapper {
    background: #3393c6;
}

    /* Text & Links */
    .topbar-main-wrapper,
    .topbar-main-wrapper a {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
    }

/* Container */
.topbar-container {
    padding: 0 15px;
    position: relative;
}

/* Left & Right Sections */
.topbar-left, .topbar-right {
    padding: 5px 0;
    position: relative;
    z-index: 1;
}

.topbar-left {
    float: left;
}

.topbar-right {
    float: right;
}

/* Contact List */
ul.topbar-contact {
    margin: 0;
    padding: 0;
    list-style: none;
    /* float: left; */
    position: relative;
    z-index: 5;
    text-align: center;
}

    ul.topbar-contact li {
        display: inline-block;
        margin-right: 15px;
    }

/* Decorative Skew Background */
.topbar-left:before, .topbar-left:after {
    content: '';
    position: absolute;
    top: 0;
    left: -6px;
    width: calc(100% + 15px);
    height: 100%;
    background: #f8b03b;
    transform: skew(-26deg);
    z-index: 1;
    opacity: 1;
}

/* Socials */
ul.topbar-socials {
    float: right;
    margin: 0 0 0 6px;
    list-style: none;
}

/* Clearfix */
.clear {
    clear: both;
}

@media only screen and (max-width: 980px) {
    .hide-mobile {
        display: none;
    }
}

.topbar-left {
    position: relative;
    z-index: 1;
    width: 35%;
}

    /* Red background behind left content */
    .topbar-left::before {
        content: '';
        position: absolute;
        top: 0;
        left: -20px;
        width: calc(100% + 40px);
        height: 100%;
        background: #f8b03b;
        transform: skew(-26deg);
        z-index: -1; /* content ke niche */
        opacity: 0.6; /* thoda visible */
    }

.topbar-one__social a {
    font-size: 16px;
    color: #fff;
    transition: all 500ms ease-in-out;
    padding: 0 10px;
    border-right: 1px solid #ffffff6e;
}

    .topbar-one__social a + a {
        /* margin-right: 18px; */
        /* margin-left: 15px; */
        padding: 0px 10px;
        border-right: 1px solid #ffffff6e;
    }

.topbar-left {
    padding: 7px 0px;
}


body .main-header.active .topbar-main-wrapper a {
    color: #ffffff !important;
}

#pn_menu ul li {
    position: relative;
    z-index: 1001;
}

    #pn_menu ul li a::after {
        content: "";
        position: absolute;
        bottom: 9px;
        /* bottom: 0; */
        left: 0px;
        width: 0;
        z-index: 10001;
        height: 2px;
        background-color: #c42112;
        transition: width 0.3s ease-in-out;
    }


    #pn_menu ul li a::after {
        content: "";
        position: absolute;
        bottom: -1px;
        /* bottom: 0; */
        left: 0px;
        width: 0;
        z-index: 10001;
        height: 2px;
        background-color: #f8b03b;
        transition: width 0.3s ease-in-out;
    }

    #pn_menu ul li a {
        text-decoration: none;
        position: relative;
    }

        #pn_menu ul li a:hover {
            color: #f8b03b;
        }

            #pn_menu ul li a:hover::after {
                width: 100%;
            }

    #pn_menu ul li .dwn-brc::after {
        display: none;
    }



/* about us*/

.section-full {
    position: relative;
}

.bg-gray {
    background-color: #f6f7f8;
}

.p-b80 {
    padding-bottom: 40px;
}

.p-t80 {
    padding-top: 65px;
}

.overflow-hide {
    overflow: hidden;
}

.arc-home-about-left {
    position: relative;
    z-index: 1;
}

    .arc-home-about-left:before {
        left: -2px;
        bottom: -50px;
    }

    .arc-home-about-left:before {
        -webkit-animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse;
        animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse;
    }

    .arc-home-about-left:before, .arc-home-about-left:after {
        content: '';
        position: absolute;
        z-index: -1;
        height: 80%;
        width: 80%;
        background-image: url(https://googeeproperties.com/images/background/bg-5.png);
        background-repeat: repeat;
        -webkit-animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse;
        animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse;
    }

    .arc-home-about-left:after {
        right: -2px;
        top: -50px;
    }

    .arc-home-about-left:after {
        -webkit-animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse;
        animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse;
    }

    .arc-home-about-left:before, .arc-home-about-left:after {
        content: '';
        position: absolute;
        z-index: -1;
        height: 80%;
        width: 80%;
        background-image: url(https://googeeproperties.com/images/background/bg-5.png);
        background-repeat: repeat;
        -webkit-animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse;
        animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse;
    }



/*animation slide-top*/
@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
/*animation slide-bottom*/

@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.arc-home-about-left:before {
    left: -2px;
    bottom: -50px;
}

.arc-home-about-left:after {
    right: -2px;
    top: -50px;
}

.arc-home-left-content {
    padding: 40px 30px;
    margin: 50px 40px;
}

.wt-tilte-light {
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: capitalize;
}


.arc-home-about-right .row [class*="col-"] {
    padding-left: 20px;
    padding-right: 0px;
}

.arc-home-about-right span.title-small {
    font-weight: 600;
    display: block;
}

.arc-about-year-pic {
    position: relative;
    background-color: #fff;
}

    .arc-about-year-pic img {
        widows: 100%;
        opacity: 0.1
    }

/*.arc-about-year-info {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 20px;
    ;
}*/

@media only screen and (max-width:991px) {

    .arc-home-about-right {
        margin: 30px -10px -20px -10px;
    }

        .arc-home-about-right .row [class*="col-"] {
            padding: 0px 10px;
        }
}

@media only screen and (max-width:768px) {
    .arc-home-about-left:before {
        left: 0px;
        bottom: -50px;
    }

    .arc-home-about-left:after {
        right: 0px;
        top: -50px;
    }

    .arc-about-year {
        text-align: right;
    }

    .arc-home-about-right .row [class*="col-"].masonry-item {
        width: 50%;
    }

    .arc-home-about-right .row [class*="col-"] {
        padding: 0px 10px;
    }
}

@media only screen and (max-width:480px) {
    .arc-home-about-right .row [class*="col-"].masonry-item {
        width: 100%;
    }

    .arc-home-left-content {
        margin: 30px 15px;
    }

    .arc-home-about-left:after {
        right: -3px;
        top: -25px;
    }

    .arc-home-about-left:before {
        bottom: -25px;
        left: -3px;
    }

    .arc-home-about-left:before, .arc-home-about-left:after {
        height: 79%;
    }
}


.text-outline {
    font-size: 70px;
    line-height: 78px;
    font-weight: 900;
    opacity: 0.3;
    color: #fff;
    -webkit-text-fill-color: rgba(0,0,0,0);
    -ms-text-fill-color: rgba(0,0,0,0);
    -moz-text-fill-color: rgba(0,0,0,0);
    -o-text-fill-color: rgba(0,0,0,0);
    -webkit-text-stroke-width: 2px;
    -ms-text-stroke-width: 2px;
    -moz-text-stroke-width: 2px;
    -o-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
    -ms-text-stroke-color: #000;
    -moz-text-stroke-color: #000;
    -o-text-stroke-color: #000;
}



.arc-home-about-right .row [class*="col-"] {
    padding-left: 20px;
    padding-right: 0px;
}

.arc-home-about-right span.title-small {
    font-weight: 600;
    display: block;
}

.arc-about-year-pic {
    position: relative;
    background-color: #fff;
}

    .arc-about-year-pic img {
        widows: 100%;
        opacity: 0.1
    }

.arc-about-year-info {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 20px;
    ;
}

@media only screen and (max-width:991px) {

    .arc-home-about-right {
        margin: 30px -10px -20px -10px;
    }

        .arc-home-about-right .row [class*="col-"] {
            padding: 0px 10px;
        }
}

@media only screen and (max-width:768px) {
    .arc-home-about-left:before {
        left: 0px;
        bottom: -50px;
    }

    .arc-home-about-left:after {
        right: 0px;
        top: -50px;
    }

    .arc-about-year {
        text-align: right;
    }

    .arc-home-about-right .row [class*="col-"].masonry-item {
        width: 50%;
    }

    .arc-home-about-right .row [class*="col-"] {
        padding: 0px 10px;
    }
}

@media only screen and (max-width:480px) {
    .arc-home-about-right .row [class*="col-"].masonry-item {
        width: 100%;
    }

    .arc-home-left-content {
        margin: 30px 15px;
    }

    .arc-home-about-left:after {
        right: -3px;
        top: -25px;
    }

    .arc-home-about-left:before {
        bottom: -25px;
        left: -3px;
    }

    .arc-home-about-left:before, .arc-home-about-left:after {
        height: 79%;
    }
}

.arc-home-about-right .row [class*="col-"] {
    padding-left: 20px;
    padding-right: 0px;
}

.m-b20 {
    margin-bottom: 20px;
}

.arc-about-year-pic {
    position: relative;
    background-color: #fff;
}

    .arc-about-year-pic img {
        widows: 100%;
        opacity: 0.1;
    }

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

/*.arc-about-year-info {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 20px;
}*/



.text-outline {
    font-size: 53px;
    line-height: 78px;
    font-weight: 900;
    opacity: 0.3;
    color: #fff;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -ms-text-fill-color: rgba(0,0,0,0);
    -moz-text-fill-color: rgba(0,0,0,0);
    -o-text-fill-color: rgba(0,0,0,0);
    -webkit-text-stroke-width: 2px;
    -ms-text-stroke-width: 2px;
    -moz-text-stroke-width: 2px;
    -o-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
    -ms-text-stroke-color: #000;
    -moz-text-stroke-color: #000;
    -o-text-stroke-color: #000;
}

.m-tb0 {
    margin-bottom: 0;
    margin-top: 0;
}

.m-tb0 {
    margin-bottom: 0;
    margin-top: 0;
}

h2 {
    /* font-weight: normal; */
    /* font-size: 42px; */
    /* line-height: 52px; */
    /* color: #000; */
    /* font-weight: 400; */
}

.blu {
    color: #3393c6;
}

.re {
    color: #ef4423;
}

.gre {
    color: #14a74f;
}

.yl {
    color: #fec112;
}

.img-reflection {
    background-position: left top;
    position: relative;
    overflow: hidden;
    background-size: 100% auto;
    background-repeat: no-repeat;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

    .img-reflection:after {
        content: "";
        background-color: rgba(255, 255, 255, 0.2);
        position: absolute;
        width: 35%;
        height: 200%;
        left: -100%;
        top: -50%;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
        -moz-transform: rotate(40deg);
        -webkit-transform: rotate(40deg);
        -o-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
    }

    .img-reflection:hover:after {
        left: 150%;
    }

a.site-button-link {
    color: #333;
    font-weight: 600;
    text-decoration: none;
}



/*Amenities*/
.reis-sec {
    padding: 45px 0 40px 0;
    background-image: url(../images/texture_background.png);
}

.fw {
    width: auto;
    max-width: 1152px;
    margin: auto;
}

.sh-title {
    margin-bottom: 30px;
    text-align: center;
}

    .sh-title h1, .sh-title h2, .sh-title h3, .sh-title h4 {
        font-size: 26px;
        line-height: 30px;
        font-weight: 400;
        text-align: center;
        background: linear-gradient(to right, #c13a3b 35%, #000);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    }

.reis-list {
    display: flex;
    flex-wrap: wrap;
    /* margin-left: -15px; */
    /* margin-right: -15px; */
    justify-content: center;
    margin: 0px;
    padding: 0px;
}

ol, ul {
    list-style: none;
}

.reis-list li {
    width: 20%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.cp {
    cursor: pointer;
}

.reis-item {
    background: #fff;
    padding: 15px;
    /* border-radius: 15px; */
    box-shadow: 0rem 0.5rem 1rem #00000042;
    position: relative;
    overflow: hidden;
    /* border: solid 1px #eee;*/
}

    /*.reis-item .reis-icon {*/
        /* position: absolute;
        bottom: 0;
        right: 0;*/
        /*background: #f8b03b2b;
        line-height: 0;
        box-sizing: border-box;
        width: 70px;
        height: 68px;
        border-radius: 50%;
        margin-bottom: 15px;
        padding: 8px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }*/
    .reis-item .reis-icon {
        position: absolute;
        bottom: 0;
        right: 0;
        background: #f5f5f5;
        line-height: 0;
        box-sizing: border-box;
        width: 71px;
        height: 70px;
        border-radius: 128px 0 0 0;
        padding: 18px 0px 0px 20px;
    }
    .reis-item .reis-title {
        font-size: 14px;
        /* font-weight: 400; */
        color: #333;
        line-height: 25px;
        margin-bottom: 0px;
    }

        .reis-item .reis-title a {
            color: #333;
        }

    .reis-item .reis-msg {
        max-width: 75%;
        font-size: 13px;
        /*display:none;*/
        line-height: 22px;
        color: #555;
        min-height: 65px;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 20px;
    }

    .reis-item .reis-rm {
        display: inline-block;
        background: #fff;
        border: 1px solid #9ecce6;
        color: #2a77a3;
        font-size: 14px;
        font-weight: 400;
        padding: 5px 15px;
        border-radius: 5px;
        margin-top: 10px;
        transition: all 0.3s ease;
    }

.sc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.reis-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}*/
/*.reis-item {
    background: #fff;
    padding: 15px;*/
    /*border-radius: 15px;*/
    /*box-shadow: 0 0 10px #ddd;
    position: relative;
    overflow: hidden;
    border: solid 1px #eee;
}*/

    /* Overlay that starts small from icon */
    .reis-item::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        background: rgba(42, 119, 163, 0.15); /* overlay color */
        border-radius: 50%;
        transition: width 0.4s ease, height 0.4s ease, border-radius 0.4s ease;
        z-index: 0;
    }

    /* Expand and cover the whole div */
    .reis-item:hover::before {
        width: 100%;
        height: 100%;
        border-radius: 0; /* removes round edges to become full bg */
        bottom: 0;
        right: 0;
    }

    /* Keep content above */
    .reis-item * {
        position: relative;
        z-index: 1;
    }


/*.reis-list li:first-child .reis-item {
    border-bottom: 3px solid #3393c6;
}

.reis-list li:nth-child(2) .reis-item {
    border-bottom: 3px solid #3393c6;
}

.reis-list li:nth-child(3) .reis-item {
    border-bottom: 3px solid #3393c6;
}

.reis-list li:nth-child(4) .reis-item {
    border-bottom: 3px solid #3393c6;
}

.reis-list li:nth-child(5) .reis-item {
    border-bottom: 3px solid #3393c6;
}

.reis-list li:nth-child(6) .reis-item {
    border-bottom: 3px solid #3393c6;
}

.reis-list li:nth-child(7) .reis-item {
    border-bottom: 3px solid #3393c6;
}

.reis-list li:nth-child(8) .reis-item {
    border-bottom: 3px solid #3393c6;
}

.reis-list li:nth-child(9) .reis-item {
    border-bottom: 3px solid #3393c6;
}

.reis-list li:nth-child(10) .reis-item {
    border-bottom: 3px solid #3393c6;
}

.reis-list li:nth-child(11) .reis-item {
    border-bottom: 3px solid #3393c6;
}*/

.reis-icon img {
    padding: 5px;
}


/*gallery section*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.gallery_section {
    height: 85vh;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.ghfyfg_tri {
    position: relative;
}

.item_new::before {
   /* border-radius: 20px;*/
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), #00000026);
    z-index: 1;
    background: linear-gradient(to right, rgb(0 0 0 / 69%) 0%, rgb(0 0 0 / 0%) 100%);
}
/*li.item_new:first-child:before {
    border-radius:  0;
}
*/
.ghfyfg_tri {
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}

.item_new {
    width: 200px;
    height: 300px;
    list-style-type: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background-position: center;
    background-size: cover;
   /* border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !importan*/t;
    /* border-radius: 20px;*/
    box-shadow: 0 20px 30px rgba(255,255,255,0.3) inset;
    transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;
}

    .item_new:nth-child(1), .item_new:nth-child(2) {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: none;
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
        z-index: 2;
    }

    .item_new:nth-child(3) {
        left: 50%;
    }

    .item_new:nth-child(4) {
        left: calc(50% + 220px);
    }

    .item_new:nth-child(5) {
        left: calc(50% + 440px);
    }

    .item_new:nth-child(6) {
        left: calc(50% + 660px);
        opacity: 0;
    }



.content_new {
    width: 35%;
    position: absolute;
    top: 50%;
    left: 3rem;
    transform: translateY(-50%);
    font: 400 0.85rem helvetica,sans-serif;
    color: white;
    text-shadow: 0 3px 8px rgba(0,0,0,0.5);
    opacity: 0;
    display: none;
    z-index: 2;
}

    .content_new .title {
        text-transform: uppercase;
        color: #fff;
        font-size: 41px;
        font-weight: bold;
    }

    .content_new .description {
        line-height: 1.7;
        margin: 1rem 0 1.5rem;
        font-size: 0.8rem;
        color: #fff;
    }

    .content_new button {
        width: fit-content;
        background-color: rgba(0,0,0,0.1);
        color: white;
        border: 2px solid white;
        border-radius: 0.25rem;
        padding: 0.75rem;
        cursor: pointer;
    }



.item_new:nth-of-type(2) .content_new {
    display: block;
    animation: show 0.75s ease-in-out 0.3s forwards;
}

@keyframes show {
    0% {
        filter: blur(5px);
        transform: translateY(calc(-50% + 75px));
    }

    100% {
        opacity: 1;
        filter: blur(0);
    }
}

.nav_new {
    position: absolute;
    bottom: 9rem;
    left: 90%;
    transform: translateX(-50%);
    z-index: 5;
    user-select: none;
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* z-index: 5; */
    /* user-select: none; */
}

    .nav_new .btn {
        background-color: rgba(255,255,255,0.5);
        color: rgba(0,0,0,0.7);
        border: 2px solid rgba(0,0,0,0.6);
        margin: 0 0.25rem;
        padding: 0.75rem;
        border-radius: 50%;
        cursor: pointer;
    }

    .nav_new:hover {
        background-color: none;
        background: none;
    }



@media (width > 650px) and (width < 900px) {
    .content_new .title {
        font-size: 1rem;
    }

    .content_new .description {
        font-size: 0.7rem;
    }

    .content_new button {
        font-size: 0.7rem;
    }



    .item_new {
        width: 160px;
        height: 270px;
    }

        .item_new:nth-child(3) {
            left: 50%;
        }

        .item_new:nth-child(4) {
            left: calc(50% + 170px);
        }

        .item_new:nth-child(5) {
            left: calc(50% + 340px);
        }

        .item_new:nth-child(6) {
            left: calc(50% + 510px);
            opacity: 0;
        }
}


@media (width < 650px) {
    .content_new .title {
        font-size: 0.9rem;
    }

    .content_new .description {
        font-size: 0.65rem;
    }

    content_new button {
        font-size: 0.7rem;
    }



    .item_new {
        width: 130px;
        height: 220px;
    }

        .item_new:nth-child(3) {
            left: 50%;
        }

        .item_new:nth-child(4) {
            left: calc(50% + 140px);
        }

        .item_new:nth-child(5) {
            left: calc(50% + 280px);
        }

        .item_new:nth-child(6) {
            left: calc(50% + 420px);
            opacity: 0;
        }
}


::-webkit-scrollbar {
    width: 6px;
}


::-webkit-scrollbar-thumb {
    background-color: #3393c6;
    border-radius: 10px;
}


::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}


/*lacation section*/

.Promise {
    width: 100%;
    /* padding: 100px 0px; */
    background-image: url(https://gbrealty.com/images/promise-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding: 0px !important;
    margin: 0px;
}

.py-5 {
    /* padding-top: 3rem !important; */
    /* padding-bottom: 3rem !important; */
}

.Promise::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
}

.Promise .p-0 h2 {
    font-size: 51px;
    line-height: 100px;
    transform: translate(-50%, -50%);
    writing-mode: vertical-lr;
    text-orientation: mixed;
    white-space: nowrap;
    transform: rotateZ(180deg);
}

.Promise h2 {
    color: #234763;
    margin: 0px;
    z-index: 1;
}

.Promise .p-0::before {
    content: "";
    position: absolute;
    top: -100%;
    right: 15%;
    width: 1px;
    height: 250%;
    background-color: #234763;
    z-index: 1;
}

.Promise h3 {
    font-size: 80px;
    font-weight: 400;
    line-height: 94px;
    color: #234763;
    margin-bottom: 0px;
}

.section-heading {
    color: #234763;
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
}

.Promise .gap-2 {
    /* padding: 20px 0px 0px 0px; */
    padding: 50px;
    padding-top: 10px;
}

.container.my-lg-5.my-4.sghyug_tri {
    position: absolute;
    z-index: 2;
    top: 0px;
}

.rtdrtd_tri {
    margin-bottom: 26px;
   /* font-family: "Playfair Display", serif;*/
}

h2.common-head-new {
    font-size: 35px;
    /* line-height: 30px; */
    font-weight: 500;
    text-align: center;
    color: #333;
    letter-spacing: 0.3px;
}

.common-head-new {
    position: relative;
}

    .common-head-new::before {
        content: "";
        position: absolute;
        display: block;
        width: 120px;
        height: 1px;
        top: 46px;
        background: #80808066;
        bottom: 1px;
        left: calc(50% - 60px);
    }

    .common-head-new::after {
        content: "";
        position: absolute;
        display: block;
        width: 40px;
        top: 45px;
        height: 3px;
        background: #3393c6;
        bottom: 0;
        left: calc(50% - 20px);
    }

h2.common-head-new span {
    color: #3393c6 !important;
    font-weight: 600;
}

.hfag_tri {
    display: flex;
    /* justify-content:space-between; */
    /*   flex-wrap: wrap;*/
}

.ifgyg_tri {
    position: relative;
    z-index: 3;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 85px;
}


@media(max-width:768px) {
    .reis-list li {
        width: 50%;
    }

    .reis-item .reis-title {
        font-size: 12px;
    }

    .gallery_section {
        height: 60vh;
    }

    .img-reflection {
        width: 100%;
    }

    .arc-home-about-right .row [class*="col-"].masonry-item {
        width: 50%;
    }

    .section-full.p-t80.p-b80.bg-gray.overflow-hide .row > .col-md-6.col-sm-6.masonry-item:nth-child(2) {
        left: 192px !important;
        height: 220px;
    }

        .section-full.p-t80.p-b80.bg-gray.overflow-hide .row > .col-md-6.col-sm-6.masonry-item:nth-child(2) .img-reflection {
            height: 100%;
        }

            .section-full.p-t80.p-b80.bg-gray.overflow-hide .row > .col-md-6.col-sm-6.masonry-item:nth-child(2) .img-reflection img {
                height: 100%;
                object-fit: cover;
            }

    .section-full.p-t80.p-b80.bg-gray.overflow-hide .row > .col-md-6.col-sm-6.masonry-item:nth-child(3) {
        top: 163px !important;
    }

    .section-full.p-t80.p-b80.bg-gray.overflow-hide .row > .col-md-6.col-sm-6.masonry-item:nth-child(4) {
        left: 177px !important;
        top: 238px !important;
    }

    .section-full.p-t80.p-b80.bg-gray.overflow-hide .row > .col-lg-6.col-md-12:nth-child(2) .arc-home-about-right.portfolio-wrap {
        height: 420.61px !important;
    }

    .text-outline {
        font-size: 30px;
        line-height: 40px;
    }

    .reis-item .reis-msg {
        font-size: 12px;
    }

    .Promise .gap-2 {
        /* padding: 20px 0px 0px 0px; */
        padding: 10px;
        padding-top: 0px;
    }

    .Promise::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0;
        height: 53%;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        z-index: 2;
    }

    .section-title {
        margin-bottom: 0px !important;
    }

    .content_new {
        width: min(37vw, 400px);
        position: absolute;
        top: 50%;
        left: 2rem;
    }

    .hfag_tri {
        display: flex;
        /* justify-content: space-between; */
        flex-wrap: wrap;
    }
}

h3.m-t0.m-b0.wt-tilte-light.f-1 {
    color: #f8b03b;
    font-weight: 600;
}


/*==============Location Css Start=====================*/
.locationList {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    .locationList li {
        position: relative;
        background-image: url(../images/tri.svg);
        background-repeat: no-repeat;
        background-position: left center;
        font-size: 13px;
        padding: 3px 0px;
        margin-bottom: 5px;
        /* padding-left: 20px; */
        transition: .3s;
    }

        .locationList li span {
            position: absolute;
            right: 0px;
            top: 0px;
            font-weight: var(--font-weight-700);
        }

.location {
    padding: 40px 0px 40px 0px;
    /* background-color: #bb7e1438; */
    background: linear-gradient(#2361a31a, #ffffff, #2361a31a);
}

.locationList li:hover {
    margin-left: 3px;
}

.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; */
}

.flt {
    width: 100%;
    font-size: 13px;
    flex-direction: column;
    display: flex;
    text-transform: uppercase;
    margin-top: 9px;
}

.Services_sec_in {
    text-align: center;
    position: relative;
    top: -49px;
}

    .Services_sec_in .new-a .img {
        display: inline-block;
        /* margin-top: -58px; */
        /* display: block; */
        border: 2px solid white;
        position: absolute;
        top: -47px;
        background: #4b3610;
        /* text-align: center; */
        left: 31%;
        height: 95px;
        width: 98px;
        /* display: flex; */
        /* padding: 30px; */
        border-radius: 50%;
        /* right: 50%; */
    }

    .Services_sec_in .new-a {
        width: 100%;
        border: 1px solid white;
        background: #ebe2cb;
        /* background: linear-gradient(41deg, #ff61006b 30%, #faccb0 100%); */
        text-align: center;
        height: 298px;
        position: relative;
        color: black;
        padding-bottom: 14px;
        border-radius: 0 0 7px 7px;
        box-shadow: 0px 10px 18px -10px transparent;
        text-decoration: none;
        transition: 0.2s;
        transform: scale(1);
        /* min-height: 100%; */
    }

        .Services_sec_in .new-a .img img {
            width: 65px;
        }

        .Services_sec_in .new-a .disc {
            padding-left: 8px;
            padding-right: 8px;
            font-size: 13px;
            margin-top: 48px;
        }

            .Services_sec_in .new-a .disc .head {
                font-size: 18px;
                font-weight: 900;
                text-transform: capitalize;
            }

.inner-text-new {
    display: flex;
    height: 95px;
    font-weight: 700;
    color: white;
    /* position: absolute; */
    width: 98px;
    justify-content: center;
    align-items: center;
}

.all-location-add .col-md-2 {
    width: 20%;
}

.new-a strong {
    font-size: 12px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
    border: none;
}

.map_new iframe {
    box-shadow: rgba(99, 99, 99, 0.5) 0px 2px 8px 0px;
}

.accordion-button:not(.collapsed) {
    color: #3393c6;
    font-weight: 600;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button {
    padding: 10px 1.25rem;
    font-size: 13px;
    font-weight: 600;
    color: #3393c6;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125) !important;
    margin-bottom: 12px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
}

.accordion-body {
    padding: 10px 1.25rem;
}

p.jhgnjhh_tri {
    font-size: 12px;
    color: #212529;
    margin-bottom: 0px;
}


.accordion-button::after {
    background-size: 16px;
    transition: transform .2s ease-in-out;
}

.hydrated {
    visibility: inherit !important;
    border: none !important;
    background: #f8b03b !important;
    color: #333 !important;
}
