/*How To*/

.how-to-area {
  background: rgba(0, 0, 0, 0) url("../images/how-work-bg.jpg") repeat scroll right center / contain;
  padding: 55px 0 38px;
  position: relative;
}

.how-to-banner {
  background-image: url("../images/how-we-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 47.65%;
}

.how-to-content {
  overflow: hidden;
}

.how-to-content .section-title {
  text-align: left;
}

.how-to-content .section-title h3 {
  color: #fff;
}

.how-to-box {
  display: block;
  overflow: hidden;
  margin: 0 0 0px;
}

.how-to-box .content {
  overflow: hidden;
  padding-left: ;
}

.how-to-box .content .name {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 25px;
  margin: 0 0 3px;
}

.how-to-box .content .text {
  color: #fff;
  line-height: 24px;
}

/*Counter*/

.counter-area {
  background: rgba(0, 0, 0, 0) url("../images/parallax.jpg") no-repeat fixed 0 0 / cover;
  padding: 95px 0 65px;
}

.counter-area::before {
  opacity: 0.8;
}

.counter-area .section-title {}

.counter-area .section-title h2 {
  color: #fff;
}

.all-counter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.counter-box {
  -webkit-flex: 1 1 25%;
  -moz-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  -o-flex: 1 1 25%;
  flex: 1 1 25%;
  margin: 0 0 30px;
  text-align: center;
  position: relative;
}

.counter-box::after {
  background: #91908d none repeat scroll 0 0;
  content: "";
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

.counter-box:last-child::after {
  display: none;
}

.counter-box .counter {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 44px;
}

.counter-box .text {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  margin: 2px 0 0;
}

.bg-with-black {
  position: relative;
}

.bg-with-black::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

/************************** 
* 10. what we offer styles 
***************************/
.what-we-offer .single-what-we-offer {
  display: block;
  border: 1px solid #F5F5F5;
  margin-top: -20px;
  padding-bottom: 35px;
  padding-left:5px;
  margin-bottom:40px;
  z-index:2000;
}
.what-we-offer .single-what-we-offer:before {
  background: #c5b358;
}

.what-we-offer .single-what-we-offer h3 {
  color: #333333;
  margin: 0;
  font-size: 22px;
  font-weight: ;
  margin-bottom: 15px;
}
  
.what-we-offer .single-what-we-offer p {
  margin: 0;
  
}
.what-we-offer .single-what-we-offer a.read-more {
  
  line-height: 39px;
  color: #c5b358;
  font-size: 14px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  padding-left:0px;
 
}

.what-we-offer .single-what-we-offer a.read-more:hover {
  
 color:#0195fc;
 
}

.what-we-offer .single-what-we-offer ul {
  
 list-style:none;
 
}

.what-we-offer .single-what-we-offer ul li {
  
 margin-left:-40px;
 
}

.sec-title {
  margin-bottom: 40px;
}
.sec-title h2 {
  margin: 0;
  color: #333333;
  font-size: 40px;
}
.sec-title h2 span {
  font-weight: 800;
}
.sec-title .line {
  display: block;
  width: 70px;
  height: 4px;
  background: #c5b358;
  margin-bottom: 23px;
  margin-top:40px;
}
.sec-title.text-center .line {
  margin-left: auto;
  margin-right: auto;
}