:root {
    --mainColor: #deb223;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: "Nunito", sans-serif !important;
    font-size: 16px !important;
    overflow-x: hidden;
    font-weight: 300 !important;
}

body,
html {
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: none;
}

p {
    margin-bottom: 10px;
    line-height: 23px;
}

img {
    margin-bottom: 0px;
}

.mr0 {
    margin: 0 !important;
}

.pd0 {
    padding: 0 !important;
}


/*-------------- CSS Resetter ----------*/


/* width */

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


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--mainColor);
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/*--------------------------------------------------------------------*/

.nav-width {
    width: 90%;
}


/*-------------------menu---------------------*/

#hide-menu {
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding: 5px 0px;
    top: 0;
    height: 70px;
    /* transition: top 0.3s; */
}

.navbar-default {
    background: #000;
    /*background: url("../images/menu-bg.jpg");*/
    background-size: cover;
    margin-bottom: 0px;
    border: none;
    border-radius: 0;
    transition: ease all 0.5s;
}

.navbar-default.fixHeader {
    background: rgba(255, 255, 255, 0.9);
    transition: ease all 0.5s;
}

.navbar-default .navbar-nav>li>a {
    color: var(--mainColor);
    text-shadow: none;
    transition: ease all 0.5s;
}

.navbar-default .navbar-nav>li>a:last-child {
    margin-right: 0;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #000;
    text-shadow: none;
    transition: ease all 0.5s;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    transition: ease all 0.5s;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-image: none;
    box-shadow: none;
    background: transparent;
    color: #224e22;
}

.navbar-brand>img {
    width: 190px;
    margin-top: -22px;
    /* background: #333; */
    padding: 6px;
}

.navbar-brand>img.nav-logo {
    width: 202px;
    margin-top: 2px;
    padding: 0;
}

.navbar-brand>img.nav-logo-1 {
    width: 145px;
    margin-top: 3px;
    padding: 0;
}

@media (min-width: 768px) {
    .navbar-brand {
        padding: 0px;
    }
}

.nav-logo2 {
    width: 120px;
    margin-top: 2px;
    margin-left: 15px;
}


/*------------Navbar center-------*/

.navbar .navbar-nav {
    display: inline-block;
    float: none !important;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}


/*-------------------*/

@media (max-width: 767px) {
    .navbar-nav {
        margin: initial !important;
    }
    .navbar-collapse {
        padding-bottom: 10px;
    }
    .navbar-brand>img {
        width: 120px;
        float: left;
        margin-top: -8px;
        margin-left: 12px;
    }
    .navbar-brand>img.nav-logo {
        width: 88px;
        margin-top: 6px;
        margin-left: 54px;
    }
    .navbar-brand {
        padding: 0px;
    }
    .navbar-default .navbar-toggle {
        border: none !important;
        background: var(--mainColor);
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000 !important;
    }
    #chatbox-container {
        bottom: 170px !important;
    }
    .navbar-brand>img.nav-logo-1 {
        width: 105px;
        margin-top: 0px;
        padding: 0;
    }
}

.nav-call {
    border: 2px solid #0e1b41;
    border-radius: 7px;
    padding: 3px 15px !important;
    color: #fff !important;
    margin-top: 10px;
    background-image: linear-gradient(to right, #cc6633, #3a2673) !important;
    margin-left: 10px;
}

.navbar-nav>li>a {
    line-height: 30px !important;
    margin-right: 10px;
    padding-left: 7px;
    padding-right: 7px;
    outline: none;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Oswald;
    font-weight: 500;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    outline: none;
}

.menu-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: -100%;
    background-color: rgba(0, 0, 0, 0.9);
/*    background-image: linear-gradient(to right, #cc6633, #3a2673) !important;*/
    overflow-x: hidden;
    transition: 0.6s;
}

.menu-overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 0;
}

.menu-overlay a {
    padding: 8px;
    text-decoration: none;
    color: #ffff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-family: Oswald;
    font-weight: 500;
}

.menu-overlay a span {
    border-left: 3px solid var(--mainColor);
    border-right: 3px solid var(--mainColor);
    padding: 0 14px;
    padding-top: 3px;
}

.menu-overlay a:hover,
.menu-overlay a:focus {
    color: #f1f1f1;
}

.menu-overlay .closebtn {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 48px;
}

.global-sec {
    padding: 70px 0;
}


/*--------------------------------------------*/

#home-carousel {
    overflow: hidden;
    height: calc(100vh - 69px);
}

.carousel-control {
    background-image: none !important;
}

#home-carousel .carousel-inner .item .slide {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    /*-webkit-animation: zoomin 40s ease-in infinite;*/
    /*animation: zoomin 40s ease-in infinite;*/
    /*transition: all .4s ease-in-out;*/
}

#home-carousel .carousel-inner .item:nth-child(2) img {
    /*filter: brightness(0.8);*/
}

#home-carousel .carousel-inner .item:nth-child(3) img {
    /*filter: brightness(0.8);*/
}

#home-carousel .carousel-inner .item .zoom {
    -webkit-animation: zoomin 60s ease-in infinite;
    animation: zoomin 60s ease-in infinite;
    transition: all 0.4s ease-in-out;
}

