/* general styling */
*{
	box-sizing: border-box;
}

body{
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}

.container{
	width: 100%;
	max-width: 540px;
	padding: 0 30px;
	margin: auto;
}

/* typography */

.text-white{
	color: white;
}

.text-black{
	color: #16162A;
}

.text-light-black{
	color: #293345;
}

.text-light-gray{
	color: #7888A7;
}

.text-dark-gray{
	color: #93A1BA;;
}	

.text-contact-us{
	color: #CCD3FF;
}

.text-light{
	font-weight: 400;
}

.text-center{
	text-align: center;	
}

.link{
	color: #4E61FB;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	transition: all 0.4s;
}

.link:hover{
	text-decoration: underline;
}

.link img{
	margin-left: 10px;
	vertical-align: middle;
}

h1,
.h1{
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
}

h2{
	font-weight: 600;
	font-size: 25px;
	line-height: 40px;
}

h3{
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
}

h4{
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}

p{
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
}

b{
	font-size: 18px;
}

.text-14{
	font-size: 14px;
}

section{
	padding-top: 50px;
	padding-bottom: 50px;
}

.bg-light-blue{
	background-color: #F4F8FC;
}

.btn-green{
	background: #4EC862;
	border-radius: 30px;
	font-weight: 700;
	font-size: 16px;
	padding: 16px 60px;
	border: none;
	box-shadow: none;
	color: white;
	margin-top: 15px;
	transition: 0.4s all;
	border: 1px solid transparent;
}

.hover-icon{
	display: none;
}

.btn-green:hover{
	background: white;
	color: #4EC862;
	border: 1px solid #4EC862;
	cursor: pointer;
}

.btn-green img{
	max-width: 14px;
}

.btn-green:hover img{
	display: none;
}

.btn-green:hover .hover-icon{
	display: inline-block;
}

/* header */

