@charset "UTF-8";
[data-page="pages/contact-us"] .newsletter-section {
  margin-top: 0 !important; }

.contact-page .cms-page-hero-banner.blog-hero-banner .overlay-card-content {
  max-width: 61%;
  width: 100%; }

.contact-page .cms-page-hero-banner .overlay-card-content h1 {
  line-height: 106px; }

.contact-page .g-recaptcha {
  display: flex;
  justify-content: center; }
  .contact-page .g-recaptcha ~ .form-actions {
    margin-top: 1.6rem; }

.contact-page .contact-form-checkbox {
  width: 29px;
  height: 29px;
  border-radius: 5px;
  border: 1px solid #000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
  position: relative;
  margin-right: 6px; }
  .contact-page .contact-form-checkbox:checked {
    background-color: #007bff;
    border-color: #007bff; }
    .contact-page .contact-form-checkbox:checked::before {
      content: '✔';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 18px;
      color: white; }

.contact-page .check-form label {
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px 0; }

.contact-page .form .form-field {
  width: 100%;
  width: 100%;
  margin-bottom: 10px; }

.contact-page .form .form-input {
  height: 2rem; }

.contact-page .form .form-label {
  color: #000;
  font-size: 16px;
  line-height: 21px; }
  .contact-page .form .form-label small {
    display: none; }

.contact-page .form-section {
  max-width: 45.5%;
  width: 100%;
  padding-right: 66px;
  width: 60%;
  padding-right: 20px; }
  .contact-page .form-section .form {
    padding-right: 51px;
    padding-left: 8px; }

.contact-page #contact_question {
  min-height: 184px; }

