/*** 
 ====================================================================
         About Two Section
 ====================================================================
 ***/
 .about-tow-section {
  position: relative;
  display: block;
  padding: 100px 0 100px;
  overflow: hidden;
}
.about-two-left-content {
  position: relative;
  display: block;
}
.about-two-sec-image {
  position: relative;
  display: block;
  z-index: 5;
}
.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;
}
.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;
}
.about-two-sec-image-bg-2 {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 210px;
  width: 210px;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.about-two-sec-image img {
  width: 100%;
  border-radius: 6px;
}
.about-two-right-content {
  margin-left: 50px;
  margin-top: -8px;
}
.about-two-title {
  padding-bottom: 25px;
}
.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;
}
.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;
}
.about-two-title h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 21px;
}
.about-two-title .about-two-title-text {
  font-size: 18px;
  margin: 0;
}
.about-tow-experience-years {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.about-tow-experience-years-icon {
  position: relative;
  display: block;
  font-size: 75px;
  line-height: 80px;
}
.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;
}
.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;
} */

.about-two-bottom-content {
  margin-bottom: 50px;
}
.about-two-bottom-text {
  font-size: 18px;
  margin: 0;
}
.about-two-bottom-content h3 {
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 14px;
}
.about-two-bottom-content span {
  color: var(--color-primary);
}
.about-two-btn {
}
.about-two-btn .theme-btn {
  padding-left: 65px;
  padding-right: 65px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
 #  About Page
 --------------------------------------------------------------*/
 .about-tow-section.about-page {
  padding-bottom: 55px;
}
.about-tow-section.about-page .about-two-sec-image:before {
  display: none;
}
.about-tow-section.about-page .about-two-title-text {
  padding-top: 20px;
}
.about-tow-section.about-page .about-tow-experience-years {
  margin-top: 20px;
  margin-bottom: 30px;
}
.about-tow-section.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;
}
.about-tow-section.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.about-page .about-tow-experience-years-text {
  margin-left: 12px;
  flex: 1;
}
.about-tow-section.about-page .about-tow-experience-years-text h2 {
  font-size: 20px;
  color: var(--text-color);
  font-weight: 800;
  line-height: 30px;
}
.about-tow-section.about-page .about-tow-experience-years-text h2 p {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}
.about-tow-section.about-page .about-tow-experience-years-text h2 a {
  color: var(--text-color);
}
.about-tow-section.about-page .signature {
  margin-top: 24px;
}
.about-tow-section.about-page .signature img {
  height: 42px;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two-left-content {
    margin-bottom: 50px;
  }
}

@media (max-width: 1199px){
	.about-tow-section {
	    padding: 80px 0px;
	}
	.about-two-right-content {
	    margin-left: 30px;
	}
	.about-two-title h2 {
	    font-size: 26px;
	    line-height: 1.3;
	    margin-bottom: 14px;
	}
	.about-tow-section.about-page .about-two-title-text {
	    padding-top: 10px;
	}
	.about-tow-section.about-page .about-tow-experience-years-text h2 {
	    font-size: 18px;
	    line-height: 26px;
	}
	.about-two-bottom-content {
	    margin-bottom: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two-left-content {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px){
	.about-two-right-content {
	    margin-left: 0;
	}
	.about-tow-section.about-page .about-tow-experience-years {
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
  .about-tow-section {
	padding: 70px 0 40px;
  }
  .about-tow-section.about-page {
    padding-bottom: 40px;
  }
  .about-two-bottom-content {
    margin-bottom: 10px;
  }
  .about-two-left-content {
    margin-bottom: 30px;
  }
  .about-two-right-content {
    margin-left: 0;
    margin-top: 0;
  }
  .about-two-title h2 {
      font-size: 20px;
	  line-height: 1.3;
  }
  .about-tow-section.about-page .about-tow-experience-years-text h2 {
      font-size: 16px;
      line-height: 1.3;
  }
  .about-tow-section.about-page .about-tow-experience-years-icon {
      height: 50px;
      width: 50px;
  }
  .about-tow-section.about-page .about-tow-experience-years {
      margin-top: 10px;
      margin-bottom: 10px;
  }
}

@media(max-width:1280px){
.about-tow-section.about-page .about-two-title-text {height: 400px;overflow-y: auto;font-size: 16px;}
}
@media(max-width:1280px){
.about-tow-section.about-page .about-two-title-text {height: 250px;}
}
@media(max-width:1199px){
.about-tow-section.about-page .about-two-title-text {height: 100%;overflow-y: unset;}
}