/*** 
 
 ====================================================================
         Main Sevice One Section
 ====================================================================
 
 ***/
 .hactora-service.main-service-one-section.two .main-href a.two {
   background: var(--color-primary);
    color: #fff;
 }
  .hactora-service.main-service-one-section.two .main-href a.two:hover {
    background: #fff;
    color: #000;
  }
 .main-service-one-section .container-fluid {
   max-width: 100% !important;
 }
 .main-service-one-section .item_img_block {
   /*justify-content: space-between;*/
 }
 .main-service-one-section .item_img_block .item_block {
   width: 14%;
   padding: 6px;
 }
 .hactora-service.main-service-one-section {
  position: static;
  display: block;
  padding: 0 0 70px;
  margin-top: -145px;
  z-index: 30;
}
.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 {
  margin-bottom: 16px;
}
.hactora-service.main-service-one-section .section_title-subheading {
  font-size: 14px;
  color: var(--color-primary);
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 2px;
  display: none;
}
.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;
  text-align: center;
  background: #fff;
}
.hactora-service .main-service-one-sec-img img {
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  transition: 0.5s;
    aspect-ratio: 1;
    object-fit: cover;
  max-width: 200px;
}
.main-service-one-section .item_img_block .item_block .main-service-one-sec-img img {
  max-width: 130px;
}
.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: 35px 30px 5px;
  background-color: rgb(255, 255, 255);
  /*box-shadow: 0px 50px 90px 0px rgb(26, 46, 85, 0.1);*/
  text-align: center;
}
.hactora-service .main-service-one-sec-content.one {
  box-shadow: none;
  padding: 0;
}
.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: 20px;
  font-weight: 800;
  line-height: 32px;
  margin-top: 10px;
  margin-bottom: 8px;
  min-height: 2.5em;
}
.hactora-service .main-service-one-sec-content.one h3 {
  min-height: auto;
}
.hactora-service .main-service-one-sec-content p {
  margin: 0;
}
.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: 100px 0 0;
  margin-top: 0;
}
.hactora-service.main-service-one-section.three {
  padding-top: 0 !important;
}
.hactora-service.main-service-one-section.one {
  padding-bottom: 0 !important;
}
.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 .title_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hactora-service.main-service-one-section.two .thm-section-title .title_block .main-href {
  margin: 0 10px;
}
.hactora-service.main-service-one-section.two .thm-section-title h2 {
  margin-top: 10px;
  margin-bottom: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
 .main-service-one-section .item_img_block .item_block {
   width: 16%;
 }
}
@media screen and (max-width: 992px) {
.main-service-one-section .item_img_block .item_block {
   width: 25%;
 }
}
@media screen and (max-width: 768px) {
  .main-service-one-section .item_img_block .item_block {
   width: 33%;
 }
 .btn_block {
   text-align: center;
 }
}
@media screen and (max-width: 576px) {
  .main-service-one-section .item_img_block .item_block {
   width: 50%;
 }
 .hactora-service .main-service-one-sec-content h3 {
   font-size: 17px;
 }
}
@media screen and (max-width: 400px) {
  .main-service-one-section .item_img_block .item_block {
   width: 100%;
 }
}