
/** service-section **/
.service-section{
  position: relative;
  padding-top: 93px;
}
.service-block-one .inner-box{
  position: relative;
  display: block;
  margin-bottom: 43px;
  margin-right: 60px;
  padding-bottom: 44px;
}
.service-section .inner-content .service-block:first-child .service-block-one .inner-box,
.service-section .inner-content .service-block:nth-child(2) .service-block-one .inner-box,
.service-section .inner-content .service-block:nth-child(3) .service-block-one .inner-box{
  border-bottom: 1px solid #dddddd;
}
.service-block-one .inner-box h4{
  margin-bottom: 24px;
}
.service-block-one .inner-box .inner{
  position: relative;
  padding-left: 100px;
}
.service-block-one .inner-box .inner .icon-box{
  position: absolute;
  left: 0px;
  top: 10px;
  font-size: 60px;
  line-height: 60px;
}

.service-block-one .inner-box .inner .icon-box:before{
  position: absolute;
  content: '';
  background: #f0f5f9;
  width: 70px;
  height: 70px;
  left: -5px;
  top: -5px;
  transform: rotate(15deg);
  transition: all 500ms ease;
}
.service-block-one .inner-box .inner .icon-box:after{
  position: absolute;
  content: '';
  background: #dee6ed;
  width: 70px;
  height: 70px;
  left: -5px;
  top: -5px;
  z-index: -1;
  opacity: 0;
  transform: rotate(0deg);
  transition: all 500ms ease;
}
.service-block-one .inner-box:hover .inner .icon-box:after{
  opacity: 1;
  transform: rotate(-15deg);
}
.service-block-one .inner-box .inner .icon-box i{
  position: relative;
  position: relative;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-block-one .inner-box .inner p{
  margin-bottom: 10px;
}
.service-block-one .inner-box .inner a{
  position: relative;
  display: inline-block;
}
.service-block-one .inner-box .inner a span{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #222;
  border-bottom: 1px solid #222;
  transition: all 500ms ease;
}
.service-block-one .inner-box .inner a i{
  position: relative;
  font-size: 12px;
  margin-right: 8px;
}



/** service-style-two **/

.service-style-two{
  position: relative;
  padding: 100px 0px 100px 0px;
}

.service-style-two .pattern-layer{
  position: absolute;
  left: 50%;
  top: 0px;
  width: 283px;
  height: 95px;
  transform: translateX(-50%);
}

.service-style-two .sec-title{
  margin-bottom: 70px;
}

.service-style-two .sec-title h2{
  margin-bottom: 15px;
}

.service-style-two .sec-title p{
  line-height: 28px;
  color: rgb(255,255,255,0.4);
}

.service-block-two .inner-box{
  position: relative;
  padding-left: 136px;
  margin-bottom: 48px;
}

.service-block-two .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 6px;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  border: 3px solid rgba(255,255,255,0.1);
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.service-block-two .inner-box .icon-box:before{
  position: absolute;
  content: '';
  width: 110px;
  height: 110px;
  left: -3px;
  top: -3px;
  right: 0px;
  transform: scale(0,0);
  opacity: 0;
  z-index: -1;
  border-radius: 50%;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover .icon-box:before{
  transform: scale(1,1);
  opacity: 1;
}

.service-block-two .inner-box h4{
  color: #fff;
  margin-bottom: 10px;
}

.service-block-two .inner-box h4 a{
  color: #fff;
}

.service-block-two .inner-box h4 a:hover{

}

.service-block-two .inner-box p{
  color: rgba(255,255,255,0.4);
  margin-bottom: 10px;
}

.service-block-two .inner-box .link a{
  position: relative;
  display: inline-block;
  padding-left: 0px;
}

.service-block-two .inner-box .link a:hover{
  padding-left: 20px;
}

.service-block-two .inner-box .link a i{
  position: absolute;
  font-size: 12px;
  color: #fff;
  left: 0px;
  top: 9px;
  opacity: 0;
  transition: all 500ms ease;
}

.service-block-two .inner-box .link a:hover i{
  opacity: 1;
}

.service-block-two .inner-box .link a span{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: rgba(255,255,255,0.4);
  border-bottom: 1px solid rgba(255,255,255,0.4);
  transition: all 500ms ease;
}

.service-block-two .inner-box .link a:hover span{

}

/** service-style-three **/

.service-style-three{
  position: relative;
  padding: 93px 0px 90px 0px;
}

.service-style-three .upper-box .title-inner{
  position: relative;
  display: block;
  max-width: 900px;
  width: 100%;
}

.service-style-three .upper-box .title-inner .sec-title{
  width: 50%;
}

.service-style-three .upper-box .title-inner .text{
  position: relative;
  padding-left: 30px;
  margin-top: 4px;
  width: 50%;
}

.service-style-three .upper-box .title-inner .text:before{
  position: absolute;
  content: '';
  background: #8db6d6;
  width: 1px;
  height: 75px;
  left: -40px;
  top: 3px;
}


.service-style-three .upper-box .btn-box{
  position: absolute;
  top: 25px;
  right: 0px;
}

.service-style-three .upper-box .btn-box .theme-btn i{
  font-size: 12px;
  margin-left: 10px;
}

.service-style-three .upper-box .btn-box .theme-btn{
  padding: 13px 38px;
}

.service-style-three .upper-box{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.service-block-three .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #f5faff;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.service-block-three .inner-box:hover{
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.service-block-three .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.service-block-three .inner-box:hover:before{
  transform: scale(1,1);
}

.service-block-three .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-three .inner-box .image-box img{
  width: 100%;
}

.service-block-three .inner-box .image-box .overlay-box-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  z-index: 1;
  transition: all 500ms ease;
}

.service-block-three .inner-box .image-box .overlay-box-2{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  z-index: 1;
  transition: all 500ms ease;
}

.service-block-three .inner-box:hover .image-box .overlay-box-1,
.service-block-three .inner-box:hover .image-box .overlay-box-2{
  width: 50%
}

.service-block-three .inner-box .image-box a{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  z-index: 1;
  opacity: 0;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.service-block-three .inner-box:hover .image-box a{
  opacity: 1;
}

.service-block-three .inner-box .lower-content{
  position: relative;
  padding: 37px 45px 38px 45px;
}

.service-block-three .inner-box .lower-content h3{
  display: block;
  margin-bottom: 3px;
}

.service-block-three .inner-box .lower-content h3 a{
  display: inline-block;
  color: #222;
}

.service-block-three .inner-box .lower-content h3 a:hover{

}

.service-block-three .inner-box .lower-content p{
  margin-bottom: 29px;
}

.service-block-three .inner-box .lower-content .link{
  position: relative;
  display: block;
  padding-top: 16px;
}

.service-block-three .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
}

.service-block-three .inner-box .lower-content .link a span{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #222;
  border-bottom: 1px solid #222;
  transition: all 500ms ease;
}

.service-block-three .inner-box .lower-content .link a:hover span{

}

.service-block-three .inner-box .lower-content .link a i{
  font-size: 12px;
  margin-right: 10px;
}

.service-style-three .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  padding-top: 15px;
}

.service-style-three .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  background: #dddddd;
  width: 20px;
  height: 4px;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.service-style-three .owl-theme .owl-dots .owl-dot.active span,
.service-style-three .owl-theme .owl-dots .owl-dot span:hover{
  background: #180c54;
}











/** service-style-four **/

.service-style-four{
  position: relative;
  padding: 104px 0px 50px 0px;
}

.service-block-four .inner-box{
  position: relative;
  display: block;
  margin-bottom: 54px;
}

.service-block-four .inner-box .icon-box{
  position: relative;
  display: inline-block;
  margin-bottom: 29px !important;
  transition: all 500ms ease;
}

.service-block-four .inner-box:hover .icon-box{
  transform: rotateY(360deg);
}

.service-block-four .inner-box h4{
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.service-block-four .inner-box h4 a:hover{

}

.service-block-four .inner-box p{
  margin-bottom: 20px;
}

.service-block-four .inner-box .link a{
  position: relative;
  display: inline-block;
}

.service-block-four .inner-box .link a i{
  position: relative;
  font-size: 12px;
  margin-right: 8px;
}

.service-block-four .inner-box .link a span{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #222;
  border-bottom: 1px solid #222;
  transition: all 500ms ease;
}

.service-block-four .inner-box .link a:hover span{

}

.service-style-four .sec-title-two{
  margin-bottom: 57px;
}

.service-style-four .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 612px;
  height: 497px;
  background-repeat: no-repeat;
}
