@charset "utf-8";
/* CSS Document */

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,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
rubsey,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

*,
* focus {
    outline: none !important;
    margin: 0;
    padding: 0;
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

html,
body {
    height: 100%;
}

body {
    font-weight: normal !important;
    line-height: 26px !important;
    font-size: 14px !important;
    color: #d4b453 !important;
    text-decoration: none;
    height: 100%;
    background-color: #000 !important;
    font-family: 'ProximaNovaRegular' !important;
}

@media screen and (max-width: 768px) {
    body {
        line-height: 24px !important;
        font-size: 13px !important;
    }
}

.sticky {
    position: fixed;
    z-index: 1000;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    padding: 5px 0;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .1);
    background-color: #0b0b0b;
    height: 60px;
}

.sticky.query {
    width: 24%;
    left: auto;
    right: 50px;
    top: 65px;
    z-index: 100;
    padding: 5px 0;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    height: 60px;
    marker-offset: 100px;
}

.sticky .logo {
    display: block;
}

.sticky .logo img {
    height: 50px;
    padding: 0;
    margin: 0;
}

.sticky .header-r {
    padding-top: 0;
}

.sticky .call {
    display: block;
}

.top-nav {
    background: -webkit-linear-gradient(5deg, #d4b453, #c2932d, #eccc66);
    background: linear-gradient(5deg, #d4b453, #c2932d, #eccc66);
    color: rgba(0, 0, 0, 1);
    width: 100%;
    position: relative;
    font-size: 13px;
    line-height: 38px;
    height: 40px;
    font-family: 'ProximaNovaSemibold';
    font-weight: normal;
    text-transform: uppercase;
}

.top-nav .container-fluid {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.top-nav button {
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    width: auto;
    padding: 0 30px 0 0;
    line-height: 37px;
    border: 0;
    margin: 3px 0;
    font-size: 24px;
    cursor: pointer;
    color: rgba(0, 0, 0, 1);
    float: left;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    overflow: hidden;
    box-shadow: inset 0px 0px 0px 0px #d4b453;
}

.sidebar .side-menu {
    border-bottom: solid 1px rgba(255, 255, 255, .1);
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0;
}

.sidebar .sm-border {
    border: solid 2px #d4b453;
    padding: 0;
    margin: 4%;
    height: 97%;
}

.sidebar .side-menu a {
    padding: 10px 40px;
    text-decoration: none;
    line-height: normal;
    font-size: 14px;
    color: #e5bf52 !important;
    display: block;
    transition: 0.3s;
}

.sidebar .side-menu a:hover {
    color: #f5dd8a !important;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: -20px;
    font-size: 36px !important;
}

.sidebar ul.social {
    margin: 0px 40px !important;
    padding: 0 50px 0 0 !important;
    width: 100%;
    display: block;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: #444;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

.top-nav i {
    color: #f0b51d;
    font-size: 18px;
    margin: 0 5px 0 0;
}

.currency-filter {
    position: relative;
}

header {
    position: absolute;
    z-index: 4;
    background-color: rgba(0, 0, 0, .8) !important;
    width: 100%;
    color: #fff;
    padding: 10px 0;
    left: 0;
    top: 40px;
}

header .container-fluid {
    padding-top: 0;
    padding-bottom: 0;
}

header .logo {
    float: left;
    width: 35%;
    text-align: left;
    max-height: 65px;
    overflow: hidden;
}

header .logo a {
    display: block;
}

header .header-r {
    float: left;
    width: 45%;
    padding-top: 5px;
    font-family: 'ProximaNovaSemibold';
    font-weight: normal;
}

header .header-r2 {
    float: left;
    width: 20%;
    padding-top: 13px;
    text-align: right;
    color: #d4b453;
    font-family: 'ProximaNovaSemibold';
    font-weight: normal;
    font-size: 16px;
}

header .header-r2 img {
    height: 14px;
    width: auto;
}

header .header-r3 {
    float: left;
    width: 25%;
    display: none;
}

header .header-r3 a i {
    display: inline-block;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    margin: 5px 0 0 0;
    color: #d4b453 !important;
    background-color: rgba(255, 255, 255, .1);
    text-align: center !important;
}

header .call {
    position: absolute;
    z-index: 1;
    right: 50px;
    top: 55px;
    background: -webkit-linear-gradient(10deg, #bf8b28, #e9b835);
    background: linear-gradient(10deg, #bf8b28, #e9b835);
    border-radius: 0 0 10px 10px;
    line-height: 45px;
    padding: 0 20px;
    display: none;
    font-size: 16px;
    font-weight: 700;
}

header .call a {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    color: #fff;
}

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

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

@media screen and (max-width: 992px) {
    .sticky {
        position: fixed;
        z-index: 1000;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 100;
        padding: 5px 0;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, .1);
        background-color: #0b0b0b;
        height: 60px;
    }
    .sticky.query {
        width: 24%;
        left: auto;
        right: 50px;
        top: 65px;
        z-index: 100;
        padding: 5px 0;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0);
        background-color: rgba(0, 0, 0, 0);
        height: 60px;
        marker-offset: 100px;
    }
    .sticky.top-menu2 {
        position: relative;
        z-index: auto;
        width: 100%;
        left: 0;
        top: 0;
        padding: 5px 0;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, .1);
        background-color: #0b0b0b;
        height: 60px;
    }
    .sticky .logo {
        display: block;
    }
    .sticky .logo img {
        height: 50px;
        padding: 0;
        margin: 0;
    }
    .sticky .header-r {
        padding-top: 0;
    }
    .sticky .call {
        display: block;
    }
    .top-nav {
        position: relative;
        font-size: 13px;
        line-height: 38px;
        height: 40px;
        padding: 2px 0 0 0;
    }
    .top-nav .container-fluid {
        padding-top: 0;
        padding-bottom: 0;
        position: relative;
    }
    .top-nav button {
        background-color: rgba(0, 0, 0, 0);
        display: inline-block;
        width: auto;
        padding: 0 30px 0 0;
        line-height: 37px;
        border: 0;
        margin: 3px 0;
        font-size: 24px;
        cursor: pointer;
        color: rgba(0, 0, 0, 1);
        float: left;
    }
    .sidebar {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }
    .sidebar a {
        padding: 2px 50px;
        text-decoration: none;
        font-size: 14px;
        color: #e5bf52 !important;
        display: block;
        transition: 0.3s;
    }
    .sidebar a:hover {
        color: #f5dd8a !important;
    }
    .sidebar .closebtn {
        position: absolute;
        top: 0;
        right: -30px;
        font-size: 36px;
    }
    .openbtn {
        font-size: 20px;
        cursor: pointer;
        background-color: #111;
        color: white;
        padding: 10px 15px;
        border: none;
    }
    .openbtn:hover {
        background-color: #444;
    }
    #main {
        transition: margin-left .5s;
        padding: 16px;
    }
    .currency-filter {
        position: relative;
    }
    header {
        position: relative;
        z-index: auto;
        background-color: rgba(0, 0, 0, 1) !important;
        width: 100%;
        color: #fff;
        padding: 10px 0;
        left: 0;
        top: 0;
    }
    header .container-fluid {
        padding-top: 0;
        padding-bottom: 0;
    }
    header .logo {
        float: left;
        width: 75%;
        text-align: left;
        max-height: 65px;
        overflow: hidden;
    }
    header .logo img {
        height: 50px;
        width: auto;
    }
    header .header-r {
        float: left;
        width: 0%;
        padding-top: 0;
    }
    header .header-r2 {
        display: none;
    }
    header .header-r3 {
        display: block;
    }
}

/* Home Searech panel */

.slider {
    height: 90%;
    position: relative;
}

.home-slide {
    overflow: hidden;
    height: 100%;
}

.slider2 {
    border-right: solid 10px #fff;
    border-bottom: solid 10px #fff;
    box-shadow: 10px 10px 0 0#004274;
}

.slider .slider-bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slider .slider-bg .container-fluid {
    padding-top: 60px;
    padding-bottom: 50px;
    position: relative;
    height: 100%;
    width: 100%;
}

.slider .slider-bg .slider-border {
    position: relative;
    height: 100%;
    width: 100%;
    background: url(../images/slider-bg.svg);
    background-repeat: no-repeat;
    background-size: 100%, cover;
}

.home-search {
    position: absolute;
    z-index: 10;
    left: 0%;
    bottom: 200px;
    width: 100%;
    padding: 0 50px !important;
}

.home-search form {
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
    padding: 30px;
}

.home-search form .row {
    margin-right: -2px;
    margin-left: -2px;
}

.home-search form .col-6,
.home-search form .col-sm-4,
.home-search form .col-md-2 {
    padding-right: 2px;
    padding-left: 2px;
}

#advanced_search_btn {
    position: absolute;
    z-index: 1;
    width: 250px;
    height: 44px;
    line-height: 40px;
    left: 50%;
    bottom: 50px;
    margin-left: -125px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
}

#advanced_search {
    position: relative;
    z-index: 1000 !important;
    width: 90%;
    height: 80%;
    left: 5%;
    top: 10%;
    background-color: rgba(0, 0, 0, 1);
    text-align: center;
    border-radius: 0;
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, .1);
    border: solid 2px #d4b453;
}

#advanced_search .auto-complete {
    width: 70%;
    padding: 100px 0;
    margin-left: 15%;
    position: relative;
}

.auto-complete .f-floor:before {
    left: 10px;
}

.h-news {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    background: -webkit-linear-gradient(90deg, rgba(212, 180, 83, .85), rgba(194, 147, 45, .85), rgba(236, 204, 102, .85));
    background: linear-gradient(90deg, rgba(212, 180, 83, .85), rgba(194, 147, 45, .85), rgba(236, 204, 102, .85));
    margin-top: -50px;
    font-weight: 700;
    color: rgba(0, 0, 0, .8);
    line-height: 30px;
    border-top: solid 1px #cead45;
}

.h-news .m-head {
    float: left;
    font-size: 22px;
    width: 8%;
    color: rgba(0, 0, 0, .8);
    line-height: 30px;
}

.h-news marquee {
    float: left;
    line-height: 30px;
    width: 92%;
}

.h-news marquee span {
    margin-right: 20px;
    padding-right: 20px;
    border-right: solid 1px rgba(255, 255, 255, .8);
}

