@import url('https://fonts.googleapis.com/css?family=DM+Sans:500&display=swap');

/*@font-face {*/


/*font-family: 'palatinoitalic';*/


/*src: url('../fonts/palatino/palatino-italic-webfont.woff2') format('woff2'),*/


/*url('../fonts/palatino/palatino-italic-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: 'DM Sans', sans-serif;
    font-size: 16px !important;
    overflow-x: hidden;
    font-weight: 300 !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;
}

a {
    outline: none;
}

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


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

.navbar-default {
    background: #fff;
    margin-bottom: 0px;
    border: none;
    border-radius: 0;
    transition: ease all 0.5s;
}

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

.navbar-default .navbar-nav>li>a {
    color: #313131;
    text-shadow: none;
    padding: 15px 6px;
}

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

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

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

@media (min-width: 768px) {
    .navbar-brand {
        padding: 0px;
    }
    .navbar-brand>img {
        float: left;
        /* margin-right: 15px; */
        width: 120px;
        padding: 5px;
        margin-top: -12px;
        background: white;
    }
}

@media (max-width: 767px) {
    .navbar-nav {
        margin: initial !important;
        width: 100%;
        margin-top: 50px;
        position: relative;
        background-color: #fff;
        top: 6px;
        left: 0;
        /* display: none; */
        /* z-index: 0; */
    }
    .navbar-brand>img {
        width: 98px;
        float: left;
        margin-top: 1px;
        background: white;
        margin-left: -15px;
        padding: 5px;
        position: relative;
        z-index: 1;
    }
    .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;
    }
}

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

.nav-call {
    border: 2px solid #d1a10b;
    border-radius: 30px;
    padding: 5px 15px !important;
    color: #d1a10b !important;
    margin-top: 3px;
    font-weight: 600;
}

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

.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-example-generic .carousel-inner>.item>img {
    width: 100% !important;
}

#hide-menu {
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding: 10px 100px;
    top: 0;
    height: 63px;
    box-shadow: 3px 0px 10px 3px;
    /* top: -60px; */
    /* transition: top 0.3s;*/
}

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

.sec-head {
    font-size: 30px;
    font-weight: 600;
    color: #d1a10b;
}

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

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

.dis {
    font-size: 10px;
    text-align: end;
    margin: 0px;
    line-height: 0px;
}

.head-line {
    /*background: #222222; */
    height: 40px;
    /* border-radius: 10px; */
    width: 295px;
    margin: 3px auto 25px;
    background-image: url(../images/div.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.head-linew {
    /* background: #222222; */
    height: 40px;
    /* border-radius: 10px; */
    width: 295px;
    margin: 3px auto 25px;
    background-image: url(../images/divw.png);
    background-size: contain;
    background-repeat: no-repeat;
}

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

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

.grey-bg {
    background: #d1a10b;
    color: #fff;
}

.feature-rwap {
    /*text-align: center;*/
    /*display: flex;*/
    width: 304px;
    margin: 0px auto;
    margin-top: 25px;
    background: rgba(255, 255, 255, 0.7);
    padding: 8px;
}

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

.feature-rwap h2 {
    font-weight: 600;
    font-size: 23px;
    line-height: 30px;
    color: #313131;
    font-style: italic;
}

.feature-rwap h3 {
    font-weight: 600;
    font-size: 58px;
    color: #d1a10b;
    margin-right: 15px;
    margin-top: 2px;
    float: left;
}

.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") #d1a10b;*/
    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") #d1a10b;*/
    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: 65px;
    height: 5px;
    background: #d1a10b;
    /*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: 4em;
}

.dbroucher {
    padding: 0;
    background: transparent;
    font-size: 14px;
    /* line-height: 10px;*/
}


/* -------------------  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: #d1a10b;
    background-color: #ffffff;
    border: 2px solid #d1a10b;
    cursor: pointer;
    border-radius: 0;
}

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

.mytab>li>a {
    color: #ffffff;
    padding: 9px 20px !important;
    border: 2px solid #ffffff;
    border-radius: 0;
    font-size: 18px;
}


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


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

.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(119, 170, 66, 0.4);
}

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

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

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

.click-price:hover,
.click-price:focus {
    background: transparent;
    color: #d1a10b;
    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 input::placeholder,
#contact-form textarea::placeholder {
    color: #515151;
}

#contact-form .input-group-addon {
    background: #d1a10b;
    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 {
    margin: 0px auto;
    display: block !important;
    background: #d1a10b;
    border: none;
    color: #fff;
    font-size: 18px !important;
    padding: 8px 39px 8px;
    transition: ease all 0.4s;
    text-shadow: none;
    border-radius: 0px;
    box-shadow: none;
}

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

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


/*---- Brochure------*/

#broucher input,
#broucher select {
    height: 40px;
    border: none;
    width: 100%;
    background: #e4e4e4;
    font-family: GothamXmedium;
    letter-spacing: 1px;
}

#broucher input::placeholder {
    color: #bebebe;
}

#broucher .input-group-addon {
    background: #292929;
    color: #fff;
    border: 0;
}

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

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

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

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

#broucher .modal-header .close {
    margin-top: -30px;
}


/*---- 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: #d1a10b;
    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: #d1a10b;
    color: #fff;
    border: 0;
}

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

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

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

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


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


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

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

#interested input::placeholder {
    color: #bebebe;
}

#interested .input-group-addon {
    background: #d1a10b;
    color: #fff;
    border: 0;
}

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

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

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

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

#gmap .modal-body {
    padding: 0 !important;
    overflow: hidden;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators {
    bottom: 50px;
}

.carousel-indicators .active {
    width: 15px;
    height: 12px;
    /* margin: 0; */
    background-color: #fff;
}

.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 10px;
    margin: 1px;
    /* box-shadow: inset 5px 5px 5px 5px #fff; */
    /* text-indent: -999px; */
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    /* border-radius: 10px; */
}


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

