/* ==============================
       5. Our Services styles
       ============================== */
.section-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
.section-title h2 {
  position: relative;
  text-transform: capitalize;
}
.section-title h3 {
  position: relative;
  font-size: 24px;
  text-transform: capitalize;
}
.section-title h4 {
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
}
.section-title:before {
  content: "";
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d3d4d7;
}


.section-title.center:after {
  left: 50%;
  margin-left: -25px;
}



.inner-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.inner-title:before {
  content: "";
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eaeaea;
}

.inner-title:after {
  content: "";
  position: absolute;
  top: 38px;
  left: 0;
  width: 50px;
  height: 1px;
  background: #ffa500;
}
.inner-title h4 {
  font-size: 20px;
}

.our-services {
  padding: 70px 0 15px;
}
.our-services.style-2 {
}

.our-services .separet {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 40px;
  top: -10px;
}

.our-services .caption-box-wrapper {
  border-top: 1px solid #F4F4F4;
  margin-top: 35px;
}
.our-services .single-our-service {
  margin-bottom: 56px;
}

.our-services .single-our-service h4 {
  margin-top: 17px;
  margin-bottom: 11px;
  color: #222;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  transition: .5s ease;
}
.our-services .single-our-service:hover h4 {
  color: #ffa500;
  transition: .5s ease;

}
.our-services .single-our-service .img-box {
  position: relative;
  max-width: 370px;
}
.our-services .single-our-service .text-box {
  border: 1px solid #f1f1f1;
  border-top: 0px;
  padding: 5px 20px 30px;
}

.our-services .single-our-service-caption-box {
  padding-top: 40px;
}
.our-services .single-our-service-caption-box .img-box,
.our-services .single-our-service-caption-box .content-box {
  display: table-cell;
  vertical-align: middle;
}
.our-services .single-our-service-caption-box .img-box {
  width: 120px;
}
.our-services .single-our-service-caption-box .content-box {
  padding-left: 20px;
}
.our-services.service-page .has-divider {
  border-top: 1px solid #F4F4F4;
  margin-top: 60px;
  padding-top: 60px;
}
.our-services .single-our-service .img-box {
  overflow: hidden;
}
.our-services .single-our-service .img-box img {
  transform: scale(1);
  transition: .5s ease-in-out;
}
.our-services .single-our-service:hover .img-box img {
  transform: scale(1.1);
  transition: .5s ease-in-out;
}

.our-services .single-our-service .img-box a {
  position: relative;
  display: block;
}

.our-services .single-our-service .img-box a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(72, 199, 236, 0.9);
  left: 0;
  top: 0;
  transform: scale(0,1);
  transition: .5s ease;
}

.our-services .single-our-service:hover .img-box a:after {
  transform: scale(1,1);
  transition: .5s ease;
}

.our-services .single-our-service .thm-btn {
  background: transparent;
  color: #ffa500;
  border-color: #848484;
}
.our-services .single-our-service .thm-btn:hover {
  background: #ffa500;
  color: #fff;
  border-color: #ffa500;
}
/***

====================================================================
    service Section style
====================================================================

***/
.default-overlay-outer{
  position:absolute;
  display:block;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  padding:10px;
  transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
  -moz-transition:all 700ms ease;
}

.default-overlay-outer .inner{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:table;
  vertical-align:middle;
  text-align:center;
}

.default-overlay-outer .inner .content-layer{
  position:relative;
  display:table-cell;
  vertical-align:middle;
  color:#ffffff;
}

.thm-btn {
  position: relative;
  background: #ffa500;
  font-size: 14px;
  line-height: 46px;
  font-weight: 600;
  color: #ffffff;
  border: 2px solid #ffa500;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  padding: 0 38px;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn:hover {
  background: transparent;
  color: #ffa500;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn2 {
  position: relative;
  background: transparent;
  font-size: 14px;
  line-height: 46px;
  font-weight: 600;
  color: #ffa500;
  border: 2px solid #f4f4f4;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  padding: 0 38px;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn2:hover {
  background: #ffa500;
  border-color: #ffa500;
  color: #fff;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
a , a:hover{text-underline: none;
  text-decoration: none;}

.thm-btn-tr {
  position: relative;
  background: transparent;
  font-size: 14px;
  line-height: 46px;
  font-weight: 600;
  color: #ffffff;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  padding: 0 38px;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn-tr:hover {
  background: #ffa500;
  border-color: #ffa500;
  color: #fff;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.service {
  position: relative;
}

.service .item {
  padding: 4px;
  margin-bottom: 5px;
  border: 1px solid #f4f4f4;
}

.service.style-2 .column{
  margin-bottom: 50px;
}

.service .item:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 98%;
  left: 10%;
  right: 10%;
  height: 15px;
  width: 80%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  z-index: 9;
}
.service .item:hover:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateY(5px);
}

