:root {
    --yellow: #013e66;
    --light-blue: #7da7ca;
    --white: #ffffff;
    --black: #000
}

@font-face {
    font-family: RobotoCondensed-Regular;
    src: url(../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf);
    font-weight: 300
}

@font-face {
    font-family: RobotoCondensed-Bold;
    src: url(../fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf);
    font-weight: 300
}

[data-toggle="modal"] {
    cursor: pointer
}

html {
    scroll-behavior: smooth
}

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)
}

img.developer-logo {
    filter: invert(1)
}

.box.valign-middle {
    bottom: auto;
    position: absolute;
    width: 35%;
    top: 49%;
    z-index: 9;
    left: 21%;
    transform: translate(-50%, -50%)
}

body.fixed .navbar {
    position: fixed;
    top: 0;
    z-index: 99;
    background: #003d68;
    animation: menu_link_an 500ms forwards
}





.navbar-nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.nav-item {
    margin-right: 10px;
}

.nav-link {
    text-decoration: none;
    color: #fff;
    padding: 10px;
    display: block;
}

.dropdown {
    position: relative;
   
 
}
.cls span{
    display: none;
}
.dropdown ul {
    display: none;
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
    min-width: 150px;
}

.dropdown:hover > ul {
    display: block;
}

.inner_dropdown {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.inner_dropdown li {
    position: relative;
}

.inner_dropdown a {
    text-decoration: none;
    color: #333;
    padding: 10px;
    display: block;
}

.inner_dropdown ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
    min-width: 150px;
}

.inner_dropdown li:hover > ul {
    display: block;
}





