
/** service-section **/

.service-section{
  position: relative;
  padding: 125px 0px 90px 0px;
}

.service-section .upper-box{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.service-section .upper-box h2 {
  display: block;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 38px;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  padding: 9px 0px 12px 120px;
  margin-bottom: 40px;
}

.service-block-one .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
  content: '';
  background: #f3f3f9;
  width: 85px;
  height: 85px;
  line-height: 95px;
  font-size: 40px;
  color: #3f3c3c;
  z-index: 1;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .icon-box{
  color: #fff;
}

.service-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scale(0,0);
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .icon-box:before{
  transform: scale(1,1);
}

.service-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 6px;
}

.service-block-one .inner-box h3 a{
  display: inline-block;
}

.service-block-one .inner-box h3 a:hover{
  text-decoration: underline;
}

.service-block-one .inner-box p{
  font-size: 14px;
}

.service-style-two{
  position: relative;
  padding: 0px 0px 50px 0px;
  border-bottom: 1px solid #d9d9d9;
}

.service-block-two .inner-box{
  position: relative;
  display: block;
}

.service-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-two .inner-box .image-box img{
  width: 100;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover .image-box img{
  transform: scale(1.05);
  opacity: 0.2;
}

.service-block-two .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 39px;
}

.service-block-two .inner-box .lower-content h2{
  display: block;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 14px;
}

.service-block-two .inner-box .lower-content h2 a{
  display: inline-block;
  color: #000;
}

.service-block-two .inner-box .lower-content h2 a:hover{

}

.service-block-two .inner-box .lower-content p{
  font-size: 15px;
  margin-bottom: 45px;
}

.service-block-two .inner-box .lower-content .theme-btn{
  border: 1px solid #999999;
  font-size: 14px;
  color: #000 !important;
  padding: 16.5px 48px;
}

.service-block-two .inner-box .lower-content .theme-btn:hover{
  color: #fff !important;
}

.service-block-two .inner-box{
  margin-bottom: 100px;
}

.service-style-two .service-block{
  padding: 0px 50px;
}

.service-style-two .inner-container{
  margin: 0px -35px;
}

.service-style-two .logo-shape{
  position: absolute;
  width: 910px;
  height: 870px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}