@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800&display=swap');

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: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    overflow-x: hidden;
    font-weight: 300 !important;
}

body,
html {
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

.banner-qr {
    position: absolute;
    bottom: 100px;
    right: 0px;
    z-index: 2;
    width: 10% !important;
    height: auto !Important;
}

.qrcode {
    width: 10%;

}

a {
    outline: none;
}

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

img {
    margin-bottom: 0px;
}

.mr0 {
    margin: 0 !important;
}

.pd0 {
    padding: 0 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

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

/* width */

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

/* Track */

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

/* Handle */

::-webkit-scrollbar-thumb {
    background: #e2bb6c;
}

/* Handle on hover */

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

/*--------------------------------------------------------------------*/
.cust-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 83% !important;
    max-width: 1500px;
}

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

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

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

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

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

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

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

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

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

.navbar-brand>img {
    width: 167px;
    margin-top: -10px;
}

.navbar-brand>img.nav-logo {
    width: 65px;
    margin-top: -5px;
}

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

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

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

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

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

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

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

    .navbar-brand>img {
        width: 110px;
        float: left;
        margin-top: 0px;
        margin-left: 12px;
    }

    .navbar-brand>img.nav-logo {
        width: 50px;
        margin-top: 0;
        position: absolute;
        top: 0;
        left: 59%;
    }

    .navbar-brand {
        padding: 0px;
    }

    .navbar-default .navbar-toggle {
        border: none !important;
        background: #001836;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff !important;
    }
}

.nav-call {
    border: 2px solid #53301A;
    border-radius: 7px;
    padding: 3px 15px !important;
    color: #fff !important;
    margin-top: 10px;
    background: #53301A !important;
    margin-left: 40px;
}

.navbar-nav>li>a {
    line-height: 30px !important;
    margin-right: 10px;
    padding-left: 8px;
    padding-right: 8px;
    outline: none;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
}

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

.menu-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: -100%;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.6s;
}

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

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

.menu-overlay a span {
    border-left: 3px solid #c69633;
    border-right: 3px solid #c69633;
    padding: 0 14px;
    padding-top: 3px;
}

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

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

.navbar-nav>li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 21px;
    height: 0;
    width: 0;
    border-left: 8px solid #c69633;
    border-right: 8px solid #c6963300;
    border-top: 8px solid #c6963300;
    border-bottom: 8px solid #c6963300;
    z-index: 1;
    transform: translateY(-12px);
    opacity: 0;
    transition: ease all 0.5s;
}

.navbar-nav>li>a:hover:before {
    transform: translateY(0px);
    opacity: 1;
    transition: ease all 0.5s;
}

/*--------------------------------------------*/
#home-carousel {
    margin-top: 80px;
}

#home-carousel .item img {
    width: 100%;
    height: auto;
}

.global-sec {
    padding: 90px 0;
    position: relative;
    width: 100%;
}

.sec_overview {
    /*background: url("../images/pattern-bg.jpg");*/
    background-size: cover;
    /* margin: 10px 0; */
    background: #000;
}

.sec_overview .f_wrap {
    display: flex;
}

.over_img_wrap {
    position: relative;
}

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

.over_img_wrap p {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #222;
    color: #fff;
    font-size: 14px;
    padding: 2px 15px;
}

.overview_txt {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overview_txt:before {
    content: '';
    position: absolute;
    height: 23%;
    width: 4px;
    left: 50%;
    top: 0;
    margin-left: -1px;
    background: #aa9144;
}

.overview_txt:after {
    content: '';
    position: absolute;
    height: 23%;
    width: 4px;
    left: 50%;
    bottom: 0;
    margin-left: -1px;
    background: #aa9144;
}

.overview_txt h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 33px;
    font-weight: 500;
    line-height: 42px;
    width: 640px;
    max-width: 90%;
    color: #ffffff;
}

.sec_bg {
    background: url("../images/bg-img.jpg");
    background-size: cover;
    position: relative;
    background-position: center;
}