.service .item .img-box {
  position: relative;
  overflow: hidden;
}

.service .item .img-box img {
  width: 100%;
}
.service .item .default-overlay-outer{
  opacity:0;
  top:-100%;
  background: rgba(36, 62, 145, 0.7);
}

.service .item:hover .default-overlay-outer{
  top:0;
  opacity:1;
}

.service .item .thm-btn {
  padding: 0 25px;
  line-height: 34px;
}

.service .owl-carousel .owl-stage-outer {
  padding-bottom: 50px;
}




.service .content {padding: 12px 5px;}

.service .content h5 {color: #ffa500;
  font-size: 14px;}

.service .content h4 {padding: 12px 0;
  font-size: 20px;
  color: #1d3d8a;
}

.service .content p {

}



.service .owl-theme .owl-nav {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 100%;
  right: 0;
  margin: 0;
  margin-bottom: 65px;
}

.service .owl-theme .owl-nav [class*=owl-] {
  color: #202f35;
  font-size: 20px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  height: 40px;
  width: 18px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  margin-left: 1px;
  display: inline-block;
  transition: color .3s ease;
}

.service .owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffa500;
  transition: .5s ease;
}


/**************************
 service-style3 styles
***************************/


.service-style3 {
  position: relative;
  background: #f7f7f7;
}


.service-style3 .bottom-content .icon_box {
  position: relative;
  margin-right: 15px;
  color: #222;
  padding-bottom: 27px;
  margin-bottom: 18px;
}
.service-style3 .bottom-content .icon_box:after {
  content: "";
  position: absolute;
  top: 86px;
  left: 0;
  width: 60px;
  height: 1px;
  background: #eaeaea;
}
.service-style3 .bottom-content .icon_box:after {
  content: "";
  position: absolute;
  top: 86px;
  left: 0;
  width: 60px;
  height: 1px;
  background: #eaeaea;
}
.service-style3 .overlay-box .title:after {
  content: "";
  position: absolute;
  top: 45px;
  left: 0;
  width: 60px;
  height: 1px;
  background: #eaeaea;
}

.service-style3 .bottom-content .icon_box span {
  font-size: 55px;
  color: #ffa500;
}
.service-style3 .bottom-content h4 {
  float: left;
  margin-top: 13px;
  color: #222;
  transition: .5s ease-in-out;
  font-size: 20px;
}

.service-style3 .bottom-content p {
  color: #ffa500;
}
.service-style3 .overlay-box p {
  position: relative;
  color: #ffa500;
  margin-bottom: 45px;
}
.service-style3 .item {
  position: relative;
  background: #fff;
}
.service-style3 .item:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 98%;
  left: 10%;
  right: 10%;
  height: 15px;
  width: 80%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  z-index: 9;
}
.service-style3 .item:hover:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateY(5px);
}





.service-style3 .overlay-box {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 0%;
  left: 0;
  border: 1px solid #ffa500;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  top: 0px;
  transition: .3s ease-out;
  background: rgba(255, 255, 255, 0.9);
}
.service-style3 .item {
  margin-bottom: 50px;
}
.service-style3 .item:hover .overlay-box {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  transition: .5s ease-in-out;
  height: 100%;
}

.service-style3 .overlay-box .inner-box {
  position: relative;
  padding: 20px 30px 0px;
}
.service-style3 .overlay-box .icon_box {
  margin-right: 15px;
  color: #fff;
  position: absolute;
  right: -20px;
  top: 0;
}
.service-style3 .overlay-box .icon_box span {
  font-size: 176px;
  color: #f7f7f7;
}


.service-style3 .overlay-box h4 {
  margin-top: 13px;
  position: relative;
  margin-bottom: 8px;
  color: #222;
  transition: .5s ease-in-out;
}


.service-style3 .overlay-box .text {
  color: #fff;
  margin: 20px 0;
  position: relative;
}

.service-style3 .overlay-box .text p {color: #848484;}



.service-style3 .bottom-content {
  position: relative;
  padding: 32px 30px;
  transition: .5s ease;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}
.service-style3 .item:hover .bottom-content {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  transition: .5s ease;
}


.service-style3 .owl-theme .owl-nav {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 100%;
  right: 0;
  margin: 0;
  margin-bottom: 65px;
}

.service-style3 .owl-theme .owl-nav [class*=owl-] {
  color: #202f35;
  font-size: 20px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  height: 40px;
  width: 18px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  margin-left: 1px;
  display: inline-block;
  transition: color .3s ease;
}

.service-style3 .owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffa500;
  transition: .5s ease;
}

/*service single*/


