/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.opacity08{
	opacity:0.8;
}
.abthead:nth-child(2) {
    border-left: 1px solid #a5a5a5;
    border-right: 1px solid #a5a5a5;
}
.abthead span{
	color:#CBB135;
    margin-right:8px;
}
.abtcus-sec > div {
    padding: 0px !important;
}

.teams-listing-section {
    display: flex;
    flex-flow: row wrap;
	margin: 0px -25px;
}
.teams-listing-section > div {
    width: calc(33.33% - 50px);
    margin: 0px 25px 35px 25px;
}
.teams_thumb_img > img {
    width: 100%;
	display:block;
}
.teams-detail-box {
	position: relative;
    padding: 18px 12px;
	background-color:#ffffff;
}
.teams_thumb_container {
    padding-bottom: 110%;
    position: relative;
    width: 100%;
}
.teams_thumb_img {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
.teams_thumb_img  img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.teams-detail-top {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.teams-detail-top > p {
    text-transform: uppercase;
	margin-bottom:5px;
    font-size: 13px;
}
.teams-detail-top h2 {
    margin: 8px 0 4px;
    font-weight: lighter;
    line-height: 100%;
}

.teams-detail-top h2 a {
    font-size: 24px;
    color: #CBB135;
    line-height: 100%;
    display: block;
    font-family: 'Museo';
    font-weight: 600;
}

.teams-detail-top  h2 a {
	 font-size: 24px;
     color: #CBB135;
}
.teams-detail-btm {
    display: block;
	margin-top: 12px;
}
.teams-detail-btm > a {
    color: #CBB135;
}

/* Start blog css */
.blog-main-sec {
    position: relative;
    padding: 27px 25px;
    border: 1px solid #CBB135;
	margin-bottom:22px;
}
.blog-inner-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.blog-img-box {
    position: relative;
    width: 115px;
	height:115px;
    margin-right: 25px;
}
.blog-img-box > img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-date-sec {
    width: 60px;
    margin-right: 25px;
	background-color: #cccccc;
    text-align: center;
	text-transform: uppercase;
    color: #fff;
}
.bart-desc {
    max-width: 55%;
}
.blog-date-month {
	font-size: 15px;
}
.blog-date-day {
    font-size: 30px;
    line-height: 27px;
}
.blog-date-year {
    font-size: 15px;
}
.blog-description-sec {
    width: calc(100% - 225px);
}
.blog-description-sec > h3 {
    font-size: 24px;
	margin: 0px 0px 5px 0px;
}
.blog-description-sec > h3 > a {
    color: #CBB135;
    font-weight: 100;
	font-family: 'Museo';
    font-weight: 700;
}
}
.blog-content {
    color: #0D1623;
    font-size: 17px;
}
.blog-content > p {
    margin-bottom: 0px;
}
.blog-read-more {
    text-align: right;
	font-size: 14px;
	margin-top:15px;
}
.blog-read-more > a {
    color: #CBB135;
}

/* End Blog css */
@media only screen and (max-width: 1199px) {
	.blog-main-sec{padding:15px;}
	.blog-img-box, .blog-date-sec{margin-right:15px;}
	.blog-description-sec {width: calc(100% - 205px);}
	.bart-desc {max-width: 100%;}
}
@media only screen and (max-width: 767px) {
	.abthead:nth-child(2) {
    border-left: 0px solid #a5a5a5;
    border-right: 0px solid #a5a5a5;
    border-top: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
}
	.teams-listing-section > div {
    width: calc(50% - 30px);
    margin: 0px 15px 25px 15px;
}
	
	.blog-inner-wrap {
    flex-direction: column;
    align-items: center;
	}
	.blog-img-box, .blog-date-sec {
    margin-right: 0px;
	}
	.blog-date-sec {
    width: 115px;
    display: flex;
    flex-direction: column;
    margin: 15px 0px;
	padding:10px;
	}
	.blog-description-sec > h3{font-size:20px;}
	.blog-content{font-size:16px;}
	.blog-description-sec {
    width: 100%;
    text-align: center;
	}
	.blog-read-more{text-align:center;}
}
@media only screen and (max-width: 500px) {
	.teams-listing-section {
    flex-flow: column;
    margin: 0px;
    }
	.teams-listing-section > div {
    width: 100%;
    margin: 0px 0px 25px 0px;
	}
}

.team_detail_img img {
    width: 100%;
}

.common_blck_form form.wpcf7-form span.wpcf7-form-control-wrap .wpcf7-form-control {
  font-family: 'Museo' !important;
}

.common_blck_form form.wpcf7-form p > label br + span {
    margin-top: 10px;
}

.navigation.pagination {
    margin-top: 50px;
}

.navigation.pagination .nav-links span.page-numbers.current {
    font-size: 16px;
    font-family: 'Open Sans';
    color: #CBB135;
     font-weight: 600;
}

.navigation.pagination .nav-links .page-numbers {
    font-size: 16px;
    font-family: 'Open Sans';
    color: #0D1623;
    margin: 0 8px;
    font-weight: 600;
}

.navigation.pagination .nav-links .next.page-numbers, .navigation.pagination .nav-links .prev.page-numbers {
    color: #CBB135;
}

.press-pagination .page-numbers.next.page-numbers, .press-pagination .page-numbers.prev.page-numbers {
    color: #CBB135;
}

.press-pagination {
    max-width: 100%;
    width: 100%;
}

.mortgage_calc {
    max-width: 700px;
    margin: auto;
}

.mortgage_calc .lidd_mc_input label {
    font-family: 'Museo';
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 9px;
}

.mortgage_calc .lidd_mc_input_responsive input[type="text"] {
    height: 50px;
    padding: 9px 16px;
    font-size: 14px;
    outline: none !important;
    box-shadow: none !important;
}

.mortgage_calc .lidd_mc_input input[type="submit"] {
    background: #CBB135;
    padding: 15px 40px !important;
    height: auto;
    color: #fff !important;
    font-size: 12px !important;
    font-family: 'Open Sans';
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
	outline:none !important;
	margin-top:10px;
}

.mortgage_calc .lidd_mc_input input[type="submit"]:hover {
    background: #0D1623;
}

.cta_form h2 {
    font-size: 30px;
    color: #fff;
    font-family: 'Museo';
    margin: 2px 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #4a505a;
}

.cta_form form.wpcf7-form p label {
    display: block;
    width: 100%;
    color: #fff;
    font-family: 'Museo';
	 font-size: 16px;
}

.common_blck_form form.wpcf7-form p label {
	font-size:16px;
	font-family: 'Museo';
}

.common_blck_form form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    background: #CBB135;
    padding: 15px 40px !important;
    height: auto;
    color: #fff !important;
    font-size: 12px !important;
    font-family: 'Open Sans';
    letter-spacing: 1px;
    font-weight: 600;
    border: none !important;
    border-radius: 0;
	outline:none !important;
}

