#constik-about.about-section .about-fact .content h4 {
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 0;
}
#constik-about.about-section .about-content {
  margin-bottom: 30px;
}
#constik-about.about-section.pt-100 {
  padding-top: 100px;
}
#constik-about.about-section.pb-70 {
  padding-bottom: 70px;
}
#constik-about.about-section .about-content h2 {
  color: var(--text-color);
  margin-bottom: 18px;
  line-height: 1.3;
}

#constik-about.about-section .about-content h2 span {
  color: var(--color-primary);
}

#constik-about.about-section .about-fact .content h4 span {
  color: var(--color-primary);
  font-weight: 400;
}

#constik-about.about-section .about-content p {
  line-height: 1.5;
  margin-bottom: 10px;
}

#constik-about.about-section .about-content .about-item-list {
  margin-bottom: 30px;
}

#constik-about.about-section .about-content .about-item-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#constik-about.about-section .about-content .about-item-list ul li {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
  padding-left: 25px;
  position: relative;
  line-height: 1.8;
  color: #2c2c2c;
}

#constik-about.about-section .about-content .about-item-list ul li:last-child {
  margin-bottom: 0;
}

#constik-about.about-section .about-content .about-item-list ul li i {
  margin-left: -25px;
  margin-right: 5px;
  color: var(--color-primary);
  vertical-align: -2px;
}

#constik-about.about-section .about-image {
  margin-bottom: 30px;
}

#constik-about.about-section .left,
#constik-about.about-section .right {
  position: relative;
}

#constik-about.about-section .left::before,
#constik-about.about-section .right::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -15px;
}

#constik-about.about-section .left::before {
  right: -15px;
  border-bottom: 150px solid var(--color-primary);
  opacity: 0.8;
  border-left: 150px solid transparent;
}

#constik-about.about-section .right {
  margin-top: -15px;
}

#constik-about.about-section .right::before {
  left: -15px;
  border-bottom: 135px solid var(--color-primary);
  opacity: 0.8;
  border-right: 135px solid transparent;
}

#constik-about.about-section .about-fact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 35px 30px;
  margin-bottom: 30px;
  background-size: cover;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#constik-about.about-section .about-fact::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.8);
  z-index: -1;
}

#constik-about.about-section .about-fact i {
  width: 60px;
  height: 60px;
  line-height: 57px;
  background: #ffffff;
  text-align: center;
  display: inline-block;
}

#constik-about.about-section .about-fact i img {
  width: 32px;
}

#constik-about.about-section .about-fact .content {
  flex: 1;
  padding-left: 16px;
}

#constik-about.about-section .about-fact .content span {
  color: #ffffff;
}

#constik-about.about-section .about-img-content {
  position: relative;
  overflow: hidden;
}

#constik-about.about-section .about-img-content .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -15px;
  padding: 25px 30px;
  border: 4px solid var(--color-primary);
  background: rgba(0, 30, 76, 0.9);
  z-index: 1;
}

#constik-about.about-section .about-img-content .overlay-content h3 {
  line-height: 1.2;
  color: var(--color-primary);
}

#constik-about.about-section .about-img-content .overlay-content span {
  color: #ffffff;
}

#constik-about.about-section.about-style-two .about-img-content {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#constik-about.about-section.about-style-two .about-img-content .about-image {
  margin-bottom: 15px;
}

#constik-about.about-section.about-style-two .about-img-content .about-image img {
  max-width: unset;
}

#constik-about.about-section.about-style-two .about-img-content .about-fact {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
  background: #001e4c;
  max-width: calc(100% - 55px);
  padding: 20px 0;
}

#constik-about.about-section.about-style-two .about-img-content .about-fact::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  border-top: 90px solid var(--color-primary);
  border-left: 60px solid transparent;
}

#constik-about.about-section.about-style-two .about-img-content .about-fact::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: unset;
  height: unset;
  background: unset;
  border-bottom: 90px solid var(--color-primary);
  border-right: 60px solid transparent;
}

#constik-about.about-section.about-style-two .about-img-content .about-fact .content {
  padding-left: 16px;
  text-align: center;
}

#constik-about.about-section.about-style-two .about-img-content .about-fact .content h4 {
  color: var(--color-primary);
  margin-top: -5px;
  margin-bottom: 0;
}

#constik-about.about-section.about-style-two .about-img-content .about-fact .content h4 span {
  color: #ffffff !important;
}

