:root {
--primary-color: #031F4B;
}
* {
box-sizing: border-box;
}
.et_pb_svg_logo #logo {
height: 100%;
}
#logo {
max-height: 74%;
}
@media (max-width:768px) {
#et-info-phone {
margin-right: 0;
margin-bottom: 5px;
display: block;
}
} .building-styles-thumb img {
height: 300px;
}
.building-item {
position: relative;
margin-bottom: 20px;
}
.building-item img {
border-radius: 10px;
box-shadow: 0px 1px 20px rgba(0,0,0,0.12);
width: 100%;
border: 5px solid #FFF;
}
.building-item-action {
cursor: pointer;
position: absolute;
border-radius: 10px;
transition: all .3s;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
background: transparent;
display: flex;
justify-content: center;
align-items: center;
z-index: 1;
}
.building-item-action:hover {
opacity: 1;
background: rgba(0,0,0,0.6);
}
.building-type-item img {
border-radius: 10px;
box-shadow: 0px 1px 20px rgba(0,0,0,0.12);
margin-bottom: 20px;
width: 100%;
}
.bcc-row {
display: flex;
flex-wrap: wrap;
}
.bcc-row > div {
margin-right: 5.5%;
margin-bottom: 50px;
}
.three-columns > div {
width: 29.6667%;
}
.two-columns > div {
width: 47.25%;
}
.three-columns > div:nth-child(3n+3) {
margin-right: 0;
}
.two-columns > div:nth-child(even) {
margin-right: 0;
} .bcc-button,
.wpcf7-submit {
display: inline-block;
border: 0;
font-family: Poppins, sans-serif;
font-size: 16px;
border-radius: 6px;
box-shadow: 0px 0px 20px rgba(0,0,0,0.13);
padding: 8px 20px;
cursor: pointer;
margin-bottom: 5px;
}
.button-white {
background-color: #FFF;
color: var(--primary-color);
}
.button-outline {
border: 2px solid var(--primary-color);
color: var(--primary-color);
}
.button-primary,
.wpcf7-submit {
background: var(--primary-color) !important;
color: #FFF !important;
} .bcc-modal-overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: transparent;
transition: all .3s;
opacity: 0;
z-index: 0;
}
.bcc-modal-overlay.show {
opacity: 1;
background: rgba(0,0,0,0.8);
z-index: 999999;
}
.bcc-modal {
position: fixed;
top: 100px;
left: 0;
width: 100%;
height: 100%;
overflow-x: auto;
display: flex;
align-items: flex-start;
justify-content: center;
padding-top: 50px;
padding-right: 15px;
padding-left: 15px;
padding-bottom: 20px;
margin-bottom: 20px;
opacity: 0;
z-index: 0;
transition: all .5s;
}
.bcc-modal.show {
top: 0;
opacity: 1;
z-index: 9999999;
}
.bcc-modal-container {
background-color: #FFF;
max-width: 1000px;
width: 100%;
padding: 20px;
border-radius: 10px;
box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
position: relative;
min-height: 200px;
z-index:99999999;
}
.bcc-modal-close {
padding: 30px;
border: 0;
background: transparent;
color: #FFF;
position: absolute;
top: -37px;
right: -70px;
font-size: 25px;
cursor: pointer;
z-index:99999999;
}
.bcc-modal img {
width: 100%;
height: auto;
margin-bottom: 20px;
border-radius: 10px;
box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.bcc-modal-title {
font-size: 30px;
font-weight: 800;
color: var(--primary-color);
margin-bottom: 10px;
}
.bcc-modal-list li {
margin-bottom: 5px;
font-family: Poppins, sans-serif;
font-size: 18px;
color: var(--primary-color);
}
.bcc-modal-content {
display: flex;
justify-content: space-between;
}
.bcc-modal-actions {
width: 250px;
}
@media (max-width:1130px) {
.bcc-modal-close {
top: -80px;
right: -30px;
}
}
@media (max-width:768px) {
.bcc-modal-content {
flex-wrap: wrap;
}
.bcc-modal-content > div {
width: 100%;
margin-bottom: 25px;
}
.two-columns > div,
.three-columns > div {
width: 100%;
margin-right: 0 !important;
}
.bcc-modal-actions .bcc-button {
width: 100%;
text-align: center;
}
.et_pb_image .et_pb_image_wrap {
width: 100%;
}
} .bcc-form-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
}
.bcc-form-col {
width: 50%;
padding: 0 15px;
}
.bcc-form-full {
width: 100%;
padding: 0 15px;
}
.bcc-form-wrapper input,
.bcc-form-wrapper textarea,
.bcc-form-wrapper select {
height: 50px;
width: 100%;
padding: 8px 15px;
display: block;
background: #eee;
border: inherit;
font-size: 15px;
font-family: Open Sans, sans-serif;
color: #999999;
}
.bcc-form-white input:not([type="submit"]),
.bcc-form-white textarea,
.bcc-form-white select {
border: 2px solid #FFF;
background: transparent;
color: #FFFFFF;
}
.bcc-form-gray input:not([type="submit"]),
.bcc-form-gray textarea,
.bcc-form-gray select {
border: 2px solid #ccc;
}
.bcc-form-white input::placeholder,
.bcc-form-white textarea::placeholder  {
color: #FFF;
}
.bcc-form-wrapper textarea {
height: 180px;
}
.bcc-form-wrapper .wpcf7-form-control-wrap {
display: block;
width: 100%;
margin-bottom: 30px;
}
.bcc-button-wrapper {
display: flex;
justify-content: flex-start;
align-items: center;
flex-direction: row-reverse;
padding: 0 15px;
width: 100%;
}
.wpcf7-not-valid-tip {
font-style: italic;
}
.wpcf7-submit {
margin-left: 15px;
width: 100px !important;
}
.wpcf7-response-output {
background-color: #f7e700;
color: var(--primary-color);
}
.wpcf7-mail-sent-ok {
background-color: #398f14;
color: #FFFFFF;
} .bcc-modal-image-wrapper {
position: relative;
}
.et_pb_image_wrap:before,
.bcc-modal-image-wrapper:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
z-index: 1;
}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}body,.et_pb_column_1_2 .et_quote_content blockquote cite,.et_pb_column_1_2 .et_link_content a.et_link_main_url,.et_pb_column_1_3 .et_quote_content blockquote cite,.et_pb_column_3_8 .et_quote_content blockquote cite,.et_pb_column_1_4 .et_quote_content blockquote cite,.et_pb_blog_grid .et_quote_content blockquote cite,.et_pb_column_1_3 .et_link_content a.et_link_main_url,.et_pb_column_3_8 .et_link_content a.et_link_main_url,.et_pb_column_1_4 .et_link_content a.et_link_main_url,.et_pb_blog_grid .et_link_content a.et_link_main_url,body .et_pb_bg_layout_light .et_pb_post p,body .et_pb_bg_layout_dark .et_pb_post p{font-size:16px}.et_pb_slide_content,.et_pb_best_value{font-size:18px}body{color:#0a0a0a}h1,h2,h3,h4,h5,h6{color:#001d4a}body{line-height:1.8em}a{color:#001d4a}.nav li ul{border-color:#001d4a}#top-header,#et-secondary-nav li ul{background-color:#001d4a}.et_header_style_centered .mobile_nav .select_page,.et_header_style_split .mobile_nav .select_page,.et_nav_text_color_light #top-menu>li>a,.et_nav_text_color_dark #top-menu>li>a,#top-menu a,.et_mobile_menu li a,.et_nav_text_color_light .et_mobile_menu li a,.et_nav_text_color_dark .et_mobile_menu li a,#et_search_icon:before,.et_search_form_container input,span.et_close_search_field:after,#et-top-navigation .et-cart-info{color:#000000}.et_search_form_container input::-moz-placeholder{color:#000000}.et_search_form_container input::-webkit-input-placeholder{color:#000000}.et_search_form_container input:-ms-input-placeholder{color:#000000}#top-header,#top-header a,#et-secondary-nav li li a,#top-header .et-social-icon a:before{font-size:14px;letter-spacing:1px}#top-menu li a{font-size:15px}body.et_vertical_nav .container.et_search_form_container .et-search-form input{font-size:15px!important}#top-menu li.current-menu-ancestor>a,#top-menu li.current-menu-item>a,#top-menu li.current_page_item>a{color:#001d4a}#footer-widgets .footer-widget li:before{top:10.6px}body .et_pb_button{font-size:18px;border-radius:6px}body.et_pb_button_helper_class .et_pb_button,body.et_pb_button_helper_class .et_pb_module.et_pb_button{}body .et_pb_button:after{font-size:28.8px}@media only screen and (min-width:981px){.et_header_style_left #et-top-navigation,.et_header_style_split #et-top-navigation{padding:60px 0 0 0}.et_header_style_left #et-top-navigation nav>ul>li>a,.et_header_style_split #et-top-navigation nav>ul>li>a{padding-bottom:60px}.et_header_style_split .centered-inline-logo-wrap{width:120px;margin:-120px 0}.et_header_style_split .centered-inline-logo-wrap #logo{max-height:120px}.et_pb_svg_logo.et_header_style_split .centered-inline-logo-wrap #logo{height:120px}.et_header_style_centered #top-menu>li>a{padding-bottom:22px}.et_header_style_slide #et-top-navigation,.et_header_style_fullscreen #et-top-navigation{padding:51px 0 51px 0!important}.et_header_style_centered #main-header .logo_container{height:120px}.et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,.et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container{height:21.6px}.et_header_style_left .et-fixed-header #et-top-navigation,.et_header_style_split .et-fixed-header #et-top-navigation{padding:30px 0 0 0}.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a,.et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a{padding-bottom:30px}.et_header_style_centered header#main-header.et-fixed-header .logo_container{height:60px}.et_header_style_split #main-header.et-fixed-header .centered-inline-logo-wrap{width:60px;margin:-60px 0}.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo{max-height:60px}.et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo{height:60px}.et_header_style_slide .et-fixed-header #et-top-navigation,.et_header_style_fullscreen .et-fixed-header #et-top-navigation{padding:21px 0 21px 0!important}.et-fixed-header#top-header,.et-fixed-header#top-header #et-secondary-nav li ul{background-color:#001d4a}.et-fixed-header #top-menu a,.et-fixed-header #et_search_icon:before,.et-fixed-header #et_top_search .et-search-form input,.et-fixed-header .et_search_form_container input,.et-fixed-header .et_close_search_field:after,.et-fixed-header #et-top-navigation .et-cart-info{color:#000000!important}.et-fixed-header .et_search_form_container input::-moz-placeholder{color:#000000!important}.et-fixed-header .et_search_form_container input::-webkit-input-placeholder{color:#000000!important}.et-fixed-header .et_search_form_container input:-ms-input-placeholder{color:#000000!important}.et-fixed-header #top-menu li.current-menu-ancestor>a,.et-fixed-header #top-menu li.current-menu-item>a,.et-fixed-header #top-menu li.current_page_item>a{color:#001d4a!important}}@media only screen and (min-width:1350px){.et_pb_row{padding:27px 0}.et_pb_section{padding:54px 0}.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper{padding-top:81px}.et_pb_fullwidth_section{padding:0}}	h1,h2,h3,h4,h5,h6{font-family:'Poppins',Helvetica,Arial,Lucida,sans-serif}#main-header,#et-top-navigation{font-family:'Poppins',Helvetica,Arial,Lucida,sans-serif}#top-header .container{font-family:'Poppins',Helvetica,Arial,Lucida,sans-serif}.et_pb_svg_logo #logo{height:110%}#logo{max-height:142%!important;position:relative;top:1px;max-width:200px!important}@media (max-width:768px){#et-info-phone{margin-right:0;margin-bottom:5px;display:block}#logo{max-height:95%!important}}#header-carousel{background:#021d49}#header-carousel .et_pb_container{height:80px!important}#header-carousel .et_pb_slide{min-height:80px}#header-carousel .et_pb_slide_title{padding-bottom:0!important}#menu-footer-menu{display:flex;flex-wrap:wrap}#menu-footer-menu li{width:100%;margin-bottom:15px}#main-footer{display:none}.more{display:none}.read-more-btn{background-color:#000;border-color:#000;color:#fff;padding:5px 10px;border-radius:4px}