@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'), url('../fonts/montserrat-semibold-webfont.woff') format('woff');
    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 {
    line-height: 1;
    font-family: 'montserratregular' !important;
    font-size: 14px !important;
}

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


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

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

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #000000;
    /*padding-top: 10px;*/
}

.call-to,
.call-to:hover,
.call-to:active,
.call-to:focus {
    color: #ffff;
    float: right;
    font-size: 17px;
    margin-right: 8%;
    text-decoration: none !important;
}

.my-navbar {
    margin: 5px;
    border: none;
    background: transparent;
    box-shadow: none;
}

.navbar.center .navbar-inner {
    text-align: center;
    box-shadow: none;
}

.navbar.center .navbar-inner .nav {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.navbar-brand {
    padding: 0px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a {
    background-image: none !important;
    box-shadow: none !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #C69D4D;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #C69D4D;
}

.my-navbar .navbar-nav li a {
    color: #C69D4D;
    padding: 0px 4px;
    line-height: 49px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1257px) {
    .my-navbar .navbar-nav li a {
        color: #C69D4D;
        padding: 0px 4px;
        line-height: 49px;
    }
}

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

.navbar-collapse {}

.logo img {
    position: absolute;
    /* top: -3px;
    width: 10rem; */
    /* margin-top: 4%; */
    position: absolute;
    /* margin-top: 4%; */
    background: #000;
    padding: 10px;
    width: 7rem;
}

.logo2 img {
    /*float: right;*/
    position: absolute;
    top: -32px;
    right: 20px;
    width: 77px;
}

.carousel img {
    width: 100%;
}

.navbar-brand img {
    width: 200px;
}

#sec-about {
    padding: 50px 0px;
    background: #ffe28b;
}

.sec-title h2 {
    background-color: #000000;
    color: #ffffff;
    font-family: 'montserratbold';
    font-size: 42px;
    width: 60px;
    padding: 8px;
    padding-bottom: 4px;
}

.sec-title h3 {
    font-family: 'montserratsemibold';
    text-transform: ;
    font-size: 18px;
    margin-top: 15px;
}

.underline {
    height: 2px;
    width: 70px;
    margin-top: 5px;
    background: #26b275;
    margin-bottom: 40px;
}

.about-subhead {
    color: #000000;
    font-family: 'montserratsemibold';
    font-size: 18px;
    margin-bottom: 18px;
}

#sec-overview {
    padding: 45px 0px;
    background: url("../images/project-over-bg.png") right bottom no-repeat;
    background-size: 60% 80%;
}

#sec-amenities {
    background: url("../images/back.jpg");
    background-size: cover;
    background-attachment: fixed;
}

.ami-top {
    background: url(../images/ami-bg-top.png) left -1px no-repeat;
    background-size: 17% 18%;
    background-color: #00000082;
}

.ami-bottom {
    background: url("../images/ami-bg-bottom.png") right bottom no-repeat;
    background-size: 17% 18%;
}

.ami-iconholder {
    margin-top: 2%;
}

.ami-head {
    font-family: 'montserratsemibold';
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 25px;
    margin-left: 3.5%;
    text-transform: uppercase;
}

.am-icon i::before {
    font-size: 65px;
    color: #fff;
    margin: 0px;
}

.am-icon {
    height: 90px;
    width: 90px;
    margin: 0px auto;
    border: 2px solid #FFFFFF;
    padding: 11px;
    transition: ease all 0.5s;
}

.am-icon:hover {
    background-color: #a18144;
}


/*.am-icon:hover{*/


/*background: #FFFFFF;*/


/*transition: ease all 0.5s;*/


/*!*color: #000000 !important;*!*/


/*}*/


/*.am-icon:hover .am-icon i::before{*/


/*color: #000000 !important;*/


/*}*/

.ami-iconholder p {
    color: #FFFFFF;
    margin-top: 10px;
    text-align: center;
}

.ami-iconholder1 p {
    color: #FFFFFF;
    margin-top: 10px;
    text-align: center;
}

.amini-txt {
    text-align: center;
    color: #FFFFFF;
    margin-top: 10px;
    height: 45px;
}

.club-head {
    font-family: 'montserratsemibold';
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 25px;
    text-transform: uppercase;
    margin-left: 3.5%;
    margin-top: 45px;
}

.price-inner {
    background: #372b2d;
    color: #fff;
    text-align: center;
    padding: 25px 0 45px 0;
    width: 144px;
    margin: 0px auto;
    position: relative;
    bottom: -20px;
    /*z-index: -9;*/
    transition: ease all 0.5s;
}

.price-inner:hover {
    bottom: 0px;
    transition: ease all 0.5s;
}

.price-inner h2 {
    font-family: 'montserratsemibold';
}

.price-inner a {
    color: #fff;
    text-decoration: none;
}

