@font-face {
    font-family: NeutraText;
    src: url('../fonts/NeutraText-Demi.ttf');
    font-weight: normal;
    font-style: normal;
}


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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,html {
    line-height: 1;
    font-family: 'NeutraText' !important;
    font-size: 14px !important;
    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: 20px;
}

.visible-hidden {
    visibility: hidden;
}


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

.navbar-default {
    background: #ffffff;
    margin-bottom: 0px;
    border: none;
    border-radius: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #7a8489;
    text-shadow: none;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #ffffff;
    text-shadow: none;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #dc9050;
}

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

.carousel-inner .item {
    margin-top: 70px;
}

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

    .navbar-brand>img {
        float: left;
        /* margin-right: 15px; */
        width: 330px;
        margin-top: 11px;
        /* padding: 18px; */
    }

    .logo2 {
        width: 265px !important;
        margin: 10px 10px 10px 45px !important;
    }

    .nav-img {
        background: #FFFFFF;
    }

    .nav>li>img:first-child {
        margin-right: 8px;
    }
}

@media (max-width: 767px) {
    .navbar-nav {
        margin: initial !important;
    }

    .navbar-brand>img {
        width: 220px;
        float: left;
        margin-left: 10px;
        /* background: #f48120; */
        margin-top: 8px;
        padding: 5px;
    }

    .navbar-brand {
        padding: 0px;
    }

    .call-me {
        font-size: 23px !important;
    }

    .figure-img img {
        margin: 0px auto;
        display: block;
    }

    .figure-img-right img {
        float: none !important;
        margin: 0px auto;
        display: block;
    }

    .carousel-inner .item {
        margin-top: 0px;
    }
}

.nav-logo {
    padding: 12px 15px !important;
}

.nav-call {
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 3px 15px !important;
    color: #fff !important;
    margin-top: 10px;
}

.navbar-nav>li>a {
    line-height: 30px !important;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    outline: none;
    font-size: 14px;
}

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


/*.nav-enquire {*/


/*border: 2px solid #cdaa65;*/


/*border-radius: 30px;*/


/*padding: 3px 15px !important;*/


/*color: #cdaa65 !important;*/


/*margin-top: 10px;*/


/*}*/

.carousel-inner>.item>img {
    width: 100% !important;
}

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

.glob-sec {
    width: 100%;
    padding: 70px 0px;
}

.sec-head {
    font-size: 25px;
    /*font-weight: 600;*/
    color: #414041;
}

.head-center {
    text-align: center;
}

.sub-head {
    text-align: center;
    margin-top: 10px;
}

.head-line {
    width: 150px;
    height: 4px;
    background: #f48120;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.head-line.top {
    margin-bottom: 7px !important;
}

.head-line.white {
    background: #fff !important;
}

.head-icon {
    /*width: 65px;*/
    margin: 0px auto;
    display: block;
    margin-bottom: 6px;
}

.head-icon-left {
    /*width: 65px;*/
    /*margin: 0px auto;*/
    display: block;
    margin-bottom: 6px;
}

.grey-bg {
    /*background: #414041;*/
    background: #d0ad67;
    color: #fff;
}

.feature-rwap {
    text-align: center;
    margin-top: 25px;
}

.feature-rwap img {
    margin-bottom: 20px;
    width: 115px;
}

.feature-rwap h2 {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 22px;
    color: #ccc;
    font-style: italic;
}

.feature-rwap h3 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
    color: #e5b5a5;
    /*height: 45px;*/
}

.feature-rwap p {
    color: #ccc;
    font-size: 15px;
}

.light-grey {
    background: #f3f5f6;
}

.figure-rwap {
    background: rgba(229, 181, 165, 0.4);
    /*background: url("../images/patch2.png") #414041;*/
    width: 66%;
    /*margin-top: -7rem;*/
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
}

.figure-rwap img {
    padding: 1rem 0;
    margin: 0 -5rem 0 3rem;
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 400px;
}

