* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
    /*font-family: 'Nunito-Medium', sans-serif; */
}

body {
    min-height: 100vh;
	color: #505458;
}

a {
    text-decoration: none;
}

a button, .brand{
	cursor: pointer;
}

li{
	list-style: none;
}

#separator{
	display: none;
}

.container{
	min-height: 100vh;
	background: #f5f6f6;
}

.container .header{
	display: flex;
	align-items: center; 
	padding: 10px;
	background-color: #1e57ff;
	color: white;
	position: fixed;
	width: 100%;
	height: 75px;
	top: 0;
	z-index: 1000;
}

.container .content{
	margin-top: 75px;
	
}

.container .header .brand-and-xs-menu-icon{
	width: 25vw;
	
}

.container .header .xs-menu-icon{
	display: none;
}


.container .header .brand img{
	height: 64px;
}

.container .header .navbar .nav{
	width: 75vw;
	display: flex;
	
	
}

.container .header .navbar .nav a{
	color: white;
}

.container .header .navbar .nav li{
	margin: 0 10px 0 10px;
	font-size: 16px;
}

.container .header .navbar .nav li:hover{
	font-weight: bold;
}

.container .banner{
	background-color: #72a4ff;
	color: white;
	height: 580px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 10px 20px 10px;
}


.container .banner .title{
	font-size: 45px;
	font-weight: bold;
	text-align: center;
}

.container .banner .quote-form{
	background-color: white;
	width: 90vw;
	height: 110px;
	margin-top: 30px;
	border-radius: 10px;
	color: #505458;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.container .banner .quote-form .form-group{
	display: flex;
	flex-direction: column;
	width: 25vw;
	border-right: 1px #999999 solid;
	padding: 0 15px 0 15px;
}

.container .banner .quote-form .form-group label{
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
}

.container .banner .quote-form .form-group select{
	border: 0;
	background-color: white;
	color: #999999;
	cursor: pointer;
}

.container .banner .quote-form .form-group select option{
	color: red;
	color: #505458;
	padding: 0 5px 0 5px;
	font-size: 14px;
	
}


.container .banner .quote-form .submit-block{
	border: 0;
	padding: 0;
	width: 30vw;
	height: 100%;
	
}

.container .banner .quote-form .service-block{
	border: 0;
}

.container .banner .quote-form .submit-block button{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0 10px 10px 0;
	cursor: pointer;
	background-color: #1e57ff;
	font-weight: bold;
	color: white;
	font-size: 18px;
}

.container .banner .quote-form .submit-block button span{
	margin-right: 10px;
}

.container .banner .qos{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
	padding: 0 60px 0 60px;
}

.container .banner .qos p{

	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	padding: 5px 10px 5px 10px;
	background-color: #1e57ff;
	width: 20vw;
	margin: 0 20px 0 20px;
	text-align: center;
	
	
	
}


.container .trusted{
	height: 500px;
	background-color: #f3f6fb;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	
}


.container .trusted .title{
	text-align: center;
	color: #858d9f;
	margin-top: 40px;
	font-size: 20px;
}

.container .trusted .pannel{
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 0 60px 0 60px;
	width: 100%;
	
}

.container .trusted .pannel .case{
	text-align: center;
}

.container .trusted .pannel .case img{
	width: 100px;
}

.container .trusted .trustpillot{
	width: 200px;
	margin: 10px auto;
}

.container .about{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 480px;
	margin-top: 50px;
	background-color: white;
}

.container .about .text-block{
	padding: 20px;
	text-align: justify;
}

.container .about img{
	cursor: pointer;
	height: 100%;
}

.container .about .text-block .title{
	font-size: 25px;
	margin-bottom: 20px;
}


.container .services{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #f7f7f7;
	padding: 20px;
	height: 600px;
}

.container .services .title{
	margin-top: 30px;
	font-size: 25px;
}

.container .services .pannel{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0 20px 0 20px;
}

