body{
	margin:0;
	padding:0;
	font-family: 'Poppins';
}
a{
	text-decoration:none !important;
}
img{
	max-width: 100%;
	height: auto;
}
a:focus {
	outline: none;
	outline: 0px auto;
	outline-offset: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
	border: none !important;
}
a:focus, a:hover {
	text-decoration: none !important;
	outline: none !important;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Bold.eot');
	src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Bold.woff2') format('woff2'),
		url('../fonts/Poppins-Bold.woff') format('woff'),
		url('../fonts/Poppins-Bold.ttf') format('truetype'),
		url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBold.eot');
	src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
		url('../fonts/Poppins-SemiBold.woff') format('woff'),
		url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
		url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Medium.eot');
	src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Medium.woff2') format('woff2'),
		url('../fonts/Poppins-Medium.woff') format('woff'),
		url('../fonts/Poppins-Medium.ttf') format('truetype'),
		url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.eot');
	src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Regular.woff2') format('woff2'),
		url('../fonts/Poppins-Regular.woff') format('woff'),
		url('../fonts/Poppins-Regular.ttf') format('truetype'),
		url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background:#fff;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	z-index: 999;
}
.fixed-header {
	top: 0;
	box-shadow: 0 0 6px #a5a5a5;
	z-index: 999;
}
.logo img{
	width: 130px;
}
.header-center{
	text-align: center;
}
.header-right{
	text-align:right;
}
.menu{
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.menu ul li:last-child, .menu ul li:nth-child(5){
	margin-right: 0;
}
.menu ul li a{
	display: block;
	padding: 38px 0;
	color: #1c1c1c;
	text-transform: none;
	font-size: 16px;
	font-weight: 600;
	transition: ease 0.5s all 0s;
	position: relative;
}
.menu ul li a.active, .menu ul li a:hover{
	color: #0d3a2b;
}
.menu ul li a:before{
	width: 1px;
	background:#eaeaea;
	position: absolute;
	bottom: 0;
	top: 0;
	left: -14px;
	content: "";
}
.menu ul li li a:before{
	display: none;
}
.call-btn{
	display: inline-block;
	vertical-align: middle;
	background: #1e3d2e;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	padding: 11px 20px;
	border-radius: 4px;
	transition: ease 0.5s all 0s;
}
.call-btn:hover{
	background: #0e1110;
}
.call-btn img{
	transform: translate(-5px, -1px);
}
.cant-btn{
	display: inline-block;
	vertical-align: middle;
	background: #0e0f0f;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	padding: 11px 30px;
	border-radius: 4px;
	margin-left:5px;
	transition: ease 0.5s all 0s;
}
.cant-btn:hover{
	background: #1e3d2e;
}
.banner{
	margin: 100px 15px 0;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
.ms-slide:before{
	width: 100%;
	height:100%;
	background: #00000036;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index:1;
}
.ms-slide-info{
	position: absolute !important;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	min-height: auto !important;
	margin-top: 0 !important;
}
.banner-part{
	background: #0000008a;
	max-width: 454px;
	padding: 30px 24px;
	border-radius: 8px;
}
.banner-title{
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
}
.banner-text{
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	margin-top: 8px;
}
.banner-text ul{
	margin: 20px 0 0;
	padding: 0;
}
.banner-text ul li{
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #e4e4e4;
}
.banner-text ul li:last-child{
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	color: #000;
	font-weight: 600;
	font-size: 15px;
	padding: 12px 20px 9px;
	border-radius: 4px;
	margin: 20px 5px 0 0;
	transition: ease 0.5s all 0s !important;
}
.banner-btn a:hover{
	background: #1e3d2e;
	color: #fff;
}
.banner-btn a:hover img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(139deg) brightness(103%) contrast(101%);
}
.banner-btn a img{
	transform: translate(-5px, -1px);
	transition: ease 0.5s all 0s;
}
.banner-btn a:last-child{
	background: #1e3d2e;
	padding: 11px 22px;
	color: #fff;
}
.banner-btn a:last-child:hover{
	background: #fff;
	color: #000;
}
.banner-btn a:last-child img{
	transform: translate(2px, -1px);
	filter: brightness(0) saturate(100%) invert(98%) sepia(12%) saturate(255%) hue-rotate(189deg) brightness(116%) contrast(100%);
}
.banner-btn a:last-child:hover img{
	filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(7496%) hue-rotate(342deg) brightness(110%) contrast(97%);
}
.service-sec{
	padding: 40px 0;
	overflow: hidden;
}
.service-title{
	font-size: 30px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	line-height: 32px;
}
.service-title strong{
	font-weight: bold;
	color: #000;
}
.service-part {
	margin-right:-115px;
	padding-left: 8%;
}
#service-slider{
	margin-top: 24px;    
}
#service-slider .item{
	margin: 10px;
	border-radius:7px;
	min-height: 100%;
	overflow: hidden;
	position: relative;
}
#service-slider .item img{
	width: 100%;
	transition: ease 0.5s all 0s;
}
#service-slider .item:hover img{
	transform: scale(1.1);
}
.serv-content{
	position: absolute;
	width: 100%;
	top: 30px;
	padding: 0 22px;
}
.s-title-small{
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-shadow: 0 0 2px #000;
}
.s-title{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 23px;
	margin-top: 3px;
	text-shadow: 0 0 2px #919191;
}
#service-slider .owl-prev, #service-slider .owl-next{
	border: none;
	background: transparent; 
	position: absolute;
	top:-68px;
	padding: 0;
	font-weight: normal;
}
#service-slider .owl-prev{
	right:235px;
}
#service-slider .owl-next{
	right:200px;
}
#service-slider .owl-prev span, #service-slider .owl-next span{
	font-size: 80px;
	line-height: 20px;
	width: 40px;
	height: 40px;
	display: block;
	padding: 7px 0;
	border-radius: 50%;
	color: #000;
}
#service-slider .owl-dots{
	display: none;
}
.about-sec {
	padding: 15px 0 50px;
}
.about-left {
	padding-right:14%;
}
.about-text{
	font-size: 15px;
	color: #4e4d4d;
	margin-top: 10px;
}
.choose-us-sec {
	margin-top: 20px;
	padding-right: 18%;
}
.choose-us-sec ul{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.choose-us-sec ul li{
	display: inline-flex;
	align-items: center;
	color: #131212;
	font-weight: 600;
	line-height: 1.2;
	gap: 10px;
	border-right: 1px solid #b4b2b2;
	padding-right: 24px;
}
.choose-us-sec ul li strong{
	color: #0e0f0f;
	font-size: 45px;
	font-weight: 600;
	line-height: 45px;
}
.choose-us-sec ul li:last-child{
	border-right: none;
	padding-right: 0;
}
.choose-us-sec ul li small{
	font-size: 28px;
}
.learn-more a{
	display: inline-block;
	vertical-align: middle;
	background: #0e0f0f;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	padding: 11px 30px;
	border-radius: 4px;
	margin: 30px 5px 0 0;
	transition: ease 0.5s all 0s;
}
.learn-more a:hover {
	background: #1e3d2e;
}
.learn-more a:last-child{
	background: #0d3a2b;
	padding: 11px 24px;
}
.learn-more a:last-child:hover{
	background: #0e0f0f;
}
.about-right{
	position: relative;
}
.about-right img{
	border-radius: 5px;
}
.rate-sec{
	background:#0e0f0f;
	border-radius: 5px;
	padding: 20px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: -30px 18px 0;
	position: relative;
}
.rate-left {
	text-align: left;    
}
.title{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 22px;
}
.text{
	font-size:16px;
	font-weight: 500;
	color: #fff;
	margin-top: 2px;
}
.cont-btn2{
	display: inline-block;
	background: #fff;
	color: #000;
	font-weight: 600;
	font-size: 15px;
	padding: 11px 18px;
	border-radius: 4px;
	transition: ease 0.5s all 0s;
}
.cont-btn2:hover{
	background: #1e3d2e;
	color: #fff;
}
.helping-sec{
	background: url(../images/green-bg.jpg) no-repeat center top;
	padding: 25px 0;
	background-size: cover;
}
.help-left{
	text-align: center;
}
.help-right {
	padding-left: 5%;
}
.help-right .service-title{
	text-transform: none;
	line-height: 38px;
}
.help-right .banner-btn a{
	padding: 12px 20px;
}
.help-right .banner-btn a:hover{
	background: #131413;
}
.help-right .banner-btn a:last-child{
	padding: 12px 30px;
	background: #131413;
}
.help-right .banner-btn a:last-child:hover{
	background: #fffdfd;
}
.lender-sec{
	padding: 50px 0 30px;
	border-bottom: 1px solid #cdcbcb
}
.lender-part{
	margin-top:20px;
}
.how-it-work-sec{
	padding: 50px 0;
}
.box1-top{
	margin-top: 25px;
}
.box1{
	display: flex;
	align-items: start;
	gap: 15px;
}
.box1 strong{
	font-size: 30px;
	font-weight: bold;
	color: #0d3a2b;
}
.box1-title{
	font-size: 18px;
	font-weight: bold;
	color: #0d3a2b;
	margin-bottom: 6px;
	line-height: 30px;
}
.box1-text{
	font-size: 14px;
	color: #191919;
}
.line1{
	position: relative;
}
.line1:after{
	width: 1px;
	height: 100%;
	background: #0000002b;
	position: absolute;
	right: 6px;
	top: 0;
	content: "";
}
.form-sec{
	background: #0e0f0f;
	padding: 30px 25px 0;
	border-radius: 6px;
}
.form-sec .service-title{
	color: #fff;
	text-transform: none;
	font-size:25px;
	line-height:28px;
}
.form-part{
	margin-top:10px;
}
.frm_fld input {
	width:100%;
	padding:9px 15px;
	border:none!important;
	margin-top:12px;
	border-radius:5px;
	color:#000;
	background:#fff;
}
.frm_fld select {
	background:url(../images/dropdown.png) center right 10px no-repeat #fff;
	width:100%;
	border:none!important;
	margin-top:12px;
	border-radius:5px;
	font-size:15px;
	color:#999797;
	padding:11px 30px 9px 15px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none
}
.frm_fld select option{
	color:#000;
}
.frm_fld textarea {
	width:100%;
	height:110px;
	padding:10px 15px;
	background:#fff !important;
	color:#000;
	margin-top:12px;
	border-radius:5px;
	border:none!important;
	resize:none
}
.send_btn input {
	border: none !important;
	display: block;
	border-radius:5px !important;
	color: #fff !important;
	padding: 10px 28px 9px !important;
	background: #0d3a2b !important;
	font-size: 17px !important;
	font-weight: 500 !important;
	margin-top: 20px;
	text-transform: none !important;
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.review-sec{
	background:url(../images/testi-bg.jpg) #143e31 no-repeat center top;
	background-size: cover;
	padding:50px 0 36px;
	background-attachment: fixed;
	overflow:hidden;
}
.review-part{
	margin: 30px -32px 0;
}
.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized, .tfree-layout-grid){
	margin:0 !important;
	margin-bottom:50px !important;
}
.sp-testimonial-free {
	background:#fff !important;
	margin: 10px;
	margin-bottom: 20px;
	padding:18px 40px 24px !important;
	border-radius: 6px !important;
	position:relative;
}
.sp-testimonial-client-image{
	margin: 0 !important;
	position: absolute;
	bottom: 0;
	right: 10px;	
}
.sp-testimonial-client-image img{
	border-radius: 0 !important;
	background: transparent !important;
}
.sp-testimonial-client-rating{
	position: absolute;
	top: 28px;
	left: 36px;
	margin-bottom: 0 !important;
}
.sp-testimonial-client-testimonial p{
	padding:0 !important;
	padding-top:35px !important;
	color:#1d1d1d !important;
	line-height: 24px !important;
	text-align:left !important;
	min-height: 155px;
}
.sp-testimonial-client-name{
	font-size: 18px !important;
	color:#1e3d2e !important;
	font-weight:600 !important;
	text-align:left !important;
}
.home .footer{
	border-top: none;
}
.footer{
	background:#fff;
	/*background:url(../images/foot-bg.jpg) #e2fcff no-repeat center top;*/
	padding: 36px 0 15px;
	background-size: cover;
	border-top: 1px solid #afafaf;
}
.foot_title{
	font-size: 22px;
	font-weight: 600;
	color: #171717;
	margin-bottom: 10px;
	position: relative;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	list-style:none;
	font-size: 15px;
	font-weight: 500;
	color: #171717;
	margin-bottom: 5px;
}
.foot1 li a{
	color: #171717;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover {
	letter-spacing: 0.5px;
	color: #0d3a2b;
}
.foot1.second li{
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.social a{
	margin-right: 2px;
}
.line2{
	position: relative;
}
.line2::after {
	width: 1px;
	height: 100%;
	background: #0a0a0a3b;
	position: absolute;
	top: 0;
	right: 20px;
	content: "";
}
.copyright{
	border-top: 1px solid #36363633;
	margin-top: 27px;
	padding-top: 16px;
	font-size: 15px;
	color: #171717;
	text-align: center;
	font-weight: 500;
}
.copyright a{
	color:#0d3a2b;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 22px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 40px;
	right: -10%;
	color: #fff;
	background: #000;
	text-align: center;
	opacity: 0;
	transition: ease 0.5s all 0s;
}
#back2Top.show {
	opacity: 1;
	right: 1%;
}
.page{
	margin-top:0 !important;
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
	background: url(../images/inner-banner.jpg) no-repeat;
	background-size: cover !important;
	background-position: center top -75px !important;
	max-width: 100% !important;
	padding: 164px 0 !important;
	margin: 100px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.54);
	position: absolute;
	content: "";
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}
.page .entry-content {
	max-width:100% !important;
	padding:0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	text-transform: none;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}