.figure-rwap-right {
    float: right;
    background: rgba(229, 181, 165, 0.4);
    /*background: url("../images/patch2.png") #414041;*/
    width: 66%;
    /*margin-top: -8rem;*/
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
}

.figure-rwap-right img {
    padding: 1rem 0;
    margin: 0 -5rem 0 -5rem;
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 400px;
}

.head-line-left {
    width: 150px;
    height: 2px;
    background: #d0ad67;
    /*margin: 0px auto;*/
    margin-top: 10px;
    margin-bottom: 20px;
}

.sub-head-left {
    margin-top: 10px;
    font-weight: 600;
}

.sec-head span {
    font-size: 2.5em;
    color: #cdaa65;
}

.fig-padding {
    padding-top: 5em;
}

@media only screen and (max-width: 767px) {
    .figure-rwap {
        width: 90%;
        /*margin-top: -7rem;*/
        margin-bottom: 20px;
        display: -webkit-box;
    }

    .figure-rwap img {
        /*width: 90%;*/
        width: 100%;
        margin: 0 -5rem 0 2rem;
    }

    .figure-rwap-right {
        width: 90%;
        margin-top: 10px;
    }

    .figure-rwap-right img {
        width: 95%;
        margin: 0 -5rem 0 -1rem;
    }

    .fig-padding {
        padding-top: 3em;
    }

    .connectivity {
        width: 83% !important;
    }

    .form-wrap {
        margin-top: 25px;
        padding: 20px 0px !important;
    }

    .sub-footer {
        margin-bottom: 40px;
    }

    #carousel-example-generic {
        padding-top: 50px;
    }

    .rera-txt {
        font-size: 17px !important;
        line-height: 22px;
    }

    .sec-head {
        font-size: 25px !important;
    }

    #hide-menu {
        padding: 0px;
    }

    .navbar-collapse {
        padding-bottom: 10px;
    }

    .fixHeader {
        background: #fff !important;
        transition: ease all 0.5s;
    }

    #aboutus p {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding {
        padding-top: 35px;
    }

    .carousel-inner>.item>img {
        /* height: 100vh; */
    }
}


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

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

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

.mytab>li.active>a,
.mytab>li.active>a:hover,
.mytab>li.active>a:focus {
    color: #fff;
    background-color: #f48120;
    border: 2px solid #f48120;
    cursor: pointer;
    border-radius: 0;
}

.mytab>li>a:hover,
.mytab>li>a:focus {
    color: #000;
    padding: 9px 20px !important;
    border: 2px solid #f48120;
    border-radius: 0;
    background-color: transparent;
}

.mytab>li>a {
    color: #000;
    padding: 9px 20px !important;
    border: 2px solid #f48120;
    border-radius: 0;
    font-size: 14px;
    /*font-weight: 600;*/
}


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


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

.latest-post,
.latest-post-inner {
    min-height: 240px;
    max-height: 240px;
    margin-bottom: 30px;
}