a {
    color: #CBB135;
}

.bottom_inner_header ul li a:hover, .main_header .contact_line p a:hover, .footer_links ul li a.elementor-item:hover {
    color: #cbb135 !important;
}

.faq_tab .eael-accordion-list div.eael-accordion-content {
    border-left: 3px solid #CBB135 !important;
    padding: 0 0 0 20px;
    margin: 25px;
    border: none;
}

div .cta_form form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover, .main_contact_form .common_blck_form form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover  {
    background: #a79230 !important;
}

.common_blck_form form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
	text-transform:uppercase;
}

.common_blck_form form.wpcf7-form p label {
    font-family: 'Museo' !important;
}


.scorll_down_btn .elementor-button-wrapper .elementor-button-link.elementor-button {
    padding: 0;
    background: none !important;
    font-size: 0;
}

.scorll_down_btn .elementor-button-wrapper .elementor-button-link.elementor-button span.elementor-button-icon.elementor-align-icon-left {
    font-size: 30px;
    text-align: center !important;
    margin: 0 0 0 10px;
}


.selct_box {
    position: relative;
}

.selct_box select {
    appearance: none;
}

.selct_box:after {
    position: absolute;
    content: "";
    height: 9px;
    width: 9px;
    border-style: solid;
    border-color: #000;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    top: 16px;
    right: 16px;
}

