:root {
    --yellow: #4aa3d1;
    --light-blue: #7da7ca;
    --white: #fff;
    --black: #000
}

@font-face {
    font-family: RobotoCondensed-Regular;
    src: url(/RobotoCondensed-Bold.ttf);
    font-weight: 300
}

@font-face {
    font-family: RobotoCondensed-Bold;
    src: url(/RobotoCondensed-Regular.ttf);
    font-weight: 300
}

html {
    scroll-behavior: smooth
}

.d-v {
    display: block
}

.m-v {
    display: none
}

.strip-sec {
    padding: 10px
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden !important;
    font-family: "RobotoCondensed-Regular"
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "RobotoCondensed-Regular"
}

p {
    color: #898584;
    font-family: "RobotoCondensed-Regular";
    font-size: 16px;
    line-height: 28px;
    word-spacing: .5px;
    letter-spacing: .5px;
    margin-bottom: 31px
}

.arck-appointment-form-wrap .arck-section-title .bannerform-box-heading {
    font-size: 22px;
    text-align: center
}

.arck-appointment-form-wrap .arck-section-title .bannerform-box-heading img {
    filter: invert(1)
}

.box.valign-middle {
    left: 22%;
    bottom: auto;
    position: absolute;
    width: 22%;
    top: 58%;
    left: 9%;
    left: 15%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #003d6873;
    padding: 15px;
    border: 1px solid #b5b5b5
}

body.fixed .navbar {
    position: fixed;
    top: 0;
    z-index: 99;
    background: #003d68;
    animation: menu_link_an 500ms forwards
}

.offer-patch {
    position: absolute;
    bottom: 15%;
    right: 40%;
    width: 22%;
    z-index: 9
}

.offer-patch1 {
    position: absolute;
    bottom: 63%;
    right: 77%;
    width: 6%;
    z-index: 9
}

.project-heading {
    text-align: center
}

.over-hig {
    padding-left: 17px;
    list-style-type: circle
}

.home-icons {
    width: 25px;
    filter: invert(1)
}

.checkbox-section {
    display: flex;
    padding: 10px 0;
    align-items: baseline
}

.checkbox-section input[type="checkbox"] {
    height: unset !important;
    width: unset !important
}

.checkbox-section p {
    font-size: 11px !important;
    line-height: unset;
    margin: 0;
    padding-left: 10px;
    color: #fff
}

.checkbox-section.black-para p {
    font-size: 11px !important;
    line-height: unset;
    margin: 0;
    padding-left: 10px;
    color: #000;
    text-align: left
}

.mobile-view {
    display: none
}

.desktop-view {
    display: block
}

.new-launch-gif {
    position: absolute;
    top: 24%;
    left: 11%;
    width: 8%;
    z-index: 999
}

.sideImg .inner::before,
.iconsContainer .iconBox .in::before,
.fpContainer .fbBox .inner::before,
.location-advantages .inner::before {
    content: '';
    position: absolute;
    inset: -9px;
    border: 1px solid red
}

.iti {
    width: 100%;
    margin-bottom: 15px
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        border-radius: 0;
        text-align: center;
        letter-spacing: 1px
    }

    .dropdown:hover .dropdown-menu a .dropdown-item {
        background-color: #c4942e
    }
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    border-radius: 0;
    text-align: center;
    letter-spacing: 1px;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px
}

nav.navbar.navbar-expand-lg.navbar-light {
    width: 100%;
    padding-left: 50px
}

.navbar-menu {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    display: flex;
    justify-content: center;
    background: linear-gradient(269deg, #013e6673 0%, #013e6673 100%)
}

.navbar-menu .navbar-light .navbar-nav .active>.nav-link,
.navbar-menu .navbar-light .navbar-nav .nav-link.active,
.navbar-menu .navbar-light .navbar-nav .nav-link.show,
.navbar-menu .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    font-size: 18px;
    font-family: "RobotoCondensed-Regular";
    letter-spacing: 1px
}

.navbar-menu .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    font-family: "RobotoCondensed-Regular";
    letter-spacing: 1px
}

.navbar-menu .navbar-expand-lg .navbar-nav {
    padding-right: 50px
}

.navbar-menu .dropdown-item {
    padding-bottom: 10px;
    padding-top: 10px
}

.navbar-menu .sub-nav {
    position: relative
}

.navbar-menu .sub-nav-2 {
    text-align: center;
    list-style: none;
    padding-top: 0;
    margin: 0;
    width: 250px;
    position: absolute;
    left: -50px;
    opacity: 0;
    visibility: hidden
}

.navbar-menu .sub-nav-2 li {
    padding-top: 15px;
    padding-bottom: 15px
}

.navbar-menu .sub-nav-2 li a {
    color: #000;
    font-family: RobotoCondensed-Bold;
    display: block;
    cursor: pointer
}

.navbar-menu .sub-nav-2 .sub-nav-box {
    background-color: #fff;
    text-align: center;
    width: 100%
}

.navbar-menu .sub-nav:hover>.sub-nav-2 {
    opacity: 1;
    visibility: visible;
    transition: .3s all linear
}

.navbar-menu .sub-nav-2 li:hover {
    background-color: #cf9f39
}

.navbar-menu .sub-nav-2 li:hover a {
    color: #fff;
    text-decoration: none
}

#minimal-bootstrap-carousel {
    margin-top: 0;
    position: relative
}

#minimal-bootstrap-carousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none
}

#minimal-bootstrap-carousel .carousel-caption .container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    text-align: left
}

.banner-form-box {
    width: 20%;
    position: fixed;
    right: 5%;
    bottom: 10%;
    background: #003d68;
    padding: 15px
}

.banner-form-box .arck-appointment-form-wrap .arck-section-title {
    padding-bottom: 0
}

.form-slide {
    right: 0
}

.fixed-form .btn-fixed {
    position: relative;
    top: 0;
    right: 0;
    background-color: var(--yellow);
    width: 10%;
    height: 200px;
    color: #fff;
    font-size: 20px;
    writing-mode: vertical-lr;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer
}

.fixed-form {
    position: fixed;
    top: 25%;
    right: -331px;
    z-index: 8;
    width: 370px;
    max-width: 370px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .5s linear
}

.banner-call1 {
    bottom: -31%;
    left: 0;
    margin-top: 2rem
}

.banner-call1 img {
    width: auto;
    height: 39px;
    filter: invert(1)
}

.banner-call1 p {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    display: flex
}

.banner-call1 p i {
    position: absolute;
    top: 5px;
    left: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    border: 1px solid #bda588;
    border-radius: 100px;
    font-weight: 300;
    padding-top: 12px;
    outline: 1px solid;
    color: #bda588;
    outline-offset: 12px;
    -moz-outline-radius: 25px;
    -moz-outline-radius: 25px 1em;
    -moz-outline-radius: 25px 1em 12%;
    -moz-outline-radius: 100px;
    position: absolute;
    top: 5px;
    left: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 100px;
    font-weight: 300;
    padding-top: 12px;
    outline: 1px solid;
    color: #fff;
    outline-offset: 12px;
    -moz-outline-radius: 25px;
    -moz-outline-radius: 25px 1em;
    -moz-outline-radius: 25px 1em 12%;
    -moz-outline-radius: 100px
}

.strip-section {
    padding: 10px
}

.banner-call1 p span {
    display: block;
    font-size: 18px;
    text-transform: uppercase
}

.banner-call {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 50%
}

.banner-call p {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding-left: 70px
}

.banner-call p i {
    position: absolute;
    top: 5px;
    left: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    border: 1px solid #bda588;
    border-radius: 100px;
    font-weight: 300;
    padding-top: 12px;
    outline: 1px solid;
    color: #bda588;
    outline-offset: 12px;
    -moz-outline-radius: 25px;
    -moz-outline-radius: 25px 1em;
    -moz-outline-radius: 25px 1em 12%;
    -moz-outline-radius: 100px;
    position: absolute;
    top: 5px;
    left: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 100px;
    font-weight: 300;
    padding-top: 12px;
    outline: 1px solid;
    color: #fff;
    outline-offset: 12px;
    -moz-outline-radius: 25px;
    -moz-outline-radius: 25px 1em;
    -moz-outline-radius: 25px 1em 12%;
    -moz-outline-radius: 100px
}

.banner-call p span {
    display: block;
    font-size: 16px;
    text-transform: uppercase
}

.mouse {
    width: 26px;
    position: absolute;
    height: 40px;
    border-radius: 15px;
    border: 2px solid #fff;
    overflow: hidden;
    bottom: 0;
    align-items: center;
    left: 50%;
    bottom: 10%
}

.mouse .roll {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 4px;
    margin-left: -2px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    -webkit-animation: mouseScroll .8s cubic-bezier(.7, 0, .3, 1) infinite alternate;
    animation: mouseScroll .8s cubic-bezier(.7, 0, .3, 1) infinite alternate;
    z-index: 2
}

