/*
Theme Name:		Finch Financial
Author:			Kicking Pixels
Author URI:		https://kickingpixels.com.au/
Description:	Custom theme for MWA based website
Version: 		3.7.1
Text Domain: 	finch 
*/

/* INLINE CSS */

/* ======================== */

/* THEME CUSTOM STYLES */
:root {
	--horspace: 15px;
	--myriad: "myriad-pro", sans-serif;
}

.wrap {
	width: 1640px;
	max-width: calc(100% - 4*var(--horspace));
}

.clrs-blue-2 {
	background: linear-gradient(225deg, #00344F 0%, #032934 100%);
}

.clrs-green-2 {
	background: linear-gradient(270deg, #39B54A 0%, #8DC63F 100%);
}

.clrs-green-5 {
	background: linear-gradient(270deg, #8DC63F 0%, #39B54A 100%);
}

.text-off-light :not(h1, h2, h3, h4, h5, h6) {
	color: rgba(255, 255, 255, 0.80) !important;
}

a {
	opacity: 1;
}

/* Typography */
html {
	font-size: 16px;
	line-height: 28px;
	font-family: var(--myriad);
	font-weight: 400;
	letter-spacing: 0.09px;
}

h1 {
	font-size: 48px;
	line-height: 55px;
	font-family: var(--myriad);
	font-weight: 700;
}

h2 {
	font-size: 30px;
	line-height: 36px;
	font-family: var(--myriad);
	font-weight: 700;
}

h3 {
	font-size: 24px;
	line-height: 29px;
	font-family: var(--myriad);
	font-weight: 600;
}

h4 {
	font-size: 20px;
	line-height: 24px;
	font-family: var(--myriad);
	font-weight: 600;
}

h5 {
	font-size: 18px;
	line-height: 22px;
	font-family: var(--myriad);
	font-weight: 600;
}

h6 {
	font-size: 16px;
	line-height: 19px;
	font-family: var(--myriad);
	font-weight: 600;
}

.mwa-gf-form_wrapper .gform_footer .gform_button,
.mwa-bttn {
	font-size: 18px;
	line-height: 20px;
	font-family: var(--myriad);
	font-weight: 700;
	text-transform: capitalize;
}

.gform_button,
.mwa-bttn:not(.link) {
	padding: 18px 40px;
	border-radius: 100px;
}

.smalltxt {
	font-size: 14px;
	line-height: normal;
	letter-spacing: 0.07px;
}

.Lead2 {
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0.1px;
}

.clr-green-1 {
	color: var(--green-1);
}

.clr-light {
	color: var(--light);
}

.mwa-bttn.outlined {
	background: unset !important;
}

/*Page Contents*/
/*Image*/
figure .size-large {
	max-width: 1024px;
	max-height: 1024px;
	width: 100%;
}

figure .size-medium_large {
	max-width: 300px;
	max-height: 300px;
	width: 100%;
}

figure .size-medium {
	max-width: 300px;
	max-height: 300px;
	width: 100%;
}

figure .size-thumbnail {
	width: 150px;
	height: 150px;
}

/* Gravity Forms */
select,
textarea,
input[type="tel"],
input[type="date"],
input[type="number"],
input[type="email"],
input[type="text"] {
	color: var(--dark);
	width: 100%;
	padding: 18px 30px;
	border-radius: 50px;
	background: var(--light);
	border: unset;
}

textarea {
	border-radius: 30px;
	height: 265px;
}

::placeholder {
	color: var(--dark);
}

select {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

.mwa-gf-form_wrapper .gform_description {
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.1px;
	margin-bottom: 15px;
}

.mwa-gf-form_wrapper .hidden_label .gfield_label {
	display: none !important;
}

.mwa-gf-form_wrapper .gfield_validation_message,
.mwa-gf-form_wrapper .gfield_required_asterisk {
	color: var(--green-1);
}

.mwa-gf-form_wrapper select {
	color: var(--dark);
}

.gform-subscribe_wrapper .gfield_validation_message,
.gform-subscribe_wrapper .gfield_required_asterisk {
	color: var(--light);
}

.mwa-gf-form_wrapper .gform_footer .gform_button {
	background: var(--green-1);
	color: var(--light);
	transition: all 300ms ease;
	position: relative;
	cursor: pointer;
}

body [class*=clrs-green-] .mwa-gf-form_wrapper .gform_footer .gform_button {
	background: var(--blue-1);
}

.mwa-gf-form_wrapper form .gf_invisible.ginput_recaptchav3 {
	display: none;
}

/* Contents */
.iframe-wrap {
	background: var(--light);
	/*padding: 30px;*/
}

/* Site header */
.mwa-menu-main>li a {
	font-family: var(--myriad);
	font-weight: 400;
	font-size: 20px !important;
	line-height: 24px;
	text-transform: capitalize;
}

.mwa-menu-main>li>a {
	position: relative;
	padding: 30px 15px;
	height: 100%;
	overflow: hidden;
}

.mwa-menu-main .current-menu-parent>a,
.mwa-menu-main .current-menu-item>a,
.mwa-menu-main li a:hover {
	color: var(--green-1) !important;
}

.site-header {
	position: relative;
	z-index: 5;
}

.mob-header .site-logo {
	position: relative;
}

.search-bar {
	background-color: #fff;
}

.site-header .close-bttn,
.site-header .search-bttn {
	color: var(--green-1) !important;
	background: unset;
	border: 1px solid;
}

.site-header .close-bttn:hover,
.site-header .search-bttn:hover {
	color: var(--light) !important;
	background: var(--green-1);
}

.site-header .close-bttn:before,
.site-header .search-bttn:before {
	content: unset;
}

.menu-overlay .mwa-menu-main>li a {
	color: var(--blue-1);
}

.menu-overlay .search-bar {
	position: unset !important;
	padding: 8px 0 !important;
	transform: unset;
	display: block;
	border-bottom: 1px solid var(--blue-1);
}

.menu-overlay .search-bar .close-bttn {
	display: none;
}

.search-bar .search-field::placeholder {
	color: var(--blue-1);
}

.mwa-search-form {
	padding: 0;
}

.menu-overlay.on {
	padding: 0 16px 100px 16px;
}

.menu-overlay .mwa-search-form .search-submit {
	padding: 0;
	color: var(--green-1);
}

.menu-overlay .mwa-search-form .search-submit::before {
	content: unset;
}

.menu-overlay>div+*:before {
	content: unset
}

.menu-overlay .header-bttns {
	margin-top: 35px;
	display: flex;
	justify-content: center;
	grid-gap: 16px;
	padding: 0;
}

.mob-header .align-r>.header-bttns {
	margin-right: 16px;
}

.mob-header .header-bttns .mwa-bttn {
	font-size: 16px;
	padding: 10px 20px;
}

.menu-overlay .social-profiles {
	margin-top: 16px;
	padding: 0;
}

.social-profiles .mwa-icon {
	color: var(--light);
	background: var(--green-1);
	width: 40px;
	height: 40px;
}

.social-profiles .mwa-icon::before {
	content: unset;
}

/* Mobile Header */
.site-header.fixed .mob-header {
	background: var(--light) !important;
}

.site-header .mob-header {
	padding: 16px;
	box-shadow: unset
}

.overlay-on .site-header .mob-header {
	background: var(--light);
}

.site-header .mob-header .menu-bars {
	width: unset;
	height: unset;
	border-radius: unset;
	background: unset;
	color: var(--green-1) !important;
}

.menu-overlay nav a {
	padding: 16px !important;
	text-align: left;
}

.menu-overlay nav ul li a {
	border-bottom: 1px solid rgba(3, 41, 68, 0.05);
}

.menu-overlay nav .sub-menu a {
	background: rgba(3, 41, 68, 0.05);
}

.menu-overlay .sub-menu {
	padding: 0;
}

.menu-overlay .mwa-menu-main .sub-menu .current-menu-item a {
	border-bottom: 1px solid var(--light);
}

.menu-overlay nav>ul>li+li>a:before,
.menu-overlay li.active>a:before,
.menu-overlay .sub-menu:before {
	content: unset;
}

/* Site footer */
.site-footer .footer-col .content-wrapper {
	display: grid;
	grid-template-columns: repeat(24, 1fr);
	grid-template-rows: auto;
	grid-column-gap: var(--guther);
	padding: calc(3*var(--verspace)) 0 calc(1.5*var(--verspace)) 0;
}

.site-footer .footer-col .content-wrapper .col:nth-child(1) {
	grid-column: 1 / span 24;
	margin-bottom: 60px;
}

.site-footer .footer-col .content-wrapper .col:nth-child(2) {
	grid-column: 1 / span 11;
}

.site-footer .footer-col .content-wrapper .col:nth-child(3) {
	grid-column: 14 / span 12;
}

.site-footer .footer-col .content-wrapper .col:nth-child(6),
.site-footer .footer-col .content-wrapper .col:nth-child(5),
.site-footer .footer-col .content-wrapper .col:nth-child(4) {
	grid-column: 1/ span 24;
	margin-top: 30px;
}

.site-footer .footer-col .content-wrapper .col:nth-child(5) {
	margin-top: 50px;
}

.site-footer .footer-col .content-wrapper .col:nth-child(6) {
	margin-top: 70px;
}

.site-footer .footer-col .content-wrapper .col:nth-child(6)>*~* {
	margin-top: 40px;
}

.site-footer .footer-col .site-logo {
	height: unset;
}

.site-footer .footer-col .social-col label,
.site-footer .footer-col .custom-html-widget {
	color: rgba(255, 255, 255, 0.80);
}

.site-footer .footer-col .content-wrapper .col:nth-child(1)>*~* {
	margin-top: 30px;
}

.site-footer .footer-col .content-wrapper .col:nth-child(1) .footer-contact>*~* {
	margin-top: 20px;
}

.site-footer .footer-contact>* {
	display: flex;
	align-items: baseline;
	grid-gap: 20px;
	font-weight: 600;
}

.site-footer .footer-contact i {
	margin: 0;
	color: var(--green-1);
}

.site-footer .widget-title {
	margin-bottom: 15px;
}

.site-footer .menu li~li {
	margin-top: 10px;
}

.site-footer .menu a {
	font-family: var(--myriad);
	font-size: 16px;
	font-weight: 400;
}

.site-footer .menu .current-menu-item a,
.site-footer .footer-col a:not(.mwa-icon):hover {
	color: var(--green-1);
}

.site-footer .social-profiles a~a {
	margin-left: 12px;
}

.site-footer .footer-col .footer-images {
	list-style: none;
	display: flex;
	grid-gap: 20px;
	align-items: center;
}

.site-footer .copyright-wrapper {
	border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.site-footer .copyright-wrapper .content-wrapper {
	padding: 20px 0;
}

.site-footer .copyright-wrapper .editor-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	grid-gap: 10px 20px;
}

.site-footer .copyright-wrapper .editor-content * {
	color: rgba(255, 255, 255, 0.50);
}

.site-footer .mwa-form-wrap_wrapper {
	display: none;
}

.site-footer .footer-col .social-row {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 20px 30px;
}

.site-footer .footer-col .social-row .social-profiles {
	margin-top: 12px;
}

/* Custom sections */

.site-main-holder main article>section:first-child {
	padding: calc(60px + (2*var(--verspace))) 0 calc(3*var(--verspace)) 0;
}

.featured-news {
	padding: calc(60px + (2*var(--verspace))) 0 calc(2*var(--verspace)) 0;
}

.home .site-main-holder main article>section:first-child .layout-two-cols .section-col:first-child .svg-content {
	display: none;
}

.remove-padding-top {
	padding-top: 0 !important;
}

.remove-padding-bottom {
	padding-bottom: 0 !important;
}

.editor-content ol li::marker {
	color: var(--green-1);
}

.editor-content ol {
	margin: 1.5em 0;
	list-style-position: inside;
}

.editor-content ul {
	list-style: none;
	margin: 1em 0 0;
}

.editor-content ul li {
	position: relative;
	padding-left: 17px;
}

.editor-content ul li::before {
	content: '';
	width: 5px;
	height: 5px;
	background: var(--green-1);
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 13px;
	left: 0;
}

.editor-content a {
	font-weight: 600;
}

.editor-content a:hover {
	color: var(--green-1) !important;
}

.page-section.clrs-green-2 .editor-content a:hover,
.page-section.clrs-green-5 .editor-content a:hover,
.boxed.clrs-green-1 .editor-content a:hover {
	color: var(--blue-1) !important;
}

.social-share-wrap .addtoany_list a {
	padding: 0;
}

.social-share-wrap .addtoany_list a~a {
	margin-left: 5px;
}

.addtoany_list a:not(.addtoany_special_service)>span {
	border-radius: 50% !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.addtoany_list a svg {
	width: 20px;
	height: 20px;
}

.social-title {
	color: #243D73;
	font-weight: 700;
	margin-bottom: 10px;
}

.img-horalign-round img {
	border-radius: 50%;
}

.list-bullets .list {
	display: flex;
	align-items: baseline;
	grid-gap: 20px;
}

.list-bullets.small-bullet .list-svg svg {
	width: 16px;
	height: 16px;
}

.list-bullets .list~.list {
	margin-top: 1.5em;
}

/*logos carousel*/
.logo-carousel .slick-list {
	padding: 30px 0;
}

.logo-carousel .slick-list {
	/* overflow: clip; */
}

.logo-carousel:not(.slick-initialized) .slick-track {
	display: flex;
}

.logo-carousel .slick-track {
	justify-content: end;
	grid-gap: 20px;
}

.logo-carousel .slick-slide {
	padding: unset !important;
}

.logo-carousel:not(.slick-initialized) .logo-wrap,
.logo-carousel .slick-slide .logo-wrap {
	padding: 10px !important;
	border-radius: 10px;
	background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #FFF;
	-moz-box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.10);
	display: block !important;
	align-items: center;
	justify-content: center;
	height: 100%;
}

/* as seen in carousel*/

.as-seen-in-carousel .slick-track {
	display: flex;
	align-items: center;
}

.as-seen-in-carousel:not(.slick-initialized) .slick-track {
	display: flex;
}

.as-seen-in-carousel .slick-track {
	justify-content: end;
	grid-gap: 20px;
}

.as-seen-in-carousel .slick-slide {
	padding: unset !important;
}

.as-seen-in-carousel .logo-wrap {
	display: flex !important;
	align-items: center;
	/* Vertically center */
	justify-content: center;
	/* Horizontally center */
	height: 100px;
	/* Uniform height */
	padding: 10px;
	box-sizing: border-box;
}

.as-seen-in-carousel .logo-wrap img {
	max-height: 60px;
	width: auto;
	height: auto;
	max-width: 100%;
	object-fit: contain;
	filter: grayscale(100%);
	transition: filter 0.3s ease;
}

.as-seen-in-carousel .logo-wrap img:hover {
	filter: grayscale(0%);
}

/* end */

.slick-arrow {
	display: none !important;
}

.testimonials-slider {
	position: unset;
}

.layout-single-col.bg-position-top .content-wrapper::before {
	top: 0;
}

.layout-single-col.bg-position-bottom .content-wrapper::before {
	bottom: 0;
}

.layout-single-col:not(.bg-position-none) .content-wrapper::before {
	content: "";
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	z-index: -1;
}

.layout-testimonials:not(.bg-position-none) .content-wrapper::before {
	background: var(--grey);
}

.two-cols-inside:not(.bg-position-none) .content-wrapper::before {
	background: linear-gradient(270deg, #39B54A 0%, #8DC63F 100%);
}

.testimonials-slider {
	padding: 40px;
	border-radius: 50px;
	margin: 0 !important;
}

.testimonial-contents :is(h1, h2, h3, h4, h5, h6) {
	margin-bottom: 1.5em;
}

.testimonial-info {
	margin-top: 15px;
}

.testimonial-contents .image img {
	border-radius: unset;
	height: unset;
	width: unset;
	max-width: 100px;
}

.testimonial-contents .image {
	margin-bottom: 22px;
}

.testimonials-slider:not(.slick-initialized) .testimonials-container:not(:nth-child(1)) {
	display: none;
}

.layout-testimonials .slick-dots {
	margin-top: 40px;
}

.slick-dots {
	position: unset;
	bottom: unset;
}

.slick-dots li {
	width: unset;
	height: unset;
	margin: 0;
}

.slick-dots li~li {
	margin-left: 12px;
}

.slick-dots li button {
	padding: 0;
	border: 1px solid var(--green-3);
	border-radius: 50%;
}

.slick-dots li:not(.slick-active) button:hover,
.slick-dots .slick-active button {
	background: var(--green-3);
}

.slick-dots li button::before {
	content: unset;
}

.steps-process {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 20px;
}

.steps-process .step {
	display: flex;
	grid-gap: 20px;
	align-items: center;
}

.two-cols-inside .boxed {
	padding: 30px !important;
	border-radius: 50px;
}

.two-cols-inside .boxed>*~* {
	margin-top: 20px;
}

.two-cols-inside .boxed .boxed-left svg {
	width: 100px;
	height: 120px;
}

.two-cols-inside .boxed .editor-content :is(h3, h4, h5, h6) {
	margin-top: 20px;
	color: rgba(255, 255, 255, 0.80) !important;
}

.mwa-bttns .mwa-bttn~.mwa-bttn {
	margin-left: 0;
}

.mwa-bttns {
	grid-gap: .5em;
}

.layout-search-loan .content-wrapper {
	border-radius: 30px;
	background: #02334E;
	padding: 30px 18px;
}

.layout-search-loan .content-wrapper h3 {
	color: var(--light);
}

.layout-search-loan .input-field,
.layout-search-loan .content-wrapper .section-col {
	color: var(--light);
}

.ginput_container_select,
.select-container {
	position: relative;
}

.ginput_container_select::before,
.select-container::before {
	content: "\f078";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	line-height: 1;
	position: absolute;
	right: 30px;
	top: 50%;
	color: var(--green-1);
	transform: translate(0%, -50%);
}

.layout-search-loan .input-field select {
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	color: var(--green-1);
}

.layout-search-loan .input-field .select-container,
.layout-search-loan .content-wrapper .section-col>*~* {
	margin-top: 16px;
}

.layout-search-loan .input-btn {
	text-align: right;
}


.content-verspace-s.list-svg .list {
	margin-top: 24px;
}

.content-verspace-m.list-svg .list {
	margin-top: 40px;
}

.content-verspace-l.list-svg .list {
	margin-top: 55px;
}


.list-svg .list {
	grid-gap: 20px;
	padding: 0;
	align-items: flex-start;
}

.layout-five-cols .content-wrapper {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 24px;
}

.layout-four-cols .content-wrapper {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 24px;
}

.layout-four-cols .section-col.boxed.clrs-light {
	margin-top: 0 !important;
}

.section-col.boxed {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);
	padding: 30px !important;
	border-radius: 50px;
}

.image-lists {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}

.image-lists .content-row~.content-row {
	margin-top: 0;
}

.section-col .multi-image figure:not(.img-horalign-round) img {
	border-radius: 0;
}

.section-col figure:not(.img-horalign-round) img {
	border-radius: 20px;
}

.image-lists .img-veralign-center {
	margin: 20px 0 !important;
}

.image-lists .img-veralign-top {
	margin-bottom: 60px !important;
}

.image-lists .img-veralign-bottom {
	margin-top: 60px !important;
}

.image-lists>figure:nth-child(3) {
	display: none;
}

[class*="section-verspace-"] .section-row~.layout-two-cols.section-row {
	padding-top: 0;
}

.cols-verspace-s {
	padding-top: 24px;
}

.cols-verspace-m {
	padding-top: calc(2*var(--verspace));
}

.cols-verspace-l {
	padding-top: calc(3*var(--verspace));
}

.cols-verspace-xl {
	padding-top: calc(4*var(--verspace));
}

.page-section>.media-wrap img {
	object-fit: contain;
	object-position: top center;
	max-width: 1640px;
}

.logo-carousel:not(.slick-initialized) {
	display: flex;
	justify-content: end;
	grid-gap: 20px;
}

/* Top banner */
.top-banner {
	position: relative;
}

/* Testimonials */
.layout-testimonials .editor-content *:not(h1, h2, h3, h4, h5, h6) {
	font-size: 20px;
	font-style: italic;
	font-weight: 600;
}

/* Multi Image */
.multi-image {
	display: flex;
	grid-gap: 35px;
	align-items: center;
	justify-content: start;
	flex-wrap: wrap;
}

.multi-image figure {
	margin: 0 !important;
	width: auto !important;
	flex-shrink: unset;
}

/* Accordion */
.layout-accordion {
	padding-top: var(--verspace) !important;
}

.mwa-accordion .tab-heading {
	padding: 0 !important;
	color: var(--blue-1);
	font-weight: 700;
}

.layout-accordion-bttn .mwa-accordion .tab {
	flex-wrap: wrap;
}

.layout-accordion-bttn .mwa-accordion .tab>div {
	width: 100%;
}

.mwa-accordion .tab {
	padding: 24px !important;
	align-items: center !important;
	grid-gap: 30px 10px;
}

.mwa-accordion .content {
	padding: 0 24px 24px;
}

.mwa-accordion .panel~.panel {
	margin-top: 12px !important;
}

.mwa-accordion .panel {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);
	border-radius: 30px;
}

.mwa-accordion .panel .iframe-wrap {
	position: relative;
	overflow: scroll;
	width: 100%;
	background: unset;
	padding: 50% 0 0;
	/* padding: 0; */
}

.mwa-accordion .panel .iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	/* overflow: scroll;  */
	width: 100%;
	/* width: 100%; */
	/* height: 300px; */
	height: 2000px;
}

.mwa-accordion .tab-heading-left {
	display: flex;
	align-items: center;
	justify-content: left;
	grid-gap: 12px;
}

.mwa-accordion .tab .icon {
	width: unset;
	height: unset;
	background: unset;
}

.mwa-accordion .tab .icon {
	color: var(--green-1);
}

/* Our Team */
.our-team-list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 50px 8.8%;
}

.our-team-list .team-image img {
	border-radius: 50%;
	max-width: 250px;
}

.our-team-list article>*~* {
	margin-top: 1.5em;
}

.our-team-list .team-content>*~* {
	margin-top: 10px;
}

.our-team-list .social-profiles,
.our-team-list .team-desc {
	display: none;
}

/* Popup */
.modal {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: unset;
	overflow: auto;
	background: rgba(3, 41, 68, 0.90);
	display: none;
	z-index: 9999999;
	padding-right: 15px;
	padding-left: 15px;
}

.modalContainer {
	background-color: var(--light);
	width: 100%;
	margin: auto;
	position: relative;
	top: 15%;
	bottom: 0;
	right: 0;
	left: 0;
	box-sizing: border-box;
	max-width: 1140px !important;
	padding: 40px 45px !important;
	border-radius: 8px;
	z-index: 1;
}

.modalContainer .modalContent {
	overflow: hidden;
	display: grid;
	grid-template-columns: auto;
	grid-gap: 65px;
}

.closeModal {
	color: var(--green-1);
	position: absolute;
	top: 40px;
	right: 40px;
	cursor: pointer;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
}

#teamModal .team-position {
	margin-top: 10px;
}

