body {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    background-color: #fff;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}
* {
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    -moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
a:hover,
button:hover,
input {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition:0.5s;
    -ms-transition:0.5s;
}
button:focus {
    outline: 0;
}
select,
button,
input {
    outline: none;
}
/* For modern browsers */
.cf:before,
.cf:after {
    content: "";
    display: table
}
html {
    scroll-behavior: smooth;
}
.cf:after {
    clear: both;
}
.form-control {
    background: #E9EFF5;
    border-radius: 30px;
    font-size: 20px;
    padding: 7px 25px 5px;
    line-height: 38px;
    border: 1px solid #E9EFF5;
    height: 60px;
}
textarea.form-control{
    padding-top: 10px;
}
.form-control:focus {
    box-shadow: none;
    background: #E9EFF5;
    border-color: #272a17;
}
a:hover,
a:focus,
a {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
}
p {
    color: #112034;
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 20px;
}
img {
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
    font-family:"artifex-hand-cf";
}
::-webkit-input-placeholder {color: #b9b6a9 !important;opacity: 1 !important;}
::-moz-placeholder {opacity: 0.4 !important;}
:-ms-input-placeholder {color: #b9b6a9;}
:-moz-placeholder {color: #b9b6a9;opacity:0.4 !important;}
.input::-moz-placeholder { color:#b9b6a9; opacity: 0.4; } /* FF 19+ */
.input:-moz-placeholder { color:#b9b6a9; opacity: 0.4; } /* FF 18- */

.main-title h2 {
    color: #A88045;
    font-size: 64px;
    line-height: 77px;
    font-weight: 400;
}
header {
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 10px 0 10px;
}
a.logo {
    margin-left: 157px;
}
.navbar .nav-link img{
    display: none;
}
.header-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    background: rgba(0,0,0,0.7);
    padding: 0;
}
.logo > img {
    max-width: 175px;
    width: 175px;
}
header.header-fixed .logo {
    height: 56px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.navbar .nav-link {
    color: #fff;
    font-size: 18px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
}
header .nav-pills .nav-link:hover {
    background-color: transparent;
    color: #A77F44;
}
header .nav-pills .nav-link.active,header .nav-pills .nav-link:focus{
    background-color: transparent;
    color: #A77F44;
}
/*** banner css start ***/
.banner-sec {
    height: 989px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    background-position: center top;
}
section.banner-sec:before {
    background-image: linear-gradient(rgba(0,0,0,0.6), transparent);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.banner-content {
    position: relative;
    padding-top: 100px;
}
.banner-content h1 {
    font-size: 119px;
    max-width: 870px;
    line-height: 112px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    position: relative;
    z-index: 9;
}
.banner-content h1 span{
    font-style: italic;
}
.banner-content h1:after {
    background-image: linear-gradient(45deg, #CE784F,#FCBC85);
    content: "";
    position: absolute;
    right: 140px;
    bottom: 3px;
    height: 40px;
    width: 274px;
    z-index: -1;
}
/*** about css start ***/
section.about-section {
    padding: 264px 0 160px;
}
.about-section p.subtitle {
    color: #000;
    max-width: 770px;
    margin: auto;
    font-size: 34px;
    line-height: 53px;
}
.about-content {
    gap: 58px;
}
.about-content .main-title h2 strong {
    font-weight: 700;
    font-style: italic;
    font-family: "artifex-hand-cf";
    font-size: 70px;
}
.about-content .main-title h2 {
    color: #A88045;
    font-size: 58px;
    max-width: 1020px;
    margin: 0 auto;
    font-family: "Open Sans", sans-serif;
    line-height: 70px;
}
/*** jeruslem css start ***/
section.jeruslem-sky-sec {
    background-repeat: no-repeat;
    background-size: cover;
    padding:155px 0 71.8%;
    position: relative;
    /* background-position: center -105px; */
    overflow: hidden;
}
.jeruslem-heading > img {
    max-width: 830px;
}
.jeruslem-sky-sec:before {
    height: 400px;
    width: 100%;
    content: "";
    position: absolute;
    top: -20px;
    left: -10px;
    background-image: linear-gradient(rgba(255,255,255), #d5cdc3);
    filter: blur(7px);
    right: -10px;
    width: calc(100% + 40px);
}
.jeruslem-sky-sec .main-title > span {
    text-transform: uppercase;
    color: #000;
    font-size: 32px;
}
/*** exp section css start ***/
section.exp-luxury-sec {
    background: url(../images/exp-bg.png) no-repeat;
    padding: 113px 0 110px 0;
    position: relative;
    background-size: cover;
}
.exp-luxury-info {
    padding-left: 70px;
    max-width: 670px;
}
.exp-luxury-info .main-title {
    margin-bottom: 30px;
}
.exp-luxury-info p,.tranquality-info p{
    margin-bottom: 0;
}
/* .pattern {
    background: url(../images/pattern-blue.svg) no-repeat;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
} */
/* .exp-luxury-img:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 105px;
    background:#fff;
    filter: blur(7px);
    height: 100%;
    opacity: 0.4;
} */
.exp-luxury-img > img {
    max-width: 600px;
    width: 100%;
}
/*** tranquality css start ***/
section.tranquality-sec {
    background: #101f34;
    padding: 70px 0 0 0;
}
.tranquality-info {
    max-width: 530px;
}
.tranquality-info .main-title h2 {
    color: #6b9dbc;
}
.tranquality-info p {
    color: #fff;
}
.tranquality-info .main-title {
    margin-bottom: 20px;
    max-width: 440px;
}
.tranquality-img > img {
    max-width: 647px;
    width: 100%;
}
/*** image slider css start ***/
.image-slider .swiper-slide{
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1079px;
    position: relative;
}
.image-slider-sec .main-title h2 {
    color: #d2232a;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: #fff;
}
.image-slider-info {
    margin: 305px 0 0 110px;
    max-width: 550px;
    position: absolute;
    left: auto;
    z-index: 9;
}
#contact {
    background: #6B9DBC;
    padding: 168px 0 98px 0;
}
/*** contact css start ***/
ul.contact-info {
    list-style: none;
    gap: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.contact-text {
    margin: 10px 0 50px;
}
ul.contact-info li a {
    color: #fff;
    font-weight: 400;
    margin-left: 15px;
    font-size: 25px;
}
ul.contact-info li a:hover{
    color: #272a17;
}
.contact-right-inner h3 {
    font-size: 100px;
    margin-bottom: 41px;
    color: #272a17;
    font-weight: 400;
}
.btn-submit {
    background: #112034;
    color: #b9b6a9;
    text-transform: uppercase;
    border-radius: 40px;
    border: 0;
    padding: 16px 44px 16px;
    line-height: 1;
    font-size: 21px;
    transition: 0.4s;
    margin-top: 15px;
    letter-spacing: 6px;
}
.btn-submit:hover{
    background: #a88045;
    color: #fff;
}
.contact-left p {
    font-size: 25px;
}
.contact-left .comingsoon p{
    font-size: 22px;
    /* font-weight: 600; */
    color: #fff;
    text-transform: uppercase;
}
#contact .main-title h2 {
    color: #fff;
}
.contact-right-inner h3 {
    color: #112034;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 4px;
    margin-bottom: 55px;
}
.contact-head > img {
    max-width: 440px;
    width: 100%;
}
ul.contact-info li > img {
    max-width: 39px;
    flex-shrink: 0;
}
.contact-left .main-title {
    margin-bottom: 37px;
}
.contact-head {
    margin-top: 85px;
}
.contact-right {
    padding-left: 0;
}

.copyright {
    text-align: left;
    margin-top: 80px;
}
.copyright p {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
}
.copyright a {
    color: #112034;
    font-size: 16px;
}
.copyright a:hover {
    color: #ffffff;
}

.php-email-form .ajax_loader {
    display: none;
    margin-left: 5px;
}
.php-email-form .ajax_loader:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #2c2e35;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}
.php-email-form .contact_msg {
    font-size: 18px;
    margin-top: 20px;
    padding: 10px;
}

.recap {
    display: inline-block;
    margin-left: 10px;
}
.captcha_error {
    margin-left: 7px;
    color: rgba(255, 0, 0, 0.7);
    font-size: 16px;
}