.mouse .rollshadow {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 4px;
    margin-left: -2px;
    height: 4px;
    background: #aaa;
    border-radius: 4px;
    -webkit-animation: mouseScroll .8s cubic-bezier(.7, 0, .3, 1) infinite alternate;
    animation: mouseScroll .8s cubic-bezier(.7, 0, .3, 1) infinite alternate;
    animation-delay: 0;
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
    z-index: 1
}

@-webkit-keyframes mouseScroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(14px);
        transform: translateY(14px)
    }
}

@keyframes mouseScroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(14px);
        transform: translateY(14px)
    }
}

@media (max-width: 1199px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 960px
    }
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 720px
    }
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
    display: table-cell;
    text-align: left;
    position: absolute;
    width: 50%;
    top: 50%;
    left: 33.5%;
    transform: translate(-50%, -50%)
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
    vertical-align: top
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
    vertical-align: bottom
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
    vertical-align: middle
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
    display: block
}

#minimal-bootstrap-carousel [class*=carousel-control] {
    background: none;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    background-color: transparent;
    visibility: visible !important;
    opacity: 1;
    border: 1px solid #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99
}

@media (max-width: 667px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px
    }

    .enquiryBtn {
        display: none
    }

    .highlights-content.amenities.location-sec .highlight-box p {
        font-size: 16px
    }
}

@media (max-width: 480px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 40px;
        background: rgba(255, 255, 255, 0.4);
        color: #000
    }
}

.mircosite-form i.fa {
    color: #6c6e71;
    font-size: 20px;
    position: absolute;
    top: 16px;
    left: 25px
}

#minimal-bootstrap-carousel .carousel-control-prev {
    left: 1%
}

#minimal-bootstrap-carousel .carousel-control-next {
    right: 1%
}

#minimal-bootstrap-carousel [class*=carousel-control]:hover {
    opacity: 1;
    border-color: #fff
}

#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
    min-height: 100vh;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #222
}

#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item:before {
    content: "";
    position: absolute;
    width: 100%;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%
}

.slider-content-style .content h3,
.slider-content-style .content h2,
.slider-content-style .content p {
    margin: 0
}

.slider-content-style .content .wel-text {
    font-size: 22px
}

.slider-content-style .content p {
    font-size: 14px;
    color: #FFF;
    letter-spacing: .15em;
    animation-delay: 1.5s;
    margin-bottom: 0;
    margin-top: 8px;
    padding: 0;
    width: 100%;
    text-align: center
}

.slider-content-style .content a.thm-btn {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    border: 1px solid#fff;
    font-size: 18px;
    letter-spacing: .1em;
    font-weight: 600;
    padding: 12px 30px;
    margin-top: 27px;
    transition: all .4s ease;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    text-align: left;
    float: left;
    text-transform: uppercase
}

.mobile-section_1 {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999
}

.mobile-section {
    display: flex;
    width: 100%;
    align-items: center;
    background: #2f2f2f;
    z-index: 999
}

.mobile-section .btn-success {
    color: #071c35;
    background-color: #fff;
    border-color: #fff;
    font-size: 13px;
    padding: 7px;
    font-weight: 600
}

.mobile-section a {
    padding: 5px;
    width: 100%;
    border-radius: 0
}

.slider-content-style .content a.thm-btn:hover {
    background: #000;
    text-transform: uppercase
}

.coll-sec p {
    bottom: -23%;
    position: absolute;
    color: #fff;
    font-size: 30px;
    left: 0;
    letter-spacing: .5px;
    font-weight: 500
}

.arrow {
    position: absolute;
    bottom: 13%;
    width: 110px;
    right: 8%;
    height: 40px;
    display: flex;
    z-index: 10;
    justify-content: space-between
}

.arrow .carousel-control-prev {
    width: 40px
}

.arrow .carousel-control-next {
    width: 40px
}

.banner-high {
    margin-top: 15px;
    margin-bottom: 15px;
    background: #3c8563;
    padding: 15px;
    border: 2px dashed #fff;
    width: fit-content;
    width: 100%;
    margin-bottom: 0
}

.price-sec {
    text-align: left;
    font-size: 18px;
    color: #fff
}

.price-sec span {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 38px;
    font-weight: 600;
    animation-delay: .5s;
    text-align: center;
    letter-spacing: .5px;
    margin: 8px 0;
    text-shadow: 2px 2px #000;
    background: #37855f;
    padding: 5px 15px;
    width: 100%
}

.arck-about-section {
    overflow: hidden;
    padding: 130px 0
}

.arck-about-text-wrapper {
    padding-top: 30px;
    max-width: 540px;
    padding-left: 35px
}

.arck-about-text-wrapper .about-bg {
    right: 50px;
    top: 0;
    position: absolute
}

.arck-about-text-wrapper .arck-year-experience {
    padding: 40px 0
}

.arck-about-text-wrapper .arck-year-experience h3 {
    font-size: 90px;
    font-weight: 700;
    padding: 30px 45px;
    margin-right: 35px;
    color: var(--main-color);
    background-color: var(--white);
    -webkit-box-shadow: 0 0 41px 0 rgba(35, 31, 32, 0.1);
    box-shadow: 0 0 41px 0 rgba(35, 31, 32, 0.1)
}

.arck-about-text-wrapper .arck-year-experience p {
    color: #333;
    font-size: 24px;
    max-width: 145px;
    line-height: 38px
}

.arck-about-img-wrapper {
    z-index: 1;
    position: relative
}

.arck-about-img-wrapper .shape1 {
    z-index: -1;
    right: -40px;
    bottom: -40px;
    position: absolute
}

.arck-about-section-2 {
    overflow: hidden;
    padding: 160px 0 215px
}

.arck-about-section-2 .about-shape-1 {
    left: 0;
    z-index: -1;
    right: 255px;
    bottom: 125px;
    margin: 0 auto;
    text-align: center
}

.arck-about-text-wrap-2 {
    padding-top: 25px;
    padding-left: 40px
}

.about-signature-img {
    padding-top: 40px;
    margin-bottom: 60px
}

.about-signature-img .inner-img {
    width: 120px;
    height: 100px;
    overflow: hidden;
    margin-right: 25px;
    border-radius: 10px
}

.about-signature-img .inner-text h3 {
    color: var(--black);
    font-size: 18px;
    font-weight: 600;
    max-width: 360px;
    line-height: 1.667
}

.about-signature-img .sign-img {
    right: -45px;
    bottom: -40px
}

.about-signature-img .about-author {
    margin-top: 20px
}

.about-signature-img .about-author h4 {
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 5px
}

.about-signature-img .about-author span {
    font-size: 14px
}

.about-page-about-section {
    padding: 130px 0 180px
}

.about-page-about-content .arck-about-img-wrapper .shape1 {
    left: -40px;
    right: auto
}

.about-page-about-content .acrk-img-shape2 {
    top: 0;
    left: 0;
    bottom: 0
}

.about-page-about-content .acrk-img-shape1 {
    right: 0;
    top: auto;
    bottom: 0
}

.arck-section-title .sub-title,
.arck-section-title-2 .sub-title {
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--yellow);
    font-size: 14px
}

.arck-section-title h2,
.arck-section-title-2 h2 {
    font-size: 48px;
    font-weight: 600;
    padding: 10px 0;
    color: var(--black)
}

.arck-section-title.text-center,
.arck-section-title-2.text-center {
    margin: 0 auto;
    max-width: 670px
}

.arck-section-title-2 .sub-title {
    padding-left: 35px;
    position: relative
}

.arck-section-title-2 .sub-title:before {
    top: 0;
    left: 2px;
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/shape/title-shape.png)
}

.arck-section-title-2 h2 {
    font-weight: 500;
    padding: 20px 0 30px
}

.arck-section-title-2 h2 span {
    font-weight: 700
}

.arck-section-title-2 p {
    line-height: 1.875
}

.arck-appointment-form-wrap form button,
.arck-btn a {
    z-index: 1;
    width: 195px;
    height: 60px;
    font-weight: 600;
    border-radius: 5px;
    position: relative;
    color: #fff;
    background-color: #000
}

.arck-appointment-form-wrap form button:before,
.arck-btn a:before {
    top: 10px;
    left: 10px;
    z-index: -2;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    border-radius: 5px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    border: 1px solid #000
}

.arck-appointment-form-wrap form button:after,
.arck-btn a:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
    border-radius: 5px;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-color: var(--yellow)
}

.arck-appointment-form-wrap form button:hover:before,
.arck-btn a:hover:before {
    top: 0;
    left: 0
}

.arck-appointment-form-wrap form button:hover:after,
.arck-btn a:hover:after {
    background-color: var(--black)
}

.acrk-img-shape1,
.acrk-img-shape2 {
    top: 0;
    right: -30px;
    width: 200px;
    height: 155px;
    position: absolute
}

.acrk-img-shape1:before,
.acrk-img-shape1:after,
.acrk-img-shape2:before,
.acrk-img-shape2:after {
    top: 0;
    right: 0;
    content: "";
    width: 100px;
    height: 52px;
    position: absolute;
    background-color: #fff
}

