/*
Theme Name: landing Child Theme
Theme URI: https://innovationalmedia.com
Author: raheelhir
Author URI: https://innovationalmedia.com
Template: landing
Version: 1.0
*/
header#site-header {
    display: none;
}
.page-header-disabled:not(.has-overlay-header):not(.no-header-margin) #content-wrap {
    padding-top: 0px!important;
}

.header-main {
    display: flex;
    align-items: center;
    position: relative;
}
.hm-left {
    width: 50%;
}
.hm-right {
    width: 50%;
}
.hm-right-content {
    background: #fff;
    padding: 60px 50px;
    margin-left: -100px;
    max-width: 700px;
    box-shadow: 0 0 50px 0px #00000008;
}
.hm-right-content h1, .hm-right-content h5 {
    margin: 0px;
}
/* .hm-right-content h5 {
	padding-bottom: 14px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 20px;
} */
.hm-right-content h5 {
	padding-bottom: 14px;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 20px;
	color: #f00;
}
.hm-right-content h5:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 3px;
    background: #b1924f;
    bottom: 0;
    left: 0;
}
.hm-right-content h1 {
font-size:6rem;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 65px;
    padding-bottom: 25px;
	    color: #144a76;
}
.hm-right-content p {
font-size: 16px;
    padding-bottom: 10px;
}

.header-main::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 47%;
    background: url(https://investindxb.ae/wp-content/uploads/2022/05/5.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    opacity: .2;
    z-index: -1;
}
a.reg-btt {
	background: #b1924f;
color: #fff;
    padding: 12px 30px;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border-radius: 30px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: 4px 5px 6px rgb(177 146 79 / 32%);
}
a.reg-btt span {
    font-size: 20px;
    font-weight: 700;
    margin-left: 6px;
    position: relative;
    top: 1px;
}
a.reg-btt:hover {
    text-decoration: none;
    background: #d8b873;
    box-shadow: 4px 5px 6px rgb(216 184 115 / 32%);
}
.hm-features {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}
.feature-bx {
display: flex;
    align-items: center;
    justify-content: center;
    border: dashed 2px #b1924f;
    padding: 7px 10px;
    border-radius: 4px;
}
.feature-bx-image img {
    width: 40px;
}
.featue-bx-txt {
    margin-left: 16px;
}
.featue-bx-txt strong {
    font-size: 16px;
    color: #144a76;
}
.featue-bx-txt p {
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    color: #6c6c6c;
}
.about-txt h2 {
    margin: 0px 0px 20px 0px;
    font-weight: 700;
    position: relative;
	font-size:2em;
	color: #144a76;
}
.about-txt h2 strong {
    background: #b1924f;
    padding: 0px 10px;
    color: #fff;
    margin-right: 6px;
    border-radius: 4px;
}
.about-txt h2:before {
    content: '';
    position: absolute;
    background: #b1924f;
    width: 100%;
    height: 1px;
    left: -100%;
    top: 50%;
}
.two-btt {
    margin-top: 35px;
}
a.broucher-btt:hover {
    background: #333;
    text-decoration: none;
    color: #fff;
}
a.broucher-btt {
    background: #ffffff;
    color: #333;
    padding: 8px 25px;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border-radius: 30px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: dashed 2px #333333;
}
a.broucher-btt span {
    font-size: 20px;
    font-weight: 700;
    margin-left: 6px;
    position: relative;
    top: 1px;
}
.two-btt a.reg-btt {
    padding: 10px 25px;
    margin-right: 20px;
}
h4.section-h {
    font-size: 2em;
    margin: 0px 0px 30px 0px!important;
    font-weight: 700;
    position: relative;
	    color: #144a76;
}
h4.section-h strong {
    background: #b1924f;
    padding: 0px 10px;
    color: #fff;
    margin-right: 6px;
    border-radius: 4px;
}
h4.section-h::before {
    content: '';
    position: absolute;
    background: #b1924f;
    width: 100%;
    height: 1px;
    left: -100%;
    top: 50%;
}
#gallery-row {
    padding-top: 30px;
    padding-bottom: 40px;
}
#payment-plan {
    padding-bottom: 65px;
    padding-top: 120px;
}
.payment-box {
    background: #fff;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 10px 31px 0 rgb(7 152 255 / 9%);
    padding: 14px 0px;
}
.payment-box h5 {
    margin: 0px;
    font-size: 5.5rem;
    font-weight: 800;
    color: #11c0f9;
}
.payment-box h6 {
margin: 8px 0px 17px 0px;
    font-size: 18px;
    background: #11c0f9;
    color: #fff;
    padding: 8px 0px;
}
.payment-box p {
    font-size: 17px;
}
#amenities-row {
    padding-top: 90px;
	padding-bottom: 45px;
}
.amenities-inner .wpb_single_image {
border: dashed 1px #11c0f9;
    padding: 20px 0px;
    border-radius: 5px;
}
.amenities-inner .wpb_single_image img {
    max-width: 52px;
}
.amenities-inner {
    margin-top: 35px;
}
#location-row {
    background: #f6f9fc;
	    padding-top: 60px;
    padding-bottom: 60px;
}
#location-row .vcex-module.vcex-milestone {
    background: #fff;
    border-color: #d1e6ed!important;
	padding-left: 10px;
    padding-right: 10px;
}
#location-row .vcex-module.vcex-milestone span.vcex-milestone-time.vcex-countup {
    color: #144a76;
}
#location-row .vcex-module.vcex-milestone span.vcex-milestone-after {
    font-size: 52px;
    font-weight: 300;
    vertical-align: super;
    padding-left: 7px;
	color: #b1924f;
}
.vcex-milestone-number, .vcex-milestone-icon {
    font-size: 61px!important;
}
#faqs {
    padding-top: 80px;
}

