/*** 
 
 ====================================================================
         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:#000;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  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: 0px;
  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: 35px 30px;
  background-color: #007BC1;
  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: 20px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 7px;
  background: #007BC1!important;
  color: #fff!important;
}
.hactora-service .main-service-one-sec-content h3 :hover {
    text-decoration: none;
    color: #000!important;
}

.hactora-service .main-service-one-sec-content p {
  margin: 0;
  color: #fff;
}
.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 100px;
  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: 20px;
  font-size: 14px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 16px;
}

.hactora-service.main-service-one-section.two .thm-section-title h2 p {
  line-height: 35px;
}



@media screen and (max-width: 1500px) {
  .hactora-service.main-service-one-section .section_title-subheading {font-size: 34px;}
}

@media screen and (max-width: 1280px) {
  .hactora-service.main-service-one-section .section_title-subheading {font-size: 30px;}
  .hactora-service.main-service-one-section.two {padding:50px 0;}
}

@media screen and (max-width: 1200px) {
  .hactora-service.main-service-one-section .section_title-subheading {font-size: 28px;}
}

@media screen and (max-width: 992px) {
  .hactora-service.main-service-one-section .section_title-subheading {font-size: 26px;}
  .hactora-service.main-service-one-section.two {padding:30px 0;}
}

@media screen and (max-width: 768px) {
  .hactora-service.main-service-one-section .section_title-subheading {font-size: 24px;}
}