.navbar-light .navbar-nav .nav-link{color: rgba(255, 255, 255, 1);}
.navbar-light .navbar-nav .nav-link:hover{color: var(--light-green)!important;}
.navbar .navbar-brand{font-size: 28px;color: #fff;}
.navbar {position:absolute; left:0; top:0; width:100%; z-index: 99; padding-top: 8px;
padding-bottom: 8px;background: #013e66;transition: all 0.3s;}
.navbar .container{min-width: 95%;padding: 0px 0px;}
.navbar.compressed {padding-top: 9px;padding-bottom: 9px;background: #03254c!important;
color: #000!important;box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);}
.navbar-nav .nav-link{color: #fff;font-size: 14px;
padding: 8px 15px;letter-spacing: 2px;font-weight: 300;text-transform: uppercase;}
.navbar-brand img {
    /* width: 200px; */
    /* padding: 5px; */
    filter: invert();
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}
.dropdown-submenu{
   position: relative;
   border-bottom: 2px solid#fff;
}

body.fixed .navbar{position: fixed; top: 0; z-index: 99; animation: menu_link_an 500ms forwards; }
@keyframes menu_link_an {
0%{transform:translateY(-50px)}
100%{transform:translateY(0)}
}
.strip-section{padding: 10px;}
/* .modal.show .modal-dialog{
  min-width: 860px !important;
} */
.modal-body img {
  width: 100%;
}

::selection {color: #fff;background-color: #8167a9;}
::-moz-selection {color: #fff;background-color: #8167a9;}
.navbar-toggler {float: right;border: none;padding-right: 0;}
.navbar-toggler:active,
.navbar-toggler:focus {outline: none;}
.navbar-light .navbar-toggler-icon {width: 24px;height: 17px;background-image: none;position: relative;
border-bottom: 1px solid #fff;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 1px;background-color: #fff;
top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
.nav-link {transition: all 200ms linear;}
.nav-item:hover .nav-link {color: #fff !important;}
.nav-item.active .nav-link {font-weight: 400!important;;}
.nav-link {position: relative;display: inline-block;}
.nav-item:after {position: absolute;bottom: -5px;left: 0;width: 100%;height: 2px;content: "";opacity: 0;transition: all 200ms linear;}
.nav-item:hover:after {bottom: 0;opacity: 1;}
.nav-item.active:hover:after {opacity: 0;}
.nav-item {position: relative;transition: all 200ms linear;color: #fff;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1);
}
.bg-light {transition: all 200ms linear;}
#switch,
#circle {cursor: pointer;-webkit-transition: all 300ms linear;transition: all 300ms linear;}
#switch {width: 60px;height: 8px;border: 2px solid #8167a9;border-radius: 27px;background: #000;
position: relative;display: block;margin: 0 auto;text-align: center;opacity: 1;transform: translate(0);
transition: all 300ms linear;transition-delay: 1900ms;}
body.hero-anime #switch {opacity: 0;transform: translateY(40px);transition-delay: 1900ms;}
#circle {position: absolute;top: -11px;left: -13px;width: 26px;height: 26px;border-radius: 50%;background: #000;}
.switched {border-color: var(--green)!important;background: var(--green)!important;}
.switched #circle {left: 43px;box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
background: #fff;}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;margin: 0;padding: 0;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
color: #fff;}











.offer-patch {
    position: absolute;
    bottom: 0%;
    left: 3%;
    max-width: 246px;
    z-index: 9
}

.project-heading {
    text-align: center
}

.over-hig {
    padding-left: 17px;
    list-style-type: circle
}

.mircosite-form.Choose-box .select-option-section {
    width: 100%;
    height: 46px;
    border: none;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 15px
}

.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
}

.mircosite-form.margin-botm {
    margin-bottom: 25px
}

.mircosite-form.margin-botm .custom-select {
    height: 55px
}

.price-sec.banner-price span {
    display: unset;
    color: #fff;
    font-size: 24px;
    line-height: 48px;
    font-weight: 600;
    animation-delay: .5s;
    text-align: left;
    letter-spacing: .5px;
    margin: 8px 0;
    text-shadow: unset;
    background: #013e66;
    padding: 8px;
    width: fit-content
}

.price-sec.banner-price {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 48px;
    font-weight: 600;
    animation-delay: .5s;
    text-align: left;
    letter-spacing: .5px;
    margin: 8px 0;
    background: #37855f;
    padding: 3px 15px;
    letter-spacing: 2px;
    width: 90%
}

.col-md-4.mt-25 {
    margin-bottom: 35px
}

.two-box {
    display: grid
}

.inner-qr-sec {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px
}

.inner-qr-sec .box {
    width: 240px !important;
    margin-bottom: 15px
}

.inner-qr-sec .box p {
    color: #fff;
    margin-top: 15px
}

.inner-qr-sec .box p span {
    color: #fff;
    margin-top: 0;
    display: block
}

.qr-code-img {
    display: flex;
    padding-left: 0
}

.qr-code-img li {
    margin-right: 8px
}

.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: #fff;
    background-color: #3a8561;
    border-color: #fff;
    font-size: 13px;
    padding: 7px;
    font-weight: 600
}

.mobile-section a {
    padding: 5px;
    width: 100%;
    border-radius: 0
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none
}

nav.navbar.navbar-expand-lg.navbar-light {
    width: 100%;
    padding-left: 50px;
    padding-top: 0;
    padding-bottom: 0
}

.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;
    padding: 25px 15px;
    font-family: "RobotoCondensed-Regular";
    letter-spacing: 1px
}

.navbar-menu .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    padding: 25px 15px;
    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
}

.p-logo {
    max-width: 180px
}

.banner-form-box {
    width: 20%;
    position: fixed;
    right: 5%;
    bottom: 15%;
    background: #003d68;
    padding: 15px;
    z-index: 99;
}

.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 {
    position: absolute;
    bottom: -32%;
    left: 0;
    width: 50%
}

.banner-call1 p {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding-left: 70px
}

.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
}

.banner-call1 p span {
    display: block;
    font-size: 16px;
    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)
    }
}


.new-launch-gif {
    position: absolute;
    top: 24%;
    left: 11%;
    width: 8%;
    z-index: 999
}






.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}


.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
}


.btn-wtsappp {
    background: #28a745;
    padding: 0 8px 0 0;
    border-radius: 4px;
    color: #fff;
    box-shadow: unset;
    animation: pulse-wtsap infinite 1.5s;
}

.btn-wtsappp {
    img {
        width: 40px;
    }
}


 .btn-custom-3 {
  border-radius: 0;
  background: linear-gradient(-45deg, #a9801f, #d7bd7c, #a9801f, #d7bd7c);
  cursor: pointer;
  animation: 3s infinite rocking;
}


@keyframes rocking {
  0%{transform:rotate(0)}
  25%{transform:rotate(0)}
  50%{transform:rotate(2deg)}
  75%{transform:rotate(-2deg)}
  100%{transform:rotate(0)}
  }

.high-points {background: #0037ff1c;padding: 8px;}

.high-points li{
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
}
.high-points li img{
   width: 15px;
}

.animatedtext {
    background: linear-gradient(-45deg, #003d68, #4aa3d1, #37855f);
    background-size: 400% 400%;
    animation: Gradient 3s ease infinite;
}


@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}


.btn-fixed{
    display: none;
}


@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: #fff0;
    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
    }
}