.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: #d1a10b;
    color: #ffff;
    padding: 10px !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 #d1a10b;
    border-radius: 0px;
    padding: 8px 30px;
    transition: all 0.5s ease;
    font-weight: 800;
    background: #d1a10b;
}

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

.modal-header .close {
    opacity: 1;
    color: #fff;
    font-size: 30px !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: #d1a10b !important;
    border: none;
    letter-spacing: 1px;
    font-size: 18px !important;
}

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

.fixed-footer-cust {
    background: #d1a10b;
    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;
    position: relative;
    top: 4px;
    transform: rotate(90deg);
}

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

.fa .fa-hand-o-right {
    font-size: 50px;
}

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

.footer-sec {
    padding: 15px 0px;
    background: #F9F6F3;
}

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

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

.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: 40px;
    font-weight: 800;
}

.msgicon {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    font-size: 39px;
    background: #d1a10b;
    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: #d1a10b;
    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: #d1a10b;
    border-radius: 25px;
}

.oops-greet {
    color: #d1a10b;
    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: 90%;
    margin: 0px auto;
}

.ami-iconholder img {
    width: 65px;
    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: 16px;
    margin-top: 14px;
    text-align: center;
}

.rera-txt a {
    color: #FFFFFF;
}

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

.partner {
    text-align: center;
}

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

.partner li img {
    width: 110px;
}

.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: #d1a10b;
    /*padding: 10px;*/
    /*border: 1px solid #fff;*/
}

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

.element-apartments .apartment-table thead {
    background: #d1a10b;
    font-family: 'DM Sans', sans-serif;
    font-weight: 800;
}

.element-apartments .apartment-table th {
    /*text-transform: uppercase;*/
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    font-family: 'DM Sans', sans-serif;
    font-weight: normal;
    font-size: 22px;
    padding: 15px 15px !important;
}

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

.element-apartments .btn {
    border: 1px solid #fff;
    /* height: 34px; */
    line-height: 31px;
    padding: 0;
    width: 98px;
    font-size: 15px;
    color: #fff;
    /* font-weight: 800; */
}

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

.table>tbody>tr>td {
    vertical-align: middle;
    border: none;
    border: 1px solid #c7c7c7;
}

.table>thead>tr>th {
    vertical-align: middle;
    text-align: center;
    border: none;
}

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

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

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

.contact-wrap h2 {
    color: #fff;
    /*font-family: 'Oswald', sans-serif;*/
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

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

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

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

.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 {
    /*font-family: 'Oswald', sans-serif;*/
    text-transform: uppercase;
    /*font-weight: 800;*/
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 0;
    letter-spacing: 1px;
}

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

#configuration {
    /*background: #d1a10b;*/
    background: url(../images/config-bg.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

#contactus {
    background: url("../images/contact-bg.jpg");
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}

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

@media (max-width: 340px) {
    .feature-rwap h3 {
        font-size: 36px;
        margin-top: 8px;
    }
    .feature-rwap h2 {
        font-weight: 600;
        font-size: 19px;
        line-height: 25px;
        color: #313131;
        font-style: italic;
    }
    .feature-rwap {
        width: 100%;
    }
}

.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: #d1a10b;*/


/*}*/

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

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


/* #location {
    background: url(../images/behind.jpg);
    background-size: cover;
    background-position: bottom;
} */

#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: 550px;
    border: 1px solid #d1a10b;
    padding: 15px;
    max-width: 100%;
}

.figure-img-right img {
    width: 550px;
    border: 1px solid #d1a10b;
    padding: 15px;
    max-width: 100%;
    float: right;
}

.figure-img.sm img {
    width: 400px;
}

.figure-img-right.sm img {
    width: 400px;
}

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

.social-wrap p {
    font-size: 26px;
    margin-bottom: 20px;
}

.social-icon {}

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

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

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

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

.overlay1 {
    width: 100%;
    padding: 70px 0px;
    background: url(../images/pattern.png) rgba(0, 0, 0, 0.5);
    background-repeat: repeat;
}

.stamp {
    font-size: 13px;
}

.stamp sup {
    color: red;
    font-size: 22px;
    position: relative;
    top: 2px;
}

.milestone {
    text-align: center;
    font-size: 18px;
    width: 90%;
    margin: 0px auto;
}

.modal {
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

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


/*#rera-pop .modal-header .close {*/


/*opacity: 1;*/


/*color: #fff;*/


/*margin-top: 0px !important;*/


/*}*/

#rera-pop .modal {
    display: block !important;
}

#rera-pop .modal-dialog {
    overflow-y: initial !important
}

#rera-pop .modal-body {
    /*height: 300px;*/
    overflow-y: auto;
}

#rera-pop .modal-footer {
    padding: 4px;
    background: #e8e8e8;
}

.disclaimer-ol {
    padding-left: 20px;
}

.disclaimer-ol li {
    margin-bottom: 10px;
}

.disc-btn {
    /*text-align: center;*/
    /*display: block;*/
    color: #d1a10b;
    font-weight: 600;
}

.disc-btn:hover {
    color: #d1a10b;
}

.pd0 {
    padding: 0 !important;
}

.amiwrap {
    text-align: center;
    background: #fff;
    padding: 5px;
    box-shadow: 0px 0px 11px 2px #d1a10b;
    margin-bottom: 20px;
}

.amiwrap img {
    width: 95px;
    padding: 18px;
}

#parkamenities p {
    margin-bottom: 35px;
    line-height: 23px;
    text-align: center;
    font-weight: 500;
    height: 0px;
}

.amiwrap {
    position: relative;
    cursor: pointer;
    transition: ease all 0.5s;
    color: #fff;
    font-size: 50px;
    /* transform: rotate(45deg); */
    width: 105px;
    height: 105px;
    line-height: 120px;
    margin: 40px auto 25px;
    display: block;
    position: relative;
}