#teamModal .social-profiles a~a {
	margin-left: 10px;
}

#teamModal .social-profiles,
#teamModal .team-info {
	margin-top: 25px;
}

#teamModal .team-info>*~* {
	margin-top: 1em;
}

#teamModal .team-img img {
	border-radius: 50%;
	width: 100%;
}

/* Image Graphics */
figure.img-wrap.img-graphics {
	position: relative;
}

.img-graphic {
	position: absolute;
}

.img-graphics:not(.img-horalign-round) .img-graphic.graphic-top-left {
	transform: translate(-50%, -50%);
}

.img-graphics:not(.img-horalign-round) .img-graphic.graphic-top-centre {
	transform: translate(0%, -50%);
}

.img-graphics:not(.img-horalign-round) .img-graphic.graphic-top-right {
	transform: translate(50%, -50%);
}

.img-graphics:not(.img-horalign-round) .img-graphic.graphic-bottom-left {
	transform: translate(-50%, 50%);
}

.img-graphics:not(.img-horalign-round) .img-graphic.graphic-bottom-centre {
	transform: translate(0%, 50%);
}

.img-graphics:not(.img-horalign-round) .img-graphic.graphic-bottom-right {
	transform: translate(50%, 50%);
}

.img-graphic.graphic-centre-left {
	transform: translateX(-50%);
}