.underline2 {
    height: 2px;
    background: #fff;
    width: 50px;
    margin: 0px auto;
    margin-top: 12px;
    margin-bottom: 12px;
}

#configuration {
    padding: 50px 0px;
    /* background-color: #e4e4e4; */
}

#gallery1 {
    padding: 14px 0px 0px 0;
    /*background: url("../images/gallery-bg.jpg");*/
    /*background: url("../images/ami-bg.jpg");*/
    background-size: cover;
    position: relative;
}

#floorplan {
    padding: 80px 0px 60px 0;
    /*background: url("../images/floorplan-bg.png") right bottom no-repeat;*/
    /*background-size: 60% 89%;*/
}

#contact-us {
    padding: 0px;
    /* background: url(../images/buliding-white.png) #000000 left bottom no-repeat; */
    background-size: 48%;
    background: #000000;
    /* background-position-x: -82%; */
}

#location {
    padding: 30px 0px 45px 0px;
}

#about-ajmera {
    padding: 80px 0px 50px 0px;
    /* background: #f5f5f5; */
}

#about-lugaano {
    padding: 30px 0px 30px 0px;
    background: url() no-repeat;
    background-size: cover;
    background: #000000;
}

#about-lugaano1 {
    padding: 5px 0px 30px 0px;
    background: url() no-repeat;
    background-size: cover;
    background: #e4e4e4;
}

.lugaano-wrap {
    color: #000000;
    padding: 0px 30px 30px 30px;
}

.lugaano-wrap h2 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 19px;
}

.lugaano-icon {
    width: 110px;
    margin: 0px auto;
    display: block;
    margin-top: 10px;
}

.map-img {
    width: 100%;
    margin: 0px auto;
    display: block;
    margin-top: 0px;
}

#contact {
    padding: 30px 0px 30px 0px;
}

.contact-title h2 {
    font-family: 'montserratsemibold';
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 10px;
    color: #FFFFFF;
}

.contact-title .underline3 {
    height: 2px;
    width: 70px;
    margin-top: 5px;
    background: #FFFFFF;
    margin-bottom: 40px;
}

.contact-title1 h2 {
    font-family: 'montserratsemibold';
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 10px;
    color: #000000;
}

.contact-title1 .underline3 {
    height: 2px;
    width: 70px;
    margin-top: 5px;
    background: #000000;
    margin-bottom: 40px;
}

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

.form-btn,
.form-btn:focus {
    margin: 0px auto;
    display: block;
    background: #b78c36;
    border-color: #b78c36;
    color: #fff;
    font-size: 15px;
    padding: 8px 24px 8px;
    transition: ease all 0.5s;
    text-shadow: none;
    font-weight: 800;
}

.form-btn:hover {
    border-color: #26b275;
    background: transparent;
    color: #26b275;
    transition: ease all 0.5s;
}

.address {
    text-align: center;
    font-family: 'montserratsemibold';
    padding: 20px 0;
    margin: 0;
}

.footer {
    padding: 0 0px 35px 0px;
    text-align: center;
    /*background-color: #191919;*/
    color: #FFFFFF;
}

.footer h2 {
    font-family: 'montserratsemibold';
    font-size: 18px;
    margin-bottom: 10px;
}

.footer h3 {
    font-family: 'montserratsemibold';
    font-size: 16px;
    margin-bottom: 10px;
}

.footer p {
    margin: 0;
    line-height: 18px;
    margin-bottom: 6px;
    color: #C69D4D;
}