.acrk-img-shape1:after,
.acrk-img-shape2:after {
    bottom: 0;
    top: auto
}

.acrk-img-shape1 i,
.acrk-img-shape2 i {
    left: 2px;
    top: 52px;
    height: 52px;
    width: 100px;
    position: absolute;
    background-color: #fff
}

.acrk-img-shape2 {
    left: 0;
    bottom: 0;
    top: auto;
    position: absolute
}

.acrk-img-shape2:before,
.acrk-img-shape2:after {
    left: 0;
    right: auto
}

.acrk-img-shape2 i {
    right: 2px;
    left: auto
}

.main-heading h3 {
    font-size: 40px;
    font-weight: 600;
    padding: 10px 0 20px;
    color: #000
}

.main-heading .sub-title.text-uppercase {
    font-weight: 700;
    letter-spacing: 3px;
    color: #000;
    font-size: 14px
}

.project-container .container {
    padding: 40px 10px;
    padding-bottom: 40px
}

.project-container .section-heading {
    color: var(--yellow);
    font-size: 35px;
    margin-bottom: 35px;
    border-bottom: 4px solid var(--yellow);
    width: fit-content;
    padding-bottom: 10px;
    border-bottom-style: double
}

.project-container .project_box {
    width: 95%;
    margin: 0 auto;
    position: relative;
    background: #fff
}

.project-container .project_box .project-box-mainContent {
    width: 100%;
    padding: 25px
}

.project-container .project-box-mainContent button.btn-custom-2 {
    font-size: 18px;
    padding: 12px 36px;
    margin-top: 15px;
    border: none;
    cursor: pointer;
    background-color: var(--yellow);
    color: #fff
}

.project-container .project_box::after {
    content: "";
    bottom: 0;
    left: 0;
    height: unset
}

.project-container .project_box .project-price {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 12px 20px;
    z-index: 10;
    color: #fff;
    text-align: left;
    margin-bottom: 0;
    letter-spacing: .5px;
    font-size: 27px;
    background-color: var(--yellow);
    font-family: 'RobotoCondensed-Bold'
}

.project-container .project_box .project-price .rupees-img {
    width: auto;
    height: 22px;
    display: inline;
    filter: invert(1);
    position: relative;
    top: -3px;
    right: -4px
}

.project-container .project_box .project-price span {
    display: unset;
    font-size: 16px
}

.project-container .boxcontent-d {
    font-size: 26px;
    width: 100%;
    color: #fff;
    padding-top: 17px;
    border-top: 1px solid #bbb;
    margin-top: 15px
}

.project-container .boxcontent-d .project-name-box {
    font-size: 22px;
    color: #262626;
    margin-bottom: 15px;
    font-family: RobotoCondensed-Bold;
    text-transform: uppercase;
    letter-spacing: .5px
}

.project-container .boxcontent-d .project-location {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px
}

.project-container .boxcontent-d-2 {
    color: #fff;
    width: 100%
}

.project-container .boxcontent-d-2 .typology-heading {
    margin-bottom: 6px;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px
}

.project-container .boxcontent-d-2 .size-project {
    font-size: 18px;
    letter-spacing: .5px;
    color: #000;
    margin-bottom: 0
}

.project-container .project_box:hover {
    cursor: pointer
}

.project-container .project_box:hover .project-box-mainContent {
    bottom: 0
}

.project-container .owl-nav {
    position: absolute;
    right: 0;
    top: -94px
}

.project-container .owl-nav button.owl-prev {
    background-color: var(--yellow) !important;
    width: 40px;
    height: 40px;
    color: #fff !important;
    font-size: 30px !important;
    line-height: 40px !important;
    margin-right: 20px !important
}

.project-container .owl-nav button.owl-next {
    background-color: var(--yellow) !important;
    width: 40px;
    height: 40px;
    color: #fff !important;
    font-size: 30px !important;
    line-height: 40px !important
}

.project-container .owl-dots {
    margin-top: 20px;
    display: none
}

.project-container span:focus-visible {
    border: none !important;
    outline: none !important
}

.project-container button.owl-prev:focus-visible {
    border: none !important;
    outline: none !important
}

.project-container .project-box-mainContent button.btn-custom-2 a {
    color: #fff
}

.project-img-box {
    position: relative
}

.position-relative.testmonial {
    padding-left: 25px
}

.client-det .media {
    display: block
}

.media-body h5 {
    font-size: 16px
}

.testimonial p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.818;
    margin-bottom: 30px
}

.testimonial p img {
    margin-right: 15px
}

.slider-test .carousel-indicators {
    display: flex;
    top: unset;
    left: 40%;
    bottom: -45px;
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%)
}

.slider-test .carousel-indicators li {
    background-color: transparent;
    border: 1px solid #fff;
    width: 12px;
    height: 12px;
    cursor: pointer
}

.slider-test .carousel-indicators .active {
    background-color: var(--yellow);
    border: 1px solid var(--yellow)
}

.slider-test .carousel-indicators li {
    background-color: transparent;
    border: 1px solid #000;
    width: 12px;
    height: 12px;
    cursor: pointer
}

.project-container .project_box .project-price.price-box-sec {
    position: relative;
    bottom: 0;
    right: 0;
    padding: 0;
    z-index: 10;
    color: #000;
    width: fit-content;
    text-align: left;
    margin-bottom: 12px;
    letter-spacing: .5px;
    font-size: 27px;
    background-color: #fff;
    font-family: 'RobotoCondensed-Bold'
}

.arck-appointment-video-section {
    z-index: 1;
    padding: 120px 0 130px;
    background-color: #003d68;
    position: relative
}

.arck-appointment-video-section .side-icon {
    bottom: 0;
    left: 65px;
    z-index: -1;
    position: absolute
}

.arck-video-play-wrap {
    top: 0;
    right: 0;
    width: 48%;
    height: 100%;
    position: absolute
}

.arck-video-play-wrap:after {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5)
}

.arck-video-play-wrap .arck-video-img-wrap {
    display: none
}

.arck-video-play-btn {
    left: 0;
    top: 45%;
    right: 0;
    text-align: center;
    z-index: 1;
    margin: 0 auto;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.arck-video-play-btn a {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    border-radius: 100%;
    font-size: var(--font-20);
    color: var(--main-color);
    border: 3px solid var(--white)
}

.arck-appointment-form-wrap {
    max-width: 570px
}

.arck-appointment-form-wrap .arck-section-title {
    padding-bottom: 15px
}

.arck-appointment-form-wrap .arck-section-title h2 {
    color: var(--white)
}

.arck-appointment-form-wrap input,
.arck-appointment-form-wrap textarea {
    width: 100%;
    height: 48px;
    border: none;
    color: #000;
    padding-left: 40px;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #fff
}

.banner-form-box .arck-appointment-form-wrap input,
.banner-form-box .arck-appointment-form-wrap textarea {
    width: 100%;
    height: 46px;
    border: none;
    color: #000;
    padding-left: 40px;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #fff
}

.arck-appointment-form-wrap input::-webkit-input-placeholder,
.arck-appointment-form-wrap textarea::-webkit-input-placeholder {
    color: #6c6c6c
}

.arck-appointment-form-wrap input::-moz-placeholder,
.arck-appointment-form-wrap textarea::-moz-placeholder {
    color: #6c6c6c
}

.arck-appointment-form-wrap input:-ms-input-placeholder,
.arck-appointment-form-wrap textarea:-ms-input-placeholder {
    color: #6c6c6c
}

.arck-appointment-form-wrap input::-ms-input-placeholder,
.arck-appointment-form-wrap textarea::-ms-input-placeholder {
    color: #6c6c6c
}

.arck-appointment-form-wrap input::placeholder,
.arck-appointment-form-wrap textarea::placeholder {
    color: #6c6c6c
}

.arck-appointment-form-wrap textarea {
    height: 65px !important;
    padding-top: 15px
}

.arck-appointment-form-wrap button {
    border: none;
    text-transform: uppercase;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    width: 100%
}

.arck-appointment-form-wrap button:before {
    border: 1px solid var(--white)
}

.arck-appointment-form-wrap button:hover {
    color: var(--white);
    width: 100%
}

.arck-appointment-form-wrap button:hover:after {
    background-color: var(--white)
}

.arck-appointment-form-wrap.contact-form input,
.arck-appointment-form-wrap.contact-form textarea {
    width: 100%;
    height: 55px;
    border: none;
    color: #fff;
    padding-left: 40px;
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: var(--white);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08)
}

.arck-appointment-form-wrap.contact-form form textarea {
    height: 105px !important;
    padding-top: 15px
}

.submit-btn-color {
    z-index: 1;
    width: 168px;
    height: 51px;
    border: none;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    position: relative;
    color: #fff;
    background-color: var(--yellow)
}