.latest-post {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.latest-post-inner {
    padding: 50px 30px;
    position: relative;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    border: 2px solid #e5b5a5;
}

.latest-post .latest-post-inner span,
.latest-post .latest-post-inner a,
.latest-post .latest-post-inner p,
.latest-post .latest-post-inner i,
.latest-post .latest-post-inner .entry-author {
    color: #fff;
    position: relative;
}

.latest-post .latest-post-inner a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.latest-post .latest-post-inner .latest-post-content {
    position: absolute;
    bottom: 30px;
}

.latest-post .latest-post-inner:before {
    content: "";
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    opacity: 1;
    background: transparent;
}

.latest-post .latest-post-inner .link-icon {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    color: #fff;
    z-index: 999;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.latest-post .latest-post-inner .link-icon a {
    background-color: #493e3e;
    display: table;
    height: 50px;
    width: 50px;
    border-radius: 30px;
    text-decoration: none;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.latest-post .latest-post-inner .link-icon a i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.latest-post .latest-post-inner .link-icon a:hover {
    background-color: rgba(73, 62, 62, 0.7);
    transform: scale(1.2);
    -webkit-transition: 300ms;
    transition: 300ms;
}

.latest-post .latest-post-inner:hover:before {
    opacity: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.latest-post .latest-post-inner:hover .link-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -webkit-transition: 300ms;
    transition: 300ms;
}

.latest-post .latest-post-inner:hover {
    background-color: rgba(229, 181, 165, 0.5);
}

.sl-prev {
    display: block !important;
}

.sl-next {
    display: block !important;
}


/*------------- End of gallery ------------------------*/

.tab-content-wrap h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 7%;
}

.tab-content-wrap h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.config-data {
    margin-left: -15px;
    margin-top: 18px;
}

.config-data li {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #e5b5a5;
}

.config-data li span {
    float: right;
    font-weight: normal;
    color: #505050;
}

.click-price {
    background: #e5b5a5;
    color: #fff;
    text-decoration: none;
    outline: none;
    font-size: 17px;
    padding: 10px 23px;
    margin-top: 20px;
    display: inline-block;
    border: 2px solid #e5b5a5;
    transition: ease all 0.5s;
}

.click-price:hover,
.click-price:focus {
    background: transparent;
    color: #e5b5a5;
    text-decoration: none;
    transition: ease all 0.5s;
}

.aminitieslist {}

.aminitieslist li {
    font-size: 15px;
    padding: 10px 10px;
}

.aminitieslist li::before {
    content: url("../images/checked.png");
    margin-right: 10px;
}

.aminitieslist li span {
    float: right;
}

.dir li {
    background: #656565;
    margin-bottom: 10px;
}

.form-wrap {
    padding: 25px 20px;
    /* background: #cdaa65; */
    /*box-shadow: 0 16px 40px rgba(202, 202, 202, 0.35);*/
}

.form-wrap h1 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin-bottom: 25px
}


/*  contact form -------------------*/

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

#contact-form select {
    font-size: 10px;
}

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

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

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

#contact-form textarea {
    border: none;
    resize: none;
    background: #e4e4e4;
}

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

#contact-form .selected-flag {
    background: #5d5d5d;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
}

#contact-form .flag-container {
    padding: 0px !important;
}

.form-btn,
.form-btn:focus {
    margin: 0px auto;
    display: block !important;
    background: #f48120;
    border: 2px solid #f48120;
    color: #fff;
    font-size: 18px !important;
    padding: 8px 39px 8px;
    transition: ease all 0.4s;
    text-shadow: none;
    border-radius: 0px;
    box-shadow: none;
    outline: none !important;
}

.form-btn:hover {
    border-color: #fff;
    background: transparent;
    color: #fff;
    transition: ease all 0.4s;
}

.modal-dialog {
    top: 15% !important;
}


/*---- main Pop------*/

#main-popup input,
#main-popup select {
    height: 40px;
    border: none;
    width: 100%;
    background: #e4e4e4;
    letter-spacing: 1px;
}

#main-popup input::placeholder {
    color: #bebebe;
}

#main-popup .input-group-addon {
    background: #f48120;
    color: #fff;
    border: 0;
}

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

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

#main-popup .selected-flag {
    background: #cf9450;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
}

#main-popup .flag-container {
    padding: 0px !important;
}


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


/*----------- price model--------------*/

#price-model input,
#price-model select {
    height: 40px;
    border: none;
    width: 100%;
    background: #e4e4e4;
    letter-spacing: 1px;
}

#price-model input::placeholder {
    color: #bebebe;
}

#price-model .input-group-addon {
    background: #f48120;
    color: #fff;
    border: 0;
}

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

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

#price-model .selected-flag {
    background: #f48120;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
}

#price-model .flag-container {
    padding: 0px !important;
}


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


/*----------- i am  model--------------*/

#interested input,
#interested select,
#dwnld-modal input,
#dwnld-modal select {
    height: 40px;
    border: none;
    width: 100%;
    background: #e4e4e4;
    letter-spacing: 1px;
}

