
/** service-section **/

.service-section{
    position: relative;
    background-color: #F4F6F7;
}

.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-block-one .inner-box{
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 16px;
    padding: 51px 25px 58px 25px;
    transition: all .21s cubic-bezier(.25,.8,.25,1);
    margin-bottom: 30px;
}

.service-block-one .inner-box:hover{
    box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.1);
}

.service-block-one .inner-box .icon-box{
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-size: 60px;
    color: var(--title-color);
    margin-bottom: 23px;
}

.service-block-one .inner-box .icon-box .icon{
    position: relative;
    display: inline-block;
}

.service-block-one .inner-box .icon-box .icon-shape{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 150px;
    height: 150px;
    line-height: 150px;
    background-repeat: no-repeat;
    background-position: center;
}

.service-block-one .inner-box h3{
    display: block;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 14px;
}

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

.service-block-one .inner-box h3 a:hover{

}

.service-block-two{
    position: relative;
    margin-top: 55px;
}

.service-block-two .inner-box{
    position: relative;
    display: block;
    background-color: #FAF7F1;
    border-radius: 1000px 1000px 80px 80px;
    padding: 0px 25px 58px 25px;
    margin-bottom: 30px;
}

.service-block-two .inner-box .icon-box{
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-size: 60px;
    color: var(--title-color);
    margin-top: -55px;
    margin-bottom: 23px;
}

.service-block-two .inner-box .icon-box .icon{
    position: relative;
    display: inline-block;
}

.service-block-two .inner-box .icon-box .icon-shape{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 150px;
    height: 150px;
    line-height: 150px;
    background-repeat: no-repeat;
    background-position: center;
}

.service-block-two .inner-box h3{
    display: block;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 14px;
}

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

.inner-container .service-block-three{
    float: left;
    width: 20%;
}

.service-block-three .inner-box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 300px;
    background-color: #F8EFE8;
    border: 8px solid #fff;
    border-radius: 50%;
    padding: 30px;
    margin-bottom: 30px;
    transition: all .40s cubic-bezier(.25,.8,.25,1);
}

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

.service-block-three .inner-box .icon-box{
    position: relative;
    display: inline-block;
    width: 120px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 80px;
    margin-bottom: 30px;
    transition: all 500ms ease;
}

.service-block-three:hover .inner-box .icon-box{
    color: #fff;
}

.service-block-three .inner-box .icon-box .icon-shape{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.4;
    transition: all 500ms ease;
}

.service-block-three:hover .inner-box .icon-box .icon-shape{
    opacity: 0.2;
}

.service-block-three .inner-box .icon-box .icon{
    position: relative;
}

.service-block-three .inner-box h3{
    font-size: 24px;
    line-height: 30px;
    transition: all 500ms ease;
}

.service-block-three:hover .inner-box h3{
    color: #fff;
}

.service-section .inner-container{
    margin-right: 50px;
}

.service-block-four .inner-box{
    position: relative;
    display: block;
    padding: 0px 30px;
    margin-bottom: 30px;
}

.service-block-four .inner-box .icon-box{
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    background-color: #FAF7F1;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 24px;
}

.service-block-four .inner-box h3{
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
}

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

.service-section .pattern-layer-2{
    position: absolute;
    right: 0px;
    bottom: -90px;
    width: 249px;
    height: 667px;
    background-repeat: no-repeat;
}

.service-section.about-page .service-block-one .inner-box{
    background-color: transparent;
}

.service-section.about-page .service-block-one .inner-box:hover{
    background-color: #fff;
}

.service-section.service-page .service-block-two .inner-box{
    background-color: #fff;
    border-radius: 16px;
}
  
  
/** rtl-css **/

.rtl .inner-container .service-block-three{
    float: right;
}

.rtl .service-section .inner-container{
    margin-right: 0px;
    margin-left: 50px;
}

  
/** responsive-css **/
  
@media only screen and (max-width: 1200px){
    .inner-container .service-block-three{
        width: 33.333%;
    }

    .service-section .inner-container{
        margin-right: 0px;
    }

    .rtl .service-section .inner-container{
        margin-left: 0px;
    }
}
  
@media only screen and (max-width: 991px){

}
  
@media only screen and (max-width: 767px){
    .service-section{
        padding: 70px 0px 40px 0px;
    }

    .service-section.pt_0{
        padding-top: 0px;
    }

    .inner-container .service-block-three{
        width: 50%;
    }

    .service-block-four .inner-box{
        padding: 0px;
    }

    .service-section .pattern-layer-2{
        display: none;
    }

    .service-section.pt_0{
        padding-top: 0px;
    }
}
  
@media only screen and (max-width: 599px){
    .inner-container .service-block-three{
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .inner-container .service-block-three{
        float: none;
    }
}
  
@media only screen and (max-width: 499px){

}