.submit-btn-color:hover {
    z-index: 1;
    width: 168px;
    height: 51px;
    font-weight: 600;
    border-radius: 5px;
    position: relative;
    color: #fff;
    background-color: var(--yellow)
}

.arck-video-cta-wrap.contact-us-page {
    position: unset;
    display: unset
}

.arck-video-cta-wrap {
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    background-color: #003d68;
    position: absolute;
    display: flex
}

.arck-video-cta-wrap .video-cta-item {
    width: 30%;
    padding: 30px 25px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    display: flex
}

.arck-video-cta-wrap .video-cta-item.active {
    background-color: var(--yellow);
    width: 40%
}

.arck-video-cta-wrap .video-cta-item .inner-icon {
    margin-right: 20px
}

.arck-video-cta-wrap .video-cta-item .inner-text {
    width: 100%
}

.arck-video-cta-wrap .video-cta-item .inner-text p {
    color: var(--white);
    margin-bottom: 0
}

.arck-video-cta-wrap .video-cta-item .inner-text p a {
    color: #fff;
    text-decoration: none
}

.arck-video-cta-wrap .video-cta-item .inner-text h3 {
    font-size: 20px;
    font-weight: unset;
    padding-bottom: 8px;
    color: var(--white)
}

.container-fluid.project-container {
    background-color: #efefef;
    padding-bottom: 50px
}

.boxcontent-d-2 .project-name-box {
    font-size: 38px;
    color: #000;
    margin-bottom: 8px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 28px
}

.boxcontent-d-2 .project-location {
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
    line-height: 32px;
    letter-spacing: .5px
}

.boxcontent-d .typology-heading {
    color: #000;
    letter-spacing: 5px;
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 24px;
    text-transform: uppercase
}

.boxcontent-d .size-project {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 8px
}

.container.project-container {
    max-width: 90%
}

.featured-sec {
    background: #efefef;
    padding: 100px 0
}

.arck-cta-section:after {
    background-color: rgba(0, 0, 0, 0.7)
}

.arck-cta-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: red;
    background-attachment: fixed
}

.arck-cta-section .background_overlay {
    background-color: rgba(0, 0, 0, 0.7);
    background-color: rgba(0, 0, 0, 0.7)
}

.arck-cta-content {
    margin: 0 auto;
    max-width: 770px;
    padding: 100px 0
}

.arck-cta-content h2 {
    font-size: 48px;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px
}

.arck-cta-content .arck-cta-button-group {
    margin-top: 50px
}

.arck-cta-content .arck-btn {
    margin-right: 40px
}

.arck-cta-content .arck-btn a:before {
    border: 1px solid var(--white)
}

.arck-cta-content .arck-cta-number i {
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 25px;
    line-height: 60px;
    margin-right: 20px;
    border-radius: 100%;
    background-color: var(--main-color)
}

.arck-cta-content .arck-cta-number a {
    color: var(--white);
    font-weight: 600;
    font-size: 30px
}

.arck-footer-widget-wrapper {
    padding: 100px 0
}

.arck-footer-widget .widget-title {
    color: var(--white);
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 50px
}

.arck-footer-widget .contact-cta-widget li {
    color: #fff;
    margin-bottom: 15px
}

.arck-footer-widget .contact-cta-widget li i {
    top: 5px;
    float: left;
    font-size: 20px;
    padding-top: 3px;
    margin-right: 12px;
    position: relative;
    color: var(--main-color)
}

.arck-footer-widget .contact-cta-widget li span {
    display: block;
    overflow: hidden;
    max-width: 225px
}

.arck-footer-widget .menu-widget ul {
    padding-left: 0
}

.arck-footer-widget .menu-widget li {
    color: #fff;
    margin-bottom: 10px;
    list-style: none
}

.arck-footer-widget .menu-widget li a {
    padding-left: 0;
    position: relative;
    color: var(--white);
    text-decoration: none
}

.arck-footer-widget .menu-widget li a:hover {
    color: var(--main-color)
}

.arck-footer-widget .menu-widget li a:before {
    left: 0;
    top: 5px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-radius: 100%;
    background-color: var(--main-color)
}

.arck-footer-widget .blog-img-content {
    max-width: 300px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #4a4a4a
}

.arck-footer-widget .blog-img-content .blog-img {
    width: 70px;
    height: 70px;
    margin-right: 15px
}

.arck-footer-widget .blog-img-content .blog-text {
    width: 200px
}

.arck-footer-widget .blog-img-content .blog-text h3 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
    color: var(--white)
}

.arck-footer-widget .blog-img-content .blog-text .blog-meta {
    color: #ccc;
    font-size: 14px
}

.arck-footer-widget .blog-img-content:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.arck-footer-widget .newslatter-widget .footer-social {
    margin-top: 30px
}

.arck-footer-widget .newslatter-widget .footer-social a {
    color: #fff;
    margin-right: 15px
}

.arck-footer-widget .newslatter-widget .footer-social a:hover {
    color: var(--main-color)
}

.arck-footer-widget .newsleter-form input {
    width: 100%;
    height: 50px;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    border: 1px solid #fff;
    background-color: transparent
}

.arck-footer-widget .newsleter-form input::-webkit-input-placeholder {
    color: #fff
}

.arck-footer-widget .newsleter-form input::-moz-placeholder {
    color: #fff
}

.arck-footer-widget .newsleter-form input:-ms-input-placeholder {
    color: #fff
}

.arck-footer-widget .newsleter-form input::-ms-input-placeholder {
    color: #fff
}

.arck-footer-widget .newsleter-form input::placeholder {
    color: #fff
}

.arck-footer-widget .newsleter-form button {
    width: 100%;
    color: #fff;
    height: 50px;
    border: none;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-color: var(--main-color)
}

.arck-footer-widget .newsleter-form button:hover {
    color: var(--main-color);
    background-color: #fff
}

.arck-footer-copyright {
    color: #fff;
    padding: 15px;
    background-color: #003d68
}

.newslatter-widget.footer-container ul {
    padding-left: 0
}

.container.footer-weight {
    max-width: 85%
}

.footer-container ul li {
    font-size: 16px;
    list-style: none;
    margin-bottom: 15px;
    color: #fff;
    max-height: 150px;
    overflow-y: scroll
}

.newslatter-widget.footer-container p {
    color: var(--white);
    margin-bottom: 10px
}

.newslatter-widget.footer-container img {
    width: 98%
}

.newslatter-widget.footer-container .box1 {
    max-height: 150px;
    overflow-y: scroll;
    margin-bottom: 15px
}

.newslatter-widget.footer-container .box1::-webkit-scrollbar {
    width: 5px
}

.newslatter-widget.footer-container .box1::-webkit-scrollbar-thumb {
    background-color: var(--yellow)
}

#more {
    display: none
}

.arck-footer-widget .menu-widget li::marker {
    background-image: red
}

.recent-blog-widget p {
    color: var(--white)
}

.disclaimer-p {
    color: var(--white);
    margin-bottom: 0
}

.appointment-container {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #003d68;
    position: relative
}

.appointment-container .sub-head-heading {
    font-size: 18px;
    letter-spacing: 4.5px;
    color: #fff
}

.appointment-container h4 {
    font-size: 32px;
    line-height: 50px;
    font-weight: 500;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    color: #fff
}

.appointment-container .btn-custom-2 {
    padding: 10px 30px;
    color: #000;
    border-radius: 0;
    margin-top: 10px;
    letter-spacing: 1px;
    display: block;
    margin-left: auto;
    background-color: #fff
}

.arck-footer-widget.headline.ul-li-block.pera-content.pd-left {
    padding-left: 85px
}

.gtf-footer {
    color: var(--white)
}

.gtf-footer a {
    color: var(--white)
}

.contact-cta-inner-img {
    position: relative
}

.arck-contact-page-cta {
    position: relative
}

.arck-contact-page-cta .arck-video-cta-wrap {
    background-color: transparent
}

.arck-contact-page-cta .arck-video-cta-wrap .video-cta-item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px
}

.arck-contact-page-cta .arck-video-cta-wrap .video-cta-item:hover {
    background-color: transparent
}

.arck-contact-page-cta .arck-video-cta-wrap .video-cta-item .inner-text {
    width: auto;
    padding: 0
}

.arck-contact-page-cta .contact-cta-inner-text {
    top: 50px;
    right: 0;
    padding: 45px 40px 15px;
    position: absolute;
    width: 70%
}

.arck-contact-page-cta .contact-cta-inner-text h3 {
    color: var(--white);
    font-size: 30px;
    font-weight: unset;
    padding-bottom: 45px
}

.arck-contact-page-form {
    padding-left: 30px
}

.arck-contact-page-form .arck-appointment-form-wrap .arck-section-title h2 {
    color: var(--black)
}

.arck-contact-page-form .arck-section-title {
    padding-bottom: 45px
}

.arck-contact-page-form .arck-appointment-form-wrap form input,
.arck-contact-page-form .arck-appointment-form-wrap form textarea {
    background-color: var(--white-color);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08)
}

