/* font links*/
@font-face {
  font-family: poppins-regular;
  src:url(../fonts/poppins/Poppins-Regular.ttf)
}
@font-face {
  font-family: poppins-semibold;
  src:url(../fonts/poppins/Poppins-SemiBold.ttf)
}
@font-face {
  font-family: poppins-medium;
  src:url(../fonts/poppins/Poppins-Medium.ttf)
}
@font-face {
  font-family: opensans-regular;
  src:url(../fonts/open_sans/OpenSans-Regular.ttf)
}
@font-face {
  font-family: opensans-semibold;
  src:url(../fonts/open_sans/OpenSans-SemiBold.ttf)
}
@font-face {
  font-family: opensans-bold;
  src:url(../fonts/open_sans/OpenSans-Bold.ttf)
}
@font-face {
  font-family: basicsanssf-bold;
  src:url(../fonts/basic-sans-sf/basicsanssfbold.ttf)
}
/* common start */
body{
  font-family: opensans-regular;
  font-weight: 400;
  font-size: 18px;
  color: #646464;
}
/* common end */
/* header start */
header{
  padding: 20px 0;
}
.c_nav{}
.logo{
  width: 151px;
  height: 47px;
}
.menu{}
.menu ul li a{
  color: #111111;
  font-size: 16px;
  font-family: opensans-semibold;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 20px !important;
  transition: .4s ease;
}
.menu ul li a:hover{
  color: #CAA892;
}
.navt:focus{
  box-shadow: none;
}
.btn_c{
  font-family: opensans-semibold;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #ffffff;
  background-color: #37806B;
  border-radius: 15px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  transition: .4s ease;
}
.btn_c:hover{
  background-color: #CAA892;
  color: #ffffff;
}
.btn_s{
  background-color: #CAA892 !important;
  width: 97px;
  height: 32px;
  text-transform: capitalize !important;
}
/* header end */
/* banner start */
.banner{
  padding: 100px 0 150px;
}
.b_text{
}
.b_p1{
  color: #646464;
  font-size: 20px;
  font-family: opensans-semibold;
  font-weight: 600;
}
.b_text h1{
  color: #212121;
  font-size: 55px;
  font-family: poppins-semibold;
  font-weight: 600;
  line-height: 78px;
  padding: 12px 0 23px;
}
.b_text h1 span{
  color: #21B573;
}
.b_p2{
  line-height: 30px;
}
.btn_con{
  margin-top: 45px;
  width: 140px;
  height: 40px;
}
.b_img{
  position: relative;
}
.img-brdr{
	border: 2px solid #CAA892;
	border-radius: 100px 0;
  text-align: center;
}
.cntnt-img{
	position: absolute;
	top: -7%;
	left: -7%;
	background: url(../images/banner-bac.png)
	no-repeat center center;
	background-size: cover;
	border-radius: 100px 0;
  text-align: center;
}
.cmn-h-w{
  width: 450px;
  height: 500px;
}
/* banner end */
/* service start */
.service{
  padding: 0 0 150px;
}
.sv_item{
}
.sv_item p{
  font-size: 20px;
  font-family: poppins-semibold;
  font-weight: 600;
  text-transform: uppercase;
}
.sv_item h1{
  padding: 17px 0 0;
  color: #212121;
  font-size: 48px;
  font-family: poppins-medium;
  font-weight: 500;
  text-transform: capitalize;
}
.sv_item img{
}
.sv_item2{
  margin: 40px 20px;
  padding: 20px;
  border-radius: 60px 0px;
  background: #FFF;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.14);
  transition: .4s ease;
}
.sv_item2:last-child{
  margin-bottom: 20px;
}
.sv_item2:hover{
  background-color: #CAA892;
  color: #ffffff;
}
.sv_item2:hover .sv_text p,
.sv_item2:hover .sv_text h2{
  color: #ffffff;
}
.btn_sv{
  float: right;
}
.btn_p,.btn_n{
  margin: 0 5px;
  background-color: #37806B;
  color: #ffffff;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.14);
  border-radius: 100%;
  border: 0;
  transition: .4s ease;
}
.btn_n{
  margin-right: 20px;
}
.btn_p:hover,
.btn_n:hover{
  background-color: #CAA892;
}
.sv_img{
}
.sv_img img{
  width: 40px;
  height: 40px;
}
.logo{
  fill:#000000;
}
.sv_text{
}
.sv_text h2{
  color: #212121;
  font-size: 23px;
  font-family: opensans-bold;
  font-weight: 700;
  transition: .4s ease;
}
.sv_text p{
  padding-top: 10px;
  line-height: 28px;
  letter-spacing: -0.18px;
}
/* service end */
/* about start */
.about{
  padding: 0 0 150px;
}
.a_img{
  position: relative;
}
.img-brdr2{
	border: 2px solid #CAA892;
	border-radius: 100px 0;
	text-align: center;
}
.cntnt-img2{
	position: absolute;
	top: 7%;
	left: 7%;
	background: url(../images/a.jpg)
	no-repeat center center;
	background-size: cover;
	border-radius: 100px 0;
	text-align: center;
}
.a_w{
  width: 500px;
  height: 600px;
}
.a_text{
}
.a_text h2{
  font-size: 20px;
  font-family: poppins-medium;
  font-weight: 500;
  text-transform: uppercase;
}
.a_text h1{
  color: #212121;
  font-size: 35px;
  font-family: poppins-medium;
  font-weight: 500;
  text-transform: capitalize;
  padding: 6px 0 20px;
}
.a_text p{
  font-family: opensans-regular;
  font-weight: 400;
  line-height: 30px;
}
/* about end */