.h-news .container-fluid {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

@media screen and (max-width: 992px) {
    .slider {
        height: auto;
        position: relative;
    }
    .home-slide {
        overflow: visible;
        height: auto;
    }
    .slider2 {
        border-right: solid 10px #fff;
        border-bottom: solid 10px #fff;
        box-shadow: 10px 10px 0 0#004274;
    }
    .slider .slider-bg {
        position: relative;
        z-index: auto;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        background-color: #000;
    }
    .slider .slider-bg .container-fluid {
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
        height: auto;
        width: 100%;
    }
    .slider .slider-bg .slider-border {
        position: relative;
        height: auto;
        width: 100%;
        background: none;
    }
    .home-search {
        position: relative;
        left: 0%;
        bottom: auto;
        width: 100%;
        padding: 0 0 !important;
        height: auto;
    }
    .home-search form {
        width: 100%;
        background-color: rgba(0, 0, 0, 1);
        padding: 0;
    }
    .h-news {
        position: relative;
        z-index: auto;
        left: 0;
        width: 100%;
        margin-top: 0;
        font-weight: 700;
        color: rgba(0, 0, 0, .8);
        line-height: normal;
        border-top: solid 1px #cead45;
    }
    .h-news .container-fluid {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #advanced_search_btn {
        display: none;
        position: relative;
        z-index: auto;
        width: 250px;
        height: 44px;
        line-height: 40px;
        left: 50%;
        bottom: auto;
        margin-left: -125px;
        text-align: center;
        background-color: rgba(0, 0, 0, 0);
        font-weight: normal;
        text-transform: uppercase;
        cursor: pointer;
        color: rgba(0, 0, 0, .8);
    }
    #advanced_search {
        position: relative;
        z-index: 1000 !important;
        width: 90%;
        height: 80%;
        left: 5%;
        top: 10%;
        background-color: rgba(0, 0, 0, 1);
        text-align: center;
        border-radius: 0;
        box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, .1);
        border: solid 2px #d4b453;
    }
    #advanced_search .auto-complete {
        width: 70%;
        padding: 100px 0;
        margin-left: 15%;
        position: relative;
    }
    .auto-complete .f-floor:before {
        left: 10px;
    }
}

/* Home Searech panel End*/

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.circle-1 {
    background-image: url(../images/circle-1.svg);
    background-repeat: no-repeat;
    background-position: right top;
}

.circle-2 {
    background-image: url(../images/circle-2.svg);
    background-repeat: no-repeat;
    background-position: right top;
}

