@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
	html,body{
		margin:0;
		padding:0;
		font-family: raleway, sans-serif;
		box-sizing:border-box;
	}
	body *{
		box-sizing:border-box;
		scroll-behavior: smooth;
	}
		
	main{
		padding-bottom: 50px;
	}
	a{
		text-decoration: none;
		color: #0b638c;
	}
li{
	color:#0b638c;
	cursor: pointer!Important;
}
	header{
		margin-top: 0;
		background:white;
		padding: 25px 15px;
		position: fixed; top:0; left: 0;z-index: 10000;
		width: 100%;
		
	}
	.floating-label{
	color: #1e94c8;
	font-size: 12px;
	position: relative;
	top: 0;
	z-index: 2;
	opacity: 0;
	
}
	footer{
		text-align: center;
		font-size: 13px;
		line-height: 1.5;
		padding: 0px 10px 30px;
	}
	.shadow{
		box-shadow: 1px 1px 5px 0px rgba(28,21,21,0.35);
-webkit-box-shadow: 1px 1px 5px 0px rgba(28,21,21,0.35);
-moz-box-shadow: 1px 1px 5px 0px rgba(28,21,21,0.35);
	}
	header > div, .form-wrapper,.call-to-action, .features,.info {
		max-width:1200px;
		margin: auto;
	}
#site-logo{
	max-width: 230px;
}
	.site-identity{
		display: flex;
		align-items: center;
		justify-content: space-between;
		align-content: space-around;
		flex-wrap: nowrap;
	}
	
.site-nav ul{
	display: inline-flex;
	width: 100%;
}
.site-nav ul li{
	padding: 8px 20px;
	font-weight: 500;
	margin-right: 10px;
	border-radius: 25px;
	width: 150px;
	text-align: center;
}
.site-nav ul li.active{
	background: rgb(255,204,0);
	
}
#sent-msg{
	padding: 50px 20px;
	font-weight: 500;
	font-size: 20px;
	border: 1.5px solid #7abee1;
}
.hidden{
	display: none;
}
#bottom-contact-form.hidden{
	display: none;
}
.active a{
	color:black;
}
.call-to-action-wrapper{
		margin-top: 120px;
		background-attachment: fixed;
		background-position: center;
		background-image: url("../images/banner-bg.jpg"); /* The image used */
  	height: 430px; 
    background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: cover;
		position: relative;
		padding: 20px 15px;
		/*border-bottom: 20px solid rgb(255,204,0);*/
}
	.call-to-action h1{
		padding-top:90px;			
		font-weight: 800;
		color:#342f29;
		/*color: rgb(255,192,0);*/
		font-size: 2.5em;
		text-shadow: 1px 1px 1px rgba(0,0,0,.3);
		line-height: 1.2em;
		margin-bottom: 15px;
		margin-top: 0;
	}
.call-to-action p{
	font-size: 24px;
	font-weight: 500;
	color:black;
}
	.form-container{
		position: absolute;
		right: 0; top:20px;	
		width:400px;
		z-index: 2000;
	}
		
	 form{
		/*position: absolute;
		right: 0; top:20px;*/
		background: white;
		padding:20px 25px;
		border-radius: 5px;
		
		text-align: center;
		
	}
	
	form input, form select{
		min-width: 220px;
		color: #202020;
    font-style: normal;
    padding: 8px;
    font-family: open-sans, sans-serif;
    font-size: 16px;
    min-height: 10px;
    font-weight: 300;
    background: transparent;
    border: 1px solid lightgray;
		outline: hidden!Important;
		width:100%;
	}
.slide{
	width: 350px; height: 250px;
}
	form div{
		background: white;
		margin-bottom: 13px;
		text-align:left;
	}
	.form-wrapper{
		position: absolute; top:160px; right: 120px;
		display: none;
		z-index: 2000;
		
	}
.bottom-form-holder{
max-width: 80%;margin:auto;
}
	.form-heading{
		color: #202020;
    text-align: center;
    font-size: 18px;
    line-height: 0.9;
    font-weight: 600;
		padding: 20px 5px;
   }
	input:invalid{
		box-shadow:none;
	}
#bigTriangleColorTop{
		fill: white;
		position: absolute; top: -10px;left: 0;z-index: 1;
	}
.close-btn{
	cursor:pointer;
	position: absolute; top:5px; right: 5px;
	font-size: 30px; 
	color:rgb(255,204,0); 
}
.fields-wrapper{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 50px;
	background: transparent;
}
.bottom-form div{
	background: transparent;
	line-height: 0.8;
}
.bottom-form label{
	font-size: 15px;
	text-align: left;
	display: block;
	
}
.bottom-form input, .bottom-form textarea{
	background: white;
	border: 2px solid #75e84d;
	padding: 12px 10px;
	outline:0;
	font-size:14px;
	border-radius: 5px;
}
	form button, .call-to-action button{
		padding: 13px;
		border:0;
		color:#342f29;
		/*text-shadow: 1px 1px 1px rgba(0,0,0,.3);*/
		font-size: 20px;
		margin-top:10px;
		background: rgb(255,204,0);
		border-radius: 25px;
		cursor: pointer;
		transition: all 1s;
		width:250px;
		font-weight: 500;
		outline: none;
		position: relative;
	}
	button:hover{
		background-color: rgb(255,192,0);
	}