.arck-contact-page-form .arck-appointment-form-wrap form button {
    border: none;
    background-color: var(--yellow);
    color: #fff
}

.arck-contact-page-form .arck-appointment-form-wrap form button:hover {
    border: none;
    background-color: var(--black);
    color: #fff
}

.arck-contact-page-form .arck-appointment-form-wrap form button:before {
    border: 1px solid var(--black)
}

.arck-contact-page-form .arck-appointment-form-wrap form button:after {
    background-color: var(--yellow)
}

.arck_map {
    height: 475px
}

.arck_map iframe {
    width: 100%
}

.arck-breadcrumb-section-2 {
    background-color: #f5f5f5
}

.arck-breadcrumb-section-2 .arck-breadcrumb-content {
    padding: 205px 0 115px
}

.arck-breadcrumb-section-2 .arck-breadcrumb-content h1 {
    color: #fff;
    font-size: 48px;
    padding-bottom: 18px
}

.arck-breadcrumb-section-2 .arck-breadcrumb-content li {
    color: #fff;
    text-transform: capitalize;
    display: contents;
    padding: 8px;
    font-size: 18px;
    font-weight: 100;
    padding-left: 8px;
    padding-right: 8px
}

.arck-breadcrumb-section-2 .arck-breadcrumb-content li:before {
    display: none
}

.arck-breadcrumb-content li {
    color: var(--white-color);
    font-weight: 600;
    margin: 0 10px;
    position: relative;
    text-transform: uppercase;
    font-family: var(--heading)
}

.arck-breadcrumb-content li:before {
    top: 0;
    right: -18px;
    color: #fff;
    content: "//";
    position: absolute
}

.arck-breadcrumb-content li:last-child:before {
    display: none
}

.inner-page-padding {
    padding: 125px 0
}

.arck-breadcrumb-section-2 .arck-breadcrumb-content ul {
    padding-left: 0
}

.arck-breadcrumb-section-2 .arck-breadcrumb-content li a {
    color: #fff
}

.contact-page {
    padding: 100px 0;
    opacity: .8;
    background-image: linear-gradient(#f7f7f7 1px, transparent 1px), linear-gradient(to right, #f7f7f7 1px, #fff 1px);
    background-size: 20px 20px
}

.contact-page .inner-sec {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.coming-soon {
    font-size: 80px;
    letter-spacing: 5px;
    color: var(--yellow);
    width: 100%;
    text-align: center;
    padding: 100px 0
}

.appointment-container .row {
    align-items: center
}

.arck-appointment-video-section .container {
    max-width: 81%
}

.social-icons {
    display: flex;
    list-style: none;
    padding-left: 0
}

.social-icons li {
    width: 13%
}

.social-icons li img:hover {
    filter: brightness(2.5)
}

.inner-page-padding {
    padding: 125px 0
}

.arck-service-section-2 .col-md-6.contant-box {
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 70px
}

.highlights-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px
}

.highlights-content span {
    display: block;
    background-color: #fff;
    padding: 15px;
    border-radius: 0;
    width: 60px;
    height: 60px
}

.highlights-content .highlight-box .high-img-box {
    width: calc(20% - 10px)
}

.highlights-content .highlight-box .high-p-box {
    width: calc(80% - 10px)
}

.highlights-content .highlight-box p {
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 0;
    line-height: 28px
}

.highlights-content .highlight-box {
    width: calc(50% - 10px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    margin-bottom: 15px
}

.highlights-content.amenities {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px
}

.highlights-content.amenities span {
    display: block;
    background-color: #fff;
    padding: 15px;
    border-radius: 0;
    width: 80px;
    height: 80px
}

.highlights-content.amenities .highlight-box .high-img-box {
    width: calc(20% - 10px)
}

.highlights-content.amenities .highlight-box .high-p-box {
    width: calc(80% - 10px)
}

.highlights-content.amenities .highlight-box p {
    font-size: 18px;
    padding-left: 10px;
    margin-bottom: 0;
    line-height: 28px;
    font-weight: 600;
    color: #000
}

.highlights-content.amenities .highlight-box {
    width: calc(50% - 10px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    margin-bottom: 25px;
    background: var(--white)
}

.arck-service-section-2.bg-gray-color {
    background: #efefef
}

.arck-service-section-2.bg-gray-color.amenities-bg {
    background-image: url(/bg-why-chose-home3-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left
}

.pricelist-container {
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
    overflow: hidden;
    background-image: url(/pr-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.pricelist-container .container {
    max-width: 80%
}

.pricelist-container h4 {
    font-size: 35px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    margin-bottom: 10px
}

.pricelist-container .sub-head-heading {
    font-size: 18px;
    letter-spacing: 4.5px;
    color: #c47f58
}

.pricelist-container .pricelist-img-bg {
    position: absolute;
    top: -32px;
    right: -10px;
    filter: brightness(0.9)
}

.pricelist-container .col-12.col-sm-12.text-center {
    margin-bottom: 40px
}

.pricelist-container .pricebox p {
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    color: var(--light-black);
    margin-bottom: 0
}

.pricelist-container .pricebox {
    padding: 27px 20px;
    background-color: #f6f6f6;
    border-bottom: 14px solid var(--yellow)
}

.pricelist-container .pricebox .btn-custom {
    padding: 10px 30px;
    background-color: var(--yellow);
    color: #fff;
    border-radius: 0;
    margin-top: 10px;
    letter-spacing: 1px
}

.pricelist-container .pricebox .price-list-heading {
    font-size: 20px;
    margin-bottom: 4px
}

.pricelist-container .pricebox .price {
    color: var(--yellow);
    font-size: 42px;
    margin-bottom: 15px
}

.pricelist-container .pricebox .shapeforbtn {
    position: absolute;
    right: 8%;
    bottom: 15%;
    width: auto;
    height: 54px
}

.pricelist-container .pricelist_box {
    overflow: hidden;
    position: relative;
    padding: 30px;
    color: #fff;
    background: url(/add-listing-shape.png) #003d68;
    border-radius: 5px;
    transition: .6s ease-in-out;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: left
}

.pricelist-container .pricelist_box .typology {
    font-size: 26px;
    padding-bottom: 15px
}

.pricelist-container .pricelist_box .pricelist_p {
    padding-top: 10px;
    font-size: 28px
}

.pricelist-container .pricelist_box button.btn.btn-custom {
    margin-top: 30px;
    padding: 10px 34px;
    border-radius: 0;
    font-size: 20px;
    position: relative;
    overflow: hidden;
    background: var(--yellow);
    color: #fff
}

.pricelist-container .pricelist_box span {
    position: absolute;
    bottom: -37px;
    right: -2px;
    font-size: 70px;
    font-weight: 600;
    color: #fff
}

.pricelist-container .pricelist_box span.span-2 {
    font-size: 28px;
    position: absolute;
    top: 44px;
    right: 10px;
    bottom: unset;
    z-index: 9;
    writing-mode: vertical-lr;
    transform: rotate(179deg)
}

.pricelist-container .pricelist_box span.span-2::before {
    content: "";
    position: absolute;
    top: -19px;
    left: 8px;
    width: 57%;
    height: 2px;
    background-color: #fff;
    transform: rotate(90deg)
}

.pricelist-container .pricelist_box span.span-2::after {
    content: "";
    position: absolute;
    top: 167px;
    left: 4px;
    width: 57%;
    height: 2px;
    background-color: #fff;
    transform: rotate(90deg)
}

.pricelist-container .price-list-5 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2
}

.pricelist-container .pricelist_box .size p {
    font-size: 22px;
    margin-bottom: 14px;
    color: #fff
}

.pricelist-container .pricelist_box .pricelist_p p {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff
}

.pricelist-container .pricelist_box h3.size {
    margin-bottom: 10px
}

.pricelist-container .pricelist_box .rupee-icon {
    filter: invert(1);
    width: auto;
    height: 27px;
    margin-top: -6px
}

.floorplan-container {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #a3a3a3;
    position: relative
}

.floorplan-container h4 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 500;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    color: #fff
}

.floorplan-container .sub-head-heading {
    font-size: 18px;
    letter-spacing: 4.5px;
    color: #fff
}

.floorplan-container .container {
    max-width: 80%;
    position: relative;
    z-index: 5
}

.floorplan-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/neighborhoods-shape-1.png);
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .05;
    z-index: 4
}

.floorplan-container .col-sm-12 {
    margin-bottom: 30px;
    position: relative
}

.floorplan-container .floorplan-img {
    background-color: #fff;
    width: 100%;
    cursor: zoom-in;
    filter: blur(3px)
}

.floorplan-container .btn-custom-2 {
    padding: 10px 30px;
    background-color: var(--light-black);
    color: #fff;
    border-radius: 0;
    margin-top: 10px;
    letter-spacing: 1px;
    position: absolute;
    right: 0;
    top: 0
}

.floorplan-box button:hover {
    border: none
}

.floorplan-box button {
    position: absolute;
    left: 50%;
    top: 38%;
    width: 50%;
    transform: translate(-50%, -50%);
    margin-top: 30px;
    padding: 10px 34px;
    border-radius: 0;
    font-size: 20px;
    overflow: hidden;
    background: var(--yellow);
    color: #fff;
    border: none
}

.floorplan-box p {
    width: auto;
    margin-bottom: 30px;
    margin-top: 8px;
    color: #fff;
    padding: 12px;
    font-size: 25px;
    letter-spacing: 1.5px;
    text-align: center;
    margin-top: 0;
    background: #003d68
}

.amenitiues-img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.arck-service-section-2 .col-md-6.contant-box.amenities-right {
    padding-left: 210px
}

.featured-sec.gallery-sec {
    background: #fff;
    padding: 130px 0
}

.highlights-content.amenities.location-sec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px
}

.highlights-content.amenities.location-sec span {
    display: block;
    background-color: #fff;
    padding: 15px;
    border-radius: 0;
    width: 60px;
    height: 60px;
    border-right: 1px solid#cacacb
}

.highlights-content.amenities.location-sec .highlight-box .high-img-box {
    width: calc(10% - 5px)
}

.highlights-content.amenities.location-sec .highlight-box .high-p-box {
    width: calc(90% - 10px)
}

.highlights-content.amenities.location-sec .highlight-box p {
    font-size: 16px;
    padding-left: 0;
    margin-bottom: 0;
    line-height: 28px;
    font-weight: 100;
    color: #000
}

.highlights-content.amenities.location-sec .highlight-box {
    width: calc(100% - 5px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    margin-bottom: 15px;
    background: var(--white)
}

.project-img.project-logo-with {
    position: unset;
    right: 0;
    background: #fff;
    width: 100% !important;
    padding: 5px;
    box-shadow: 0 0 41px 0 rgba(35, 31, 32, 0.1);
    left: 25%
}

.project-logo-img {
    position: absolute;
    bottom: -30px;
    left: 260px;
    display: flex;
    justify-content: center;
    right: 23px
}

.modal {
    z-index: 99999
}

.modal-body {
    background-color: #fff;
    opacity: 1;
    align-items: center;
    text-align: center;
    padding: 25px
}

.modal-body h2 {
    font-size: 28px;
    letter-spacing: 2px;
    padding-bottom: 0;
    margin-bottom: 0
}

.modal-body h6 {
    font-size: 22px;
    padding-top: 0;
    margin-top: 8px
}

.modal-body h4 {
    color: var(--white);
    text-align: center;
    border-radius: 0;
    font-size: 23px;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
    background: var(--yellow)
}

.modal-body .form-control {
    border: .5px solid #ccc;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0;
    padding: 15px;
    margin-bottom: 10px
}

.modal-body .form-control::placeholder {
    color: #222
}

.modal .close {
    color: #222;
    opacity: 1;
    right: 15px;
    position: absolute;
    z-index: 9999999 !important;
    top: 15px;
    padding: 6px 10px;
    border-radius: 50px;
    padding-top: 3px;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc
}

.modal-body button {
    padding: 0;
    border-radius: 0
}

.box-outer .btn.btn-all {
    font-size: 22px;
    padding: 10px 35px;
    margin-top: 15px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 5px;
    background-color: var(--yellow);
    color: #fff
}

.arck-cta-content p {
    color: #000
}

@media(max-width: 1600px) {
    .new-launch-gif {
        position: absolute;
        top: 18%;
        left: 18%;
        width: 8%;
        z-index: 999
    }

    .pricelist-container .container {
        max-width: 90%
    }

    #minimal-bootstrap-carousel [class*=carousel-control] {
        background: none;
        width: 40px;
        height: 40px;
        border-radius: 50%
    }

    .navbar-menu .navbar-light .navbar-nav .nav-link {
        color: #fff;
        font-size: 16px;
        padding: 15px
    }

    .box.valign-middle {
        bottom: auto;
        position: absolute;
        width: 35%;
        top: 55%
    }

    .navbar-menu .navbar-light .navbar-nav .active>.nav-link,
    .navbar-menu .navbar-light .navbar-nav .nav-link.active,
    .navbar-menu .navbar-light .navbar-nav .nav-link.show,
    .navbar-menu .navbar-light .navbar-nav .show>.nav-link {
        font-size: 16px;
        padding: 15px
    }

    .banner-call1 {
        position: absolute;
        bottom: -30%;
        left: 0;
        width: 50%
    }

    .arrow {
        position: absolute;
        width: 100px;
        bottom: 11%
    }

    .main-heading h3 {
        font-size: 44px;
        font-weight: 600;
        padding: 10px 0;
        color: #000
    }

    .highlights-content .highlight-box {
        margin-bottom: 10px
    }

    .arck-service-section-2 .col-md-6.contant-box.amenities-right {
        padding-left: 70px;
        padding-top: 100px;
        padding-bottom: 100px
    }

    .highlights-content.amenities.location-sec .highlight-box {
        margin-bottom: 15px
    }

    .modal-body h2 {
        font-size: 36px
    }

    .banner-form-box {
        width: 25%;
        position: absolute;
        right: 5%;
        bottom: 6%;
        background: #003d68;
        padding: 30px
    }

    .highlights-content .highlight-box p {
        font-size: 14px
    }

    .highlights-content.amenities .highlight-box {
        margin-bottom: 15px;
        background: var(--white)
    }

    .arck-section-title h2,
    .arck-section-title-2 h2 {
        font-size: 44px;
        padding: 10px 0
    }

    .banner-call {
        position: absolute;
        bottom: -65%;
        left: 0;
        width: 50%
    }

    .arck-about-section {
        overflow: hidden;
        padding: 70px 0
    }

    .arck-footer-widget.headline.ul-li-block.pera-content.pd-left {
        padding-left: 25px
    }

    #minimal-bootstrap-carousel .carousel-caption .container .box {
        display: table-cell;
        text-align: left;
        position: absolute;
        width: 50%;
        top: 50%;
        left: 33.5%;
        transform: translate(-50%, -50%)
    }

    #minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
        min-height: 850px;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-color: #222
    }

    .coll-sec p {
        bottom: -25%;
        position: absolute;
        color: #fff;
        font-size: 30px;
        left: 0;
        letter-spacing: .5px;
        font-weight: 500
    }

    .slider-content-style .content h3 {
        font-size: 50px;
        line-height: 58px
    }

    .type-apar {
        font-size: 24px
    }

    .slider-content-style .content a.thm-btn {
        margin-top: 0
    }

    .price-sec span {
        font-size: 44px
    }

    .project-logo-img {
        position: absolute;
        bottom: -45px;
        left: 200px;
        display: flex;
        justify-content: center
    }
}

