/*===== default css  =====*/
html{
  scroll-behavior: smooth;
}
body{
	padding: 0;
	margin: 0;
   font-family: 'Open Sans', sans-serif;
}

/*=====nav section css =====*/
.navbar-light .navbar-nav .nav-link {
    color: #1c39bb;
    font-weight: 600;
}
/*=====section css =====*/
.banner{
	width: 100%;
	height: auto;
	float: left;
	background: url(img/banner.jpg);
	background-size: cover;
	background-position: center;
	padding: 150px 0px;
	background-attachment: fixed;
}
.banner h2{
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	padding: 70px 0px 40px 0px;
    text-shadow: 4px 4px 2px #000;
    line-height: 70px;
    text-transform: capitalize;
}
/*=====section css =====*/
.make{
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
	padding: 80px 0px;
}
.make h2{
	text-align: center;
	color: #003152;
	font-weight: 700;
  
}
.make h3{
	text-align: center;
	margin-top: 40px;
	font-weight: 300;
	color: #000;
}
.line{
	width: 60px;
	height: 6px;
	margin: 0px auto;
	background: #1c39bb;
	border-radius: 100px;
}
/*=====section css =====*/
.content1{
	width: 100%;
	height: auto;
	float: left;
	background: #f7f7f7;
	padding: 80px 0px 50px 0px;
}
.content1 img{
	width: 120px;
}
.content1 h2{
	text-align: center;
	color: #003152;
	font-weight: 700;
  
}
.content1 h3{
	text-align: center;
	font-weight: 700;
	color:  #003152;
}
.content1 p{
	text-align: center;
	font-weight: 300;
	font-size: 18px;
	color: #000;
	margin-bottom: 30px;
}
/*=====section css =====*/
.faq{
	width: 100%;
	height: auto;
	float: left;
	background: #f7f7f7;
	padding: 80px 0px;
}
.faq h2{
	text-align: center;
	color: #003152;
	font-weight: 700;
  
}
.accordion-button {
    color: #003152;
    font-size: 18px;
    font-weight: 700;
}
/*=====section css =====*/
.contact{
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
	padding: 80px 0px;
}
.contact h2{
	text-align: center;
	color: #003152;
	font-weight: 700;
  
}
.contact h4{
	text-align: center;
	font-weight: 300;
  
}
.contact h3{
	text-align: center;
	font-weight: 600;
	margin-bottom: 30px;
	color: #1c39bb;
	transition: 0.3s;
}
.contact h3:hover{

	color: #003152;
}
.contact a{
   text-decoration: none;
}
/*=====section css =====*/
.footer{
	width: 100%;
	height: auto;
	float: left;
	background: #373737;
	padding: 30px 0px;
}
.footer p{
	text-align: center;
	font-weight: 300;
	color: #bababa;
	margin: 0px;
}
/*=====section css =====*/





/*=====Only Computer extra-large device=====*/
@media screen and (min-width: 768px)
{
 /*===== Start only computer css =====*/
.navbar-light .navbar-nav .nav-link {
    padding-left: 30px;
    padding-right: 30px;
}

}


/*===== Mobile, tab and medium & small device =====*/
@media screen and (max-width: 768px)
{
	/*===== start Mobile css =====*/
 
.banner{
	padding: 50px 0px;
}
.banner h2{
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	padding: 40px 0px 40px 0px;
    text-shadow: 4px 4px 20px #000;
    line-height: 50px;
    text-transform: capitalize;
}

}