/*------------- 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 #26b275;
}

.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(38, 178, 117, 0.7);
}

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

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


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

.sec-title1 h2 {
    background-color: #FFFFFF;
    color: #000000;
    font-family: 'montserratbold';
    font-size: 42px;
    width: 60px;
    padding: 8px;
    padding-bottom: 4px;
}

.sec-title1 h3 {
    font-family: 'montserratsemibold';
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 10px;
    color: #FFFFFF;
}

.underline1 {
    height: 2px;
    width: 70px;
    margin-top: 5px;
    background: #FFFFFF;
    margin-bottom: 40px;
}

#price-model .modal-header {
    background: #b78c37;
    color: #fff;
}

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

#price-popup .form-group {
    height: 40px;
    margin-bottom: 24px;
}

#price-popup input,
#price-popup select {
    height: 40px;
    width: 100%;
    border: none;
    font-size: 14px;
}

#main-pop .modal-header {
    background: #b78b37;
    color: #fff;
}

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

#main-pop .form-group {
    height: 40px;
    margin-bottom: 24px;
}

#main-pop input,
#main-pop select {
    height: 40px;
    width: 100%;
    border: none;
    font-size: 14px;
}

#mobile-popup .modal-header {
    background: #000000;
    color: #fff;
}

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

#enquiremobile .form-group {
    height: 40px;
    margin-bottom: 24px;
}

#enquiremobile input,
#enquiremobile select {
    height: 40px;
    width: 100%;
    border: none;
    font-size: 14px;
}

#rera-pop .modal-header {
    background: #000000;
    color: #fff;
}

.modal-header .close {
    opacity: 1;
    color: #fff;
}

.modal-body {
    background: #F3F3F3;
}

.price-btn {
    margin: 0px auto;
    display: block;
    background-image: none;
    background-color: #b78c37 !important;
    text-shadow: none;
    color: #fff;
    border: 2px solid #b78c37;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    transition: all 0.5s ease;
    font-weight: 800;
}

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

.rera-btn {
    margin: 0px auto;
    display: block;
    background-image: none;
    background-color: #000000 !important;
    text-shadow: none;
    color: #fff;
    border: 2px solid #000000;
    border-radius: 5px;
    padding: 5px 20px 3px 20px;
    transition: all 0.5s ease;
    font-weight: 800;
    margin-top: 14px;
}

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

.interested {
    position: fixed;
    bottom: 15px;
    right: 15px;
    transition: 0.4s ease-in;
    z-index: 999;
    background-color: #b78c36;
    border-color: #b78c36;
    /*width: 110px;*/
    font-weight: 600;
    padding: 7px 20px;
    color: #FFFFFF;
    display: block;
    font-size: 17px;
}

.interested-div {
    position: fixed;
    bottom: 1%;
    right: 1%;
    border: 5px solid #b78c37;
    /*padding: 2%;*/
    border-radius: 5px;
    background-color: #F3F3F3;
    z-index: 999;
    transition: 0.4s ease-in;
    padding-top: 40px;
    display: none;
    padding-bottom: 10px;
    width: 300px;
}

.interested-div-close {
    position: absolute;
    right: 0px;
    bottom: auto;
    top: -1%;
    padding: 7px;
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    border: 1px none #ffffff;
    background-color: #b78c37;
    font-weight: bolder;
}

p.popup-title {
    text-align: center;
    font-size: 20px;
    color: black;
}

p.inner-interested {
    position: absolute;
    top: 0vh;
    left: 0vh;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #b78c37;
    width: 100%;
    padding: 1%;
    text-align: center;
    color: white;
}

#booknow {
    background: #F3F3F3;
    padding: 25px 0px;
}

.booking {
    padding-top: 30px;
}

.book-wrap {
    box-shadow: 0 8px 25px rgba(173, 173, 173, 0.8);
}

.book-wrap h4 {
    background: #000000;
    color: #fff;
    font-family: 'montserratsemibold';
    text-transform: uppercase;
    font-size: 18px;
    /* font-family: 'montserratbold'; */
    text-align: center;
    padding: 13px 5px;
}

#booknow input {
    height: 40px;
    border: none;
}

#booknow select {
    height: 40px;
    border: none;
}

#booknow .input-group-addon {
    background: #000000;
    color: #fff;
    border: 0;
}

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

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

#booknow .selected-flag {
    background: #000000;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
}

#float-form input {
    height: 40px;
    border: none;
}

#float-form select {
    height: 40px;
    border: none;
}

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

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

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

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

.flot-btn,
.flot-btn:focus {
    background: #b78c37;
    box-shadow: none;
    color: #fff;
    border: 2px solid #b78c37;
    margin: 0px auto;
    display: block;
    padding: 6px 20px;
    text-shadow: none;
}

.error {
    color: #ff0000;
}

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

.oops {
    /*color: #fff;*/
    text-align: center;
    font-size: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}

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

.go-home {
    color: #b78c37;
    background: #fff;
    font-size: 19px;
    padding: 10px;
    width: 231px;
    margin: 0px auto;
    margin-top: 30px;
    border-radius: 5px;
    transition: ease 0.5s;
}

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

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

@media only screen and (max-width: 767px) {
    .navbar-brand>img {
        width: 102px;
    }
    #sec-about img {
        width: 100%;
    }
    #sec-overview img {
        width: 100%;
    }
    .ami-top {
        background-size: 24% 4% !important;
    }
    .ami-bottom {
        background-size: 24% 4%;
    }
    #sec-overview {
        background-size: 81% 26%;
    }
    #contact-us {
        background-size: 100%;
        padding-bottom: 0px;
        margin-bottom: 41px;
    }
    #floorplan {
        background-size: 50% 45%;
    }
    #carousel-example-generic {}
}

@media screen and (max-width: 767px) {
    .locationmap-block {
        margin: 30px 0 !important;
    }
    .gal-block {
        padding: 0px 0px !important;
    }
}

@media only screen and (max-width: 370px) {
    .price-inner {
        margin-bottom: 29px;
        width: 101px;
    }
}

