


/** service-style-two **/

.service-style-two{
  position: relative;
  overflow: hidden;
  padding: 70px 0px;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 30px;
  min-height: 535px;
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
}

.service-block-one .inner-box .image-box:before{
  position: absolute;
  background: #fff;
  width: 100%;
  height: 31px;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.service-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-one .inner-box .image-box .image img{
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box .image img{
  transform: scale(1.05);
}

.service-block-one .inner-box .image-box .icon-box{
  position: absolute;
  bottom: -10px;
  right: 30px;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
  z-index: 2;
}

.service-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  padding: 14px 22px 32px 22px;
}

.service-block-one .inner-box .lower-content h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 11px;
}

.service-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: var(--thm-primary);
}

.service-block-one .inner-box .lower-content h3 a:hover{

}

.service-block-one .inner-box .lower-content p{
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 23px;
}

.service-block-one .inner-box .lower-content .theme_btn{
  background: transparent;
  padding: 8px 15px;
  border-radius: 5px;
  color: var(--thm-base);
  font-size: 16px;
  cursor: pointer;
  border: 1px solid var(--thm-base);
  transition: 0.4s ease-in;
}

.service-block-one .inner-box .lower-content .theme_btn:hover{
  color: white !important;
  background-color: var(--thm-base);
}

.service-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}



/** sevice-area **/

.sevice-area{
  position: relative;
  overflow: hidden;
}

.sevice-area .bg-layer::before{
  position: absolute;
  content: '';
  background-color: #F7F7F7;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.97;
}

.sevice-area .single-item{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
}

.sevice-area .single-item .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.sevice-area .single-item .image-box img{
  width: 100%;
}

.sevice-area .single-item .image-box::before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, #000000 100%);
}

.sevice-area .single-item h4{
  position: absolute;
  left: 0px;
  bottom: 9px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  z-index: 2;
}

.sevice-area .single-item h4 a{
  display: inline-block;
  color: #fff;
}

.sevice-area .single-item h4 a:hover{
  text-decoration: underline;
}



/** responsive-css **/

@media only screen and (max-width: 1200px){
  .service-style-three{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 991px){
  .service-section .tab-btns .tab-btn{
    width: 50%;
    border-radius: 0px !important;
  }

  .service-section .tab-btns{
    border-radius: 20px;
    overflow: hidden;
  }

  .service-section .tab-btns .tab-btn:after,
  .service-section .tab-btns .tab-btn:before{
    display: none;
  }

  .service-section .content-box{
    margin-bottom: 40px;
  }

  .service-style-four .image-box{
    margin-left: 0px;
    margin-top: 40px;
  }

  .rtl .service-style-four .image-box{
    margin-right: 0px;
  }

  .service-style-four .tabs-box{
    padding-right: 0px;
  }

  .service-style-four .tab-btn-box{
    position: relative;
    width: 100%;
  }

  .service-style-four .tab-btn-box .tab-btns .tab-btn{
    display: block;
    width: 100%;
    height: auto;
    transform: rotate(0deg);
    writing-mode: inherit;
    padding: 15px 30px;
    border-bottom: none;
    border-top: solid;
    border-width: 5px;
    text-align: center;
    border-color: #44C741;
    margin-bottom: 15px;;
  }
}

@media only screen and (max-width: 767px){
  .service-section.pt_120{
    padding-top: 70px;
  }

  .service-section .tabs-content{
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-style-two,
  .service-style-three{
    padding: 70px 0px 40px 0px;
  }

  .sevice-area{
    padding: 70px 0px 40px 0px;
  }

  .service-style-four .tabs-content{
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-style-four .inner-container{
    padding: 70px 0px;
  }

  .service-style-four .content-box .list-style-one li{
    float: none;
    width: 100%;
  }

  .service-style-five{
    padding: 70px 0px 30px 0px;
  }

  .service-section.pb_120{
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 599px){
  .service-section .tab-btns .tab-btn,
  .service-section .content-box .list-style-one li{
    width: 100%;
  }

  .service-section .image-box{
    padding: 0px;
  }

  .service-section .image-box .image-2{
    position: relative;
    margin-top: 30px;
  }

  .service-section .content-box h2{
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 499px){

}