.img-graphic.graphic-centre-right {
	transform: translateX(50%);
}

.img-graphic.graphic-top-left {
	top: 0;
	left: 0;
	display: flex;
	align-items: start;
	justify-content: start;
}

.img-graphic.graphic-top-centre {
	top: 0;
	right: 0;
	left: 0;
	display: flex;
	align-items: start;
	justify-content: center;
}

.img-graphic.graphic-top-right {
	top: 0;
	right: 0;
	display: flex;
	align-items: start;
	justify-content: end;
}

.img-graphic.graphic-bottom-left {
	bottom: 0;
	left: 0;
	display: flex;
	align-items: end;
	justify-content: start;
}

.img-graphic.graphic-bottom-centre {
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	align-items: end;
	justify-content: center;
}

.img-graphic.graphic-bottom-right {
	bottom: 0;
	right: 0;
	display: flex;
	align-items: end;
	justify-content: end;
}

.img-graphic.graphic-centre-left {
	top: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
}

.img-graphic.graphic-centre-centre {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.img-graphic.graphic-centre-right {
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
}

.img-graphic.z-index-back {
	z-index: -1;
}

.img-graphic.z-index-front {
	z-index: 9;
}

/* Blog */
.featured-news article {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 18% !important;
	padding: 30px;
	display: flex;
	align-items: end;
	justify-content: start;
	border-radius: 30px;
}

.featured-news .featured-img::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.featured-news article .featured-img {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.featured-news article .featured-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.featured-news .featured-content>div~div {
	margin-top: 15px;
}

.featured-news .featured-content :is(h1, a) {
	color: var(--light);
}

.featured-news .featured-content h1 {
	font-size: 40px;
	line-height: normal;
}

.featured-news .featured-meta>*~*:before {
	content: ', ';
}

.post-cats .cat-list {
	list-style: none;
	grid-gap: 20px;
}

.post-cats .cat-list .active a {
	color: var(--green-1);
	font-weight: 700;
}

.post-cats .cat-list a:hover {
	color: var(--green-1);
}

.post-cats .cat-list a {
	font-size: 22px;
	font-weight: 400;
	line-height: 43px;
}

.archive-posts article {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 33% !important;
	border-radius: 20px;
	padding: 25px;
	display: flex;
	align-items: end;
	justify-content: start;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);
}

.archive-posts .news-featured {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.archive-posts .news-featured img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.archive-posts .news-featured::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.80) 0%, rgba(196, 196, 196, 0.00) 100%);
}