.contact-page .form-input {
  border-color: #000000; }

.contact-page .form-actions .button {
  background: #222A53;
  color: #ffffff;
  font-size: 16px;
  line-height: 12px;
  padding: 12px 33px;
  text-decoration: none;
  border-radius: 20px; }

.contact-page .contact-details {
  width: 100%;
  border-bottom: .75px solid #E20437; }
  .contact-page .contact-details.contacts .contact-inner {
    width: 100%;
    float: right;
    max-width: 90%; }
  .contact-page .contact-details h3 {
    margin: 0;
    margin-bottom: 24px; }
  .contact-page .contact-details.faqs {
    border: 0; }

.contact-page .faqs .contact-line .box-link {
  color: #E20437;
  text-decoration: underline; }

.contact-page .faqs .contact-inner > div:not(:last-of-type) {
  margin-bottom: 20px; }

.contact-page .faqs a {
  color: #ff0000;
  text-decoration: none; }
  .contact-page .faqs a:hover {
    text-decoration: underline; }

.contact-page .contact-address {
  width: 45%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start; }
  .contact-page .contact-address .box-link {
    color: #000000;
    font-size: 16px; }
  .contact-page .contact-address .contact-add {
    width: calc(100% - 41px); }

.contact-page .icon {
  display: none; }

.contact-page .contact-details-section .section-inner {
  border: 1px solid #585CD3;
  border-radius: 10px; }
  .contact-page .contact-details-section .section-inner > div:not(:last-of-type) {
    border-bottom: 1px solid #585CD3;
    margin-bottom: 20px; }

.contact-page .contact-page-section .section-inner {
  padding: 20px;
  align-items: center; }

.contact-page .section-inner {
  width: 100%;
  max-width: 1248px;
  height: auto;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between; }

.contact-page .contact-title {
  color: #e20437; }

.contact-page .contact-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end; }

.contact-page .contact-line {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #000000; }

.contact-page .dates .contact-inner {
  justify-content: flex-start;
  margin-bottom: 20px; }
  .contact-page .dates .contact-inner > div:not(:last-of-type) {
    margin-bottom: 10px;
    margin-bottom: 15px; }

.contact-page .dates .contact-line {
  justify-content: space-between; }

.contact-page .box-link {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  outline: 0;
  z-index: 150; }

.contact-page .info-section-inner {
  border: .75px solid #222e53;
  border-radius: 5px;
  background: #fff;
  padding: 25px; }
  .contact-page .info-section-inner.section-inner {
    padding-top: 35px; }

.contact-page .contacts .contact-title {
  margin-bottom: 40px; }

.contact-page .contacts .contact-address:first-child {
  width: 55%; }

.contact-page .contact-details.dates,
.contact-page .contact-details.faqs {
  margin-top: 24px; }

.contact-page .contact-us-inner {
  display: flex; }
  .contact-page .contact-us-inner .info-section {
    max-width: 54.5%;
    width: 100%;
    padding: 26px;
    border-left: 1px solid #dddddd;
    background: #F5F5F5;
    margin-top: -40px;
    padding-top: 36px;
    padding-bottom: 109px; }

.contact-page #contact-us-page {
  width: 100%;
  max-width: 100%; }
  .contact-page #contact-us-page .page-width-inner {
    padding: 0; }

.contact-page .overlay-card-content p {
  font-size: 20px;
  line-height: 21.76px;
  font-weight: 700; }

.contact-page .contact-page .cms-page-hero-banner.blog-hero-banner .overlay-card-content {
  max-width: 46%;
  width: 100%; }

.contact-page p:empty {
  display: none; }

.contact-page .contact-details h3,
.contact-page .operating-hours h3,
.contact-page .faqs h3 {
  color: #E20437;
  font-weight: 700;
  font-size: 20px;
  line-height: 21.76px; }

.contact-page .info-section {
  width: 40%;
  padding-left: 20px;
  border-left: 1px solid #dddddd; }

.contact-page .form-group {
  margin-bottom: 15px; }
  .contact-page .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold; }
  .contact-page .form-group textarea {
    height: 100px; }
  .contact-page .form-group.checkbox {
    display: flex;
    align-items: center; }
    .contact-page .form-group.checkbox label {
      margin-left: 5px; }
  .contact-page .form-group.recaptcha {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .contact-page .form-group.recaptcha label {
      margin-left: 5px; }

.contact-page .form-group input[type="text"],
.contact-page .form-group input[type="tel"],
.contact-page .form-group input[type="email"],
.contact-page .form-group textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-sizing: border-box; }

.contact-page .submit-button {
  background-color: #1a1aff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer; }
  .contact-page .submit-button:hover {
    background-color: #0000cc; }

.contact-page .contact-details address,
.contact-page .operating-hours p,
.contact-page .faqs p {
  margin: 0;
  font-size: 14px; }

@media (max-width: 768px) {
  .contact-page .cms-page-hero-banner.blog-hero-banner .overlay-card-content {
    width: 100%;
    max-width: 100%;
    font-size: 36px; }
  .contact-page .overlay-card-content p {
    font-size: 18px;
    line-height: 19.58px; }
  .contact-page .contact-us-inner {
    display: flex;
    flex-wrap: wrap; }
    .contact-page .contact-us-inner .info-section {
      order: 0;
      order: 0;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0; }
  .contact-page #contact-us-page .page-width-inner {
    padding: inherit;
    padding: 0 28px; }
  .contact-page .form-section {
    order: 1;
    order: 1;
    padding: 0; }
    .contact-page .form-section .form {
      padding: 0;
      margin-top: 20px; }
  .contact-page .contact-details.contacts .contact-inner {
    width: 100%;
    max-width: 100%;
    align-items: flex-start; }
  .contact-page .info-section-inner.section-inner {
    padding: 16px 14px; }
  .contact-page .contacts .contact-title {
    margin: 0;
    margin-bottom: 13px; }
  .contact-page .contact-address .box-link {
    font-size: 15px; }
  .contact-page .contact-address .contact-add {
    width: 100%; }
  .contact-page .dates .contact-inner > div:not(:last-of-type) {
    margin-bottom: 12px; }
  .contact-page .form-actions .button {
    width: auto; }
  .contact-page .contact-line {
    font-size: 15px; } }
  @media (max-width: 768px) and (max-width: 480px) {
    .contact-page .contact-line span {
      display: block; } }

@media (max-width: 768px) {
  .contact-page .form-section,
  .contact-page .contact-us-inner .info-section {
    max-width: 100%;
    width: 100%; }
  .contact-page .contact-details h3, .contact-page .operating-hours h3, .contact-page .faqs h3 {
    font-size: 18px;
    margin-bottom: 15px; } }

.timeline-main {
  position: relative; }

.timeline-container {
  padding: 60px 0;
  position: relative;
  color: #fff;
  padding-top: 77px;
  margin-top: 77px;
  background-color: #0E0530; }

.timeline-inner-container {
  text-align: center;
  margin-bottom: 50px; }

.timeline-inner-container h2 {
  font-size: 24px;
  margin-bottom: 10px; }

.timeline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; }

.timeline:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  z-index: 1; }

.timeline-event {
  text-align: center;
  z-index: 2;
  background-color: #222A53;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  position: relative;
  cursor: pointer; }

.timeline-event img {
  height: unset;
  width: unset; }

.event-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  top: 78px;
  font-size: 20px; }

