
/** service-section **/


.service-block-one .inner-box:before{
	background: linear-gradient(#eb9780,#eb8265);
}

.service-block-one .inner-box h3 a:hover{
	color: #eb8265;
}

.service-block-one .inner-box .info-list li a:hover{
  color: #eb8265;
}

.service-block-one .inner-box .info-list li:before{
	background: linear-gradient(#eb9780, #eb8265);
}

.service-block-one .inner-box .info-list:before{
	background: linear-gradient(#eb9780,#eb8265);
}

.service-block-one .inner-box .link a:before{
	background: linear-gradient(#eb9780, #eb8265);
}

.gradient-color{
	background: linear-gradient(#eb9780, #eb8265) ;
}
.gradient-color{
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }


.service-section{
    position: relative;
  }
  
  .service-section .owl-carousel .owl-stage-outer{
    overflow: visible;
  }
  
  .service-section .owl-carousel .owl-stage-outer .owl-item{
    opacity: 0;
    visibility: hidden;
  }
  
  .service-section .owl-carousel .owl-stage-outer .owl-item.active{
    opacity: 1;
    visibility: visible;
  }
  
  .service-block-one .inner-box{
    position: relative;
    display: block;
    box-shadow: 0px 94px 94px 0px rgba(0, 0, 0, 0.03);
    padding: 40px 30px;
    z-index: 1;
    height: 400px;
  }
  
  .service-block-one .inner-box:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .service-block-one .inner-box:after{
    position: absolute;
    content: '';
    background: #fff;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    left: 1px;
    top: 1px;
    z-index: -1;
  }
  
  .service-block-one .inner-box:hover:before{
    opacity: 1;
  }
  
  .service-block-one .inner-box .icon-box{
    position: absolute;
    top: 40px;
    right: 30px;
    height: 40px;
    width: 40px;
  }
  
  .service-block-one .inner-box .category{
    position: relative;
    display: inline-block;
    padding: 2px 17px;
    background: #FFF9F7;
    text-align: center;
    margin-bottom: 22px;
  }
  
  .service-block-one .inner-box .category span{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
  }
  
  .service-block-one .inner-box h3{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 4px;
  }
  
  .service-block-one .inner-box h3 a{
    display: inline-block;
    color: #1F1F1F;
  }
  
  .service-block-one .inner-box .info-list{
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 22px;
    margin-bottom: 23px;
    border-bottom: 1px solid rgba(31, 31, 31, 0.10);
  }
  
  .service-block-one .inner-box .info-list:before{
    position: absolute;
    content: '';
    width: 56px;
    height: 1px;
    left: 0px;
    bottom: -1px;
    transition: all 500ms ease;
  }
  
  .service-block-one .inner-box .info-list li{
    position: relative;
    padding-left: 16px;
    margin-right: 10px;
  }
  
  .service-block-one .inner-box .info-list li:last-child{
    margin: 0px !important;
  }
  
  .service-block-one .inner-box .info-list li a{
    display: inline-block;
    font-size: 14px;
    color: var(--title-color);
  }
  
  .service-block-one .inner-box .info-list li a:hover{
  
  }
  
  .service-block-one .inner-box .info-list li:before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    left: 0px;
    top: 10px;
    border-radius: 50%;
  }
  
  .service-block-one .inner-box p{
    margin-bottom: 47px;
  }
  
  .service-block-one .inner-box .link a{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(31, 31, 31, 0.05);
    font-size: 22px;
    color: #DDDDDD;
    z-index: 1;
  }
  
  .service-block-one .inner-box .link a i{
    position: relative;
    display: inline-block;
    transform: rotate(45deg);
  }
  
  .service-block-one .inner-box .link a:hover{
    color: #fff;
  }
  
  .service-block-one .inner-box .link a:before{
    position: absolute;
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    z-index: -1;
    border-radius: 50%;
    transform: scale(0,0);
    transition: all 500ms ease;
  }
  
  .service-block-one .inner-box .link a:hover:before{
    transform: scale(1,1);
  }
  
  .service-section .dots-style-one .owl-dots{
    position: relative;
    display: block;
    text-align: center;
    margin-top: 40px;
  }
  
  .service-section.alternat-2 .service-block-one .inner-box:before{
    display: none;
  }
  
  .service-section.alternat-2 .service-block-one .inner-box{
    background: #fff;
    border: 1px solid rgba(31, 31, 31, 0.10);
    box-shadow: none;
    transition: all 500ms ease;
  }
  
  .service-section.alternat-2 .service-block-one .inner-box:hover{
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
    border-color: transparent;
  }
  
  .service-section.alternat-2 .service-block-one .inner-box p{
    margin-bottom: 0px;
  }
  
  .service-section.alternat-2 .service-block-one .inner-box .info-list li:before{
    background: #DDDDDD;
  }
  
  .service-section.alternat-2 .service-block-one .inner-box:hover .info-list:before{
    width: 100%;
  }
  
  
  .service-section.alternat-3 .service-block-one .inner-box:before,
  .service-section.alternat-3 .service-block-one .inner-box:after{
    display: none;
  }
  
  .service-section.alternat-3 .service-block-one .inner-box{
    background: #fff;
    border: 1px solid rgba(31, 31, 31, 0.10);
    transition: all 500ms ease;
  }
  
  .service-section.alternat-3 .service-block-one .inner-box:hover{
    background: #FFF9F7;
    border-color: #FFF9F7;
    box-shadow: none;
  }
  
  .service-block-one .inner-box .image-box{
    position: relative;
    display: block;
  }
  
  .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 .link{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
  }
  
  .service-block-one .inner-box .image-box .link a{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    transform: scale(0,0);
  }
  
  .service-block-one .inner-box:hover .image-box .link a{
    transform: scale(1,1);
  }
  
  .service-block-one .inner-box .image-box .link a i{
    position: relative;
    display: inline-block;
    transform: rotate(45deg);
  }
  
  
  
  
  /** rtl-css **/
  
  .rtl .service-block-one .inner-box{
    text-align: right;
  }
  
  .rtl .service-block-one .inner-box .icon-box{
    right: inherit;
    left: 30px;
  }
  
  .rtl .service-block-one .inner-box .info-list{
    justify-content: right;
  }
  
  /** responsive-css **/
  
  @media only screen and (max-width: 1200px){
  
  }
  
  @media only screen and (max-width: 991px){
  
  }
  
  @media only screen and (max-width: 767px){
    .service-section{
      padding: 70px 0px;
    }
  
    .service-section .dots-style-one .owl-dots{
      display: none;
    }
  }
  
  @media only screen and (max-width: 599px){
  
  }
  
  @media only screen and (max-width: 499px){
    
  }
  

  /* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .owl-carousel .owl-animated-in {
    z-index: 0;
  }
  .owl-carousel .owl-animated-out {
    z-index: 1;
  }
  .owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
  }
  
  @-webkit-keyframes fadeOut {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
    }
  }



  /** clients-section **/

.clients-section{
    position: relative;
  }
  
  .clients-section .owl-carousel .owl-stage{
    display: flex;
    align-items: center;
  }
  
  .clients-section .clients-logo{
    position: relative;
    display: block;
  }
  
  .clients-section .clients-logo img{
    position: relative;
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    transition: all 500ms ease;
  }
  
  .clients-section .clients-logo img:hover{
    transform: scale(1.03);
  }
  


  