.amiwrap:hover img {
    width: 95px;
    padding: 18px;
    transform: rotate(1deg);
}

.amiwrap span {
    /* width: 95px;
    padding: 18px; */
    transform: rotate(-45deg);
    transition: all 700ms;
}

.amiwrap:hover {
    transform: translateY(-10px);
    transition: ease all 0.5s;
    width: 105px;
    height: 105px;
}

.amiwrap::before,
.amiwrap::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #f0d17f;
}

.bo {
    /*padding: 8px;*/
}

.bo::before {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #d1a10b;
    left: 0px;
    top: 0px;
}

.bo::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #d1a10b;
    right: 0px;
    top: 0px;
}

.amiwrap:hover::before,
.amiwrap:hover::after {
    width: 100%;
}

.amiwrap:hover .bo::before,
.amiwrap:hover .bo::after {
    height: 100%;
}

.border-effect::before {
    left: 50%;
    top: 0;
    transition-duration: 0.4s;
}

.border-effect::after {
    left: 50%;
    bottom: 0;
    transition-duration: 0.4s;
}

.border-effect .bo::before {
    left: 0;
    top: 50%;
    transition-duration: 0.4s;
}

.border-effect .bo::after {
    right: 0;
    top: 50%;
    transition-duration: 0.4s;
}

.border-effect:hover::before,
.border-effect:hover::after {
    left: 0;
}

.border-effect:hover .bo::before,
.border-effect:hover .bo::after {
    top: 0;
}


/*--- End of border amination----------*/


/*----------------accordition-----------*/

.cust-accordion .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 5px
}

.cust-accordion .panel-heading {
    padding: 0;
    border-radius: 0;
    border: none
}

.cust-accordion .panel-title a {
    display: block;
    padding: 15px 15px 15px 50px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #4a4a4a;
    text-decoration: none;
    transition: all .5s ease 0s;
    position: relative;
}

.cust-accordion .panel-title a:hover {
    background: #d1a10b;
}

.cust-accordion .panel-body {
    font-size: 14px;
    color: #fff;
    background: #6f6f6f;
    padding: 15px 20px;
    line-height: 25px;
    border: none !important;
    position: relative
}

.cust-accordion .panel-body:after {
    content: "";
    position: absolute;
    top: -19px;
    left: 40px;
    border: 10px solid transparent;
    border-bottom: 10px solid #6f6f6f
}

.cust-accordion .panel-title a .down-arrow {
    width: 25px;
    float: right;
    position: relative;
    top: -5px
}

.loc-icon {
    position: absolute;
    left: 8px;
    width: 33px;
    top: 6px;
}

.specification {
    list-style: circle;
    padding-left: 16px;
    font-size: 15px;
    line-height: 30px;
}

.cust-accordion .panel-body p {
    font-size: 18px;
    /*font-weight: 600;*/
}

.overview-img {
    width: 500px;
    margin-top: 20px;
    max-width: 100%;
}

.amenities-gallery {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
}

.amenities-gallery img {
    width: 100%;
    margin-bottom: -2px;
}

.ami-overlay {
    width: 100%;
    height: 100%;
    background: rgba(157, 201, 62, 0.8);
    position: absolute;
    top: 0;
    transform: translate(-100%, 0);
    transition: all 1s;
}

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

#carousel-example-generic1 {
    width: 500px;
    max-width: 100%;
    margin: 0px auto;
}

#carousel-example-generic1 .carousel-inner .item img {
    width: 500px;
    max-width: 100%;
    /* margin-top: 233px; */
    width: 400px;
    border: 1px solid #c4a063;
    padding: 8px;
    max-width: 100%;
    box-shadow: inset 1px -5px 20px 2px;
}

.terms-head {
    color: #d1a10b;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.form-disc-white {
    font-size: 9px;
    line-height: 18px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    padding: 1px;
}

.form-disc-white a {
    color: #ffffff;
}

.form-disc {
    font-size: 9px;
    line-height: 11px;
}

.form-disc a {
    color: #d1a10b;
}
.qr-img{
    width:120px;
}
.maplink {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 16px;
    font-size: 20px;
    letter-spacing: 2px;
    transition: ease all 0.5s;
    text-decoration: none !important;
    display: block;
    width: 165px;
    text-align: center;
    margin: 0px auto;
    margin-top: 20px;
}

.maplink:hover,
.maplink:focus {
    background: #ffffff;
    color: #222222;
    transition: ease all 0.5s;
    text-decoration: none !important;
}

.filter-ami {
    display: none;
    height: 230px;
}


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

.ami-carousel .owl-nav {
    margin-top: 0px !important;
}

.ami-carousel img {
    width: 35px;
}

.ami-carousel .owl-nav .owl-next {
    background: rgba(255, 255, 255, 0.6) !important;
    border: 2px solid transparent !important;
    padding: 5px !important;
    border-radius: 50% !important;
    transition: ease all 0.5s;
}

.ami-carousel .owl-nav .owl-next:hover {
    background: transparent !important;
    border: 2px solid #222222 !important;
    cursor: pointer;
    transition: ease all 0.5s;
}

.ami-carousel .owl-nav .owl-prev {
    background: rgba(255, 255, 255, 0.6) !important;
    padding: 5px !important;
    border: 2px solid transparent !important;
    border-radius: 50% !important;
    transition: ease all 0.5s;
}

.ami-carousel .owl-nav .owl-prev:hover {
    background: transparent !important;
    border: 2px solid #222222 !important;
    cursor: pointer;
    transition: ease all 0.5s;
}

.ami-carousel .owl-nav button:hover {
    background: rgba(255, 255, 255, 0.8) !important;
}


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

.property-highlight {
    margin-bottom: 40px;
    background: #fff;
    border: 2px solid #e6e6e6;
    padding: 10px;
    border-radius: 30px 0 30px 0;
    position: relative;
    z-index: 1;
    transition: ease all 0.5s;
}

