/*===== default css  =====*/
html{
  scroll-behavior: smooth;
}
body{
	padding: 0;
	margin: 0;
  font-family: 'Lato', sans-serif;
}

/*=====nav section css =====*/
.sec-one{
  width: 100%;
  height: auto;
  float: left;
  background: #fff;
  padding: 50px 0px 50px 0px;

}
.sec-one h2{
  font-size: 42px;
  font-weight: bold;
  color: #cd672f;
  margin: 20px 0px 50px 0px;

}
.sec-one p{
  font-size: 28px;
}
.sec-one img{
  box-shadow: 1px 1px 10px gray;
}

.main-btn{
  margin-top: 30px;
  background: #cd672f;
  font-size: 22px;
  font-weight: bold;
  border: none;
  padding: 10px 50px 10px 50px;
  color: #fff;
  letter-spacing: 2px;
  border-radius: 7px;
  transition: 0.3s;
}
.main-btn:hover{
  box-shadow: 1px 1px 20px gray;
}
/*=====section css =====*/
.footer{
  width: 100%;
  height: auto;
  float: left;
  background: #393939;
  padding: 50px 0px 50px 0px;

}
.footer p{
  font-size: 22px;
  color: #c7c7c7;
  text-align: center;
}


/*=====section css =====*/
/*=====section css =====*/
/*=====section css =====*/
/*=====section css =====*/
/*=====section css =====*/
/*=====section css =====*/





/*=====Only Computer extra-large device=====*/
@media screen and (min-width: 768px)
{
 /*===== Start only computer css =====*/


}


/*===== Mobile, tab and medium & small device =====*/
@media screen and (max-width: 768px)
{
	/*===== start Mobile css =====*/
 .sec-one{
  width: 100%;
  height: auto;
  float: left;
  background: #fff;
  padding: 0px 0px 50px 0px;

}
.sec-one p{
  font-size: 24px;
}
.sec-one h2{
  font-size: 28px;
  font-weight: bold;
  color: #cd672f;
  margin: 40px 0px 20px 0px;

}
.main-btn{
  margin-top: 30px;
  background: #cd672f;
  font-size: 20px;
  font-weight: bold;
  border: none;
  padding: 10px 20px 10px 20px;
  color: #fff;
  letter-spacing: 2px;
  border-radius: 7px;
  transition: 0.3s;
}
.main-btn:hover{
  box-shadow: 1px 1px 20px gray;
}

}