.abt-title {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.2;
}
/* .abt-title strong{
	font-weight: bold;
	color:#0d3a2b;
} */
.abt-title.dup{
	font-size: 19px;
	font-weight: bold;
	color: #2f3742;
	margin-top: 16px;
}
.ab-inner-text {
	color: #000;
	font-size: 16px;
}
.ab-inner ul {
	padding: 0px;
	margin: 15px 0 0;
}
.ab-inner ul li {
	background: url(../images/tick.png) no-repeat;
	background-position: top 1px left;
	list-style: none;
	padding-left: 30px;
	font-size: 16px;
	margin-bottom: 5px;
	color: #000;
	background-size: 21px;
}
.inner-sec {
	background:#0e0f0f12;
	margin-top: 40px;
	padding: 50px 0;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background:#1e3d2e;
	border-radius: 5px;
}
.bottom-sec .abt-title{
	color:#fff;
}
.bottom-sec .ab-inner-text{
	color:#fff;
} 
.inr-box2-top{
	margin-top:25px;
}
.inr-box2{
	background: #fff;
	box-shadow: 0 0 5px #969696;
	min-height: 100%;
	padding: 25px 17px;
	border-radius: 10px;
}
.inr-box2 p{
	margin-bottom:0;
}
.inr-box2 img{
	background:#0d3a2b;
	border-radius: 50%;
	width: 86px;
	border: 5px solid #fffefe;
	box-shadow: 0 0 3px #777;
	padding: 5px;
}
.inr-box2-title{
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-top: 18px;
	line-height: 1.2;
}
.inr-box2-text {
	font-size: 15px;
	margin-top: 10px;
	color: #000;
}
.inr-box2-text ul{
	margin: 10px 0 0;
	padding: 0;
	padding-left: 15px;
}
.inr-box2-text ul li{
	list-style:disclosure-closed;
	margin-top: 3px;
}
.contact-left {
	height: 100%;
	padding: 35px 25px 25px;
}
.info-text {
	color: #0f0f0f;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
}
.contact_top_number {
	font-size: 17px;
	position: relative;
	padding-left: 35px;
	margin-top: 12px;
	font-weight: 500;
	color: #000;
}
.contact_top_number img {
	position: absolute;
	top: 1px;
	left: 0;
}
.contact_top_number a {
	color: #000;
}
.contact-right {
	background:#1e3d2e;
	padding: 35px 25px 0;
}
.info-text.second {
	color: #fff;
}
.contact-right .send_btn input{
	background: #000 !important;
}
.apply-form{
	background: #1e3d2e;
	padding: 24px 24px 0;
	border-radius: 8px;
}
.form-title2{
	text-align: center;
	color: #000;
	font-size: 26px;
	font-weight: 600;
}
.frm_label2 {
	color:#fff;
	margin-top: 15px;
	font-size: 16px;
	font-weight: 600;
}
span.wpcf7-list-item {
	margin:0 15px 0 0 !important;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 12px;
	cursor: pointer;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 22px;
	color: #fff;
}
.wpcf7-list-item-label::before{
	position: absolute;
	top: 2px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border: 1px solid #ddd;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-color: #fff;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
	background-color: #000;
	border-color: #000;
}
.wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	display:none;	
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
	display:block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
	left: 6px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.apply-form .send_btn input{
	background: #000 !important;
	margin: 20px auto 0;
}
.faq-part {
	box-shadow: 0 0 9px #b3b3b3;
	padding: 25px 20px 20px;
	border-radius: 7px;
}
.ea-expand-icon{
	float: right !important;
	color: #000 !important;
}
.ea-expand .ea-expand-icon{
	color: #fff !important;
}
.ea-header a{
	font-size: 17px !important;
	line-height: 24px !important;
	color: #000 !important;
}
.ea-expand .ea-header a{
	background:#0d3a2b !important;
	color:#fff !important;
}
.ea-body{
	color: #2f2f2f !important;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#0d3a2b;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 9px 8px;
}
.footer_btn3 {
	background: #262525;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
}
.back-btn a {
	background: #0e0f0f;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px;
	padding: 12px 28px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
	align-items: center;
	padding: 10px 0 50px;
	text-align: center;
}