.property-highlight:hover {
    background: #fff;
    border-radius: 0 70px 0 70px;
    box-shadow: 2px 2px 25px #a0a0a0;
    transition: ease all 0.5s;
    border-color: transparent;
}

.property-highlight h3 {
    color: #d1a10b;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin: 10px 0;
}

.property-highlight p {
    font-size: 14px;
}

.property-highlight img {
    /* width: 80px;
    position: absolute;
    bottom: 10%;
    right: 50%;
    z-index: 5;
    opacity: 0.4; */
}

.overview-img-wrap {
    position: relative;
    margin-bottom: 30px;
}

.overview-img-wrap img {
    width: 100%;
}

.overview-img-wrap .img-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding: 30px;
}

.overview-img-wrap .img-overlay .text-wrap {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    align-items: center;
    padding: 20px;
}

.overview-img-wrap .img-overlay h4 {
    color: #fff;
    font-size: 37px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.overview-img-wrap .main-content {}

.overview-img-wrap .main-content h2 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.overview-img-wrap .main-content p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.overview-img-wrap .main-content ul {}

.overview-img-wrap .main-content ul li {
    color: #fff;
    font-weight: 400;
    margin-bottom: 8px;
    font-size: 14px;
}

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


/* ----------responsive ---------------------------------------------------------------------------------------------------------*/

@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;
    }
    .rera-sec {
        margin-bottom: 40px;
    }
    #carousel-example-generic {
        margin-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: rgba(65, 64, 65, 0.9) !important;*/
        /*transition: ease all 0.5s;*/
    }
    .cust-accordion {
        margin-bottom: 5px;
    }
    .copy-right {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .padding {
        padding-top: 35px;
    }
    #carousel-example-generic .carousel-inner>.item>img {
        height: 100vh;
    }
    #gmap .modal-dialog {
        width: 65% !important;
    }
}

.rera-sec {
    background: #434343;
    padding: 20px 0px;
}

