
/* 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);
}





/* Whychoose us section */

.whychoose-us-section {
    position: relative;
    padding: 150px 0 120px;
}

.whychoose-us-section .icon-box {
    position: relative;
    box-shadow: 0px 30px 60px 0px rgba(37, 59, 112, 0.1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px;
    padding-bottom: 17px;
    margin-bottom: 30px;
    border-radius: 20px;
}

.whychoose-us-section .icon-box .icon {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #e8f9f3;
    font-size: 40px;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: .5s;
    margin-right: 20px;
}

.whychoose-us-section .icon-box:hover .icon {
    color: #fff;
}

.whychoose-us-section .icon-box .icon span {
    position: relative;
}

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

.whychoose-us-section .icon-box:hover .icon:before {
    transform: scale(1);
    opacity: 1;
}

.whychoose-us-section .icon-box .content {
    position: relative;
}

@media only screen and (min-width:575px) {
    .whychoose-us-section .icon-box .content {
        width: calc(100% - 100px);        
    }
}

.whychoose-us-section .icon-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.whychoose-us-section .icon-box h4 a {
    color: #061a3a;
    transition: .5s;
}

.whychoose-us-section .icon-box .text {
    position: relative;
    margin-bottom: 20px;
}

.whychoose-us-section .shape-one {
    position: absolute;
    top: 0;
    left: 102px;
}

.whychoose-us-section .shape-two {
    position: absolute;
    right: -25px;
    bottom: 15px;
}

.whychoose-us-section .image-wrapper {
    position: relative;
    padding-left: 140px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.whychoose-us-section .image {
    position: relative;
}

.whychoose-us-section .image img {
    border-radius: 30px;
}

.whychoose-us-section .author-info {
    position: absolute;
    left: 10px;
    bottom: 255px;
    box-shadow: 0px 40px 60px 0px rgba(37, 59, 112, 0.1);
    border-radius: 30px;
    padding: 40px 20px;
    text-align: center;
    background: #fff;
    max-width: 230px;
    width: 100%;
}

.whychoose-us-section .author-info .author {
    position: relative;
    margin-bottom: 20px;
}

.whychoose-us-section .author-info h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.whychoose-us-section .author-info .theme-btn {
    position: relative;
    padding: 8px 35px;
}

.whychoose-us-section .phone {
    position: absolute;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 30px;
    left: 270px;
    bottom: 0;
    transition: .5s;
    display: inline-block;
}

.whychoose-us-section .phone:hover {
    border-radius: 50%;
}

.whychoose-us-section .phone .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: .5s;
}

.whychoose-us-section .phone .hover-image:hover {
    transform: scale(1.5);
    opacity: 0;
}

.whychoose-us-section .email {
    position: absolute;
    background: #e7b232;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 30px;
    right: -40px;
    bottom: 200px;
    transition: .5s;
    display: inline-block;
}

.whychoose-us-section .email:hover {
    border-radius: 50%;
}

.whychoose-us-section .email .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: .5s;
}

.whychoose-us-section .email .hover-image:hover {
    transform: scale(1.5);
    opacity: 0;
}



/* Why Choose us section two */

.whychoose-us-section-two {
    position: relative;
    background-color: #0c1529;
    padding: 140px 0 110px;
}

.whychoose-us-section-two .sec-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.whychoose-us-section-two .left-side {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
}

.whychoose-us-section-two .left-side svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.whychoose-us-section-two .right-side {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-size: cover;
}

.whychoose-us-section-two .text.light {
    color: #fff;
}

.whychoose-us-section-two .icon-box {
    position: relative;
    box-shadow: 0px 30px 60px 0px rgba(37, 59, 112, 0.1);
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    padding-bottom: 17px;
    margin-bottom: 30px;
    border-radius: 20px;
    background-color: #fff;
}

.whychoose-us-section-two .icon-box .icon {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #e8f9f3;
    font-size: 40px;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: .5s;
    margin-right: 20px;
}