#interested input::placeholder,
#dwnld-modal input::placeholder {
    color: #bebebe;
}

#interested .input-group-addon,
#dwnld-modal .input-group-addon {
    background: #f48120;
    color: #fff;
    border: 0;
}

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

#interested .form-group,
#dwnld-modal .form-group {
    height: 40px;
    margin-bottom: 23px;
}

#interested .selected-flag,
#dwnld-modal .selected-flag {
    background: #f48120;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
}

#interested .flag-container,
#dwnld-modal .flag-container {
    padding: 0px !important;
}


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

.modal-header {
    border-radius: 20px 20px 0px 0px;
}

.modal-body {
    border-radius: 0px 0px 20px 20px;
}

.modal-content {
    border-radius: 21px;
}

.modal-header {
    border: none;
    background: #f48120;
    color: #ffff;
    padding: 10px !important;
    /*background: #ffe259 !important;*/
    /*background: -webkit-linear-gradient(to right, #ffa751, #ffe259) !important;*/
    /*background: linear-gradient(to right, #ffa751, #ffe259) !important;*/
    /*color: #000;*/
    outline: none !important;
}

.modal-title {
    text-align: center;
    font-size: 20px;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
}

.price-btn {
    margin: 0px auto;
    display: block !important;
    background-image: none;
    text-shadow: none;
    color: #fff;
    border: 2px solid #f48120;
    border-radius: 0px;
    padding: 8px 30px;
    transition: all 0.5s ease;
    font-weight: 800;
    background: #f48120;
    /*background: #ffe259 !important;*/
    /*background: -webkit-linear-gradient(to right, #ffa751, #ffe259) !important;*/
    /*background: linear-gradient(to right, #ffa751, #ffe259) !important;*/
    /*color: #000;*/
    outline: none !important;
}

.price-btn:hover {
    color: #f48120;
    background-color: #fff !important;
    border-color: #f48120;
    transition: ease 0.5s;
}

.modal-header .close {
    opacity: 1;
    color: #fff;
    font-size: 35px !important;
    box-shadow: none;
    outline: none;
}

.modal-header .close:hover,
.modal-header .close:focus {
    background: transparent !important;
}

.error {
    color: red;
}

.interested {
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    right: 10px;
    background: #f48120 !important;
    border: none;
    letter-spacing: 1px;
    border-radius: 0px;
    font-size: 18px !important;
    /*background: #ffe259 !important;*/
    /*background: -webkit-linear-gradient(to right,#ffa751,#ffe259) !important;*/
    /*background: linear-gradient(to right,#ffa751,#ffe259) !important;*/
    /*color: #000;*/
    outline: none !important;
}

.interested:hover,
.interested:focus {
    color: #ffffff !important;
}

.dwnld {
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    left: 10px;
    background: #f48120 !important;
    border: none;
    letter-spacing: 1px;
    border-radius: 0px;
    font-size: 18px !important;
    /*background: #ffe259 !important;*/
    /*background: -webkit-linear-gradient(to right,#ffa751,#ffe259) !important;*/
    /*background: linear-gradient(to right,#ffa751,#ffe259) !important;*/
    /*color: #000;*/
    outline: none !important;
}

.dwnld:hover,
.dwnld:focus {
    color: #ffffff !important;
}

.fixed-footer-cust {
    background: #f48120;
    text-align: center;
    padding: 10px 0px 10px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
}

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

.fix-link {
    color: #fff !important;
    font-size: 14px;
}

.div-line {
    border-right: 1px solid #fff;
}

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

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

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

.footer-sec {
    padding: 30px 0px;
    background: #f3f5f6;
}

.foote-wrap {
    margin: 0px auto;
    display: block;
}

.foote-wrap img {
    margin: 0px auto;
    display: block;
}

.foote-wrap p {
    /*text-align: center;*/
    margin-top: 7px;
    margin-bottom: 0px;
}