@-webkit-keyframes zoomin {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes zoomout {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}

.carousel-caption {
    width: 100%;
    left: 0;
    top: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Animation delays */

.anim-item1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.anim-item2 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.anim-item3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.carousel-caption h3 {
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.slide-img1 {
    position: absolute;
    width: 20%;
    top: 24%;
    right: 40%;
    z-index: -1;
}


/*-----------------------------------------------------------------------*/

#home-carousel {
    margin-top: 69px;
}

.overview {
    width: 100%;
    position: relative;
}

.vh100 {
    /* height: 100vh; */
}

.overview {
    width: 100%;
}

.home {
    /*background: url(../images/menu-bg.jpg) repeat;*/
    text-align: center;
}

.life-head {
    /* height: 120vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.life-head h2 {
    font-family: Oswald;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 35px;
    margin-top: 0;
    font-weight: 300;
    text-transform: uppercase;
    text-align: right;
}

.life-head span {
    font-family: Oswald;
    letter-spacing: 1px;
    font-weight: 400;
    display: block;
    text-align: right;
    line-height: 22px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.life-head p {
    text-align: right;
    /* margin-bottom: 0; */
    line-height: 26px;
}

.home-head {
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0px;
}

.overviewbg {}

.overviewbg img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.downtown {}

.home-head h2 {
    font-family: Oswald;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 48px;
    margin-top: 0;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
}

.home-head p {
    text-align: left;
    margin-bottom: 0;
    line-height: 27px;
    font-size: 18px;
}

.home-back {
    /*background-image: url(../images/revel.png);*/
    background-position: center;
}

.headline {
    height: 2px;
    background: var(--mainColor);
    width: 70px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.headline.right {
    margin: initial;
    float: right;
    margin-top: 20px;
    margin-bottom: 30px;
}

.headline.left {
    margin: initial;
    margin-top: 20px;
    margin-bottom: 30px;
}

.life-head .dflex {
    width: 100%;
}

.ocontent-wrap {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
    /*background: #001836;*/
    color: #ffffff;
    /*background: url(../images/ba-patch.jpg);*/
    background-image: linear-gradient(to right, #cc6633, #3a2673) !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.ocontent-wrap .dflex {
    width: 100%;
}

.sub-head {
    font-size: 20px;
    color: #000 !important;
    display: block;
}

.sec-head.white .sub-head {
    color: #ffffff !important;
}

.ocontent-wrap h3 {
    font-family: Oswald;
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
}

.ocontent-wrap p {
    margin-bottom: 0;
    /* color: #3b3936; */
    font-size: 16px;
    line-height: 25px;
    /* font-weight: 900; */
}

.ocontent-wrap h4 {
    margin-bottom: 0;
    color: #fcb13b;
    font-size: 18px;
    line-height: 40px;
    font-weight: 900;
}

.error img {
    width: 10px !important;
    margin: 0px auto !important;
    display: initial !important;
    position: sticky !important;
    top: -60px !important;
}

.oimg-wrap {
    position: relative;
}

.oimg-wrap p {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 2px 10px;
    font-size: 13px;
}

.oimg-wrap img {
    width: 100%;
    height: 100vh;
    object-fit: initial;
    display: block;
}

.overview-carousel .owl-nav {
    margin-bottom: 0;
    margin-top: 0 !important;
    position: absolute;
    width: 33.33%;
    bottom: 50px;
}

.overview-carousel .owl-nav button {
    height: 42px;
    width: 42px;
    background: #ffff !important;
    border-radius: 0 !important;
    outline: none !important;
    color: #001836 !important;
}

.life-carousel .owl-nav {
    margin-bottom: 0;
    margin-top: 0 !important;
    position: absolute;
    width: 33.33%;
    bottom: 45px;
}

.life-carousel .owl-nav button {
    height: 35px;
    width: 35px;
    background: #fff !important;
    border-radius: 0 !important;
    outline: none !important;
    color: #001836 !important;
}

#navinfo {
    width: 33.33%;
    position: absolute;
    text-align: center;
    bottom: 25px;
    z-index: 1;
    color: #fff;
    font-size: 18px;
    letter-spacing: 3px;
    font-family: Oswald;
    font-weight: 500;
}

#navinfo2 {
    width: 33.33%;
    position: absolute;
    text-align: center;
    bottom: 20px;
    z-index: 1;
    color: #fff;
    font-size: 18px;
    letter-spacing: 3px;
    font-family: Oswald;
    font-weight: 500;
}

.sec-head h2 {
    font-family: Oswald;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 42px;
    margin-top: 0;
    font-weight: 400;
    width: 30%;
    text-transform: uppercase;
    text-align: center;
    border-top: 3px solid #001836;
    border-bottom: 3px solid #001836;
    padding: 13px 0;
    color: #000;
    margin: 0 auto;
}

.sec-head h2 span {
    color: var(--mainColor);
}

.sec-head h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 0px;
}

.developer {
    background: url("../images/menu-bg.jpg") repeat;
    text-align: center;
}

.developer p {
    color: #000;
    font-size: 17px;
}

.developer h4 {
    font-family: Oswald;
    font-size: 27px;
    margin-bottom: 10px;
    line-height: 31px;
    color: #222;
    font-weight: 300;
}

.life-head.contact {
    /*background: #0e0e0e;*/
    color: #222;
    /*background: url(../images/ba-patch.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background: var(--mainColor);
}

.life-head.contact span {
    font-family: Oswald;
    letter-spacing: 1px;
    font-weight: 400;
    display: block;
    text-align: right;
    margin-bottom: 20px;
}

.contactimg img {
    height: 120vh;
    width: 100%;
    object-fit: cover;
    display: block;
}

.main-contactwrap {
    width: 100%;
    /* height: 120vh; */
    background: #ededed;
    padding: 94px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-contactwrap .dflex {
    width: 100%;
}

.contact-head h3 {
    font-family: Oswald;
    letter-spacing: 1px;
    font-weight: 400;
    display: block;
    margin: 20px 0px 0px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

.contact-head .hline {
    height: 2px;
    background: var(--mainColor);
    width: 40px;
    margin: 10px auto 20px;
}

#contact-form input,
#contact-form select {
    height: 40px;
    border: none;
    width: 100%;
    background: transparent;
    margin-bottom: 0;
    padding-left: 10px;
    border-radius: 0 !important;
    color: #222222;
    border-left: none;
    box-shadow: none;
    border-bottom: 1px solid #ababab;
    outline: none;
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
    color: #a7a7a7;
}

#contact-form .form-group {
    height: 40px;
    margin-bottom: 23px;
    margin-top: 0;
}

#contact-form .input-group {
    width: 100%;
}

.form-control:focus {
    box-shadow: none !important;
}

.contact-btn {
    display: block;
    margin: 0px auto;
    font-family: Oswald;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 15px;
    width: 172px;
    height: 46px;
    line-height: 30px;
    color: #000;
    border: 0 !important;
    background: var(--mainColor);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-btn:hover,
.contact-btn:focus {
    background-position: 100% 0;
    color: #000;
}


/******Enquiry now*********/

.contact-ehead h3 {
    font-family: Oswald;
    letter-spacing: 1px;
    font-weight: 400;
    display: block;
    text-align: center;
    font-size: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.contact-ehead .hline {
    height: 2px;
    background: var(--mainColor);
    width: 40px;
    /* margin-top: 10px;
    margin-bottom: 30px; */
    margin: 15px auto;
}

#enq-form input,
#enq-form select {
    height: 40px;
    border: none;
    width: 100%;
    background: transparent;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 18px;
    border-radius: 0 !important;
    color: #222222;
    border-left: none;
    box-shadow: none;
    border-bottom: 1px solid #ababab;
    outline: none;
}

#enq-form input::placeholder,
#enq-form textarea::placeholder {
    color: #a7a7a7;
}

#enq-form .form-group {
    height: 40px;
    margin-bottom: 23px;
    margin-top: 0;
}

#enq-form .input-group {
    width: 100%;
}

.form-control:focus {
    box-shadow: none !important;
}

