:root{
--box-shadow: rgba( 131, 65, 215 ,.3);
	
--bcol:rgba(0,0,0,1);
--wcol:rgba(255,255,255,1);
--lbcol:rgba(116, 110, 181 );
 --scoltransparent:rgba( 255,187,84,1);
}
:root{
	--pcol:rgba(100,6,51,1);
	--bitter: 'Bitter', serif;
	--para:'Arvo', serif;
}

/* starting headercontact*/
.headcont{
	color: white;
	margin: 50px 0px 50px 20px;
}
.headcont h1{
	font-family: var(--bitter);	
	font-size: 30px;
	font-weight: 800;

}
.headcont p{
	text-align: left;	
	font-family: var(--para);	
	font-size: 13px;
}
.enqbutton{
	background-color:var(--wcol);
	color:var(--pcol);
	border: 0px;
	font-weight: 600;
	margin-right: auto;
	margin-left: 0px;
	letter-spacing: 1px;
	border-radius: 2px;
	font-family: 'Bitter', serif;
	font-size: 14px;
	padding: 10px 15px 10px 15px;
}
.enqbutton:hover{
	background-color: rgba(255,255,255,.1);
	color: var(--wcol);
	border: 2px solid var(--wcol);
}
.whyleft h1{
	font-family: var(--bitter);
	font-size: 40px;
	color: var(--pcol);
	font-weight: 600;
}
.whyleft p{
	font-family: var(--para);
	font-size: 15px;
	color: rgba(0,0,0,0.7);
	font-weight: 20px;
	text-align: justify;
	padding: 10px;

}
.divi{
	margin-left: 5px;
	width: 80px;
	height: 4px;
	margin-bottom: 10px;
	background-color: var(--pcol);
}
.contactheadfluid{


background-image: linear-gradient(to  right, rgba(100,6,51,1),  rgba(100,6,51,.8), rgba(100,6,51,.2));
}

	#contacthead{
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: top;
		background-size: cover;
		background-image: url('../image/about.jpg');
			
	}


/* endingheadercontact*/

.whydiv img	{
width: 20px;
height: 20px;
}
.whydiv h1{
	font-family:var(--bitter);

	text-transform: capitalize;
	color:var(--pcol);
	font-weight: 600;
	margin-top: 5px;
	font-size: 18px;
}
.whydiv p{
	font-family: var(--para);
	font-size: 12px;
	font-weight: 600;
	text-align: justify;
	color: rgba(0,0,0,0.6);


}


.growth img	{
width: 20px;
height: 20px;
}
.growth h1{
	font-family:var(--bitter);

	text-transform: capitalize;
	color:var(--pcol);
	font-weight: 600;
	margin-top: 5px;
	font-size: 18px;
}
.growth p{
	font-family: var(--para);
	font-size: 12px;
	font-weight: 600;
	text-align: justify;
	color: rgba(0,0,0,0.6);


}

.pushy{
	margin-top: 60px;
}
.yimg{
		height: 40px;
	width: 30px;

	border-radius: 3px;
	

}
.yimg img{
	width: 100%;
}
#why{
	
		background-image: url('../image/aboutus.jpeg');
		background-position:center;
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
}
.whydiv{
	padding: 10px;
	margin-top: 30px;
	border-radius: 4px;	
		
	box-shadow: 1px 1px 15px 10px rgba(100,6,51,.15);
	color: black;
}
.growth{
padding-bottom: 60px;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
	margin-top: 30px;
	border-radius: 4px;	
		
	box-shadow: 1px 1px 15px 10px rgba(100,6,51,.15);
	color: black;

}

.botwhy{
	
	background-color: rgba(255,255,255,.97);
	padding: 30px;

}
.whydiv:hover{
	
	box-shadow: 1px 1px 15px 10px rgba( 255,187,84,.6);
	
}

.growth:hover{
	
	box-shadow: 1px 1px 15px 10px rgba( 255,187,84,.6);
	
}


.whyleft{
	 width: 100%;
 


}
/*end of why*/

#client
{
  background-color: rgba(100,6,51,1);
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color:#000;
	  
}
#client .swiper-container
{
  width: 100%;
  padding-top: 30px;
  padding-bottom: 50px;
}
#client .swiper-slide
{
	

padding: 2px;
background-color: rgba(0,0,0,01);
  background-position: center;
  background-size: cover;
  width: 200px;
  height: 80px;


  margin: 10px;	

}
#client .swiper-slide .imgBx
{
	background-color: white;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#client .swiper-slide .imgBx img
{
  width: 100%;
}

.prepar{
	color: white;
	text-transform: capitalize;
	font-family: var(--bitter);
	font-size: 30px;

	font-weight: 600;
	padding-top: 20px;
	text-align: center;

}
.cdiv{
	background-color: white;
	height: 3px;
	width: 70px;
margin-left: auto;
margin-right: auto;	
}


.swiper-pagination-bullet {
	padding: 5px 5px;
	border-radius: 0;
	width: auto;
	height: 5px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color:#000;
	opacity: 1;
	background: rgba(0,0,0,0.2);
}
.swiper-pagination-bullet-active {
	color:#fff;
	background: rgba(255,255,255,.5);
}
@media only screen and (max-width: 770px) {
.headcont h1{
	font-size: 18px;
}
.headcont p{
	font-size: 11px;
}
.whyleft h1{
	font-size: 25px;
}
.divi{width: 60px;
margin-left: 0px;
}
.prepar{
	font-size: 20px;
}
.cdiv{
	width: 40px;
}
}