/* year start */
.year{
  padding-bottom: 150px;
}
.year_text{}
.y_img{
}
.y_img img{
  padding: 20px 0;
}
.y_text{}
.y_text h1 ,.y_text h2 ,.y_text h3{
  color: #212121;
  font-family: poppins-medium;
  font-size: 34px;
  font-weight: 500;
  line-height: 55px;
  letter-spacing: 2px;
}
.y_img1{
  position: relative;
}
.img-brdr3{
  border: 2px solid #CAA892;
	border-radius: 100px 0;
	text-align: center;
}
.cntnt-img3{
  position: absolute;
	top: -7%;
	left: -7%;
	background: url(../images/y.jpg)
	no-repeat center center;
	background-size: cover;
	border-radius: 100px 0;
	text-align: center;
}
.y_w{
  width: 500px;
  height: 600px;
}
/* year end */

/* work start */
.work{
  padding: 50px 0 100px;
  background: #F8F8F8;
}
.w_tittle{}
.w_tittle h1{
  color: #212121;
  text-align: center;
  font-family: poppins-medium;
  font-size: 35px;
  font-weight: 500;
  line-height: 60px;
  text-transform: capitalize;
}
.w_tittle h2{
  color: #212121;
  text-align: center;
  font-family: poppins-medium;
  font-size: 35px;
  font-weight: 500;
  line-height: 60px;
  text-transform: capitalize;
  }
.achv_p{
  padding: 30px 0 0;
}
.lin {
	  margin: 50px 10px 0 -22px;
}

.achv-s-itm{
	padding: 47px 0;
	background: #fff;
	border-radius: 30px 0;
	box-shadow: 0px 13px 16px 0px rgba(0, 0, 0, 0.10);
}

.achv-dwn{
	margin-top: 80px;
}

.achv-s-itm h2{
	font-family: opensans-bold;
	font-size: 50px;
	font-weight: 700;
  color: #212121;
}
.achv-s-itm p{
	font-family: opensans-semibold;
	font-size: 18px;
	font-weight: 600;
  color: #212121;
}

/* work end */