#faqs .vc_tta-container {
    padding-top: 25px;
}

#faqs .vc_tta-container li.vc_tta-tab.vc_active a {
    background: #fcfcfc;
    color: #000;
}
#contact-row {
    padding-top: 100px;
    padding-bottom: 50px;
}
.contactform {
    padding-top: 10px;
}
.contactform input[type="email"], .contactform input[type="tel"], .contactform input[type="text"] {
    border-radius: 5px;
    height: 46px;
    padding-left: 15px;
    border: solid 1px #b6c4d2;
}
.contactform textarea {
    max-height: 120px;
    margin-bottom: 12px!important;
    padding-left: 15px;
    border: solid 1px #b6c4d2;
}
.contactform .vc_col-sm-6 {
    padding: 0px 15px 15px 0px;
}
.contactform .vc_col-sm-12 {
    padding: 0px 15px 0px 0px;
}
.contactform .wpcf7-submit {
    background: #b1924f;
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border-radius: 30px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-shadow: 4px 5px 6px rgb(177 146 79 / 32%);
}
.pum-content .contactform .wpcf7-submit {
    background: #b1924f;
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border-radius: 30px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: 4px 5px 6px rgb(177 146 79 / 32%);
	width: 100%;
	box-shadow: 4px 5px 6px rgb(177 146 79 / 32%);
}
.pum-content .contactform .wpcf7-submit:hover{
    text-decoration: none;
    background: #d8b873;
    box-shadow: 4px 5px 6px rgb(216 184 115 / 32%);
}
.pum-theme-283 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close {
    background-color: rgb(7 176 231);
}
.pum-theme-283 .pum-container, .pum-theme-enterprise-blue .pum-container {
    background-color: #fff!important;
}
.contact-details .vcex-module.vcex-icon-box .vcex-icon-box-content a:hover {
    text-decoration: none;
}
.contact-details .vcex-module.vcex-icon-box .vcex-icon-box-content a {
    color: #373737;
    font-size: 17px;
    font-weight: 600;
}
.contact-details .vcex-module.vcex-icon-box .vcex-icon-box-symbol {
    margin-right: 12px;
}
.contact-details .vcex-module.vcex-icon-box .vcex-icon-box-symbol span {
    color: #b1924f!important;
}
#contact-row figure.vcex-image img {
    border-radius: 10px;
    box-shadow: 0 0 31px 0 rgb(7 152 255 / 9%);
}
.center-txt {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 6px;
}
.center-txt h5 {
    margin: 0px;
    font-size: 23px;
    letter-spacing: 0.5px;
    color: #144a76;;
    font-weight: 600;
}
.pum-content.popmake-content .contactform input[type="email"], .pum-content.popmake-content .contactform input[type="tel"], .pum-content.popmake-content .contactform input[type="text"] {
	border-color: #646464;
    font-weight: 400;
    box-shadow: inset 0 0 5px #0000000a;
    background: #ffffff;
}
.pum-content.popmake-content .contactform textarea {
border-color: #646464;
    font-weight: 400;
    box-shadow: inset 0 0 5px #0000000a;
}
.center {
    text-align: center;
    padding-top: 45px;
}
.single-post .single-blog-content ul {
    padding-top: 15px;
}
.single-post .single-blog-content ul li {
    padding-bottom: 10px;
}
.single-post .single-blog-content ol li {
    padding-bottom: 10px;
}
.theme-button:hover, .color-button:hover, input[type="submit"]:hover, button:hover, .button:hover, .added_to_cart:hover {
    background: #d8b873;
    box-shadow: 4px 5px 6px rgb(216 184 115 / 32%);
}
div#footer-inner {
    display: none;
}
/* Resposnive Start */

