.bgimg {

background-image: url(../image/picnew.jpg);
background-size: 100% 100%;
background-attachment: fixed;
width: 100%;
height: 660px;

}
.headerset{

padding-top:200px;
box-sizing:border-box;

}
.headerset h2{

font-size: 42px;


}
.headerset h1{

	font-size: 62px;
	font-weight: bold;
}
/*---------------------Services*/
.ourservices {

	padding:100px 0px 60px;
	height: 2800px; 
}
.ourservices h1{
	font-size: 50px;
	font-weight: bold;
	
}
.rowsetting
{
margin: 80px 0px !important;
}
.imgsetting {
	border-radius: 50%;
	height: 100px;
	width: 100px;

}
.fa-shopping-cart
{
margin-top: 20px;
}

.ourabout h1{
	font-size: 70px;
	font-weight: bold;   
    
}
/*----------------Products*/
/*
.product {
	height: 800px;
	width: 100%;
	padding: 100px 0px;
}
*/
.product h1{
	font-size: 50px;
	font-weight: bold;

}
.card {
	margin: 40px;
}
.ourteam
{
	height: 700px;
	padding: 100px 0px 60px;
	width: 100%;
}
.ourteam h1 {
	font-size: 50px;
	font-weight: bold;
}

.teamsetting
{
	margin-top: 70px !important
}
.footer {
	height: 50px;

}
.footer h6 {
	line-height: 50px;
}

/*------------------------------------Reponsive*/
@media(min-width: 992px){

}
@media(min-width: 568px) and (max-width: 991px){

.headerset h2{

font-size: 42px;

}
.headerset h1{

	font-size: 42px;
	font-weight: bold;
}
}
@media(min-width: 575px) and (max-width: 767px){

}
@media(min-width: 480px) and (max-width: 574px){

}
@media(max-width: 479px){

.headerset h2{

font-size: 22px;


}
.headerset h1{

	font-size: 42px;
	font-weight: bold;

}
.ourservices {

	height: 1300px;
}
.prpduct{
	height: 2600px;
}
.ourteam{
	height: 1400px;
}

}

