/*** 
 ====================================================================
         About Two Section
 ====================================================================
 ***/
 .hactora-about.about-tow-section {
    position: relative;
    display: block;
    padding: 80px 0 50px 0;
  }
  .hactora-about .about-two-left-content {
    position: relative;
    display: block;
  }
  .hactora-about .about-two-sec-image {
    position: relative;
    display: block;
    z-index: 5;
  }
  .hactora-about .about-two-sec-image:before {
    position: absolute;
    bottom: -15px;
    right: -15px;
    border-radius: 6px;
    width: 270px;
    height: 270px;
    background: var(--color-primary);
    content: "";
    z-index: -1;
  }
  .hactora-about .about-two-sec-image-bg-1 {
    position: absolute;
    top: -22px;
    left: -22px;
    height: 233px;
    width: 233px;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: -1;
  }
  .hactora-about .about-two-sec-image-bg-2 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 210px;
    width: 210px;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  .hactora-about .about-two-sec-image img {
    width: 100%;
    border-radius: 6px;
  }
  .hactora-about .about-two-right-content {
    margin-left: 50px;
    margin-top: -8px;
  }
  .hactora-about .about-two-title {
    padding-bottom: 25px;
  }
  .hactora-about .about-two-title .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;
  }
  .hactora-about .about-two-title .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-about .about-two-title h2 {
    font-size: 42px;
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 21px;
  }
  .hactora-about .about-two-title .about-two-title-text {
    font-size: 18px;
    margin: 0;
  }
  .hactora-about .about-tow-experience-years {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .hactora-about .about-tow-experience-years-icon {
    position: relative;
    display: block;
    font-size: 75px;
    line-height: 80px;
  }
  .hactora-about .about-tow-experience-years-icon.style-two span {
    color: var(--color-primary);
    font-size: 45px;
    width: 70px;
    height: 70px;
    background: #ededf6;
    display: inline-block;
    line-height: 70px;
    text-align: center;
    position: relative;
    top: -12px;
    margin-right: 15px;
  }
  .hactora-about .about-tow-experience-years-text {
    margin-left: 3px;
  }
  /* .about-tow-experience-years-text h2 {
    font-size: 50px;
    font-weight: 700;
    color: var(--color-primary);
    line-height: 54px;
  } */
  
  .hactora-about .about-two-bottom-text {
    font-size: 18px;
    margin: 0;
  }
  .hactora-about .about-two-bottom-content h3 {
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 14px;
  }
  .hactora-about .about-two-bottom-content span {
    color: var(--color-primary);
  }
  .about-two-btn {
  }
  .hactora-about .about-two-btn .theme-btn {
    padding-left: 65px;
    padding-right: 65px;
    text-transform: uppercase;
  }
  
  /*--------------------------------------------------------------
   #  About Page
   --------------------------------------------------------------*/
  .about-tow-section.hactora-about.about-page .about-two-sec-image:before {
    display: none;
  }
  .about-tow-section.hactora-about.about-page .about-two-title-text {
    padding-top: 20px;
  }
  .about-tow-section.hactora-about.about-page .about-tow-experience-years {
    margin-top: 20px;
    margin-bottom: 30px;
    word-break: break-word;
  }
  .about-tow-section.hactora-about.about-page .about-tow-experience-years-icon {
    font-size: 30px;
    height: 60px;
    width: 60px;
    background: var(--color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
  }
  .about-tow-section.hactora-about.about-page .about-tow-experience-years-icon span {
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    border: 2px solid white;
    border-radius: 50%;
    color: #ffffff;
  }
  .about-tow-section.hactora-about.about-page .about-tow-experience-years-text {
    margin-left: 12px;
    flex: 1;
  }
  .about-tow-section.hactora-about.about-page .about-tow-experience-years-text h2 {
    font-size: 20px;
    color: var(--title-text-color);
    font-weight: 800;
    line-height: 30px;
  }
  .about-tow-section.hactora-about.about-page .about-tow-experience-years-text h2 p {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
  }
  .about-tow-section.hactora-about.about-page .about-tow-experience-years-text h2 a {
    color: var(--text-color);
  }
  .about-tow-section.hactora-about.about-page .signature {
    margin-top: 24px;
  }
  .about-tow-section.hactora-about.about-page .signature img {
    height: 42px;
  }
  
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
  }
  
  @media only screen and (max-width: 1199px) {
    .hactora-about .about-two-right-content {
      margin: 0;
      padding: 0 10px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .hactora-about.about-tow-section {
       padding-bottom: 20px;
    }
    .about-two-right-content {
      margin-left: 0;
      margin-top: 0;
    }

  }