@media only screen and (max-width: 767px) {
    .logo img {
        margin-top: 0px !important;
        width: 6rem;
    }
    .map-img {
        margin-top: 10px;
    }
    .logo2 img {
        right: 136px;
        width: 49px;
        top: 0px;
    }
    .navbar-default .navbar-collapse {
        border: none;
    }
    .footer-logo {
        margin: 0px auto;
        margin-bottom: 25px !important;
    }
    .carousel {
        margin-top: 83px;
    }
    .navbar-collapse {
        /*height: 350px;*/
    }
}

@media (max-width: 767px) and (min-width: 371px) {
    .price-inner {
        margin-bottom: 29px;
    }
}

b {
    font-weight: 800;
}

.nearby-nead h5 {
    text-align: center;
    line-height: 18px;
    margin-bottom: 10px;
    color: #000000;
    font-family: 'montserratsemibold';
    font-size: 14px;
}

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

.location-list {
    list-style-image: url('../images/star.png');
}

.location-list li {
    font-size: 14px;
    margin-bottom: 7px;
    font-family: 'montserratsemibold';
    text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
    .nearby-nead h5 {
        margin-top: 30px;
    }
    .location-list {
        list-style-position: inside;
        text-align: center;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 436px) {
    .amini-txt {
        height: 45px;
    }
    .ami-iconholder p {
        height: 45px;
    }
}

#pro-highlight {
    padding: 80px 0px 45px 0px;
}

.high-light-list {}

.high-light-list li {}

.high-light-list li p {
    padding-top: 8px;
    font-size: 15px;
    font-weight: 600;
}

.high-light-list li img {
    float: left;
    margin-right: 16px;
}

.about-yel {
    margin-left: 15px;
}

.about-yel li {
    list-style-image: url(../images/icon/bullet.png);
    line-height: 26px;
    margin-bottom: 12px;
    font-size: 16px;
    text-align: justify;
}


/*----- custome tab -----------*/

.mytab {
    text-align: center;
    border-bottom: none;
    margin-bottom: 45px;
}

.mytab li {
    float: none !important;
    display: inline-block;
}

.mytab>li.active>a,
.mytab>li.active>a:hover,
.mytab>li.active>a:focus {
    color: #fff;
    background-color: #26b275;
    border: none !important;
    cursor: pointer;
    border-radius: 5px;
}

.mytab>li>a:hover,
.mytab>li>a:focus {
    border-color: transparent !important;
    background-color: transparent;
    border-radius: 5px;
    color: #FFFFFF;
}

.mytab>li>a {
    color: #FFFFFF;
    padding: 11px 9px;
}


/*----- custome tab -----------*/

.desktop-tab li {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .gall-visivility2 {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .gall-visivility {
        display: none;
    }
}

.year-image {
    width: 250px;
    margin: 20px auto;
    display: block;
}

@media only screen and (max-width: 500px) {
    .year-image {
        width: 170px;
    }
}

#contact-form .input-group-addon {
    color: #26b275;
}

#contact-form input,
#contact-form select {
    border-radius: 0;
    /*border: none;*/
}

.footer-line {
    background: #e4e4e4;
    margin: 0px auto;
    height: 2px;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 80%;
}

#contact-us h2 {
    font-family: 'montserratsemibold';
    font-size: 17px;
    color: #fff;
    line-height: 23px;
    margin-bottom: 10px;
}

.footer-logo {
    margin: 0px auto;
    display: block;
    width: 7rem;
}

.m-banner {
    display: none !important;
}

@media only screen and (max-width: 600px) {
    .d-banner {
        display: none !important;
    }
    .m-banner {
        display: block !important;
    }
}

.config-table {
    box-shadow: 1px 2px 51px #24367457;
}

.config-table>thead>tr>th {
    border-bottom: none !important;
}

.config-table>tbody>tr>td {
    border-top: none !important;
    text-align: center;
    vertical-align: middle;
}

.config-table>thead>tr>th {
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    background: #000000;
    color: #FFFFFF;
}

.tbl-color {
    background: #939393;
    color: #fff;
    text-align: center;
}

.price-click {
    text-decoration: none !important;
    color: #fff;
    font-weight: 800;
    position: relative;
    margin: 0 auto;
}

.price-click:hover,
.price-click:focus {
    text-decoration: none !important;
    color: #b9944a;
    font-weight: 800;
}

.viwebut {
    margin-top: 3%;
}

.w-color {
    color: #FFFFFF;
}

.w-color:hover,
.w-color:focus {
    color: #FFFFFF;
}

.call-wrap {
    padding: 6px 0px;
    background: #b78c37;
}

@media only screen and (max-width: 375px) {
    .rera {
        font-size: 11px;
    }
    #contact-us h2 {
        font-size: 15px;
    }
}