@media(max-width: 1480px) {
    .new-launch-gif {
        position: absolute;
        top: 18%;
        left: 18%;
        width: 8%;
        z-index: 999
    }

    .pricelist-container .container {
        max-width: 90%
    }

    .offer-patch1 {
        position: absolute;
        bottom: 68%;
        right: 73%;
        width: 7%;
        z-index: 9
    }

    #minimal-bootstrap-carousel [class*=carousel-control] {
        background: none;
        width: 40px;
        height: 40px;
        border-radius: 50%
    }

    nav.navbar.navbar-expand-lg.navbar-light {
        width: 100%;
        padding-left: 15px
    }

    .navbar-menu .navbar-light .navbar-nav .nav-link {
        color: #fff;
        font-size: 14px !important;
        padding: 14px !important;
        letter-spacing: 1px
    }

    .project-container .project_box .project-price.price-box-sec {
        font-size: 18px
    }

    .navbar-menu .navbar-expand-lg .navbar-nav {
        padding-right: 0
    }

    .banner-call1 {
        position: absolute;
        bottom: -20%;
        left: 0;
        width: 77%
    }

    .price-sec {
        text-align: center;
        font-size: 18px;
        text-transform: uppercase;
        color: #fff;
        margin-top: 0;
        margin-bottom: 0;
        width: 100%
    }

    .arrow {
        position: absolute;
        width: 100px;
        bottom: 7%;
        left: 45%
    }

    .main-heading h3 {
        font-size: 34px;
        font-weight: 600;
        padding: 10px 0;
        color: #000
    }

    .highlights-content .highlight-box {
        margin-bottom: 10px
    }

    .arck-service-section-2 .col-md-6.contant-box.amenities-right {
        padding-left: 70px;
        padding-top: 70px;
        padding-bottom: 70px
    }

    .highlights-content.amenities.location-sec .highlight-box {
        margin-bottom: 15px
    }

    .modal-body h2 {
        font-size: 36px
    }

    .banner-form-box {
        width: 27%;
        position: absolute;
        right: 3%;
        bottom: 14%;
        background: #003d68;
        padding: 10px 30px
    }

    .highlights-content .highlight-box p {
        font-size: 14px
    }

    .highlights-content.amenities .highlight-box {
        margin-bottom: 15px;
        background: var(--white)
    }

    .arck-section-title h2,
    .arck-section-title-2 h2 {
        font-size: 44px;
        padding: 10px 0
    }

    .banner-call {
        position: absolute;
        bottom: -65%;
        left: 0;
        width: 50%
    }

    .arck-about-section {
        overflow: hidden;
        padding: 50px 0
    }

    .arck-footer-widget.headline.ul-li-block.pera-content.pd-left {
        padding-left: 25px
    }

    #minimal-bootstrap-carousel .carousel-caption .container .box {
        display: table-cell;
        text-align: left;
        position: absolute;
        width: 50%;
        top: 50%;
        left: 33.5%;
        transform: translate(-50%, -50%)
    }

    #minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
        min-height: 625px;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-color: #222
    }

    .coll-sec p {
        bottom: -25%;
        position: absolute;
        color: #fff;
        font-size: 30px;
        left: 0;
        letter-spacing: .5px;
        font-weight: 500
    }

    .offer-patch {
        position: absolute;
        bottom: 15%;
        right: 35%;
        width: 18%;
        z-index: 9
    }

    .slider-content-style .content h3 {
        font-size: 40px;
        line-height: 35px
    }

    .type-apar {
        font-size: 24px
    }

    .slider-content-style .content a.thm-btn {
        margin-top: 0
    }

    .price-sec span {
        font-size: 22px;
        line-height: 28px
    }

    .project-logo-img {
        position: absolute;
        bottom: -45px;
        left: 200px;
        display: flex;
        justify-content: center
    }

    .arck-video-cta-wrap .video-cta-item {
        width: 36%;
        padding: 23px 10px
    }

    .navbar-menu {
        padding: 0 25px
    }

    .box.valign-middle {
        width: 28%;
        top: 60%;
        left: 17%
    }

    .floorplan-box p {
        font-size: 15px
    }
}