.main_contact_form label.selct_box::after, .cta_form label.selct_box::after  {
    display: none;
}


.main_contact_form label.selct_box span.wpcf7-form-control-wrap, .cta_form label.selct_box span.wpcf7-form-control-wrap {
    position: relative;
}

.main_contact_form label.selct_box span.wpcf7-form-control-wrap:after, .cta_form label.selct_box span.wpcf7-form-control-wrap:after {
    position: absolute;
    content: "";
    height: 9px;
    width: 9px;
    border-style: solid;
    border-color: #000;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    top: 14px;
    right: 15px;
}

.press_listing_wrap .press_listing_box .press_listing_box_inner {
    position: relative;
    padding-bottom: 76px !important;
}

.press_listing_wrap .press_listing_box .press_listing_box_inner .press_list_link {
    position: absolute;
    bottom: 28px;
    margin: 0;
}

.loan_program_box .loan_program_box_inner .elementor-widget-wrap {
    padding-bottom: 20px !important;
    position: relative;
}

.loan_program_box .loan_program_box_inner .elementor-widget-wrap .elementor-element.elementor-widget-button {
    position: absolute;
    bottom: 4px;
    padding: 0 15px 0 0;
}


.transactions-listing-section .transactions-listing-boxs .trans_box_wrap .transactions-detail-box .transactions-detail-btm .transactions-price:after {
	display:none !important;
}


.inner_list.new_list li.elementor-icon-list-item {
    position: relative;
    padding-left: 20px;
}

.inner_list.new_list li.elementor-icon-list-item i {
    left: 3px;
    position: absolute;
    top: 9px;
    font-size: 13px;
}

.sm_title.top_upper .elementor-heading-title span {
    font-weight: bold !important;
}

.sm_title.top_upper .elementor-heading-title {
    font-weight: normal !important;
}


.career_listing_wrap .career_listing_box .career_listing_box_top h2 {
    font-size: 26px;
    font-weight: 700;
}


.career_listing_wrap .career_listing_box .career_listing_box_top {
    padding: 18px 30px;
    box-shadow: 1px 4px 4px rgb(233 233 233 / 60%);
    border: 1px solid #f7f7f7;
    border-radius: 20px;
}

.career_listing_wrap .career_listing_box h3 {
    font-size: 16px;
    margin: 0 0 12px;
    font-family: 'Open Sans';
    font-weight: 600;
    letter-spacing: 1px;
    color: #CBB135;
}

.career_listing_wrap .career_listing_box .career_listing_box_top h4 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 18px;
}


.career_listing_wrap .career_listing_box + .career_listing_box {
    margin-top: 30px;
}

.career_listing_wrap .career_listing_box .career_listing_box_top .press_list_link {
    text-align: right;
}

.career_listing_wrap .career_listing_box .career_listing_box_top .job-list__desc p {
    font-size: 16px;
    font-weight: normal;
}

.career_listing_wrap .career_listing_box .career_listing_box_top .press_list_link a {
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-right: 30px;
	 transition: all 0.7s ease-in-out;
}



.career_listing_wrap .career_listing_box .career_listing_box_top .press_list_link a:after {
    font-family: 'Font Awesome 5 Free';
    right: 0;
    position: absolute;
    content: "\f30b";
    top: 1px;
    margin: -5px 1px 0 16px;
    color: #CBB135;
    font-size: 20px;
    z-index: 1;
    font-weight: bold;
    opacity: 1;
    transition: all 0.7s ease-in-out;
}

.career_listing_wrap .career_listing_box .career_listing_box_top .press_list_link a:hover:after {
	  color: #336;
}

.carrer_single h2.elementor-heading-title {
    font-size: 26px;
    font-weight: 700;
}