@media only screen and (max-width: 420px) {
    .tbl-wrap {
        overflow: scroll;
    }
}

.foo-add img {
    width: 37px;
    float: left;
    margin-right: 5px;
    margin-top: 12px;
}

.foo-add p {
    display: -webkit-box;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 0;
}

.social-icon {
    display: inline-block;
    margin-top: 18px;
}

.social-icon li {
    float: left;
    margin-right: 10px;
}

.social-icon li img {
    width: 36px;
}

.white {
    color: #FFFFFF !important;
}

.white:hover {
    color: #FFFFFF !important;
}

.fixed-footer-cust {
    background: #b78c36;
    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;
}

#carousel-example-generic {
    margin-top: 70px;
}

.kc-feature-boxes.kc-fb-layout-2 {
    padding: 30px;
}

.kc-feature-boxes.kc-fb-layout-2 .content-image {
    animation-name: c;
}

.kc-fb-layout-2 .content-image {
    width: 100%;
    float: left;
}

.kc-feature-boxes.kc-fb-layout-2 .content-title {
    font-size: 20px;
    color: #000000;
    font-family: Oswald;
    text-transform: none;
    letter-spacing: 2px;
    line-height: 31px;
}

.kc-fb-layout-2 .content-button,
.kc-fb-layout-2 .content-desc,
.kc-fb-layout-2 .content-title {
    float: left;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    line-height: 20px;
}

.content-title {
    margin: 25px 0 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #444;
    text-align: center;
}

.kc_column>.kc-col-container,
.kc_column_inner>.kc-col-inner-container {
    height: 100%;
}

.kc_single_image {
    max-width: 100%;
    width: 100%;
    line-height: 0;
}

.kc_single_image,
.kc_single_image figure {
    position: relative;
}

@media (min-width: 768px) {
    .effect-default {
        overflow: hidden;
        position: relative;
        display: block !important;
    }
}

.kc_text_block {
    display: inline-block;
    clear: both;
    width: 100%;
}

.kc-elm {
    float: left;
    width: 100%;
}

.kc_single_image {
    max-width: 100%;
    width: 100%;
    line-height: 0;
}

.kc_single_image,
.kc_single_image figure {
    position: relative;
}

@media (min-width: 768px) {
    .effect-default {
        overflow: hidden;
        position: relative;
        display: block !important;
    }
    .kc-elm.kc_counter_box {
        margin: 21px 0;
    }
}

.kc-elm.kc_counter_box {
    font-family: Oswald;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
}

.kc-pie-chart-wrapper,
.kc_counter_box {
    text-align: center;
}

.kc-elm {
    float: left;
    width: 100%;
}

.kc-elm.kc_counter_box span.counter {
    color: #000000;
    font-weight: 300;
}

.kc_counter_box .counter {
    display: block;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
}

.kc-elm.kc_counter_box .header-label {
    margin-top: 25px;
}

@media (max-width: 768px) {
    .kc-elm.kc_counter_box {
        margin: 21px 0;
    }
    .lugaano-wrap {
        margin-top: 8%;
    }
    .high-light-list li p {
        padding-top: 8px;
        font-size: 13px;
        font-weight: 600;
    }
}

.bord {
    border: 5px solid #000000;
    border-radius: 10px;
    background-color: #000000;
}

#highlight {
    padding: 80px 0px 45px 0px;
}

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

#highlight p {
    color: #C69D4D;
    padding: 3% 0;
}

.back {
    background-color: #0000001c;
    padding: 2% 0;
}

.row.heading h2 {
    color: #fff;
    font-size: 52.52px;
    line-height: 95px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 40px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

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

.heading.heading-icon {
    display: block;
}

.padding-lg {
    display: block;
    padding: 30px;
}

.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}

.practice-area .inner {
    border: 1px solid #999999;
    text-align: center;
    margin-bottom: 28px;
    padding: 40px 25px;
}

.practice-area .inner h3 {
    color: #3c3c3c;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 10px 0;
}

.practice-area .inner p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.practice-area .inner img {
    display: inline-block;
}

.our-webcoderskull .cnt-block {
    float: left;
    width: 100%;
    background: #fff;
    padding: 14px 20px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border: 0;
    margin: 0 0 28px;
}

.our-webcoderskull .cnt-block figure {
    border-radius: 50%;
    display: inline-block;
    /* margin-bottom: 15px; */
    background: #243674;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.loc-img {
    padding: 20px;
}

.our-webcoderskull .cnt-block h3 {
    color: #2a2a2a;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 0;
    line-height: 25px;
    /* text-transform: uppercase; */
}

.our-webcoderskull .cnt-block h3 a {
    text-decoration: none;
    color: #2a2a2a;
}

.our-webcoderskull .cnt-block h3 a:hover {
    color: #337ab7;
}