.inner-banner {
    padding: 100px 0px;
    background: url(../images/inner-banner.jpg) center no-repeat;
    margin-top: 50px;
}

.banner-txt-thank h1 {
    margin: 0px;
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
}

.msgicon {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    font-size: 39px;
    background: #f48120;
    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: #f48120;
    font-size: 19px;
    padding: 10px;
    width: 232px;
    margin: 0px auto;
    margin-top: 30px;
    border-radius: 5px;
    transition: ease 0.5s;
}

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

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

.thank-menu {
    top: 0px !important;
}

.address-wrap {}

.address-wrap h3 {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 20px;
}

.address-wrap p {}

b {
    font-weight: 600;
}

.call-me {
    font-size: 38px;
    font-weight: 900;
    color: #cdaa65;
}

.call-me:hover {
    color: #cdaa65;
}

.cust-container {
    width: 95%;
    margin: 0px auto;
    display: table;
}

.ami-iconholder img {
    width: 90px;
    margin: 0px auto;
    display: block;
    margin-bottom: 15px;
}

.ami-iconholder p {
    text-align: center;
}

@media (max-width: 470px) {
    .ami-iconholder p {
        height: 60px;
    }
}

.connectivity {
    width: 550px;
    margin: 0px auto;
    display: block;
}

#key-distance {
    background: #f3f3f3;
}

.rera-wrap {
    text-align: center;
    padding: 15px;
    margin-top: 15px;
    border: 4px solid #cdaa65;
}

.rera {
    width: 100px;
}

.rera-txt {
    font-size: 20px;
    margin-top: 14px
}

.cust-sec {
    padding-top: 25px;
}

.partner {
    text-align: center;
}

.partner li {
    display: inline-block;
    margin-right: 16px;
}

.partner li:last-child {
    margin-right: 0px;
}

.partner li img {
    width: 165px;
    padding: 5px;
    background: #fff;
}

.partner.jv li img {
    width: 85px;
}

.partner.jv2 li img {
    /*width: 100px;*/
    background: transparent;
}

.b-logo {
    width: 120px;
    margin-top: 10px;
}

.f-blogo {
    width: 111px !important;
}

.whylist {}

.whylist li {
    margin-bottom: 14px;
    line-height: 20px;
}


/*  table---------------*/

.element-apartments {
    background: #fff;
    padding: 5px;
    /*border: 1px solid #fff;*/
}

.element-apartments .apartment-table {
    border: 0;
    margin: 0px auto;
    width: 100%;
}

.element-apartments .apartment-table thead {
    /*background: #e5b5a5;*/
    background: #414041;
    font-family: 'NeutraText';
    font-weight: 800;
}

.element-apartments .apartment-table th {
    /*text-transform: uppercase;*/
    color: #fff;
    border-top: 1px solid #d0ad67;
    border-bottom: 1px solid #d0ad67;
    vertical-align: middle;
    /*font-family: 'palatinoitalic';*/
    font-weight: normal;
    font-size: 18px;
    padding: 15px 15px !important;
    background: #d0ad67;
}

.element-apartments td,
.element-apartments th {
    /*border-right: 0;*/
    /*text-align: center;*/
    /*padding: 15px;*/
    /*border-bottom: 1px solid #d0ad67;*/
    /*vertical-align: middle;*/
    /*color: #FFFFFF;*/
    border-right: 0;
    text-align: center;
    padding: 10px;
    /* border-bottom: 1px solid #d0ad67; */
    vertical-align: middle;
    color: #000;
    /*background: #fff;*/
}

.element-apartments .btn {
    border: none;
    font-size: 15px;
    color: #fff;
    padding: 5px 11px;
    border-radius: 0px;
    font-weight: 600;
    background: #d0ad67;
}

.apartment-table>tbody>tr {
    background: #fff;
}

.apartment-table>tbody>tr:nth-of-type(even) {
    background: #ececec !important;
}

.element-apartments .btn:hover {
    border-color: #fff;
    color: #fff;
}

