@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Playfair+Display:wght@400..900&display=swap');
html{overflow-x:hidden;scroll-behavior:smooth}
body{background:#fff;margin:0;padding:0!important;font-family: "Inter", sans-serif;font-weight:400;color:#646464;overflow-x:hidden}
*{box-sizing:border-box}
p{font-size:18px;line-height: 1.5;color:#4C4C4C;margin:0}
#myBtn{display:none;position:fixed;bottom:20px;right:20px;z-index:99;font-size:36px;line-height: 36px;border:none;outline:0;background:#f0c755;color:#fff;cursor:pointer;padding:0;width:50px;height:50px;border-radius:100%}
#myBtn:hover{background-color:#000}
a,a:focus,a:hover{text-decoration:none!important;transition:ease-in-out .3s}
a{color:#326F97}
a:hover {color: #f0c755;}
p a {color: #4C4C4C;text-decoration: underline !important;display: inline-block;}
button:focus{box-shadow:none!important}
ul{padding:0;margin:0;list-style: none;}
img{max-width:100%;transition:ease-in-out .3s;width:auto;height:auto;object-fit: cover;}
::placeholder{color:#8A8A8A!important}
button:focus{outline:0!important}
.light_txt *{color: #fff;}
h1, h2, h3, h4, h5, h6{color: #000;}
.gray_bg{background: #f5f5f5;}
.custom_btn {
    color: #000 !important;
    background: #f0c755;
    border: 2px solid #f0c755;
    text-align: center;
    display: inline-block;
    padding: 15px 20px;
    transition: ease-in-out .3s;
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    white-space: nowrap;
    min-width: 205px;
    border-radius: 10px;
    text-decoration: none !important;
}
.outline_btn {
    border-color: #beb6aa;
    background: #beb6aa;
    color: #000;
}
.custom_btn:hover {background: #000;border-color: #000;color: #fff !important;}
.btn_group .custom_btn:not(:last-child) {
    margin-right: 10px;
}
.container{max-width:1350px}
.topBar {
    background:#beb6aa;
}
.header_sticky .topBar {
    display: none;
}
.topBar .container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.call_btn {
    color: #000;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.top_btn a:not(:last-child) {
    margin-right: 25px;
}
.call_btn i {
    margin-right: 7px;
}
.call_btn:hover {
    color: #f0c755;
}
.hdr_right {
    display: flex;
    align-items: center;
}
.header_sec .social_icon {
    position: relative;
    margin:0 30px;
}
.social_icon a {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #fff;
    position: relative;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 100%;
    justify-content: center;
}
.social_icon a:not(:last-child) {
    margin-right: 10px;
}
.social_icon a:hover{background: #f0c755;}
.header_sec {
    transition: ease-in-out .2s;
    width: 100%;
    background: #fff;
}
.header_sticky {
    border-bottom: 1px solid #ccc;
    background: #fff;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}
.header_sticky .top_bar{display:none}
.paddTB_100 {padding:100px 0;}
.header_sec .navbar{background:none!important;padding:10px 0}
.navbar-brand{margin:0;padding:0;max-width:90px;}
.navbar-brand img {
    position: relative;
    z-index: 99;
}
.header_sticky .navbar-brand{margin:0}
.header_sec .navbar .navbar-nav > li > a {
    padding: 10px 15px;
    position: relative;
    font-size: 18px;
    color: #000;
    border-radius: 30px;
    line-height: 24px;
    background: #fff;
}
.header_sec .navbar .navbar-nav li:hover .nav-link, .header_sec .navbar .navbar-nav .active .nav-link {
    color: #fff;
    background: #000;
}
/* Banner CSS Start here */
.bnr_sec {
    padding: 100px 0;
}
.home_bnr {
    background: #fff url(../img/main_bnr.webp) no-repeat center / cover;
    background-position: center;
    padding: 150px 0;
}
.bnr_sec, .bnr_sec .container, .cta_sec .container{position: relative;}
.bnr_sec::before, .cta_sec:before {
    content: " ";
    position: absolute;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
}
.bnrMt{margin-top: 52px;}
.header-content {
    max-width: 900px;
    margin: 0 auto;
}
.main_head, .bnr_txt h1 {
    font-size: 70px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    font-family: "Playfair Display", serif;
}
.bnr_txt p{color: #fff;}
.bnr_txt .btn_group {
    position: relative;
    z-index: 99;
}
.btn_group{margin-top: 30px;}
.small_head {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    background:#f0c755;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

/* Banner-sec CSS End here */
/* About-sec CSS Start here */
.sec_bg{background: url(../img/sec_bg.webp) no-repeat center/cover;position: relative;}

.aboutImg_box {
    position: relative;
}
.aboutImg_box img {
    width: 100%;
    border-radius: 12px;
}
.client_served {
    border-radius: 20px;
    padding: 15px;
    position: absolute;
    z-index: 9;
    background: #fff;
    max-width: 344px;
    text-align: center;
    left: 20px;
    top: 20px;
}
.google_tate {
    background: none;
    padding: 0;
}
.client_served .google_tate span {
    color: #000;
    font-size: 16px;
}
.client_testi {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}
.google_tate i {
    font-size: 16px;
    color: #f0c755;
}
.client_testi span {
    display: inline-block;
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 100%;
    overflow: hidden;
}
.client_testi span:not(:first-child) {
    margin-left: -10px;
}
.client_served .client_testi span:last-child {
    background: #f0c755;
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}
.head_box {
    margin-bottom: 50px;
}
.sec_head span, .head_box h2 span {
    color: #f0c755;
    font-family: "Playfair Display", serif;
}
.sec_head, .head_box h2 {
    font-size: 54px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.1;
    font-family: "Playfair Display", serif;
}
.head_box p:not(:last-child) {
    margin-bottom: 10px;
}
.content_box p:not(:last-child) {
    margin:0 0 10px;
}
.rowGap_24 {
    row-gap: 24px;
}
/* About-sec CSS End here */
/* Feature-sec CSS Start here */
.light_txt .small_head {
    background: #fff;
}
.feature_box {
    padding: 50px 15px;
    background: #fff;
    height: 100%;
}
.feature_box:hover{background: #f0c755;}
.feature_icon i {
    color: #c2baae;
    font-size: 54px;
}
.feature_box:hover .feature_icon i{color: #000;}
.feature_box h3 {
    margin: 20px 0 0;
    font-size: 20px;
}
.content_box p a {
    display: inline-block;
}
/* Feature-sec CSS End here */
/* Gallery-sec CSS Start here */
.glry_img {
    height: 320px;
    overflow: hidden;
    border-radius: 18px;
}
.nearby_box .glry_img{border-radius: 18px 18px 0 0;}
.glry_img img {
    width: 100%;
    height: 100%;
}
.custom_btn i {
    vertical-align: middle;
    font-size: 26px;
    margin-left: 5px;
}
/* Gallery-sec CSS End here */
.owl-dots, .owl-nav {margin-top:35px;}
.owl-dots{display:flex;align-items:center;justify-content:center}
.owl-dots button{width:27px;height:27px;border:1px solid transparent;background:0 0!important;display:flex;align-items:center;justify-content:center;border-radius:100%}
.owl-dots button span{width:11px;height:11px;background:#bbb;border-radius:100%}
.owl-dots button.active{border:1px solid #f0c755}
.owl-dots button.active span{background:#f0c755}
.owl-dots button:not(:last-child){margin-right:8px}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{width:50px;height:50px;background:#fff url(../img/previous-arrow.webp) no-repeat;background-position:center;border-radius:100%;font-size:0;margin:0 5px;border:1px solid #000;}
.owl-carousel .owl-nav button.owl-prev {-webkit-transform: scaleX(-1);transform:scaleX(-1);}
.owl-carousel .owl-nav button.owl-next:hover,.owl-carousel .owl-nav button.owl-prev:hover{background-color:#1F628E;background-position:center;border:1px solid #1F628E}

/* Plan-sec CSS Start here */
.plan_sec{
    background:url(../img/asdsa.webp) no-repeat center/cover;
}
.light_txt li {
    color: #fff;
}
.plan_sec .head_box p{
    max-width: 850px;
    margin: 0 auto;
}
.plan_box {
    border-radius: 20px;
    background: #F5F5F5;
    padding: 50px 30px 30px;
    height: 100%;
    position: relative;
    transition: ease-in-out 0.3s;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.plan_box > div {
    width: 100%;
}
.plan_box:hover {
    box-shadow: 2px 4px 46px rgb(0 0 0 / 10%);
    margin-top: -10px;
}
.plan_txt h4 img {
    max-width: 30px;
    margin-right: 12px;
}
.plan_txt h3 {
    font-size: 36px;
    color: #0D121F;
    margin:25px 0;
    font-weight: 500;
}
.plan_txt li {
    font-size: 17px;
    color: #0D121F;
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative;
    font-weight: 500;
	background:url(../img/tick-circle.svg) no-repeat;
	background-position: left top 2px;
	background-size: 25px;
	text-align: left;
}
.plan_txt li img {
    position: absolute;
    left: -2px;
    top:0;
}
.plan_box span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    font-size: 32px;
    font-weight: 600;
}
/* Plan-sec CSS End here */
/* Location-sec CSS Start here */
.map_box iframe{
    width: 100%;
    height: 400px;
    border-radius: 20px;
}
/* Location-sec CSS End here */
/* Review-sec CSS Start here */
.center_head {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.reviewSlider .owl-stage {
    display: flex;
}
.reviewSlider .item {
    padding: 40px 0 0;
    height: 100%;
    position: relative;
}
.review_box {
    background: #fff;
    border-radius: 22px;
    padding: 70px 20px 22px;
    border: 2px solid rgba(0, 0, 0, 0.12);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
}
.quote {
    width: 100px;
    height: 100px;
    background: #f0c755;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    font-weight: 100;
    font-size: 48px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
	overflow: hidden;
}
.quote img {
    height: 100%;
}
.review_txt {
    max-height: 205px;
    overflow-y: auto;
    margin-bottom: 10px;
}
.review_box p {
    margin: 12px 0 25px;
	font-size: 16px;
}
.review_box h4 {
    margin: 0;
    font-size: 18px;
}
/* Review-sec CSS End here */
/* CTA-sec CSS Start here */
.cta_sec{
    background:url(../img/main_bnr.webp) no-repeat center/cover;
    position: relative;
}
/* CTA-sec CSS End here */

/* Footer CSS Start here */
.footer_sec{background:#333;padding:70px 0 20px}
.footer-brand img {
    max-width: 100px;
}
.footer_sec .social_icon a {
    border: none;
    width: 40px;
    padding: 13px 5px;
}
.footer_logo p {
    margin: 30px 0 5px;
}
.footr_head {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 20px;
    color: #fff;
}
.footer_sec a, .footer_sec p{font-size:14px;color:#d6d6d6;line-height:normal}
.footer_menu ul li {
    margin-bottom: 12px;
        color: #fff;
}
.footer_menu a {
    color: #fff;
    font-size: 13px;
    display: block;
}
.footer_adrs .fa {
    color: #fff;
    width: 20px;
    text-align: center;
    margin: 3px 10px 0 0;
}
.footer_adrs {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.footer_adrs p, .footer_adrs a {
    font-size: 13px;
    color: #fff;
}
.footer_menu a:hover, .copy_right p a:hover {
    color: #f0c755;
}
.footer_adrs span {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.footer_sec .social_icon a {
    border: none;
    width: 40px;
    padding: 13px 5px;
    background: #f0c755;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
}
.footer_sec .social_icon a i {
    font-size: 22px;
}
.footer_sec a, .footer_sec p, .footer_menu ul li {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    line-height:25px;
}
.footer_logo p {
    margin: 20px 0;
    max-width: 370px;
    font-size: 16px;
    color: rgb(255 255 255 / 90%);
}
.footer_adrs i {
    font-size: 42px;
    color: #fff;
    min-width: 55px;
}
.footer_sec .social_icon a {
    background: none;
    color: #fff;
    border: 2px solid #fff;
}
.footer_sec .social_icon a:hover{
    background: #fff;
    color: #000;
}
.copy_right {
    margin: 40px 0 0;
}
.copy_right p, .copy_right p a {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none !important
}
.copy_right img {
    max-width: 120px;
}
/* Footer CSS end here */
.room_list {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.room_list span {
    color: #000;
}
.room_list span:not(:last-child){margin-right: 5px;}
.room_list span i {
    vertical-align: middle;
    color: #f0c755;
    font-size: 18px;
    margin-right: 5px;
}
.property_dtl p {
    font-size: 16px;
}
.property_dtl .glry_img {
    height: 220px;
}
.property_dtl .owl-dots, .property_dtl .owl-nav {
    margin-top: 15px;
}
.property_dtl > h2 {
    position: relative;
    margin: 30px 0 20px;
}
.property_dtl > h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 20px;
    left: 0;
}
.property_dtl > h2 span {
    background: #fff;
    position: relative;
    z-index: 9;
    padding-right: 10px;
}
.property_dtl ul {
    margin-bottom: 20px;
}
.property_dtl li, .nearby_txt li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 5px;
    color:#000;
}
.property_dtl li:before, .nearby_txt li:before {
    content: "\f280";
    font-family: boxicons !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 4px;
    font-weight: bold;
}
.faq-box .accordion-flush .accordion-item .accordion-button {
    background: #F2F2F2;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding: 20px 20px;
}
.faq-box .accordion-body {
    background: #fff;
    padding: 20px;
}
.faq-box .accordion-body p:not(:last-child) {
    margin-bottom: 15px;
}
.faq-box .accordion-flush .accordion-item {
    margin-bottom: 10px;
    border-bottom: none;
}
.faq-box .accordion-button::after {
    content: "";
    background: url(../img/plus_icon.webp) no-repeat;
    transition: transform .2s ease-in-out;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-size: 16px;
    background-position: center;
}
.faq-box .accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
}

.siderBar_form {
    border-radius: 10px;
    background: #f0c755;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    padding: 40px;
}
.siderBar_form h2 {
    font-size: 28px;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    text-align: center;
    margin-bottom: 20px;
}
.contact_form .form-group {
    margin-bottom: 20px;
}
.contact_form .form-control {
    height: 45px;
    padding: 10px 20px;
    border-radius: 0;
    background-color: #ffff;
    font-size: 16px;
    color: #8A8A8A;
}
.contact_form textarea.form-control {
    height: 100px;
}
.siderBar_form .custom_btn{width: 100%;}
.or_call {
    text-align: center;
    margin: 18px auto 0;
}
.or_call a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.or_call a i {
    vertical-align: middle;
    margin-right: 3px;
    font-size: 18px;
}
.siderBar .map_box{margin-top: 30px;}

.step_sec h3 {
    font-size: 24px;
}
.step_sec .plan_box span {
    margin: 0 auto;
}
.step_sec .plan_txt{text-align: center;}
.step_sec h3 {
    font-size: 24px;
}
.nearby_box {
    background: #f5f5f5;
    border-radius: 18px;
}
.nearby_txt {
    padding: 25px;
	text-align: left;
}
.nearby_txt h3 {
    font-size: 24px;
}
.nearby_txt h4 {
    font-size: 18px;
}
.nearby_txt p {
    font-size: 16px;
}

span.wpcf7-spinner {
    display: block;
    margin: 5px auto 0;
}
.init span.wpcf7-spinner {
    display: none;
}
.inr_bnr .bnr_txt {
    max-width: 1010px;
}
.inr_bnr .bnr_txt p:not(:last-child) {
    margin-bottom: 10px;
}