/*Responsive*/
@media only screen and (min-width : 320px) and (max-width :567px) {
	.ms-view, .ms-slide {
		height: 300px !important;
	}
	.ms-slide-bgcont img {
		object-fit: cover;
	}
}
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.header{
		padding:5px 0;
	}
	.call-btn, .cant-btn, .menu{
		display:none;
	}
	.logo img {
		width: 88px;
	}
	.rmp-submenu .menu-item a {
		height: auto !important;
		overflow: visible !important;
		line-height: inherit !important;
		margin-bottom: 5px;
		padding: 6px 25px !important;
	}
	.banner {
		margin: 72px 0 0;
		border-radius: 0;
	}
	.banner-part {
		max-width: 86%;
		padding: 22px 15px;
	}
	.banner-title {
		font-size: 24px;
		line-height: 25px;
	}
	.banner-text ul {
		margin: 14px 0 0;
	}
	.banner-btn{
		display:none;
	}
	.service-sec {
		padding: 35px 0 20px;
	}
	.service-title {
		font-size: 24px;
		line-height: 26px;
	}
	#service-slider {
		margin-top: 40px;
	}
	#service-slider .owl-prev, #service-slider .owl-next{
		top: -40px;
	}
	#service-slider .owl-prev {
		right: 160px;
	}
	#service-slider .owl-next {
		right: 130px;
	}
	.service-part {
		margin-right: -115px;
	}
	.about-sec {
		padding: 15px 0 35px;
	}
	.about-left {
		padding-right: 0;
	}
	.about-left .service-title{
		font-size: 22px;
		line-height: 24px;
	}
	.choose-us-sec {
		margin-top: 15px;
		padding-right: 0;
	}
	.choose-us-sec ul li strong {
		font-size: 32px;
		line-height: 40px;
	}
	.learn-more a {
		padding: 10px 26px;
		margin: 20px 5px 0 0;
	}
	.learn-more a:last-child {
		padding: 10px 18px;
	}
	.about-right{
		margin-top:30px;
	}
	.about-right img{
		width:100%;
	}
	.rate-sec {
		padding: 20px 15px;
		margin: -30px 8px 0;
		display: block;
	}
	.title {
		font-size: 17px;
		line-height: 20px;
	}
	.rate-left{
		margin-bottom:15px;
	}
	.help-right {
		padding-left: 0;
		margin-top: 20px;
	}
	.help-right .service-title {
		line-height: 30px;
	}
	.lender-sec {
		padding: 30px 0;
	}
	.how-it-work-sec {
		padding: 35px 0;
	}
	.box1-top {
		margin-top: 15px;
	}
	.box1 {
		gap: 10px;
	}
	.box1 strong {
		font-size: 26px;
	}
	.box1-title {
		margin-bottom: 4px;
		line-height: 26px;
	}
	.line1::after, .line2::after{
		display:none;
	}
	.form-sec{
		margin-top:25px;
		padding: 25px 16px 0;
	}
	.form-sec .service-title {
		font-size: 24px;
		line-height: 25px;
	}
	.review-sec{
		padding: 35px 0;
	}
	.review-part {
		margin: 20px 0 0;
	}
	.footer{
		padding: 20px 0 60px;
	}
	.foot_title {
		font-size: 18px;
		margin-top: 15px;
		margin-bottom: 8px;
	}
	.copyright{
		margin-top: 20px;
	}
	.page .entry-header, .blog_page_header{
		background-position: center top 0 !important;
		padding: 80px 0 !important;
		margin: 72px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 26px;
	}
	.abt-title {
		font-size: 20px;
		margin-bottom: 8px;
	}
	.inner-sec {
		margin-top: 35px;
		padding: 35px 0;
	}
	.inr-box2-top {
		margin-top: 18px;
	}
	.inr-box2 img {
		width: 78px;
		border: 3px solid #fffefe;
		padding: 7px;
	}
	.inr-box2-title{
		font-size: 18px;
	}
	.ab-iner-img{
		margin-top:15px;
	}
	.ab-iner-img img{
		width:100%;
	}
	.bottom-sec {
		padding: 36px 15px;
		margin-top: 35px;
	}
	.apply-form {
		padding: 20px 15px 0;
	}
	.form-title2{
		font-size: 22px;
	}
	.frm_label2{
		font-size: 15px;
	}
	.faq-part {
		padding: 22px 15px 20px;
	}
	.ea-header a {
		font-size: 16px !important;
		line-height: 20px !important;
	}
	.contact-left {
		padding: 20px 15px 25px;
	}
	.info-text{
		font-size: 20px;
	}
	.contact_top_number{
		font-size: 16px;
	}
	.contact-right{
		padding: 20px 15px 0;
	}
	
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.ms-view, .ms-slide {
		height: 350px !important;
	}
	.ms-slide-bgcont img {
		object-fit: cover !important;
	}
	.banner-part {
		max-width: 90% !important;
	}
	.choose-us-sec {
		padding-right: 36% !important;
	}
	.rate-sec{
		display: flex !important;
	}
	.rate-left {
		margin-bottom: 0 !important;
	}
	.inr-box2-top{
		width:50%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.call-btn{
		display: inline-block;
		position: fixed;
		top: 16px;
		right: 80px;
		font-size: 14px;
		padding: 10px 18px;
	}
	.banner-part {
		max-width: 454px;
		margin-left: 44px;
	}
	.banner-title {
		font-size: 24px;
		line-height: 28px;
	}
	.banner-btn {
		display: block;
	}
	.banner-btn a{
		font-size: 14px;
		margin: 18px 5px 0 0;
	}
	#service-slider .owl-prev, #service-slider .owl-next {
		top: -75px;
	}
	.rate-sec{
		text-align: left;
	}
	.choose-us-sec ul li {
		gap: 8px;
		padding-right: 20px;
	}
	.choose-us-sec ul li strong {
		font-size: 34px;
	}
	.contact-left {
		padding: 20px 0 25px 15px;
	}
	.contact_top_number {
		font-size: 14px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.cant-btn {
		font-size: 14px;
		padding: 10px 22px;
		margin-left: 2px;
	}
	.call-btn{
		font-size: 14px;
		padding: 10px 20px;
	}
	.banner-part{
		margin-left: 4%;
	}
	.about-left {
		padding-right: 0;
	}
	.choose-us-sec {
		padding-right: 20%;
	}
	.rate-left {
		max-width: 248px;
	}
	.box1 {
		gap: 10px;
	}
	.box1-title {
		font-size: 16px;
		margin-bottom: 3px;
		line-height: 25px;
	}
	.foot1 li{
		font-size: 14px;
	}
	.line2::after {
		right: 3px;
	}
	.foot_title{
		font-size: 20px;
	}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.call-btn{
		display: inline-block;
		position: fixed;
		top: 16px;
		right: 80px;
		font-size: 14px;
		padding: 10px 18px;
	}
	.banner-part {
		max-width: 454px;
		margin-left: 0;
	}
	.banner-title {
		font-size: 24px;
		line-height: 28px;
	}
	.banner-btn {
		display: block;
	}
	.banner-btn a{
		font-size: 14px;
		margin: 18px 5px 0 0;
	}
	#service-slider .owl-prev, #service-slider .owl-next {
		top: -75px;
	}
	.rate-sec{
		text-align: left;
	}
	.choose-us-sec ul li {
		gap: 8px;
		padding-right: 20px;
	}
	.choose-us-sec ul li strong {
		font-size: 34px;
	}
	.choose-us-sec {
		padding-right: 4%;
	}
	.rate-sec {
		margin: -30px 15px 0;
	}
	.rate-left {
		max-width: 100%;
	}
	.text{
		font-size: 14px;
	}
	.contact-left {
		padding: 20px 0 25px 15px;
	}
	.contact_top_number {
		font-size: 14px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.cant-btn {
		font-size: 14px;
		padding: 10px 22px;
		margin-left: 2px;
	}
	.call-btn{
		font-size: 14px;
		padding: 10px 20px;
	}
	.banner-part{
		margin-left: 4%;
	}
	#service-slider .owl-prev, #service-slider .owl-next {
		top: -63px;
	}
	.about-left {
		padding-right: 0;
	}
	.choose-us-sec {
		padding-right: 29%;
	}
	.rate-left {
		max-width: 248px;
	}
	.box1 {
		gap: 10px;
	}
	.box1-title {
		font-size: 16px;
		margin-bottom: 3px;
		line-height: 25px;
	}
	.foot1 li{
		font-size: 14px;
	}
	.line2::after {
		right: 3px;
	}
	.foot_title{
		font-size: 20px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.cant-btn {
		font-size: 14px;
		padding: 10px 22px;
		margin-left: 2px;
	}
	.call-btn{
		position: relative;
		top: 0;
		right: 0;
		font-size: 14px;
		padding: 10px 20px;
	}
	.banner-part{
		margin-left: 4%;
	}
	#service-slider .owl-prev, #service-slider .owl-next {
		top: -63px;
	}
	.about-left {
		padding-right: 0;
	}
	.choose-us-sec {
		padding-right: 25%;
	}
	.rate-left {
		max-width: 248px;
	}
	.box1 {
		gap: 10px;
	}
	.box1-title {
		font-size: 16px;
		margin-bottom: 3px;
		line-height: 25px;
	}
	.foot1 li{
		font-size: 14px;
	}
	.line2::after {
		right: 3px;
	}
	.foot_title{
		font-size: 20px;
	}
}

@media screen and (min-width: 1424px) {
	.banner-part{
		margin-left: 2%;
	}
	.about-right {
		padding-left: 5%;
	}
	.about-right img{
		width:100%;
	}
	.page .entry-header, .blog_page_header{
		padding: 180px 0 !important;
	}
}

@media screen and (min-width: 1624px) {
	.banner-part{
		margin-left: 0;
	}
	.service-part {
		padding-left: 10%;
	}
	.page .entry-header, .blog_page_header{
		padding: 215px 0 !important;
	}
}

@media screen and (min-width: 1920px) {
	.service-part {
		padding-left: 16%;
	}
	.sp-testimonial-free{
		padding: 18px 64px 24px !important;
	}
	.sp-testimonial-client-rating{
		left: 62px;
	}
	.page .entry-header, .blog_page_header{
		padding: 240px 0 !important;
	}
}

@media screen and (min-width: 2048px) {
	.service-part {
		padding-left: 18%;
	}
	.page .entry-header, .blog_page_header{
		padding: 260px 0 !important;
	}
}

@media screen and (min-width: 2550px) {
	.service-part {
		padding-left:24%;
	}
	.page .entry-header, .blog_page_header{
		padding: 316px 0 !important;
	}
}