.rera-sec h3 {
    margin-top: 0px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.rera-sec p {
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 19px;
    margin: 0px;
}


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

.loc {
    height: 370px !important;
}

.box {
    background: transparent;
    font-family: 'DM Sans', sans-serif;
    text-align: center;
    overflow: hidden;
    height: 270px;
    position: relative;
    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: auto;
    transform: scale(1.25);
    transition: all 0.3s ease;
}

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

@media only screen and (max-width:990px) {
    .box {
        margin: 0 0 30px;
    }
    .loc {
        height: unset !important;
    }
}

.locationBox {
    background: #FFF;
    font-family: 'DM Sans', sans-serif;
    text-align: center;
    padding: 30px 20px;
    /* height: 420px; */
    border-radius: 10px;
    transition: all 0.3s ease 0s;
    box-shadow: 3px 3px 10px #dbdbdb;
}


/* .locationBox:hover{ box-shadow: 0 0 5px #DA4155; } */

.locationBox .location-icon {
    color: #fff;
    font-size: 50px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    margin: 0 auto 40px;
    display: block;
    position: relative;
}

.locationBox .location-icon:hover::before {
    transform: rotate(90deg);
}

.locationBox .location-icon:before {
    content: "";
    /* background: linear-gradient(to right,#d3ad37 49%,#d5b659 50%); */
    width: 100%;
    height: 100%;
    border-radius: 31px 40px;
    /* box-shadow: 0 0 0 5px #fff inset; */
    /* border: 5px solid #d5b659; */
    border-right: none;
    border-top: none;
    transform: rotate(45deg);
    position: absolute;
    box-shadow: -4px 12px 20px 0px #243a76;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.locationBox:hover .location-icon:before {
    /* transform: rotate(315deg); */
}

.location-icon img {
    color: #fff;
    font-size: 50px;
    width: 80px;
    height: 70px;
    line-height: 120px;
    margin: 0 auto 40px;
    display: block;
    position: relative;
    z-index: 1;
    top: 22px;
}

.locationBox .title {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
    transition: all 0.3s ease 0s;
}

.locationBox:hover .title {
    letter-spacing: 1px;
}

.locationBox .description {
    color: #6f6f6f;
    font-size: 14px;
    line-height: 27px;
    padding-left: 10px;
    list-style-type: none;
    text-align: left;
}


/* .locationBox.orange:hover{ box-shadow: 0 0 5px #E87C2C; } */

.locationBox.orange .location-icon:before {
    /* background: linear-gradient(to right,#000000 49%, #202020 50%);
            border-color: #000000; */
}

.locationBox.orange .title {
    color: #000000;
}

.locationBox.blue:hover {
    box-shadow: 0 0 5px #0AAEAD;
}

.locationBox.blue .location-icon:before {
    background: linear-gradient(to right, #3CC0CC 49%, #0AAEAD 50%);
    border-color: #0AAEAD;
}

.locationBox.blue .title {
    color: #0AAEAD;
}

.locationBox.gray:hover {
    box-shadow: 0 0 5px #37485C;
}

.locationBox.gray .location-icon:before {
    background: linear-gradient(to right, #3C506B 49%, #37485C 50%);
    border-color: #37485C;
}

.location-icon .fa {
    z-index: 14;
    position: relative;
}

.locationBox.gray .title {
    color: #37485C;
}

@media only screen and (max-width:990px) {
    .locationBox {
        margin: 0 0 30px;
    }
}

figure.snip1477 {
    font-family: 'DM Sans', sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    /* min-width: 230px;
    max-width: 315px; */
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    background-color: #000000;
}

figure.snip1477 *,
figure.snip1477 *:before,
figure.snip1477 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
}

figure.snip1477 img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
    opacity: 0.9;
}

figure.snip1477 .title {
    position: absolute;
    top: 70%;
    left: 25px;
    padding: 5px 10px 10px;
}

figure.snip1477 .title:before,
figure.snip1477 .title:after {
    height: 2px;
    width: 400px;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

figure.snip1477 .title:before {
    top: 0;
    left: 10px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

figure.snip1477 .title:after {
    bottom: 0;
    right: 10px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

figure.snip1477 .title div:before,
figure.snip1477 .title div:after {
    width: 2px;
    height: 300px;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

figure.snip1477 .title div:before {
    top: 10px;
    right: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

figure.snip1477 .title div:after {
    bottom: 10px;
    left: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

figure.snip1477 h2,
figure.snip1477 h4 {
    margin: 0;
    text-transform: uppercase;
}

figure.snip1477 h2 {
    font-weight: 400;
}

figure.snip1477 h4 {
    display: block;
    font-weight: 700;
    background-color: #d1a10b;
    padding: 5px 10px;
    color: #000000;
}

figure.snip1477 figcaption {
    position: absolute;
    bottom: 35%;
    left: 22px;
    text-align: left;
    opacity: 0;
    padding: 0px 40px 1px 20px;
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 1.5px;
}

figure.snip1477 figcaption p {
    margin: 0;
}

figure.snip1477 figcaption ul li {
    margin: 10px;
}

figure.snip1477 figcaption ul {
    margin: 10px 0px;
}

figure.snip1477 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

figure.snip1477 img,
figure.snip1477 img {
    zoom: 1;
    filter: alpha(opacity=35);
    -webkit-opacity: 0.35;
    /* opacity: 0.35; */
}

figure.snip1477 .title:before,
figure.snip1477 .title:before,
figure.snip1477 .title:after,
figure.snip1477 .title:after,
figure.snip1477 .title div:before,
figure.snip1477 .title div:before,
figure.snip1477 .title div:after,
figure.snip1477 .title div:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

figure.snip1477 .title:before,
figure.snip1477 .title:before,
figure.snip1477 .title:after,
figure.snip1477 .title:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.snip1477 figcaption,
figure.snip1477 figcaption {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

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

.panel-group {
    margin-bottom: 20px;
    margin-top: 0%;
}

#accordion .panel {
    border-radius: 0;
    border: 0;
    margin-top: 0px;
    background-color: unset;
}

#accordion .panel-heading {
    padding: 0;
    border-radius: 0px;
    text-align: center;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

#accordion a {
    display: block;
    padding: 10px 15px;
    border-bottom: 3px solid #d1a10b;
    /* text-decoration: none; */
    color: #d1a10b;
    font-weight: 900;
}

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

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

#location p {
    color: #fff;
    background: #c2e76bb8;
    padding: 5px 10px;
    font-weight: bold;
}

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

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

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

.sppb-addon-latest-posts .latest-posts1 .latest-post,
.sppb-addon-latest-posts .latest-posts1 .latest-post .latest-post-inner {
    min-height: 330px;
    /* min-height: 240px; */
    margin-top: 25px;
    /* max-height: 240px; */
    /* margin-bottom: 30px;*/
}

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

.sppb-addon-latest-posts .latest-posts1 .latest-post .latest-post-inner {
    padding: 50px 30px;
    position: relative;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    border: 2px solid #2188c9;
    box-shadow: 1px 1px 15px 1px;
}

.sppb-addon-latest-posts .latest-posts1 .latest-post .latest-post-inner:hover {
    background-color: #0a2c5165;
}

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

.sppb-addon-latest-posts .latest-posts1 .latest-post .latest-post-inner:hover .link-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
}

.sppb-addon-latest-posts .latest-posts1 .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;
}

.sppb-addon-latest-posts .latest-posts1 .latest-post .latest-post-inner .link-icon a {
    background-color: #493e3e;
    display: table;
    height: 50px;
    width: 50px;
    border-radius: 30px;
}

.adr {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #000;
    margin-top: 21px;
    /* width: 480px; */
}

.wrap {
    height: 100%;
    position: relative;
}

.fa-hand-o-left {
    font-size: 45px !important;
}

.fa-hand-o-right {
    font-size: 11px !important;
    color: #d1a10b;
}

@media (max-width: 640px) {
    .sppb-addon-latest-posts .latest-posts1 .latest-post,
    .sppb-addon-latest-posts .latest-posts1 .latest-post .latest-post-inner {
        /* min-height: 330px; */
        min-height: 240px;
        margin-top: 22px;
        /* max-height: 240px; */
        /* margin-bottom: 30px; */
    }
    .fa-hand-o-left {
        font-size: 34px !important;
        transform: rotate(90deg);
    }
    .fa-hand-o-right {
        font-size: 34px !important;
        transform: rotate(90deg);
    }
}


/********************************************input box****************************************************/


/*= Reset CSS 
============= */

.effect-1,
.effect-2,
.effect-3 {
    border: 0;
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
}

.effect-1~.focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #3399FF;
    transition: 0.4s;
}

.effect-1:focus~.focus-border {
    width: 100%;
    transition: 0.4s;
}

.effect-2~.focus-border {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #3399FF;
    transition: 0.4s;
}

.effect-2:focus~.focus-border {
    width: 100%;
    transition: 0.4s;
    left: 0;
}

.effect-3~.focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 99;
}

.effect-3~.focus-border:before,
.effect-3~.focus-border:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #3399FF;
    transition: 0.4s;
}

.effect-3~.focus-border:after {
    left: auto;
    right: 0;
}

.effect-3:focus~.focus-border:before,
.effect-3:focus~.focus-border:after {
    width: 50%;
    transition: 0.4s;
}

.effect-4,
.effect-5,
.effect-6 {
    border: 0;
    padding: 5px 0 7px;
    border: 1px solid transparent;
    border-bottom-color: #ccc;
    transition: 0.4s;
}

.effect-4:focus,
.effect-5:focus,
.effect-6:focus {
    padding: 5px 14px 7px;
    transition: 0.4s;
}

