@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&family=Roboto:wght@300;500&display=swap');

*{
	font-family: "Roboto", Sans-serif;
}
h2{
	font-family: 'Poppins', sans-serif;
}
.nav{
  padding: 5px;
}
.navbar-default .navbar-toggle .icon-bar{
  background-color: #17a85a;
}
#top-bar{
	background: #17a85a;
	width: 100%;
}
.top-social-icon a{
	color: #ffffff;
}
.navbar-brand img{
	padding: 10px;
}
.nav li a{
	font-size: 18px;
}
#notice-board{
  background-color: #17a85a;
}
.btn a button:hover{
	background-color: #17a85a;
}
.readmore-btn a{
	background-color: #c92f00;
	color: #ffffff;
	padding: 10px 30px;
	transition: 0.5s;
	font-size: 15px;
}
.readmore-btn a:hover{
	background-color: #17a85a;
	color: #ffffff;
}
.navigation-4 .owl-item  img{
        object-fit: cover;
    aspect-ratio: 1 / 1;
}
.core-values{
	background-color: #06568f;
	width: 100%;
	height: fit-content;
	color: #ffffff;
	text-align: center;
	padding: 20px;
}
.feature-box{
	max-width: 300px;
	height: 310PX;
	background-color: #f9fafc;
	padding: 20px;
	transition: 0.5s;
}
.feature-box:hover{
	box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 9px rgb(0 0 0 / 25%);
}
.notice{
    line-height: 0;
    background: #e3e3e3;
}
.notice li{
display: inline-block;
line-height: 20px;
padding: 10px 0 0 0;
        }
.area-covered{
	color: #ffffff;
}
.project-img img{
  padding: 0 5px;
}
.img-bg{
background: #06568f;
  background-size: cover;
}
.gallery img{
  padding: 0 10px;
  width: 330px;
  height: 200px;
}
.view-all .btn{
  background-color: #c92f00;
  border: none;
  color: #F3F3F3;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 30px;
  margin-top: 20px;
  transition: 0.5s;
}
.view-all .btn:hover{
	background-color: #17a85a;
}
.join-us{
	width: 100%;
	height: fit-content;
	padding: 20px;
	background-color: #17a85a;
  color: #ffffff;
}
.join-us h2{
	font-size: 30px;
}
.buttons{
   padding: 12px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttons ul li{
  display: inline-block;
}
.buttons a{
	margin: 0 10px;
	padding: 10px 30px;
	color: #ffffff;
	font-size: 15px;
}
.buttons .btn:hover{
  color: #ffffff;
}
.buttons #btn-1{
	background-color: #c92f00;
	border-radius: 50px;
}
/*.buttons #btn-2{
	background-color: transparent;
	border: 2px solid #ffffff;
	border-radius: 50px;
}*/
footer{
  width: 100%;
  height: fit-content;
  background-color: #f2f2f2;
  padding: 20px 0 0 0;
}
footer h2{
  color: #c92f00;
  font-size: 20px;
}
.section-1{
  color: #000;
}
.section-2 ul li a{
  color: #000;
}
.section-2 ul li a:hover{
  color: #c92f00;
}
.section-3{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.section-3 ul li{
  display: inline-block;
}
.section-3 ul li i{
  text-align: center;
  padding: 14px;
  color: #000;
}
.section-3 a{
  color: #000; 
}
.section-3 #facebook{
  width: 40px;
  height: 40px;
  background-color: #4867AA;
}
.section-3 #facebook:hover{
  opacity: 0.8;
}
.section-3 #twitter{
  width: 40px;
  height: 40px;
  background-color: #1DA1F2;
}
.section-3 #twitter:hover{
  opacity: 0.8;
}
.section-3 #whatsapp{
  width: 40px;
  height: 40px;
  background-color: #2fbf00;
}
.section-3 #whatsapp:hover{
  opacity: 0.8;
}
iframe{
  width: 650px;
  height: 200px;
}
.f-logo{
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-logo img{
	width: 100px;
	height: 50px;
}
.f-logo::before{
  content: '';
  background-color: #000;
  width: 100%;
  height: 2px;
} 
.copyright{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d3d3d3;
  padding: 5px 0 0 0;
}
.goto-top i{
  background-color: #c92f00;
  color: #ffffff;
}


/*Media query*/
@media (min-width: 320px) and (max-width: 768px){
#notice-board{
  width: 100%;
}
#about-us h2{
	font-size: 26px;
}
.core-values h2{
  font-size: 20px;
}
#projects h2{
  font-size: 26px;
}
.gallery h2{
  font-size: 26px;
}
 .join-us h2{
  font-size: 20px;
}
.buttons a{
  padding: 8px 20px;
  font-size: 15px;
}
iframe{
  width: 100%;
  height: 200px;
}
.copyright{ 
  flex-direction: column;
}
}      

@media (min-width: 1024px) and (max-width: 1044px){
header .navbar-collapse{
  padding-left: 0px;
  padding-right: 50px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
  margin-right: 400px;
  margin-left: 420px;
}
iframe{
  width: 100%;
  height: 200px;
}
}