.archive-posts .news-content .news-meta a~a:before {
	content: ', ';
}

.archive-posts .news-content :is(h3, a) {
	color: var(--light);
}

.archive-posts .news-content .mwa-bttns {
	margin-top: 12px;
}

.archive-posts .news-content .news-title {
	margin-top: 8px;
	display: block;
}

.no-sidebar.blog-two-cols {
	padding-bottom: calc(2*var(--verspace));
}

.all-post-bttn a {
	background: #E6F0E4 !important;
}

.all-post-bttn,
.list-pagination.content-row {
	margin-top: calc(1.5*var(--verspace));
}

.list-pagination .nav-link:hover,
.list-pagination .page-numbers.current .nav-link {
	color: var(--light);
	background: var(--green-1);
}

.list-pagination ul {
	grid-gap: 12px;
}

.next .nav-link {
	margin-left: 12px !important;
}

.prev .nav-link {
	margin-right: 12px !important;
}

.list-pagination .nav-link {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin: 0;
	color: var(--green-1);
	background: #E6F0E4;
	border: 1px solid var(--green-1);
}

.list-pagination .nav-link:before {
	content: unset;
}

.post-footer-row~.post-footer-row:before,
.mwa-post-nav a:before {
	content: unset;
}

.mwa-post-nav {
	grid-template-columns: repeat(3, 1fr);
	max-width: 420px;
}

