.about-image img {
    width: 100%;
	height:auto;
}

section.about-wrap {
    padding: 50px 0px;
}

.description {
    text-align: justify;
    font-size: 20px;
}
div#about-btn {
    margin-top: 40px;
}
.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #79bb37;
    overflow: hidden;
}
.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 15px;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}
.z-index {
    z-index: 9;
}
.page-template-page-about .shb-page-head-one-title {
    background: linear-gradient(90deg,#59aa07,#83c144);
    color: transparent;
    -webkit-background-clip: text;
    font-size: 30px;
    font-weight: 800;
    line-height: normal;
    margin: 0;
    width: 100%;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-family: system-ui;
}

/** value-section **/

.value-section{
  position: relative;
  padding: 80px 0 100px 0;
  background: #fff;
  background-size: cover !important;
}

.value-block-one{
  position: relative;
  text-align: center;
  padding: 50px 30px 40px 30px;
  border-radius: 15px;
  transition: all 500ms ease;
}

.value-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  height: 150px;
  margin-bottom: 50px;
}
.value-block-one .inner-box h4 a {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.value-block-one .inner-box .icon-box .anim-icon{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  -webkit-animation: service_hexagon 3s infinite linear;
  -moz-animation: service_hexagon 3s infinite linear;
  -o-animation: service_hexagon 3s infinite linear;
  animation: service_hexagon 3s infinite linear;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.value-block-one:hover .inner-box .icon-box .anim-icon{
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

.value-block-one .inner-box .icon-box .anim-icon .icon{
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.value-block:nth-child(2) .value-block-one .inner-box .icon-box .anim-icon .icon{
  
}

.value-block:last-child .value-block-one .inner-box .icon-box .anim-icon .icon{

}

.value-block-one .inner-box .icon-box .anim-icon .icon-1{
  left: 95px;
  top: -25px;
  width: 20px;
  height: 20px;
  -webkit-animation: zoom-fade-two 4s infinite linear;
  animation: zoom-fade-two 4s infinite linear;
}

.value-block-one .inner-box .icon-box .anim-icon .icon-2{
  top: 75px;
  right: -28px;
  height: 30px;
  width: 30px;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.value-block-one .inner-box .icon-box .anim-icon .icon-3{
  right: 94px;
  bottom: -10px;
  width: 20px;
  height: 20px;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}

.value-block:nth-child(2) .value-block-one{
  
}

.value-block:last-child .value-block-one{
  border-bottom-right-radius: 60px;
}

.value-block:first-child .value-block-one{
  border-top-left-radius: 60px;
}

h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

h4 a{
  display: inline-block;
  color: #161616;
}

h4 a:hover{
  
}

.value-block-one .inner-box h4{
  margin-bottom: 13px;
}

.value-block-one .inner-box .text{
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: justify;
}

.value-block-one .inner-box .link{
  position: absolute;
  left: 50%;
  bottom: -33px;
  transform: translateX(-50%);
}

.value-block-one .inner-box .link a{
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  color: #161616;
  font-weight: 700;
  background: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.value-block-one:hover .inner-box .link a{
  color: #fff;
}

.value-block-one .inner-box .link a:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

.value-block-one:hover .inner-box .link a:before{
  transform: scale(1,1);
}

.bubble-box{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.bubble-box .bubble{
  position: absolute;
}

.value-section .parallax-icon .icon{
  position: absolute !important;
}

.value-section .parallax-icon .bubble-1{
  left: -4px !important;
  top: -35px !important;
  width: 225px;
  height: 226px;
  background-repeat: no-repeat;
}

.value-section .parallax-icon .bubble-2{
  left: 64px !important;
  top: 226px !important;
  width: 144px;
  height: 144px;
  background-repeat: no-repeat;
}

.value-section .parallax-icon .bubble-3{
  left: 80% !important;
  top: 460px !important;
  width: 114px;
  height: 112px;
  background-repeat: no-repeat;
}

.value-section .parallax-icon .bubble-4{
  left: 90% !important;
  top: 550px !important;
  width: 153px;
  height: 152px;
  background-repeat: no-repeat;
}
.value-section .row {
    display: flex;
    flex-wrap: wrap;
}

.value-section .value-block {
    display: inline-flex;
}
.sec-title h3{
    text-align:center;
    position: relative;
    font-size: 36px;
    line-height: 47px;
    color: #161616;
    font-weight: 700;
    margin-bottom: 50px;
}

.sec-title h3 span{
  font-weight: 400;
}

.value-block-one .inner-box .icon-box .anim-icon .icon{
  background: #83c144;
}

.value-block:nth-child(2) .value-block-one .inner-box .icon-box .anim-icon .icon{
  background: #83c144;
}

.value-block:nth-child(2) .value-block-one .inner-box .icon-box .anim-icon .icon-1{
  background: #83c144;
}

.value-block:last-child .value-block-one .inner-box .icon-box .anim-icon .icon{
  background: #83c144;
}

.value-block:last-child .value-block-one .inner-box .icon-box .anim-icon .icon-1{
  background: #83c144;
}

.service-block-one{
  background: #fdf8e3;
}

.value-block:nth-child(2) .value-block-one{
  /* background: #f0f3fa; */
}

.value-block:last-child .value-block-one{
  /* background: #feeff0; */
}

.value-block-one {
    background: #ffffff;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 0.9375rem 2px rgba(144, 116, 218, .16);
    box-shadow: 0px 5px 0.9375rem 2px rgba(144, 116, 218, .16);
}
.sec-title.center {
    text-align: center;
    position: relative;
    margin-bottom: 70px;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.sec-title.center span.animate-border.mb-4 {
    left: auto;
    right: auto;
}