/* testimonial start */
.testimonial{
  padding-bottom: 150px;
}
.t_tittle{}
.t_tittle p{
  color: #646464;
  font-family: poppins-medium;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 0;
  text-transform: uppercase;
}
.t_tittle h1{
  color: #212121;
  font-family: Poppins-medium;
  font-size: 48px;
  font-weight: 500;
  text-transform: capitalize;
}

/* testimonial end */
/* news start */
.news{
  padding-bottom: 150px;
  background-color: #F8F8F8;
}
.n_img{
  margin-top: 80px;
  position: relative;
}
.img-brdr4 ,.img-brdr5{
  border: 2px solid #CAA892;
	border-radius: 100px 0;
	text-align: center;
}
.cntnt-img4 ,.cntnt-img5{
  position: absolute;
	top: -7%;
	left: -7%;
	background: url(../images/n1.jpg)
	no-repeat center center;
	background-size: cover;
	border-radius: 100px 0;
	text-align: center;
}
.cntnt-img5{
	background: url(../images/n2.jpg)
}
.n_w{
  width: 400px ;
  height: 400px;
}
.n_text{}
.n_text h2{
  color: #212121;
  font-family: opensans-semibold;
  font-size: 30px;
  font-weight: 600;
  line-height: 28px;
  padding: 30px 0 20px;
  text-transform: capitalize;
}
.n_text p{
  font-family: opensans-regular;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.btn_w{
  width: 205px;
}
/* news end */
/* sign up start */
.sign{
  padding-top: 50px;
  padding-bottom: 150px;
}
.s_text{}
.s_text h1{
  color: #212121;
  font-family: Poppins-medium;
  font-size: 48px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 3.84px;
}
.s_text hr{
  margin: 40px 215px;
  border: 1px solid;
}
.s_text p {
  padding: 0 130px 30px;
}
.s_input:focus{
  box-shadow: none;
  background-color: #eeeeee;
}
.s_form{}
.s_input{
  background-color: #eeeeee;
  border: 0;
  border-radius: 0;
  border-top-left-radius: 15px;
  height: 40px;
}
.s_submit{
  margin: 0 -20px;
  padding: 0 0;
  border-top-left-radius: 0;
}
/* sign up end */
/* footer start */
.footer{
  background-color: #F8F8F8;
}

.footer_top{
  padding: 100px 0;
}
.f_1{}
.f_1 img{
  width: 151px;
  height: 47px;
}
.f_1 p{
  padding: 20px 0;
}
.f_2{}
.f_2 p{
  color: #212121;
  font-family: Opensans-semibold;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  text-transform: capitalize;
}
.f_2 p a{
  font-family: opensans-regular;
  font-weight: 400;
  font-size: 18px;
  color: #646464;
  text-decoration: none;
  text-transform: capitalize;
  transition: .4s ease;
}
.f_2 p a:hover{
  color: #CAA892;
}
/* footer bottom */
.footer_bottom{
  padding: 20px 0;
  border-top: 1px solid #C4C4C4;
}
.f_3{
  font-size: 16px;
}
.f_3 p{}
.f_3 p a{
  color: #646464;
  text-decoration: none;transition: .4s ease;
}
.f_3 p a:hover{
  color: #CAA892;
}

.f_i{
  margin: 0 0 0 70px;
  font-size: 16px;
}
.f_i ul{}
.f_i ul li a{}
.f_i ul li a i{
  background-color: #37806B;
  color: #ffffff;
  padding: 6px;
  border-radius: 100%;
  transition: .4s ease;
}
.f_i ul li a i:hover{
  background-color: #CAA892;
}
/* footer end */
#btn-back-to-top {
  background-color: #37806B;
  color: #ffffff;
  position: fixed;
  font-size: 15px;
  bottom: 10px;
  right: 10px;
  display: none;
}
#btn-back-to-top:hover{
  background-color: #CAA892;
}