.mwa-post-nav a {
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	padding: 15px !important;
	text-transform: capitalize;
	color: var(--green-1);
	border: 1px solid var(--green-1);
	background: #E6F0E4;
	border-radius: 100px;
}

.mwa-post-nav a:hover {
	color: var(--light);
	background: var(--green-1);
}

.no-sidebar .post-content {
	margin: unset;
	max-width: unset;
}

.news-trigger {
	color: var(--light) !important;
	background: var(--green-1);
	padding: 15px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	grid-gap: 10px;
}

/*Search Results*/
.search-results main .page-section .section-verspace-m {
	padding-top: calc(1.5*var(--verspace));
}

.blog-four-cols .archive-list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 40px 20px;
}

.blog-four-cols .archive-list article {
	margin: 0 !important;
}

.blog-four-cols .archive-list article .featured-img {
	border-radius: 20px;
	overflow: hidden;
}

.blog-four-cols .archive-list article .featured-img::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

/*Quote section*/
blockquote {
	font-size: 30px;
	line-height: normal;
	font-weight: 700;
	color: var(--blue);
	margin: 1.5em 0;
	position: relative;
}

blockquote::before {
	content: url(asset/svg/testimonial.svg);
}

/*Skip to the content*/
.skip-link {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.skip-link:focus {
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	z-index: 999;
	background-color: #62d696;
	color: var(--light);
	font-size: 14px;
	line-height: 15px;
	padding: 10px 15px;
}

@media only screen and (max-width: 1023px) {
	.post-cats .cat-list {
		border: 1px solid var(--green-1);
	}

	.post-cats .cat-list li~li {
		border-top: 1px solid var(--green-1);
	}

	.post-cats .cat-list a {
		line-height: 22px;
		padding: 10px 30px;
		display: block;
	}

	/* [class*="section-verspace-"] .layout-two-cols .media-col-2 .section-col:first-of-type { */
	/* padding-top: 0; */
	/* } */
	.layout-two-cols .swap-cols .section-col:first-of-type {
		grid-row: unset;
	}
}

@media only screen and (min-width: 640px) {
	.gform-subscribe {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-gap: 20px;
	}

	.gform-subscribe .gform_footer {
		margin-top: 0;
	}

	.gform-subscribe_wrapper .gfield_validation_message,
	.gform-subscribe_wrapper .gfield_required_asterisk {
		position: absolute;
	}


	.steps-process {
		grid-template-columns: repeat(2, 1fr);
	}

	.list-svg .list {
		grid-template-columns: auto 1fr;
	}

	.layout-five-cols .content-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}

	.image-lists {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px;
	}

	.image-lists>figure:nth-child(3) {
		display: flex;
	}

	.logo-carousel:not(.slick-initialized) .logo-wrap,
	.logo-carousel .slick-slide .logo-wrap {
		padding: 30px 10px !important;
		border-radius: 20px;
	}

	.our-team-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.archive-posts article {
		padding: 45px;
	}

	blockquote {
		display: flex;
		grid-gap: 20px;
		align-items: center;
	}

	.mwa-post-nav a {
		font-size: 20px;
		padding: 18px 40px !important;
	}

	/*Accordion*/
	.layout-accordion-bttn .mwa-accordion .tab {
		flex-wrap: unset;
	}

	.layout-accordion-bttn .mwa-accordion .tab>div {
		width: unset;
	}

	.mwa-accordion .panel {
		border-radius: 50px;
	}

	.mwa-accordion .tab {
		padding: 24px 50px !important;
		align-items: center;
	}

	.mwa-accordion .content {
		padding: 12px 50px 24px;
	}

	/*Search Results*/
	.blog-four-cols .archive-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (min-width: 768px) {
	:root {
		--guther: 20px;
	}

	html {
		font-size: 18px;
		line-height: 32px;
	}

	h1 {
		font-size: 55px;
		line-height: 70px;
	}

	h2 {
		font-size: 35px;
		line-height: 42px;
	}

	h3 {
		font-size: 26px;
		line-height: 30px;
	}

	h4 {
		font-size: 24px;
		line-height: 29px;
	}

	h5 {
		font-size: 20px;
		line-height: 24px;
	}

	h6 {
		font-size: 18px;
		line-height: 22px;
	}

	.mwa-gf-form_wrapper .gform_footer .gform_button,
	.mwa-bttn {
		font-size: 18px;
	}

	.top-banner .editor-content {
		font-size: 20px;
		line-height: 32px;
	}

	[class*="section-verspace-"] .section-col~.section-col {
		padding-top: 0;
	}

	.layout-two-cols .section-col~.section-col.boxed,
	[class*="section-verspace-"] .layout-two-cols .section-col~.section-col.boxed {
		margin-top: 0;
	}

	/* Animation */
	.ent-up {
		transform: translateY(50px);
		opacity: 0.2;
	}

	/* 24 Grids */
	.layout-accordion .content-wrapper,
	.blog-col .wrap,
	.layout-single-col .content-wrapper,
	.layout-two-cols .content-wrapper,
	.layout-three-cols .content-wrapper {
		display: grid;
		grid-template-columns: repeat(24, 1fr);
		grid-template-rows: auto;
		grid-column-gap: var(--guther);
	}

	/* One Col */
	.layout-single-col .full .section-col {
		grid-column: 1 / span 24;
	}

	.layout-single-col .section-col {
		grid-column: 2 / span 22;
	}

	/* Two Col */
	.layout-two-cols .section-col:first-child {
		grid-column: 1 / span 12;
	}

	.layout-two-cols .section-col:last-child {
		grid-column: 13 / span 12;
	}

	.col-3-4-8-14 .section-col:first-child {
		grid-column: 3 / span 6;
	}

	.col-3-4-8-14 .section-col:last-child {
		grid-column: 9 / span 15;
	}

	/* Three Col */
	.layout-three-cols .section-col:nth-child(1) {
		grid-column: 1 / span 6;
	}

	.layout-three-cols .section-col:nth-child(2) {
		grid-column: 10 / span 6;
	}

	.layout-three-cols .section-col:nth-child(3) {
		grid-column: 17 / span 6;
	}

	/* Customs Cols */
	.mwa-accordion .panel .iframe-wrap iframe {
		height: 1000px;
	}

	.blog-col .section-col,
	.testimonials-slider {
		grid-column: 2/ span 22;
	}

	.testimonials-slider {
		padding: 70px;
	}

	.testimonial-contents {
		max-width: 1060px;
	}

	.two-cols-inside .boxed {
		padding: 30px !important;
		display: flex;
		grid-gap: 25px;
	}

	.two-cols-inside .boxed>*~* {
		margin-top: 0;
	}

	.layout-search-loan .content-wrapper {
		padding: 30px;
	}

	.layout-search-loan .content-wrapper .section-col {
		display: grid;
		grid-template-columns: auto auto auto;
		grid-gap: 30px;
		align-items: end;
	}

	.layout-search-loan .content-wrapper .section-col>*~* {
		margin-top: 0;
	}

	.home .site-main-holder main article>section:first-child .layout-two-cols .section-col:first-child {
		position: relative;
	}

	.home .site-main-holder main article>section:first-child .layout-two-cols .section-col:first-child .svg-content {
		display: block;
		position: absolute;
		top: 50%;
		bottom: 50%;
		right: -3%;
	}

	.layout-four-cols .content-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}

	/* Blog */
	.blog-two-cols.sidebar-right,
	.blog-two-cols .archive-list {
		grid-gap: 20px;
	}

	.featured-news .featured-content h1 {
		font-size: 50px;
	}

	.featured-news article {
		padding: 60px;
		border-radius: 50px;
	}

	/* Popup */
	.modalContainer {
		padding: 50px !important;
	}

	#teamModal .modalContainer .modalContent {
		grid-template-columns: 220px 1fr;
	}

	.closeModal {
		top: 50px;
		right: 50px;
	}

	#teamModal .social-profiles,
	#teamModal .team-info {
		margin-top: 35px;
	}

	/*Accordion*/
	.layout-accordion .mwa-accordion {
		grid-column: 2 / span 22;
	}

	/*Search Results*/
	.blog-four-cols .archive-list {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media only screen and (min-width: 992px) {

	.site-main-holder main article>section:first-child {
		padding: calc(130px + (2*var(--verspace))) 0 calc(3*var(--verspace)) 0;
	}

	.featured-news {
		padding: calc(130px + (2*var(--verspace))) 0 calc(2*var(--verspace)) 0;
	}

	.main-header .search-bar {
		top: 40px;
		padding: 14px 0;
		border-bottom: 1px solid var(--blue-1);
	}

	.mwa-search-form .search-submit {
		color: var(--green-1);
	}

	.mwa-menu-main>li a {
		font-weight: 600;
		font-size: 16px !important;
		line-height: 20px;
	}

	/*body.clrs-light .site-header .desk-header {
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
	}*/

	.site-header {
		position: absolute;
		width: 100%;
	}

	.site-header .main-header {
		background: transparent;
		transition: background 0.8s ease;
		padding: 40px 0 20px 0;
		align-items: start;
	}

	.site-header.fixed .desk-header {
		background: var(--light);
	}

	.main-header-r {
		position: relative;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.main-header-r nav {
		width: 100%;
		order: 2;
		justify-content: end;
	}

	.main-header-r .mwa-menu-main>li:last-child a {
		padding-right: 0;
	}

	.main-header-r .header-bttns {
		width: 100%;
		order: 1;
		text-align: right;
	}

	.main-header-r .header-bttns .search-bttn {
		width: 44px;
		height: 44px;
		font-size: 15px;
	}

	.main-header-r .header-bttns .mwa-bttn {
		padding: 12px 30px;
	}

	.main-header-l>*+*,
	.main-header-r>*+* {
		margin-left: 0;
	}

	.site-header .header-bttns>* {
		margin-left: 15px;
	}

	/* Submenu (dropdowns) */
	.mwa-menu-main>li.menu-item-has-children>a:after {
		content: "\f107";
		font-family: "Font Awesome 5 Free";
		font-weight: 600;
		font-size: 0.75em;
		display: inline-flex;
		height: 100%;
		align-items: center;
		margin-left: 1em;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		transform: rotate(0);
		transition: transform 0.3s ease;
	}

	.mwa-menu-main .sub-menu {
		color: var(--light);
		background: var(--blue-1);
		border-radius: 20px !important;
		left: 30px;
	}

	.mwa-menu-main .sub-menu a {
		position: relative;
		padding: 6px 24px;
		transition: color 0.25s ease;
	}

	.mwa-menu-main>li>.sub-menu:before {
		content: "";
		position: absolute;
		top: -5px;
		left: 30px;
		width: 20px;
		height: 20px;
		transform: rotate(45deg) skew(15deg, 15deg);
		background: inherit;
	}

	.mwa-menu-main>li:last-child>.sub-menu {
		left: -125px;
	}

	.mwa-menu-main>li:last-child>.sub-menu:before {
		right: 30px;
		left: unset;
	}

	.main-header .mwa-bttn {
		height: unset;
	}

	/*Search*/
	.search-bar {
		padding: 63px 0;
		display: unset;
	}

	.search-bar .wrap {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-gap: 8px;
		align-items: center;
	}
}

@media only screen and (min-width: 1024px) {
	.mwa-menu-main>li>a {
		padding: 30px 20px;
	}

	.layout-single-col .section-col {
		grid-column: 4 / span 18;
	}

	.list-bullets.large-bullet .list {
		grid-gap: 50px;
	}

	.list-bullets.small-bullet .list {
		grid-gap: 30px;
	}

	.steps-process {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 60px 20px;
	}


	.two-cols-inside .boxed {
		padding: 70px !important;
	}

	.layout-five-cols .content-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}

	.section-col.boxed {
		padding: 40px 30px !important;
	}

	.modalContainer {
		padding: 80px 90px !important;
	}

	.closeModal {
		top: 80px;
		right: 90px;
	}

	#teamModal .modalContainer .modalContent {
		grid-template-columns: 320px 1fr;
	}

	.news-trigger {
		display: none;
	}

	.post-cats .cat-list {
		display: flex !important;
		align-items: center;
		justify-content: start;
	}

	.site-footer .mwa-form-wrap_wrapper {
		display: unset;
	}

	.site-footer .subscribe-mobile {
		display: none;
	}
}