.enq-btn {
    font-family: Oswald;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 15px;
    /* width: 172px; */
    display: block;
    margin: 0px auto;
    height: 46px;
    line-height: 30px;
    color: #fff;
    border: 0 !important;
    background: linear-gradient(180deg, #fcaf17 50%, #001836 0) no-repeat scroll 100% 100%/100% 210% #001836;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.enq-btn:hover,
.enq-btn:focus {
    background-position: 100% 0;
    color: #fff;
}


/******Enquiry End*********/

.main-contactwrap p span {
    font-family: Oswald;
    font-weight: 400;
}

.sec-footer {
    padding: 20px 0;
}

.sec-footer .copy {
    margin-bottom: 0;
    text-align: center;
    line-height: 18px;
    font-family: Oswald;
    letter-spacing: 1px;
    font-weight: 400;
    color: #222;
    text-transform: uppercase;
}

.sec-footer .rera-disc {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.sec-footer .privacy {
    font-size: 11px;
    line-height: 16px;
    margin-top: 20px;
    /* margin-bottom: -10px; */
}

.register-btn {
    /* transform: rotate( 90deg ); */
    font-family: Oswald;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
    text-transform: uppercase;
    padding: 9px 25px;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 17px;
    /* width: 122px; */
    color: #000;
    border: 0 !important;
    background: var(--mainColor);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none !important;
}

.register-btn:hover,
.register-btn:focus {
    background-position: 100% 0;
    color: #fff;
}

.register-btn2 {
    /* transform: rotate(90deg); */
    font-family: Oswald;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    text-transform: uppercase;
    padding: 9px 0;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 17px;
    width: 182px;
    color: #000;
    border: 0 !important;
    background: var(--mainColor);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none !important;
}

.call-btn {
    transform: rotate(90deg);
    font-family: Oswald;
    position: fixed;
    top: 389px;
    right: -27px;
    z-index: 9999;
    text-transform: uppercase;
    padding: 9px 0;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 17px;
    width: 96px;
    color: #fff;
    border: 0 !important;
    background-image: linear-gradient(to right, #cc6633, #3a2673) !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none !important;
}

.call-btn:hover,
.call-btn:focus {
    background-position: 100% 0;
    color: #fff;
}

.popup-btn {
    font-family: Oswald;
    font-weight: 400;
    padding: 8px 25px;
    border-radius: 0;
    display: block;
    margin: 0 auto;
    letter-spacing: 1px;
    font-size: 15px;
    color: #000;
    border: 2px solid var(--mainColor);
    background: var(--mainColor);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.popup-btn:hover,
.popup-btn:focus {
    background-position: 100% 0;
    color: #000;
}

.fcall {
    font-family: Oswald;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    display: block;
    margin: 0px auto;
    text-align: center;
}

.sec-otp {
    padding: 80px 0;
}

#otp-form input {
    height: 40px;
    border: none;
    padding-left: 9px;
    width: 100%;
    background: #ededed;
}

#otp-form .input-group-addon {
    background: #001836;
    color: #fff;
    border: 0;
}

.otp-formwrap {
    margin-top: 3em;
}

.otp-formwrap h1 {
    margin: 0px;
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
    font-family: Oswald;
    letter-spacing: 2px;
    font-weight: 400;
}

.otp-formwrap p {
    text-align: center;
    margin-bottom: 20px;
}

.otp-formwrap img {
    width: 80px;
    margin: 0px auto;
    display: block;
    margin-bottom: 18px;
}


/* -------------------  TAB -----------------------*/

.mytab {
    text-align: center;
    border-bottom: none;
    margin-bottom: 40px;
    /*margin-top: 50px;*/
}

.mytab li {
    float: none !important;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: -7px;
}

.mytab>li.active>a,
.mytab>li.active>a:hover,
.mytab>li.active>a:focus {
    color: #000 !important;
    background: var(--mainColor);
    border: 1px solid #fece7b;
    cursor: pointer;
    border-radius: 0;
}

.mytab>li>a:hover,
.mytab>li>a:focus {
    color: #ffffff;
    /*padding: 9px 20px !important;*/
    border: 1px solid #ffffff;
    border-radius: 0;
    background-color: transparent;
    transition: ease all 0.5s;
}

.mytab>li>a {
    padding: 9px 20px !important;
    border: 1px solid #ffffff;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    transition: ease all 0.5s;
    font-family: Oswald;
}


/*-------------------------------------------------*/

.mytab.amitab>li {
    margin-left: 0px;
}

.mytab.amitab>li>a {
    color: #000000;
    border-color: #333;
}

.mytab.amitab>li>a:hover,
.mytab.amitab>li>a:focus {}


/*---------------gallery----------------------*/

.amenities-gallery .actual {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    padding: 0px 10px 2px 10px;
    z-index: 99;
}

.overlayg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.overlayg.transparent {
    background: rgba(0, 0, 0, 0);
}

.overlayg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* border: 2px dashed #383838; */
    transform: scale(0.975);
    z-index: 99;
}

.overlayg.whiteborder::before {
    /* border: 2px dashed #fff; */
}

.amenities-gallery {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    margin-bottom: 10px;
    box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
}

.amenities-gallery img {
    width: 100%;
    display: block;
    /* object-fit: cover; */
    transition: all 0.5s;
    object-position: left;
}

#location .amenities-gallery img {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.5s;
}

.ami-overlay {
    width: 100%;
    height: 100%;
    background: rgba(254, 206, 123, 0.3);
    position: absolute;
    top: 0;
    transform: translate(-101%, 0);
    transition: all 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.amenities-gallery:hover img {
    transform: scale(1.19);
    transition: all 0.5s;
}

.amenities-gallery:hover .ami-overlay {
    transform: translate(0%, 0);
    transition: all 0.5s;
    cursor: url(../images/hovericon.png), auto !important;
}

.amenities-gallery .ami-overlay h3 {
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 18px;
}

#floortab img {
    filter: blur(2px);
}


/*---Gallery Optional--*/

.gall-txt {
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    font-family: Oswald;
    font-size: 20px;
    letter-spacing: 1px;
}

.gall-patch {
    color: #fff;
    position: absolute;
    bottom: 0px;
    right: 0;
    background: #333;
    font-size: 14px;
    padding: 0 10px;
}

.amenities-gallery.gall-fiximg img {
    height: 280px;
    object-fit: cover;
}


/*-------End Of Gallery ------------*/

.error {
    color: #ff0000;
}


/*----------Modal Design-------*/

.modal {
    z-index: 99999;
    background: rgba(185, 185, 185, 0.6);
}

.modal-content {
    /* background: url(../images/ba-patch.jpg); */
    background: rgba(0, 0, 0, 0.9);
    /* background-image: linear-gradient(to right, #cc6633, #3a2673) !important; */
    /* background-size: 500px; */
}

.modal-body {
    background-size: cover;
    padding: 70px 0px 30px;
}

.modal-body .close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    opacity: 1;
    outline: none;
}

.modal-body .close span {
    height: 30px;
    width: 30px;
    display: block;
    font-size: 26px;
}

.modal-body h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    margin-top: -35px;
    margin-bottom: 10px;
    font-family: Oswald;
}

.modal-body p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}

.modal-body img {
    width: 100px;
    margin: 0px auto;
    display: block;
    position: relative;
    top: -60px;
}

.modal-dialog {
    margin-top: 7% !important;
    z-index: 9999 !important;
}


/*---modal form--*/


/*-------------------------------*/