.effect-4~.focus-border {
    position: absolute;
    height: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: 0.4s;
    z-index: -1;
}

.effect-4:focus~.focus-border {
    transition: 0.4s;
    height: 36px;
    border: 2px solid #3399FF;
    z-index: 1;
}

.effect-5~.focus-border {
    position: absolute;
    height: 36px;
    bottom: 0;
    left: 0;
    width: 0;
    transition: 0.4s;
}

.effect-5:focus~.focus-border {
    width: 100%;
    transition: 0.4s;
    border: 2px solid #3399FF;
}

.effect-6~.focus-border {
    position: absolute;
    height: 36px;
    bottom: 0;
    right: 0;
    width: 0;
    transition: 0.4s;
}

.effect-6:focus~.focus-border {
    width: 100%;
    transition: 0.4s;
    border: 2px solid #3399FF;
}

.effect-7,
.effect-8,
.effect-9 {
    border: 1px solid #ccc;
    padding: 7px 14px 9px;
    transition: 0.4s;
}

.effect-7~.focus-border:before,
.effect-7~.focus-border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #3399FF;
    transition: 0.4s;
}

.effect-7~.focus-border:after {
    top: auto;
    bottom: 0;
}

.effect-7~.focus-border i:before,
.effect-7~.focus-border i:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #3399FF;
    transition: 0.6s;
}

.effect-7~.focus-border i:after {
    left: auto;
    right: 0;
}

.effect-7:focus~.focus-border:before,
.effect-7:focus~.focus-border:after {
    left: 0;
    width: 100%;
    transition: 0.4s;
}

.effect-7:focus~.focus-border i:before,
.effect-7:focus~.focus-border i:after {
    top: 0;
    height: 100%;
    transition: 0.6s;
}

.effect-8~.focus-border:before,
.effect-8~.focus-border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #3399FF;
    transition: 0.3s;
}

.effect-8~.focus-border:after {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}

.effect-8~.focus-border i:before,
.effect-8~.focus-border i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #3399FF;
    transition: 0.4s;
}

.effect-8~.focus-border i:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    margin-bottom: 36px;
    margin-left: 20px;
}

.effect-8:focus~.focus-border:before,
.effect-8:focus~.focus-border:after {
    width: 100%;
    transition: 0.3s;
}

.effect-8:focus~.focus-border i:before,
.effect-8:focus~.focus-border i:after {
    height: 100%;
    transition: 0.4s;
}

.effect-9~.focus-border:before,
.effect-9~.focus-border:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #3399FF;
    transition: 0.2s;
    transition-delay: 0.2s;
}

.effect-9~.focus-border:after {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    transition-delay: 0.6s;
}

.effect-9~.focus-border i:before,
.effect-9~.focus-border i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #3399FF;
    transition: 0.2s;
}

.effect-9~.focus-border i:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    transition-delay: 0.4s;
}

.effect-9:focus~.focus-border:before,
.effect-9:focus~.focus-border:after {
    width: 100%;
    transition: 0.2s;
    transition-delay: 0.6s;
}

.effect-9:focus~.focus-border:after {
    transition-delay: 0.2s;
}

.effect-9:focus~.focus-border i:before,
.effect-9:focus~.focus-border i:after {
    height: 100%;
    transition: 0.2s;
}

.effect-9:focus~.focus-border i:after {
    transition-delay: 0.4s;
}

.effect-10,
.effect-11,
.effect-12,
.effect-13,
.effect-14,
.effect-15 {
    border: 0;
    padding: 7px 15px;
    border: 1px solid #ccc;
    position: relative;
    background: transparent;
}

.effect-10~.focus-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ededed;
    opacity: 0;
    transition: 0.5s;
    z-index: -1;
}

.effect-10:focus~.focus-bg {
    transition: 0.5s;
    opacity: 1;
}

.effect-11~.focus-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #ededed;
    transition: 0.3s;
    z-index: -1;
}

.effect-11:focus~.focus-bg {
    transition: 0.3s;
    width: 100%;
}

.effect-12~.focus-bg {
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #ededed;
    transition: 0.3s;
    z-index: -1;
}

.effect-12:focus~.focus-bg {
    transition: 0.3s;
    width: 100%;
    left: 0;
}

.effect-13~.focus-bg:before,
.effect-13~.focus-bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #ededed;
    transition: 0.3s;
    z-index: -1;
}

.effect-13:focus~.focus-bg:before {
    transition: 0.3s;
    width: 50%;
}

.effect-13~.focus-bg:after {
    left: auto;
    right: 0;
}

.effect-13:focus~.focus-bg:after {
    transition: 0.3s;
    width: 50%;
}

.effect-14~.focus-bg:before,
.effect-14~.focus-bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background-color: #ededed;
    transition: 0.3s;
    z-index: -1;
}

.effect-14:focus~.focus-bg:before {
    transition: 0.3s;
    width: 50%;
    height: 100%;
}

.effect-14~.focus-bg:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.effect-14:focus~.focus-bg:after {
    transition: 0.3s;
    width: 50%;
    height: 100%;
}

.effect-15~.focus-bg:before,
.effect-15~.focus-bg:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background-color: #ededed;
    transition: 0.3s;
    z-index: -1;
}

.effect-15:focus~.focus-bg:before {
    transition: 0.3s;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
}

.effect-15~.focus-bg:after {
    left: auto;
    right: 50%;
    top: auto;
    bottom: 50%;
}

.effect-15:focus~.focus-bg:after {
    transition: 0.3s;
    width: 50%;
    height: 100%;
    bottom: 0;
    right: 0;
}

.effect-16,
.effect-17,
.effect-18 {
    border: 0;
    padding: 4px 0;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
}

.effect-16~.focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #3399FF;
    transition: 0.4s;
}