@media only screen and (min-width: 1200px) {
	h1 {
		font-size: 65px;
		line-height: 78px;
	}

	h2 {
		font-size: 40px;
		line-height: 48px;
	}

	h3 {
		font-size: 28px;
		line-height: 34px;
	}

	/*Home Banner*/
	.home .site-main-holder main article>section:first-child .layout-two-cols .section-col:first-child .svg-content {
		right: -10%;
	}

	/*Footer*/
	.site-footer .footer-col .content-wrapper .col:nth-child(1) {
		grid-column: 1 / span 8;
		grid-row: 1/3;
		margin-bottom: 0;
	}

	.site-footer .footer-col .content-wrapper .col:nth-child(2) {
		grid-column: 11 / span 4;
	}

	.site-footer .footer-col .content-wrapper .col:nth-child(3) {
		grid-column: 16 / span 4;
	}

	.site-footer .footer-col .content-wrapper .col:nth-child(4) {
		grid-column: 21 / span 4;
		margin-top: 0;
	}

	.site-footer .footer-col .content-wrapper .col:nth-child(5),
	.site-footer .footer-col .content-wrapper .col:nth-child(6) {
		grid-column: 11 / span 14;
	}

	/*Our Team*/
	.our-team-list {
		grid-template-columns: repeat(4, 1fr);
	}

	/*Accordion*/
	.layout-accordion .mwa-accordion {
		grid-column: 4 / span 18;
	}

	/*Grid*/
	/*One Col*/
	.col-3-9 .section-col {
		grid-column: 3 / span 9;
	}

	.col-3-10 .section-col {
		grid-column: 3 / span 10;
	}

	.col-4-9 .section-col {
		grid-column: 4 / span 9;
	}

	.col-4-18 .section-col {
		grid-column: 4 / span 18;
	}

	.col-5-16 .section-col {
		grid-column: 5 / span 16;
	}

	.col-3-20 .section-col {
		grid-column: 3 / span 20;
	}

	/*Two Cols*/
	.col-4-8-14-8 .section-col:first-child {
		grid-column: 4 / span 8;
	}

	.col-4-8-14-8 .section-col:last-child {
		grid-column: 14 / span 8;
	}

	.col-5-8-14-7 .section-col:first-child {
		grid-column: 5 / span 8;
	}

	.col-5-8-14-7 .section-col:last-child {
		grid-column: 14 / span 7;
	}

	.col-3-9-14-9 .section-col:first-child {
		grid-column: 3 / span 9;
	}

	.col-3-9-14-9 .section-col:last-child {
		grid-column: 14 / span 9;
	}

	.col-4-7-12-12 .section-col:first-child {
		grid-column: 4 / span 7;
	}

	.col-4-7-12-12 .section-col:last-child {
		grid-column: 12 / span 12;
	}

	.col-3-7-11-12 .section-col:first-child {
		grid-column: 3 / span 7;
	}

	.col-3-7-11-12 .section-col:last-child {
		grid-column: 11 / span 12;
	}

	.col-3-12-16-7 .section-col:first-child {
		grid-column: 3 / span 12;
	}

	.col-3-12-16-7 .section-col:last-child {
		grid-column: 16 / span 7;
	}

	.col-4-9-14-9 .section-col:first-child {
		grid-column: 4 / span 9;
	}

	.col-4-9-14-9 .section-col:last-child {
		grid-column: 14 / span 9;
	}

	.col-3-10-14-10 .section-col:first-child {
		grid-column: 3 / span 10;
	}

	.col-3-10-14-10 .section-col:last-child {
		grid-column: 14 / span 10;
	}

	.col-3-4-8-14 .section-col:first-child {
		grid-column: 3 / span 4;
	}

	.col-3-4-8-14 .section-col:last-child {
		grid-column: 8 / span 14;
	}

	.col-1-7-9-16 .section-col:first-child {
		grid-column: 1 / span 7;
	}

	.col-1-7-9-16 .section-col:last-child {
		grid-column: 9 / span 16;
	}

	/*Three Cols*/
	.layout-three-cols .section-col:nth-child(1) {
		grid-column: 3 / span 6;
	}

	.layout-three-cols .section-col:nth-child(2) {
		grid-column: 10 / span 6;
	}

	.layout-three-cols .section-col:nth-child(3) {
		grid-column: 17 / span 6;
	}

	/*Five Cols*/
	.layout-five-cols .content-wrapper {
		grid-template-columns: repeat(4, 1fr);
	}

	/*Custom Cols*/
	.two-cols-inside .boxed .boxed-left svg {
		width: 169px;
		height: 198px;
	}

	.layout-search-loan .content-wrapper {
		border-radius: 600px;
		padding: 30px 30px 30px 55px;
	}

	.layout-search-loan .input-field {
		display: grid;
		grid-template-columns: max-content 1fr;
		grid-gap: 24px;
		align-items: center;
	}

	.layout-search-loan .input-field .select-container,
	.layout-search-loan .content-wrapper .section-col>*~* {
		margin-top: 0;
	}

	.layout-search-loan .input-field select {
		margin-top: 0;
	}

	.layout-search-loan .content-wrapper .section-col {
		align-items: center;
	}

	/*Search Results*/
	.blog-four-cols .archive-list {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media only screen and (min-width: 1500px) {
	.site-header .main-header {
		padding: 20px 0;
		align-items: center;
	}

	.main-header-r {
		flex-wrap: unset;
	}

	.main-header-r nav {
		width: unset;
		order: 1;
	}

	.main-header-r .mwa-menu-main>li:last-child a {
		padding-right: 25px;
	}

	.main-header-r .header-bttns {
		width: unset;
		order: 2;
	}

	.main-header-r .header-bttns .search-bttn {
		width: 60px;
		height: 60px;
		font-size: 18px;
	}

	.main-header-r .header-bttns .mwa-bttn {
		padding: 18px 30px;
	}

	.mwa-menu-main>li:last-child>.sub-menu {
		left: 30px;
	}

	.mwa-menu-main>li:last-child>.sub-menu:before {
		right: unset;
		left: 30px;
	}

	/*Search*/
	.search-bar {
		padding: 35px 0;
	}

	/*grid-layout*/

	.layout-five-cols .content-wrapper {
		grid-template-columns: repeat(5, 1fr);
	}

	.layout-four-cols .content-wrapper {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media only screen and (min-width: 1800px) {
	.section-col.boxed {
		padding: 50px !important;
	}
}