@media(max-width: 1440px) {
    .banner-call {
        position: absolute;
        bottom: -60%;
        left: 0;
        width: 50%
    }

    .navbar-menu .navbar-light .navbar-nav .nav-link {
        padding: 18px;
        font-size: 16px
    }

    .project-logo-img {
        position: absolute;
        bottom: -45px;
        left: 200px;
        display: flex;
        justify-content: center
    }
}

@media (max-width: 1440px) {
    .banner-call1 {
        bottom: -20%;
        left: 0
    }
}

@media(max-width: 1366px) {
    .new-launch-gif {
        position: absolute;
        top: 18%;
        left: 14%;
        width: 8%;
        z-index: 999
    }

    .pricelist-container .container {
        max-width: 90%
    }

    .pricelist-container .pricelist_box .typology {
        font-size: 22px;
        padding-bottom: 15px
    }

    .arck-appointment-form-wrap input,
    .arck-appointment-form-wrap textarea {
        width: 100%;
        height: 38px
    }

    .mircosite-form i.fa {
        color: #6c6e71;
        font-size: 20px;
        position: absolute;
        top: 10px;
        left: 25px
    }

    .submit-btn-color {
        z-index: 1;
        width: 138px;
        height: 51px
    }

    .submit-btn-color:hover {
        z-index: 1;
        width: 138px;
        height: 51px
    }

    .arck-section-title h2,
    .arck-section-title-2 h2 {
        font-size: 38px;
        padding: 10px 0
    }

    .project-container .project-box-mainContent button.btn-custom-2 {
        font-size: 18px;
        padding: 12px 30px
    }

    .arck-appointment-form-wrap {
        max-width: 500px;
        bottom: 4%
    }

    .arck-video-cta-wrap .video-cta-item {
        padding: 10px;
        -webkit-transition: var(--transition);
        transition: var(--transition);
        display: flex
    }

    .arck-video-cta-wrap .video-cta-item .inner-icon {
        margin-right: 8px
    }

    .inner-icon img {
        width: 35px
    }

    .arck-video-cta-wrap .video-cta-item .inner-text h3 {
        font-size: 18px;
        font-weight: unset;
        padding-bottom: 8px;
        color: var(--white)
    }
}

@media(max-width: 1280px) {
    .new-launch-gif {
        position: absolute;
        top: 18%;
        left: 18%;
        width: 8%;
        z-index: 999
    }

    .offer-patch1 {
        position: absolute;
        bottom: 69%;
        right: 70%;
        width: 7%;
        z-index: 9
    }

    .mouse {
        bottom: 20%
    }

    .navbar-menu .navbar-light .navbar-nav .nav-link {
        padding: 15px;
        font-size: 16px
    }

    .navbar-menu .navbar-light .navbar-nav .active>.nav-link,
    .navbar-menu .navbar-light .navbar-nav .nav-link.active,
    .navbar-menu .navbar-light .navbar-nav .nav-link.show,
    .navbar-menu .navbar-light .navbar-nav .show>.nav-link {
        color: #fff;
        font-size: 16px;
        padding: 15px
    }

    .arck-appointment-form-wrap .arck-section-title .bannerform-box-heading {
        font-size: 24px;
        text-align: center
    }

    .arck-footer-widget.headline.ul-li-block.pera-content.pd-left {
        padding-left: 10px
    }

    .arck-section-title h2,
    .arck-section-title-2 h2 {
        font-size: 38px;
        padding: 10px 0
    }

    .pricelist-container .container {
        max-width: 100%
    }

    .main-heading h3 {
        font-size: 38px;
        font-weight: 600;
        padding: 10px 0;
        color: #000
    }

    .project-container .project-box-mainContent button.btn-custom-2 {
        font-size: 18px;
        padding: 12px 25px
    }

    .banner-call {
        position: absolute;
        bottom: -70%;
        left: 0;
        width: 50%
    }
}

.mobile-section {
    display: none
}