.our-webcoderskull .cnt-block p {
    color: #2a2a2a;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

.our-webcoderskull .cnt-block .follow-us {
    margin: 20px 0 0;
}

.our-webcoderskull .cnt-block .follow-us li {
    display: inline-block;
    width: auto;
    margin: 0 5px;
}

.our-webcoderskull .cnt-block .follow-us li .fa {
    font-size: 24px;
    color: #767676;
}

.our-webcoderskull .cnt-block .follow-us li .fa:hover {
    color: #025a8e;
}

.tbl-color1 {
    background: #ffffff;
    color: #000000;
    text-align: center;
}

body {
    padding-top: 20px
}

.pricing-table .plan {
    margin-left: 0px;
    border-radius: 5px;
    text-align: center;
    background-color: #f3f3f3;
    -moz-box-shadow: 0 0 6px 2px #b0b2ab;
    -webkit-box-shadow: 0 0 6px 2px #b0b2ab;
    box-shadow: 0 0 6px 2px #b0b2ab;
}

.plan:hover {
    background-color: #fff;
    -moz-box-shadow: 0 0 12px 3px #b0b2ab;
    -webkit-box-shadow: 0 0 12px 3px #b0b2ab;
    box-shadow: 0 0 12px 3px #b0b2ab;
}

.plan {
    padding: 0px;
    margin-left: 0px;
    color: #fff;
    background-color: #5e5f59;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.plan-name-bronze {
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background-color: #243674;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.plan-name-gold {
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background-color: #243674;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.pricing-table-bronze {
    padding: 20px;
    color: #fff;
    background-color: #f89406;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.pricing-table .plan .plan-name span {
    font-size: 20px;
}

.pricing-table .plan ul {
    list-style: none;
    margin: 0;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.pricing-table .plan ul li.plan-feature {
    padding: 8px 10px;
    border-top: 1px solid #c5c8c0;
}

.pricing-three-column {
    margin: 0 auto;
    width: 80%;
}

.pricing-variable-height .plan {
    float: none;
    margin-left: 2%;
    vertical-align: bottom;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.plan-mouseover .plan-name {
    background-color: #4e9a06 !important;
}

.btn-plan-select {
    /* padding: 9px 20px; */
    font-size: 13px;
    letter-spacing: 1px;
}


/*Configuration*/


/* #configuration {
    padding: 50px 0;
} */

#configuration .container {
    background-color: #000;
}

.config-content {
    padding: 25px 0;
}

table {
    font-family: 'Montserrat', sans-serif;
}

table td {
    width: 30%;
    color: #C69D4D;
    font-weight: 500;
    font-size: 15px;
}

table th {
    background: #C69D4D;
    color: #000;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 5px;
}

.config-img {
    position: absolute;
}

.config-img img {
    bottom: -130px;
    position: absolute;
    z-index: 99;
    left: 38px;
}

.highlights {
    color: #C69D4D;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    padding-left: 12px;
}

.highlights li {
    line-height: 1.9;
}

.table {
    width: 60%;
    margin-bottom: 20px;
    background: rgba();
    text-align: center;
    /* margin-top: 20px; */
    /*border: 1px solid #000;*/
    margin: 0 auto;
}

.config-listing {
    padding: 5px 0;
}

.section-head {
    text-transform: uppercase;
    color: #C69D4D;
    font-family: 'Montserrat', sans-serif;
    padding: 40px 0;
    font-weight: 400;
    font-size: 24px;
}

.section-head {
    text-transform: uppercase;
    color: #C69D4D;
    font-family: 'Montserrat', sans-serif;
    padding: 25px 0;
    font-weight: 400;
    font-size: 24px;
}

.section-location {
    text-transform: uppercase;
    color: #C69D4D;
    font-family: 'Montserrat', sans-serif;
    padding: 20px 0;
    font-weight: 400;
    font-size: 24px;
}

.config-content {
    padding: 25px 0;
}

.proj-txt {
    color: #C69D4D;
    font-weight: 400;
    padding: 10px 0;
}

.proj-block {
    margin: 15px 0;
    height: 70px;
}

.proj-img {
    width: 45px;
    padding: 10px 0;
}


/* #gallery  {
    padding: 50px 0;
} */

.gal-bg {
    background: url('https://s3.ap-south-1.amazonaws.com/wzpoc/AJMERA+ZEON_BG.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-overlay {
    background-color: rgba(0, 0, 0, 0.85);
    background-size: cover;
    width: 100%;
}

.gal-block {
    padding: 60px 40px;
}

.gal-lamp {
    display: none;
    position: absolute;
    left: 25px;
    margin-top: -24px;
}

.gal-lamp img {
    width: 200px;
}

.gal-head {
    position: relative;
    color: #C69D4D;
    text-transform: uppercase;
    margin-top: 270px;
    text-align: center;
    margin-bottom: 12px;
}

.gal-list {
    margin: 20px 0;
}

.gal-list img {
    border: 2px solid #fff;
}

.gal-date {
    font-size: 13px;
}

.projectname {
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    padding: 3px 10px;
    color: #fff !important;
}

.price {
    background: #000;
    position: absolute;
    bottom: -10px;
    left: 0;
    color: #fff !important;
    padding: 3px 10px;
}

.title-info {
    padding: 15px;
}

.line {
    border-bottom: 1px solid #dedede;
    font-size: 13px;
}

.nopadding {
    padding: 0 !important;
}

.title-info>div>span.line-top {
    display: block;
}

.title-info>div>span>span {
    float: right;
    /* margin: 20px 0; */
    padding: 7px 0 !important;
    line-height: 14px;
    padding-top: 4px;
    font-size: 12px;
}

.title-info>div>span>p {
    float: left;
    margin-top: 4px;
    font-size: 12px !important;
}

.pricebtn {
    background-color: inherit;
    border: inherit;
    color: #65a3e6;
    font-weight: bold;
}

.clickbtn {
    background-color: inherit;
    border: inherit;
    color: #000;
    font-weight: bold;
    padding: 6px 0;
}

.underline1 {
    width: 200px;
    height: 1px;
    background-color: #C69D4D;
    margin: 30px auto;
}

.dots {
    position: relative;
    top: -8px;
    left: 85px;
}

.dots li {
    display: inline-block;
    float: left;
    color: #fff;
    padding-left: 2px;
}

.dots li .fa {
    font-size: 9px;
    color: #C69D4D;
}

.about-lamp {
    position: absolute;
    right: 0;
}

.locationmap-rightblock {
    margin: 12px 0;
}

.locationmap-block {
    margin: 10px 0;
    height: 58px;
}

.locationmap-img {
    width: 50px;
    /* padding: 18px 0; */
    margin: 0px;
}

.location-txt {
    color: #000;
    font-weight: 500;
    padding: 0;
    width: 80%;
    font-size: 13px;
    /* text-align: justify; */
}

#address {
    padding: 20px 0;
}

#address h5 {
    padding: 0;
    font-weight: bold;
}

#address p {
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #fff;
    text-align: center;
    margin: 0;
    font-weight: 500;
}

