
/* Services Section */

.services-section {
    position: relative;
    padding: 150px 0 370px;
    background-image: -moz-linear-gradient( 90deg, rgba(233,247,242,0.4) 0%, rgb(233,247,242) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(233,247,242,0.4) 0%, rgb(233,247,242) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(233,247,242,0.4) 0%, rgb(233,247,242) 100%);
    margin-bottom: -250px;
}
  
.service-block-one .inner-box {
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 20px;
    text-align: center;
    padding: 50px 30px;
    transition: .5s;
}

.service-block-one .inner-box:hover {
    box-shadow: 0px 40px 60px 0px rgba(37, 59, 112, 0.1);
}
  
.service-block-one .icon {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    background-color: #e8f9f3;
    font-size: 30px;
    border-radius: 50%;
	margin-top: -30px;
    margin-bottom: 25px;
    transition: .5s;
}

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

.service-block-one .icon span {
    position: relative;
}

.service-block-one .inner-box:hover .icon {
    transform: rotate(180deg);
}

.service-block-one .icon:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    transition: .9s;
    transform: scale(0.5);
    opacity: 0;
}

.service-block-one .inner-box:hover .icon:before {
    transform: scale(1);
    opacity: 1;
}

.service-block-one .image img {
	border-radius: 50%;
}

.flaticon-termite {
    font-size: 120%;
    left: 8px;
    position: relative;
}

.service-block-one h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-block-one h4 a {
    color: #061a3a;
    transition: .5s;
}

.service-block-one .text {
    position: relative;
    margin-bottom: 20px;
}

.services-section .wrapper-box {
    position: relative;
}

.services-section .shape-one {
    position: absolute;
    top: -50px;
    left: -50px;
}

.services-section .shape-two {
    position: absolute;
    right: -49px;
    bottom: 79px;
}

.services-section .shape-three {
    position: absolute;
    bottom: -15px;
    left: -50px;
}

.services-section .shape-four {
    position: absolute;
    right: -49px;
    top: -53px;
}


/* Services Section / style two */

.services-section.style-two {
    padding-bottom: 120px;
    margin-bottom: 0;
}



/* Services Section / style Three */

.services-section.style-three {
    padding-bottom: 120px;
    margin-bottom: 0;
    background: #fff;
}

.services-section.style-three .service-block-one .inner-box {
    box-shadow: 0px 20px 40px 0px rgba(37, 59, 112, 0.1);
}