.carrer_single .car_location h2.elementor-heading-title {
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 600;
    letter-spacing: 1px;
    color: #CBB135;
}

.carrer_single p, .carrer_single ul li {
    font-size: 16px;
}

.carrer_single .carrer_info h3 {
    font-size: 18px;
    margin: 14px 0 8px;
}

.car_btn span.eael-modal-popup-button {
    background: #CBB135 !important;
    padding: 15px 40px !important;
    height: auto;
    color: #fff !important;
    font-size: 12px !important;
    font-family: 'Open Sans';
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 0;
	text-transform:uppercase;
}

.mfp-content .eael-lightbox-popup-window .eael-lightbox-container {
    padding: 30px 30px 10px;
    overflow-y: auto;
    margin: 40px auto;
}

.mfp-content .eael-lightbox-popup-window .eael-lightbox-container .eael-lightbox-content p.applay-modal__txt {
    font-size: 16px;
    margin-top: 11px;
}

.mfp-content .eael-lightbox-popup-window .eael-lightbox-container .eael-lightbox-content label {
    margin-bottom: 14px;
    font-size: 15px;
    font-family: 'Museo';
    font-weight: 600;
    line-height: 180%;
    width: 100%;
}

.mfp-content .eael-lightbox-popup-window .eael-lightbox-container .eael-lightbox-content label br {
    display: none;
}

.mfp-content .eael-lightbox-popup-window .eael-lightbox-container .eael-lightbox-content label input.wpcf7-form-control {
    height: 43px;
    background: #eee;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
}

.mfp-content .eael-lightbox-popup-window .eael-lightbox-container .eael-lightbox-content label textarea.wpcf7-form-control {
    height: 70px;
    background: #eee;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
}

.mfp-content .eael-lightbox-popup-window .eael-lightbox-container h2.eael-lightbox-title {
    font-size: 26px;
    font-weight: 700;
    font-family: 'Museo';
}

.mfp-content .eael-lightbox-popup-window .eael-lightbox-container .eael-lightbox-content label input.wpcf7-form-control.wpcf7-file.career-file {
    background: none;
    border: none;
}

.mfp-content .eael-lightbox-popup-window .eael-lightbox-container .eael-lightbox-content input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #CBB135;
    padding: 15px 40px !important;
    height: auto;
    color: #fff !important;
    font-size: 12px !important;
    font-family: 'Open Sans' !important;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 0;
    border: none !important;
    text-transform: uppercase;
    text-shadow: none;
}

.mfp-content .eael-lightbox-popup-window .eael-lightbox-container .eael-lightbox-content p.applay-modal__txt {
    font-size: 14px;
}

@media (max-width:1199px) {
	.main_header .home_logo {
    position: relative;
    z-index: 2;
}
	
	.home_sub_form form.mailpoet_form.mailpoet_form_form .mailpoet_paragraph input {
		max-width:40% !important;
	}	
	
}

@media (max-width:767px) {
	
	.home_sub_form form.mailpoet_form.mailpoet_form_form .mailpoet_paragraph input {
    max-width: 100% !important;
}
	
	 .sm_title .elementor-heading-title br {
    display: block !important;
}
	
	.cta_form h2 {
    font-size: 22px;
    margin: 0px 0 20px;
    padding-bottom: 13px;
}
	
	.elementor-col-100 .elementor-widget-wrap.elementor-element-populated .elementor-element .elementor-widget-container > br, .elementor-col-100 .elementor-widget-wrap.elementor-element-populated .elementor-element .elementor-widget-container p > br {
    display: none;
}
	
		
	.elementor-heading-title span.yellow_shape:after {
       display: block !important;
       height: 11px !important;
	   left:-1% !important;
}
	
	.sm_title .elementor-heading-title span.yellow_shape:after {
    height: 9px !important;
}
	
	.sm_title .elementor-heading-title span.yellow_shape {
    white-space: nowrap;
}
	
}

p.transactions-type {
    display:none ! important;
}

.banner_iframe {
	position:relative;
	z-index:1;
}

