@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jaro:opsz@6..72&display=swap');
section{min-height:100vh;}
.logo-font{
  font-family: 'Jaro', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

}
body{
	font-family: 'Merriweather', sans-serif !important;
}

.text-dark{
	color:#000 !important;
}
.text-theme{
	color:#1D5D9B !important;
}
.bg-main{
	background:url('../img/gen_content/bg_header.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.bg-service{
	background:url('../img/gen_content/bg_01.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.bg-contact{
	background:url('../img/gen_content/bg_02.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.main-content{
	height: 100vh !important;
}
@media(max-width: 991.5px) {	
	.bg-main{
		height: auto !important;
	}
	
}