@media (max-width:480px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 40px;
        background: rgb(255 255 255 / .4);
        color: #000
    }
}

.mircosite-form i.fa {
    color: #6c6e71;
    font-size: 20px;
    position: absolute;
    top: 10px;
    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: 950px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #222
}

.mar-b {
    margin-bottom: 50px
}

#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item:before {
    content: "";
    position: absolute;
    width: 100%;
    z-index: 9;
    /* background: #22c1c3;
    background: linear-gradient(190deg, #00000000 0%, #00000000 100%); */
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%
}

.slider-content-style .content {
    text-align: center;
    position: relative;
    z-index: 999;
    text-align: left
}

.slider-content-style .content h3,
.slider-content-style .content h2,
.slider-content-style .content p {
    margin: 0
}

.slider-content-style .content h3 {
    color: #fff;
    font-size: 28px;
    line-height: 28px;
    animation-delay: .5s;
    text-align: left;
    letter-spacing: .5px;
    margin: 5px 0;
    font-family: 'RobotoCondensed-Bold';
    margin-bottom: 5px;
    text-shadow: 2px 2px #000;
    text-align: center;
}

.slider-content-style .content .wel-text {
    font-size: 22px
}

.slider-content-style .content p {
    font-size: 16px;
    color: #FFF;
    letter-spacing: .15em;
    animation-delay: 1.5s;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
    padding: 0px;
    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
}

.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: 10%;
    width: 110px;
    right: 45%;
    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 {
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    
    padding: 15px;
    border: 2px dashed #fff;
    width: 100%;
}

.type-apar {
    text-transform: uppercase;
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    animation-delay: .5s;
    text-align: left;
    letter-spacing: .5px;
    margin: 8px 0
}

.banner-high li {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    list-style: none;
    color: #fff
}

.price-sec {
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff
}

.price-sec span {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 38px;
    font-weight: 600;
    animation-delay: .5s;
    text-align: left;
    letter-spacing: .5px;
    margin: 8px 0;
    text-shadow: 2px 2px #000;
    background: #37855f;
    padding: 5px 15px;
    width: 100%;
    text-align: center;
}

.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 rgb(35 31 32 / .1);
    box-shadow: 0 0 41px 0 rgb(35 31 32 / .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 0px;
    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: 44px;
    font-weight: 600;
    padding: 10px 0 20px;
    color: #000
}

.main-heading h3 a {
    color: #000;
    text-decoration: none
}

.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
}

.payment-plan {
    position: absolute;
    background: #3c8563;
    /* width: 60%; */
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
    text-align: center;
    color: #fff;
    font-size: 18px
}

.payment-plan h3 {
    animation: blink 1.5s linear infinite;
    font-size: 18px;
    margin: 0;
    padding: 8px
}

@keyframes blink {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

.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: #013e66;
    color: #fff;
    width: 49%
}

.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: 8px;
    border-top: 1px solid #bbb;
    margin-top: 0px;
}

.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;
    text-transform: uppercase
}

.project-container .boxcontent-d-2 {
    color: #fff;
    width: 100%
}

.project-container .boxcontent-d-2 .typology-heading {
    margin-bottom: 8px;
    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: #fff0;
    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: #fff0;
    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: 8px;
    letter-spacing: .5px;
    font-size: 26px;
    background-color: #fff;
    font-family: 'RobotoCondensed-Bold';
    text-transform: uppercase
}

img.patch-img {
    position: absolute;
    width: 20%;
    z-index: 9;
    right: 84%;
    top: -2%;
}

img.patch-img1 {
    position: absolute;
    width: 20%;
    z-index: 9;
    right: 84%;
    top: -6%;
}

.arck-appointment-video-section {
    z-index: 1;
    padding: 70px 0 70px;
    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;
    background-size: cover
}

.arck-video-play-wrap:after {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute
}

.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: 10px;
}

.arck-appointment-form-wrap .arck-section-title h2 {
    color: var(--white)
}

.arck-appointment-form-wrap input,
.arck-appointment-form-wrap textarea {
    width: 100%;
    height: 46px;
    border: none;
    color: #000;
    padding-left: 35px;
    border-radius: 5px;
    margin-bottom: 10px;
    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: 38px;
    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: 105px !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%;
    background: #3a8561
}

.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 rgb(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: #000
}