.hvr-sweep-to-right:before {
    background: #000000 !important;
}

.btn-table {}

.callup {
    text-align: center;
    margin-top: 25px;
}

.callup p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 10px;
    color: #fff;
}

.callup a {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
    margin-top: 10px;
    color: #fff;
    letter-spacing: 2px
}

.contact-wrap h2 {
    color: #414041;
    /*font-family: 'palatinoitalic';*/
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 30px;
}

.contact-wrap p a {
    color: #d0ad67;
    text-decoration: none;
}

.contact-wrap h2 span {
    font-weight: 300;
}

.address {
    text-align: center;
    margin-top: 10px;
}

.address li {
    display: inline-block;
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 16px;
}

.address li:first-child {
    margin-right: 18px;
}

.address li i {
    color: #e5b5a5;
}

.address li a {
    color: #414041;
    text-decoration: none;
}

.address-line {
    height: 2px;
    background: #414041;
    width: 200px;
    margin: 0px auto;
    margin-top: 8px;
    margin-bottom: 25px;
}

.social {}

.social li {
    display: inline;
    margin-right: 20px;
}

.social li:last-child {
    margin-right: 0px;
}

.social li a {
    color: #fff;
    transition: ease all 0.5s;
}

.social li a i {
    font-size: 22px;
    transition: ease all 0.5s;
}

.social li a i:hover {
    transition: ease all 0.5s;
    color: #cf9450;
}

.copy-right {
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-align: center;
}

.jv-txt {
    text-align: center;
    margin-top: 5px;
}

#contact {
    background: #f5f5f5;
    padding: 75px 0;
}

#configuration {
    /*background: #414041;*/
    background: url(../images/config-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

#contactus {
    background: url("../images/contact-bg.jpg");
    background-size: cover;
    /*background: #414041;*/
    background-attachment: fixed;
    color: #fff;
}

@media (max-width: 342px) {
    .element-apartments {
        padding: 0px;
        overflow: scroll;
    }
}

.reralist {
    text-align: center;
    /*margin-top: 10px;*/
}

.reralist li {
    /*display: inline-block;*/
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 16px;
}

.reralist li:first-child {
    /*margin-right: 5px;*/
    /*border-right: 2px solid;*/
    /*padding-right: 10px;*/
}


/*.reralist li i {*/


/*color: #e5b5a5;*/


/*}*/

.reralist li a {
    color: #414041 !important;
    text-decoration: none;
    font-weight: 600
}

.reralist li a:hover {
    color: #e5b5a5 !important;
    text-decoration: underline;
}

#behind {
    background: url(../images/patch3.png) #414041;
}

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

#pageloader img {
    left: 50%;
    width: 100px;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

.white {
    color: #fff !important;
}

.figure-img img {
    width: 85px;
    border: 1px solid #d0ad67;
    /*padding: 5px;*/
    margin: 0px auto;
    display: block;
    margin-bottom: 20px;
    /*max-width: 100%;*/
}

.figure-img-right img {
    width: 85px;
    border: 1px solid #d0ad67;
    /*padding: 5px;*/
    margin: 0px auto;
    display: block;
    margin-bottom: 20px;
}

#location {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}

#footer_icons {
    margin-top: 10px;
}

.footer-socials li {
    float: left;
    vertical-align: top;
    clear: none !important;
}

.footer-socials li {
    width: auto !important;
    display: inline-block !important;
    padding: 0;
}

.foo_social {
    text-align: center;
    color: #7f7f7f;
    font-size: 20px;
    margin: 0 10px;
    display: block;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.foo_social.ico-facebook:hover {
    color: #3b5998;
}

.foo_social.ico-twitter:hover {
    color: #00a9ed;
}

.foo_social.ico-instagram:hover {
    color: #beb3a8;
}

.foo_social.ico-youtube:hover {
    color: #cd1b20;
}

.foo_social.ico-linkedin:hover {
    color: #015886;
}

.sub-footer {
    padding: 20px 0px;
    background: #414041;
    color: #fff;
}

.disc1 {
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 3px;
}

.disc {
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 30px;
}

.nav-img {
    width: 145px;
    margin-top: 8px;
}

.navbar-brand img:first-child {
    margin-right: 5px;
}

#aboutus p {
    width: 70%;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 10px;
}