.sec_bg .bg_wrap {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0000005c;
    padding: 120px 0 250px;
}

.bg_contnt {
    padding-left: 20px;
    border-left: 10px solid #ac9344;
}

.bg_contnt h4 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
}

.bg_contnt p {
    margin-bottom: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}

.sec_head {
    display: flex;
    position: relative;
    z-index: 2;
}

.sec_head.icon_center {
    justify-content: center;
}

.sec_head h2 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 700;
    color: #000;
    text-align: center;
    position: relative;
}

.sec_head.icon_center h2 {
    margin-bottom: 45px;
}

.sub-head h3 {
    text-align: center;
    margin: 24px;
    font-weight: 900;
}

.sec_head.icon_center h2:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: -80px;
    height: 0;
    width: 0;
    border-left: 30px solid #c6963300;
    border-right: 30px solid #c6963300;
    border-top: 30px solid #aa9144;
    border-bottom: 30px solid #c6963300;
}

/*  left head----*/
.sec_head.icon_left h2 {
    padding-left: 60px;
    margin-bottom: 70px;
}

.sec_head.icon_left h2:before {
    content: '';
    position: absolute;
    left: 30px;
    margin-left: -30px;
    top: -10px;
    height: 0;
    width: 0;
    border-left: 30px solid #aa9144;
    border-right: 30px solid #c6963300;
    border-top: 30px solid #aa914400;
    border-bottom: 30px solid #c6963300;
}

/* --- tabel -----*/
.config-table {
    text-align: center;
    margin-bottom: 0;
    table-layout: fixed;
}

.config-table tr th {
    text-align: center;
    vertical-align: middle !important;
    padding: 17px 0 !important;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
}

.config-table tr td {
    vertical-align: middle !important;
    padding: 20px 5px !important;
    background: #ededed;
    font-weight: 600;
}

.config-table thead {
    background: #FAF3E3;
    color: #000;
    border: none !important;
}

.config-table>tbody>tr>td,
.config-table>tbody>tr>th,
.config-table>tfoot>tr>td,
.config-table>tfoot>tr>th,
.config-table>thead>tr>td,
.config-table>thead>tr>th {
    border: none !important;
}

.config-table tbody {
    background: #ffffff;
}

.price-click {
    /*background: #00549a;*/
    color: #0e0e0e;
    padding: 5px 7px;
    border: 2px solid #000;
}

.price-click:hover,
.price-click:focus {
    color: #0e0e0e;
}

.config-table tbody tr {
    border-bottom: 1px solid #d6d6d6;
}

.config-table tbody tr:last-child {
    border: none;
}

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

.gall_first_half {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 80%;
}

.gall_second_half {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 20%;
}

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

.mytab {
    text-align: center;
    border-top: 1px solid #aa9144;
    padding-top: 15px;
    border-bottom: 1px solid #aa9144;
    padding-bottom: 2px;
}

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

.mytab>li>a {
    color: #989898;
    padding: 9px 20px !important;
    border: none;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
    position: relative;
    transition: ease all 0.5s;
}

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

.mytab>li.active>a,
.mytab>li.active>a:hover,
.mytab>li.active>a:focus {
    color: #000;
    border: none;
    cursor: pointer;
    border-radius: 0;
    transition: ease all 0.5s;
}

.mytab>li>a:before {}

.mytab>li.active>a:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -23px;
    height: 0;
    width: 0;
    border-left: 10px solid #c6963300;
    border-right: 10px solid #c6963300;
    border-top: 10px solid #aa9144;
    border-bottom: 10px solid #c6963300;
}

/* custome tab visibility ------*/
.tab-content>.tab-pane {
    display: block !important;
    height: 0;
    overflow: hidden;
}

.tab-content>.active {
    height: auto !important;
    overflow: visible;
}

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

.artis_wrap {
    position: relative;
}

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

