
/** service-section **/

.service-section{
  padding: 240px 0px 140px 0px;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  padding-bottom: 158px;
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
}

.service-block-one .inner-box .image-box img{
  width: 100%;
  border-radius: 20px 20px 0px 0px;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.service-block-one .inner-box .lower-content{
  position: absolute;
  left: 50px;
  bottom: 0px;
  background: #FFFFFF;
  border: 7px solid rgba(218, 235, 251, 0.5);
  box-shadow: 0px 4px 30px rgba(205, 192, 192, 0.15);
  width: calc(100% - 100px);
  height: 316px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
  padding: 30px;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content{
  border-color: rgba(243, 169, 82, 0.4);
}

.service-block-one .inner-box .lower-content:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scale(0,0);
  border-radius: 50%;
  z-index: -1;
  background: var(--theme-color);
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content:before{
  transform: scale(1,1);
}

.service-block-one .inner-box .lower-content .icon-box{
  position: relative;
  display: block;
  font-size: 90px;
  color: var(--secondary-color);
  margin-bottom: 20px;
  transition: all 500ms ease;
}

.service-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: var(--title-color);
}

.service-block-one .inner-box .lower-content h3 a:hover{
  text-decoration: underline;
}

.service-block-one .inner-box .lower-content p{
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .icon-box,
.service-block-one .inner-box:hover .lower-content h3 a,
.service-block-one .inner-box:hover .lower-content p{
  color: #fff;
}

.service-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-section .big-text{
  position: absolute;
  left: 0px;
  top: -50px;
  width: 3000px;
  font-size: 150px;
  line-height: 160px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(189, 189, 189, 0.5);
  z-index: -1;
  -moz-animation: scroll-left 90s linear infinite;
  -webkit-animation: scroll-left 90s linear infinite;
  animation: scroll-left 90s linear infinite;
}

@-moz-keyframes scroll-left {
  0% { -moz-transform: translateX(0%); }
  100% { -moz-transform: translateX(-100%); }
}

@-webkit-keyframes scroll-left {
  0% { -webkit-transform: translateX(0%); }
  100% { -webkit-transform: translateX(-100%); }
}

.service-section.alternat-2{
  padding-top: 140px;
}


/** service-style-two **/

.service-style-two{
  position: relative;
}

.service-style-two .inner-container{
  position: relative;
  display: block;
  background: #fff;
  filter: drop-shadow(0px 4px 30px rgba(205, 192, 192, 0.25));
  padding: 40px 50px;
  border-radius: 10px;
  margin-top: -167px;
  z-index: 2;
  overflow: hidden;
}

.service-style-two .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 774px;
  height: 448px;
  background-repeat: no-repeat;
}

.service-style-two .pattern-layer .pattern-2{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 784px;
  height: 448px;
  background-repeat: no-repeat;
}

.service-block-two .inner-box{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 4px 30px rgba(205, 192, 192, 0.25);
  border-radius: 20px;
  overflow: hidden;
  padding: 77px 40px 68px 40px;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover{
  transform: translateY(-10px);
  box-shadow: 0px 10px 50px rgba(205, 192, 192, 0.40);
}

.service-block-two .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 4px 30px rgba(205, 192, 192, 0.25);
  border-radius: 20px;
  margin-bottom: 24px;
}

.service-block-two .inner-box .icon-box .count-text{
  position: absolute;
  display: inline-block;
  top: -10px;
  right: -7px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #111;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.service-block-two .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 8px;
}

.service-block-two .inner-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.service-block-two .inner-box h3 a:hover{
  color: var(--theme-color);
}

.service-section.about-page{
  background: rgba(102, 111, 119, 0.07);
  padding: 114px 0px 120px 0px;
}

.service-page-section .service-block-one .inner-box{
  margin-bottom: 30px;
}

.service-page-section{
  padding: 120px 0px 90px 0px;
}






/** RTL-CSS **/




/** RESPONSIVE-CSS **/

@media only screen and (max-width: 1599px){
  

}


@media only screen and (max-width: 1200px){



}

@media only screen and (max-width: 991px){

  .service-section.alternat-2 .service-block-one .inner-box{
    margin-bottom: 30px;
  }

  .service-block-two .inner-box{
    margin-bottom: 30px;
  }

  .service-style-two .inner-container{
    padding-bottom: 10px;
  }

  .service-block-one .inner-box{
    margin-bottom: 30px;
  }

  .service-section.about-page{
    padding-bottom: 90px;
  }

}

@media only screen and (max-width: 767px){

  .service-section{
    padding: 100px 0px 70px 0px;
  }

  .service-section .owl-nav{
    display: none;
  }

  .service-section.alternat-2{
    padding: 64px 0px 40px 0px;
  }

  .service-style-two .inner-container{
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-section.about-page{
    padding: 64px 0px 40px 0px;
  }

  .service-page-section{
    padding: 70px 0px 40px 0px;
  }

}

@media only screen and (max-width: 599px){

  .service-block-one .inner-box .lower-content{
    width: calc(100% - 30px);
    left: 15px;
  }

  .service-block-two .inner-box{
    padding-left: 30px;
    padding-right: 30px;
  }

}

@media only screen and (max-width: 499px){

  
  }

}












































