@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,700|Open+Sans:300,400,700');
html body {
    background-color: #eaeaea;
}
body{
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    font-style: normal;
}
h2{
	font-family: 'Fira Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 40px;
    line-height: 54px;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    margin: 0;
}
.web-wrap{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#main{
	width: 100%;
    position: relative;
}
#header{
    width: 100%;
    position: absolute;
    z-index: 9999;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#header.darkHeader{
	background-color: rgba(37,37,37,0.9);
	padding-top: 10px;
	padding-bottom: 10px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	right: 0;
	margin: 0 auto;
}
.navbar.navbar-default{
	background-color: transparent;
	border: none;
	border-radius: 0px;
	margin-bottom: 0px;
}
.main-hero-wrap{
    background-image: url('../img/bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    color: #ffffff;
}
.hero-parent{
	/* padding-top: 175px;
	padding-bottom: 175px; */
	display: table;
	width: 100%;
	height: 100vh;
}
.hero-content-wrap{
    display: table-cell;
    vertical-align: middle;
}
.hero-text-inner{
	padding-top: 75px;
	/* padding-bottom: 50px;  */
}
.navbar-default .navbar-brand{
	color: #05c36c;
	font-size: 26px;
	font-weight: 500;
}
.navbar-default .navbar-brand:hover{
	/* color: rgba(255, 255, 255, 0.9); */
	color: rgba(5,195,108,0.8);
}
.cta-btn{
	background-color: #05c36c;
    color: #ffffff;
    border-color: #05c36c;
    display: inline-block;
    padding: 0 25px;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 42px;
}
.text-box-wrap{
	width: 75%;
	padding: 0;
}
.text-box-wrap span{
    font-weight: 500;
}
.hero-form-wrapper{
	/* padding-top: 90px; */
}
.hero-form-inner{
	padding-top: 0px;
    padding-bottom: 0px;
    -webkit-border-radius: 1%;
    border-radius: 1%;
    /* background-color: rgba(0,0,0,0.6); */
    background-color: rgba(50,51,56,0.5);
    position: relative;
}
.apply-now-cta{
    position: absolute;
    bottom: -70px;
    left: -50px;
    transform: rotate(-20deg);
    width: 200px;
}
.hero-form-block{
    width: 100%;
    padding: 35px 50px 40px 45px;
    text-align: center;
    margin: 0 auto;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    /* text-indent: -9999px; */
    /* background: url('../img/icon_top.png') no-repeat; */
    background-color: #ff8502;
    text-align: center;
    padding: 5px;
}
.scroll-top{
	transform: rotate(-90deg);
	color: #ffffff;
}
.form-wrapper{background-color: #ffffff;padding: 30px 30px 60px;-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);}
.simform {position: relative;margin: 0 auto;max-width: 860px;width: 100%;text-align: left;padding-block: 30px;color: #ffffff;}
.simform ol {margin: 0;padding: 0;list-style: none;position: relative;-webkit-transition: height 0.4s;transition: height 0.4s;}
.simform ol:before {content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 2.35em;}
.questions li {z-index: 100;position: relative;visibility: hidden;display:none;height: auto;-webkit-transition: display 0s 0.4s, height 0s 0.4s;transition: display 0s 0.4s, height 0s 0.4s;}
.questions li.current, .no-js .questions li {visibility: visible;display:block;height: auto;-webkit-transition: none;transition: none;}
.questions li > span {display: block;overflow: hidden;}
.questions li > span label {display: block;-webkit-transition: -webkit-transform 0.4s;transition: transform 0.4s;-webkit-transform: translateY(-100%);transform: translateY(-100%);font-size: 18px;}
.questions li > span label{font-weight: 300;}
.questions li.current > span label, .no-js .questions li > span label {-webkit-transition: none;transition: none;-webkit-transform: translateY(0);transform: translateY(0);}
.simform .submit {display: none;}
.controls {margin-top: 21px;}
.simform .progress {width: 0%;height: 0.15em;/* background: rgba(0,0,0,0.3); */background: #ff8502;-webkit-transition: width 0.4s ease-in-out;transition: width 0.4s ease-in-out;}
.simform .progress::before {position: absolute;top: auto;width: 100%;height: inherit;background: rgba(0,0,0,0.05);content: '';}
.simform .number {position: absolute;right: 0;overflow: hidden;margin: 0.4em 0;width: 3em;font-weight: 700;font-size: 14px;}
.simform .number:after {position: absolute;left: 50%;content: '/';opacity: 0.4;-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.simform .number span {float: right;width: 40%;text-align: center;font-weight: 300;}
.simform .number .number-current {float: left;}
.questions input, .questions select {display: block;margin: 0.3em 0 0 0;padding: 0.5em 1em 0.5em 0.7em;width: 100%;border: none;background: transparent;color: rgba(255,255,255,0.8);font-size: 18px;line-height: 1;opacity: 0;-webkit-transition: opacity 0.3s;transition: opacity 0.3s;border: 1px solid #ccc;font-weight: 300;}
.questions .current input, .no-js .questions input {opacity: 1;}
.how-it-w-r-inner .step h3{font-weight: 500;font-size: 24px;}
.how-it-w-r-inner .step p{color: #656565;font-weight: 300;}
.simform input::placeholder{font-weight: 300;color: #8a918b;}
.step-wrapper .step{padding: 40px 60px;}
.step-wrapper-outer{min-height: 600px;}
.questions li.current, .no-js .questions li {visibility: visible;height: auto;-webkit-transition: none;transition: none;}
.questions .current input,.no-js .questions input {opacity: 1;}
.questions .current input:focus, .no-js .questions input:focus{box-shadow: none;outline: none;}
.select2-container .select2-selection--single{height: 41px;}
.select2-container{margin: 0.3em 0 0 0;}
.slider.slider-horizontal{height: 41px;}
.questions li.current > span label,.no-js .questions li > span label {-webkit-transition: none;transition: none;-webkit-transform: translateY(0);transform: translateY(0);}
.show-next .questions li.current > span label {-webkit-animation: moveUpFromDown 0.4s both;animation: moveUpFromDown 0.4s both;}
.show-prev .questions li.current > span label {-webkit-animation: moveDownFromUp 0.4s both;animation: moveDownFromUp 0.4s both;}
.simform .number-next {position: absolute;left: 0;}
.simform.show-next .number-next {-webkit-animation: moveUpFromDown 0.4s both;animation: moveUpFromDown 0.4s both;}
.simform.show-prev .number-next {-webkit-animation: moveDownFromUp 0.4s both;animation: moveDownFromUp 0.4s both;}
.simform.show-next .number-current {-webkit-transition: -webkit-transform 0.4s;transition: transform 0.4s;-webkit-transform: translateY(-100%);transform: translateY(-100%);}
.simform.show-prev .number-current {-webkit-transition: -webkit-transform 0.4s;transition: transform 0.4s;-webkit-transform: translateY(100%);transform: translateY(100%);}
.simform .error-message,
.simform .final-message {position: absolute;visibility: hidden;opacity: 0;-webkit-transition: opacity 0.4s;transition: opacity 0.4s;}
.simform .error-message{font-size: 14px;color: #dc3545;font-weight: 300;}
.error-message.show,
.final-message.show {visibility: visible;opacity: 1;}
.next {position: absolute;right: calc(50% - 60px);bottom: -55%;display: block;padding: 0;width: 50px;height: 36px;border: none;background: none;color: rgba(0,0,0,0.4);text-align: center;opacity: 1;z-index: 100;cursor: pointer;-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;transition: transform 0.3s, opacity 0.3s;-webkit-transform: translateX(0);transform: translateX(0);pointer-events: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);background-color: #ff8502;color: #000;pointer-events: auto;font-weight: 600;}
.previous {position: absolute;left: calc(50% - 60px);bottom: -55%;display: block;padding: 0;width: 50px;height: 36px;border: none;background: none;color: rgba(0,0,0,0.4);text-align: center;opacity: 1;z-index: 100;cursor: pointer;-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;transition: transform 0.3s, opacity 0.3s;-webkit-transform: translateX(0);transform: translateX(0);pointer-events: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);background-color: #ff8502;color: #000;pointer-events: auto;font-weight: 600;}
.next:focus,.previous:focus{outline: none;}
.slider.slider-horizontal{width: 100%;}
#loan-value-slid{color: #ff3860;}
.slider-track{background-color: #C7CDD5;background-image: none;}
.slider.slider-horizontal .slider-track{height: 6px;    margin-top: -3px;   }   
.slider-selection{background-color: #00d1b2;background-repeat: repeat-x;background-image: -moz-linear-gradient(45deg,#4494E5,#00d1b2);background-image: -webkit-linear-gradient(45deg,#4494E5,#00d1b2);background-image: -o-linear-gradient(45deg,#4494E5,#00d1b2);background-image: linear-gradient(45deg,#4494E5,#00d1b2);}
.slider-handle{position: absolute;z-index: 2;top: 3px;background-color: #fbfcfd;background-image: -moz-linear-gradient(top,#FFF,#F5F7FA);background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFF),to(#F5F7FA));background-image: -webkit-linear-gradient(top,#FFF,#F5F7FA);background-image: -o-linear-gradient(top,#FFF,#F5F7FA);background-image: linear-gradient(to bottom,#FFF,#F5F7FA);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f7fa', GradientType=0);border: 2px solid #C7CDD5;-webkit-box-shadow: 0 3px 2px 0 rgba(59,73,93,.2), inset 0 1px 1px 0 #FFF;-moz-box-shadow: 0 3px 2px 0 rgba(59,73,93,.2),inset 0 1px 1px 0 #FFF;box-shadow: 0 3px 2px 0 rgba(59,73,93,.2), inset 0 1px 1px 0 #FFF;width: 32px;height: 32px;-webkit-border-radius: 500px;-moz-border-radius: 500px;border-radius: 500px;cursor: pointer;}
.slider-handle:after{content: "|||";font-family: arial;color: #C7CDD5;font-size: 12px;position: absolute;top: 8px;text-align: center;width: 100%;border: 0;margin-top: 0;left: 1px;right: 0;opacity: 1;filter: alpha(opacity=100);line-height: 1;letter-spacing: 1.5px;}
.previous.disabled {opacity: 0.5;pointer-events: none;cursor: no-drop;}
.final-message.show {-webkit-transition-delay: 0.5s;transition-delay: 0.5s;}
.simform-inner.hide {visibility: hidden;opacity: 0;-webkit-transition: opacity 0.3s, visibility 0s 0.3s;transition: opacity 0.3s, visibility 0s 0.3s;}
.final-message {top: 50%;left: 0;padding: 0.5em;width: 100%;text-align: center;-webkit-transform: translateY(-50%);transform: translateY(-50%);font-size: 16px;}
.select2-container--default .select2-selection--single{
	background-color: transparent;
	color: rgba(255,255,255,0.8);
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: rgba(255,255,255,0.8);	
}
.how-it-works,.hiw-process{
	background-color: #ffffff;
}

.how-it-title{
	padding-top: 90px;
	padding-bottom: 20px;
}
.how-it-title-inner h2{
	text-align: center;
	font-size: 40px;
	line-height: 42px;
}
.how-it-w-title-text{
	width: 50%;
	margin: 0 auto;
	text-align: center;
    padding: 20px 20px 0;
    position: relative;
    overflow: hidden;
}
.how-it-w-title-text p{
    color: #8b8b8b;
    font-size: 18px;
    line-height: 26px;
}
.hiw-process-inner{
	padding-bottom: 90px;
}
.number-box-inner{
	padding-top: 160px;
	position: relative;
	text-align: center;
}
.num-box-heading{
	color: #252525;
	font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}
.num-box-text{
	color: #888888;
}
.num-box-text p{
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    font-style: normal;
}
.number-box-inner:before{
	position: absolute;
    left: 50%;
    top: 30px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    font-size: 40px;
    line-height: 96px;
    width: 100px;
    height: 100px;
    border-width: 2px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #3588f0;
    border-color: #3588f0;
    margin-left: -50px;
    text-align: center;
    border-style: solid;
}
.step-1 .number-box-inner:before{
	content: '1';
}
.step-2 .number-box-inner:before{
	content: '2';
}
.step-3 .number-box-inner:before{
	content: '3';
}
.number-facts{
	background-color: #252525;
}
.number-facts-inner{
	padding-top: 30px;
	padding-bottom: 30px;
}
.num-fact-inner{
	text-align: center;
    min-height: 100px;
    padding: 0 20px;
    margin: 0 0 20px;
    position: relative;
    overflow: hidden;
}
.count-inner{
    display: block;
    margin: 20px 0 12px;
    position: relative;
}
.number-wrap{
	color: #ffffff;
	font-size: 36px;
	line-height: 54px;
	display: inline-block;
}
.number-title{
	color: #05c36c;
	padding: 8px 0 0;
	font-size: 18px;
	line-height: 24px;
	display: block;
}
.who-use{
	background-color: #ffffff;
}
.who-use-title-parent{
	padding-top: 100px;
	padding-bottom: 65px;
}
.who-main-title{
	margin-bottom: 11px;
	text-align: center;
}
.who-main-text{
	width: 50%;
	margin:0 auto;
	text-align: center;
    color: #8b8b8b;
    font-size: 18px;
    line-height: 26px;
}
.who-use-child-inner{
	padding: 30px;
	border: 1px solid #e0e0e0;
	border-radius: 1%;
	text-align: center;
}

.who-use-point-img img{
	width: 50px;
}
.who-use-sub-text p{
	margin-bottom: 0px;
}
.who-use-text-title h4{
    margin-top: 0px;
    color: #6b6b6b;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
}
.who-use-main-point{
	margin-bottom: 40px;
}
.who-use-point-img{
	margin-bottom: 20px;
}
.many-more-text{
	padding-top: 30px;
	padding-bottom: 30px;
	color: #8b8b8b;
}
.many-more-text h3{
	font-weight: 300;
}

.footer-cta{
    background-image: url('../img/foo-cta-bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
.footer-cta-inner{
	text-align: center;
	padding-top: 185px;
	padding-bottom: 185px;
	color: #ffffff;
}
.cta-foo-title{
	margin-bottom: 20px;
}
.footer{
	background-color: #252525;
}
.footer-inner{
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
}
.footer-inner span{
	color: #7f7f7f;
}
@-webkit-keyframes moveUpFromDown {
    from { 
        -webkit-transform: translateY(100%); 
    }
    to {
        -webkit-transform: translateY(0); 
    }
}

@keyframes moveUpFromDown {
    from { 
        -webkit-transform: translateY(100%); 
        transform: translateY(100%); 
    }
    to { 
        -webkit-transform: translateY(0); 
        transform: translateY(0); 
    }
}

@-webkit-keyframes moveDownFromUp {
    from { 
        -webkit-transform: translateY(-100%); 
    }
    to { 
        -webkit-transform: translateY(0); 
    }
}

@keyframes moveDownFromUp {
    from { 
        -webkit-transform: translateY(-100%);
         transform: translateY(-100%); 
    }
    to { 
        -webkit-transform: translateY(0); 
        transform: translateY(0); 
    }
}

@media only screen and (min-width: 1440px){
	.web-wrap{
		width: 85%;
	}
	#header.darkHeader{
		width: 85%;
	}
	.container{
		width: 1200px;
	}
}

/* @media only screen and (min-width: 1025px){
	#header{
		position: fixed;
	}
} */
@media only screen and (max-width: 1439px) and (min-width: 1300px){
	.web-wrap{
		width: 90%;
	}
	#header.darkHeader{
		width: 90%;
	}
}
@media only screen and (max-width: 1200px){
	h2{
		font-size: 32px;line-height: 42px;
	}
	.who-use-text-title h4{
		font-size: 16px;
	}
}
@media only screen and (max-width: 991px){
	.hero-form-wrapper{
		/* margin-top: 50px; */
	}
	.hero-btn-wrap .cta-btn{
		display: none;
	}
	.step-inner{
		width: 60%;
		margin: 0 auto;
	}
	.how-it-w-title-text{
		width: 80%;
	}
	.hero-form-inner{
		background-color: rgba(0, 0, 0, 0.6)
	}
}
@media only screen and (max-width: 991px){
	.apply-now-cta{
		bottom: -80px;
    	left: 0px;
    	transform: rotate(-15deg);
    	width: 200px;
	}
}
@media only screen and (max-width: 500px){
	.who-use-main-point{
		float: none;
		width: 70%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.main-hero-wrap{
		background-position: -120px 0px;
	}
}
@media only screen and (max-width: 450px){
	.text-box-wrap{
		width: 100%;
	}
	h2 {
    	font-size: 28px;
    	line-height: 42px;
	}
	.hero-form-block{
		padding: 35px 30px 40px 30px;
	}
	.how-it-title-inner h2{
		font-size: 26px;
	}
	.how-it-w-title-text{
		width: 100%;
	}
	.step-inner{
		width: 100%;
	}
	.who-main-text{
		width: 100%;
	}
}
@media only screen and (max-width: 400px){
	.who-use-main-point{
		float: none;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
}

.theme-title {
    position: relative;
}
@media only screen and (min-width: 1200px){
    .testimonial-section .theme-title {
        padding-left: 210px;
    }
}
.theme-title h6 {
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(0,0,0,0.3);
    margin-bottom: 10px;
    font-size: 18px;
}
.theme-title h2 {
    line-height: 60px;
    font-weight: 300;
    font-size: 40px;
}
.testimonial-section .main-bg-wrapper {
    margin: 80px 0 0 368px;
    position: relative;
    background: url(../img/2.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    height: 500px;
}
.testimonial-section .main-bg-wrapper .overlay {
    background: rgba(0,0,0,0.5);
    height: 100%;
}
.testimonial-section .main-bg-wrapper .main-slider-wrapper {
    background: #0668e3;
    position: absolute;
    max-width: 500px;
    z-index: 9;
    top: 0;
    left: 0;
    padding: 30px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.testimonial-section .main-bg-wrapper .main-slider-wrapper .item i {
    font-size: 40px;
    color: #fff;
    padding-left: 2px;
}
.testimonial-section .main-bg-wrapper .main-slider-wrapper .item p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    font-style: italic;
    margin: 30px 0 30px 0;
}
.testimonial-section .owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    right: 0px;
    z-index: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 50%;
    padding: 0;
    margin: 0 3px;
}
.testimonial-section .main-bg-wrapper .main-slider-wrapper .item .name h6 {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin-bottom: 2px;
}
.testimonial-section .main-bg-wrapper .main-slider-wrapper .item .name span {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1.2px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border-color: #fff;
}
.testimonial-section{
    padding-top: 50px;
    padding-bottom: 50px;
}

@media only screen and (max-width: 1199px){
    .testimonial-section .main-bg-wrapper .main-slider-wrapper {
        -webkit-transform: none;
        transform: none;
        height: 100%;
    }
    .testimonial-section .main-bg-wrapper {
        margin: 50px 0 0 0;
    }
}
@media only screen and (max-width: 767px){
    .testimonial-section .main-bg-wrapper .main-slider-wrapper {
        position: static;
    }
    .testimonial-section .main-bg-wrapper{
        height: auto;
    }
}
@media only screen and (max-width: 600px){
    .testimonial-section .main-bg-wrapper .main-slider-wrapper {
        width: 100%;
        max-width: 100%;
        padding: 25px 40px 50px 15px;
    }
    .testimonial-section .main-bg-wrapper .main-slider-wrapper .item p {
        font-size: 20px;
        line-height: 38px;
    }
}
@media only screen and (max-width: 450px){
    .theme-title h2{
        font-size: 36px;
    }
    .testimonial-section .main-bg-wrapper .main-slider-wrapper .item p{
        font-size: 16px;
        line-height: 26px;
    }
}
.footer{
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer p{
    text-align: center;
    color: #ffffff;
    margin-bottom: 0px;
}


.about-us-left {
    background-color: #f4f4f4;
    position: relative;
}
.about-us-left-inner {
    color: #307185;
}
.about-us-left-inner h3{
    font-weight: 600;
}
.about-us-left-inner .row {
    min-height: 600px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
}
.about-us-left-inner .row p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 0px;
    font-weight: 500;
}
.custom-btn {
    background-color: #ff8502;
    border-color: #ff8502;
    color: #fff;
    margin-top: 20px;
    border-radius: 0;
    font-size: 18px;
    -webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 50%);
}
.custom-btn:hover{
    color: #ffffff;
}
.about-us-right {
    background-image: url(../img/about.png);
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.about-us-right:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
}
.about-us-right-inner .row {
    min-height: 290px;
}
.about-us-right-inner h4 {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4;
}
.about-us .row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.text-white{
    color: #ffffff;
}
.about-us-right-inner .align-items-center {
    align-items: center;
}
.text-right{
    text-align: right;
}
.contact_num{
    color: #05c36c;
    font-size: 24px;
    font-weight: 500;
}
.contact_num i{
        color: rgba(5,195,108,0.8);
}
.contact_num a{
    color: #fff;
    text-decoration: none !important;
}
.d-flex{
    display: flex;
    align-items: center;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    padding: 10px 0px;
}
@media only screen and (max-width: 991px){
    .about-us-right {
        background-position: center -150px;
    }
    .about-us-left {
        -ms-flex-order: 13;
        order: 13;
    }
    .about-us-left-inner .row {
        min-height: 500px;
    }
}
@media only screen and (max-width: 768px){
    .about-us-right {
        background-position: center top;
    }
}
@media only screen and (max-width: 600px){
    .about-us-left-inner .row {
        min-height: 500px;
    }
}
