body {
  font-family: Montserrat, sans-serif;
}

p {
  margin: 0 0 10px;
  font-size: 17px;

  color: #dadada;
}

.features-info p {
  height: 68px;
}

h2 {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
}

h3 {
  color: #ffffff !important;
}

h4 {
  font-family: Montserrat, sans-serif;
  font-size: 18px !important;
  color: #ffffff;
}

p {
  font-family: Roboto, sans-serif;
}

.ft-fm-2 {
  font-family: Roboto, sans-serif;
}

.bgcolor-gray {
  background-color: #000000;
}

section {
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-size: cover;
}

.m-t-120 {
  margin-top: 70px;
}

.section-common-space {
  padding: 50px 0;
}

.section-header {
  margin-bottom: 60px;
}

.section-title {
  color: #06C167;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.section-title span {
  position: relative;
}

.section-title span:before {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #1c1c1c;
}

.ft-wt-bold {
  font-weight: 700;
}

.section-subtitle {
  font-size: 19px;
  color: #ffffff;
}

.features-item {
  /* background:linear-gradient(170deg, #3e3e3e, #424242, #222222, #3e3e3e, #000000); */
  border: 1px solid #06C167;
  margin-bottom: 67px;
  padding: 45px 10px 10px;
  position: relative;
  transition: 0.3s;
  border-radius: 20px;
}

/* .features-item:hover {
  box-shadow: 0 40px 70px 0 rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.features-item:hover .features-icon {
  color: #f27024;
  border-color: #f27024;
} */

/* .features-item:hover .features-info .title {
  color: #f27024;
  border-color: #f27024;
} */
/* 
.features-item:hover .features-info p {
  color: #f27024;
  border-color: #f27024;
} */

.features-icon {
  font-size: 36px;
  width: 70px;
  height: 70px;
  line-height: 65px;
  text-align: center;
  background: #000000;
  border-radius: 60px;
  border: 2px dashed #f0f0f0;
  box-shadow: 0 0 0 10px #3e3e3e;
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translate(-50%);
  color: #ffffff;
  transition: 0.3s;
}


@media only screen and (max-width: 768px) {
  .section-common-space {
    padding: 50px 0;
  }

  h4 {
    font-size: 17px;
  }

  h2 {
    font-size: 21px;
  }

  .section-title {
    margin-bottom: 20px;
  }

  .section-title span:before {
    bottom: -10px;
  }
}

.features-info .title {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 10px;
  /* height: 27px; */
}

.col-sm-4 {
  margin: 0 auto !important;
}

@media (min-width: 768px) {
  .container {
    max-width: 1024px !important;
  }

}

@media (max-width: 820px) {

  .img-copy img {
    /* width: 48%!important; */
    float: right;
    padding-top: 15%;
  }
}

.copy h4 {
  color: #ffffff;
}

.copy ul li {
  color: #06C167;
  font-size: 22px;
  line-height: 1.1;
  padding-bottom: 5px;
}

.copy ul li span {
  color: #ffffff;
  font-size: 16px;
}

.custom-bullet {
  color: white;
  position: relative;
}

.img-copy img {
  width: 100%;
  float: right;
}

.copy {
  border: 2px solid #06C167;
  padding: 19px 3px 20px;
  margin-bottom: 50px;
  border-radius: 16px;
}

.logo {
  width: 205px;
  margin: 0 auto;
}

.logo img {
  width: 200px;
  margin: 0 auto;
}

.case-study-btn {
  border: 2px solid #0d572d;
  padding: 5px 14px 5px 8px;
  width: fit-content;
  border-radius: 8px;
  float: right;
  margin: 10px;
}

.case-study-btn a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
}

.case-study-btn:hover {
  border: 2px solid #ffffff;
}

.case-study-btn:hover a {
  color: #06C167;
  text-decoration: none;
  transition: color 300ms;
}

.content-list {
  color: #ffffff;
  margin-top: 0px;
}

.the-content ul li span {
  color: #dadada;
  font-size: 16px;
}