.container .services .pannel .case{
	background-color: white;
	padding: 10px;
	border-radius: 20px;
	width: 15vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.container .services .pannel .case img{
	width: 64px;
	height: 64px;
	margin-bottom: 10px;
}

.container .services .pannel .case h4, .container .services .pannel .case p{
	text-align: center;
	font-size: 14px;
	padding: 5px 0 5px 0;
}

.container .services .get-quote{
	margin-top: 30px;
	border: 0;
	border-radius: 20px;
	background-color: #1e57ff;
	padding: 5px;
	width: 300px;
	
}

.container .services .get-quote a{
	color: white;
	font-size: 16px;
}

.container .contact{
	background-color: white;
	padding: 20px;
	height: 850px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.container .contact .title{
	text-align: center;
	font-size: 20px;
}


.container .contact .addr-and-form{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	padding: 50px;

}

.container .contact .addr-and-form .case{
	width: 30vw;
}

.container .contact .addr-and-form .addr p{
	display: flex;
	align-items: center;
	margin: 30px;
}

.container .contact .addr-and-form .addr img{
	width: 32px;
	height: 32px;
	margin-right: 20px;
}

.container .contact form{
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.container .contact form input, .container .contact form select{
	height: 40px;
	padding: 5px;
	background-color: white;
	border: 1px #505458 solid;

}

.container .contact form textarea{
	padding: 5px;
	background-color: white;
	border: 1px #505458 solid;
	height: 150px;
}

.container .contact form input, .container .contact form textarea, .container .contact form select{
	margin: 10px 0 10px 0;
}

.container .contact form input[type=submit]{
	color: white;
	border: 0;
	background-color: #1e57ff;
	cursor: pointer;
	font-size: 16px;
	
}

.container footer{
	width: 100%;
	height: 200px;
	padding: 30px;
	color: white;
	background-color: #282828;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 14px;
}


.container footer a{
	color: white;
}


.container footer div{
	display: flex;
	align-items: center;
	margin: 30px 0 30px 0;

}

.container footer .follow{
	
	align-items: center;
}

.container footer .follow span, .container footer .follow a{
	margin-right: 10px;
}

.container footer div:first-of-type{
	justify-content: space-between;
}



.container footer div:nth-of-type(2) p{
	margin: 0 10px 0 10px;
}




.modal{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
	z-index: 2000;
}

.get-quote-modal{
	display: none;
}

.get-quote-modal .modal-content{
    background-color: white;
    margin: 7% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
	border-radius: 10px;
}

.modal .header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}


.modal .title{
	font-size: 16px;
}

.modal .close{
	cursor: pointer;
}

.get-quote-modal form{
	display: flex;
	flex-direction: column;
	justify-content: center;	
}


.get-quote-modal form input, .get-quote-modal form select{
	height: 40px;
	padding: 5px;
	background-color: white;
	border: 1px #505458 solid;	
} 

.get-quote-modal form input, .get-quote-modal form textarea, .get-quote-modal form select{
	margin: 10px 0 10px 0;
}

.get-quote-modal form input[type=submit]{
	color: white;
	border: 0;
	background-color: #1e57ff;
	cursor: pointer;
	font-size: 16px;
}

.get-quote-modal form textarea{
	padding: 5px;
	background-color: white;
	border: 1px #505458 solid;
	height: 100px;
}




























































@media (max-width:768px){
	.container .header{
		height: 65px;
	}
	
	.container .content{
		margin-top: 65px;
	}
	
	.container .header .navbar{
		display: none;
	}
	
	.container .header .navbar .nav{
		flex-direction: column;
		background-color: rgba(30, 87, 255, 0.9);
		position: absolute;
		z-index: 1000;
		right: 0;
		top: 65px;
		padding: 20px;
		width: 60vw;
		height: 100vh;
	}
	
	.container .header .navbar .nav li{
		margin: 10px 0 10px 0;
		font-size: 15px;
	}
	
	.container .header .navbar .nav li:hover{
		font-weight: normal;
	}
	
	.container .header .brand-and-xs-menu-icon{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.container .header .brand img{
		height: 48px;
	}
	
	.container .header .xs-menu-icon{
		display: block;
		text-align: center;
		cursor: pointer;
		
	}


	.container .header .xs-menu-icon img{
		width: 60px;
		height: 60px;
		margin: auto;
	}

	.container .banner{
		width: 100vw;
		padding: 10px 5px 10px 5px;
		height: 700px;
	}

	.container .banner .title{
		margin-top: 80px;
		margin-bottom: 80px;
		font-size: 35px;
	}


	.container .banner .quote-form{
		flex-direction: column;
		height: 100%;
		justify-content: center;
		border-radius: 5px;
		width: 95vw;
		margin-bottom: 50px;
	}
	
	.container .banner .quote-form .form-group{
		width: 100%;
		border-right: 0;
		border-bottom: 1px #999999 solid;
		padding: 0 10px 15px 10px;
		margin: 15px 0 15px 0;
	}
	
	
	.container .banner .quote-form .form-group label{
		margin-bottom: 5px;
		font-size: 14px;
	}
	




	.container .banner .quote-form .form-group:nth-of-type(4){
		border-bottom: 0;
		padding: 0;
	}

	.container .banner .quote-form .submit-block button{
		height: 35px;
		width: 200px;
		margin: auto;
		border-radius: 10px;
		font-size: 14px;
	}
	
	.container .banner .quote-form .submit-block button img{
		width: 14px;
		height: 14px;
	}



	.container .banner .qos{
		display: none;
	}

	.container .trusted{
		height: 800px;
		width: 100vw;
	}

	.container .trusted .title{
		margin-top: 30px;
		font-size: 18px;
	}

	.container .trusted .pannel{
		margin-top: 40px;
		flex-direction: column;
		justify-content: center;
		padding: 0;
	}
	
	.container .trusted .pannel .case{
		margin: 20px;
	}

	.container .about{
		flex-direction: column;
		justify-content: center;
		height: 400px;
	}

	.container .about .img-block{
		display: none;
	}

	.container .about .text-block{
		padding: 10px;
	}

	.container .about .text-block .title{
		font-size: 18px;
	}

	.container .about .text-block p{
		font-size: 14px;
		
	}

	.container .services{
		height: 1500px;
	}
	
	.container .services .title{
		font-size: 18px;
		margin-top: 20px;
	}

	.container .services .pannel{
		flex-direction: column;
		justify-content: center;
	}
	
	.container .services .pannel .case{
		width: 90vw;
		margin: 15px 0 15px 0;
		border-radius: 10px;
		padding: 20px 10px 20px 10px;
	}
	
	.container .services .pannel .case img{
		width: 80px;
		height: 80px;		
	}

	.container .contact{
		height: 950px;
		
	}

	.container .contact .title{
		font-size: 18px;
	}

	.container .contact .addr-and-form{
		flex-direction: column;
		justify-content: center;
		padding: 20px;
	}
	
	
	.container .contact .addr-and-form .case{
		width: 90vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 15px;
	}
	
	.container .contact .addr-and-form .addr p{
		margin: 5px 0 5px 0;
		font-size: 14px;
	}

	.container .contact .addr-and-form .addr img{
		width: 18px;
		height: 18px;
		margin-right: 10px;
	}

	.container .contact form{
		margin-top: 30px;
		
	}


	.container footer{
		padding: 0;
		width: 100vw;
		height: 250px;
		font-size: 12px;
	}


	.container footer div{
		margin: 10px 0 10px 0;
	}
	

	.container footer .brand img{
		height: 64px;
	}
	
	.container footer div{
		flex-direction: column;
		align-items: flex-start;
	}
	
	.container footer .follow{
		padding-left: 10px;
	}


	.modal .modal-content{
		margin: 10% auto;
		padding: 10px;
		width: 95%;
	}
	
	.modal .title{
		font-size: 14px;
	}












}