.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 20px;
  }
}
.sotcox-menu-wrapper {
  border-radius: 50px;
}
.sotcox-hero-section-left.sotcox-hero-section-left {
  max-width: 550px;
  width: 100%;
  padding: 40px 12px 0px 12px;
}
.sotcox-hero-section-right {
  max-width: 770px;
  width: 100%;
  float: right;
}
.sotcox-mission-small_box {
  border-radius: 20px;
  border: 1px solid #e6eefb;
  padding: 24px 19px;
  height: 100%;
}
.small_icon {
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  border-radius: 30px;
}
.small_icon img {
  width: 40px;
  height: 40px;
}
.small_icon-1 {
  background-color: #e6f1f9;
}
.small_icon-2 {
  background-color: #e6f4ef;
}
.small_icon-3 {
  background-color: #f2ecff;
}
.small_icon-4 {
  background-color: #fff3e8;
}
.small_icon-5 {
  background-color: #f0f6ff;
}
.sotcox-mission-small_box h3,
.service-details-active h3 {
  color: #1b2e59;
  font-family: Archivo;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}
.sotcox-mission-small_box p,
.service-details-active p {
  color: #727885;
  font-family: Arimo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.service-details-active .content .displayonhover {
  display: none;
}

.service-details-active .content:hover .displayonhover {
  display: flex;
}

.service-details-active .content:hover {
  cursor: pointer;
  background-color: #266ff2;
  color: #ffffff !important;
}
.service-details-active .content:hover h4,
.service-details-active .content:hover p,
.service-details-active .content:hover h6 {
  color: #ffffff !important;
}
.footer-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: #f1f6ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vector-1 {
  position: absolute;
  top: 40px;
  left: 40px;
}
.vector-2 {
  position: absolute;
  top: 90px;
  right: 70px;
}
.vector-3 {
  position: absolute;
  bottom: 80px;
  left: 320px;
}
.contact-card {
  border-radius: 24px;
  background: #f6faff;
  padding: 24px 32px;
}
.social-icon {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 0.8px solid #eaedff;
  background: rgba(38, 111, 242, 0.08);
}
.contact-mail a::after {
  display: none !important;
}
.contact-mail a {
  padding-left: 0 !important;
}
.before-line {
  padding: 0px 0px 0px 20px;
  position: relative;
}

.before-line p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 25px);
  background: #09c3ff;
}
.sotcox-details-page .details-thumb img {
  border-radius: 20px;
}
.project-breadcrumb a {
  color: #727885;
  font-family: Arimo;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 15.4px; /* 110% */
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.project-breadcrumb a:hover {
  color: #266ff2;
}
.project-breadcrumb span {
  color: #266ff2;
  font-family: Arimo;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 15.4px; /* 110% */
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.scroll-up {
  position: fixed;
  z-index: 2147483647;
  right: 50px;
  bottom: 50px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background: #e8f0ff;
}
