
.thm-container {
  max-width: 1170px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top:20px;
}



.sec-title.text-center h2:after {
  margin-left: auto;
  margin-right: auto;
}
.sec-title h2 {
  margin-top: -9px;
}
.sec-title h2:after {
  content: '';
  width: 50px;
  height: 3px;
  background: #FF7B52;
  display: block;
  margin-top: 13px;
}
.sec-title h2 span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  text-transform: capitalize;
}

.list-item li:before {
  content: '\f0a9';
  font-family: 'FontAwesome';
  color: #F0683E;
  margin-right: 10px;
}
.img-cap-effect:hover .img-box .img-caption {
  top: 0;
}
.img-cap-effect:hover .img-box .img-caption:before {
  bottom: 15px;
  opacity: 1;
}
.img-cap-effect:hover .img-box .img-caption .box-holder ul {
  transform: scale(1);
}
.img-cap-effect .img-box {
  position: relative;
  overflow: hidden;
}
.img-cap-effect .img-box .img-caption {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(240, 104, 62, 0.6);
  text-align: center;
  transition: all 0.5s ease;
}
.img-cap-effect .img-box .img-caption:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 100%;
  opacity: 0;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-right: 0;
  transition: all .5s ease .5s;
}
.img-cap-effect .img-box .img-caption .box-holder {
  width: 100%;
  height: 100%;
  display: table;
}
.img-cap-effect .img-box .img-caption .box-holder ul {
  transform: scale(0);
  display: table-cell;
  vertical-align: middle;
  transition: all .5s ease 1s;
}
.img-cap-effect .img-box .img-caption .box-holder ul li {
  display: inline-block;
}
.img-cap-effect .img-box .img-caption .box-holder ul li a {
  display: block;
  width: 30px;
  height: 30px;
  background: #13314c;
  font-size: 13px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
}





   
   
   .service_wrp{
	   padding:50px 0px;
   }
   .auto_title h2{
	   font-size:30px;
	   font-weight: bold;
    color: #000000;
    
   }
   .auto_title h4{
	    padding:18px 0px;
   }

.services-section {
  background: #EFF1F6;
 
}
.services-section .read-more-wrapper .more-btn {
  color: #262B3C;
  font-size: 16px;
  font-weight: 800;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  transition: all .3s ease;
}
.services-section .read-more-wrapper .more-btn:hover {
  color: #F0683E;
}
.services-section.service-page {
  padding-bottom: 0px;
}
.services-section.service-page .single-services {
  margin-bottom: 50px;
}
.with-carousel .owl-carousel {
  position: relative;
}
.with-carousel .owl-carousel .owl-nav {
  position: absolute;
  top: -46px;
  right: 0;
  margin: 0;
}
.with-carousel .owl-carousel .owl-nav [class*=owl-] {
  margin: 0;
  padding: 4px 17px;
  background-color: transparent;
  border: 1px solid #BFC3CA;
  color: #818181;
  font-size: 18px;
  border-radius: 0;
  margin-left: 10px;
  transition: all .3s ease;
}
.with-carousel .owl-carousel .owl-nav [class*=owl-]:hover {
  background: #F0683E;
  border-color: #F0683E;
  color: #fff;
}
.single-services {
  margin-bottom: 80px;
}
.single-services .img-box {
  margin-bottom: 28px;
}
.single-services .img-box:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-bottom: 0;
  border-right: 0;
}

.single-services h3 span {
  display: block;
  color: #009688;
  font-family: 'Alegreya', sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}