.features{
	padding-bottom: 50px;
	position: relative;
	background: rgb(255,255,255,0.9);
	background-image: url("../images/conversion-rate-optimization_0.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-blend-mode: overlay;
		
}
.features-wrapper{
		width:80%;
		margin: auto;
		text-align: center;
	}
.features p{
		font-weight: 500;
		align-items: center;
		line-height: 1.7;
		font-size: 18px;
	}
	.section-divider{
		background: #e8f2ff;
		background: #cbe7f5;
		background: #2193b0;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #6dd5ed, #2193b0);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #6dd5ed, #2193b0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
color:white;
		padding: 20px 10px;
		text-align: center;
		position: relative;
		font-size: 40px;
		padding-top: 90px;
	}
	
	.section-header{
		font-size: 30px;
		font-weight: 600;
    color: #202020;
		position: relative;
		display: block;
		text-align: center;
		padding-bottom: 30px;
		padding-top: 50px;
		margin-top: 0;
	}
.section-header::before{
	content: '';
	position: absolute; bottom: 0; left:50%;transform: translateX(-50%);
	width: 50px;
	height: 8px;
	background: #75e84d;
}
	 .info h4{
		font-weight: 500;
    color: #494949;
		font-size: 20px;
		margin-bottom: 0;
		
	}
.required{
	color:#e84b02;
	font-size: 20px;
	font-weight: 800;
}
#bottom-contact-form textarea{
	width: 100%;
	height: 200px;
	margin-top: 2px;
}
.info-wrapper{
	width:100%;
	background: rgb(255,255,255,0.9);	background-image: url(../images/banner.jpg);background-repeat: no-repeat;background-position: top center;background-size: cover;background-blend-mode: overlay; background-attachment: fixed;
	padding: 50px 10px;
}
.info-wrapper .section-header{
	text-align: center;
	margin-bottom: 20px;
}	
	ul {
		list-style: none;
	}
	.section-subheader{
		font-family: 'Open Sans', sans-serif; 
		font-weight: 300;
		line-height: 24px;
		text-align: center;
	}
	p{
		margin-top: 0;
		margin-bottom: 0;
	}
	.columns-wrapper{
		
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 20px;
		margin-top: 50px;
		
		position: relative;
		background-blend-mode: overlay;
	}
	.col{
		
		text-align: center;
		padding: 40px 20px;
		color: #494949;
		transition: all 1s;
		position: relative;
	}
	img{
		width:100%;
		height: auto;
	}
	
	.col img{
		max-width: 280px;
	}
	

@media screen and (max-width: 950px){
	.slide{
		width:300px;
		height: 200px;
	}
	.features p{
		font-size: 16px;
	}
	
}
@media screen and (max-width: 760px){
	.fields-wrapper{
		display: grid;
		grid-template-columns: 1fr;
	}
	.site-identity{
		justify-content: center;
	}
	.call-to-action h1{
		font-size: 5vw;
	}
	.call-to-action p{
		font-size: 4vw;
	}
	h3#about-us{
		font-size: 30px;
	}
	.site-nav ul li{
		margin-right: 5px;
		padding: 8px 5px;
		width:100px;
	}
	.form-wrapper{
		right:0px;
		left: 10px;
		
	}
	.form-container{
		width: 320px;
		margin-left: 50%;
		transform:translateX(-50%);
	}
	
		
}
@media screen and (max-width: 590px){
.call-to-action h1{
	margin-top: 30px;
	
}
	.tel, .mail{
		font-size:16px;
	}
	.form-wrapper{
		position:absolute; top:160px;
	}
	header{
		padding: 0 5px;
	}
		
}
	@media screen and (max-width: 350px){
		.slide{width:320px;
		height:280px;
		}
		form{
			width: 100%;
		}
		.site-identity h1{
			font-size: 3vh;
			line-height: 0.9;
		}
.call-to-action h1{
			font-size:25px;
			padding-top:30px;
		}
		.call-to-action p{
			font-size:20px;
		}
	}
	@media screen and (min-width: 1600px){
		.features-wrapper{width: 90%}
			
	}
	@media screen and (max-width: 980px){
		.bottom-form-holder{
			max-width:90%;
		}
		.site-identity img{
			margin-top: 15px;
		}
		.features-wrapper{
		width: 90%;
	}
		.call-to-action{
			background-image: none;
		}
		h3.section-header{
			text-align: center;
		}
		
		.features-wrapper #col-2{
			display: none;
		}
		
		.columns-wrapper{
			margin-top: 30px;
			display: grid;
			grid-template-columns: 1fr;
			grid-row-gap: 30px;
		}
		
		.site-identity{
			flex-wrap: wrap;
		}
		.site-identity h1{
			width:80%;
			text-align: center;
			margin: auto;
			border: 0;
		}
		.site-identity h2{
			width: 80%;
			text-align: center;
			margin-top: 0;
			line-height: 0.8;
			margin: auto;
			margin-bottom: 20px;
		}
		ul{
			padding-inline-start:0!important;
		}
		.form-container{
			margin-top: 80px;
			
		}
	}