.effect-16:focus~.focus-border,
.has-content.effect-16~.focus-border {
    width: 100%;
    transition: 0.4s;
}

.effect-16~label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 9px;
    color: #aaa;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
}

.effect-16:focus~label,
.has-content.effect-16~label {
    top: -16px;
    font-size: 12px;
    color: #3399FF;
    transition: 0.3s;
}

.effect-17~.focus-border {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #3399FF;
    transition: 0.4s;
}

.effect-17:focus~.focus-border,
.has-content.effect-17~.focus-border {
    width: 100%;
    transition: 0.4s;
    left: 0;
}

.effect-17~label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 9px;
    color: #aaa;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
}

.effect-17:focus~label,
.has-content.effect-17~label {
    top: -16px;
    font-size: 12px;
    color: #3399FF;
    transition: 0.3s;
}

.effect-18~.focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 99;
}

.effect-18~.focus-border:before,
.effect-18~.focus-border:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #3399FF;
    transition: 0.4s;
}

.effect-18~.focus-border:after {
    left: auto;
    right: 0;
}

.effect-18:focus~.focus-border:before,
.effect-18:focus~.focus-border:after,
.has-content.effect-18~.focus-border:before,
.has-content.effect-18~.focus-border:after {
    width: 50%;
    transition: 0.4s;
}

.effect-18~label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 9px;
    color: #aaa;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
}

.effect-18:focus~label,
.has-content.effect-18~label {
    top: -16px;
    font-size: 12px;
    color: #3399FF;
    transition: 0.3s;
}

.effect-19,
.effect-20,
.effect-21 {
    border: 1px solid #ccc;
    padding: 7px 14px;
    transition: 0.4s;
    background: transparent;
}

.effect-19~.focus-border:before,
.effect-19~.focus-border:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #3399FF;
    transition: 0.4s;
}

.effect-19~.focus-border:after {
    top: auto;
    bottom: 0;
}

.effect-19~.focus-border i:before,
.effect-19~.focus-border i:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #3399FF;
    transition: 0.6s;
}

.effect-19~.focus-border i:after {
    left: auto;
    right: 0;
}

.effect-19:focus~.focus-border:before,
.effect-19:focus~.focus-border:after,
.has-content.effect-19~.focus-border:before,
.has-content.effect-19~.focus-border:after {
    left: 0;
    width: 100%;
    transition: 0.4s;
}

.effect-19:focus~.focus-border i:before,
.effect-19:focus~.focus-border i:after,
.has-content.effect-19~.focus-border i:before,
.has-content.effect-19~.focus-border i:after {
    top: -1px;
    height: 100%;
    transition: 0.6s;
}

.effect-19~label {
    position: absolute;
    left: 14px;
    width: 100%;
    top: 10px;
    color: #aaa;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
}

.effect-19:focus~label,
.has-content.effect-19~label {
    top: -18px;
    left: 0;
    font-size: 12px;
    color: #3399FF;
    transition: 0.3s;
}

.effect-20~.focus-border:before,
.effect-20~.focus-border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #3399FF;
    transition: 0.3s;
}

.effect-20~.focus-border:after {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}

.effect-20~.focus-border i:before,
.effect-20~.focus-border i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #3399FF;
    transition: 0.4s;
}

.effect-20~.focus-border i:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.effect-20:focus~.focus-border:before,
.effect-20:focus~.focus-border:after,
.has-content.effect-20~.focus-border:before,
.has-content.effect-20~.focus-border:after {
    width: 100%;
    transition: 0.3s;
}

.effect-20:focus~.focus-border i:before,
.effect-20:focus~.focus-border i:after,
.has-content.effect-20~.focus-border i:before,
.has-content.effect-20~.focus-border i:after {
    height: 100%;
    transition: 0.4s;
}

.effect-20~label {
    position: absolute;
    left: 14px;
    width: 100%;
    top: 10px;
    color: #aaa;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
}

.effect-20:focus~label,
.has-content.effect-20~label {
    top: -18px;
    left: 0;
    font-size: 12px;
    color: #3399FF;
    transition: 0.3s;
}

.effect-21~.focus-border:before,
.effect-21~.focus-border:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #3399FF;
    transition: 0.2s;
    transition-delay: 0.2s;
}

.effect-21~.focus-border:after {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    transition-delay: 0.6s;
}

.effect-21~.focus-border i:before,
.effect-21~.focus-border i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #3399FF;
    transition: 0.2s;
}

.effect-21~.focus-border i:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    transition-delay: 0.4s;
}

.effect-21:focus~.focus-border:before,
.effect-21:focus~.focus-border:after,
.has-content.effect-21~.focus-border:before,
.has-content.effect-21~.focus-border:after {
    width: 100%;
    transition: 0.2s;
    transition-delay: 0.6s;
}

.effect-21:focus~.focus-border:after,
.has-content.effect-21~.focus-border:after {
    transition-delay: 0.2s;
}

.effect-21:focus~.focus-border i:before,
.effect-21:focus~.focus-border i:after,
.has-content.effect-21~.focus-border i:before,
.has-content.effect-21~.focus-border i:after {
    height: 100%;
    transition: 0.2s;
}

.effect-21:focus~.focus-border i:after,
.has-conten.effect-21~.focus-border i:after {
    transition-delay: 0.4s;
}

.effect-21~label {
    position: absolute;
    left: 14px;
    width: 100%;
    top: 10px;
    color: #aaa;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
}

.effect-21:focus~label,
.has-content.effect-21~label {
    top: -18px;
    left: 0;
    font-size: 12px;
    color: #3399FF;
    transition: 0.3s;
}

.effect-22,
.effect-23,
.effect-24 {
    border: 0;
    padding: 7px 15px;
    border: 1px solid #ccc;
    position: relative;
    background: transparent;
}

.effect-22~.focus-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: transparent;
    transition: 0.4s;
    z-index: -1;
}