@media screen and (max-width: 1290px){
.two-btt {
    margin-top: 25px;
}
a.broucher-btt {
    margin-top: 16px;
}	
}
@media screen and (max-width: 1100px){
.about-txt h2:before, h4.section-h::before {
display:none;
}
#property-developers h4.section-h::before, #landing-features-row h4.section-h::before{
    display: block;
}	
}
@media screen and (max-width: 991px){
.header-main {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
}
.hm-left {
    width: 100%;
    position: relative;
}
.hm-right {
    width: 100%;
    position: relative;
    margin-top: -25%;
}
.hm-right-content h1 {
    font-size: 4rem;
    line-height: 46px;
padding-bottom: 20px;
}

.hm-right-content {
    padding: 35px 40px;
	max-width: 90%;
    margin: auto;
}

.featue-bx-txt p {
    font-size: 12px;
}
.featue-bx-txt strong {
    font-size: 13px;
}
.feature-bx-image img {
    width: 30px;
}
	
}



@media screen and (max-width: 767px){
.hm-right-content {
    max-width: 92%;
}
.hm-right-content {
    padding: 30px 35px 15px 35px;
}
/* .hm-right-content h5 {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 18px;
} */
.hm-right-content h5 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 18px;
}	
.hm-right-content h5:after {
    height: 1px;
}
.hm-right-content h1 {
    font-size: 3rem;
    line-height: 28px;
    padding-bottom: 20px;
}
.hm-right-content p {
    font-size: 14px;
    padding-bottom: 10px;
}
a.reg-btt {
    padding: 9px 23px;
    display: inline-block;
    font-size: 13px;
    width: 100%;
    text-align: center;
}
a.reg-btt span {
    font-size: 14px;
    margin-left: 5px;
    top: 0px;
}
.hm-features {
    padding-top: 35px;
    flex-direction: column;
}
.feature-bx {
    margin-bottom: 15px;
}
.featue-bx-txt strong {
    font-size: 15px;
}
.featue-bx-txt p {
    font-size: 14px;
}
.feature-bx-image img {
    width: 35px;
}
#site-logo .logo-img {
    width: 85px;
}
.header-padding {
    padding-top: 8px;
    padding-bottom: 8px;
}
a.broucher-btt {
    font-size: 13px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
div#about-section {
    padding-top: 50px!important;
	    padding-bottom: 0px!important;
}
.amenities-inner {
    margin-top: 0px;
}
.amenities-inner .wpb_single_image {
    margin-bottom: 20px;
}
#amenities-row {
    padding-top: 90px;
    padding-bottom: 25px;
}
#location-row a.reg-btt {
    margin-bottom: 41px;
}
.contactform .vc_col-sm-6 {
    padding: 0px 0px 15px 0px;
}
.contactform .vc_col-sm-12 {
    padding: 0px 0px 0px 0px;
}
.contactform input[type="email"], .contactform input[type="tel"], .contactform input[type="text"] {
    width: 100%;
}
.contactform .wpcf7-submit {
    width: 100%;
}

.about-txt h2 strong {
    font-size: 26px;
}
.about-txt h2 {
    line-height: 43px;
    font-size: 30px;
}
h4.section-h {
    font-size: 27px;
    line-height: 40px;
}
#gallery-row {
    padding-top: 0px;
}
h4.section-h strong {
    font-size: 24px;
}
div#location-row h4.vcex-heading {
    font-size: 26px;
}
#location-row .vcex-module.vcex-milestone {
    padding: 20px 10px;
}
#location-row .vcex-module.vcex-milestone span.vcex-milestone-time.vcex-countup {
    font-size: 37px;
}
#location-row .vcex-module.vcex-milestone span.vcex-milestone-after {
    font-size: 35px;
}
#location-row .vcex-milestone-caption {
    font-size: 14px!important;
}
#faqs .vcex-toggle-group a.vcex-toggle__trigger .vcex-toggle__title {
    font-size: 15px!important;
}	
}