/*** 
 
 ====================================================================
         Main Sevice One Section
 ====================================================================
 
 ***/
 .hactora-service.main-service-one-section {
  position: relative;
  display: block;
  padding: 0 0 70px;
  margin-top: -145px;
  z-index: 2;
}
.hactora-service.main-service-one-section .thm-section-title {
  margin-top: -10px;
  margin-bottom: 50px;
}
.hactora-service.main-service-one-section .thm-section-title h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 16px;
}
.hactora-service.main-service-one-section .section_title-subheading {
  font-size: 36px;
  color: var(--color-primary);
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
/* .hactora-service.main-service-one-section .sub-title-shape-left:before {
  position: relative;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30px;
  background: var(--color-primary);
  display: inline-block;
  margin-right: 12px;
} */
.hactora-service .main-service-one-sec-single {
  position: relative;
  display: flex;
  flex-direction: column;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.hactora-service .main-service-one-sec-img {
  position: relative;
  display: block;
  overflow: hidden;
}
.hactora-service .main-service-one-sec-img img {
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  transition: 0.5s;
}
.hactora-service .main-service-one-sec-single:hover .main-service-one-sec-img img {
  transform: scale(1.1);
}
.hactora-service .main-service-one-sec-content {
  flex: 1;
  position: relative;
  display: block;
  padding: 25px 20px;
  background-color: rgb(255, 255, 255);
  /* box-shadow: 0px 50px 90px 0px rgb(26, 46, 85, 0.1); */
}
.hactora-service .main-service-one-count {
  position: absolute;
  top: 30px;
  right: 40px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(0 0 0 / 29%);
  color: transparent;
  z-index: 99;
  font-family: var(--font-family);
  font-size: 36px;
  font-weight: 800;
}
.hactora-service .main-service-one-sec-content h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px!important;
  margin-bottom: 8px;
}
.hactora-service .main-service-one-sec-content p {
  margin: 5px;
  text-align: center;
}
.hactora-service .main-service-one-btn {
  margin-top: 30px;
}
.hactora-service .main-service-one-btn .theme-btn {
  padding: 10px 30px;
  background-color: #222;
}
.hactora-service .main-service-one-btn .theme-btn:hover {
  background-color: var(--color-primary);
}
.hactora-service .main-service-one-icon {
  margin-bottom: 25px;
  color: var(--color-primary);
  line-height: 70px;
}
.hactora-service .main-service-one-icon img{
  width: 70px;
}

/*** 
 ====================================================================
         Main Service Two Section
 ====================================================================
 ***/
.hactora-service.main-service-one-section.two {
  padding: 80px 0 0px;
  margin-top: 0;
}
.hactora-service.main-service-one-section.two .thm-section-title {
  margin-top: -10px;
  margin-bottom: 50px;
}
.hactora-service.main-service-one-section.two .thm-section-title h2 {
  margin-top: 10px;
  font-size: 42px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 16px;
}

.hactora-service .main-service-one-sec-content {
  display: flex;/**/
  flex-direction: column;/**/
  justify-content: space-between;/**/
  height: 100%;/**/
  text-align: center;
}
.hactora-service .main-service-one-sec-content .btn a {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 3px solid #000;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
.hactora-service.main-service-one-section.two {
    padding: 40px 0 0px;
  }
}