.effect-22:focus~.focus-bg,
.has-content.effect-22~.focus-bg {
    transition: 0.4s;
    width: 100%;
    background-color: #ededed;
}

.effect-22~label {
    position: absolute;
    left: 14px;
    width: 100%;
    top: 10px;
    color: #aaa;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
}

.effect-22:focus~label,
.has-content.effect-22~label {
    top: -18px;
    left: 0;
    font-size: 12px;
    color: #333;
    transition: 0.3s;
}

.effect-23~.focus-bg:before,
.effect-23~.focus-bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background-color: #ededed;
    transition: 0.3s;
    z-index: -1;
}

.effect-23:focus~.focus-bg:before,
.has-content.effect-23~.focus-bg:before {
    transition: 0.3s;
    width: 50%;
    height: 100%;
}

.effect-23~.focus-bg:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.effect-23:focus~.focus-bg:after,
.has-content.effect-23~.focus-bg:after {
    transition: 0.3s;
    width: 50%;
    height: 100%;
}

.effect-23~label {
    position: absolute;
    left: 14px;
    width: 100%;
    top: 10px;
    color: #aaa;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
}

.effect-23:focus~label,
.has-content.effect-23~label {
    top: -18px;
    left: 0;
    font-size: 12px;
    color: #333;
    transition: 0.3s;
}

.effect-24~.focus-bg:before,
.effect-24~.focus-bg:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background-color: #ededed;
    transition: 0.3s;
    z-index: -1;
}

.effect-24:focus~.focus-bg:before,
.has-content.effect-24~.focus-bg:before {
    transition: 0.3s;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
}

.effect-24~.focus-bg:after {
    left: auto;
    right: 50%;
    top: auto;
    bottom: 50%;
}

.effect-24:focus~.focus-bg:after,
.has-content.effect-24~.focus-bg:after {
    transition: 0.3s;
    width: 50%;
    height: 100%;
    bottom: 0;
    right: 0;
}

.effect-24~label {
    position: absolute;
    left: 14px;
    width: 100%;
    top: 10px;
    color: #aaa;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
}

.effect-24:focus~label,
.has-content.effect-24~label {
    top: -18px;
    left: 0;
    font-size: 12px;
    color: #333;
    transition: 0.3s;
}


/* @media only screen and (max-width: 768px) {
    #kenytChatBubble,
    #chatWindow {
        display: none !important;
    }
} */

#accordion .panel {
    margin-bottom: 12px;
}

#accordion .panel-heading {
    background: #fff;
    border-radius: 0;
    padding: 0;
}

#accordion .panel-title a {
    position: relative;
    color: #3e3e3e;
    display: block;
    /* padding: 9px 20px 20px 41px; */
    text-transform: uppercase;
    border: 2px solid #c0c0c0;
    /* font-weight: bold; */
    line-height: 22px;
    font-size: 14px;
}

#accordion .panel-title a i {
    width: 60px;
    height: 60px;
    background: #fff;
    border: 2px solid #c0c0c0;
    font-size: 20px;
    position: absolute;
    color: #d1a10b;
    top: -13px;
    left: -14px;
    line-height: 47px;
    text-align: center;
}

#accordion .panel-title a:hover,
#accordion .panel-title a:hover i {
    border-color: #3e3e3e;
}

#accordion .panel-title>a.collapsed {
    color: #3e3e3e;
}

.panel-body {
    border: 2px solid #c0c0c0;
}

.amiwrap [class^="flaticon-"]:before,
.amiwrap [class*=" flaticon-"]:before,
.amiwrap [class^="flaticon-"]:after,
.amiwrap [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 60px;
    font-style: normal;
    /* transform: rotate(-45deg); */
    display: inline-flex;
    margin: 15px 20px;
    color: #5e5d5e;
    width: 105px;
    height: 105px;
    line-height: 131px;
    top: -33px;
    position: relative;
    transition: all 700ms;
}

.amiwrap [class^="flaticon-"]:hover::before,
.amiwrap [class*=" flaticon-"]:hover::before {
    font-family: Flaticon;
    font-size: 70px;
    font-style: normal;
    margin-left: 14px;
    transform: rotate(0deg);
    display: inline-flex;
    /* margin: -45px -5px; */
    /* transform: rotate(-5deg); */
    color: #d1a10b;
    line-height: 45px;
    top: -3px;
    position: relative;
    transition: all 700ms;
}

@media only screen and (max-width: 768px) {
    /* .avighnalogo {
        margin-top: -2px;
        margin-left: 30px;
    } */
    .panel-group {
        margin-bottom: 20px;
        margin-top: 5%;
    }
    .glob-sec {
        width: 100%;
        padding: 30px 0px;
    }
    .navbar-default .navbar-nav>li>a {
        color: #313131;
        text-shadow: none;
        padding: 22px;
    }
    .nav>li {
        position: relative;
        display: block;
        text-align: center;
    }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    /* background: 0 0; */
    color: inherit;
    border: none;
    padding: 0!important;
    font: larger;
}

.owl-theme .owl-nav {
    margin-top: -40px;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    font-size: 59px;
    font-family: initial;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav [class*=owl-]:focus {
    outline: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 300px;
}


/*= input focus effects css End
=============================== */


/********************************************input box****************************************************/
.logo2
    {
        width: 115px;
        position: relative;
        left: 10px;
        top: 0px;
    }
@media (min-width: 1025px) and (max-width: 1280px) {
    #hide-menu {
        padding: 10px 15px;
    }

    .navbar-nav>li>a {
        font-size: 13px;
    }

    .dbroucher {
        font-size: 11px;
        /* line-height: 10px; */
    }
    .nav-call {
        margin-top: 7px;
    }

    .navbar-brand>img {
        width: 110px;
        margin-top: -9px;
    }

    .logo2
    {
        width: 90px;
        position: relative;
        left: 0px;
        top: 5px;
    }
}