@media(max-width: 768px) {
    .d-v {
        display: none
    }

    .m-v {
        display: block
    }

    .new-launch-gif {
        position: absolute;
        top: 18%;
        left: 10%;
        width: 20%;
        z-index: 9
    }

    .banner-high li {
        font-size: 16px
    }

    .banner-form-box .arck-appointment-form-wrap input,
    .banner-form-box .arck-appointment-form-wrap textarea {
        height: 36px
    }

    .offer-patch1 {
        position: absolute;
        bottom: 72%;
        right: 6%;
        width: 20%;
        z-index: 9
    }

    .banner-call1 p span {
        font-size: 12px
    }

    #minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
        min-height: 300px
    }

    .banner-form-box.mobile-none {
        display: none !important
    }

    .banner-call1 p {
        font-size: 17px
    }

    .mobile-view {
        display: block
    }

    .desktop-view {
        display: none
    }

    .arck-footer-copyright {
        padding-bottom: 50px
    }

    .mobile-section {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        background: #1f1f1f;
        padding: 7px 5px;
        z-index: 99
    }

    .typology-heading {
        font-size: 28px
    }

    .pricelist-container .pricelist_box .typology {
        font-size: 20px;
        padding-bottom: 15px
    }

    .pricelist-container .pricelist_box h3.size {
        margin-bottom: 10px;
        font-size: 22px
    }

    .mobile-section a {
        background: #4aa3d1;
        border-color: transparent;
        width: 32.5%
    }

    .mouse {
        bottom: 20%;
        display: none
    }

    .project-container .project_box .project-price.price-box-sec {
        font-size: 20px
    }

    .home-icons {
        display: none
    }

    .offer-patch {
        position: absolute;
        bottom: 49%;
        right: 10%;
        width: 30%;
        z-index: 9
    }

    .arck-about-text-wrapper {
        padding-top: 30px;
        max-width: 540px;
        padding-left: 0
    }

    .box.valign-middle {
        bottom: auto;
        position: relative;
        width: 100%;
        top: 0;
        z-index: 9;
        left: 0;
        transform: translate(0);
        background: #003d68;
        padding: 15px;
        margin-bottom: 15px
    }

    .arck-video-play-wrap {
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        display: none
    }

    .project-container .owl-nav {
        position: absolute;
        right: 0;
        top: -144px
    }

    .container.project-container {
        max-width: 100%
    }

    .arck-appointment-video-section .side-icon {
        bottom: 0;
        left: 0;
        z-index: -1;
        display: none
    }

    .arck-appointment-video-section .container {
        max-width: 100%
    }

    .arck-service-section-2 .col-md-6.contant-box.amenities-right {
        padding: 15px
    }

    .arck-service-section-2.bg-gray-color.amenities-bg {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .main-heading h3 {
        font-size: 22px
    }

    .featured-sec.gallery-sec img {
        margin-bottom: 25px;
        width: 100%
    }

    .featured-sec.gallery-sec {
        background: #fff;
        padding: 70px 0
    }

    .highlights-content.amenities .highlight-box p {
        font-size: 14px;
        padding-left: 30px
    }

    .highlights-content.amenities span {
        width: 70px;
        height: 70px;
        padding: 15px
    }

    .highlights-content.amenities .highlight-box .high-img-box {
        width: calc(15% - 10px) !important
    }

    .highlights-content.amenities .highlight-box .high-p-box {
        width: calc(85% - 10px) !important
    }

    .floorplan-container .container {
        max-width: 100%;
        position: relative;
        z-index: 5
    }

    .floorplan-box p {
        font-size: 16px
    }

    .floorplan-container {
        padding-top: 70px;
        padding-bottom: 70px;
        background-color: #cf9f3973;
        position: relative
    }

    .pricelist-container {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .pricelist-container .container {
        max-width: 100%
    }

    .highlights-content .highlight-box {
        width: calc(100% - 10px);
        margin-bottom: 25px
    }

    .arck-service-section-2 .col-md-6.contant-box {
        margin-top: auto;
        margin-bottom: auto;
        padding: 15px
    }

    .arck-section-title h2,
    .arck-section-title-2 h2 {
        font-size: 28px;
        font-weight: 600;
        padding: 10px 0 20px;
        color: var(--black);
        padding-bottom: 10px
    }

    .arck-about-section {
        overflow: hidden;
        padding: 70px 0
    }

    .arck-about-img-wrapper .inner-img img {
        margin-top: 35px
    }

    .banner-high li {
        text-align: left;
        font-size: 14px;
        line-height: 28px;
        list-style: none
    }

    .slider-content-style .content h3 {
        font-size: 30px;
        line-height: 28px
    }

    .type-apar {
        font-size: 16px;
        width: 74%
    }

    #minimal-bootstrap-carousel .carousel-caption .container .box {
        display: table-cell;
        text-align: left;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 55.5%;
        transform: translate(-50%, -50%)
    }

    nav.navbar.navbar-expand-lg.navbar-light {
        width: 100%;
        padding-left: 15px
    }

    .navbar-menu .navbar-expand-lg .navbar-nav {
        padding-right: 0
    }

    .navbar-menu .navbar-collapse {
        background: var(--yellow);
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%
    }

    .navbar-menu .navbar-light .navbar-nav .active>.nav-link,
    .navbar-menu .navbar-light .navbar-nav .nav-link.active,
    .navbar-menu .navbar-light .navbar-nav .nav-link.show,
    .navbar-menu .navbar-light .navbar-nav .show>.nav-link {
        font-size: 16px;
        padding: 15px
    }

    .navbar-menu .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        padding: 15px
    }

    .arck-about-text-wrapper p {
        text-align: justify
    }

    .pricelist-container .pricebox .price {
        color: var(--yellow);
        font-size: 32px;
        margin-bottom: 15px
    }

    .appointment-container .btn-custom-2 {
        margin: 0 auto
    }

    .appointment-container h4 {
        font-size: 20px;
        text-align: center
    }

    .appointment-container .sub-head-heading {
        font-size: 18px;
        letter-spacing: 4.5px;
        color: #fff;
        text-align: center;
        margin-bottom: 0
    }

    .project-container .project_box {
        margin-bottom: 25px
    }

    .arck-footer-widget-wrapper {
        padding: 70px 0
    }

    .container.footer-weight {
        max-width: 100%
    }

    .arck-footer-widget .widget-title {
        color: var(--white);
        font-size: 24px;
        font-weight: 100;
        padding-bottom: 0
    }

    .arck-footer-widget.headline.ul-li-block.pera-content.pd-left {
        padding-left: 0;
        padding-bottom: 25px;
        padding-top: 25px
    }

    .coll-sec p {
        bottom: -14%;
        position: absolute;
        color: #fff;
        font-size: 18px;
        left: 0;
        letter-spacing: .5px;
        font-weight: 500;
        margin-bottom: 0
    }

    .navbar-menu .sub-nav:hover>.sub-nav-2 {
        opacity: 1;
        visibility: visible;
        left: 0;
        position: relative;
        width: 100%;
        max-width: 100%;
        padding: 0
    }

    .arck-breadcrumb-section-2 .arck-breadcrumb-content h1 {
        color: #fff;
        font-size: 32px;
        padding-bottom: 0
    }

    .featured-sec {
        background: #efefef;
        padding: 70px 0
    }

    .arck-appointment-video-section {
        z-index: 1;
        padding: 70px 0;
        background-color: #003d68;
        position: relative
    }

    .navbar-toggler:focus {
        text-decoration: none
    }

    .navbar-menu .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .5);
        border-color: rgba(0, 0, 0, .1);
        border: none
    }

    .navbar-menu {
        position: relative;
        right: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 0;
        background: #2d2d2d;
        padding: 0
    }

    .slider-content-style .content p {
        width: 100%
    }

    .navbar-brand img {
        width: 180px
    }

    .arrow {
        position: absolute;
        top: 50%;
        width: 90px;
        right: 8%;
        height: 40px;
        display: flex;
        z-index: 10;
        justify-content: space-between;
        left: 73%
    }

    #minimal-bootstrap-carousel .carousel-control-next img {
        width: 10px
    }

    #minimal-bootstrap-carousel .carousel-control-prev img {
        width: 10px
    }

    .slider-content-style .content a.thm-btn {
        margin-top: 25px
    }

    .testimonial p {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.818;
        margin-bottom: 30px
    }

    .modal-body h2 {
        font-size: 26px;
        letter-spacing: 2px;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .modal-body h6 {
        font-size: 18px;
        padding-top: 0;
        margin-top: 8px
    }

    .modal-body h4 {
        font-size: 20px
    }

    .arck-contact-page-cta .contact-cta-inner-text {
        top: 0;
        right: 0;
        padding: 45px 40px 15px;
        position: absolute;
        width: 90%;
        margin: 20px
    }

    .arck-contact-page-form {
        padding-left: 0;
        margin-top: 35px
    }

    .arck-contact-page-form .arck-section-title {
        padding-bottom: 0
    }

    .banner-high {
        padding-left: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100%
    }

    .submit-btn-color {
        width: 160px;
        height: 50px;
        font-size: 16px
    }

    .inner-page-padding {
        padding: 70px 0
    }

    .recent-blog-widget p {
        color: var(--white);
        margin-bottom: 10px
    }

    .price-sec span {
        font-size: 22px;
        line-height: 28px;
        width: 100%;
        text-align: center
    }

    .box-outer .btn.btn-all {
        font-size: 16px;
        padding: 10px 35px
    }

    .arck-about-text-wrapper .arck-year-experience h3 {
        font-size: 60px
    }

    .banner-form-box {
        width: 100%;
        position: relative;
        right: 0;
        bottom: 0;
        background: #003d68;
        padding: 25px
    }

    .coming-soon {
        font-size: 28px;
        padding: 0
    }

    .project-img.project-logo-with {
        position: unset;
        right: 0;
        background: #fff;
        width: 65% !important;
        padding: 5px;
        box-shadow: 0 0 41px 0 rgba(35, 31, 32, 0.1);
        left: 25%
    }

    .project-logo-img {
        position: absolute;
        bottom: -45px;
        left: 200px;
        display: flex;
        justify-content: center
    }

    .banner-call {
        position: absolute;
        bottom: -75%;
        left: 0;
        width: 55%
    }

    .banner-call p {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        position: relative;
        padding-left: 70px
    }

    .project-container .project-box-mainContent button.btn-custom-2 {
        width: 48%;
        padding: 12px 23px
    }

    .modal-body {
        background-color: #fff;
        opacity: 1;
        align-items: center;
        text-align: center;
        padding: 25px
    }

    .mobile-section_1 {
        display: block
    }
}


/* sticky form */
.enquiryBtn {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 99;
    display: none;
}

.envelope-icon {
    /* width: 50px; */
    /* height: 50px; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #003d68;
    box-shadow: 0 10px 20px rgb(0 0 0 / 40%);
    cursor: pointer;
    transition: all 300ms ease-in-out;
    padding: 15px;
}

.envelope-icon:hover {
    background: #003d68;
}

.stickyForm {
    width: 400px;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    padding: 1.25rem;
    background-color: #003d68;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 15%);
    z-index: 99;
}

.sideImg .inner::before,
.iconsContainer .iconBox .in::before,
.fpContainer .fbBox .inner::before,
.location-advantages .inner::before {
    content: '';
    position: absolute;
    inset: -9px;
    border: 1px solid rgb(255 255 255 / 30%);
}

.form-close {
    position: absolute;
    right: -2px;
    top: 0;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e40a2e;
    color: #fff;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.form-close:hover {
    background: var(--secondary-color);
}

.stickyForm .form-tag {
    font-size: 14px;
}

.stickyForm h6 {
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
    color: var(--body-color);
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.stickyForm .form-group {
    margin-bottom: 10px;
}

.stickyForm .form-control,
.modal-body .form-control {
    border-bottom: 2px solid #eaeaea;
    background-color: #f1f1f1;
    color: var(--body-color);
    padding: 8px 10px;
    font-size: 14px;
}

/* sticky form */