@charset "utf-8";
/* CSS Document */
body{
	min-height:100vh; 
	background-image:url("../images/bg.jpg");
	background-position:center;
	background-size:cover
}
.color-yellow{
	color:#FFBC00
}
.bg-yellow{
	background-color:#FFBC00
}
.logo img{
	width:220px 
}
.services img{
	width:150px 
}
.rounded-custom{
	border-radius:10px 
}
@media only screen and (max-width: 1400px) {
	.services h1{
		font-size:30px 
	}
	.services .fs-2{
		font-size:20px!important 
	}
	.services .fs-3{
		font-size:16px!important 
	}
	.footer .fs-4{
		font-size:18px!important 
	}
	.footer .fs-5{
		font-size:16px!important 
	}
	.logo img{
	width:180px 
}
	.services img{
	width:100px 
}
	.header .btn{
		font-size:16px!important 
	}
}
@media only screen and (max-width: 1200px){
	.footer{
		position:absolute;
		bottom:0 
	}
	.services img{
	width:80px 
}
}
@media only screen and (max-width: 768px){
	.services img{
	width:60px 
}
	
}
@media only screen and (max-width: 576px){
	.logo img{
		width:100px 
	}
}

@media only screen and (max-width: 720px){
	.footer{
		position:static!important
	}
}