.artis_wrap p {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #222;
    color: #fff;
    font-size: 14px;
    padding: 2px 15px;
}

.gallery_wrap {
    display: flex;
}

.gall_content_wrap {
    display: flex;
    background: #000;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
}

.gall_content_wrap h3 {
    color: #aa9144;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
}

.gall_content_wrap h3:before {
    content: '';
    position: absolute;
    left: -129px;
    top: 11px;
    width: 115px;
    height: 2px;
    background: #aa9144;
}

.gall_content_wrap p {
    margin-bottom: 0;
    color: #fff;
}

.error {
    color: #ff0000;
}

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

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

.modal-content {
    background-color: #000 !important;
}

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

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

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

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

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

.modal-body img {
    width: 100px;
    margin: 0px auto;
    display: block;
    position: relative;
    top: -60px;
    border: 4px solid #aa9144;
    border-radius: 50%
}

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

/*---modal form--*/

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

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

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

.modal-body form .input-group-addon {
    background: #fff;
    color: #aa9144;
    border: 1px solid #ffffff;
    border-right: 0;
    border-radius: 7px 0 0 7px;
}

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

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

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

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

.checkbox-check {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: auto !important;
}

.checkbox-check input {
    width: auto !important;
    display: inline-block;
    height: auto !important;
    margin-right: 5px;
}

