.services_wrapper {
  min-height: 300px;
  padding-top: 82px;
}

.services_wrapper .content-wrapper {
  padding: 0;
  padding-top: 90px;
  padding-bottom: 70px;
  margin-top: -92px;
  position: relative;
}

.services_wrapper .boxes-service-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  position: relative;
}

.services_wrapper .boxes-service-inner .content-header {
  text-align: center;
  margin-bottom: 8px;
}

.services_wrapper .boxes-service-inner .content-header h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}

.services_wrapper .box-heading-inner {
  margin-bottom: 47px;
  display: table;
  width: 100%;
  position: relative;
}

.services_wrapper .boxes-row-wrapper .slick-track {
  padding-top: 1em;
}

.services_wrapper .cm-box-col-wrp {
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.services_wrapper .box-service {
  -webkit-box-shadow: 5px 5px 12px 0 rgb(32 46 60 / 50%);
  box-shadow: 5px 5px 12px 0 rgb(32 46 60 / 50%);
  cursor: pointer;
  position: relative;
}

.services_wrapper .post-item {
  position: relative;
}

.services_wrapper .link-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: 0;
  display: none;
}

.services_wrapper .post-item-inner {
  position: relative;
  overflow: hidden;
}

.services_wrapper .post-item-inner img {
  height: auto;
  max-width: 100%;
  display: block;
}

.services_wrapper .box-bottom-content {
  padding: 23px 30px 46px 30px;
  text-align: left;
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  min-height: 25em;
  margin-bottom: 10px;
  background-color: #fff;
}

.services_wrapper .tm-service-iconbox {
  padding: 13px 0 15px;
}

.services_wrapper .tm-service-icon {
  line-height: 25px;
  color: #da311b;
  font-size: 40px;
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}

.services_wrapper .tm-service-icon i:before {
  width: 55px;
  height: 45px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top;
  content: "" !important;
  background-size: contain;
  -o-transition: filter .4s ease-in-out;
  -webkit-transition: filter .4s ease-in-out;
  -webkit-transition: -webkit-filter .4s ease-in-out;
  transition: -webkit-filter .4s ease-in-out;
  transition: filter .4s ease-in-out;
  transition: filter .4s ease-in-out, -webkit-filter .4s ease-in-out;
}

.services_wrapper .box-title h4 {
  color: #0ba9a7;
  font-family: AtlasGrotesk-Medium;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 27px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  font-weight: 400;
}

.services_wrapper .box-title h4 a {
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  color: #0ba9a7;
  text-decoration: none;
}

.services_wrapper .box-desc {
  margin-bottom: 10px;
  padding-top: 18px;
}

.services_wrapper .serviceboxbox-readmore {
  padding-top: 9px;
  padding-bottom: 2px;
}

.services_wrapper .serviceboxbox-readmore a {
  font-weight: 600;
  display: inline-block;
  position: relative;
  border: none;
  color: #da311b;
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  text-decoration: none;
}

.services_wrapper .serviceboxbox-readmore a:after, .services_wrapper .serviceboxbox-readmore a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #0e1032;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  background-color: #da311b;
}

.services_wrapper .serviceboxbox-readmore a:before {
  width: 100%;
}

.services_wrapper .post-item:hover .box-bottom-content {
  background-color: rgba( 218,49,27,0.93);
}

.services_wrapper .box-heading-wrapper:after, .services_wrapper .box-heading-wrapper:before {
  content: "";
  display: table;
}

.services_wrapper .box-heading-wrapper:after {
  clear: both;
}

.services_wrapper .box-heading-wrapper:after, .services_wrapper .box-heading-wrapper:before {
  content: "";
  display: table;
}

.services_wrapper .box-heading-wrapper:after {
  clear: both;
}

.services_wrapper .post-item:hover .box-bottom-content .tm-service-icon i:before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.services_wrapper .post-item:hover .box-title h4 a {
  color: #fff;
}

.services_wrapper .post-item:hover .box-desc {
  color: #fff;
}

.services_wrapper .post-item:hover .serviceboxbox-readmore a {
  color: #fff;
}

.services_wrapper .post-item:hover .serviceboxbox-readmore a:before {
  background-color: #fff;
}

.services_wrapper .boxes-row-wrapper {
  margin: 0 -15px;
  width: auto;
}

.services_wrapper .cm-box-col-wrp {
  margin-bottom: 10px;
  height: auto;
}

.services_wrapper .box-bottom-content {
  margin-bottom: 0;
}

.services_wrapper .slick-track:after,.services_wrapper .slick-track:before {
  display: none;
}

.services_wrapper .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services_wrapper .box-service {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services_wrapper .box-service .post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.services_wrapper .box-bottom-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1200px) {
  .services_wrapper .content-wrapper {
    max-width:100%;
  }

  .services_wrapper {
    padding-top: 28px;
  }
}

@media (max-width: 991px) {
  .services_wrapper .box-heading-inner {
    margin-bottom: .5em;
  }

  .services_wrapper .content-wrapper {
    padding-top: 6em;
    padding-bottom: 20px;
  }

  .services_wrapper .box-title h4 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 27px;
  }

  .services_wrapper .box-desc {
    line-height: 25px;
  }

  .services_wrapper .serviceboxbox-readmore a {
    line-height: 25px;
  }
}

@media (max-width: 927px) {
  .services_wrapper .box-bottom-content {
    min-height: 25em;
    padding: 23px 30px 13px 30px;
  }
}

@media (max-width: 767px) {
  .services_wrapper .boxes-row-wrapper {
    margin-bottom: 30px;
  }

  .services_wrapper .slick-dots li button {
    width: 14px;
    height: 14px;
  }

  .services_wrapper .slick-dots {
    bottom: -39px;
  }

  .services_wrapper .slick-dots li {
    width: 25px;
    height: 5px;
  }

  .services_wrapper .slick-dots li button:before {
    display: none;
  }
}