.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: #01528c;
    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;
    font-size: 15px
}

.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: rgb(0 0 0 / .7)
}

.arck-cta-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(0 0 0 / .7);
    background-attachment: fixed
}

.arck-cta-section .background_overlay {
    background-color: rgb(0 0 0 / .7);
    background-color: rgb(0 0 0 / .7)
}

.arck-cta-content {
    margin: 0 auto;
    max-width: 770px;
    padding: 120px 0 140px
}

.arck-cta-content h2 {
    font-size: 48px;
    font-weight: 600;
    color: var(--white)
}

.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: #fff0
}

.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%
}

.type-apar {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    animation-delay: .5s;
    text-align: left;
    letter-spacing: .5px;
    margin: 8px 0;
    background: #033f64;
    padding: 15px 15px;
    width: 100%;
    width: 100%;
    letter-spacing: 2px;
    text-align: center;
}

.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 .box1 {
    max-height: 150px;
    overflow-y: scroll
}

.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: var(--yellow);
    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: #fff0
}

.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: #fff0
}

.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 rgb(0 0 0 / .08);
    box-shadow: 0 0 20px 0 rgb(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: 50px
}

.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(../images/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(../images/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(.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(../images/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: 28px;
    padding-bottom: 15px
}

.pricelist-container .pricelist_box .typology-heading {
    font-size: 34px;
    padding-bottom: 0
}

.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(../images/floor-plan/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(4px)
}

.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: #000
}

.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: 18px;
    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: 25px;
    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 rgb(35 31 32 / .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: 30px 50px
}

.modal-body img {
    width: 200px
}

.modal-body h2 {
    font-size: 20px;
    letter-spacing: 2px;
    padding-bottom: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

.modal-body h6 {
    font-size: 18px;
    padding-top: 0;
    margin-top: 8px;
    text-transform: uppercase;
}

.modal-body h4 {
    color: var(--white);
    text-align: center;
    border-radius: 0;
    font-size: 19px;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
    background: var(--yellow)
}

.box .custom-select {
    border: .5px solid #ccc;
    background-color: rgb(255 255 255 / .9);
    border-radius: 0;
    margin-bottom: 10px
}

.modal-body .form-control {
    border: .5px solid #ccc;
    background-color: rgb(255 255 255 / .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: 20px;
    padding: 10px 35px;
    margin-top: 15px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 5px;
    background-color: var(--yellow);
    color: #fff
}

@media(max-width:1600px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        background: none;
        width: 40px;
        height: 40px;
        border-radius: 50%
    }

    .arck-appointment-form-wrap textarea {
        height: 55px !important;
        padding-top: 15px
    }

    .project-container .project_box .project-price.price-box-sec {
        font-size: 22px
    }

    .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
    }

    .box.valign-middle {
        bottom: auto;
        position: absolute;
        width: 28%;
        top: 60%;
        left: 17%;
    }

    .navbar-menu .navbar-light .navbar-nav .nav-link {
        color: #fff;
        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: 36px;
        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) {
    .offer-patch {
        left: 4%;
        bottom: -4%;
        max-width: 194px
    }

    .price-sec.banner-price {
        display: block;
        color: #fff;
        font-size: 17px
    }

    .price-sec.banner-price span {
        display: unset;
        color: #fff;
        font-size: 18px
    }

    #minimal-bootstrap-carousel [class*=carousel-control] {
        background: none;
        width: 40px;
        height: 40px;
        border-radius: 50%
    }

    .arck-appointment-form-wrap textarea {
        height: 55px !important;
        padding-top: 15px
    }

    nav.navbar.navbar-expand-lg.navbar-light {
        width: 100%;
        padding-left: 25px
    }

    .navbar-menu .navbar-light .navbar-nav .nav-link {
        color: #fff;
        font-size: 14px !important;
        padding: 18px 11px !important;
        letter-spacing: 1px
    }

    .p-logo {
        max-width: 133px
    }

    .arck-video-cta-wrap .video-cta-item {
        width: 25%
    }

    .arck-video-cta-wrap .video-cta-item .inner-icon {
        margin-right: 6px
    }

    .project-container .project_box .project-price.price-box-sec {
        font-size: 18px
    }

    .navbar-menu {
        margin-top: 0%
    }

    .navbar-menu .navbar-expand-lg .navbar-nav {
        padding-right: 0
    }

    .banner-call1 {
        position: absolute;
        bottom: -24%;
        left: 0;
        width: 77%
    }

    .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: 100px;
        padding-bottom: 100px
    }

    .highlights-content.amenities.location-sec .highlight-box {
        margin-bottom: 15px
    }

    .modal-body h2 {
        font-size: 28px
    }

    .banner-form-box {
        width: 30%;
        position: absolute;
        right: 3.5%;
        bottom: 0%;
        background: #003d68;
        padding: 30px
    }
    .arck-appointment-form-wrap input, .arck-appointment-form-wrap textarea {
   
    height: 36px;
   
}

    .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: 650px;
        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: 40px;
        line-height: 32px
    }

    .type-apar {
        font-size: 16px;
    }

    .slider-content-style .content a.thm-btn {
        margin-top: 0
    }

    .price-sec span {
        font-size: 26px;
        line-height: 44px;
        padding: 8px
    }

    .project-logo-img {
        position: absolute;
        bottom: -45px;
        left: 200px;
        display: flex;
        justify-content: center
    }
}