.checkbox-check span,
.checkbox-check a {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

label.error {
    position: absolute;
    bottom: -15px;
    left: 0;
    font-size: 14px;
    left: 15px;
}

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

/* .popup-btn {
    padding: 0px;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 15px;
    width: 132px;
    height: 40px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #fff !important;
    background: linear-gradient(180deg, #ffffff 50%, #00183600 0) no-repeat scroll 100% 100%/100% 210% #00183600;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    margin: 0 auto;
} */

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes rotateAnimation {
    0% {
        transform: rotateY(0deg);
    }

    25% {
        transform: rotateY(90deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    75% {
        transform: rotateY(270deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@keyframes rotateAnimation {
    0% {
        transform: rotateY(0deg);
    }

    25% {
        transform: rotateY(90deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    75% {
        transform: rotateY(270deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.sec-thankyou {
    padding: 50px 0;
}

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

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

.oops span {
    font-weight: 300;
}

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

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

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

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

.gallery-carousel .item .gallery_wrap img,
.galnav_carousel .item img {
    height: 572px;
    object-fit: cover;
}

.sec_gallery {
    /*padding-bottom: 0;*/
}

.sec_location {
    background: url("../images/pattern-bg.jpg");
    /*background-size: cover;*/
}

.sec_about {
    background: url("../images/pattern-bg.jpg");
    /*background-size: cover;*/
    padding-top: 120px;
    padding-bottom: 100px;
}

.loc_wrap {
    margin-bottom: 40px;
    padding-left: 30px;
}

.loc_head {
    display: flex;
    position: relative;
    cursor: pointer;
}

.loc_wrap h2 {
    font-size: 18px;
    font-weight: 600;
    padding-right: 100px;
    border-bottom: 2px solid #aa9144;
    padding-bottom: 5px;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    padding-left: 20px;
}

.loc_wrap h2 img {
    position: absolute;
    right: -5px;
    width: 50px;
    top: -5px;
    filter: brightness(0) saturate(100%) invert(61%) sepia(5%) saturate(3581%) hue-rotate(8deg) brightness(93%) contrast(92%);
}

.loc_wrap ul {
    padding-left: 20px;
}

.loc_wrap ul li {
    margin-bottom: 10px;
    font-weight: 400;
    list-style: disc;
    line-height: 18px;
}

.loc_wrap ul li:last-child {
    margin-bottom: 0;
}

.loc_map {
    width: 586px;
    max-width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}


/*-----loc collpe--*/

.loc_wrap.loc_collap {
    padding-left: 0;
    margin-bottom: 0;
}

.loc_wrap.loc_collap h2 i {
    color: #aa9144;
    font-weight: 800;
    font-size: 23px;
    position: absolute;
    left: 0px;
}

.cust_accordion .panel-heading {
    padding-right: 0;
    background: transparent;
    border: none;
}

.cust_accordion .panel {
    background: transparent;
    border: none;
    box-shadow: none;
}

.cust_accordion .panel .panel-heading a {
    text-decoration: none;
}

.cust_accordion .panel-heading+.panel-collapse>.panel-body {
    border: none;
}


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

.abt_counter_wrap {}

.abt_counter_wrap .counter_wrap {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.abt_counter_wrap .counter_wrap h2 {
    color: #aa9144;
    font-weight: 800;
    font-size: 50px;
}

.abt_counter_wrap p {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
}

.abt_head_patch {
    position: absolute;
    left: 0;
    top: 54px;
    max-width: 100%;
    z-index: 1;
}

.sec_contact {
    /*position: relative;*/
    /*top: -200px;*/
    background: url(../images/pattern-bg.jpg);
    background-size: cover;
    position: relative;
}

.sec_contact:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 250px;
    background: #000;
    left: 0;
    bottom: 0;
}

.contact_box {
    background: #aa9144;
    padding: 80px 60px;
    position: relative;
    z-index: 2;
}

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

.contact_box_left img {
    max-width: 70%;
}

.contact_box_left address {
    color: #fff;
    font-weight: 600;
    line-height: 24px;
    margin-top: 50px;
}

.contact_box_right {
    padding-left: 50px;
}

#contact-form input,
#contact-form select {
    height: 48px;
    width: 100%;
    background: transparent;
    margin-bottom: 0;
    padding-left: 10px;
    border-radius: 0 !important;
    color: #ffffff;
    box-shadow: none;
    border: 1px solid #ffffff;
    outline: none;
    font-size: 16px;
    font-weight: 400;
}

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

#contact-form textarea {
    resize: none;
    background: transparent;
    border: 1px solid #fff;
    font-size: 16px;
    height: 48px;
    font-weight: 400;
    color: #fff;
    border-radius: 0;
}

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

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

/*-----*/
#overview-form input,
#overview-form select {
    height: 48px;
    width: 100%;
    background: transparent;
    margin-bottom: 0;
    padding-left: 10px;
    border-radius: 0 !important;
    color: #000;
    box-shadow: none;
    border: 1px solid #000;
    outline: none;
    font-size: 16px;
    font-weight: 400;
}

#overview-form input::placeholder,
#overview-form textarea::placeholder {
    color: #000;
}

#overview-form textarea {
    resize: none;
    background: transparent;
    border: 1px solid #fff;
    font-size: 16px;
    height: 48px;
    font-weight: 400;
    color: #fff;
    border-radius: 0;
}

#overview-form .form-group {
    height: 48px;
    margin-bottom: 23px;
    margin-top: 0;
    position: relative;
}

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






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

.contact-btn {
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 15px;
    width: 172px;
    height: 46px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #fff !important;
    background: linear-gradient(180deg, #ffffff 50%, #00183600 0) no-repeat scroll 100% 100%/100% 210% #00183600;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

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

.sec_footer {
    background: #000;
    padding: 80px 0;
}

.footer_wrap p {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
}

.footer_wrap p:last-child {
    margin-bottom: 0;
}

.ml12 .letter {
    /*display: inline-block;*/
}

.register-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    text-transform: uppercase;
    padding: 7px 17px;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #53301A;
    letter-spacing: 0;
    font-size: 17px;
    color: #fff;
    background: #53301A;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none !important;
}

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


.bro-btn {
    position: fixed;
    bottom: 10px !important;
    left: 10px;
    z-index: 9999;
    text-transform: uppercase;
    padding: 7px 17px;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #53301A;
    letter-spacing: 0;
    font-size: 17px;
    color: #fff;
    background: #53301A;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none !important;
}

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



#gallery {
    background: url(../images/pattern-bg.jpg);
    /*background-size: cover;*/
}

.disclaimer-link a {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-decoration: none;
}

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

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

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

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

.amenities-icon .icons-wrap img {
    width: 100px !important;
    /*border: 1px solid #000;*/
    /*border-radius: 50%;*/
    padding: 5px;
    filter: brightness(0) saturate(100%) invert(61%) sepia(5%) saturate(3581%) hue-rotate(8deg) brightness(93%) contrast(92%);
}

.amenities-icon h3 {
    font-size: 16px;
    transition: ease all 0.5s;
    color: #222;
    min-height: 28px;
    font-weight: 400;
    margin-top: 12px;
}

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

.amenities-icon p {}

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

/*  border animation */
.pro {
    background: #fff;
    position: relative;
    padding: 40px 10px;
    display: -webkit-box;
    text-align: center;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

.pro-corner {
    width: 100%;
}

.pro:before,
.pro:after,
.pro> :first-child:before,
.pro> :first-child:after {
    position: absolute;
    width: 17px;
    height: 17px;
    border-color: #000;
    border-style: solid;
    content: ' ';
    transition: ease all 0.5s;
    z-index: 9;
}

.pro:before {
    top: 0;
    left: 0;
    border-width: 3px 0 0 3px;
}

.pro:after {
    top: 0;
    right: 0;
    border-width: 3px 3px 0 0;
}

.pro> :first-child:before {
    bottom: 0;
    right: 0;
    border-width: 0 3px 3px 0;
}

.pro> :first-child:after {
    bottom: 0px;
    left: 0;
    border-width: 0 0 3px 3px;
}

/*.pro:hover:before {*/
/*width: 40%;*/
/*height: 40%;*/
/*border-color: #777;*/
/*transition: ease all 0.5s;*/
/*}*/
/*.pro:hover:after {*/
/*width: 40%;*/
/*height: 40%;*/
/*border-color: #777;*/
/*transition: ease all 0.5s;*/
/*}*/
/*.pro:hover .pro-corner:before {*/
/*width: 40%;*/
/*height: 40%;*/
/*border-color: #777;*/
/*transition: ease all 0.5s;*/
/*}*/
/*.pro:hover .pro-corner:after {*/
/*width: 40%;*/
/*height: 40%;*/
/*border-color: #777;*/
/*transition: ease all 0.5s;*/
/*}*/

.pro img {
    width: 80px;
    margin-bottom: 20px;
    filter: brightness(0) saturate(100%) invert(61%) sepia(5%) saturate(3581%) hue-rotate(8deg) brightness(93%) contrast(92%);
}

.pro p {
    margin-bottom: 0;
    font-weight: 400;
    min-height: 46px;
}

/*---  end border animation -----*/

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

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

.overlayg {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 99;
    /*outline-color: white;*/
    /*outline-style: dashed;*/
    /*outline-offset: -12px;*/
    /*outline-width: 2px;*/
}

/*.overlayg::before {*/
/*content: '';*/
/*position: absolute;*/
/*width: calc(100% - 20px);*/
/*height: calc(100% - 20px);*/
/*top: 10px;*/
/*left: 10px;*/
/*border: 2px dashed #fff;*/
/*z-index: 99;*/
/*}*/

.amenities-gallery {
    position: relative;
    width: 100%;
    height: 625px;
    overflow: hidden;
    transition: all 0.5s;
    /* margin-bottom: 10px; */
    /*box-shadow: 0 10px 8px -6px rgb(0 0 0 / 50%);*/
}

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

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

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

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

.amenities-gallery:hover img {
    cursor: url(../images/hovericon2.png), auto !important;
}

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

.gall_disc {
    /* background: #000;
    padding: 50px;
    min-height: 90px; */
    background: #FAF3E3;
    padding: 20px 50px;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.gall_disc h3 {
    color: #aa9144;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}

.gall_disc p {
    margin-bottom: 0;
    color: #fff;
}

.gall_disc h3:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 11px;
    width: 63px;
    height: 2px;
    background: #aa9144;
}

/*-----------------------*/
/*.gall-carousel .owl-nav{*/
/*position: absolute;*/
/*width: 100%;*/
/*top: 35%;*/
/*}*/
.gall-carousel .owl-nav .owl-prev {
    float: left;
    margin-left: -50px;
    position: absolute;
    top: 35%;
    left: 0;
}

.gall-carousel .owl-nav .owl-next {
    float: right;
    margin-right: -50px;
    position: absolute;
    top: 35%;
    right: 0;
}

.gall-carousel .owl-nav button {
    background: transparent !important;
    outline: none !important;
}

.gall-carousel .owl-nav button img {
    width: 30px;
    height: 45px;
}

.gall_main_wrap.ame .gall_disc {
    min-height: 60px;
}

.pro.director {
    padding: 40px 20px;
    /*margin-top: 90px;*/
    min-height: 474px;
}

.pro.director img {
    width: 190px;
    position: relative;
    top: -130px;
    margin: 0 auto;
    margin-bottom: -130px;
}

.pro.director h3 {
    color: #000;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 5px;
}

.pro.director .designation {}

.pro.director .quote {
    font-size: 14px;
}

.director-carousel .owl-nav button {
    background: transparent !important;
    outline: none !important;
}

.director-carousel .owl-nav button img {
    width: 30px;
    height: 45px;
}

.director-carousel .owl-stage-outer {
    padding-bottom: 50px;
}


.btn-360 {
    display: block;
    width: 190px;
    margin: 0 auto;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    text-transform: uppercase;
    padding: 7px 17px;
    font-weight: 400;
    border-radius: 20px;
    border: 1px solid #aa9144;
    letter-spacing: 0;
    font-size: 17px;
    color: #fff;
    background: linear-gradient(180deg, #aa9144 50%, #001836 0) no-repeat scroll 100% 100%/100% 210% #001836;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none !important;
}

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

.pro.project_list {
    padding: 0;
    padding-bottom: 20px;
}

.pro.project_list img {
    top: 0;
    margin-bottom: 20px;
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.cust_accordion {
    margin-top: 2%;
}

/*==================================================responsive css=======================================================================================================*/
@media only screen and (max-width: 1460px) {
    .cust-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 97% !important;
        max-width: 1300px;
    }
}

@media (min-width: 992px) and (max-width: 1420px) {
    .gall-carousel .item .gall_main_wrap {
        width: 90%;
        margin: 0 auto;
    }

    .gall-carousel .owl-nav .owl-prev {
        float: left;
        margin-left: 0;
    }

    .gall-carousel .owl-nav .owl-next {
        float: right;
        margin-right: 0;
    }
}

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

    /*150% width*/
    .overview_txt h3 {
        font-size: 27px;
        line-height: 39px;
    }

    .gall_content_wrap {
        padding: 0 40px;
    }

    .gall_content_wrap h3 {
        font-size: 23px;
        margin-bottom: 30px;
    }

    .gallery-carousel .item .gallery_wrap img,
    .galnav_carousel .item img {
        height: 400px;
        object-fit: cover;
    }

    .gallery-carousel .owl-nav {
        right: -60px !important;
    }

    .gallery-carousel .owl-nav button img {
        width: 25px;
    }

    .abt_head_patch {
        top: 93px;
    }

    .gall-carousel .owl-nav .owl-prev {
        float: left;
        margin-left: 0;
    }

    .gall-carousel .owl-nav .owl-next {
        float: right;
        margin-right: 0;
    }

}

@media (min-width: 992px) {
    .gallery-carousel .owl-nav {
        position: absolute;
        top: 0;
        right: -84px;
    }

    .gallery-carousel .owl-nav button {
        background: transparent !important;
        display: block !important;
        outline: none !important;
    }

}

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

@media (max-width: 767px) {
    .qrcode {
        width: 50%;

    }

    .banner-qr {
        position: absolute;
        bottom: 20px;
        right: unset;
        z-index: 2;
        width: 20% !important;
        height: auto !Important;
        left: 0px;
    }

    .pdm-0 {
        padding: 0 !important;
    }

    .bro-btn {
        position: fixed;
        bottom: 42% !important;
        left: -77px;
        transform: rotate(90deg);
        z-index: 9999;
        text-transform: uppercase;
        padding: 7px 17px;
        font-weight: 400;
        border-radius: 0;
        border: 1px solid #aa9144;
        letter-spacing: 0;
        font-size: 11px;
        color: #fff;
        background: #000;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        outline: none !important;
    }

    .pd0-m {
        padding: 0 !important;
    }

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

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

    .sec_overview .f_wrap {
        display: block;
    }

    .overview_txt h3 {
        font-size: 23px;
        line-height: 30px;
        padding: 100px 0;
    }

    .overview_txt:before {
        height: 70px;
    }

    .overview_txt:after {
        height: 70px;
    }

    .sec_head h2 {
        font-size: 23px;
    }

    .sec_head.icon_center h2 {
        margin-bottom: 80px;
    }

    .sec_head.icon_center h2:before {
        bottom: -60px;
        margin-left: -20px;
        border-left: 20px solid #c6963300;
        border-right: 20px solid #c6963300;
        border-top: 20px solid #c69633;
        border-bottom: 20px solid #c6963300;
    }

    .sec_head.icon_left h2 {
        padding-left: 30px;
        margin-bottom: 40px;
    }

    .sec_head.icon_left h2:before {
        top: -6px;
        border-left: 20px solid #aa9144;
        border-right: 20px solid #c6963300;
        border-top: 20px solid #aa914400;
        border-bottom: 20px solid #c6963300;
    }

    .mytab {
        text-align: center;
        margin-bottom: 50px;
    }

    .mytab li {
        margin-bottom: 20px;
        margin-left: 0;
    }

    .mytab>li.active>a:before {
        bottom: -12px;
    }

    .gall_first_half {
        width: 100%;
    }

    .gall_second_half {
        width: 100%;
    }

    .gallery_wrap {
        display: block;
    }

    .gall_content_wrap {
        padding: 50px 35px;
        overflow: hidden;
    }

    .gallery-carousel .owl-nav {
        position: relative;
        left: 0;
    }

    .gallery-carousel .owl-nav button {
        display: initial;
        background: transparent !important;
    }

    .gallery-carousel .item .gallery_wrap img,
    .galnav_carousel .item img {
        height: initial !important;
    }

    .sec_gallery {
        padding-bottom: 60px;
    }

    .loc_map {
        margin-top: -30px;
        margin-bottom: 50px;
    }

    .loc_wrap {
        margin-bottom: 20px;
        padding-left: 0;
    }

    .loc_wrap:last-child {
        margin-bottom: 0;
    }

    .loc_wrap h2 {
        font-size: 17px;
        padding-right: 27px;
        /*margin-bottom: 40px;*/
        width: 90%;
    }

    .loc_wrap h2 img {
        right: -34px;
    }

    .loc_wrap ul li {
        margin-bottom: 10px;
        line-height: 20px;
    }

    .cust_accordion .panel-heading {
        padding-left: 0;
    }

    .abt_counter_wrap {
        margin-bottom: 50px;
    }

    .sec_about {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .abt_head_patch {
        left: 0;
        max-width: 1800px;
        top: -32px;
    }

    .config-table tr th {
        font-size: 16px;
    }

    .contact_box {
        padding: 80px 15px;
    }

    .contact_box_left {
        border-right: none;
        border-bottom: 1px solid #fff;
    }

    .contact_box_left address {
        margin-bottom: 50px;
    }

    .contact_box_right {
        padding-left: 0;
        margin-top: 50px;
    }

    .contact-btn {
        display: block;
        margin: 0 auto;
    }

    .gall_disc {
        /* padding: 50px 12px;
        min-height: 110px; */
        padding: 10px 12px;
        min-height: 60px;
    }

    .gall_disc h3 {
        padding-left: 20px;
        font-size: 18px;
    }

    .gall_disc p {
        font-size: 14px;
        line-height: 19px;
    }

    .gall_disc h3:before {
        left: -4px;
        width: 20px;
    }

    .amenities-gallery {
        height: 250px;
    }

    .gall_main_wrap.ame .gall_disc {
        min-height: 60px;
    }

    .amenities-icon {
        padding: 15px 0;
        margin-bottom: 0;
    }

    .amenities-icon .icons-wrap img {
        width: 90px !important;
    }

    .amenities-icon h3 {
        min-height: 33px;
    }

    .amenities-icon .icons-wrap {
        border-radius: 0;
        border: 2px solid #00002e;
    }

    .pro {
        margin-bottom: 50px;
    }

    #amenities .col-md-3:last-child .pro {
        margin-bottom: 0;
    }

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

    .modal-body h3 {
        font-size: 17px;
    }

    .modal-body p {
        font-size: 14px;
    }

    .pro.director {
        box-shadow: none;
        margin-bottom: 0;
        min-height: 400px;
    }

    .gall-carousel .owl-nav button img {
        width: 20px;
        height: 35px;
    }

    .gall-carousel .owl-nav {
        top: 20%;
    }

    #home-carousel .item img {
        height: auto;
    }

    .director-carousel .owl-stage-outer {
        padding-bottom: 20px;
    }

    .cust_accordion {
        margin-top: 0;
    }
    .price-click {
        font-size: 13px;
        padding: 5px;
    }
    .config-table tr td {
        padding: 15px 0 !important;
    }
}

.mb-40 {
    margin-bottom: 40px;
}

.flexbox {
    display: flex;
    justify-content: center;
    align-items: center;
}


.object-fit-contain {
    object-fit: contain !important;
}

.overveiw-color {
    color: #c1966b !important;
}

.blur {
    filter: blur(4px);
}

.cursor-pointer{
    cursor: pointer;
}


.project-highlights .owl-item img {
    display: unset;
    width: unset;
}

.project-highlights .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}

.call-link{
    color: #fff !important;
    font-weight: bold;
    display: block;
    font-size: 30px;
    margin-top: 60px;
    text-align: center;
}

.call-link:hover{
    text-decoration: none;
}

#formOverview{
    background: url(../images/pattern-bg.jpg);
    padding: 40px 0px;
}

#formOverview h1{
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    margin: 10px 0px;
}

#formOverview h2{
    text-transform: uppercase;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;
    margin: 10px 0px;
}

#formOverview p{
    text-align: justify;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0px;
}

#overview-form{
    margin-top: 30px;
}

@media (max-width: 767px) {
    .mobile-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    #formOverview h1{
        font-size: 16px;
        line-height: 20px;
        margin-top: 26px;   
    }

    #formOverview h2{
        font-size: 16px;
        line-height: 20px;
    }

    #formOverview p {
        text-align: center;
        font-size: 14px;
    }
    
}


/* =============================== Text Animation Start ========================== */

/* css cust */

.cust-margin{
    margin-bottom: 2.5rem;
}


.amenities-carousel .amenities-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    /* border: 1px solid #ddd; */
    border-radius: 8px;
    /* background-color: #f9f9f9; */
    /* margin: 10px; */
}

.amenities-icon {
    text-align: center;
    margin-bottom: 20px;
}

.amenities-icon img {
    max-width: 80%;
    height: auto;
}

.amenities-icon h3 {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}

.amenities-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.hide-btn{
    border:none !important;
    background-color: transparent !important;
}

.hide-btn:hover{
    border:none !important;
    background-color: transparent !important;
}