.heading {
    position: relative;
    font-family: 'Roboto Slab', serif;
    padding-bottom: 35px;
    margin-bottom: 15px;
    background-image: url(../images/h-bg1.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.heading .light-text {
    color: rgba(245, 220, 118, .2);
    font-weight: 700;
    font-size: 100px;
    text-transform: uppercase;
    line-height: 120px;
}

.container2 .heading .light-text {
    color: rgba(255, 255, 255, .1);
}

.heading .sub-text {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 8px;
    color: #666;
    margin: 0 0 20px 0;
    position: absolute;
    z-index: 1;
    left: 70px;
    top: 20px;
    line-height: normal;
}

.container2 .heading .sub-text {
    color: rgba(255, 255, 255, .8);
}

.heading h1,
.heading h2 {
    text-transform: uppercase;
    font-size: 36px;
    position: absolute;
    z-index: 1;
    left: 70px;
    bottom: 50px;
    line-height: normal;
}

@media screen and (max-width: 768px) {
    .heading {
        position: relative;
        margin-bottom: 10px;
    }
    .heading .light-text {
        display: none;
    }
    .heading .sub-text {
        display: none;
    }
    .heading h1,
    .heading h2 {
        text-transform: uppercase;
        font-size: 22px;
        position: relative;
        z-index: auto;
        left: 0;
        bottom: 0;
        line-height: normal;
    }
}

.grad {
    background: rgba(238, 198, 95, 1);
    background: -moz-linear-gradient(-45deg, rgba(238, 198, 95, 1) 0%, rgba(167, 111, 42, 1) 12%, rgba(226, 184, 85, 1) 26%, rgba(249, 242, 183, 1) 43%, rgba(226, 184, 85, 1) 61%, rgba(143, 94, 33, 1) 80%, rgba(226, 184, 85, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(238, 198, 95, 1)), color-stop(12%, rgba(167, 111, 42, 1)), color-stop(26%, rgba(226, 184, 85, 1)), color-stop(43%, rgba(249, 242, 183, 1)), color-stop(61%, rgba(226, 184, 85, 1)), color-stop(80%, rgba(143, 94, 33, 1)), color-stop(100%, rgba(226, 184, 85, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(238, 198, 95, 1) 0%, rgba(167, 111, 42, 1) 12%, rgba(226, 184, 85, 1) 26%, rgba(249, 242, 183, 1) 43%, rgba(226, 184, 85, 1) 61%, rgba(143, 94, 33, 1) 80%, rgba(226, 184, 85, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(238, 198, 95, 1) 0%, rgba(167, 111, 42, 1) 12%, rgba(226, 184, 85, 1) 26%, rgba(249, 242, 183, 1) 43%, rgba(226, 184, 85, 1) 61%, rgba(143, 94, 33, 1) 80%, rgba(226, 184, 85, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(238, 198, 95, 1) 0%, rgba(167, 111, 42, 1) 12%, rgba(226, 184, 85, 1) 26%, rgba(249, 242, 183, 1) 43%, rgba(226, 184, 85, 1) 61%, rgba(143, 94, 33, 1) 80%, rgba(226, 184, 85, 1) 100%);
    background: linear-gradient(135deg, rgba(238, 198, 95, 1) 0%, rgba(167, 111, 42, 1) 12%, rgba(226, 184, 85, 1) 26%, rgba(249, 242, 183, 1) 43%, rgba(226, 184, 85, 1) 61%, rgba(143, 94, 33, 1) 80%, rgba(226, 184, 85, 1) 100%);
    background-clip: border-box;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eec65f', endColorstr='#e2b855', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h1,
h2,
h3,
h4 {
    font-family: 'PlayfairDisplayBold' !important;
}

h1 {
    font-size: 30px !important;
    padding: 0 0 10px 0px !important;
    margin: 0 0 10px 0 !important;
    color: #c5992a !important;
    font-weight: 500 !important;
    font-size: 32px;
    font-weight: bold !important;
    text-transform: uppercase;
}

h1 a {
    color: #333333;
    text-decoration: none;
}

h2 {
    font-size: 30px !important;
    padding: 0 0 10px 0 !important;
    margin: 0 0 10px 0 !important;
    color: #c5992a !important;
    font-weight: 500 !important;
    font-size: 32px;
    font-weight: bold !important;
    text-transform: uppercase;
}

h3 {
    font-size: 28px;
    text-decoration: none;
    font-weight: bold !important;
    color: #111;
    position: relative;
    padding: 0 0 15px 0 !important;
    margin: 0 0 15px 0 !important;
    text-transform: uppercase;
    font-weight: bold !important;
}

h3 span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    border-top: solid 2px #d4b453;
    height: 5px;
}

.container2 h3 {
    color: #fff;
}

h3 a {
    color: #333333;
    text-decoration: none;
    line-height: 25px;
}

h3 a:hover {
    text-decoration: underline;
}

h4 {
    color: #d4b453;
    font-size: 20px;
    font-weight: bold;
}

h5 {
    color: #d4b453;
    font-size: 17px;
    font-weight: bold;
}

h6 {
    font-style: italic;
    font-size: 16px;
    line-height: 32px;
    color: #f5dd97;
}

@media screen and (max-width: 992px) {
    h1 {
        font-size: 20px !important;
        padding: 0px !important;
        margin: 0 0 10px 0 !important;
    }
    h2 {
        font-size: 20px !important;
        padding: 0px !important;
        margin: 0 0 10px 0 !important;
    }
    h3 {
        font-size: 18px !important;
        padding: 0 0 10px 0 !important;
        margin: 0 0 10px 0 !important;
    }
    h4 {
        color: #d4b453;
        font-size: 18px;
        font-weight: bold;
    }
    h5 {
        color: #d4b453;
        font-size: 16px;
        font-weight: bold;
    }
    h6 {
        font-style: italic;
        font-size: 15px;
        line-height: 30px;
        color: #f5dd97;
    }
}

.container {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.container-fluid {
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.container-fluid p {
    text-align: justify;
}

@media screen and (max-width: 768px) {
    .container-fluid {
        padding-left: 30px !important;
        padding-right: 30px !important;
        padding-top: 30px;
        padding-bottom: 30px;
        position: relative;
    }
}

@media screen and (max-width: 480px) {
    .container-fluid {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
    }
}

.container-fluid p {
    text-align: justify;
}

.container2 {
    background-color: #0d0d0d;
    position: relative;
}

.container3 {
    background-color: #eee;
    padding: 10px 0;
}

@media screen and (max-width: 992px) {
    .container2 {
        position: relative;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .container3 {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .container3 {
        display: none;
    }
    .container {
        background-color: #fff;
        padding: 30px 0;
    }
    .container2 {
        padding: 30px 0;
    }
    .container3 {
        background-color: #eee;
        padding: 10px 0;
    }
}

/* Home tabs--------------------------- */

.home-tabs .nav {
    display: table;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    text-align: center;
}

.home-tabs .nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.home-tabs .nav-link:hover,
.home-tabs .nav-link:focus {
    text-decoration: none;
}

.home-tabs .nav-link.disabled {
    color: #6c757d;
}

.home-tabs .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    text-align: center;
    width: 100%;
}

.home-tabs .nav-tabs .nav-item {
    margin-bottom: 0;
    text-align: center;
    margin: 0 5%;
    display: inline-block;
    border-radius: 0%;
}

.home-tabs .nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #e1bb52 !important;
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    width: 170px;
    height: 170px;
    border-radius: 0;
    padding: 65px 0 0 0;
    box-shadow: 0px 10px #e5bf52;
    border-bottom: solid 10px #faf8f2;
    position: relative;
    background-image: url(../images/bdr-2.png);
    background-size: cover;
    background-position: center center;
    border-color: #000 #000 #000;
}

.home-tabs .nav-tabs .nav-link.silver {
    background-image: url(../images/bdr-3.png);
    color: #ddd !important;
    box-shadow: 0px 10px #ddd;
}

.home-tabs .nav-tabs .nav-link.platinum {
    background-image: url(../images/bdr-1.png);
    color: #c2cad4 !important;
    box-shadow: 0px 10px #c2cad4;
}

.home-tabs .nav-tabs .v-border {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -68px;
    width: 4px;
    height: 50px;
    background: -webkit-linear-gradient(180deg, #e5bf52, #e5bf52);
    background: linear-gradient(180deg, #e5bf52, #e5bf52);
    display: inline-block;
    opacity: 0;
}

.home-tabs .nav-tabs .nav-link.silver .v-border {
    background: -webkit-linear-gradient(180deg, #ddd, #ddd);
    background: linear-gradient(180deg, #ddd, #ddd);
}

.home-tabs .nav-tabs .nav-link.platinum .v-border {
    background: -webkit-linear-gradient(180deg, #c2cad4, #c2cad4);
    background: linear-gradient(180deg, #c2cad4, #c2cad4);
}

.home-tabs .nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #000;
}

.home-tabs .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.home-tabs .nav-tabs .nav-link.active,
.home-tabs .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    border-color: #000;
    border-radius: 0;
    border-color: #000 #000 #000;
}

.home-tabs .nav-tabs .nav-item.show .nav-link,
.home-tabs .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #000;
    border-color: #000 #000 #000;
}

.home-tabs .nav-tabs .nav-link.active .v-border,
.home-tabs .nav-tabs .nav-item.show .nav-link .v-border {
    opacity: 1;
}

.tab-content {
    margin: 60px 0 0 0;
    padding: 0;
    border-top: solid 1px rgba(0, 0, 0, .2);
}

@media screen and (max-width: 992px) {
    .home-tabs .nav-tabs .nav-item {
        margin: 0 5px;
    }
    .home-tabs .nav-tabs .nav-link {
        font-size: 12px;
        text-transform: uppercase;
        width: 120px;
        height: 120px;
        padding: 40px 0 0 0;
        box-shadow: 0px 5px #e5bf52;
        border-bottom: solid 5px #faf8f2;
        border-color: #000 #000 #000;
    }
    .home-tabs .nav-tabs .nav-link.silver {
        box-shadow: 0px 5px #ddd;
    }
    .home-tabs .nav-tabs .nav-link.platinum {
        box-shadow: 0px 5px #c2cad4;
    }
    .home-tabs .nav-tabs .v-border {
        bottom: -59px;
    }
}

@media screen and (max-width: 768px) {
    .home-tabs .nav-tabs .nav-item {
        margin: 0 5px;
    }
    .home-tabs .nav-tabs .nav-link {
        font-size: 12px;
        text-transform: uppercase;
        width: 120px;
        height: 120px;
        padding: 40px 0 0 0;
        box-shadow: 0px 5px #e5bf52;
        border-bottom: solid 5px #faf8f2;
        border-color: #000 #000 #000;
    }
}

@media screen and (max-width: 480px) {
    .home-tabs .nav-tabs .nav-item {
        margin: 0 5px;
    }
    .home-tabs .nav-tabs .nav-link {
        font-size: 11px;
        text-transform: uppercase;
        width: 80px;
        height: 80px;
        padding: 25px 0 0 0;
        box-shadow: 0px 5px #e5bf52;
        border-bottom: solid 5px #faf8f2;
        border-color: #000 #000 #000;
    }
}

/* ---------------Project------------ */

.project {
    width: 100%;
    margin: 15px 0;
    font-size: 13px;
    position: relative;
    background-color: #000;
    color: #d4b453;
}

.project a {
    display: block;
    padding: 0%;
    text-decoration: none;
    border: solid 3px #d4b453;
    color: #d4b453;
    text-align: left;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
}

.project a h3 {
    font-size: 22px;
    padding: 0 !important;
    line-height: normal;
    margin: 0 0 10px 0 !important;
    color: #fff;
}

.project a h3 strong {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.project a .thumb-img {
    width: 50%;
    float: left;
    height: 200px;
    overflow: hidden;
    background-color: #c8c9ca;
    position: relative;
    border: solid 1px #d4b453;
    padding: 0 !important;
    margin: 0 !important;
}

.project a .thumb-img img {
    width: 100%;
    height: auto;
    min-height: 200px;
    padding: 0 !important;
    margin: 0 !important;
    float: left;
}

.project a .thumb-img .tag-G {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    background-color: #d4b453;
    padding: 0px 8px;
    color: rgba(0, 0, 0, .8);
    font-weight: 700;
}

.project a .thumb-img .tag-P {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    background-color: #c2cad4;
    padding: 0px 8px;
    color: rgba(0, 0, 0, .8);
    font-weight: 700;
}

.project a .thumb-img .tag-S {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    background-color: #f1f1f1;
    padding: 0px 8px;
    color: rgba(0, 0, 0, .8);
    font-weight: 700;
}

.project a .thumb-cont {
    float: left;
    width: 50%;
}

.project a .thumb-detail {
    padding: 15px;
    text-align: left;
}

.project a .thumb-detail .price {
    font-size: 18px;
    color: #e5bf52;
    padding: 0 15px;
    margin-bottom: 10px;
}

.project a .thumb-detail h3 {
    border-bottom: solid 1px #d4b453;
    padding-bottom: 8px !important;
}

.project a .thumb-detail h5 {
    padding-left: 15px;
    color: #d4b453;
    font-size: 14px;
}

.project a .thumb-detail h6 {
    padding-left: 15px;
    color: #d4b453;
    font-weight: bold;
    font-family: 'ProximaNovaSemibold';
    font-style: normal;
}

.project a .thumb-detail .v-detail {
    padding-left: 15px;
    font-weight: 700;
    margin-top: 10px;
    color: #d4b453;
    font-size: 16px;
}

.project a .thumb-detail .v-detail:hover {
    color: #f5dd97;
}

.project a .thumb-strip {
    background-color: #f5f5f5;
    border-top: solid 1px rgba(0, 0, 0, .2);
    background-color: #d4b453;
}

.project a .thumb-strip ul {
    list-style: none;
    display: table;
    width: 100%;
}

.project a .thumb-strip ul li {
    display: table-cell;
    padding: 3px 10px;
    width: 25%;
    text-align: center;
    box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, .2);
    color: rgba(0, 0, 0, .8);
}

@media screen and (max-width: 480px) {
    .project {
        width: 100%;
        margin: 15px 0;
        font-size: 13px;
        position: relative;
        background-color: #000;
        color: #d4b453;
    }
    .project a {
        display: block;
        padding: 0%;
        text-decoration: none;
        border: solid 3px #d4b453;
        color: #d4b453;
        text-align: left;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
    }
    .project a h3 {
        font-size: 16px;
        text-transform: capitalize;
        padding: 0 !important;
        line-height: normal;
        margin: 0 0 10px 0;
        color: #fff;
    }
    .project a h3 strong {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
    }
    .project a .thumb-img {
        width: 100%;
        float: none;
        height: auto;
        overflow: hidden;
        background-color: #c8c9ca;
        position: relative;
        border: solid 1px #d4b453;
        margin: 0 !important;
        padding: 0 !important;
    }
    .project a .thumb-img img {
        width: 100%;
        height: auto;
        min-height: 100px;
        margin: 0 !important;
        padding: 0 !important;
    }
    .project a .thumb-img .tag-G {
        position: absolute;
        z-index: 1;
        bottom: 0;
        right: 0;
        background-color: #d4b453;
        padding: 0px 8px;
        color: rgba(0, 0, 0, .8);
        font-weight: 700;
    }
    .project a .thumb-img .tag-P {
        position: absolute;
        z-index: 1;
        bottom: 0;
        right: 0;
        background-color: #c2cad4;
        padding: 0px 8px;
        color: rgba(0, 0, 0, .8);
        font-weight: 700;
    }
    .project a .thumb-img .tag-S {
        position: absolute;
        z-index: 1;
        bottom: 0;
        right: 0;
        background-color: #f1f1f1;
        padding: 0px 8px;
        color: rgba(0, 0, 0, .8);
        font-weight: 700;
    }
    .project a .thumb-cont {
        float: none;
        width: 100%;
    }
    .project a .thumb-detail {
        padding: 10px;
        text-align: left;
    }
    .project a .thumb-detail .price {
        font-size: 18px;
        color: #e5bf52;
        padding: 0;
        margin-bottom: 10px;
    }
    .project a .thumb-detail h3 {
        border-bottom: solid 1px #d4b453;
        padding-bottom: 8px !important;
    }
    .project a .thumb-detail h5 {
        padding-left: 0;
        color: #d4b453;
        font-size: 14px;
    }
    .project a .thumb-detail h6 {
        padding-left: 0;
        color: #d4b453;
    }
    .project a .thumb-detail .v-detail {
        padding-left: 0;
        margin-top: 10px;
        font-size: 16px;
    }
    .project a .thumb-detail .v-detail:hover {
        color: #f5dd97;
    }
    .project a .thumb-strip {
        background-color: #f5f5f5;
        border-top: solid 1px rgba(0, 0, 0, .2);
        background-color: #d4b453;
    }
    .project a .thumb-strip ul {
        list-style: none;
        display: table;
        width: 100%;
    }
    .project a .thumb-strip ul li {
        display: block;
        padding: 3px 10px;
        width: 100%;
        text-align: left;
        box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, .8);
    }
}

.awards {
    border: solid 2px #d4b448;
    padding: 15px;
    margin: 15px 0 !important;
}

.awards h5 {
    font-family: 'ProximaNovaSemibold';
}

.awards img {
    height: 300px;
    width: auto;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .awards {
        text-align: center;
    }
    .awards img {
        height: auto;
        width: auto;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .awards p {
        text-align: center;
    }
}

.h-slide1 {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../images/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #e6164a;
    height: auto;
    width: 92%;
    margin: 0 auto;
    padding: 4%;
    color: #fff;
}

.h-slide1 a {
    color: #fff;
}

.h-slide1 h2 {
    text-align: center !important;
    color: #FFF;
}

.inner-banner {
    background-size: 100%;
    background-attachment: scroll;
    background-image: url(../images/inner-banner.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: auto;
    width: 100%;
    margin: 0 auto !important;
    padding: 150px 0 0 0;
    position: relative;
}

.inner-banner.inner-large {
    padding: 350px 0 20px 0;
}

.inner-banner .builder-logo {
    position: absolute;
    right: 50px;
    top: -250px;
    padding: 8px;
    background-color: rgba(0, 0, 0, .3);
}

.inner-banner .builder-logo img {
    height: 60px;
    width: auto;
}

.inner-banner.blank {
    background-size: 100%;
    background-attachment: scroll;
    background-image: none;
    background-color: #000;
    padding: 60px 0 0 0;
    border-bottom: solid 1px rgba(255, 255, 255, .1);
}

.inner-banner.inner-video {
    padding: 0 0 0 0;
    background-image: none;
}

.inner-banner.inner-video .video-cont {
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 200px;
    padding: 0 0 20px 0;
}

.inner-banner.inner-video .video-cont .container-fluid {
    padding: 0 0 0 0;
}

.inner-banner.inner-large .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.inner-banner.inner-large .videoWrapper iframe {
    position: absolute;
    top: -350px;
    left: 0;
    width: 100%;
    height: 100%;
}

.inner-banner h1 {
    background-color: #d4b453;
    color: rgba(0, 0, 0, .8) !important;
    margin: 0 0 20px -50px !important;
    padding: 0px 50px 5px 50px !important;
    font-size: 36px;
    line-height: normal;
    display: inline-block;
}

.inner-banner .container-fluid {
    padding-top: 0;
    padding-bottom: 250px;
}

.inner-banner.inner-large .container-fluid {
    padding-top: 0;
    padding-bottom: 0px;
}

.inner-banner.bg-contact {
    background-image: url(../images/bg-contact.jpg);
}

.inner-banner.bg-feedback {
    background-image: url(../images/bg-feedback.jpg);
}

.inner-banner.bg-about {
    background-image: url(../images/bg-about.jpg);
}

.inner-banner.bg-privacy {
    background-image: url(../images/bg-privacy.jpg);
}

.inner-banner.bg-career {
    background-image: url(../images/bg-career.jpg);
}

.inner-banner.bg-emi {
    background-image: url(../images/bg-emi.jpg);
}

.inner-banner.bg-services {
    background-image: url(../images/bg-services.jpg);
}

.inner-banner.bg-testimoni {
    background-image: url(../images/bg-testimoni.jpg);
}

.inner-banner.bg-map {
    background-image: url(../images/bg-map.jpg);
}

.inner-search {
    position: relative;
    padding: 0 50px;
    background-color: rgba(0, 0, 0, .9);
    margin-top: -80px;
}

.inner-search form {
    padding: 15px 0;
}

.inner-search .row {
    margin-right: -2px;
    margin-left: -2px;
}

.inner-search .col {
    padding-right: 2px;
    padding-left: 2px;
}

.inner-search .col-6,
.inner-search .col-sm-4,
.inner-search .col-md-2,
.inner-search .col-md {
    padding-right: 2px;
    padding-left: 2px;
}

@media screen and (max-width: 992px) {
    .inner-banner {
        margin: 0 auto !important;
        padding: 60px 0;
    }
    .inner-banner.inner-large {
        padding: 350px 0 20px 0;
    }
    .inner-banner .container-fluid {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .inner-banner.blank {
        padding: 0;
        height: 1px;
    }
    .inner-banner.blank .container-fluid {
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .inner-banner h1 {
        display: none;
    }
    .inner-search {
        position: relative;
        padding: 0 25px;
        background-color: rgba(0, 0, 0, .9);
        margin-top: 0;
        border-bottom: solid 1px rgba(255, 255, 255, .2);
    }
    .inner-search form {
        padding: 15px 0;
    }
}

@media screen and (max-width: 768px) {
    .inner-banner {
        margin: 0 auto !important;
        padding: 20px 0;
    }
    .inner-banner.inner-large {
        padding: 120px 0;
    }
    .inner-banner .builder-logo {
        top: -100px;
    }
    .inner-banner .builder-logo img {
        height: 50px;
    }
}

@media screen and (max-width: 480px) {
    .inner-banner {
        margin: 0 auto !important;
        padding: 0;
    }
    .inner-banner.inner-large {
        padding: 50px 0;
    }
    .inner-banner .builder-logo {
        top: -40px;
        right: 15px;
        padding: 6px;
    }
    .inner-banner .builder-logo img {
        height: 30px;
    }
}

.sort {
    float: right;
    width: 250px;
}

@media screen and (max-width: 480px) {
    .sort {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
}

.testimonial {
    margin: 0 0 30px 0;
}

.testimonial img {
    width: auto;
    height: 65px;
    border: solid 1px #d4b440;
    float: left;
    margin: 0 10px 0 0;
}

.testimonial .t-con {
    padding: 25px;
    background-color: #0b0b0b;
    border: solid 1px #d4b453;
    position: relative;
    margin: 0 0 35px 0;
    color: #d4b453;
    font-style: italic;
    border-radius: 10px;
    box-shadow: 5px 15px 20px rgba(0, 0, 0, .1);
}

.testimonial .t-con .t-arrow {
    width: 34px;
    height: 34px;
    background-color: #0b0b0b;
    border-right: solid 1px #d4b453;
    border-bottom: solid 1px #d4b453;
    position: absolute;
    z-index: 10;
    bottom: -17px;
    left: 40px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari */
}

.testimonial h4 {
    color: #d4b453;
    font-weight: 400 !important;
}

@media screen and (max-width: 480px) {
    .testimonial h4 {
        font-size: 16px !important;
    }
}

.page-call {
    height: 90px;
    float: right;
    width: 320px;
    font-size: 28px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    line-height: 36px;
    text-align: right;
    margin: 15px 0 0 0;
    color: #d4b453;
}

.page-call img {
    float: left;
    margin: 0 10px 0 0;
}

@media screen and (max-width: 992px) {
    .page-call {
        display: none;
    }
}

.contact-box {
    display: block;
    margin: 40px 0;
}

.contact-box h3 {
    padding: 10px 0 0 0 !important;
    color: #d4b453;
    font-size: 22px;
}

.contact-box h6 a {
    color: #666 !important;
}

.shape1 {
    width: 90px;
    height: 90px;
    line-height: 90px;
    display: block;
    border: solid;
    border: solid 1px #d4b453;
    border-radius: 100%;
    margin: 0 20px 0 0;
    text-align: center;
    color: #666;
    float: left;
}

.shape1 i {
    font-size: 46px;
    line-height: 90px;
    color: #d4b453;
}

.contact-form {
    position: relative;
    border: solid 2px #d4b453;
    text-align: center;
    padding: 0 50px 50px 50px;
}

.contact-form .form-heading {
    display: inline-block;
    position: relative;
    z-index: 1;
    background-color: #000;
    top: -20px !important;
    padding: 0 20px;
}

@media screen and (max-width: 480px) {
    .contact-form {
        position: relative;
        border: solid 2px #d4b453;
        text-align: center;
        padding: 0 20px 20px 20px;
    }
}

.main {
    position: relative;
    box-shadow: 0px 0px 5px #666666;
}

.top-menu2 {
    margin: 0;
    width: 100%;
    background-color: #d4b453;
}

.top-menu2 ul {
    width: 100%;
    text-align: center;
}

.top-menu2 ul li {
    display: inline-block;
    list-style: none;
    margin: 0 !important;
}

.top-menu2 ul li a {
    text-decoration: none;
    padding: 0 20px;
    display: block;
    line-height: 50px;
    font-size: 15px;
    color: rgba(0, 0, 0, .8) !important;
    text-transform: uppercase;
    font-family: 'ProximaNovaBold';
    font-weight: bold;
}

.top-menu2 ul li a:hover {
    background-color: #000;
    color: #d4b453 !important;
}

@media screen and (max-width: 992px) {
    .top-menu2 {}
    .top-menu2 ul li a {
        text-decoration: none;
        padding: 0 5px;
        display: block;
        line-height: 30px;
        font-size: 12px;
        color: rgba(0, 0, 0, .8) !important;
        font-family: 'ProximaNovaSemibold';
        font-weight: normal;
    }
    .top-menu2 ul li a:hover {
        background-color: #222;
        color: #d4b453 !important;
    }
}

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

#player_list select {
    height: 30px;
    border: 1px solid #CCCCCC;
    color: #666666;
    font-size: 11px;
    text-decoration: none;
    background-image: url(../images/txt-box-bg.gif);
    background-repeat: repeat-x;
    background-position: left center;
    background-color: #FFFFFF;
    line-height: 30px;
    width: 140px;
    padding: 4px;
}

.img1 {
    max-width: 100%;
    height: auto;
    margin: 20px 0 0 0
}

.img_r {
    border: 1px solid #cccccc;
    margin-bottom: 5px;
}

.img_l {
    border: 1px solid #cccccc;
    margin-right: 10px;
    float: left;
}

/* Sweep To Right */

button,
html [type="button"],
[type="reset"],
[type="submit"] {}

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d4b453 !important;
    -webkit-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
    -webkit-transform-origin: 0 50% !important;
    transform-origin: 0 50% !important;
    -webkit-transition-property: transform !important;
    transition-property: transform !important;
    -webkit-transition-duration: 0.3s !important;
    transition-duration: 0.3s !important;
    -webkit-transition-timing-function: ease-out !important;
    transition-timing-function: ease-out !important;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: rgba(0, 0, 0, .8) !important;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
}

.hvr-sweep-to-right2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000 !important;
    -webkit-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
    -webkit-transform-origin: 0 50% !important;
    transform-origin: 0 50% !important;
    -webkit-transition-property: transform !important;
    transition-property: transform !important;
    -webkit-transition-duration: 0.3s !important;
    transition-duration: 0.3s !important;
    -webkit-transition-timing-function: ease-out !important;
    transition-timing-function: ease-out !important;
}

.hvr-sweep-to-right2:hover,
.hvr-sweep-to-right2:focus,
.hvr-sweep-to-right2:active {
    color: #d4b453 !important;
}

.hvr-sweep-to-right2:hover:before,
.hvr-sweep-to-right2:focus:before,
.hvr-sweep-to-right2:active:before {
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
}

.btn1 {
    background-color: #d4b453;
    display: inline-block;
    width: auto;
    padding: 0 30px;
    line-height: 37px;
    border: 0;
    margin: 3px 0;
    font-weight: normal;
    font-size: 15px;
    font-family: 'ProximaNovaSemibold';
    text-transform: uppercase;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
}

.btn1.full {
    display: block;
    width: 100%;
}

.btn1:hover {
    background-color: #d4b453;
    color: rgba(0, 0, 0, .8);
}

.btn2 {
    background-color: rgba(0, 0, 0, 1);
    color: #d4b453 !important;
    display: inline-block;
    width: auto;
    padding: 0 30px;
    line-height: 40px;
    border: 0;
    margin: 3px 0;
    font-weight: normal;
    font-size: 15px;
    font-family: 'ProximaNovaSemibold';
    text-transform: uppercase;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    border: solid 2px #d4b453;
}

.btn2 img {
    height: 30px;
    display: inline-block;
    margin: 0 5px 0 0;
}

.btn2.full {
    display: block;
    width: 100%;
}

.btn2:hover {
    background-color: #e5bf52;
    color: rgba(0, 0, 0, .8) !important;
}

.btn3 {
    display: inline-block;
    font-weight: 700;
    background-color: #000;
    line-height: 35px;
    color: #d4b453 !important;
    text-decoration: none;
    padding: 0px 20px;
    margin: 5px 0 0 0;
    text-transform: capitalize;
    border-radius: 20px;
    border: solid 2px #d4b453;
    cursor: pointer;
    font-size: 16px !important;
}

.btn3:hover {
    color: #d4b453;
    border: solid 2px #d4b453;
}

.btn4 {
    background-color: rgba(0, 0, 0, 1);
    color: #d4b453 !important;
    display: inline-block;
    width: auto;
    padding: 0 30px;
    line-height: 40px;
    margin: 3px 0;
    font-weight: normal;
    font-size: 15px;
    font-family: 'ProximaNovaSemibold';
    text-transform: uppercase;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    border: solid 2px #d4b453;
    text-align: center;
}

.btn4.sm {
    padding: 0 10px;
    line-height: 40px;
    margin: 3px 0;
    font-weight: normal;
    font-size: 13px;
}

.btn4.full {
    display: block;
    width: 100%;
}

.btn4:hover {
    color: rgba(0, 0, 0, .8);
}

.btn4-2 {
    background-color: #d4b453;
    color: #000 !important;
    display: inline-block;
    width: auto;
    padding: 0 30px;
    line-height: 40px;
    border: 0;
    margin: 3px 0;
    font-weight: normal;
    font-size: 15px;
    font-family: 'ProximaNovaSemibold';
    text-transform: uppercase;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    border: solid 2px #d4b453;
}

.btn4-2.full {
    display: block;
    width: 100%;
}

.btn4-2:hover {
    color: #d4b453;
}

.btn4-3 {
    background-color: rgba(0, 0, 0, 1);
    color: #d4b453 !important;
    display: inline-block;
    width: auto;
    padding: 10px 80px;
    line-height: 40px;
    border: 0;
    margin: 3px 0;
    font-weight: normal;
    font-size: 15px;
    font-family: 'ProximaNovaSemibold';
    text-transform: uppercase;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    border: solid 2px #d4b453;
}

.btn5 {
    background-color: #000;
    color: #d4b453 !important;
    display: inline-block;
    width: auto;
    padding: 0 30px;
    line-height: 40px;
    border: 0;
    margin: 3px 0;
    font-weight: normal;
    font-size: 15px;
    font-family: 'ProximaNovaSemibold';
    text-transform: uppercase;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    border: solid 2px rgba(0, 0, 0, .1);
}

.btn5.full {
    display: block;
    width: 100%;
}

.btn5:hover {
    color: rgba(0, 0, 0, .8);
}

.btn-plus {
    background-color: #000;
    display: inline-block;
    width: auto;
    padding: 0 10px;
    line-height: 35px !important;
    border: 0;
    margin: 0;
    font-weight: normal;
    font-size: 35px;
    font-family: 'ProximaNovaSemibold';
    text-transform: uppercase;
    cursor: pointer;
    color: #d4b453;
}

.list-why {}

.list-why li {
    list-style: none;
    font-size: 24px;
    height: 62px;
    line-height: 42px;
    margin: 16px 0;
    border: solid 1px #ccc;
    padding: 10px;
}

.list-why li img {
    float: left;
    height: 42px;
    margin: 0 20px 0 0;
}

@media screen and (max-width: 992px) {
    .list-why li {
        list-style: none;
        font-size: 16px;
        height: 62px;
        line-height: 42px;
        margin: 16px 0;
        border: solid 1px #ccc;
        padding: 10px;
    }
    .list-why li img {
        float: left;
        height: 36px;
        margin: 0 10px 0 0;
    }
}

.blogs {
    width: 100%;
    background-color: #0b0b0b;
    padding: 25px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, .1);
    margin: 0 0 30px 0;
    font-size: 17px;
    line-height: 32px;
    border: solid 1px #e5bf52;
}

.blogs .b-thumb {
    float: left;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 0 20px 0 0;
    border: solid 1px #e5bf52;
}

.blogs h3 a {}

.blogs h3 a:hover {
    color: inherit !important;
}

.blogs h3 strong {
    font-size: 14px;
    margin-left: 15px;
}

.blogs h3 strong i {
    margin-right: 5px;
}

.blogs .b-thumb img {
    min-height: 200px;
    width: 100%;
    height: auto;
    margin: 0;
}

.blogs .btn3 {
    margin: 15px 0 0 0;
}

.blogs ul.social {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    display: block;
}

.blogs ul.social:before,
.blogs ul.social:after {
    display: table;
    content: "";
}

.modal-body ul.social:after {
    clear: both;
}

.blogs .social li {
    display: inline-block;
    list-style: none;
    margin: 0 5px 5px 0 !important;
    padding: 0 !important;
    border: 0;
}

.blogs .social li a {
    padding: 0;
    margin: 0;
    text-align: center;
    display: block;
}

.blogs .social a i {
    color: #000;
    background: -webkit-linear-gradient(45deg, #e8d276, #d4b453, #ca9f43);
    background: linear-gradient(45deg, #e8d276, #d4b453, #ca9f43);
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
}

.blogs .social a:hover i {
    color: #d4b453;
    background: -webkit-linear-gradient(45deg, #000, #000, #000);
    background: linear-gradient(45deg, #000, #000, #000);
}

.blogs .blog-img {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 20px 0 0 0;
}

.blogs .blog-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    border: solid 1px #e5bf52;
}

.blogs .img-tag {
    text-align: center;
    font-style: italic;
    color: #f5dd8a;
    margin: 0 0 20px 0;
}

.blogs .blog-more-details {}

.blogs .blog-more-details span {
    margin: 0 10px 0 0;
    color: #f5dd8a;
}

.blogs .blog-more-details span i {
    color: #ca972b;
    margin: 0 5px 0 0;
}

.blogs .blog-more-details span a {
    color: #666;
}

.blogs .blog-more-details .tags {}

.blogs .blog-more-details .tags strong {
    background-color: #d4b453;
    border-radius: 5px;
    padding: 5px 7px;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0 8px 8px 0;
    color: rgba(0, 0, 0, .8);
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .blogs {
        width: 100%;
        background-color: #0b0b0b;
        padding: 25px;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, .1);
        margin: 0 0 30px 0;
        font-size: 17px;
        line-height: 32px;
        border: solid 1px #e5bf52;
    }
    .blogs .b-thumb {
        float: none;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0 0 20px 0;
        border: solid 1px #e5bf52;
    }
}

.map {
    border: solid 2px #d4b453;
    padding: 10px 10px 0 10px;
}

.list1 {
    text-decoration: none;
    text-align: left;
}

.list1 li {
    text-decoration: none;
    list-style-type: none;
}

.list1 li a {
    color: #0084C4;
    text-decoration: none;
    display: block;
    padding-left: 12px;
    font-size: 11px;
    font-weight: bold;
    background-image: url(../images/bullet1.png);
    background-repeat: no-repeat;
    background-position: left 12px;
    line-height: 35px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eeeeee;
}

.list1 li img {
    float: left;
    margin-right: 5px;
}

.list1 li a:hover {
    color: #333333;
    text-decoration: none;
    background-color: #FFFFFF;
}

.list2 {
    text-decoration: none;
    text-align: left;
    margin-top: 10px;
}

.list2 li {
    list-style-type: none;
    float: left;
    width: 48%;
    margin: 1%;
}

.list2 li a {
    color: #777777;
    text-decoration: none;
    display: block;
    font-size: 18px;
    text-align: center;
}

.list2 li a i {
    color: #fff;
    background-color: #999;
    padding: 20px;
    font-size: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    border: solid 3px #888;
}

.list2 li a:hover {
    color: #FB8004;
    text-decoration: none;
}

.list2 li a:hover i {
    background-color: #fff;
    color: #333;
    border: solid 3px #888;
}

.list4 {
    text-decoration: none;
    text-align: left;
    margin-bottom: 10px;
}

.list4 li {
    text-decoration: none;
    list-style-type: none;
    height: 35px;
}

.list4 li a {
    color: #333333;
    text-decoration: none;
    display: block;
    font-size: 12px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #dddddd;
    line-height: 34px;
    height: 34px;
}

.list4 li a:hover {
    color: #FB8004;
    text-decoration: none;
}

.list4 li a img {
    float: left;
    margin-right: 5px;
}

.list5 {
    text-decoration: none;
}

.list5 li {
    list-style-type: none;
    float: left;
    color: #666666;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
    line-height: 25px;
}

.list5 li a {
    float: left;
    color: #666666;
    text-decoration: none;
    line-height: 25px;
    font-size: 11px;
}

.list5 li a:hover {
    text-decoration: underline;
}

.list-amenities {
    margin: 0 0 15px 0;
}

.list-amenities:before,
.list-amenities:after {
    display: table;
    content: "";
}

.list-amenities:after {
    clear: both;
}

.list-amenities li {
    list-style-type: none;
    padding: 0 0 0 33px;
    text-indent: 3px;
    font-size: 14px;
    border-left: solid 0px #FF6600;
    margin: 0 2% 10px 0;
    text-align: left;
    float: left;
    width: 31.33%;
}

.list-amenities li:before {
    font-family: FontAwesome;
    top: 0;
    margin: 0 10px 0 -33px;
    content: "\f00c";
    color: #d4b453;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .list6 {
        text-decoration: none;
    }
    .list6 li {
        background-image: url(../images/bullet1.gif);
        background-repeat: no-repeat;
        background-position: left 10px;
        float: none;
        width: auto;
        padding-left: 22px;
        list-style-type: none;
        padding-top: 3px;
        padding-bottom: 3px;
    }
}

.dynamic {}

.dynamic ul {
    margin: 15px 0 0 15px;
}

.dynamic ul li {}

.dynamic ol {
    margin: 0 0 30px 20px;
}

.dynamic ol li {
    margin: 0 0 10px 0;
}

.dynamic2 {}

.dynamic2 ul {
    margin: 0 0 30px 0;
}

.dynamic2 ul li {
    list-style-type: none;
    padding: 0 0 0 24px;
    text-indent: 3px;
    font-size: 14px;
    border-left: solid 0px #FF6600;
    margin: 0 2% 5px 0;
    text-align: left;
}

.dynamic2 ul li:before {
    font-family: FontAwesome;
    top: 0;
    margin: 0 10px 0 -24px;
    content: "\f18e";
    color: #d4b453;
    font-size: 18px;
}

.builders {}

.builders ul {
    margin: 20px 0 0 0;
}

.builders ul:before,
.builders ul:after {
    display: table;
    content: "";
}

.builders ul:after {
    clear: both;
}

.builders ul li {
    list-style: none;
    float: left;
    width: 19%;
    border: solid 5px #d4b453;
    padding: 10px 0;
    background-color: #fff;
    text-align: center;
    margin: .5%;
}

.builders ul li img {
    height: 60px !important;
    width: auto !important;
    max-width: 100%;
}

@media screen and (max-width: 992px) {
    .builders ul li {
        width: 31%;
        border: solid 5px #d4b453;
        padding: 10px 0;
        margin: 1%;
    }
}

@media screen and (max-width: 768px) {
    .builders ul li {
        width: 46%;
        border: solid 5px #d4b453;
        padding: 10px 0;
        margin: 2%;
    }
}

@media screen and (max-width: 480px) {
    .builders ul li {
        width: 46%;
        border: solid 2px #d4b453;
        padding: 3px 0;
        margin: 2%;
    }
    .builders ul li img {
        height: 50px !important;
    }
}

.clients {
    height: auto;
    padding: 30px 0;
    background-color: #0a0a0a;
}

.clients img {
    height: 90px !important;
    width: auto !important;
    margin: 0 10px;
    border: solid 3px #d4b453;
    padding: 3px;
    background-color: #d4b453;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.clients img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.team {
    border: solid 2px #e5bf52;
    padding: 15px;
    margin: 15px 0;
}

.team .tm-1 {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    float: left;
    margin: 0 30px 0 0;
    padding: 0;
    overflow: hidden;
    /*background: -webkit-linear-gradient(5deg, #d4b453, #c2932d, #eccc66);
	background: linear-gradient(5deg, #d4b453, #c2932d, #eccc66);*/
}

.team .tm-1 img {
    width: 100%;
    height: auto;
    border-radius: 250px;
}

.team .tm-2 {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    float: right;
    margin: 0 0 0 30px;
    padding: 0;
    overflow: hidden;
}

.team .tm-2 img {
    width: 100%;
    height: auto;
    border-radius: 250px;
}

@media screen and (max-width: 768px) {
    .team .tm-1 {
        width: 250px;
        height: 250px;
        border-radius: 100%;
        float: none;
        margin: 0 auto 20px auto;
        padding: 0;
        overflow: hidden;
        /*background: -webkit-linear-gradient(5deg, #d4b453, #c2932d, #eccc66);
	background: linear-gradient(5deg, #d4b453, #c2932d, #eccc66);*/
    }
    .team h4 {
        text-align: center !important;
    }
    .team .tm-2 {
        width: 250px;
        height: 250px;
        border-radius: 100%;
        float: none;
        margin: 0 auto 20px auto;
        padding: 0;
        overflow: hidden;
    }
    .team h4 {
        text-align: center !important;
    }
}

.tbl1 {}

.tbl1 th {}

.tbl1 td {
    line-height: normal;
    padding: 7px 0;
}

.tbl1 td strong {
    font-size: 13px;
    color: #d4b453;
}

.tbl1 a {}

.txt1 {
    font-weight: bold;
    color: #143F47;
    text-decoration: none;
    text-align: left;
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 3px;
    margin-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #97D5E1;
}

.txt1 a {
    color: #E7420F;
    text-decoration: none;
}

.txt2 {
    font-size: 11px;
    font-weight: bold;
    color: #0084C4;
    text-decoration: none;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

.txt3 {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #333333;
}

.txt4 {
    color: #FB8004;
    text-decoration: none;
}

.txt4_2 {
    color: #4DA60B;
    text-decoration: none;
    font-weight: lighter;
}

.txt5 {
    color: #FFFFFF;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #333333;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-family: "Courier New", Courier, monospace;
    font-size: 16px;
    text-decoration: none;
}

.txt6 {
    font-size: 13px;
    font-weight: bold;
    color: #EA5E00;
    text-decoration: none;
    margin-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dddddd;
    text-align: left;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.txt6_1 {
    font-size: 13px;
    font-weight: bold;
    color: #009999;
    text-decoration: none;
    margin-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
    text-align: left;
    padding-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

.txt6_2 {
    font-size: 17px;
    font-weight: bold;
    color: #FB8004;
    text-decoration: none;
    margin-bottom: 3px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #C4C0A2;
    text-align: left;
    height: 24px;
    line-height: 17px;
    padding-bottom: 3px;
}

.txt6_3 {
    font-size: 17px;
    font-weight: bold;
    color: #0084C4;
    text-decoration: none;
    margin-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #C4C0A2;
    text-align: left;
    height: 24px;
    line-height: 17px;
    padding-bottom: 5px;
}

.txt6_4 {
    font-size: 13px;
    font-weight: bold;
    color: #0084C4;
    text-decoration: none;
    margin-bottom: 3px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #C4C0A2;
    text-align: left;
    padding-bottom: 3px;
}

.txt7 {
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}

.txt7_2 {
    font-weight: lighter;
    color: #0099CC;
    text-decoration: none;
}

.txt7_3 {
    font-weight: bold;
    color: #FF9900;
    text-decoration: none;
    font-size: 13px;
}

.txt9 {
    font-weight: bold;
    color: #4DA60B;
    text-decoration: none;
    font-size: 13px;
}

.txt11 {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    color: #FB8004;
    font-size: 11px;
}

.txt11_1 {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    color: #0084C4;
}

.txt11_2 {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    color: #FB8004;
}

.txt11_3 {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #333333;
    text-transform: uppercase;
}

.txt12 {
    background-image: url(../images/bullet2.gif);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 8px;
    margin-bottom: 3px;
    line-height: 14px;
}

.txt13 {
    font-size: 13px;
    font-weight: bold;
    color: #0084C4;
    text-decoration: none;
    background-image: url(../images/bullet10.png);
    background-repeat: no-repeat;
    background-position: left 4px;
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #eeeeee;
    padding-left: 20px;
}

.txt14 {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #4DA60B;
    font-size: 13px;
}

.rupee1 {
    background-image: url(../images/icon_rupee.png);
    background-repeat: no-repeat;
    background-position: 5px 3px;
    padding-left: 17px;
    font-weight: lighter;
}

.rupee2 {
    background-image: url(../images/icon_rupee.png);
    background-repeat: no-repeat;
    background-position: left 3px;
    padding-left: 12px;
}

.cross {
    text-decoration: none;
    float: right;
    color: #333;
    background-image: url(../images/cross.png);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    margin-top: 6px;
}

.g-border {
    border: solid 2px #e5bf52;
    padding: 50px;
}

@media screen and (max-width: 768px) {
    .g-border {
        border: solid 2px #e5bf52;
        padding: 20px;
    }
}

.explore {}

.more a {
    text-decoration: underline !important;
    font-weight: 700;
}

.link-1 {
    text-decoration: underline !important;
}

.link2 {
    font-weight: bold;
    color: #1F5EAB;
    text-decoration: none;
    background-image: url(../images/bullet1.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 22px;
    line-height: 20px;
    height: 20px;
}

.link2:hover {
    color: #333333;
    text-decoration: underline;
}

.link_search {
    font-weight: bold;
    color: #0084C4;
    text-decoration: none;
    padding-left: 30px;
    background-image: url(../images/search-icon.gif);
    background-repeat: no-repeat;
    background-position: left top;
    margin-right: 10px;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #97D3EA;
    margin-bottom: 3px;
    padding-bottom: 3px;
}

.link3 {
    background-image: url(../images/search_bg.gif);
    background-repeat: repeat-x;
    background-position: left top;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
    float: right;
    height: 20px;
    display: block;
    border: 1px solid #CCCCCC;
    padding: 5px;
    color: #333333;
}

.link3:hover {
    color: #F21B23;
    text-decoration: none;
}

.link4 {
    color: #4DA60B;
    text-decoration: none;
}

.link4:hover {
    text-decoration: underline;
}

.link5 {
    font-size: 13px;
    font-weight: bold;
    color: #0084C4;
    text-decoration: none;
    float: right;
}

.link6 {
    background-color: #f9f9f9;
    background-image: url(../images/bullet1.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    float: left;
    width: 285px;
    padding-left: 15px;
    border: 1px solid #CCCCCC;
    text-decoration: none;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

.link6:hover {
    background-color: #FFFFFF;
}

.link7 {
    float: right;
    border: 1px solid #333333;
    margin-top: 3px;
    background-image: url(../images/tm.gif);
    background-repeat: repeat-x;
    background-position: left top;
    text-decoration: none;
    line-height: 22px;
    height: 22px;
    padding-right: 8px;
    padding-left: 8px;
    color: #FFFFFF;
}

.link8 {
    text-decoration: none;
}

.link8 li {
    text-decoration: none;
    list-style-type: none;
    font-size: 13px;
    line-height: 35px;
    font-weight: bold;
    display: block;
    float: left;
    width: 25%;
}

.link8 li a {
    text-decoration: none;
    background-image: url(../images/bullet8.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    font-size: 13px;
    font-weight: bold;
    display: block;
    color: #333;
}

@media screen and (max-width: 480px) {
    .link8 li {
        text-decoration: none;
        list-style-type: none;
        font-size: 13px;
        line-height: 35px;
        font-weight: bold;
        display: block;
        float: none;
        width: 100%;
    }
}

.page_nation {
    text-decoration: none;
    line-height: 30px;
    margin: 20px 0 0 0;
    text-align: left;
}

.page_nation a {
    text-decoration: none;
    color: #d4b453 !important;
    border: solid 1px #d4b453;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0 0 0 5px;
    font-weight: lighter;
    display: inline-block;
}

.page_nation .pn-sel {
    color: rgba(0, 0, 0, .8);
    text-decoration: none;
    background-color: #d4b453;
    border: solid 1px #d4b453;
    font-size: 13px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0 0 0 5px;
    font-weight: bold;
    display: inline-block;
}

.page_nation a:hover {
    color: #fff;
    background-color: #333;
}

.detail-page {
    position: relative;
}

.detail-page .container-fluid {
    padding-top: 20px;
}

.anchor {
    position: relative;
    left: 0px;
    top: -60px;
}

.detail-page .detail-left {
    float: left;
    width: 70%;
    position: relative;
}

.detail-page .detail-right {
    float: left;
    width: 30%;
    padding-left: 40px;
}

.detail-page section {
    position: relative;
    padding: 30px;
    margin: 25px 0;
    background: #000;
    border-radius: 10px;
    border: solid 2px #d4b453;
    text-align: justify;
}

.detail-page section .form-cont {
    font-size: 11px;
    text-align: center;
    line-height: normal;
    border-top: solid 1px #d4b453;
    margin-top: 23px;
    padding-top: 25px;
}

.detail-page section .form-cont img {
    width: 32px;
    height: auto;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.detail-page section h3 {
    color: #d4b453 !important;
    border-bottom: solid 1px #d4b453;
    font-size: 22px;
    text-transform: uppercase;
}

.detail-page section h4 {
    color: #d4b453 !important;
    font-weight: 900 !important;
    border-bottom: solid 1px #d4b453;
    font-size: 22px;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    text-align: left;
}

.detail-page section .table th,
.detail-page section .table td {
    border-top: 1px solid #d4b453;
}

.detail-page section .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #d4b453;
}

.detail-page .detail-right ul.location-list {
    list-style: none;
}

.detail-page .detail-right ul.location-list li {
    list-style: none;
}

.detail-page .detail-right ul.location-list li a {
    display: block;
    color: #666;
    padding: 2px 0;
}

.detail-page .detail-right ul.location-list li a i {
    color: #d4b453;
    margin: 0 7px 0 0;
}

.amenities {
    margin: 0 !important;
}

.amenities:before,
.amenities:after {
    display: table;
    content: "";
}

.amenities:after {
    clear: both;
}

.amenities li {
    list-style-type: none;
    margin: 20px 0;
    text-align: center;
    float: left;
    width: 20%;
    line-height: normal;
    font-size: 13px;
}

.amenities li img {
    display: block;
    clear: both;
    margin: 0 auto 10px auto;
    width: 64px !important;
    height: 64px !important;
}

.details {
    margin: 0 !important;
}

.details:before,
.details:after {
    display: table;
    content: "";
}

.details:after {
    clear: both;
}

.details li {
    list-style-type: none;
    margin: 10px 0;
    text-align: center;
    float: left;
    width: 20%;
    line-height: normal;
    font-size: 13px;
}

.details li strong {}

.details li img {
    display: block;
    clear: both;
    margin: 0 auto 6px auto;
    width: 64px;
    height: auto;
}

@media screen and (max-width: 992px) {
    .detail-page .detail-left {
        float: none;
        width: 100%;
    }
    .detail-page section {
        position: relative;
        padding: 20px;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, .05);
        margin: 15px 0;
        border-radius: 3px;
    }
    .detail-page section h4 {
        font-size: 17px;
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
        text-transform: uppercase;
    }
    .detail-page .detail-right {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .amenities li {
        list-style-type: none;
        margin: 20px 0;
        text-align: center;
        float: left;
        width: 25%;
        line-height: normal;
        font-size: 12px;
    }
    .details li {
        width: 25%;
    }
}

@media screen and (max-width: 768px) {
    .amenities li {
        width: 33.33%;
    }
    .details li {
        width: 33.33%;
    }
}

@media screen and (max-width: 480px) {
    .amenities li {
        width: 50%;
    }
    .details li {
        width: 50%;
    }
}

.left-fix {
    position: fixed;
    left: 0;
    z-index: 10;
    top: 45%;
    width: 35px;
    text-align: center;
}

.left-fix a {
    color: #fff;
    text-decoration: none;
}

.left-fix i {
    color: rgba(0, 0, 0, .9);
    font-size: 16px;
    background-color: #c3923d;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.left-fix i.two {
    background-color: #e5bf52;
}

@media screen and (max-width: 768px) {
    .left-fix {
        width: 20px;
    }
    .left-fix i {
        font-size: 12px;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
}

.looking-strip {
    position: relative;
    background: -webkit-linear-gradient(5deg, #d4b453, #c2932d, #eccc66);
    background: linear-gradient(5deg, #d4b453, #c2932d, #eccc66);
    background-color: #d4b453;
    padding: 30px;
    width: 100%;
    color: rgba(0, 0, 0, .9);
}

.looking-strip img {
    position: absolute;
    z-index: 1;
    left: -10px;
    bottom: 0;
}

.looking-strip i {
    margin: 8px 5px 0 0;
    float: left;
}

.looking-strip h4 {
    color: rgba(0, 0, 0, .9);
    font-size: 22px !important;
    margin: 0 !important;
    line-height: normal;
    font-family: 'ProximaNovaRegular' !important;
}

.looking-strip h6 {
    color: rgba(0, 0, 0, .9);
    margin: 0 !important;
    line-height: normal !important;
    font-style: normal;
    font-size: 20px !important;
}

@media screen and (max-width: 768px) {
    .looking-strip {
        padding: 10px 10px 160px 10px;
    }
    .looking-strip h4 {
        color: #fff !important;
        font-size: 16px !important;
        margin: 0 !important;
        line-height: normal;
    }
    .looking-strip i {
        font-size: 42px !important;
    }
}

.form-control::placeholder {
    color: #d4b453 !important;
    opacity: 1;
}

::-webkit-input-placeholder {
    /* Chrome */
    color: #d4b453;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #d4b453;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #d4b453;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #d4b453;
    opacity: 1;
}

input[type="text"] {
    font-size: 15px;
    border: 0px;
    border: solid 1px #d4b453;
    color: #d4b453;
    padding: 0 10px !important;
    width: 100% !important;
    text-decoration: none;
    height: 44px;
    margin: 3px 0 !important;
    background-color: #111;
    border-radius: 0;
    line-height: 1 !important;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    box-shadow: inset 0px -2px 0px #d4b453;
    border: solid 1px #d4b453;
}

input[type="tel"] {
    font-size: 15px;
    border: 0px;
    border: solid 1px #d4b453;
    color: #d4b453;
    padding: 0 10px !important;
    width: 100% !important;
    text-decoration: none;
    height: 44px;
    margin: 3px 0 !important;
    background-color: #111;
    border-radius: 0;
    line-height: 1 !important;
}

input[type="number"] {
    font-size: 15px;
    border: 0px;
    border: solid 1px #d4b453;
    color: #d4b453;
    padding: 0 10px !important;
    width: 100% !important;
    text-decoration: none;
    height: 44px;
    margin: 3px 0 !important;
    background-color: #111;
    border-radius: 0;
    line-height: 1 !important;
}

input[type="email"] {
    font-size: 15px;
    border: 0px;
    border: solid 1px #d4b453;
    color: #d4b453;
    padding: 0 10px !important;
    width: 100% !important;
    text-decoration: none;
    height: 44px;
    margin: 3px 0 !important;
    background-color: #111;
    border-radius: 0;
    line-height: 1 !important;
}

input[type="password"] {
    font-size: 15px;
    border: 0px;
    border: solid 1px #d4b453;
    color: #d4b453;
    padding: 0 10px !important;
    width: 100% !important;
    text-decoration: none;
    height: 44px;
    margin: 3px 0 !important;
    background-color: #111;
    border-radius: 0;
    line-height: 1 !important;
}

.contact-field {
    margin: 0px 0 0 0;
    position: relative;
}

.contact-field:before,
.contact-field:after {
    display: table;
    content: "";
}

.contact-field:after {
    clear: both;
}

.contact-field .cc {
    float: left;
    width: 40%;
    position: relative;
    margin-right: 2%;
}

.contact-field .mn {
    float: left;
    width: 58%;
    position: relative;
}

select {
    font-size: 15px !important;
    border: 0px;
    border: solid 1px #d4b453;
    color: #d4b453;
    padding: 0 0 0 5px !important;
    width: 100% !important;
    text-decoration: none;
    height: 44px;
    margin: 3px 0 !important;
    background-color: #111;
    border-radius: 0;
    line-height: 1 !important;
}

select option {
    color: #666;
}

textarea {
    font-size: 15px !important;
    border: 0px;
    border: solid 1px #d4b453;
    color: #d4b453;
    padding: 10px 10px !important;
    width: 100% !important;
    text-decoration: none;
    height: 65px;
    line-height: 22px !important;
    margin: 3px 0 !important;
    background-color: #111;
    border-radius: 0;
}

form {}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 46px !important;
    margin-bottom: 0;
    margin: 3px 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 44px !important;
    padding: 0 10px !important;
    line-height: 44px !important;
    color: #d4b453 !important;
    background-color: #111 !important;
    border: 1px solid #d4b453 !important;
    border-radius: 0 !important;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 42px !important;
    padding: 0 15px !important;
    line-height: 42px !important;
    color: rgba(0, 0, 0, .8) !important;
    content: "Browsedfgd";
    background-color: #e5bf52 !important;
    border-left: 1px solid #d4b453 !important;
    border-radius: 0 !important;
}

.fi {
    position: absolute;
    color: #006699;
    left: 30px;
    top: 15px;
    font-size: 20px;
}

.f-user:before {
    content: "\f2c0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d4b453;
    font-size: 18px;
    width: 28px;
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}

.f-email:before {
    content: "\f2b7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d4b453;
    font-size: 18px;
    width: 28px;
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}

.f-map:before {
    content: "\f041";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d4b453;
    font-size: 18px;
    width: 28px;
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}

.f-pin:before {
    content: "\f278";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d4b453;
    font-size: 18px;
    width: 28px;
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}

.f-pin:before {
    content: "\f278";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d4b453;
    font-size: 18px;
    width: 28px;
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}

.f-globe:before {
    content: "\f0ac";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d4b453;
    font-size: 18px;
    width: 28px;
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}

.f-short:before {
    content: "\f036";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d4b453;
    font-size: 18px;
    width: 28px;
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}

.f-inr:before {
    content: "\f156";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d4b453;
    font-size: 18px;
    width: 28px;
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}

.f-message:before {
    content: "\f044";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d4b453;
    font-size: 18px;
    width: 28px;
    text-align: center;
    position: absolute;
    top: 12px;
    left: 20px;
}

.f-mobile:before {
    content: "\f10b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d4b453;
    font-size: 26px;
    width: 22px;
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}

.f-phone:before {
    content: "\f2a0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d4b453;
    font-size: 22px;
    width: 22px;
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}

.f-pass:before {
    content: "\f084";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d4b453;
    font-size: 26px;
    width: 22px;
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}

.f-floor:before {
    content: "\f0f7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d4b453;
    font-size: 22px;
    width: 22px;
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}

.f-hand:before {
    content: "\f0a4";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d4b453;
    font-size: 18px;
    width: 22px;
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}

.f-home:before {
    content: "\f015";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d4b453;
    font-size: 18px;
    width: 22px;
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}

.f-area:before {
    content: "\f1fe";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d4b453;
    font-size: 18px;
    width: 22px;
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}

.btn-file {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    line-height: 45px;
    height: 45px;
    background-color: #FFF;
    cursor: pointer;
    color: #666;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #EEE;
}

.btn-file:hover {
    background-color: #f9f9f9;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

.captcha {
    text-align: center;
    width: 227px !important;
    height: 57px !important;
    overflow: hidden;
    margin: 0 auto !important;
    display: inline-block !important;
}

.captcha .g-recaptcha {
    margin: 0 auto !important;
    display: inline-block !important;
}

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

.footer3 {
    background-color: #EEEEEE;
    height: 300px;
    border-top-width: 4px;
    border-top-style: double;
    border-top-color: #CCCCCC;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer3 h5 {
    color: #333333;
    text-decoration: none;
    border-bottom-color: #999999;
}

.footer3 td {
    padding-right: 15px;
}

.f-fix {
    position: fixed;
    width: 100%;
    z-index: 10;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(5deg, #d4b453, #c2932d, #eccc66);
    background: linear-gradient(5deg, #d4b453, #c2932d, #eccc66);
    line-height: normal;
    border-top: solid 2px #e5bf52;
}

.f-fix a {
    float: left;
    width: 33.33%;
    text-align: center;
    line-height: normal;
    display: block;
    font-weight: 700;
    color: rgba(0, 0, 0, .8) !important;
    padding: 5px 0;
    font-size: 13px;
    text-transform: uppercase;
    box-shadow: inset 1px 0px 0px 0px rgba(0, 0, 0, .2);
}

.f-fix a i {
    font-size: 25px;
}

.f-fix a i.fa-whatsapp {
    font-size: 28px;
}

.f-fix a.f-l {
    box-shadow: inset 1px 0px 0px 0px rgba(0, 0, 0, 0);
}

.f-fix a.for-detail {
    display: none;
}

.f-fix a.hide-detail {
    display: block;
}

.footer2 {
    background: -webkit-linear-gradient(45deg, #111 0%, #111 50%, #111 100%);
    background: linear-gradient(45deg, #111 0%, #111 50%, #111 100%);
    background-color: #111;
    color: #d4b453;
    text-decoration: none;
    padding: 20px 0;
    border-top: solid 2px #e5bf52;
}

.footer2 .container-fluid {
    padding-top: 30px;
    padding-bottom: 10px;
}

.footer2 h4 {
    font-size: 18px !important;
    text-decoration: none;
    font-weight: bold !important;
    color: #d4b453;
    position: relative;
    padding: 0 0 15px 0 !important;
    margin: 0 0 15px 0 !important;
    text-transform: uppercase;
}

.footer2 h4 span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    border-top: solid 2px #d4b453;
    height: 5px;
}

.footer2 ul {
    text-decoration: none;
}

.footer2 ul li {
    list-style-type: none;
}

.footer2 ul li a {
    text-decoration: none;
    color: #d4b453 !important;
    padding: 5px 0;
    display: block;
}

.footer2 ul li a:hover {
    color: #f5dd97 !important;
}

.footer2 ul li i {
    float: left;
    font-size: 18px;
    margin: 5px 0 0 0;
    width: 28px;
    text-align: center;
}

.footer2 ul.locality {
    text-decoration: none;
}

.footer2 ul.locality li {
    list-style-type: none;
    display: inline-block;
    margin: 2px 5px 5px 0;
}

.footer2 ul.locality li a {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
    padding: 5px 0;
    display: block;
    background-color: rgba(255, 255, 255, .1);
    padding: 0 8px;
    font-size: 13px;
}

.ul.social {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    display: block;
}

ul.social:before,
ul.social:after {
    display: table;
    content: "";
}

ul.social:after {
    clear: both;
}

.social li {
    float: left;
    list-style: none;
    margin: 0 5px 5px 0 !important;
    padding: 0 !important;
    border: 0;
}

.social li a {
    padding: 0;
    margin: 0;
    text-align: center;
    display: block;
}

.social a i {
    color: #000;
    background: -webkit-linear-gradient(45deg, #e8d276, #d4b453, #ca9f43);
    background: linear-gradient(45deg, #e8d276, #d4b453, #ca9f43);
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
}

.social a:hover i {
    color: #d4b453;
    background: -webkit-linear-gradient(45deg, #000, #000, #000);
    background: linear-gradient(45deg, #000, #000, #000);
}

@media screen and (max-width: 992px) {
    .footer2 {
        padding: 0;
    }
    .footer2 .container-fluid {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footer2 h4 {
        font-size: 16px;
        text-decoration: none;
        font-weight: 300 !important;
        color: #fff;
        position: relative;
        padding: 0 0 10px 0 !important;
        margin: 20px 0 10px 0 !important;
    }
    .footer2 ul li a {
        text-decoration: none;
        line-height: normal;
        height: auto;
        padding: 5px 0;
    }
    .footer2 ul.locality li {
        list-style-type: none;
        display: inline-block;
        margin: 2px 5px 5px 0;
    }
    .footer2 ul.locality li a {
        text-decoration: none;
        color: rgba(255, 255, 255, .9);
        padding: 2px 0;
        display: block;
        background-color: rgba(255, 255, 255, .1);
        padding: 0 5px;
    }
}

.footer {
    text-decoration: none;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #0b0b0b;
}

.footer .container-fluid {
    padding-top: 0px;
    padding-bottom: 0px;
}

.footer a {
    color: #d4b453 !important;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
}

.footer a:hover {
    color: #f5dd97 !important;
    text-decoration: underline;
}

.footer br {
    display: none;
}

@media screen and (max-width: 992px) {
    .footer br {
        display: block;
    }
    .footer {
        padding-bottom: 44px;
    }
    .footer .text-right {
        text-align: left !important;
    }
}

ul.breadcrumb {
    padding: 0;
    list-style: none;
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    display: none;
}

ul.breadcrumb li {
    display: inline;
    font-size: 13px;
    color: #fff;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: #ccc;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #efcf26;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

.modal {
    background-color: rgba(0, 0, 0, .5);
}

.modal-content {
    border: 0px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 0 !important;
    outline: 0;
    box-shadow: 15px 15px 25px rgba(0, 0, 0, .3);
    background-color: #000 !important;
    border: solid 2px #d4b453 !important;
}

.modal-body {
    padding: 0 !important;
    padding: 30px !important;
}

.modal-content .modal-header {
    text-align: center !important;
    border-bottom: solid 1px #d4b453;
}

.modal-content .modal-header {
    text-align: center !important;
}

.modal-content .modal-header h4 {
    color: #d4b453;
     !important;
    text-transform: uppercase;
}

.modal-content .modal-header .close {
    float: right;
    font-size: 22px !important;
    line-height: 1;
    color: #d4b453;
    text-shadow: 0 0px 0 rgba(255, 255, 255, 0);
    opacity: 1;
    margin: -25px -25px 0 0;
    background-color: #000;
    width: 39px;
    height: 39px;
    line-height: 22px !important;
    border-radius: 100%;
    padding: 0;
    border: solid 2px #d4b453;
}

.modal-body ul.social {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    display: block;
}

.modal-body ul.social:before,
.modal-body ul.social:after {
    display: table;
    content: "";
}

.modal-body ul.social:after {
    clear: both;
}

.modal-body .social li {
    display: inline-block;
    list-style: none;
    margin: 0 5px 5px 0 !important;
    padding: 0 !important;
    border: 0;
}

.modal-body .social li a {
    padding: 0;
    margin: 0;
    text-align: center;
    display: block;
}

.modal-body .social a i {
    color: #000;
    background: -webkit-linear-gradient(45deg, #e8d276, #d4b453, #ca9f43);
    background: linear-gradient(45deg, #e8d276, #d4b453, #ca9f43);
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
}

.modal-body .social a:hover i {
    color: #d4b453;
    background: -webkit-linear-gradient(45deg, #000, #000, #000);
    background: linear-gradient(45deg, #000, #000, #000);
}

.modal-footer {
    display: block !important;
    display: block !important;
    display: block !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center !important;
    padding: 30px 10px !important;
    text-align: center !important;
    border-top: solid 1px #d4b453 !important;
    line-height: normal;
    font-size: 12px
}

.modal-footer img {
    width: 36px;
    height: auto;
}

.modal-footer h5,
.modal-footer h6 {
    color: #d4b453 !important;
}

.modal-footer h5,
.modal-footer span br {
    display: none;
}

@media screen and (max-width: 520px) {
    .modal-footer h5,
    .modal-footer span br {
        display: block;
    }
}

g-recaptcha {}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner img {
    width: 100%;
    height: auto;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 2s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

#demo .carousel-control-prev,
#demo .carousel-control-next {
    position: absolute;
    z-index: 11;
    top: 50%;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    color: #d4b453;
    text-align: center;
    opacity: 1;
    font-size: 18px;
    background-color: rgba(0, 0, 0, .75);
    display: none;
}

#demo .carousel-control-prev:hover,
#demo .carousel-control-prev:focus,
#demo .carousel-control-next:hover,
#demo .carousel-control-next:focus {
    color: #d4b453;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}

#demo .carousel-control-prev {
    left: 52px;
}

#demo .carousel-control-next {
    right: 52px;
}

#demo .carousel-indicators {
    bottom: 150px;
    display: none;
}

#demo .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 360px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .8);
    display: none;
}

#demo .carousel-caption h3 {
    font-size: 32px !important;
    text-transform: uppercase;
    margin: 0 0 0px 0 !important;
    color: #fff;
}

#demo .carousel-caption p {
    font-size: 15px !important;
    font-style: italic;
}

#demo .carousel-caption p strong {
    font-size: 14px !important;
    color: #d4b453;
}

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

#demo2 .carousel-indicators {
    bottom: 40px;
}

#demo2 .carousel-caption {
    position: absolute;
    right: 15%;
    top: 40%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

#demo2 .carousel-control-prev,
#demo2 .carousel-control-next {
    position: absolute;
    z-index: 11;
    top: 50%;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    color: rgba(0, 0, 0, .8) !important;
    text-align: center;
    opacity: 1;
    font-size: 16px;
    background-color: #d4b453;
}

#demo2 .carousel-control-prev {
    left: -30px;
}

#demo2 .carousel-control-next {
    right: -30px;
}

@media screen and (max-width: 768px) {
    #demo2 .carousel-control-prev,
    #demo2 .carousel-control-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-size: 12px;
        background-color: #d4b453;
    }
    #demo2 .carousel-control-prev {
        left: -20px;
    }
    #demo2 .carousel-control-next {
        right: -20px;
    }
}

#demo3 .carousel-indicators {
    bottom: 40px;
}

#demo3 .review {
    border: solid 1px #d4b453;
    padding: 30px;
    position: relative;
    margin: 20px 0;
    font-style: italic;
    text-align: justify;
}

#demo3 .quote {
    position: absolute;
    z-index: 1;
    right: 50px;
    top: -30px;
    color: #d4b453;
    font-size: 45px;
    background-color: #000;
    padding: 10px;
}

#demo3 .review h4 {
    font-style: normal;
    text-transform: uppercase;
    margin: 15px 0 0 0;
}

#demo3 img {
    width: auto;
    height: 65px;
    border: solid 1px #d4b440;
    float: left;
    margin: 0 10px 0 0;
}

#demo3 .review p {}

#demo4 img {
    width: 100%;
    height: 200px;
}

#demo4 .carousel-control-prev,
#demo4 .carousel-control-next {
    top: 0;
}

#demo4 .carousel-caption {
    position: relative;
    right: auto;
    top: auto;
    left: 0;
    z-index: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

#demo4 .carousel-caption h5 {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #d4b453;
}

#demo4 .carousel-control-prev,
#demo4 .carousel-control-next {
    position: absolute;
    z-index: 11;
    top: 50%;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    color: rgba(0, 0, 0, .8) !important;
    text-align: center;
    opacity: 1;
    font-size: 16px;
    background-color: #d4b453;
}

#demo4 .carousel-control-prev {
    left: -30px;
}

#demo4 .carousel-control-next {
    right: -30px;
}

#demo5 .carousel-control-prev,
#demo5 .carousel-control-next {
    top: 0;
}

#demo5 .carousel-caption {
    position: absolute;
    right: auto;
    top: auto;
    left: 0;
    z-index: 500 !imprtant;
    padding-top: 200px;
    padding-bottom: 20px;
    color: #fff;
    display: none !important;
}

#demo5 p {
    text-align: center !important;
}

#demo5 p a {
    color: #000 !important;
}

#demo5 .carousel-inner {
    text-align: center !important;
}

#demo5 {
    font-size: 16px !important;
}

#demo5 .carousel-control-prev,
#demo5 .carousel-control-next {
    position: absolute;
    z-index: 5 !important;
    top: 50%;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    color: #d4b453 !important;
    text-align: center;
    opacity: 1;
    font-size: 16px;
    background-color: #000;
}

#demo5 .carousel-control-prev {
    left: 0;
}

#demo5 .carousel-control-next {
    right: 0px;
}

@media screen and (max-width: 768px) {
    #demo5 .carousel-control-prev,
    #demo5 .carousel-control-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-size: 12px;
    }
    #demo5 .carousel-control-prev {
        left: -20px;
    }
    #demo5 .carousel-control-next {
        right: -20px;
    }
}