#address h5 a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.aeonLogo {
    padding: 10px 0;
}

.gal-block {
    padding: 60px 40px;
}

.infoblock {
    /* width: 46%; */
    /* padding: 0 15px; */
    min-height: 400px;
    /* box-shadow: 1px 1px 5px #999; */
    /* height: 430px!important; */
}

.infoblock {
    background: #000;
    margin: 0 0%;
    margin-bottom: 20px;
    padding: 10px 10px;
}

@media only screen and (max-width: 600px) {
    .about-lamp img {
        width: 100px;
    }
    .section-head {
        padding: 55px 0;
    }
}

#rc-imageselect {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

@media screen and (max-height: 575px) {
    #rc-imageselect,
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.rera-dis p {
    color: #000;
    font-size: 15px;
    text-align: center;
    line-height: 19px;
    margin: 8px 160px;
}

@media only screen and (max-width: 767px) {
    .rera-dis p {
        color: #000;
        font-size: 15px;
        text-align: center;
        line-height: 19px;
        margin: -33px 0px 50px;
    }
}

#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%;
}

.vertical-tab {
    font-family: 'Lato', sans-serif;
    display: table;
}

.vertical-tab .nav-tabs {
    display: table-cell;
    width: 28%;
    min-width: 28%;
    vertical-align: top;
    border: none;
    border-right: 5px solid #404040;
}

.vertical-tab .nav-tabs li {
    float: none;
    vertical-align: top;
}

.vertical-tab .nav-tabs li a {
    color: #000000;
    background: transparent;
    font-size: 14px;
    /* font-weight: 600; */
    text-align: center;
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 0 15px 10px 0;
    border-radius: 0;
    border: none;
    position: relative;
    transition: all 0.5s ease 0s;
}

.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover {
    color: #b18c44;
    background-color: transparent;
    border: none;
}

.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after {
    content: '';
    height: 100%;
    width: 0;
    border: 2px solid #404040;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li a:after {
    background-color: #404040;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border-color: transparent;
    transform: translateY(-50%);
    top: 50%;
    left: auto;
    right: -23px;
}

.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before {
    width: 100%;
    opacity: 1;
}

.vertical-tab .nav-tabs li a:hover:after,
.vertical-tab .nav-tabs li.active a:after {
    background-color: #b18c44;
    border: 2px solid #fff;
    box-shadow: 0 0 5px #000;
    opacity: 1;
    transform: translateY(-50%) scale(2);
}