.timeline-year-info {
  font-size: 30px;
  font-weight: 700;
  line-height: 32.64px;
  margin: 0 0 16px 0; }

.timeline-year {
  font-size: 30px;
  line-height: 32.64px;
  margin: 0; }

.timeline-event.active {
  background: #E20437; }

.timeline-main .page-width-inner {
  margin-top: 52px; }

.timeline-main-image {
  width: 154px;
  height: 154px;
  background: #E20437;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
  margin: 0 auto; }

.about-content {
  max-width: 688px;
  margin: 0 auto;
  background: #fff;
  padding: 25px 40px;
  margin-top: -130px;
  position: relative; }

.about-content p {
  max-width: 565px;
  width: 100%;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  line-height: 21px; }

.sectionTitle {
  font-size: 30px;
  font-weight: 700;
  line-height: 32.64px;
  margin: 0 0 16px 0;
  text-align: center;
  color: #0E0530;
  margin-bottom: 5%; }

/**********************************************************/
.about-us-page .slider-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%; }
  .about-us-page .slider-wrapper .sector-card {
    padding-top: 0; }
    .about-us-page .slider-wrapper .sector-card h3 {
      margin-top: 14px;
      margin-bottom: 12px; }

.about-us-page .timeline-detail {
  display: none; }

.about-us-page .timeline-main {
  position: relative; }
  .about-us-page .timeline-main .page-width-inner {
    margin-top: 52px; }

.about-us-page .timeline-container {
  padding: 60px 0;
  position: relative;
  color: #fff;
  padding-top: 77px;
  margin-top: 77px;
  background-color: #0E0530; }

.about-us-page .timeline-inner-container {
  text-align: center;
  margin-bottom: 50px; }
  .about-us-page .timeline-inner-container h2 {
    font-size: 24px;
    margin-bottom: 10px; }

.about-us-page .timeline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; }
  .about-us-page .timeline:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    z-index: 1; }

.about-us-page .timeline-event {
  text-align: center;
  z-index: 2;
  background-color: #222A53;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  position: relative;
  cursor: pointer; }
  .about-us-page .timeline-event img {
    height: unset;
    width: unset; }
  .about-us-page .timeline-event.active {
    background: #E20437; }

.about-us-page .event-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  top: 78px;
  font-size: 20px; }

.about-us-page .timeline-year-info {
  font-size: 30px;
  font-weight: 700;
  line-height: 32.64px;
  margin: 0 0 16px 0; }

.about-us-page .timeline-year {
  font-size: 30px;
  line-height: 32.64px;
  margin: 0; }

.about-us-page .timeline-main-image {
  width: 154px;
  height: 154px;
  background: #E20437;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
  margin: 0 auto; }

.about-us-page .about-content {
  max-width: 688px;
  margin: 0 auto;
  background: #fff;
  padding: 25px 40px;
  margin-top: -130px;
  position: relative; }
  .about-us-page .about-content p {
    max-width: 565px;
    width: 100%;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    line-height: 21px; }

.about-us-page .sectionTitle {
  font-size: 30px;
  font-weight: 700;
  line-height: 32.64px;
  margin: 0 0 16px 0;
  text-align: center;
  color: #0E0530;
  margin-bottom: 5%; }

