.dlayout_padding {
  padding: 90px 0;
}
.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.heading_container .hh2 {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}

.heading_container .hh2 span {
  color: #40a798;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}



.service_section {
  position: relative;
}
.service_section .dbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 55px;
  border-radius: 5px;
}
.service_section .dbox .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  min-width: 90px;
  height: 90px;
  padding: 10px;
  margin-bottom: -45px;
  position: relative;
}
.service_section .dbox .img-box img {
  max-width: 50px;
  max-height: 50px;
  position: relative;
  z-index: 3;
}
.service_section .dbox .img-box::before, .service_section .dbox .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #40a798;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service_section .dbox .img-box::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.service_section .dbox .img-box::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.service_section .dbox .detail-box {
  background-color: #f8f8f9;
  padding: 75px 20px 20px 20px;
  text-align: center;
}
.service_section .dbox .detail-box .hh5 {
  font-weight: bold;
  text-transform: uppercase;
}
.service_section .dbox .detail-box a {
  color: #476269;
  font-weight: 600;
}
.service_section .dbox .detail-box a:hover {
  color: #40a798;
}
.service_section .dbox:hover .img-box::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}



.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_section .img-box {
  position: relative;
  padding: 0 45px 45px 0;
}
.about_section .img-box img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.about_section .img-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 45px);
  height: 450px;
  background-color: #476269;
  z-index: 1;
  opacity: 0.45;
}
.about_section .detail-box p {
  color: #1f1f1f;
  text-align: left;
  margin-top: 15px;
}
.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #40a798;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}
.about_section .detail-box a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}