header{
	padding: 25px 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

header .container{
	padding: 0 15px;
	max-width: 100%;
}

.header-navigation{
	display: inline-block;
}

.header-logo-wrapper a{
	text-decoration: none;
}

.header-navigation a{
	font-size: 14px;
	font-weight: 500;
	color: white;
	text-decoration: none;
	padding: 10px;
	position: relative;
}

.header-navigation a.active{
	font-weight: 600;
}

.header-navigation a.active:after{
	content: '';
    width: calc(100% - 20px);
    height: 2px;
    background: #FFFFFF;
    border-radius: 12px;
    position: absolute;
    left: 10px;
    bottom: 0;
}

header img{
	vertical-align: middle
}

.clear:before,
.clear:after{
  content: "";
  clear: both;
  display: table;
}

header nav div{
	display: inline-block;
}

.header-logo-wrapper{
	max-width: calc(100% - 100px);
	float: left;
}

.header span{
	font-size: 13px;
	color: #425069;
}

.header-cta{
	width: 100px;
	display: inline-block;
	text-align: right;
	float: right;
}

.header-cta .btn-green{
	padding: 15px 20px;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
    margin-top: -12px;
}

.header-cta .btn-green img{
	margin-right: 10px;
}

/* hero section */

.hero-section{
	background-image: url(images/hero-bg-mobile.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 215px;
	padding-bottom: 215px;
}

.hero-section p{
	font-weight: normal;
}

/* about us section */

.about-us-section .container > div:first-child{
	margin-bottom: 55px;
}

.about-us-section h3{
	margin-top: 0;
}

/* why us section */

.why-us-section h2{
	margin-top: 0;
}

.why-us-box:not(:last-child){
	margin-bottom: 45px;
	margin-top: 30px;
}

.why-us-box-image{
	padding-top: 35px;
	padding-bottom: 30px;
	text-align: center;
}

.why-us-box-image img{
	width: 100%;
	max-width: 175px;
}

.why-us-section h4{
	margin-top: 16px;
	margin-bottom: 10px;
}


/* contact us */

.contact-us-section{
	background-image: url(images/contact-us-mask.png);
	background-color: #3037E9;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-top: 85px;
	padding-bottom: 80px;
}

.contact-us-section h2{
	margin-top: 0;
	margin-bottom: 15px;
}

/* footer */

footer{
	background-color: #16162A;
	padding-top: 50px;
}

.footer-cta{
	font-size: 18px;
	color: #BAC6D8;
	font-weight: normal;
	margin-bottom: 40px;
	margin-top: 40px;
}

.footer-cta a{
	color: #4EC862;
	text-decoration: none;
}

footer a:hover{
	text-decoration: underline;
}

.footer-cta img{
	margin-left: 20px;
	margin-right: 10px;
	vertical-align: middle;
}

.footer p{
	font-size: 14px;
}

.footer-nav{
	margin-top: 50px;
	margin-bottom: 50px;
}

.footer-nav a{
	font-weight: 500;
	color: white;
	text-decoration: none;
	transition: 0.4s all;
}

.footer-nav a:first-child{
	margin-right: 40px;
}

footer .text-dark-gray a{
	color: #93A1BA;
}

.bottom-bar{
	position: relative;
	padding-top: 20px;
	padding-bottom: 40px;
}

.bottom-bar:before{
	content: '';
    border-top: 1px solid #384459;
    display: block;
    position: absolute;
    top: 0;
    width: calc( 100% + 60px);
    left: -30px;
}

.bottom-bar a{
	color: #727282;
	font-weight: 500;
	font-size: 14px;
	display: block;
	text-decoration: none;
}

.bottom-bar a:last-child{
	margin-top: 15px;
}

.bottom-bar a.hide{
	display: none;
}

.bottom-bar a:nth-child(1){
	margin-bottom: 15px;
}

.bottom-bar p{
	color: #F4F8FC;
	font-weight: normal;
	font-size: 15px;
	margin-top: 30px;
	margin-bottom: 0;
}

.hide{
	display: none;
}

@media only screen and (min-width: 768px) {
	
	h1{
		font-size: 55px;
		line-height: 70px;
		margin-bottom: 25px;
	}
	
	h2{
		font-size: 30px;
	}
	
	.h1{
		font-size: 40px;
		line-height: 64px;
	}
	
	h4{
		font-size: 20px;
	}
	
	p{
		font-size: 18px;
	}
	
	.md-text-14{
		font-size: 14px;
	}
	
	.md-text-15{
		font-size: 15px;
	}
	
	.md-text-16{
		font-size: 16px;
	}
  
	.container{
		max-width: 1210px;
	}
	
	.col-md-half{
		width: calc(50% - 3px);
		margin: auto;
		display: inline-block;
		vertical-align: top;
	}
	
	.col-md-half:nth-child(odd){
		padding-right: 15px;
	}
	
	.col-md-half:nth-child(even){
		padding-left: 15px;
	}
	
	.md-block{
		display: block;
	}
	
	.about-us-section .container > div:first-child{
		margin-bottom: 0;
	}
	
	section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.md-text-center{
		text-align: center;
	}
	
	header .container {
		max-width: 1210px;
	}
	
	.header-logo-wrapper{
		max-width: 435px;
	}
	
	.header-cta{
		max-width: auto;
	}
	
	.cta-description{
		display: block !important;
		margin-top: -15px;
		margin-bottom: 15px;
		color: #F4F8FC;
		font-size: 13px;
	}
	
	.contact-us-page .cta-description{
		color: #425069;
	}

	.header-navigation{
		margin-left: 30px;
	}
	
	.header-cta .btn-green {
 		padding: 9px 20px;
		margin-left: 20px;
	}
	
	.hero-section{
		background-image: url(images/hero-bg-lg.png);
	}
	
	.why-us-box{
		margin-top: 60px !important;
		margin-bottom: 0 !important;
	}
	
	.md-container-small{
		max-width: 940px;
		margin: auto;
	}
	
	.why-us-section{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	.why-us-section h4 {
		margin-top: 20px;
		margin-bottom: 15px;
	}
	
	.contact-us-section{
		background-image: none;
		position: relative;
		overflow: hidden;
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	.contact-us-section:before{
		content: url('images/contact-left.png');
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
	}
	
	.contact-us-section:after{
		content: url('images/contact-right.png');
		position: absolute;
		bottom: 0;
		right: 0;
		height: 100%;
	}
	
	.contact-us-section .md-container-small{
		padding-left: 100px;
		padding-right: 100px;
	}
	
	.md-hide{
		display: none;
	}
	
	.md-show{
		display: inline-block;
	}
	
	footer{
		padding-top: 65px;
	}
	
	footer .md-container-small {
		padding-left: 100px;
		padding-right: 100px;
	}
	
	.footer-cta{
		font-size: 16px;
	}
	
	.bottom-bar{
		margin-top: 40px;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	.bottom-bar-navigation{
		float: right;
	}
	
	.bottom-bar p{
		float: left;
		margin-top: 0;
		color: #F0F5FC;
		opacity: 0.5;
	}
	
	.bottom-bar-navigation a{
		display: inline-block;
		vertical-align: sub;
		margin-left: 30px;
		color: white;
	}
	
	.bottom-bar-navigation a.md-show{
		display: inline-block;
	}
	
	.bottom-bar a:last-child {
		margin-top: 0;
	}
	
	.bottom-bar a:nth-child(1) {
		margin-bottom: 0;
	}
	
}




/* CONTACT US PAGE */

.contact-us-page .header-navigation a{
	color: #425069;
}

.contact-us-page .header-navigation a.active{
	color: #2A8FB6;
}

.contact-us-page .header-navigation a.active:after{
	background: #2A8FB6;
}

.contact-us-page{
	background-color: #E5E5E5;
}

.contact-us-page h1{
	margin-top: 0;
	margin-bottom: 15px;
}

.contact-us-wrapper{
	padding-top: 100px;
	padding-bottom: 70px;
}

.contact-us-form{
	background: #FFFFFF;
	border-radius: 10px;
	padding: 25px 15px;
	margin-top: 30px;
	margin-left: -15px;
	margin-right: -15px;
}

.form-field{
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #BAC6D8;
	border-radius: 3px;
	font-size: 16px;
	font-family: 'Montserrat';
	padding: 10px 15px;
	color: #7888A7;
	margin-top: 5px;
	margin-bottom: 25px;
}

.contact-us-form label{
	text-transform: uppercase;
	color: #293345;
	font-size: 14px;
	font-weight: 500;
}

.submit-form-button{
	background: #4EC862;
	border-radius: 5px;
	box-shadow: none;
	border: none;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	color: white;
    padding: 17px 15px;
	transition: 0.4s all;
	border: 2px solid transparent;
}

.submit-form-button:hover{
	background: white;
	color: #4EC862;
	border: 2px solid #4EC862;
	cursor: pointer;
}


@media only screen and (min-width: 768px){
	
	.contact-us-wrapper{
		padding-top: 120px;
		padding-bottom: 80px;
	}
	
	.contact-us-text{
	  display: -webkit-box;     
	  display: -moz-box;       
	  display: -ms-flexbox;     
	  display: -webkit-flex;   
	  display: flex;          
	}
	
	.contact-us-form{
		margin: 0;
	}
	
	.contact-us-form b{
		margin-bottom: 25px;
	}
	
	.form-field{
		font-size: 14px;
	}
	
	.contact-us-form label{
		font-size: 13px;
	}
	
	.header-cta{
		width: auto;
	}
}

@media only screen and (min-width: 991px){
	
	.contact-us-form{
		padding: 45px 40px;
	}
	
	.cta-description{
		display: inline-block !Important;
		margin-bottom: 0;
		margin-top: 0;
	}
}


@media only screen and (max-width: 359px){
	
	.container{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.header-logo-wrapper {
    	max-width: calc(100% - 70px);
	}
	
	.header-navigation a {
		padding: 10px 5px;
	}
	
	.header-cta {
    	width: 85px;
		margin-top: 3px;
	}
	
	.header-cta .btn-green {
    	padding: 7px 11px;
	}
	
	.header-cta .btn-green img {
		margin-right: 4px;
	}
	
	.footer-cta {
    	font-size: 15px;
	}
	
	.footer-cta img {
		margin-left: 10px;
		margin-right: 7px;
	}
	
}