.about-us-page .sector-card {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  text-align: center;
  padding: 20px 0px;
  box-sizing: border-box;
  flex: 0 0 24%;
  margin: 8px 11px 8px 8px;
  max-width: 293px; }
  .about-us-page .sector-card h3 {
    color: #0E0530;
    font-size: 24px;
    line-height: 29.88px;
    font-family: 'Enrique Light Round' !important;
    font-weight: 700; }
  .about-us-page .sector-card p {
    color: #0E0530;
    font-size: 16px;
    line-height: 21px; }
  .about-us-page .sector-card img {
    width: 78px;
    height: 73px;
    margin: 0 auto; }

.about-us-page .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #b01f69;
  font-size: 2rem;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .about-us-page .arrow.left {
    left: 16%; }
  .about-us-page .arrow.right {
    right: 16%; }

.about-us-page .sector-card-inner {
  max-width: 72%;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px; }

.about-us-page .slider-container-main {
  background: #F5F5F5;
  position: relative;
  padding-top: 60px;
  padding-bottom: 86px; }
  .about-us-page .slider-container-main .page-width-inner {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    max-width: 1252px; }
  .about-us-page .slider-container-main .sectionTitle {
    margin-bottom: 28px; }

.about-us-page .quality-container-main {
  padding: 40px 0; }
  .about-us-page .quality-container-main .box {
    max-width: 49%;
    box-sizing: border-box;
    text-align: left;
    display: flex;
    align-items: flex-start;
    letter-spacing: 0.1px;
    width: 100%; }
    .about-us-page .quality-container-main .box h2 {
      color: #0E0530;
      margin-bottom: 10px;
      margin-top: 0;
      font-size: 30px;
      font-weight: 700;
      line-height: 32.64px;
      font-size: 30px;
      color: #0E0530;
      margin-bottom: 16px;
      margin-top: 0;
      line-height: 32.64px; }
    .about-us-page .quality-container-main .box img {
      width: 122px;
      margin-right: 26px;
      height: 147px; }
    .about-us-page .quality-container-main .box p {
      font-size: 16px;
      color: #0E0530;
      line-height: 21px;
      margin-top: 0;
      margin-bottom: 10px;
      letter-spacing: 0; }
    .about-us-page .quality-container-main .box.careers {
      max-width: 39%;
      width: 100%; }
  .about-us-page .quality-container-main .outer-container {
    width: 1440px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 40px 0; }
  .about-us-page .quality-container-main .inner-container {
    width: 1223px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .about-us-page .quality-container-main .button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #222A53;
    color: #ffffff;
    text-decoration: none;
    border-radius: 25px;
    transition: background-color 0.3s ease;
    margin-top: 18px; }
  .about-us-page .quality-container-main .page-width-inner {
    max-width: 1253px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    display: flex;
    justify-content: space-around; }
  .about-us-page .quality-container-main .carrer-container p a {
    color: #0E0530; }

@media (max-width: 768px) {
  .about-us-page .about-content {
    max-width: 88%;
    padding: 26px 14px;
    width: 100%;
    margin-top: -186px; }
    .about-us-page .about-content p {
      font-size: 15px;
      line-height: 18px;
      margin-bottom: 18px; }
  .about-us-page .cms-page-hero-banner .overlay-card-inner-block {
    top: -38px; }
  .about-us-page .sectionTitle {
    font-size: 27px;
    line-height: 29.38px;
    margin-bottom: 94px;
    font-size: 27px;
    line-height: 29.38px;
    margin-bottom: 94px; }
  .about-us-page .timeline-inner-container .timeline-year-info,
  .about-us-page .timeline-inner-container .timeline-year {
    font-size: 27px;
    line-height: 29.38px;
    font-size: 27px;
    line-height: 29.38px; }
  .about-us-page .timeline-inner-container .timeline-year {
    font-weight: 400;
    font-weight: 400; }
  .about-us-page .timeline {
    flex-direction: column;
    gap: 70px;
    flex-direction: column;
    gap: 70px;
    flex-direction: column;
    gap: 30px;
    padding: 0 20px; }
    .about-us-page .timeline::before {
      content: none; }
  .about-us-page .quality-container-main {
    padding: 22px 0; }
    .about-us-page .quality-container-main .page-width-inner {
      max-width: 100%;
      padding: 0 30px;
      display: block; }
    .about-us-page .quality-container-main .box {
      max-width: 100%;
      display: block;
      text-align: center; }
      .about-us-page .quality-container-main .box img {
        margin: 0;
        width: 114px;
        height: 137px;
        margin-bottom: 14px; }
      .about-us-page .quality-container-main .box h2 {
        font-size: 27px;
        line-height: 29.38px;
        margin-bottom: 14px; }
      .about-us-page .quality-container-main .box p {
        font-size: 15px;
        line-height: 18px;
        padding: 0 8px; }
      .about-us-page .quality-container-main .box.careers {
        max-width: 100%;
        border-top: .75px solid #E20437;
        margin-top: 24px;
        padding-top: 20px; }
    .about-us-page .quality-container-main .carrer-container p a {
      text-decoration: none; }
    .about-us-page .quality-container-main .button {
      padding: 13px 24px;
      border: 0; }
  .about-us-page .arrow {
    display: none; }
  .about-us-page .sector-card {
    height: 368px; }
    .about-us-page .sector-card h3 {
      font-size: 20px;
      line-height: 24.9px;
      margin: 6px 0; }
    .about-us-page .sector-card p {
      font-size: 15px;
      line-height: 18px; }
  .about-us-page .slider-container-main {
    background: #F5F5F5;
    position: relative;
    padding-top: 22px;
    padding-bottom: 36px; }
    .about-us-page .slider-container-main .page-width-inner {
      padding: 0 30px;
      margin: 0 20px; }
    .about-us-page .slider-container-main .sectionTitle {
      margin-bottom: 10px;
      font-size: 27px; }
  .about-us-page .timeline-detail {
    display: block;
    display: block;
    margin: 12px auto;
    display: block;
    margin: 12px auto; }
  .about-us-page .event-title {
    position: unset;
    transform: none;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    padding-bottom: 16px; }
  .about-us-page .inner-img {
    margin: 0 auto;
    background-color: #222A53;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9; }
  .about-us-page .timeline-event {
    background: transparent;
    width: 100%;
    height: auto;
    display: block; }
    .about-us-page .timeline-event.active {
      background: transparent; }
      .about-us-page .timeline-event.active .inner-img {
        background: #E20437; }
    .about-us-page .timeline-event::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 20%;
      height: 2px;
      background-color: #FFF;
      z-index: 1;
      rotate: 90deg;
      max-width: 100%;
      margin: 0 auto;
      text-align: center;
      right: 0; }
    .about-us-page .timeline-event:first-child {
      display: none; }
  .about-us-page br {
    display: none; }
  .about-us-page .timeline-main .page-width-inner {
    padding: 0 30px; }
  .about-us-page .sector-card {
    flex: 0 0 50%; }
  .about-us-page .hr-line {
    display: none !important; } }

@media (max-width: 480px) {
  .about-us-page .sector-card {
    flex: 0 0 100%; } }

/***/
/*.slider-wrapper {
	display: flex;
	transition: transform 0.5s ease;
	width: 100%;
}

.sector-card {
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 0;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	flex: 0 0 25%;
	margin: 8px;
}

.sector-card h3 {
	color: #0E0530;
	font-size: 24px;
	line-height: 29.88px;
	font-family: 'Enrique Round' !important;
	font-weight: 700;
}

.sector-card p {
	color: #0E0530;
	font-size: 16px;
	line-height: 21px;
}

.sector-card img {
	width: 78px;
	height: 73px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.sector-card {
		flex: 0 0 50%;
	}
}

@media (max-width: 480px) {
	.sector-card {
		flex: 0 0 100%;
	}
}

.about-us-page .arrow {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		color: #b01f69;
		font-size: 2rem;
		cursor: pointer;
		z-index: 10;
		border-radius: 50%;
		width: 25px;
		height: 25px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
.about-us-page .arrow.left {
		left: 16%;
	}

.about-us-page .arrow.right {
		right: 16%;
	}

.about-us-page	.sector-card-inner {
		max-width: 80%;
		width: 100%;
		margin: 0 auto;
	}


.slider-container-main {
	background: #F5F5F5;
	position: relative;
	padding-top: 60px;
	padding-bottom: 86px;
}

.slider-container-main .page-width-inner {
	overflow: hidden;
}

.slider-container-main .sectionTitle {
	margin-bottom: 28px;
} */