.whychoose-us-section-two .icon-box:hover .icon {
    color: #fff;
}

.whychoose-us-section-two .icon-box .icon span {
    position: relative;
}

.whychoose-us-section-two .icon-box .icon:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    transition: .9s;
    transform: scale(0.5);
    opacity: 0;
}

.whychoose-us-section-two .icon-box:hover .icon:before {
    transform: scale(1);
    opacity: 1;
}

.whychoose-us-section-two .icon-box .content {
    position: relative;
}

@media only screen and (min-width:575px) {
    .whychoose-us-section-two .icon-box .content {
        width: calc(100% - 100px);        
    }
}

.whychoose-us-section-two .icon-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.whychoose-us-section-two .icon-box h4 a {
    color: #061a3a;
    transition: .5s;
}

.whychoose-us-section-two .icon-box .text {
    position: relative;
    margin-bottom: 20px;
}

.whychoose-us-section-two .shape-one {
    position: absolute;
    top: 90px;
    left: 102px;
}

.whychoose-us-section-two .shape-two {
    position: absolute;
    left: 17%;
    bottom: 107px;
}



/* Whychoose section three */

.whychoose-us-section-three {
    position: relative;
}

.whychoose-us-section-three .auto-container {
    max-width: 100%;
    padding: 0;
}

.whychoose-us-section-three .video-column {
    position: relative;
    background-size: cover;
}

.whychoose-us-section-three .video-column .video-box {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: -100px;
    background-size: cover;
    background-position: right center;
}

.whychoose-us-section-three .video-column .video-box .image {
    display: none;
}

.whychoose-us-section-three .inner-container {
    max-width: 600px;
    padding: 0 15px;
}

.whychoose-us-section-three .content-block {
    position: relative;
    padding: 60px 0 30px;
    margin: 100px 0;
    z-index: 9;
}

.whychoose-us-section-three .shape {
    position: absolute;
    top: -27px;
    right: 0;
    left: -120px;
    bottom: 0;
}

.whychoose-us-section-three .icon-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.whychoose-us-section-three .icon-box .icon {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #e8f9f3;
    font-size: 40px;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: .5s;
    margin-right: 20px;
}

.whychoose-us-section-three .icon-box:hover .icon {
    color: #fff;
}

.whychoose-us-section-three .icon-box .icon span {
    position: relative;
}

.whychoose-us-section-three .icon-box .icon:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    transition: .9s;
    transform: scale(0.5);
    opacity: 0;
}

.whychoose-us-section-three .icon-box:hover .icon:before {
    transform: scale(1);
    opacity: 1;
}

.whychoose-us-section-three .icon-box .content {
    position: relative;
}

@media only screen and (min-width:575px) {
    .whychoose-us-section-three .icon-box .content {
        width: calc(100% - 100px);        
    }
}

.whychoose-us-section-three .icon-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.whychoose-us-section-three .icon-box h4 a {
    color: #061a3a;
    transition: .5s;
}

.whychoose-us-section-three .icon-box .text {
    position: relative;
    margin-bottom: 20px;
}

.whychoose-us-section-three .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.whychoose-us-section-three .video-btn span {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
}

.whychoose-us-section-three .video-btn a {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 30px;
	display: inline-block;
	position: relative;
}

.whychoose-us-section-three .video-btn .ripple:before {
    position: absolute;
    left: -20px;
    top: -20px;
    right: -20px;
    bottom: -20px;
    content: '';
    background-color: rgb(33 197 142 / 0.50);
    border-radius: 50%;
}

.whychoose-us-section-three .video-btn .ripple:after {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.whychoose-us-section-three .video-btn .ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
}

.whychoose-us-section .icon-box .icon svg, .whychoose-us-section-two .icon-box .icon svg, .whychoose-us-section-three .icon-box .icon svg{
    width: 40px;
    height: auto;
}