#constik-about.about-section.about-style-two .about-img-content .overlay-img {
  position: absolute;
  bottom: 35px;
  right: 0;
  height: calc(100% - 135px);
}

#constik-about.about-section.about-style-three .about-img-content {
  margin-bottom: 30px;
}

#constik-about.about-section.about-style-three
  .about-img-content
  [class*="col-"]:first-child {
  padding-right: 5px;
}

#constik-about.about-section.about-style-three .about-img-content [class*="col-"]:last-child {
  padding-left: 5px;
}

#constik-about.about-section.about-style-three .about-img-content .about-image {
  margin-bottom: 10px;
}
#constik-about.about-section .primary-btn {
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: var(--button-radius);
  border: none;
  padding: 10px 30px;
  z-index: 1;
  color: var(--color-second);
  background-color: var(--color-primary);
  font-size: 16px;
  /* font-weight: 600; */
  font-family: var(--title-font-family);
  line-height: 1.8;
  text-transform: capitalize;
  cursor: pointer;
}

#constik-about.about-section .primary-btn::before,
#constik-about.about-section .primary-btn::after {
  /* content: ""; */
  position: absolute;
  width: calc(50% + 4px);
  height: 0;
  background-color: var(--color-second);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#constik-about.about-section .primary-btn::before {
  bottom: 0;
  left: 0;
}

#constik-about.about-section .primary-btn::after {
  top: 0;
  right: 0;
}

#constik-about.about-section .primary-btn:hover {
  color: var(--color-primary);
}

#constik-about.about-section .primary-btn:hover::before,
#constik-about.about-section .primary-btn:hover::after {
  height: 120%;
}

#constik-about.about-section .cta-btn {
  line-height: 0.8;
}

@media only screen and (min-width: 992px) and(max-width: 1199px) {
  h2 {
    font-size: 35px !important;
  }
  #constik-about.about-section .about-fact {
    padding: 35px 20px;
  }
  #constik-about.about-section.about-style-two .about-img-content .about-fact::before {
    border-left: 40px solid transparent;
  }
  #constik-about.about-section.about-style-two .about-img-content .about-fact::after {
    border-right: 40px solid transparent;
  }
}

@media only screen and (min-width: 768px) and(max-width: 991px) {
  #constik-about.about-section .about-content h2 {
    margin-bottom: 20px;
    margin-top: -8px;
  }
  #constik-about.about-section.pt-100 {
    padding-top: 90px;
  }
  #constik-about.about-section.pb-70 {
    padding-bottom: 60px;
  }
  #constik-about.about-section.about-style-two .about-img-content .about-fact {
    max-width: calc(100% - 30px);
  }
  #constik-about.about-section.about-style-three .about-img-content {
    margin-bottom: 15px;
  }
  #constik-about.about-section.about-style-three .about-img-content .about-image {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  #constik-about.about-section .about-content {
    margin-bottom: 30px;
  }
  #constik-about.about-section.pt-100 {
    padding-top: 50px;
  }
  #constik-about.about-section.pb-70 {
    padding-bottom: 20px;
  }
  #constik-about.about-section .about-content h2 {
    margin-bottom: 20px;
    margin-top: -7px;
  }
  #constik-about.about-section .about-content .about-item-list {
    margin-bottom: 20px;
  }
  #constik-about.about-section .about-image img {
    width: 100%;
  }
  #constik-about.about-section .left::before {
    right: 0;
    bottom: 0;
  }
  #constik-about.about-section .right {
    margin-top: unset;
  }
  #constik-about.about-section .right::before {
    left: 0;
    bottom: 0;
  }
  #constik-about.about-section .about-fact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 25px 20px;
  }
  #constik-about.about-section .about-fact i {
    margin-bottom: 20px;
  }
  #constik-about.about-section .about-fact .content {
    padding: 0;
  }
  #constik-about.about-section .about-fact .content h4 {
    margin-bottom: 5px;
  }
  #constik-about.about-section.about-style-two .about-img-content .overlay-img {
    position: unset;
  }
  #constik-about.about-section.about-style-two .about-img-content .overlay-img img {
    width: 100%;
  }
  #constik-about.about-section.about-style-two .about-img-content .about-fact {
    max-width: 100%;
    margin-bottom: 15px;
  }
  #constik-about.about-section.about-style-three
    .about-img-content
    [class*="col-"]:first-child {
    padding-right: 5px;
  }
  #constik-about.about-section.about-style-three
    .about-img-content
    [class*="col-"]:last-child {
    padding-left: 5px;
  }
}
