@charset "utf-8";
/* CSS Document */
body{
	font-family: 'roboto';
	overflow-x: hidden;
}
a{
	color: #000;
}
p{
	text-align: justify;
}
/*-------About us Style ----------*/
h1{
	font-family: "Gill Sans";
  font-size : 36px;
  color : #000000;
	padding-top: 50px;	
	margin-bottom: 50px;
	position:relative;
}
h1::after {
	position: absolute;
	content: "";
	top: 100%;
	bottom: 0;
	left: 0%;
	right: 0%;
	width: 200px;
	height: 7px;
	background-color: #e86410;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

#aboutus{
	background: rgba(63,67,68,.10);
	position: relative;
	
	
}
#aboutus p{

  font-family : roboto;
  font-size : 18px;
  color : #000000;	
	margin-bottom: 0px;
	padding-bottom: 30px;
}
/*----------Why Us ---------*/
#whyus{
	background: rgba(191,214,226,0.10);
	padding-bottom:50px;
	
	
}
h2{
	 font-family : roboto;
  font-weight : bold;
  font-size : 34px;
  color : #000000;
}
#whyus p{
	font-family : roboto;
  font-size : 21px;
  color : #000000;
  color : rgb(0, 0, 0);
}

/*-----Responsive --------*/

@media (min-width: 100px) and (max-width: 992px){
	.container{
		max-width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}
	
}
@media (max-width: 1199px){
	.container{
		padding-left: 50px;
		padding-right: 50px;
	}
	.aboutusicon{
		width: 200px;
		height: auto;
	}
}
@media (max-width: 1166px){
	h2{
		font-size: 30px;
	}
}
@media (max-width: 1149px){
	#whyus p{
		font-size: 18px;
	}
}
@media (max-width: 1070px){
	.phone,.email,.address{
		font-size: 16px;
	}
}
@media (max-width: 1049px){
	h3{
		font-size: 24px;
	}
	h2{
		font-size: 28px;	
	}
}
@media (max-width: 949px){
	h3{
		font-size: 20px;
	}
}
@media (max-width: 858px){
	.container{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 825px){
	h1{
		font-size: 30px;
	}
	h1::after{
		height: 5px;
	}
}
@media (max-width: 800px){
	h3{
		font-size: 18px;
	}
}
@media (max-width: 768px){
	.aboutusicon{
		width: 150px;
	}
	h1{
		font-size: 24px;
	}
	#aboutus p{
		padding-bottom: 20px;
		font-size: 16px;
	}
	h1{
		padding-top: 30px;
		margin-bottom:30px;
	}
	#whyus p{
		font-size: 16px;
	}
	h2{
		font-size: 20px;
	}
}
@media (max-width: 576px){
	.aboutusicon{
		width: 100px;
	}
	
	h1{
		padding-top: 20px;
		font-size: 20px;
	}
	#aboutus{
		padding-top: 30px;
		padding-bottom: 30px;
		z-index: 1;
	}
	#aboutus p{
		font-size: 14px;
	}
	#whyus h1{
		padding-top: 40px;
	}
	
	}
@media (max-width: 480px){
	#aboutus{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#whyus{
		padding-top: 0px;
		padding-bottom: 20px;
	}
}

@media (max-width: 375px){
	h1{
		font-size: 18px;
	}
	h2{
		font-size: 16px;
	}
	#whyus p{
		font-size: 14px;
	}
}
@media (max-width: 360px){
	.aboutusicon{
		width: 70px;
	}
	h1{
		padding-top: 0px;
	}
	#whyus h1{
		padding-top: 20px;
	}
}