/*==========================================================================
 About Company CSS
 ==========================================================================*/
.about__company {
  position: relative;
}
.about__company-shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.about__company-shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.about__company-left {
  position: relative;
}
.about__company-left-image {
  display: flex;
  align-items: start;
  gap: 25px;
}
.about__company-left-image img {
  overflow: hidden;
}
.about__company-left-experience {
  text-align: center;
  position: absolute;
  left: 35%;
  bottom: 20px;
  background: var(--primary-color-1);
  width: 190px;
  height: 200px;
  padding: 40px 35px;
}
.about__company-left-experience h2 {
  color: var(--text-white);
}
.about__company-left-experience h6 {
  color: var(--text-white);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.about__company-right-title h2 {
  margin-bottom: 30px;
}
.about__company-right-title p {
  margin-bottom: 45px;
}
/*==========================================================================
 Company Two CSS
 ==========================================================================*/
.company__two-left-title h2 {
  max-width: 460px;
  margin-bottom: 20px;
}
.company__two-left-title p {
  max-width: 510px;
}
.company__two-left-skill {
  margin-top: 35px;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  gap: 35px;
}
.company__two-left-skill-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.company__two-left-skill-item h6 {
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  max-width: 145px;
}
/*==========================================================================
 About Solution CSS
 ==========================================================================*/
.about__solution {
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.about__solution::after {
  content: '';
  position: absolute;
  background: var(--bg-heading-color);
  width: 100%;
  height: 100%;
  opacity: 0.8;
  left: 0;
  top: 0;
  z-index: -1;
}
.about__solution-left h2 {
  color: var(--text-white);
}
.about__solution-right {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
.about__solution-right-shape {
  position: absolute;
  top: 0;
  right: 150px;
}
.about__solution-right .btn-one::before {
  background: var(--bg-white);
}
.about__solution-right .btn-one:hover {
  color: var(--text-heading-color);
}
/*==========================================================================
 Company History CSS
 ==========================================================================*/
.company__history-area {
  max-width: 960px;
  margin: 0 auto;
}
.company__history-area-items {
  display: flex;
}
.company__history-area-items-left {
  padding-right: 70px;
  margin-right: 70px;
  border-right: 1px dashed var(--primary-color-1);
}
.company__history-area-items-left-content {
  padding: 39px;
  padding-bottom: 37px;
  border: 1px solid var(--border-color-1);
  margin-top: 30px;
  position: relative;
}
.company__history-area-items-left-content::before {
  content: '';
  position: absolute;
  right: -76px;
  top: 70px;
  width: 10px;
  height: 10px;
  background: var(--primary-color-1);
  box-shadow: 0px 5px 20px rgba(249, 76, 48, 0.5);
  border-radius: 50%;
}
.company__history-area-items-left-content::after {
  content: '';
  position: absolute;
  right: -11px;
  top: 65px;
  width: 20px;
  height: 20px;
  background: var(--bg-white);
  border-bottom: var(--border-color-1) solid 1px;
  border-right: var(--border-color-1) solid 1px;
  transform: rotate(-45deg);
}
.company__history-area-items-left-content-date {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.company__history-area-items-left-content-date span {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: var(--text-white);
  background: var(--primary-color-1);
  padding: 7px 22px;
  padding-left: 20px;
  padding-right: 25px;
  clip-path: polygon(0 0, 100% 0, 81% 50%, 100% 99%, 0 100%, 0% 50%);
}
.company__history-area-items-right img {
  max-width: 410px !important;
}
.company__history-area-item {
  display: flex;
}
.company__history-area-item-left {
  padding-right: 69px;
  margin-right: 70px;
  border-right: 1px dashed var(--primary-color-1);
}
.company__history-area-item-left img {
  max-width: 410px !important;
}
.company__history-area-item-right-content {
  padding: 39px;
  padding-bottom: 37px;
  border: 1px solid var(--border-color-1);
  margin-top: 30px;
  position: relative;
}
.company__history-area-item-right-content::before {
  content: '';
  position: absolute;
  left: -76px;
  top: 70px;
  width: 10px;
  height: 10px;
  background: var(--primary-color-1);
  box-shadow: 0px 5px 20px rgba(249, 76, 48, 0.5);
  border-radius: 50%;
}
.company__history-area-item-right-content::after {
  content: '';
  position: absolute;
  left: -11px;
  top: 65px;
  width: 20px;
  height: 20px;
  background: var(--bg-white);
  border-top: var(--border-color-1) solid 1px;
  border-left: var(--border-color-1) solid 1px;
  transform: rotate(-45deg);
}
.company__history-area-item-right-content-date {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.company__history-area-item-right-content-date span {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: var(--text-white);
  background: var(--primary-color-1);
  padding: 7px 22px;
  padding-left: 20px;
  padding-right: 25px;
  clip-path: polygon(0 0, 100% 0, 81% 50%, 100% 99%, 0 100%, 0% 50%);
}
@media (max-width: 1199px) {
  .company__history-area-items-left-content {
    padding: 39px 30px;
    padding-bottom: 37px;
  }
  .company__history-area-items-right img {
    max-width: 398px !important;
  }
  .company__history-area-item-left {
    padding-right: 70px;
  }
  .company__history-area-item-left img {
    max-width: 397px !important;
  }
  .company__history-area-item-right-content {
    padding: 39px 30px;
    padding-bottom: 37px;
  }
}
@media (max-width: 991px) {
  .company__history-area-items {
    display: grid;
  }
  .company__history-area-items-left {
    padding: 0;
    margin: 0;
    border: 0;
  }
  .company__history-area-items-left-content {
    margin-top: 40px;
  }
  .company__history-area-items-left-content::before {
    display: none;
  }
  .company__history-area-items-left-content::after {
    left: 35px;
    top: -10px;
    transform: rotate(-135deg);
  }
  .company__history-area-items-right img {
    max-width: 100% !important;
    width: 100%;
  }
  .company__history-area-item {
    display: block;
  }
  .company__history-area-item-left {
    padding: 0;
    margin: 0;
    border: 0;
  }
  .company__history-area-item-left img {
    max-width: 100% !important;
    width: 100%;
  }
  .company__history-area-item-right-content {
    margin-top: 40px;
  }
  .company__history-area-item-right-content::before {
    display: none;
  }
  .company__history-area-item-right-content::after {
    left: 35px;
    top: -10px;
    transform: rotate(45deg);
  }
}
@media (max-width: 510px) {
  .about__company-left-image {
    gap: 15px;
  }
  .about__company-left-experience {
    left: 17%;
    bottom: 10px;
    width: 160px;
    height: 150px;
    padding: 27px 25px;
  }
  .company__two-left-skill {
    margin-top: 30px;
    margin-bottom: 35px;
    display: block;
  }
  .company__two-left-skill-item {
    margin-bottom: 15px;
  }
  .company__two-left-skill-item:last-child {
    margin: 0;
  }
}
@media (max-width: 420px) {
  .company__history-area-item-right-content, .company__history-area-items-left-content {
    padding: 35px 25px;
  }
  .company__history-area-item-right-content-date h5, .company__history-area-items-left-content-date h5 {
    font-size: 19px;
    line-height: 29px;
  }
  .company__history-area-item-right-content-date span, .company__history-area-items-left-content-date span {
    font-size: 16px;
    line-height: 16px;
    padding-left: 15px;
    padding-right: 20px;
    clip-path: polygon(0 0, 100% 0, 82% 50%, 100% 99%, 0 100%, 0% 50%);
  }
}
@media (max-width: 359px) {
  .company__history-area-item-right-content, .company__history-area-items-left-content {
    padding: 30px 20px;
  }
  .company__history-area-item-right-content-date h5, .company__history-area-items-left-content-date h5 {
    font-size: 17px;
    line-height: 27px;
  }
  .company__history-area-item-right-content-date span, .company__history-area-items-left-content-date span {
    font-size: 14px;
    line-height: 14px;
  }
}