@media(max-width:1440px) {
    .slider-content-style .content p {
        font-size: 14px
    }

    .banner-call {
        position: absolute;
        bottom: -60%;
        left: 0;
        width: 50%
    }

    .arck-appointment-form-wrap textarea {
        height: 55px !important;
        padding-top: 15px
    }

    .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
    }
}

.form-image-popup-width {
    max-width: 950px
}

@media(max-width:1366px) {
    .form-image-popup-width {
        max-width: 75%
    }

    .submit-btn-color {
        z-index: 1;
        width: 138px;
        height: 51px
    }

    .arck-appointment-form-wrap textarea {
        height: 55px !important;
        padding-top: 15px
    }

    .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
    }

    .container.project-container {
        max-width: 100%
    }

    .project-container .project-box-mainContent button.btn-custom-2 {
        font-size: 18px;
        padding: 12px 30px
    }

    .arck-appointment-form-wrap textarea {
        height: 55px !important
    }

    .mircosite-form.Choose-box .select-option-section {
        margin-bottom: 6px
    }

    .arck-appointment-form-wrap {
        max-width: 500px
    }

    .arck-video-cta-wrap .video-cta-item {
        width: 30%;
        padding: 15px;
        -webkit-transition: var(--transition);
        transition: var(--transition);
        display: flex
    }

    .inner-icon img {
        width: 25px
    }

    .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) {
    .mouse {
        bottom: 20%
    }

    .box.valign-middle {
        bottom: auto;
        position: absolute;
        width: 30%;
        top: 60%;
        left: 17%;
    }

    .arck-appointment-form-wrap textarea {
        height: 55px !important;
        padding-top: 8px;
    }

    .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%
    }
}

.m-v {
    display: none
}

.form-image-popup {
    display: flex
}

.form-image-popup .image-popup,
.form-image-popup .modal-body {
    width: 50%
}

.form-image-popup .modal-body .form-control {
    padding: 7px;
    margin-bottom: 5px
}

.form-image-popup .box-outer .btn.btn-all {
    margin-top: 0;
    padding: 7px 35px
}

.form-image-popup .modal-body {
    padding: 30px 20px
}

.form-image-popup .close {
    border: none !important;
    top: 4px;
    right: 4px
}

.image-popup {
    background-color: #003437
}