#sheth {
    text-align: center;
    padding: 40px 0px !important;
}

.btn-info-read {
    background: none !important;
    padding: 0px;
    outline: none !important;
    box-shadow: none !important;
    color: #5a1127;
    font-weight: 600;
}

.white-bg {
    background: #FFFFFF;
}

.home-package {
    margin-top: 50px;
}

.home-package img {
    width: 57px;
    margin-top: 5px;
    filter: invert(46%) sepia(8%) saturate(0) hue-rotate(347deg) brightness(99%) contrast(94%);
}

.home-package h3 {
    text-align: left;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #f48120;
}

.package p {
    text-align: left !important;
    margin: initial !important;
    font-size: 13px;
    width: 100% !important;
    /* height: 40px; */
}

#aboutus .cust-container {
    padding: 0px;
}

.dis-para {
    font-size: 17px;
    line-height: 1.5;
}

@media only screen and (min-width: 768px) {
    .package {
        /* padding: 5px; */
        border: 2px solid #f1f1f1;
        margin-bottom: 2%;
        width: 100%;
        height: 150px;
        /* margin-left: 2%; */
        box-shadow: 2px 2px 11px #adadad;
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 767px) {
    .package {
        padding: 5px;
        border: 2px solid #f1f1f1;
        margin-bottom: 5%;
        box-shadow: 2px 2px 11px #adadad;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home-package img {
        width: 75px !important;
    }

    .home-package h3 {
        margin-top: 5px !important;
    }

    .package p {
        font-size: 14px;
    }

    .pd-r {
        padding-right: 0px !important;
    }
}

.viewAboutDiv,
.viewAboutDiv2,
.viewAboutDiv3,
.viewAboutDiv4,
.viewAboutDiv5,
.viewAboutDiv6,
.viewAboutDiv7,
.viewAboutDiv8,
.viewAboutDiv9 {
    display: none;
}

.viewamiDiv,
.viewamiDiv2,
.viewamiDiv3,
.viewamiDiv4,
.viewamiDiv5,
.viewamiDiv6,
.viewamiDiv7,
.viewamiDiv8,
.viewamiDiv9 {
    display: none;
}

.viewRera,
.viewRera2,
.viewRera3,
.viewRera3,
.viewRera4,
.viewRera5,
.viewRera6,
.viewRera7,
.viewRera8,
.viewRera11,
.viewRera12,
.uspview1,
.uspview2,
.uspview3,
.detailview1,
.detailview2,
.detailview3      {
    display: none;
}

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

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

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

.move {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    font-weight: 800;
    background: #f48120;
    padding: 5px;
}

p.prop-name {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    background-color: black;
    padding: 1%;
    font-weight: normal;
}

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

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

p.rera {
    font-size: 12px;
    color: #000;
    /* font-weight: 600; */
    /* height: 51px; */
    text-align: center;
    display: none;
}

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

p.prop-title {
    float: left;
}

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

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

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

.full-width {
    width: 100%;
}

.prop-img-div img {
    transition: ease all 1s;
    /* height: 345px; */
    object-fit: cover;
}

.prop-img-div:hover img {
    transform: scale(1.1);
    transition: ease all 1s;
}

.owl-dots {
    display: none;
}

.owl-nav {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 2rem auto auto auto;
}

.owl-nav img {
    width: 60px;
    height: 60px;
    object-fit: cover;

}

.flex-cont {
    display: flex;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.flex-cont {
    margin-top: 15px;
}

.video__sec {
    width: 100%;
    padding: 50px 0;
}

#accordion .panel,
#accordionTwo .panel,
#accordionThree .panel
 {
    border: none;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 10px;
}

#accordion .panel-heading,
#accordionTwo .panel-heading,
#accordionThree .panel-heading {
    padding: 0;
    border: none;
    border-radius: 10px;
}

#accordion .panel-title a,
#accordionTwo .panel-title a,
#accordionThree .panel-title a {
    display: block;
    padding: 11px 35px;
    font-size: 16px;
    color: #fff;
    background: #f48120;
    border: none;
    position: relative;
    transition: all 0.3s ease 0s;
}