.vertical-tab .tab-content {
    color: #404040;
    /* background-color: rgba(0, 0, 0, 0.07); */
    font-size: 15px;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 15px 25px;
    border-radius: 0 20px 20px 0;
    display: table-cell;
    position: relative;
}

.vertical-tab .tab-content h3 {
    font-weight: 600;
    margin: 0 0 5px 0;
}

@media only screen and (max-width: 479px) {
    .vertical-tab .nav-tabs {
        width: 100%;
        display: block;
        border: none;
    }
    .vertical-tab .nav-tabs li a {
        padding: 7px 20px;
        margin: 0 0 10px 0;
    }
    .vertical-tab .nav-tabs li a:after {
        right: 10px;
    }
    .vertical-tab .tab-content {
        padding: 20px 15px 10px;
        border-radius: 0;
        display: block;
    }
    .vertical-tab .tab-content h3 {
        font-size: 18px;
    }
}

.box {
    background: transparent;
    font-family: 'DM Sans', sans-serif;
    text-align: center;
    overflow: hidden;
    height: 230px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

#club .box {
    background: transparent;
    font-family: 'DM Sans', sans-serif;
    text-align: center;
    overflow: hidden;
    height: 240px;
    padding: 30px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

#floor .box {
    background: transparent;
    font-family: 'DM Sans', sans-serif;
    text-align: center;
    overflow: hidden;
    height: 477px;
    margin-left: 14%;
    position: relative;
    width: 70%;
    z-index: 1;
    transition: all 0.3s ease;
}

.box:hover {
    background: linear-gradient(#efefefc7, #231f2099);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.4);
}

.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after {
    content: "";
    background: #fff;
    width: 0;
    height: 4px;
    position: absolute;
    top: 5%;
    left: 0;
    transition: all 0.3s;
}

.box:after {
    top: auto;
    bottom: 5%;
    left: auto;
    right: 0;
}

.box .box-content:before,
.box .box-content:after {
    height: 0;
    width: 4px;
    left: auto;
    right: 5%;
    top: 0;
}

.box .box-content:after {
    right: auto;
    top: auto;
    bottom: 0;
    left: 5%;
}

.box:hover:before,
.box:hover:after {
    width: 80%;
}

.box:hover .box-content:before,
.box:hover .box-content:after {
    height: 80%;
}

.box img {
    width: 100%;
    height: 229px;
    transform: scale(1.25);
    transition: all 0.3s ease;
}

#floor .box img {
    width: 100%;
    height: 455px;
    transform: scale(1.25);
    transition: all 0.3s ease;
}

.box:hover img {
    opacity: 0.2;
    transform: scale(1);
}

#floor .box:hover img {
    opacity: 0.2;
    transform: scale(1);
}

.box .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.box .inner-content {
    color: #fff;
    width: 70%;
    overflow: hidden;
    transform: translateX(-50%)translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.box .title {
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 3px 0;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
    transition: all 0.3s ease;
}

.box .post {
    font-size: 15px;
    text-transform: capitalize;
    display: block;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
    transition: all 0.3s ease;
}

.box:hover .title,
.box:hover .post {
    opacity: 1;
    transform: rotate(0);
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 13%;
}

.box .icon li {
    margin: 0 5px;
    display: inline-block;
    transform: rotate(-90deg);
    transform-origin: left top;
    transition: all 0.3s ease;
}

.box:hover .icon li {
    transform: rotate(0);
}

.box .icon li a {
    color: #b92b27;
    background: #fff;
    font-size: 20px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

.box .icon li a:hover {
    color: #fff;
    background: #b92b27;
    border-radius: 0 50%;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.9);
}

#gallery1 p {
    color: #000000;
    background: transparent;
    font-size: 13px;
    /* font-weight: 600; */
    text-align: center;
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 0 15px 10px 0;
    border-radius: 0;
    border: none;
    position: relative;
    transition: all 0.5s ease 0s;
}

#contact p {
    font-size: 15px;
    font-weight: 800;
    text-align: center;
}

@media only screen and (max-width:990px) {
    .box {
        /* margin: 0 0 30px; */
    }
    .loc {
        height: unset !important;
    }
    #contact p {
        margin-top: 40px;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
    }
    #floor .box {
        background: transparent;
        font-family: 'DM Sans', sans-serif;
        text-align: center;
        overflow: hidden;
        height: auto;
        margin-left: 0%;
        position: relative;
        width: 100%;
        z-index: 1;
        transition: all 0.3s ease;
    }
    .box {
        background: transparent;
        font-family: 'DM Sans', sans-serif;
        text-align: center;
        overflow: hidden;
        height: auto;
        position: relative;
        z-index: 1;
        transition: all 0.3s ease;
    }
}