.MultiCarousel-outer {
    width: 100%;
}

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 100;
    width: 100%;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item>div {
    text-align: center;
    padding: 10px 15px;
    margin: 0 18px;
    background: #fff;
    color: #666;
    box-shadow: inset 0px 0px 0px 5px #d4b453;
}

.MultiCarousel .MultiCarousel-inner .item>div img {
    width: auto;
    max-width: 100%;
    height: 70px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.MultiCarousel .MultiCarousel-inner .item>div:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.MultiCarousel .MultiCarousel-inner .item>div:hover {
    box-shadow: inset 0px 0px 0px 5px #d4b453;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border: 0;
    z-index: 11;
    top: 50%;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 40px;
    margin-top: -20px;
    color: #d4b453 !important;
    text-align: center;
    opacity: 1;
    font-size: 16px;
    background-color: #000;
    border: solid 2px #fff;
    cursor: pointer;
}

.MultiCarousel .leftLst {
    left: 0px;
}

.MultiCarousel .rightLst {
    right: 0px;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
    background: #000;
    color: #d4b453 !important;
}

.MultiCarousel2 {
    float: left;
    overflow: hidden;
    padding: 100;
    width: 100%;
    position: relative;
}

.MultiCarousel2 .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel2 .MultiCarousel-inner .item {
    float: left;
}

.MultiCarousel2 .MultiCarousel-inner .item>div {
    text-align: center;
    padding: 0;
    margin: 0 18px;
    color: #666;
}

.MultiCarousel2 .MultiCarousel-inner .item>div img {
    width: 100%;
    height: auto;
}

.MultiCarousel2 .MultiCarousel-inner .item>div:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.MultiCarousel2 .leftLst,
.MultiCarousel2 .rightLst {
    position: absolute;
    border: 0;
    z-index: 11;
    top: 50%;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 40px;
    margin-top: -20px;
    color: #d4b453 !important;
    text-align: center;
    opacity: 1;
    font-size: 16px;
    background-color: #000;
    border: solid 2px #fff;
    cursor: pointer;
}

.MultiCarousel2 .leftLst {
    left: 0px;
}

.MultiCarousel2 .rightLst {
    right: 0px;
}

.MultiCarousel2 .leftLst.over,
.MultiCarousel2 .rightLst.over {
    pointer-events: none;
    background: #000;
    color: #d4b453 !important;
}