/* #accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
    content: "\f068";
    width: 30px;
    height: 30px;
    line-height: 22px;
    border-radius: 50%;
    background: #f48120;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border: 5px solid #fff;
    position: absolute;
    top: 4px;
    left: -20px;
    transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:after {
    content: "\f067";
}

#accordion .panel-title a:hover:after,
#accordion .panel-title a.collapsed:hover:after {
    transform: rotate(360deg);
} */

#accordion .panel-body,
#accordionTwo .panel-body,
#accordionThree .panel-body {
    padding: 15px 25px;
    background: #fff;
    font-size: 14px;
    color: #000;
    line-height: 25px;
    border-top: none;
    position: relative;
}

.specification {
    padding-left: 20px;
    list-style: circle;
    margin-bottom: 10px;
}

.w-full{
    width: 100%;
}

.closeModal {
    float: right;
    font-size: 21px !important;
    font-weight: 700 !important;
    line-height: 1;
    color: #fff !important;
    text-shadow: 0 1px 0 #fff;
    margin-top: 2px;
    background: 0;
    border: 0;
}

.package {
    transition: all 0.3s ease;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 20px;
}

.package:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    background-color: #f9f9f9; /* subtle change */
}

.package img {
    transition: transform 0.10s ease, filter 0.10s ease;
    border-radius: 8px;
}

/* On parent hover, animate the image */
.package:hover img {
    transform: scale(1.1) rotate(5deg);
    /* filter: brightness(1.1) contrast(1.05);   */
}

.package:hover h3,
.package:hover p {
    transition: color 0.3s ease;
}

.interested, .dwnld {
    animation: pulse 2.5s infinite;
}

/* Pulse animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7); /* red pulse (Bootstrap danger) */
    }
    70% {
        box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
    }
}




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

    .flex-cont {
        grid-template-columns: repeat(1, 1fr);
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    .project-carousel .owl-prev {
        position: absolute;
        left: -5%;
        top: 190px;
        background: transparent !important;
    }

    .project-carousel .owl-prev img {
        width: 33px;
    }

    .project-carousel .owl-next {
        position: absolute;
        right: -5%;
        top: 190px;
        background: transparent !important;
    }

    .project-carousel .owl-next img {
        width: 33px;
    }

    .gall-container {
        width: 90% !important;
    }
}

@media only screen and (max-width: 767px) {
    .project-carousel .owl-prev {
        background: transparent !important;
    }

    .project-carousel .owl-prev img {
        width: 48px;
    }

    .project-carousel .owl-next {
        background: transparent !important;
    }

    .project-carousel .owl-next img {
        width: 48px;
    }

    .logo2 {
        width: 156px !important;
        float: left;
        margin-left: -10px;
        /* background: #f48120; */
        margin-top: 11px !important;
        padding: 5px;
    }

    .callup a {
        text-align: center;
        font-size: 14px;
        margin-bottom: 15px;
        font-weight: 700;
        margin-top: 10px;
        color: #fff;
        letter-spacing: 2px;
    }

    .dwnld {
        transform: rotate(90deg);
        bottom: 187px;
        left: -69px;
        font-size: 14px !important;
        animation: none;
    }
}

.headProj{
    font-size: 20px;
    text-align: center;
}

.disAme{
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}

.disc-head {
    color: #f48120;
    font-size: 20px;
    font-weight: 800;
    margin: 15px 0;
}

.disc a {
    color: #FFFFFF;
}

.imgProp{
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
}

/* carousel img css */