
.service-section{
  padding: 120px 0px;
}

.service-section .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-section .bg-layer:before{
  position: absolute;
  content: '';
  background: #005DB9;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.90;
}

.service-section .upper-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-section .upper-box .text{
  max-width: 700px;
}

.service-section .upper-box .text p{
  color: var(--white-color);
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  background: var(--white-color);
  padding: 51px 40px 51px 50px;
  overflow: hidden;
  z-index: 1;
}

.service-block-one .inner-box:before{
  position: absolute;
  content: '';
  background: var(--main-color);
  width: 100%;
  height: 0px;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover:before{
  height: 100%;
}

.service-block-one .inner-box .icon-box{
  position: relative;
  display: block;
  font-size: 60px;
  margin-bottom: 22px;
  color: var(--title-color);
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .icon-box{
  color: var(--white-color);
}

.service-block-one .inner-box h3{
  display: block;
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 12px;
}

.service-block-one .inner-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.service-block-one .inner-box:hover h3 a{
  color: var(--white-color);
}

.service-block-one .inner-box h3 a:hover{
  color: var(--secondary-color);
}

.service-block-one .inner-box p{
  margin-bottom: 38px;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover p{
  color: var(--white-color);
}

.service-block-one .inner-box .link a{
  position: relative;
  display: inline-block;
  font-size: 28px;
  color: var(--title-color);
}

.service-block-one .inner-box:hover .link a{
  color: var(--white-color);
}

.service-section .slider-content{
  position: relative;
  display: block;
  margin-right: -110px;
}

.service-section .upper-box .text-box{
  max-width: 700px;
}


/** service-style-two **/

.service-style-two{
  position: relative;
}

.service-style-two .content-inner{
  position: relative;
  margin-right: -480px;
}

.service-style-two .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.service-style-two .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.service-style-two .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.service-block-two .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 55px 30px;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover{
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}

.service-block-two .inner-box:before{
  position: absolute;
  content: '';
  background: var(--secondary-color);
  width: 100%;
  height: 5px;
  left: 0px;
  bottom: 0px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover:before{
  transform: scale(1,1);
}

.service-block-two .inner-box .icon-box{
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.service-block-two .inner-box h3{
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 25px;
}

.service-block-two .inner-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.service-block-two .inner-box h3 a:hover{
  color: var(--main-color);
}

.service-block-two .inner-box p{
  margin-bottom: 25px;
}

.service-block-two .inner-box .link a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: var(--title-color);
  text-decoration: underline;
}

.service-block-two .inner-box .link a:hover{
  color: var(--main-color);
}

.service-block-two .inner-box .link a span{
  position: relative;
  padding-right: 35px;
}

.service-block-two .inner-box .link a span:before{
  position: absolute;
  content: '\e90f';
  font-family: 'icomoon';
  top: -1px;
  right: 0px;
  font-size: 14px;
  font-weight: 400;
}

.service-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: -270px;
  width: 440px;
  height: 676px;
  background-repeat: no-repeat;
  z-index: -1;
}

.service-section .inner-container{
  position: relative;
  display: block;
  margin-right: -300px;
}

.service-section .inner-container .upper-box .text p{
  color: #777;
}

.service-section .inner-container .service-block-one .inner-box{
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}

.service-section .inner-container .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.service-section .inner-container .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.service-section .inner-container .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.service-section .inner-container .slider-content{
  position: relative;
  margin-right: -500px;
}

.service-section.service-page{
  padding-top: 130px;
}