@media(max-width:768px) {

    .btn-fixed {
        position: fixed;
        background-size: 400% 400%;
        top: 360px;
        right: -15px;
        width: 35px;
        height: 150px;
        color: #fff;
        font-size: 16px;
        writing-mode: vertical-lr;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        font-weight: 600;
        cursor: pointer;
        z-index: 99;
    }


    .dropdown-menu .dropdown-item.micro-site {
        background: #dddddd;
        border-bottom: 1px solid #a3a3a3;
        padding-left: 50px;
    }

.project-container .boxcontent-d .project-location {
    font-size: 16px;
}


 .navbar-nav {
        flex-direction: column;
    }

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

    .nav-item {
        margin-right: 10px;
        width: 100%;
        text-align: left;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    }
    .nav-item:nth-child(4){

    }
    .nav-item:last-child{
        border-bottom:none;
    }
    .dropdown {
        text-align: left;
        padding: 8px 0px !important;
        width: 100%;
    }

    .inner_dropdown a {
        text-decoration: none;
        color: #333;
        padding: 0px 10px;
        display: block;
    }
    
    .form-close{
        display: none;
    }
    
    .dropdown:hover > ul {
        position: static;
        display: none;
    }
    
    .dropdown:hover > ul.visible-on-hover {
        display: block;
    }
    
    .inner_dropdown ul {
        position: static;
        display: none;
        width: auto;
        margin-top: 10px;
    }
    
    .inner_dropdown li:hover > ul {
        display: block;
    }

    .dropdown .flextext{padding-right: 15px; align-items: center; justify-content: space-between;
        .dropdown-toggle{width: 80%;}
        .drpIcon{font-size: 28px;}
    }
    .dropdown-menu .dropdown-toggle::after{display: none;}

    .cls {
        display: flex;
        justify-content: space-around;
        padding-right: 10px;
    }
    .cls a{
        width: 100%;
    }
    .cls span{
        width: 13%;
        text-align: center;
        display: block;        
        /* transform: translate(0px, 0px); */
    }
    .cls span a{
        color: #000;
        text-decoration: none;
        font-size: 22px;
        top: 8px;
        padding: 5px;
        display: block;
        width: 36px;
    }

    
    .toggelIcon{background: #ddd url(../images/icons/plus.png) no-repeat 13px 15px;}
    .toggelIcon.active{background: #ddd url(../images/icons/minus.png) no-repeat 13px 15px;}
    .dropdown-menu-in{display: none !important;}
    .dropdown-menu-in.active{display: block !important;}
    

    .offer-patch {
        bottom: 46%;
        left: 0;
        max-width: 188px
    }

    .dropdown-menu .dropdown-item{
    padding: 10px 25px;
}

.enquiryBtn{
    display: none!important;
}
.stickyForm{
     display: none!important;
}

    .form-image-popup-width {
        max-width: 96%
    }

    .form-image-popup {
        display: grid
    }

    .m-v {
        display: block
    }

    .d-v {
        display: none
    }

    .mouse {
        bottom: 20%;
        display: none
    }

    .banner-call1 {
        position: absolute;
        bottom: -55%;
        left: 20px;
        width: 77%
    }

    .form-image-popup .image-popup,
    .form-image-popup .modal-body {
        width: 100%
    }

    .inner-qr-sec .box {
        width: 196px !important;
        margin-bottom: 15px
    }

    .inner-qr-sec .box p {
        color: #fff;
        margin-top: 15px;
        font-size: 13px
    }

    #minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
        min-height: 300px;
    }

    .price-sec.banner-price {
        padding: 4px;
        display: block;
        color: #fff;
        font-size: 16px
    }

    .price-sec.banner-price span {
        display: unset;
        color: #fff;
        font-size: 16px
    }

    .project-container .project_box .project-price.price-box-sec {
        font-size: 20px
    }

    .payment-plan h3 {
        font-size: 18px
    }

    .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-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .arck-service-section-2.bg-gray-color.amenities-bg {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .main-heading h3 {
        font-size: 28px
    }

    .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: 24px;
    }

    .type-apar {
        font-size: 14px;
        padding: 0px;
        width: 100%;
    }

    #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;
        padding-top: 10px
    }

    .navbar-menu .navbar-expand-lg .navbar-nav {
        padding-right: 0
    }

    .navbar-menu .navbar-collapse {
        background: var(--yellow)
    }

    .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;
        padding: 15px 20px !important
    }

    .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: rgb(0 0 0 / .5);
        border-color: rgb(0 0 0 / .1);
        border: none
    }

    .navbar-menu {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 0;
        background: #003d68;
        height: 60px
    }

    .slider-content-style .content p {
        width: 100%;
        font-size: 14px
    }

    .navbar-brand img {
        width: 200px
    }

    .arrow {
        position: absolute;
        top: 20%;
        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: 16px;
        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
    }

    .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: 26px;
        line-height: 34px
    }

    .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
    }

    .mar-b {
        margin-bottom: 15px
    }

    .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 rgb(35 31 32 / .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
    }
}

.plan {
    margin-bottom: 3px;
    color: #000;
    font-weight: 700;
    font-size: 20px
}

.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%
}

.offer-plan {
    position: absolute;
    background: #3c8563;
    width: 58%;
    top: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
    text-align: center;
    color: #fff;
    font-size: 18px
}

.offer-plan h3 {
    animation: blink 1.5s linear infinite;
    font-size: 20px;
    margin: 0;
    padding: 8px
}

@media only screen and (max-width:576px) {
    .mobile-section_1 {
        display: block
    }

    .arck-footer-copyright {
        padding-bottom: 38px
    }
}



/* 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 */