.modal-body form input,
.modal-body form select {
    height: 40px;
    border: 1px solid #ffffff;
    width: 100%;
    background: #fff;
    margin-bottom: 0;
    padding-left: 10px;
    border-radius: 0 7px 7px 0 !important;
    color: #222222;
    border-left: none;
    outline: none !important;
}

.modal-body form input::placeholder,
.modal-body form textarea::placeholder {
    color: #222222;
}

.modal-body form .input-group-addon {
    /* background: #fff; */
    background: var(--mainColor);
    border: 1px solid transparent;
    border-right: 0;
    border-radius: 7px 0 0 7px;
    color: #000;
}

.form-ico {
    font-size: 19px !important;
}

.modal-body form textarea {
    border: none;
    resize: none;
    /*background: #e4e4e4;*/
}

.modal-body form .form-group {
    height: 40px;
    margin-bottom: 23px;
    margin-top: 0;
}

.form-control:focus {
    box-shadow: none !important;
}


/*-----------Modal End --------*/


/*---mobile fix footer----*/

.fixed-footer-cust {
    /*background: #333333;*/
    text-align: center;
    /* padding: 10px 0px 10px 0px; */
    width: 100%;
    border: 1px solid #000;
    position: fixed;
    bottom: 0px;
    z-index: 99;
    background: var(--mainColor);
}

.f-icon {
    height: 14px;
    width: 14px;
    padding-top: 4px;
}

.btn-pdd {
    padding: 10px 0px 8px 0px;
}

.pink-bg {
    /* background: #ec128d; */
}

.fix-link {
    color: #000 !important;
    font-size: 14px;
    text-transform: uppercase;
}

.div-line {
    border-right: 2px solid #fff;
    padding: 9px !important;
}

.free-call:hover {
    color: #ffffff;
}

.i-am {
    padding: 0;
    background: transparent;
    border: none;
    background-image: none;
    box-shadow: none;
    outline: none !important;
}

.i-am2 {
    padding: 0;
    background: transparent;
    /* border-top: 3px solid; */
    background-image: none;
    box-shadow: none;
    outline: none !important;
}

.i-am:hover,
.i-am:focus {
    background: transparent !important;
}

.i-am2:hover,
.i-am2:focus {
    background: transparent !important;
}

#kenytChatBubble.style1 {
    bottom: 65px !important;
}

#chatbox-container.style1.position-right {
    bottom: 141px !important;
}


/*---mobile fix footer----*/

#pageloader {
    background: rgba(34, 34, 34, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
}

.loading-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-wrap img {
    width: 100px;
    transform: rotateY(0deg);
    -webkit-animation: rotateAnimation 2.5s ease-in infinite;
    animation: rotateAnimation 2.5s ease-in infinite;
    transition: all 0.5s ease-in-out;
}

