/*
	Theme Name: Scotlend Group Web
	Description: Custom Theme For Scotlend Group Web
	Version: 1.0.0
	Author: Developer
*/
@font-face {
	font-family: 'Open Sans';
	src: url('assets/fonts/OpenSans-Regular.woff2') format('woff2'),
	url('assets/fonts/OpenSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Open Sans';
	src: url('assets/fonts/OpenSans-Medium.woff2') format('woff2'),
	url('assets/fonts/OpenSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Open Sans';
	src: url('assets/fonts/OpenSans-SemiBold.woff2') format('woff2'),
	url('assets/fonts/OpenSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Open Sans';
	src: url('assets/fonts/OpenSans-Bold.woff2') format('woff2'),
	url('assets/fonts/OpenSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('assets/fonts/Montserrat-Regular.woff2') format('woff2'),
	url('assets/fonts/Montserrat-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('assets/fonts/Montserrat-Medium.woff2') format('woff2'),
	url('assets/fonts/Montserrat-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('assets/fonts/Montserrat-Bold.woff2') format('woff2'),
	url('assets/fonts/Montserrat-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('assets/fonts/Montserrat-Black.woff2') format('woff2'),
	url('assets/fonts/Montserrat-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
/*
html {
	scroll-behavior: smooth;
}
*/
html{
	font-size: 10px;
}
body{
	background: #fff;
	font-size: 1.8rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #333;
	line-height: 1.6667;
	margin: 0;
	min-width: 320px;
	padding: 9rem 0 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}

.top-banner-video {
    position: absolute;
    top: 0;
    RIGHT: 0;
    width: 50%;
    height:100%;
    overflow: hidden;
    z-index: -1;
}

.top-banner-video video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



html.menu-open,
html.overflow{
	overflow: hidden;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
img:last-child{
	margin-bottom: 0;
}
img:first-child{
	margin-top: 0;
}
iframe{
	max-width: 100%;
}
b,
strong{
	font-weight: bold;
}
a,
.button,
label,
input[type="submit"]{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	outline: none!important;
}
a{
	color: #EB8317;
	text-decoration: underline;
}
a:hover{
	color: #c16c14;
}
.button{
	background-color: #EB8317;
	border-radius: 1rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.03em;
	padding: 1.6rem 2.4rem;
	text-align: center;
	transition: all 0.2s linear;
	text-decoration: none;
	text-transform: uppercase;
}
.button:hover{
	background-color: #c16c14;
	color: #fff;
}
p,
ul,
ol{
	margin: 0 0 1.1em;
}
p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
ul{
	padding-left: 1.2em;
}
ol{
	padding-left: 1.8em;
}
h1,h2,h3,h4,h5{
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
}
h1,
.h1{
	color: #0A294D;
	font-size: 5.6rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 0.25em;
}
h2,
.h2{
	color: #0A294D;
	font-size: 5.6rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 0.25em;
}
h3,
.h3{
}
h4{
}
h5{
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child{
	margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child{
	margin-bottom: 0;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="search"],
select,
textarea{
	background-color: #fff;
	border: 1px solid rgba(50,50,50,0.2);
	border-radius: 0.5rem;
	box-shadow: none;
	display: block;
	color: #333;
	font-size: 1.6rem;
	font-family: inherit;
	font-weight: normal;
	line-height: 1.5;
	height: auto;
	padding: 0.9375em 1.25em;
	width: 100%;
}
input:focus,
select:focus,
textarea:focus{
	outline: none;
}
::-webkit-input-placeholder {color:#535862; opacity: 1;transition: all 0.2s linear;}
::-moz-placeholder          {color:#535862; opacity: 1;transition: all 0.2s linear;}
:-moz-placeholder           {color:#535862; opacity: 1;transition: all 0.2s linear;}
:-ms-input-placeholder      {color:#535862; opacity: 1;transition: all 0.2s linear;}
:focus::-webkit-input-placeholder {opacity: 0;}
:focus::-moz-placeholder          {opacity: 0;}
:focus:-moz-placeholder           {opacity: 0;}
:focus:-ms-input-placeholder      {opacity: 0;}
select{
	background-image: url('assets/img/icons/select-icon.svg');
	background-repeat: no-repeat;
	background-position: center right 1em;
	background-size: 0.75em auto;
	cursor: pointer;
	color: #535862;
	padding-right: 2.5em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}
select.changed{
	color: #333;
}
textarea{
	height: 7.5em;
	padding: 0.9375em 1.25em;
	resize: none;
}
button[type="submit"],
input[type="submit"]{
	background-color: #EB8317;
	border: none;
	border-radius: 0.5rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.03em;
	padding: 1em 1.5em;
	transition: all 0.2s linear;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button[type="submit"]:hover,
input[type="submit"]:hover{
	background-color: #c16c14;
	color: #fff;
}
.cf-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -1.2rem;
}
.cf-col{
	padding: 0 1.2rem 2.4rem;
	width: 100%;
}
.cf-col-6{
	width: 50%;
}
.cf-col.cf-col-submit{
	padding-bottom: 0;
	text-align: center;
}
.cf-label{
	margin-bottom: 1rem;
}
.wpcf7-not-valid{
	border-color: #df0000!important;
}
.wpcf7-form-control-wrap{
	display: block;
}
.wpcf7-checkbox .first{
	margin-left: 0;
}
.wpcf7-checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 2rem;
}
.wpcf7-checkbox input{
	height: 1.2rem;
	display: inline-block;
	margin: 0;
	left: 0;
	position: absolute;
	vertical-align: middle;
	top: 0.2em;
	width: 1.2rem;
}
.wpcf7-checkbox + span.wpcf7-not-valid-tip{
	position: relative;
}
.wpcf7-spinner{
	height: 20px;
	margin: 0;
	position: absolute;
	width: 20px;
}
span.wpcf7-not-valid-tip{
	font-size: 14px;
	color: #df0000;
	line-height: 1.2;
	margin-top: 3px;
	position: absolute;
}
.wpcf7 form .wpcf7-response-output{
	border-radius: 0.5rem;
	color: #fff;
	border: none;
	font-size: 1em;
	line-height: 1.5;
	margin: 1em auto 0;
	padding: 0.875em 1em;
	text-align: center;
	width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output{
	background: #df0000;
}
.wpcf7 form.sent .wpcf7-response-output{
	background: #00a651;
}
.container{
	max-width: 146rem;
	margin: 0 auto;
	padding-left: 3rem;
	padding-right: 3rem;
	width: 98%;
}
.container-sm{
	max-width: 99rem;
}
.row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2rem;
}
.col-md-5,
.col-md-6,
.col-md-7{
	padding-left: 2rem;
	padding-right: 2rem;
}
.col-md-5{
	width: 41.6%;
}
.col-md-6{
	width: 50%;
}
.col-md-7{
	width: 58.4%;
}
.align-self-center{
	align-self: center;
}
.align-self-end{
	align-self: flex-end;
}
.social-block ul{
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.social-block li{
	display: inline-block;
	margin-right: 0.8rem;
	vertical-align: middle;
}
.social-block li:last-child{
	margin-right: 0;
}
.social-block a{
	background: #D9D9D9;
	border-radius: 50%;
	color: #01311F;
	display: block;
	padding: 0.8rem;
	vertical-align: middle;
}
.social-block a:hover{
	background: #01311F;
	color: #fff;
}
.social-block svg{
	display: block;
	height: 1.6rem;
	width: auto;
}
/*--------------Header--------------*/
.header{
	background: #F6F6F6;
	left: 0;
	font-size: 1.6rem;
	line-height: 1.5;
	position: fixed;
	text-align: left;
	top: 0;
	transition: all 0.25s linear;
	width: 100%;
	z-index: 101;
}
.body-scroll .header{
	background: #F6F6F6;
	box-shadow: 0 0 3rem rgba(0,0,0,0.15);
}
.header-inner{
	max-width: 190rem;
	margin: 0 auto;
	padding-left: 3rem;
	padding-right: 3rem;
	width: 100%;
}
.header-row{
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.header-logo{
	position: relative;
	z-index: 101;
}
.header-logo a{
	display: inline-block;
	vertical-align: middle;
}
.header-logo img{
	display: inline-block;
	height: 4.8rem;
	filter: brightness(0%);
	vertical-align: middle;
	width: auto;
	transition: all 0.2s linear;
}
.navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.navigation a{
	color: inherit;
	display: block;
	position: relative;
	text-decoration: none;
}
.navigation li > a:hover,
.navigation li.current-menu-item > a,
.navigation li.current-menu-parent > a{
	color: #0A294D;
}
.navigation .header-cta a{
	background: #EB8317;
	border-radius: 1rem;
	color: #fff!important;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.03em;
	text-align: center;
	padding: 1.2rem 1.9rem;
	text-transform: uppercase;
	
}
.navigation .header-cta a:hover{
	background: #c16c14;
	color: #fff;
}
#touch-menu{
	display: none;
	cursor: pointer;
	font-size: 1.2rem;
	height: 1.6em;
	margin: -0.8em 0 0;
	right: 0;
	top: 50%;
	position: absolute;
	width: 2.6em;
	z-index: 999;
}
#touch-menu span:after,
#touch-menu span:before{
	content: "";
	position: absolute;
	left: 0;
	top: -0.7em;
}
#touch-menu span:after{
	top: 0.7em;
}
#touch-menu span{
	position: relative;
	display: block;
	top: 0.7em;
}
#touch-menu span,
#touch-menu span:after,
#touch-menu span:before{
	border-radius: 0;
	height: 2px;
	width: 100%;
	background-color: #333;
	transition: all 0.3s;
	backface-visibility: hidden;
}
#touch-menu.on span{
	background-color: transparent;
}
#touch-menu.on span:before{
	transform: rotate(45deg) translate(0.5em, 0.5em);
}
#touch-menu.on span:after{
	transform: rotate(-45deg) translate(0.5em, -0.5em);
}
.toggle-submenu{
	border-left: 1px solid rgba(55,55,55,0.1);
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
	z-index: 8;
	width: 44px;
}
.toggle-submenu.active{
	background: rgba(0,0,0,0.05);
}
.toggle-submenu:after,
.toggle-submenu:before {
	content: " ";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	width: 12px;
	height: 2px;
	display: inline-block;
	background-color: #fff;
	transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
}
.toggle-submenu:before {
	transform: translateX(3px) rotate(-50deg);
}
.toggle-submenu:after {
	transform: translateX(-4px) rotate(50deg);
}
.toggle-submenu:after,
.toggle-submenu:before {
	right: 50%;
	margin-right: -5px;
}
.toggle-submenu.active:before {
	transform: rotate(-45deg);
}
.toggle-submenu.active:after{
	transform: rotate(45deg);
}
.menu-open .header{
	box-shadow: none;
}
/*--------------Footer-----------*/
.footer{
	background-color: #0A294D;
	background-image: url('assets/img/icons/footer-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #D7D7D7;
	font-size: 1.6rem;
	line-height: 1.625;
}
.footer-top{
	padding: 10rem 0 0;
}
.footer a{
	color: inherit;
	text-decoration: none;
}
.footer a:hover{
	color: #D7B881;
}
.footer h5{
	color: #fff;
	font-family: inherit;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 1em;
}
.footer-row{
	display: flex;
	flex-wrap: wrap;
}
.footer-col{
	padding-right: 10rem;
	padding-bottom: 2rem;
}
.footer-logo-col{
	margin-right: auto;
}
.footer-col:last-child{
	padding-right: 0;
}
.footer-logo a{
	display: inline-block;
	vertical-align: middle;
}
.footer-logo img{
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 21.6rem;
}
.footer-social{
	margin-top: 2rem;
}
.footer-social ul{
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-social li{
	padding: 1rem 1rem 0 0;
}
.footer-social li:last-child{
	padding-right: 0;
}
.footer-social a{
	background: #F8F5EE;
	border-radius: 50%;
	color: #333;
	display: block;
	height: 4.8rem;
	position: relative;
	width: 4.8rem;
}
.footer-social a:hover{
	background: #D7B881;
	color: #333;
}
.footer-social svg{
	display: block;
	height: 50%;
	margin: auto;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: auto;
}
.footer-nav ul{
	list-style-type: none;
	padding: 0;
}
.footer-nav li{
	margin-bottom: 1em;
}
.footer-nav li:last-child{
	margin-bottom: 0;
}
.footer-contacts{
	max-width: 15em;
}
.footer-contacts strong{
	color: #D7B881;
	font-weight: 600;
	text-transform: uppercase;
}
.footer-contacts a{
	font-size: 1.8rem;
}
.footer-divider{
	background-image: url('assets/img/icons/divider-line-white.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 5rem;
	height: 5rem;
	opacity: 0.15;
}
.footer-bot{
	padding: 4.2rem 0;
	text-align: center;
}
.footer-copyright a{
	display: inline-block;
}
/*---------Datepicker--------*/
.ui-widget{
	font-family: inherit;
	font-size: 18px;
}
.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active, 
a.ui-button:active, 
.ui-button:active, 
.ui-button.ui-state-active:hover{
	background-color: #01311F;
	border-color: #01311F;
}
.ui-datepicker-today .ui-state-highlight{
	border-color: #c5c5c5;
	background: #f6f6f6;
	color: #454545;
}
/*-----------Default--------*/
.sect-pad{
	padding: 10rem 0;
}
.pt-0{
	padding-top: 0!important;
}
.pb-0{
	padding-bottom: 0!important;
}
.sect-heading h2{
	margin: 0 0 0.33em;
}
.sect-heading h2:last-child{
	margin-bottom: 0;
}
ul.yes-list,
ul.no-list{
	list-style-type: none;
	padding: 0;
}
ul.yes-list li,
ul.no-list li{
	background-size: 1.6rem auto;
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 0.7em;
	padding-left: 3.5rem;
}
ul.yes-list li:last-child,
ul.no-list li:last-child{
	margin-bottom: 0;
}
ul.yes-list li{
	background-image: url('assets/img/icons/yes-icon.svg');
}
ul.no-list li{
	background-image: url('assets/img/icons/no-icon.svg');
}
.def-section{
	padding-top: 8rem;
}
.def-content hr{
	background: #E9EAEB;
	border: none;
	height: 1px;
	margin: 1.5em 0;
}
.def-content h1{
	margin: 1.5em 0 0.7em;
}
.def-content h2{
	color: inherit;
	font-family: inherit;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.5;
	margin: 2em 0 0.8em;
}
.def-content h3{
	color: inherit;
	font-family: inherit;
	font-size: 1.33em;
	font-weight: bold;
	line-height: 1.5;
	margin: 2em 0 0.8em;
}
.def-content h4{
	color: inherit;
	font-family: inherit;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.5;
	margin: 2em 0 0.8em;
}
.def-content h1:first-child,
.def-content h2:first-child,
.def-content h3:first-child{
	margin-top: 0;
}
.def-content p,
.def-content ul,
.def-content ol{
	margin-bottom: 1.5em;
}
.def-content p:last-child,
.def-content ul:last-child,
.def-content ol:last-child{
	margin-bottom: 0;
}
.def-content .button{
	margin-top: 1em;
}
.def-content .video-container{
	margin: 1.8em 0;
}
/*--------------Home-----------*/
.slider-pagination{
	display: flex;
	justify-content: center;
	margin-top: 4rem;
	text-align: center;
}
.slider-pagination .swiper-pagination-bullet{
	background: #333;
	height: 10px;
	width: 10px;
}
.slider-button-prev,
.slider-button-next{
	background-color: #D7B881;
	background-image: url('assets/img/icons/angle-right-white.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20% auto;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 6rem;
	margin-top: -3.7rem;
	position: absolute;
	transition: all 0.2s linear;
	top: 50%;
	width: 6rem;
	z-index: 3;
}
.slider-button-prev{
	left: -3rem;
	transform: rotate(180deg);
}
.slider-button-next{
	right: -3rem;
}
.slider-button-prev:hover,
.slider-button-next:hover{
	background-color: #b3996b;
}
.video-container{
	padding-top: 56.25%;
	position: relative;
}
.video-container iframe{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.top-banner{
	position: relative;
}
.top-banner:after{
	background-image: url('assets/img/icons/circle-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	height: 68.6rem;
	left: -34.3rem;
	position: absolute;
	width: 68.6rem;
}
.top-banner-image{
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
	width: 50%;
	z-index: 1;
}
.top-banner-image:after{
	background: linear-gradient(to bottom, rgba(10,41,77,0.8), transparent);
	content: "";
	display: block;
	height: 50%;
	left: 0;
	max-height: 38rem;
	position: absolute;
	top: 0;
	width: 100%;
}
.top-banner-inner{
	display: flex;
	align-items: center;
	min-height: 100vh;
	padding: 15rem 0 8rem;
	position: relative;
	z-index: 2;
}
.top-banner-content{
	font-size: 2.6rem;
}
.top-banner-content p{
	max-width: 17em;
}
.top-banner-content h3{
	color: #0A294D;
	font-size: 10rem;
	line-height: 1;
	margin: 0 0 0.24em;
}
.top-banner-form{
	margin-top: 3.7rem;
	max-width: 109rem;
}
.top-banner-form h4{
	color: #000;
	font-size: 2.8rem;
	font-weight: 500;
	margin: 0 0 0.8em;
}
.top-banner-form-block{
	background: #0A294D;
	border-radius: 1rem;
	box-shadow: 0 2rem 3rem rgba(0,0,0,0.2);
	color: #fff;
	padding: 1rem;
}
.top-banner-form-block-inner{
	border: 2px dashed rgba(255,255,255,0.2);
	border-radius: inherit;
	padding: 2rem 2rem 3rem;
}
.top-banner-form .wpcf7 form .wpcf7-response-output{
	font-size: 14px;
	margin-top: 2rem;
}
.cof-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.5rem;
	padding-right: 7rem;
	position: relative;
}
.cof-col{
	padding: 0 0.5rem;
	width: 25%;
}
.cof-label{
	font-size: 1.4rem;
	margin-bottom: 1em;
}
.cof-row input[type="text"],
.cof-row input[type="number"],
.cof-row input[type="email"],
.cof-row input[type="tel"],
.cof-row input[type="search"],
.cof-row select,
.cof-row textarea{
	border: none;
	height: 5.4rem;
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 1.5rem 1.6rem;
}
.cof-row select{
	padding-right: 2.2em;
}
.cof-row input[type="submit"]{
	background-image: url('assets/img/icons/envelope-icon-white.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 2.8rem auto;
	background-color: #EB8317;
	border-radius: 0.5rem;
	border: none;
	bottom: 0;
	color: transparent;
	font-size: 1px;
	height: 5.5rem;
	padding: 0;
	position: absolute;
	right: 0;
	width: 6.4rem;
}
.cof-row input[type="submit"]:hover{
	background-color: #c16c14;
}
.highlights-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem;
}
.highlight-item-wrap{
	padding: 1rem;
	width: 25%;
}
.highlight-item-wrap:nth-child(4n+2){
	animation-delay: 0.2s;
}
.highlight-item-wrap:nth-child(4n+3){
	animation-delay: 0.4s;
}
.highlight-item-wrap:nth-child(4n+4){
	animation-delay: 0.6s;
}
.highlight-item{
	background: rgba(10,41,77,0.06);
	border-radius: 2rem;
	height: 100%;
	padding: 16.5rem 2.5rem 2.6rem;
	position: relative;
}
.highlight-item-icon{
	background: #0A294D;
	border-radius: 0 4rem 4rem 0;
	left: 0;
	max-width: 11.5rem;
	padding: 1.5rem 2.5rem 1.5rem 1rem;
	position: absolute;
	text-align: right;
	top: 2.6rem;
	width: 80%;
}
.highlight-item-icon img{
	display: inline-block;
	height: 4.5rem;
	vertical-align: middle;
	width: auto;
}
.highlight-item-title{
	color: #0A294D;
	font-size: 4rem;
	font-weight: 600;
	line-height: 1.35;
	margin-bottom: 1rem;
}
.advertise-block{
	max-width: 51rem;
}
.advertise-block h5{
	color: #C6A65A;
	font-size: 3rem;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 1rem;
}
.advertise-block h2{
	margin: 0 0 3rem;
}
.advertise-block ul{
	border: 1px solid #eee;
	border-radius: 2rem 2rem 0 0;
	margin: 0;
	padding: 3rem;
}
.advertise-block ul + ul{
	border-radius: 0;
	border-top: none;
}
.advertise-block ul + h5{
	background: #0A294D;
	border-radius: 0 0 2rem 2rem;
	color: #fff;
	padding: 0.65em 0;
	text-align: center;
}
.advertise-img img{
	border-radius: 2rem;
	display: inline-block;
	vertical-align: middle;
}
.home-about-section{
	overflow: hidden;
}
.home-about-img-wrap{
	max-width: 52rem;
	margin: 0 auto;
	position: relative;
}
.home-about-img img{
	display: block;
	height: auto;
	width: 100%;
}
.home-about-badge{
	left: 100%;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 45%;
	width: 30%;
}
.home-about-badge img{
	animation: spin 7s infinite linear;
	display: block;
	height: auto;
	width: 100%;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.home-about-testimonial{
	background: #fff;
	border: 1px solid #0A294D;
	border-radius: 1rem;
	bottom: 4rem;
	font-size: 2.2rem;
	font-weight: 600;
	max-width: 34rem;
	left: -5.4rem;
	padding: 3rem 3rem 3rem 5.4rem;
	position: absolute;
	width: 100%;
}
.home-about-testimonial:before{
	background-color: #0A294D;
	background-image: url('assets/img/icons/quote-icon-white.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 47% auto;
	border-radius: 50%;
	content: "";
	display: block;
	height: 5.6rem;
	left: -2.8rem;
	position: absolute;
	top: 2.2rem;
	width: 5.6rem;
	z-index: 2;
}
.home-about-testimonial:after{
	background-image: url('assets/img/icons/stars-icon.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 2rem;
	content: "";
	display: block;
	height: 2rem;
	margin-top: 1.5rem;
}
.home-about-content{
	padding-bottom: 6rem;
}
.home-about-content .h2{
	color: #C6A65A;
	font-style: italic;
	font-weight: normal;
	margin: 0.7em 0 0;
	text-align: center;
}
.why-section{
	background: #F1F2F5;
	padding-bottom: 5rem;
}
.why-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2.5rem;
}
.why-item-wrap{
	padding: 0 2.5rem 5rem;
	width: 50%;
}
.why-item-wrap:nth-child(4n+2){
	animation-delay: 0.1s;
}
.why-item-wrap:nth-child(4n+3){
	animation-delay: 0.2s;
}
.why-item-wrap:nth-child(4n+4){
	animation-delay: 0.3s;
}
.why-item{
	background: #0A294D;
	border-radius: 2rem;
	color: #fff;
	height: 100%;
	padding: 4.5rem;
}
.why-item-heading{
	margin-bottom: 3rem;
	padding-left: 7.5rem;
	position: relative;
}
.why-item-icon{
	background: #fff;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 5rem;
}
.why-item-icon img{
	display: block;
	height: 2.8rem;
	width: 2.8rem;
}
.why-item-title{
	display: flex;
	align-items: center;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
	min-height: 3.2em;
}
.divider-line{
	background-image: url('assets/img/icons/divider-line.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 5rem;
	height: 5rem;
	opacity: 0.25;
}
.lending-ov-text{
	font-family: 'Montserrat', sans-serif;
	font-size: 2.2rem;
	float: right;
}
.lending-ov-text h5{
	color: #C6A65A;
	font-size: 3rem;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2;
	margin: 0 0 0.4em;
}
.lending-ov-text h5:last-child{
	margin-bottom: 0;
}
.lending-ov-heading{
	margin-bottom: 4rem;
}
.lending-ov-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem;
}
.lending-ov-item-wrap{
	padding: 1rem;
	width: 16.66%;
}
.lending-ov-item-wrap:nth-child(6n+2){
	animation-delay: 0.1s;
}
.lending-ov-item-wrap:nth-child(6n+3){
	animation-delay: 0.2s;
}
.lending-ov-item-wrap:nth-child(6n+4){
	animation-delay: 0.3s;
}
.lending-ov-item-wrap:nth-child(6n+5){
	animation-delay: 0.4s;
}
.lending-ov-item-wrap:nth-child(6n+6){
	animation-delay: 0.5s;
}
.lending-ov-item{
	border: 1px solid #ccc;
	border-radius: 2rem;
	font-weight: bold;
	height: 100%;
	padding: 4.5rem 3.5rem;
}
.lending-ov-item:before{
	background-image: url('assets/img/icons/check-icon.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: block;
	height: 2rem;
	margin-bottom: 2.5rem;
	width: 2rem;
}
.lending-ov-footer{
	margin-top: 5rem;
	text-align: center;
}
.ft-case-heading{
	max-width: 70rem;
	margin: 0 auto 5rem;
	text-align: center;
}
.ft-case-heading h2{
	margin-bottom: 1.5rem;
}
.case-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.2rem;
}
.case-item-wrap{
	padding: 0 1.2rem 2.4rem;
	width: 33.33%;
}
.case-item-wrap:nth-child(3n+2){
	animation-delay: 0.2s;
}
.case-item-wrap:nth-child(3n+3){
	animation-delay: 0.4s;
}
.case-item{
	border: 1px solid #eee;
	border-radius: 2rem;
	color: inherit;
	display: block;
	height: 100%;
	margin: 0 auto;
	padding: 2rem 2rem 9rem;
	position: relative;
	text-decoration: none;
	width: 100%;
}
.case-item:hover{
	background: #F1F2F5;
	color: inherit;
}
.case-item-thumb{
	border-radius: 1rem;
	margin-bottom: 3rem;
	padding-top: 73.6%;
	position: relative;
	overflow: hidden;
}
.case-item-thumb img{
	border-radius: inherit;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.5s ease;
	object-fit: cover;
	width: 100%;
}
.case-item:hover .case-item-thumb img{
	transform: scale(1.1);
}
.case-item-cat{
	margin-bottom: 2.5rem;
}
.case-item-cat span{
	background: #D7B881;
	border-radius: 0.5rem;
	color: #000;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.5;
	padding: 0.7rem 1rem;
}
.case-item h3{
	color: #0A294D;
	font-family: inherit;
	font-size: 2.2rem;
	font-weight: bold;
	margin: 0 0 1.5rem;
}
.case-item-details ul{
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.case-item-details li{
	border-right: 1px solid rgba(0,0,0,0.2);
	margin-right: 2.4rem;
	padding-right: 2.4rem;
}
.case-item-details li:last-child{
	border: none;
	margin-right: 0;
	padding-right: 0;
}
.case-item-link{
	background-image: url('assets/img/icons/arrow-right-orange.svg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1.8rem auto;
	bottom: 3rem;
	color: #EB8317;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	position: absolute;
	padding-right: 3rem;
	text-transform: uppercase;
}
.ft-case-section{
	overflow: hidden;
}
.ft-case-slider-wrap{
	position: relative;
}
.ft-case-slider .swiper-slide{
	width: 33.33%;
}
.swiper-slide .case-item{
	transform: scale(0.9);
	transition: all 0.35s linear;
}
.swiper-slide-active .case-item{
	background: #0A294D;
	color: #fff;
	transform: scale(1);
}
.swiper-slide-active .case-item h3{
	color: inherit;
}
.swiper-slide-active .case-item-details li{
	border-right-color: rgba(255,255,255,0.2);
}
.ft-case-slider-pagination{
	display: none;
}
.ft-case-slider-button-prev{
	left: 33.33%;
	margin-left: -3rem;
}
.ft-case-slider-button-next{
	right: 33.33%;
	margin-right: -3rem;
}
.ft-case-footer{
	margin-top: 6rem;
	text-align: center;
}
.ft-testimonial-section{
	overflow: hidden;
}
.ft-testimonial-heading{
	margin-bottom: 5rem;
	text-align: center;
}
.testimonial-slider-wrap{
	position: relative;
}
.testimonial-slider{
	margin: 0 -1.5rem;
}
.testimonial-slider .swiper-slide{
	padding: 0 1.5rem;
	width: 33.33%;
}
.testimonial-block{
	background: #F1F2F5;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 2rem;
	height: 100%;
	padding: 4rem;
}
.testimonial-block:before{
	background-image: url('assets/img/icons/quote-icon-grey.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: block;
	height: 4rem;
	margin-bottom: 3.2rem;
	width: 5.2rem;
}
.testimonial-text{
	font-style: italic;
}
.testimonial-author{
	color: #0A294D;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 5rem;
}
.testimonial-author:after{
	background-image: url('assets/img/icons/stars-icon.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 2rem;
	content: "";
	display: block;
	height: 2rem;
	margin-top: 1rem;
}
.testimonial-pagination{
	display: none;
}
.cta-block{
	background-color: #D7B881;
	background-image: url('assets/img/icons/cta-bg.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 3rem;
	padding: 7rem 2.5rem;
}
.cta-content{
	font-size: 2.2rem;
	margin: 0 auto;
	max-width: 80rem;
	text-align: center;
}
.cta-content p{
	max-width: 27em;
	margin-left: auto;
	margin-right: auto;
}
.cta-content p:last-child{
	margin-top: 1.5em;
}
.cta-content .button{
	margin: 0.5em 0.2em 0;
}
.cta-email-button{
	background: #0A294D;
	border: 2px solid #0A294D;
	padding: 2.1rem 2.8rem;
}
.cta-email-button:hover{
	background: #c16c14;
	border-color: #c16c14;
	color: #fff;
}
.cta-phone-button{
	background: #fff;
	border: 2px solid #0A294D;
	padding: 2.1rem 2.4rem 2.1rem 7.5rem;
	color: #0A294D;
	position: relative;
}
.cta-phone-button:before{
	background-color: #EB8317;
	background-image: url('assets/img/icons/phone-cta-icon-white.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 44% auto;
	border-radius: 0.5rem;
	content: "";
	display: block;
	height: 5rem;
	left: 1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 5rem;
}
.cta-phone-button:hover{
	background: #0A294D;
	color: #fff;
}
/*--------About--------*/
.top-section{
	padding: 8rem 0;
}
.top-section h1{
	margin-bottom: 0.35em;
}
.top-section h1:last-child{
	margin-bottom: 0;
}
.about-intro-section{
	background: #F1F2F5;
}
.about-intro-row{
	display: flex;
}
.about-intro-img{
	max-width: 44.2rem;
	margin-right: auto;
	min-height: 61rem;
	position: relative;
	width: 35%;
	order: 1;
}
.about-intro-img img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
}
.about-intro-heading{
	color: #C6A65A;
	font-family: 'Montserrat', sans-serif;
	font-size: 4.5rem;
	font-style: italic;
	line-height: 1.2;
	max-width: 5.5em;
	margin-right: 6rem;
	padding: 5rem 0;
	order: 2;
}
.about-intro-content{
	max-width: 43.2rem;
	padding: 5rem 0;
	width: 35%;
	order: 3;
}
.about-intro-content h5{
	font-family: inherit;
	font-size: 1.22em;
	font-weight: normal;
	line-height: 1.45;
	margin: 1.2em 0;
}
.about-intro-content h5:first-child{
	margin-top: 0;
}
.about-intro-content h5:last-child{
	margin-bottom: 0;
}
.about-intro-content li{
	margin-bottom: 0.8em;
}
.about-intro-content li:last-child{
	margin-bottom: 0;
}
.approach-img{
	max-width: 79rem;
	margin-left: auto;
}
.approach-img img{
	border-radius: 2rem;
	display: block;
	height: auto;
	width: 100%;
}
.approach-content h2{
	margin-bottom: 0.6em;
}
.approach-content li{
	margin-bottom: 0.8em;
}
.approach-content li:last-child{
	margin-bottom: 0;
}
.approach-content .button{
	margin-top: 0.6em;
}
.page-template-template-team .top-section-content{
	max-width: 39em;
	margin: 0 auto;
	text-align: center;
}
.team-item-wrap{
	margin: 0 auto 11rem;
	max-width: 88rem;
}
.team-item-wrap:last-child{
	margin-bottom: 0;
}
.team-item{
	background: #0A294D;
	border-radius: 2rem;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 6rem 6.8%;
	position: relative;
}
.team-item:after{
	border: 1px solid #0A294D;
	border-radius: inherit;
	content: "";
	display: block;
	height: 100%;
	left: 1rem;
	position: absolute;
	top: 1rem;
	width: 100%;
	z-index: -1;
}
.team-item-img{
	border-radius: 2rem;
	max-width: 29rem;
	width: 42%;
}
.team-item-content{
	max-width: 38.5rem;
	margin-left: auto;
	width: 54%;
}
.team-item-img img{
	border-radius: inherit;
	display: block;
	height: 35rem;
	object-fit: cover;
	object-position: top center;
	width: 100%;
}
.team-item-content h3{
	font-family: inherit;
	font-size: 4rem;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 1rem;
}
.team-item-position{
	color: #EB8317;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 3.5rem;
}
.team-item-wrap:nth-child(even) .team-item{
	background: #D7B881;
	color: inherit;
}
.team-item-wrap:nth-child(even) .team-item-position{
	color: #0A294D;
}
.case-intro-section{
	background: #F1F2F5;
}
.case-intro-row{
	position: relative;
}
.case-intro-img{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	max-width: 54rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 48%;
	order: 2;
}
.case-intro-content{
	padding: 6rem 0;
	width: 48%;
	order: 1;
}
.case-intro-content h3{
	color: #C6A65A;
	font-size: 4.5rem;
	font-weight: normal;
	font-style: italic;
	line-height: 1.22;
	margin: 0 0 0.66em;
}
.case-intro-content li{
	margin-bottom: 0.8em;
}
.case-intro-content li:last-child{
	margin-bottom: 0;
}
.case-intro-content h5{
	font-family: inherit;
	font-size: 1.1em;
	margin: 1.25em 0;
}
.case-intro-content h5:last-child{
	margin-bottom: 0;
}
.case-cta-item{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 2rem;
	height: 100%;
}
.case-cta-item-inner{
	background: rgba(10,41,77,0.88);
	border-radius: inherit;
	color: #fff;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 4rem 3rem;
}
.case-cta-item h3{
	font-family: inherit;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 1em;
}
.case-cta-item ul,
.case-cta-item p{
	margin-bottom: 1.4em;
}
.case-cta-item p:last-child{
	margin-bottom: 0;
}
.case-cta-item li{
	margin-bottom: 0.8em;
}
.case-cta-item .button{
	margin-top: 0.5em;
}
.blog-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -1.5rem;
}
.blog-item-wrap{
	max-width: 69rem;
	padding: 0 1.5rem 8rem;
	width: 49%;
}
.blog-item-wrap:nth-child(3n+2){
	animation-delay: 0.2s;
}
.blog-item-wrap:nth-child(3n+3){
	animation-delay: 0.4s;
}
.blog-item{
	color: inherit;
	display: block;
	padding-bottom: 5rem;
	position: relative;
	text-decoration: none;
}
.blog-item:hover{
	color: inherit;
}
.blog-item-thumb{
	border-radius: 2rem;
	margin-bottom: 3rem;
	padding-top: 60%;
	position: relative;
	overflow: hidden;
}
.blog-item-thumb img{
	border-radius: inherit;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.5s ease;
	object-fit: cover;
	width: 100%;
}
.blog-item:hover .blog-item-thumb img{
	transform: scale(1.1);
}
.blog-item-date{
	background-image: url('assets/img/icons/date-icon-grey.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.25em auto;
	color: #777;
	font-size: 1.6rem;
	margin-bottom: 2rem;
	padding-left: 2em;
}
.blog-item h3{
	font-family: inherit;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
}
.blog-item-link{
	background-image: url('assets/img/icons/arrow-right-orange.svg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1.8rem auto;
	bottom: 0;
	color: #EB8317;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	position: absolute;
	padding-right: 3rem;
	text-transform: uppercase;
}
.blog-single-date{
	background-image: url('assets/img/icons/date-icon-grey.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.25em auto;
	color: #777;
	font-size: 1.6rem;
	margin-bottom: 4rem;
	padding-left: 2em;
}
.blog-single-thumb{
	border-radius: 2rem;
	display: block;
	margin-bottom: 2em;
	padding-top: 46%;
	position: relative;
}
.blog-single-thumb img{
	border-radius: inherit;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
}
.pagination{
	text-align: center;
}
.pagination .page-numbers{
	background-color: #EB8317;
	border-radius: 1rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0.2em 0.1em;
	padding: 0.75em 1.25em;
	text-align: center;
	transition: all 0.2s linear;
	text-decoration: none;
	text-transform: uppercase;
}
.pagination a.page-numbers:hover,
.pagination .current{
	background-color: #c16c14;
	color: #fff;
}
.resources-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -1.5rem;
}
.resource-item-wrap{
	max-width: 69rem;
	padding: 0 1.5rem 8rem;
	width: 49%;
}
.resource-item-wrap:nth-child(3n+2){
	animation-delay: 0.2s;
}
.resource-item{
	color: inherit;
	display: block;
	height: 100%;
	padding-bottom: 8rem;
	position: relative;
	text-decoration: none;
}
.resource-item:hover{
	color: inherit;
}
.resource-item-thumb{
	background-color: #F6F6F6;
	background-image: url('assets/img/icons/pdf-icon.svg');
	background-position: center;
	background-size: auto 40%;
	background-repeat: no-repeat;
	border-radius: 2rem;
	margin-bottom: 3rem;
	padding-top: 45%;
}
.resource-item h3{
	font-family: inherit;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 1rem;
}
.resource-item p{
	margin: 0 0 1rem;
}
.resource-item-link{
	background: #EB8317;
	bottom: 0;
	border-radius: 1rem;
	color: #fff;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	left: 0;
	line-height: 1.5;
	letter-spacing: 0.03em;
	padding: 1.6rem 2rem;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	width: 100%;
}
.resource-item-link:hover{
	background: #0A294D;
	color: #fff;
}
.resource-item-link span{
	background-image: url('assets/img/icons/download-icon.svg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1.25em auto;
	padding-right: 2em;
}
.faq-item{
	border-bottom: 1px solid #eee;
}
.faq-item:first-child{
	border-top: 1px solid #eee;
}
.faq-item-title{
	cursor: pointer;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 3.7rem 3rem 3.7rem 0;
	position: relative;
}
.faq-item-title:before,
.faq-item-title:after{
	background: #333;
	content: "";
	display: block;
	height: 2px;
	margin-top: -1px;
	position: absolute;
	right: 0;
	top: 50%;
	transition: all 0.2s linear;
	width: 2rem;
}
.faq-item-title:after{
	transform: rotate(90deg);
}
.faq-item.active .faq-item-title:after{
	transform: rotate(0);
}
.faq-item-content{
	display: none;
	margin-top: -2rem;
	padding: 0 3rem 3rem 0;
}
.faq-item:first-child .faq-item-content{
	display: block;
}
.contact-form{
	background: #F6F6F6;
	border-radius: 2rem;
	padding: 3rem;
}
.contact-details{
	background: #0A294D;
	border-radius: 2rem;
	color: #fff;
	padding: 0 3rem;
}
.contact-details ul{
	list-style-type: none;
	padding: 0;
}
.contact-details li{
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding: 3.5rem 0 3.5rem 10rem;
	position: relative;
}
.contact-details li:last-child{
	border: none;
}
.contact-details li:before{
	background-color: #D7B881;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 42.5% auto;
	border-radius: 50%;
	content: "";
	display: block;
	height: 8rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 8rem;
}
.contact-details .contact-detail-phone:before{
	background-image: url('assets/img/icons/phone-icon-white.svg');
}
.contact-details .contact-detail-email:before{
	background-image: url('assets/img/icons/email-icon-white.svg');
}
.contact-details a{
	color: inherit;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
}
/*----------------Responsive--------------*/
@media only screen and (max-width : 1440px) {
	h1, .h1{
		font-size: 5rem;
	}
	h2, .h2{
		font-size: 5rem;
	}
	.top-banner-content{
		font-size: 2.2rem;
	}
	.top-banner-content h3{
		font-size: 8rem;
	}
	.top-banner-form h4{
		font-size: 2.4rem;
	}
	.highlight-item-title{
		font-size: 3.2rem;
	}
	.highlight-item{
		padding: 15.5rem 2.5rem 2.5rem;
	}
	.lending-ov-item{
		padding: 3rem 2.5rem;
	}
	.why-row{
		margin: 0 -1.5rem;
	}
	.why-item-wrap{
		padding: 0 1.5rem 3rem;
	}
	.why-item{
		padding: 3rem;
	}
	.why-item-heading{
		margin-bottom: 2.5rem;
	}
	.about-intro-heading{
		font-size: 4rem;
	}
	.contact-details a{
		font-size: 2.4rem;
	}
}
@media only screen and (max-width : 1200px) {
	h1, .h1{
		font-size: 4.6rem;
	}
	h2, .h2{
		font-size: 4.6rem;
	}
	.slider-button-prev,
	.slider-button-next{
		height: 4.8rem;
		width: 4.8rem;
	}
	.slider-button-prev{
		left: -2.4rem;
	}
	.slider-button-next{
		right: -2.4rem;
	}
	.footer-col{
		padding-right: 5.5rem;
	}
	.footer-social a{
		height: 4.4rem;
		width: 4.4rem;
	}
	.highlight-item{
		padding: 13rem 2rem 2rem;
	}
	.highlight-item-icon{
		max-width: 7.5rem;
		padding: 1.2rem 1.6rem 1.2rem 0.5rem;
	}
	.highlight-item-icon img{
		width: 4rem;
	}
	.highlight-item-title{
		font-size: 2.6rem;
	}
	.advertise-block h5{
		font-size: 2.4rem;
	}
	.home-about-testimonial{
		font-size: inherit;
		left: -1rem;
		padding: 2rem 2rem 2rem 3.6rem;
	}
	.home-about-testimonial:before{
		height: 4.6rem;
		left: -2.3rem;
		width: 4.6rem;
	}
	.home-about-content .h2{
		font-size: 4rem;
		margin-top: 1em;
	}
	.why-section .col-md-5,
	.why-section .col-md-7{
		width: 100%;
	}
	.why-heading{
		margin-bottom: 5rem;
		text-align: center;
	}
	.lending-ov-item-wrap{
		width: 33.33%;
	}
	.ft-case-slider{
		overflow: visible;
	}
	.ft-case-slider .swiper-slide{
		width: 50%;
	}
	.ft-case-slider-button-prev{
		margin-left: -2.4rem;
		left: 25%;
	}
	.ft-case-slider-button-next{
		margin-right: -2.4rem;
		right: 25%;
	}
	.testimonial-slider{
		margin: 0 -1rem;
		overflow: visible;
	}
	.testimonial-slider .swiper-slide{
		padding: 0 1rem;
	}
	.testimonial-block{
		padding: 3rem;
	}
	.about-intro-section{
		padding: 8rem 0;
	}
	.about-intro-row{
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.about-intro-heading{
		max-width: 100%;
		margin: 0 0 6rem;
		padding: 0;
		width: 100%;
		order: 1;
	}
	.about-intro-img{
		margin: 0;
		min-height: 1px;
		width: 47%;
	}
	.about-intro-img img{
		height: auto;
		position: relative;
	}
	.about-intro-content{
		padding: 0;
		width: 47%;
	}
	.approach-img{
		margin-bottom: 4rem;
	}
	.blog-item-wrap{
		width: 50%;
	}
	.contact-details{
		padding: 0 2.5rem;
	}
	.contact-details li{
		padding: 2.5rem 0 2.5rem 6.5rem;
	}
	.contact-details li:before{
		height: 5rem;
		width: 5rem;
	}
	.contact-details a{
		font-size: 2rem;
	}
}
@media only screen and (max-width : 991px) {
	body{
		font-size: 1.6rem;
		line-height: 1.5;
		padding-top: 8rem;
	}
	h1,
	.h1{
		font-size: 4.2rem;
	}
	h2,
	.h2{
		font-size: 4.2rem;
	}
	.sect-pad{
		padding: 8rem 0;
	}
	.container{
		width: 100%;
	}
	.col-md-5,
	.col-md-6,
	.col-md-7{
		width: 100%;
	}
	.header-inner{
		width: 100%;
	}
	.header-logo{
		padding: 2.1rem 0;
	}
	#touch-menu{
		display: block;
	}
	.navigation-wrap{
		background: #fff;
		display: none;
		height: 100%;
		left: 0;
		padding: 8rem 0 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 99;
	}
	.navigation{
		font-size: 2.6rem;
		font-weight: 600;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: auto;
		padding: 0 2rem 4rem;
		text-align: center;
		width: 100%;
	}
	.navigation ul{
		list-style-type: none;
		max-width: 50rem;
		margin: auto;
		padding: 0;
		width: 100%;
	}
	.navigation ul li{
		display: block;
		margin: 0.8em 0 0;
		width: 100%;
	}
	.navigation ul li.header-cta{
		margin: 1.2em 0 0;
	}
	.navigation .header-cta a{
		font-size: 1.8rem;
		width: 100%;
	}
	.navigation a{
		color: #0A294D;
		display: inline-block;
		position: relative;
	}
	.navigation .menu-item-has-children > a:after{
		content: " +";
	}
	.navigation .menu-item-has-children > a.active:after{
		content: " -";
	}
	.navigation ul ul{
		font-size: 0.8em;
		display: none;
	}
	.navigation ul ul li{
		margin-top: 0.5em;
	}
	.navigation ul ul a{
		color: inherit;
	}
	.navigation ul ul a:before{
		content: "- ";
	}
	.footer-top{
		padding-top: 8rem;
	}
	.footer-col{
		width: 33.33%;
	}
	.footer-logo-col{
		padding-bottom: 6rem;
		width: 100%;
	}
	.top-banner-image{
		height: auto;
		padding-top: 80%;
		position: relative;
		width: 100%;
	}
	.top-banner-inner{
		min-height: 1px;
		padding: 5rem 0 0;
	}
	.top-banner-content p{
		max-width: 30em;
	}
	.highlight-item-wrap{
		width: 50%;
	}
	.advertise-img{
		margin-bottom: 5rem;
	}
	.advertise-block{
		max-width: 100%;
	}
	.advertise-block h5{
		font-size: 2.2rem;
	}
	.home-about-img-wrap{
		max-width: 40rem;
		margin-bottom: 5rem;
	}
	.home-about-testimonial{
		left: -2rem;
		max-width: 25rem;
	}
	.lending-ov-heading{
		text-align: center;
	}
	.lending-ov-title{
		margin-bottom: 2rem;
	}
	.lending-ov-text{
		float: none;
		font-size: 1.8rem;
	}
	.lending-ov-text h5{
		font-size: 2.2rem;
	}
	.testimonial-slider .swiper-slide{
		width: 50%;
	}
	.testimonial-button-prev{
		margin-left: -2.4rem;
		left: 25%;
	}
	.slider-button-next{
		margin-right: -2.4rem;
		right: 25%;
	}
	.team-item-wrap{
		margin-bottom: 8rem;
	}
	.team-item{
		padding: 4rem 3rem;
	}
	.team-item-content h3{
		font-size: 3.6rem;
	}
	.team-item-position{
		margin-bottom: 2.5rem;
	}
	.case-intro-content h3{
		font-size: 3.2rem;
	}
	.case-item-wrap{
		width: 50%;
	}
	.case-cta-item h3{
		font-size: 2.2rem;
	}
	.contact-details{
		margin-top: 4rem;
	}
}
@media only screen and (max-width : 767px) {
	body{
		padding-top: 7rem;
	}
	h1, .h1{
		font-size: 3rem;
	}
	h2, .h2{
		font-size: 2.8rem;
	}
	.button{
		font-size: 1.4rem;
		padding: 1.4rem 2rem;
	}
	.container{
		padding: 0 2.5rem;
		width: 100%;
	}
	.cf-col{
		padding-bottom: 1.6rem;
	}
	.cf-col-6{
		width: 100%;
	}
	.slider-button-prev,
	.slider-button-next{
		display: none;
	}
	.slider-pagination{
		margin-top: 4rem;
	}
	.header-inner{
		padding: 0 2.5rem;
	}
	.header-logo{
		padding: 1.8rem 0 1.2rem;
	}
	.header-logo img{
		height: 4rem;
	}
	.navigation-wrap{
		padding: 7rem 0 0;
	}
	.navigation{
		font-size: 2.2rem;
		padding-bottom: 3rem;
		width: 100%;
	}
	.footer-top{
		padding: 6rem 0 2rem;
	}
	.footer-col{
		padding: 0 0 4rem;
		width: 100%;
	}
	.footer-logo-col{
		padding-bottom: 5rem;
	}
	.footer h5{
		margin-bottom: 0.5em;
	}
	.footer-logo img{
		width: 15rem;
	}
	.footer-social a{
		height: 3.6rem;
		width: 3.6rem;
	}
	.footer-nav li{
		margin-bottom: 0.5em;
	}
	.footer-contacts a{
		font-size: inherit;
	}
	.footer-bot{
		font-size: 1.4rem;
		padding: 3rem 0;
		text-align: center;
	}
	.sect-pad{
		padding: 6rem 0;
	}
	ul.yes-list li,
	ul.no-list li{
		margin-bottom: 0.5em;
	}
	.def-content h2{
		margin: 1.4em 0 0.6em;
	}
	.def-content h3{
		margin: 1.4em 0 0.6em;
	}
	.def-content h4{
		margin: 1.4em 0 0.6em;
	}
	.def-content .button{
		margin-top: 0.5em;
	}
	.top-banner-inner{
		padding: 4rem 0 0;
	}
	.top-banner-content{
		font-size: 1.8rem;
	}
	.top-banner-content h3{
		font-size: 5rem;
	}
	.top-banner-form h4{
		font-size: 1.8rem;
	}
	.cof-row{
		display: block;
		margin: 0;
		padding: 0;
	}
	.cof-col{
		padding: 0 0 1.5rem;
		width: 100%;
	}
	.cof-label{
		margin-bottom: 0.5em;
	}
	.cof-row input[type="submit"]{
		position: relative;
		right: auto;
		width: 100%;
	}
	.highlight-item-wrap{
		width: 100%;
	}
	.highlight-item{
		border-radius: 1.2rem;
		padding: 8.5rem 2rem 2rem;
	}
	.highlight-item-icon{
		max-width: 6.5rem;
		padding: 0.4rem 1.5rem 0.4rem 0.5rem;
		top: 1rem;
	}
	.highlight-item-icon img{
		width: 3.6rem;
	}
	.advertise-img{
		margin-bottom: 4rem;
	}
	.advertise-block h5{
		font-size: 1.8rem;
		margin-bottom: 0.5rem;
	}
	.advertise-block h2{
		margin-bottom: 2rem;
	}
	.advertise-block ul{
		padding: 2rem;
	}
	.home-about-badge{
		left: auto;
		right: -2rem;
		transform: none;
		top: 40%;
	}
	.home-about-testimonial{
		bottom: 2rem;
		left: 1rem;
	}
	.home-about-content .h2{
		font-size: 3rem;
	}
	.why-heading{
		margin-bottom: 3.5rem;
	}
	.why-item-wrap{
		padding-bottom: 2rem;
		width: 100%;
	}
	.why-item-wrap:last-child{
		padding-bottom: 0;
	}
	.why-item{
		border-radius: 1.2rem;
		padding: 2rem;
	}
	.lending-ov-heading{
		margin-bottom: 3rem;
	}
	.lending-ov-text{
		font-size: inherit;
	}
	.lending-ov-text h5{
		font-size: 1.8rem;
	}
	.lending-ov-row{
		margin: 0 -0.7rem;
	}
	.lending-ov-item-wrap{
		padding: 0.7rem;
		width: 50%;
	}
	.lending-ov-item{
		border-radius: 1.2rem;
		padding: 2.5rem 1.6rem;
	}
	.lending-ov-item:before{
		margin-bottom: 1.6rem;
	}
	.lending-ov-footer{
		margin-top: 3.5rem;
	}
	.ft-case-heading{
		margin-bottom: 4rem;
	}
	.ft-case-slider .swiper-slide{
		max-width: 40rem;
		width: 92%;
	}
	.ft-case-slider-pagination{
		display: block;
		margin-top: 3rem;
	}
	.ft-case-footer{
		margin-top: 3rem;
	}
	.case-item{
		padding-bottom: 7rem;
	}
	.case-item-thumb{
		margin-bottom: 2rem;
	}
	.case-item-cat{
		margin-bottom: 1.5rem;
	}
	.case-item-cat span{
		font-size: 1.2rem;
	}
	.case-item h3{
		font-size: 1.8rem;
	}
	.case-item-link{
		bottom: 2rem;
		font-size: 1.4rem;
	}
	.ft-testimonial-heading{
		margin-bottom: 3.5rem;
	}
	.testimonial-slider{
		margin: 0 -0.6rem;
	}
	.testimonial-slider .swiper-slide{
		max-width: 40rem;
		padding: 0 0.6rem;
		width: 92%;
	}
	.testimonial-block{
		border-radius: 1.2rem;
		padding: 2rem;
	}
	.testimonial-block:before{
		height: 3rem;
		margin-bottom: 2.5rem;
		width: 3.9rem;
	}
	.testimonial-author{
		margin-top: 3.5rem;
	}
	.cta-section{
		padding-bottom: 0;
	}
	.cta-section .container{
		padding: 0;
	}
	.cta-block{
		border-radius: 0;
		padding: 6rem 2.5rem;
	}
	.cta-content{
		font-size: inherit;
	}
	.cta-content h2{
		max-width: 8.6em;
		margin-left: auto;
		margin-right: auto;
	}
	.cta-content p:last-child{
		margin-top: 0;
	}
	.cta-content .button{
		font-size: 1.6rem;
		margin: 0.8em 0 0;
		width: 100%;
	}
	.cta-phone-button:before{
		display: none;
	}
	.top-section{
		padding: 6rem 0;
	}
	.about-intro-section{
		padding: 6rem 0;
	}
	.about-intro-heading{
		font-size: 2.6rem;
		margin-bottom: 4rem;
	}
	.about-intro-img{
		margin-bottom: 3rem;
		width: 100%;
	}
	.about-intro-content{
		max-width: 100%;
		width: 100%;
	}
	.team-item-wrap{
		margin-bottom: 4rem;
	}
	.team-item{
		border-radius: 1.2rem;
		padding: 2rem 2rem 3rem;
	}
	.team-item:after{
		left: 0.8rem;
		top: 0.8rem;
	}
	.team-item-img{
		border-radius: 1.2rem;
		max-width: 100%;
		margin-bottom: 2.5rem;
		padding-top: 120%;
		position: relative;
		width: 100%;
	}
	.team-item-img img{
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.team-item-content{
		max-width: 100%;
		width: 100%;
	}
	.team-item-content h3{
		font-size: 2.4rem;
	}
	.team-item-position{
		font-size: 1.4rem;
		margin-bottom: 2rem;
	}
	.case-intro-section .container{
		padding: 0;
	}
	.case-intro-img{
		height: auto;
		left: 0;
		max-width: 100%;
		top: 0;
		padding-top: 100%;
		position: relative;
		width: 100%;
	}
	.case-intro-content{
		padding: 4rem 2.5rem;
		width: 100%;
	}
	.case-intro-content h3{
		font-size: 2.4rem;
	}
	.case-item-wrap{
		width: 100%;
	}
	.case-cta-item-inner{
		padding: 3rem 2.5rem;
	}
	.blog-item-wrap{
		padding-bottom: 4rem;
		width: 100%;
	}
	.blog-item-wrap:last-child{
		padding-bottom: 0;
	}
	.blog-item{
		padding: 0;
	}
	.blog-item-thumb{
		border-radius: 1.2rem;
		margin-bottom: 2.5rem;
	}
	.blog-item-date{
		font-size: 1.4rem;
		margin-bottom: 1.5rem;
	}
	.blog-item h3{
		font-size: 2rem;
	}
	.blog-item-link{
		font-size: 1.4rem;
		margin-top: 1.8rem;
		position: relative;
	}
	.blog-single-date{
		font-size: 1.4rem;
		margin-bottom: 2rem;
	}
	.resource-item-wrap{
		padding-bottom: 4rem;
		width: 100%;
	}
	.resource-item-wrap:last-child{
		padding-bottom: 0;
	}
	.resource-item{
		padding: 0;
	}
	.resource-item-thumb{
		border-radius: 1.2rem;
		margin-bottom: 2.5rem;
	}
	.resource-item h3{
		font-size: 2rem;
	}
	.resource-item-link{
		font-size: 1.4rem;
		margin-top: 2rem;
		padding: 1.4rem 2rem;
		position: relative;
	}
	.faq-item-title{
		font-size: 1.8rem;
		padding: 2rem 3rem 2rem 0;
	}
	.faq-item-title:before,
	.faq-item-title:after{
		width: 1.6rem;
	}
	.faq-item-content{
		margin: 0;
		padding: 0 0 3rem;
	}
	.contact-form{
		border-radius: 0;
		margin: 0 -2.5rem;
		padding: 3.5rem 2.5rem;
	}
	.contact-details{
		margin-top: 5rem;
		padding: 0.5rem 2rem;
	}
	.contact-details li{
		padding: 2rem 0 2rem 5.55rem;
	}
	.contact-details li:before{
		height: 4rem;
		width: 4rem;
	}
	.contact-details a{
		font-size: inherit;
	}
}
@media only screen and (min-width : 991px) {
	body.home{
		padding-top: 0;
	}
	.hidden-block{
		visibility: hidden;
	}
	.animated{
		animation-duration: 1s;
		animation-fill-mode: both;
	}
	.anim-delay200{
		animation-delay: 200ms; 
	}
	.anim-delay300{
		animation-delay: 300ms; 
	}
	.anim-delay400{
		animation-delay: 400ms; 
	}
	.anim-delay600{
		animation-delay: 600ms; 
	}
	
	
	
	
	@keyframes zoom-in {
  from { transform: scale(0.5); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.box {
  animation: zoom-in linear both;
  animation-timeline: view();
  animation-range: entry 20% cover 50%;
}

	
	
	
	@keyframes fadeInUp {
		from {
			opacity: 0;
			transform: translate3d(0, 2rem, 0);
		}
		to {
			opacity: 1;
			transform: none;
		}
	}
	.fadeInUp {
		animation-name: zoom-in;
	}
	@keyframes fadeInRight{
		from {
			opacity: 0;
			transform: translate3d(-2rem, 0, 0);
		}
		to {
			opacity: 1;
			transform: none;
		}
	}
	.fadeInRight{
		animation-name: fadeInRight;
	}
	@keyframes fadeInLeft{
		from {
			opacity: 0;
			transform: translate3d(2rem, 0, 0);
		}
		to {
			opacity: 1;
			transform: none;
		}
	}
	.fadeInLeft{
		animation-name: fadeInLeft;
	}
	@keyframes fadeIn {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}
	.fadeIn {
		animation-name: fadeIn;
	}
	@keyframes fadeInDown {
		from {
			opacity: 0;
			transform: translate3d(0, -2rem, 0);
		}
		to {
			opacity: 1;
			transform: none;
		}
	}
	.fadeInDown {
		animation-name: fadeInDown;
	}
	.anim-slide-left{
		position: relative;
	}
	.anim-slide-left:after{
		background: #fff;
		content: "";
		display: block;
		right: 0;
		height: 100%;
		position: absolute;
		transition: all 1s cubic-bezier(0.4,0,0.2,1);
		top: 0;
		width: 102%;
		z-index: 10;
	}
	.anim-slide-left.visible:after{
		width: 0;
	}
	.order-md-1{
		order: 1;
	}
	.order-md-2{
		order: 2;
	}
	.navigation > ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.navigation > ul > li{
		align-items: center;
		display: inline-flex;
		padding: 3.3rem 1.7rem;
		position: relative;
		transition: all 0.2s linear;
	}
	.navigation > ul > li:last-child{
		padding-right: 0;
	}
	.body-scroll .navigation > ul > li{
	}
	.navigation > ul > li.header-cta{
		padding-top: 0;
		padding-bottom: 0;
	}
	.navigation > ul > li:not(.header-cta) > a:after{
		background: #0A294D;
		bottom: -5px;
		content: "";
		display: block;
		height: 2px;
		left: 50%;
		position: absolute;
		transition: all 0.2s linear;
		transform: translateX(-50%);
		width: 0;
	}
	.navigation > ul > li > a:hover:after, 
	.navigation > ul > li.current-menu-item > a:after, 
	.navigation > ul > li.current-menu-parent > a:after {
		width: 100%;
	}
	.navigation ul ul{
		background: #F6F6F6;
		box-shadow: 0px 30px 30px rgba(0,0,0,0.1);
		border-radius: 0 0 0.6rem 0.6rem;
		border-top: none;
		display: block;
		left: 0;
		padding: 1em 1.5em;
		position: absolute;
		transform: translateY(10px);
		transition: all 0.15s linear;
		text-align: left;
		top: 100%;
		opacity: 0;
		visibility: hidden;
		z-index: 55;
	}
	.navigation ul ul li{
		display: block;
		padding: 0.3em 0;
		white-space: nowrap;
		width: 100%;
	}
	.navigation ul ul a{
		display: block;
		color: #333;
		padding: 0;
	}
	.navigation ul ul > li > a:hover,
	.navigation ul ul > li.current-menu-item > a{
		color: #EB8317;
	}
	.navigation ul > li:hover > ul{
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
	}
	.navigation ul ul ul{
		display: none;
	}
	.navigation > ul > li.menu-item-has-children > a{
		background-size: 1.4rem auto;
		margin-right: 1.4em;
	}
	.navigation > ul > li.menu-item-has-children > a:before{
		background-image: url('assets/img/icons/angle-down.svg');
		background-position: center;
		background-repeat: no-repeat;
		content: "";
		display: block;
		height: 100%;
		position: absolute;
		right: -1.4em;
		top: 0;
		width: 1.4rem;
	}
}
@media only screen and (min-width : 1201px) {
	.navigation > ul > li{
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
@media only screen and (min-width : 1601px) {
	.home .header{
		background: transparent;
			background: #F6F6F6;
	box-shadow: 0 0 3rem rgba(0,0,0,0.15);	} 
	}
	
.body-scroll .header{
	background: #F6F6F6;
	box-shadow: 0 0 3rem rgba(0,0,0,0.15);	} 
	
	
	.home:not(.body-scroll) .navigation > ul > li:not(.header-cta) > a{
		color: black;
		
	}
	.home:not(.body-scroll) .navigation > ul > li.menu-item-has-children > a:before{
		background-image: url('assets/img/icons/angle-down-white.svg');
	}
	.home:not(.body-scroll) .navigation > ul > li:not(.header-cta) > a:after{
		background: #fff;
	}
}
@media only screen and (min-width : 1801px) {
	.navigation > ul > li{
		padding-left: 3rem;
		padding-right: 3rem;
	}
}