/** service-section **/

.service-section{
  position: relative;
  padding: 110px 0px 120px 0px;
}

.service-section .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 570px;
}

.service-section .title-inner .sec-title,
.service-section .title-inner .text{
  position: relative;
  width: 50%;
}

.service-section .title-inner .text{
  padding-left: 100px;
  margin-top: 26px;
}

.service-section .title-inner .text p{
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
}

.service-section .title-inner .sec-title{
  margin-bottom: 0px;
}

.service-section .title-inner{
  position: relative;
  margin-bottom: 54px;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #151515;
}

.service-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img{
  opacity: 0.7;
  transform: scale(1.1);
}

.service-block-one .inner-box .lower-content{
  position: relative;
  margin: 0px 15px;
}

.service-block-one .inner-box .lower-content .inner{
  position: relative;
  background: #fff;
  margin-top: -20px;
  border: 1px solid #dfdfdf;
  z-index: 1;
}

.service-block-one .inner-box .lower-content .inner:before{
  position: absolute;
  content: '';
  background: #f6f6f6;
  width: 100%;
  height: 0%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .inner:before{
  height: 100%;
  top: 0px;
}

.service-block-one .inner-box .lower-content .inner .text{
  position: relative;
  padding: 43px 30px 31px 30px;
}

.service-block-one .inner-box .lower-content .inner .category-box{
  position: absolute;
  left: 0px;
  top: -21px;
  width: 100%;
  text-align: center;
}

.service-block-one .inner-box .lower-content .inner .category-box span{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 28.5px;
  letter-spacing: 1px;
}

.service-block-one .inner-box .lower-content .inner .category-box .category{
  position: relative;
  display: inline-block;
}

.service-block-one .inner-box .lower-content .inner .category-box .category .shape{
  position: absolute;
  width: 10px;
  height: 19px;
}

.service-block-one .inner-box .lower-content .inner .category-box .category .shape-1{
  left: -10px;
  top: 0px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0px 0px);
}

.service-block-one .inner-box .lower-content .inner .category-box .category .shape-2{
  left: -10px;
  bottom: 0px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0px 0px);
}

.service-block-one .inner-box .lower-content .inner .category-box .category .shape-3{
  right: -10px;
  top: 0px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0px 0px);
}

.service-block-one .inner-box .lower-content .inner .category-box .category .shape-4{
  right: -10px;
  bottom: 0px;
  clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0px 0px);
}

.service-block-one .inner-box .lower-content .inner h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.service-block-one .inner-box .lower-content .inner h3 a{
  display: inline-block;
  color: #1c1c1c;
}
.service-block-one .inner-box .lower-content .inner p{
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}

.service-block-one .inner-box .lower-content .inner .link{
  position: relative;
  display: block;
  background: #f6f6f6;
  padding: 9px 30px 8px 30px;
}

.service-block-one .inner-box .lower-content .inner .link a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #868686;
  font-weight: 700;
  text-transform: uppercase;
}

.service-block-one .inner-box .lower-content .inner .link a i{
  font-size: 12px;
  margin-right: 10px;
  font-weight: 700;
}


.service-section .chat-box{
  position: relative;
  display: block;
  margin-top: 63px;
}

.service-page-section{
  position: relative;
  padding: 120px 0px 90px 0px;
}

.service-page-section .service-block-one .inner-box{
  margin-bottom: 30px;
}