@-webkit-keyframes rotateAnimation {
    0% {
        transform: rotateY(0deg);
    }
    25% {
        transform: rotateY(90deg);
    }
    50% {
        transform: rotateY(180deg);
    }
    75% {
        transform: rotateY(270deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes rotateAnimation {
    0% {
        transform: rotateY(0deg);
    }
    25% {
        transform: rotateY(90deg);
    }
    50% {
        transform: rotateY(180deg);
    }
    75% {
        transform: rotateY(270deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

.sec-thankyou {
    padding: 50px 0;
    margin: 5% auto;
}

.msgicon {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    font-size: 39px;
    background: #fcaf17;
    color: #fff;
    border-radius: 50%;
    padding: 27px;
    text-align: center;
    margin: 0px auto;
    display: block;
}

.oops {
    text-align: center;
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 800;
}

.oops span {
    font-weight: 300;
}

.oops-subtitle {
    /*color: #fff;*/
    font-size: 18px;
}

.go-home {
    color: #414041;
    font-size: 19px;
    padding: 10px;
    width: 232px;
    margin: 0px auto;
    margin-top: 30px;
    border-radius: 5px;
    text-align: center;
    transition: ease 0.5s;
}

.go-home:hover {
    transition: ease 0.5s;
    color: #fff;
    background: #fcaf17;
    border-radius: 25px;
}

.oops-greet {
    color: #001836;
    font-size: 25px;
    /*font-weight: 600;*/
    margin-bottom: 15px;
}

.plushtbl {}

.plushtbl tbody tr {}

.plushtbl tbody tr td {}

.pincoderwap {}

.pincoderwap img {
    width: 100%;
    display: block;
}

.pincoderwap .txtwrap {
    background: #001836;
    padding: 10px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.pincoderwap p {
    margin-bottom: 0;
    color: #222;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}

.pincode-carousel .owl-nav {
    margin-top: 0;
}

.pincode-carousel .owl-nav button {
    height: 50px;
    width: 50px;
    background: #001836 !important;
    border-radius: 0 !important;
    outline: none !important;
    color: #fff !important;
}

.loc-wrap p {
    color: #001836;
    font-family: Oswald;
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.loc-wrap img {
    width: 100%;
    display: block;
    border: 1px solid #001836;
}

.plush-wrap {
    text-align: center;
    margin-bottom: 30px;
}

.plush-wrap img {
    width: 100px;
}

.plush-wrap p {
    margin-bottom: 0;
    font-size: 20px;
    margin-top: 10px;
    font-family: Oswald;
}

.plus-subhead {
    text-align: center;
    font-family: Oswald;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.plush .txtwrap {
    height: 70px;
}

.resi-subhead {
    text-align: center;
    font-family: Oswald;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.flat360 {
    width: 100%;
    height: 450px;
}

.prostatus {
    font-family: Oswald;
    font-size: 21px;
    margin-bottom: 10px;
}

.prostatus.right {
    text-align: right;
}

.pricing-wrap {
    border-radius: 13px;
    background: #002c46;
    box-shadow: 0px 0px 69px -23px #8e8e8e;
}

.pricing-wrap .inner {
    border-radius: 10px;
    transition: ease all 0.5s;
}

.pricing-wrap .inner:hover {
    transition: ease all 0.5s;
    transform: translateY(-15px);
}

.pricing-top {
    background: #001836;
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: 35px 0;
}

.pricing-wrap .pricing-top img {
    width: 40px;
}

.pricing-top h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 2px;
}

.pricing-top h2 {
    font-family: Oswald;
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 800;
}

.pricing-top p {
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 2px;
    font-size: 16px;
}

.pricing-bottom {
    background: #fff;
    padding: 30px 10px;
    min-height: 408px;
    border-radius: 0 0 10px 10px;
}

.pricing-bottom h4 {
    font-family: Oswald;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 500;
}

.pricing-feature {}

.pricing-feature li {
    height: 55px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
}

.pricing-feature li span img {
    margin-right: 15px;
}

.pricing-feature li .pricetxt {
    width: 90%;
}

.pricing-feature li .pricetxt p {
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 5px;
}

.price-note {
    margin-bottom: 0;
    margin-top: 20px;
}

.price-note span {
    font-weight: 600;
}

.statuslist {
    list-style: decimal;
    padding-left: 15px;
}

.statuslist li {
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.statuslist li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.statuslist li p {
    margin-bottom: 3px;
    font-weight: 400;
}

.statuslist li ol {
    list-style: lower-alpha;
    padding-left: 18px;
}

.statuslist li ol li {
    margin-bottom: 5px;
    border-bottom: 0;
    padding-bottom: 0;
}

.statuslist li ol li:last-child {
    margin-bottom: 0;
}

#yt-video {
    width: 100%;
    height: 100vh;
    position: relative;
}

.ytplayer-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

.ytplayer-container iframe {
    top: 0 !important;
}

.video-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    width: 100%;
    height: 100vh;
}

.video-mainwrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.vwrap .head {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 800;
    font-family: Oswald;
}

.vwrap .subhead {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.svgwrap {
    display: block;
    text-align: center;
}

.svgwrap svg {
    width: 70px;
    height: 70px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2px;
    margin-right: 0;
}

#videoicon:hover {
    cursor: pointer;
}

#videoicon path {
    stroke-dasharray: 161;
    stroke-dashoffset: 161;
    animation: line-animation 3s ease forwards infinite;
}

#videoicon polyline {
    stroke-dasharray: 75;
    stroke-dashoffset: 75;
    animation: line-animation 3s ease forwards infinite;
}

@keyframes line-animation {
    from {
        /*stroke-dashoffset: 300;*/
    }
    to {
        stroke-dashoffset: 0;
    }
}

.value-wrap {}

.value-wrap img {
    width: 60px;
}

.value-wrap h4 {}

.value-wrap p {}

.projects-wrap {
    border-radius: 10px;
    background: #222;
}

.projects-wrap .proinner {
    border-radius: 10px;
    transition: ease all 0.5s;
}

.projects-wrap .proinner:hover {
    transform: translateY(-10px);
    transition: ease all 0.5s;
}

.projects-wrap .project-upper {
    border-radius: 10px 10px 0 0;
}

.projects-wrap .project-upper img {
    width: 100%;
    display: block;
    border-radius: 10px 10px 0 0;
}

.projects-wrap .product-lower {
    background: #001836;
    color: #222;
    padding: 20px;
    border-radius: 0 0 10px 10px;
}

.projects-wrap .product-lower h4 {
    font-family: Oswald;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.projects-wrap .product-lower p {
    font-weight: 500;
}

.projects-wrap .product-lower p:last-child {
    margin-bottom: 0;
}

.projects-carousel .owl-stage-outer {
    padding-top: 15px;
}

.projects-carousel .owl-nav {
    margin-top: 20px;
}

.projects-carousel .owl-nav button {
    height: 50px;
    width: 50px;
    background: #ffff !important;
    border-radius: 0 !important;
    outline: none !important;
    color: #222 !important;
}

.gery-bg {
    background: #ececec;
}

#droneelevation {
    width: 100%;
    height: 450px;
}

.sechead-logo {
    width: 170px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.main-heading {
    padding: 40px 0 55px;
    background: var(--mainColor);
}

.main-heading1 {
    padding: 30px 0 50px;
    /* background: #f1f1f1; */
}

.mainhead-wrap {}

.mainhead-wrap img {
    width: 530px;
    margin: 0 auto;
    display: block;
    position: relative;
    bottom: -3px;
}

.mainhead-wrap h2 {
    font-family: Oswald;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 30px;
    margin-top: 0;
    width: 45%;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    border-top: 3px solid #222;
    border-bottom: 3px solid #222;
    padding: 15px 0;
    color: #000;
    margin: 0 auto;
}

.mainhead-wrap .quote {
    font-family: Oswald;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 43px;
    margin-top: 0;
    font-weight: 400;
    /* text-transform: uppercase; */
    text-align: center;
    /* border-top: 3px solid #222; */
    /* border-bottom: 3px solid #222; */
    padding: 10px 0;
}

.mainhead-wrap h2 span {
    color: #000;
}

.headicon {
    width: 530px;
    margin: 0 auto;
    display: block;
    margin-bottom: -3px;
}

.dark-bg {
    background: #7d7769;
}

.sec-head.white h2 {
    color: var(--mainColor);
    border-top: none;
    border-bottom: 3px solid #ffffff;
    width: 30%;
    border-top: 3px solid #ffffff;
    margin: 0 auto;
}

.locwrap {
    display: flex;
    height: 100px;
    justify-content: center;
    align-items: center;
    border: 1px solid #222;
    margin-bottom: 30px;
    border-radius: 0;
    padding: 10px;
}

.locwrap i {
    color: #ad905d;
}

.locwrap i:before {
    font-size: 64px;
}

.locwrap img {
    width: 100%;
}

.locwrap p {
    margin-bottom: 0;
    line-height: 20px;
    font-weight: 400;
    font-size: 15px;
    padding-left: 7px;
}

.locwrap p span {
    font-family: Oswald;
    font-size: 20px;
    font-weight: 600;
    color: #404040;
}

.locsubhead {
    font-family: Oswald;
    font-size: 28px;
    line-height: 42px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 400;
    color: #000;
}

.locimg {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    margin-top: 40px;
}

.sec-about {
    /*background: url('../images/ba-patch.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    background: rgba(0, 0, 0, 0.9);
    /* background-image: linear-gradient(to right, #cc6633, #3a2673) !important; */
}

.footerlogo {
    width: 190px;
    padding: 10px;
    margin: 0 auto;
    display: block;
    /* background: aliceblue; */
    margin-bottom: 10px;
    max-width: 100%;
}

.whatapp {
    width: 50px;
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 99;
}

.sec-newcity {
    background-image: url(../images/virtualtour-desktop.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    min-height: 90vh;
    padding: 70px;
}

.new-city .img-wrap {
    position: relative;
}

.new-city .img-wrap img {
    width: 100%;
    display: block;
}

.new-city .img-wrap p {
    position: absolute;
    margin-bottom: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
}

.new-city h3 {
    font-family: Oswald;
    font-size: 21px;
    line-height: 33px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
}

.new-city p {
    text-align: center;
    margin-top: 10px;
}

.new-city h3 span {
    color: #fcaf17;
}

.newcity-line {
    background: #2d2d2d;
    height: 3px;
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.wonder {
    list-style: disc;
    text-align: initial;
    line-height: 25px;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.heading-02 {
    /* font-family: 'Intro'; */
    font-weight: 300;
    font-size: 14px;
    color: #000;
    line-height: 1.75rem;
    margin-bottom: 1rem;
}

.for-wonder {
    text-align: center;
    padding: 60px 110px;
    background: #001836;
    color: #fff;
}

.for-wonder h3 {
    font-family: Oswald;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.dir-name {
    margin: 5px 0px;
    padding: 1px 0px 5px;
    font-size: 16px;
    line-height: 25px;
}

.quote p {
    margin: 20px 0px;
}

.quote img {
    width: 70%;
}


/* .quote p:first-letter {
    float: left;
    font-weight: bold;
    font-size: 60px;
    font-size: 4rem;
    line-height: 40px;
    line-height: 3rem;
    height: 4rem;
    text-transform: uppercase;
} */

#home-carousel1 .item img {
    width: 100%;
}

.sec-config {
    background: url("../images/config-bg.jpg") center no-repeat;
    background-size: cover;
}

.configoverlay {
    background: rgba(0, 0, 0, 0.9);
    /* background-image: linear-gradient(to right, #cc6633, #3a2673) !important; */
}


/*---Configuration box----*/

.config-wrap {
    text-align: center;
    border-top: 10px solid #fff;
    border-bottom: 40px solid #fff;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    padding: 25px 0px;
    margin-bottom: 0px;
    transition: ease all 0.5s;
}

.config-wrap1 {
    text-align: center;
    border-top: 10px solid #a3732b;
    border-bottom: 40px solid #a3732b;
    border-left: 10px solid #a3732b;
    border-right: 10px solid #a3732b;
    padding: 25px 0px;
    margin-bottom: 20px;
    transition: ease all 0.5s;
}

.config-wrap:hover {
    border-color: #d0d0d0;
    -webkit-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
    transition: ease all 0.5s;
}

.config-wrap1:hover {
    border-color: #d0d0d0;
    -webkit-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
    transition: ease all 0.5s;
}

.config-wrap h3 span {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.config-wrap1 h3 span {
    font-size: 22px;
    color: #fff;
    font-weight: 800;
}

.config-wrap h3,
.config-wrap1 h3 {
    font-size: 27px;
    font-weight: 800;
    margin-bottom: 30px;
}

.config-wrap p {
    font-size: 17px;
}

.config-line {
    height: 3px;
    background: #ffffff;
    width: 50px;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.config-wrap h2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    color: #fff;
}

.config-wrap1 h2 {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    line-height: 30px;
}

.config-wrap h2 span {
    color: #fff;
}

.config-wrap1 h2 span {
    color: #fff;
}

.config-wrap .pricing_btn,
.config-wrap1 .pricing_btn {
    background: #fff;
    border: none;
    font-size: 20px;
    color: #000;
    width: 75%;
    padding: 7px 0;
    border-radius: 20px;
    margin: 5px 0px;
    font-weight: 600;
    outline: none;
}


/*--------------------------*/


/*-------------aminities--------*/

.amenities-icon {
    text-align: center;
    box-shadow: 1px 1px 25px #e0e0e0;
    /*box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.2);*/
    padding: 10px;
    /*background: #f7f7f7;*/
    margin-bottom: 30px;
    transition: ease all 0.5s;
}

.amenities-icon:hover {
    transform: translateY(-10px);
    transition: ease all 0.5s;
}

.amenities-icon .icons-wrap {
    height: 90px;
    width: 90px;
    margin: 0px auto;
    border: 2px solid transparent;
    border-radius: 50%;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease all 0.5s;
}

.amenities-icon:hover .icons-wrap {
    border-radius: 0;
    border-color: #222;
    transition: ease all 0.5s;
}

.amenities-icon .icons-wrap i {
    color: #5f5f5f;
}

.amenities-icon .icons-wrap i:before {
    font-size: 60px;
}

.amenities-icon .icons-wrap img {
    color: #5f5f5f;
    width: 60px;
}

.amenities-icon .icons-wrap img:before {
    font-size: 60px;
}

.amenities-icon h3 {
    font-size: 13px;
    transition: ease all 0.5s;
    color: #222;
    min-height: 50px;
    line-height: 20px;
    text-transform: uppercase;
}

.amenities-icon:hover h3 {
    color: #222;
    transition: ease all 0.5s;
}

.amenities-icon .flex-wrap:before {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    /* background: #fece7b; */
    z-index: -1;
    border-radius: 50%;
    opacity: 0.4;
    left: 50%;
    margin-left: -25px;
    top: 50px;
}


/*----------------------------*/

.sec-gallery {
    /*background: url("../images/ba-patch.jpg");*/
    /* background-image: linear-gradient(to right, #cc6633, #3a2673) !important; */
    background-size: cover;
    background-repeat: no-repeat;
    background: rgba(0, 0, 0, 0.9);
}

.over-view {
    text-align: center;
    /*margin-bottom: 20px;*/
}

.golde-icon {
    padding: 0 !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
}

.golde-icon i {
    /* background-image: linear-gradient(to right,rgb(200 148 44),var(--mainColor),rgb(216 172 66)) !important; */
    margin: 0 !important;
    background: #333 !important;
}

.golde-icon .hi-icon:hover {
    background-image: linear-gradient(to right, #d11d67, #6c0825) !important;
    color: #ffffff !important;
}

.golde-icon .hi-icon:after {
    box-shadow: 0 0 0 2px #333 !important;
}

.over-view p {
    margin-bottom: 0;
    min-height: 69px;
    line-height: 19px;
}

.partnerlink {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}

.partnerlink a {
    color: #000000 !important;
}

.covidlist {}

.covidlist li {
    line-height: 20px;
    margin-bottom: 12px;
    font-size: 17px;
    list-style: disc;
}


/*---- Accordition ----*/

.cst-accordion .panel {
    border-radius: 0;
    border: 0;
    margin-top: 0px;
    background: transparent;
    margin-bottom: 15px;
}

.cst-accordion a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    /* border: 2px solid #0e1b41; */
    text-decoration: none;
    transition: ease all 0.5s;
    text-transform: uppercase;
    font-family: Oswald;
    letter-spacing: 1px;
    /* background: #ad905d; */
    color: #000;
    background: var(--mainColor);
}

.cst-accordion .panel-heading a.collapsed:hover,
.cst-accordion .panel-heading a.collapsed:focus {
    background-color: #000;
    color: white;
    transition: all 0.2s ease-in;
}

.cst-accordion .panel-heading a.collapsed:hover::before,
.cst-accordion .panel-heading a.collapsed:focus::before {
    color: white;
}

.cst-accordion .panel-heading {
    padding: 0;
    border-radius: 0;
    /*text-align: center;*/
}

.cst-accordion .panel-heading a:not(.collapsed) {
    color: white;
    background-color: #ad905d;
    transition: all 0.2s ease-in;
}


/* Add Indicator fontawesome icon to the left */

.cst-accordion .panel-heading .accordion-toggle::before {
    font-family: "FontAwesome";
    content: "\f00d";
    float: left;
    color: white;
    font-weight: lighter;
    transform: rotate(0deg);
    margin-right: 10px;
    transition: all 0.2s ease-in;
}

.cst-accordion .panel-heading .accordion-toggle.collapsed::before {
    color: #fff;
    transform: rotate(-135deg);
    transition: all 0.2s ease-in;
}

.cst-accordion .panel-body {
    padding: 15px;
    border: none !important;
    background: #f5f5f5;
    box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.3);
}

.cst-accordion .panel-group .panel-heading {
    border-bottom: 0;
    background: transparent;
}

.cst-accordion .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.loc-list {}

.loc-list li {
    line-height: 20px;
    margin-bottom: 8px;
    display: flex;
}

.loc-list li::before {
    content: "\f041";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    margin-right: 5px;
    position: relative;
    top: 3px;
    color: #2f4a74;
}

input[type="checkbox"] {
    height: 10px !important;
    border: none;
    width: unset !important;
}


/*----------------------*/


/*==================================================responsive css=======================================================================================================*/

@media (max-width: 1300px) {}

@media (min-width: 768px) {
    .nav-logowrap {
        float: right !important;
    }
}

@media (max-width: 767px) {
    .pdm-0 {
        padding: 0 !important;
    }
    .pd0-m {
        padding: 0 !important;
    }
    .nav-width {
        width: 100%;
    }
    .vh100 {
        height: initial;
    }
    #hide-menu {
        height: 60px;
    }
    .slide-img1 {
        width: 60%;
        top: 28%;
        right: 20%;
    }
    .carousel-caption h3 {
        font-size: 19px;
        width: 77%;
        margin: 0 auto;
        line-height: 25px;
    }
    .cover-content {
        height: initial;
        padding: 50px 20px;
    }
    .cover-img img {
        height: initial;
    }
    #home-carousel {
        margin-top: 60px;
        height: calc(100vh - 100px);
    }
    #home-carousel .carousel-inner .item .slide {
        /* height: initial; */
    }
    .life-head {
        height: initial;
        padding: 0 30px 40px 30px;
    }
    .life-head h2 {
        text-align: center;
        font-size: 30px;
    }
    .headline.right {
        float: none;
        margin: 0 auto;
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .life-head p {
        text-align: center;
    }
    .home-head {
        height: initial;
        padding: 53px 30px 40px 30px;
    }
    .home-head h2 {
        text-align: center;
        font-size: 25px;
        line-height: 35px;
    }
    .home-head p {
        text-align: center;
    }
    .overview-carousel .owl-nav {
        width: 100%;
    }
    .life-carousel .owl-nav {
        width: 100%;
    }
    #navinfo {
        width: 100%;
    }
    #navinfo2 {
        width: 100%;
    }
    .call-btn {
        top: 44%;
    }
    .owl-carousel .owl-item img {
        height: initial;
    }
    .ocontent-wrap {
        height: 500px;
        padding: 40px 35px 110px 35px;
        min-height: 640px;
    }
    .overview-carousel .ocontent-wrap {
        height: initial;
        min-height: 290px;
    }
    .sec-head h2 {
        font-size: 30px;
        width: 100%;
    }
    .developer h4 {
        font-size: 24px;
    }
    .life-head.contact span {
        text-align: center;
    }
    .contactimg img {
        height: initial;
    }
    .main-contactwrap {
        height: initial;
        padding: 50px 25px;
    }
    .sec-footer {
        margin-bottom: 40px;
    }
    .modal-dialog {
        margin-top: 20% !important;
    }
    .downtown {
        top: 0px;
    }
    .headline.left {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .pincoderwap .txtwrap {
        height: 60px;
    }
    .pincoderwap p {
        font-size: 15px;
        line-height: 19px;
    }
    .plush .txtwrap {
        height: 80px;
    }
    .flat360 {
        height: 300px;
    }
    .pricing-wrap .pricing-top img {
        width: 30px;
    }
    .pricing-bottom {
        min-height: initial;
    }
    .pricing-wrap {
        margin-bottom: 30px;
    }
    .life-head span {
        text-align: center;
    }
    .prostatus {
        text-align: center !important;
    }
    .mainhead-wrap h2 {
        font-size: 25px;
        line-height: 35px;
        width: 100%;
    }
    .sec-head.white h2 {
        font-size: 25px;
        line-height: 35px;
        width: 100%;
    }
    .locsubhead {
        font-size: 25px;
        line-height: 35px;
    }
    .whatapp {
        width: 40px;
        bottom: 60px;
    }
    .sec-newcity {
        padding-bottom: 50px;
    }
    .new-city {
        margin-bottom: 30px;
    }
    .new-city h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .newcity-line {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .panel-group {
        margin-top: 35px;
    }
    .quote img {
        width: 90%;
    }
    .over-view p {
        min-height: 85px;
        line-height: 19px;
        font-size: 15px;
    }
    .amenities-icon h3 {
        font-size: 14px;
        min-height: 42px;
    }
    .mainhead-wrap img {
        width: 100%;
    }
    .headicon {
        width: 100%;
    }
}

.up-form {
    background: #f5f5f5;
    padding: 0px 0px 25px;
}

.reg-title {
    font-size: 18px;
    color: #fff;
    background-color: #000;
    text-align: center;
    padding: 10px 0px;
    margin: 20px 0px;
}

#reg-form input,
#reg-form select,
#reg-form2 input,
#reg-form2 select {
    height: 40px;
    border-bottom: 2px solid #000;
    width: 100%;
    padding-left: 8px;
    background: #f5f5f5;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
    border-radius: 0;
}

@media only screen and (max-width: 700px) {
    .up-form {
        background: #fff;
        padding: 1px 0 25px;
        margin-top: 15%;
        box-shadow: none;
    }
    #reg-form .form-group {
        height: 40px;
        margin-bottom: 23px;
        margin-top: 0;
    }
    .amenities-icon {
        height: 175px;
        text-align: center;
        box-shadow: 1px 1px 25px #e0e0e0;
        /*box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.2);*/
        padding: 10px;
        /*background: #f7f7f7;*/
        margin-bottom: 30px;
        transition: ease all 0.5s;
    }
    .over-view {
        height: 225px;
        text-align: center;
        /* margin-bottom: 20px; */
    }
}


/* project section */

.prop-div {
    box-shadow: 2px 2px 11px #999;
    margin-bottom: 5%;
}

.prop-div,
.prop-img-div {
    position: relative;
    overflow: hidden;
    transition: ease all 1s;
}

.move {
    text-decoration: none;
    cursor: pointer;
    color: #000;
    font-weight: 800;
    text-transform: capitalize;
}

.prop-details {
    padding: 2%;
    background-color: white;
}

p.rera {
    font-size: 9px;
    color: #000;
    /* font-weight: 600; */
    height: 30px;
    text-align: center;
    line-height: 15px;
}

.prop-inner {
    border-bottom: 1px solid lightgray;
    color: #191919;
    font-size: 12px;
}

.offer-txt {
    padding: 4px 0;
    background: #424242;
    /* display: none; */
}

.offer-txt p {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}

.prop-inner .prop-title {
    margin-bottom: 5px;
    /* margin-top: 5px; */
}

.pd1 {
    padding-top: 50px;
}

p.prop-title {
    float: left;
}

.prop-inner .prop-desc {
    margin-bottom: 5px;
    margin-top: 5px;
}

p.prop-desc {
    text-align: right;
}

.clickhere {
    background-color: #3471b8;
    border: 6px solid #3471b8;
    border-radius: 6px;
    color: #fff;
}

.prop-img-div img {
    transition: ease all 1s;
}

.full-width {
    width: 100%;
}

p.prop-name {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    background-color: #0000002b;
    padding: 1%;
}

p.prop-price {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    background-color: black;
    padding: 1%;
    margin: 0;
}

.prop-details .prop-inner:last-child {
    font-weight: 800;
    text-transform: capitalize;
    color: #3471b8;
}

.contactimg p {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 2px 10px;
    font-size: 13px;
}

.fancybox-infobar {
    display: none;
}

.about-head {
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

.about-p {
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.txtCenter {
    text-align: center;
}

.fullWidth {
    width: 100%;
    margin: 0 auto;
}

.paddingBottom {
    padding-bottom: 60px;
}

.paddingTop {
    padding-top: 90px;
}

.privacy-head {
    font-size: 40px;
    font-weight: 600;
    color: #125395;
}

.privacy-pol {
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

strong {
    font-weight: 700;
}

.textcenter {
    text-align: center;
}

li {
    line-height: 23px;
    list-style: none;
}

#aspTbl th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background: var(--mainColor);
    color: #000;
}

#aspTbl td,
#aspTbl th {
    border: 1px solid #ddd;
    padding: 8px;
}

#aspTbl tr:nth-child(even) {
    background-color: #f2f2f2;
}

.vtcontainer {
    display: flex;
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 100;
    width: 80%;
    transform: translate(-50%, -60%);
    color: #fff;
    justify-content: space-evenly;
}

.vtcontainer a {
    background: var(--mainColor);
    color: #000;
    padding: 10px;
    width: 220px;
    text-align: center;
    font-size: 1.3rem;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #fff;
    margin: 1%;
}

@media screen and (max-width: 768px) {
    .about-p {
        text-align: center;
        font-size: 13px;
        color: #fff;
    }
    .vtcontainer {
        flex-direction: column;
    }
    .vtcontainer a {
        font-size: 1.1rem;
        width: 80%;
        margin: 5% auto;
    }
}

#otp-form .input-group-addon {
    background: #17430e;
    color: #ffffff;
    border: 0;
    background: var(--mainColor);
}

#otp-form input,
#otp-form select {
    height: 40px;
    width: 100%;
    padding-left: 9px;
    border: none;
    background: #f3f3f3;
}

#otp-formm .form-group {
    height: 40px;
}

.form-container {
    background: #5845452e;
    font-family: "Raleway", sans-serif;
    text-align: center;
    padding: 30px 20px;
    background-size: auto;
    background-attachment: fixed;
    background-position: bottom;
}

.form-container .title {
    color: rgb(200 148 44);
    font-size: 23px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 19px;
    font-weight: 700;
}

.form-container .title1 {
    color: rgb(200 148 44);
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0px 0 60px;
    font-weight: 700;
}

.form-container .form-horizontal {
    background-color: #ffffff7a;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgb(0 0 0 / 40%);
}

.form-horizontal .form-icon {
    color: #fff;
    background: var(--mainColor);
    font-size: 17px;
    font-size: 75px;
    line-height: 92px;
    height: 90px;
    width: 90px;
    margin: -65px auto 10px;
    border-radius: 50%;
}

#otp-form input,
#otp-form select {
    height: 40px;
    border: none;
    width: 100%;
    background: #e4e4e4;
}

#otp-form .form-group {
    height: 40px;
    margin-bottom: 23px;
}

#otp-form .form-group {
    height: 40px;
    margin-bottom: 23px;
}

.form-horizontal .form-group {
    margin: 0 0 10px;
    position: relative;
}

.form-horizontal .form-group .input-icon {
    color: rgb(200 148 44);
    font-size: 23px;
    position: absolute;
    left: 8px;
    top: 10px;
}

.form-horizontal .signin {
    color: #fff;
    background: var(--mainColor);
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 2px;
    /* width: 100%; */
    padding: 6px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    transition: all 0.4s ease 0s;
}

.resend {
    margin: 30px 0px 0px;
    display: inline-block;
    color: #fff;
    background: var(--mainColor);
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 2px;
    /* width: 100%; */
    padding: 6px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    transition: all 0.4s ease 0s;
}

.form-horizontal .form-control {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    padding: 10px 10px 10px 40px;
    margin: 0 0 5px;
    border: none;
    border-bottom: 2px solid #e7e7e7;
    border-radius: 0px;
    box-shadow: none;
}

.form-horizontal .form-group {
    margin: 0 0 10px;
    position: relative;
}

.form-horizontal .form-icon {
    color: #fff;
    background: var(--mainColor);
    font-size: 17px;
    font-size: 75px;
    line-height: 92px;
    height: 90px;
    width: 90px;
    margin: -65px auto 10px;
    border-radius: 50%;
}

.form-container {
    background: #5845452e;
    font-family: "Raleway", sans-serif;
    text-align: center;
    padding: 30px 20px;
    background-size: auto;
    background-attachment: fixed;
    background-position: bottom;
}

.slider-content {
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(00,00,00,0.5);
    height: 100%;
}

.slider-content .inner-content-box {
    max-width: 90%;
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    color: #fff;
    font-family: Oswald;
}

.slider-content .inner-content-box h1 {
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.slider-content .inner-content-box h2 {
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 35px;
}

.slider-content .inner-content-box p {
    font-size: 20px;
    margin-bottom: 15px;
}

.slider-content .inner-content-box h3 {
    margin: 30px 0 20px;
    font-size: 38px;
    color: var(--mainColor);
    font-weight: 600;
  /*  display: flex;*/
    align-items: center;
}

.slider-content .inner-content-box .act-btn {
    margin-top: 40px;
}

.slider-content .inner-content-box .act-btn .btn {
    display: inline-block;
}
.fixed-form-banner {
    background: rgba(00,00,00,0.5);
    padding: 35px;
    border: 3px solid var(--mainColor);
}

.fixed-form-banner .modal-body {
    padding: 0;
}

.fixed-form-banner .modal-body h3 {
    font-size: 22px;
    font-weight: normal;
    margin-top: 0;
}
.fixed-form-banner.scrl {
    display: none;
}
        a.whatsapp {
            background-color: #23c534;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 25px;
            text-decoration: none;
            border-radius: 100%;
            text-align: center;
            width: 50px;
            height: 50px;
            position: fixed;
            left: 10px;
            bottom: 67px;
            margin: 0;
            z-index: 2;
        }

@media(max-width:767px){

    a.whatsapp{
        display: none;
    }
    .slider-content .inner-content-box {
    align-items: center;
    text-align: center;
}

.slider-content .inner-content-box h1 {
    font-size: 30px;
}

.slider-content .inner-content-box h2 {
    font-size: 40px;
}

.slider-content .inner-content-box p {
    font-size: 18px;
}

.slider-content .inner-content-box h3 {
    font-size: 30px;
}
.fixed-form-banner {
    display: none;
}
}