@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --font-barlow-semi-condensed: "Barlow Semi Condensed", sans-serif;
}

.cSarral p {
  font-family: var(--font-secondary);
}

.cs-btn {
  padding: 15px 15px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-family: var(--font-secondary);
  font-weight: bold;
  letter-spacing: 0.5px;
}
.cs-btn-primary {
  background-color: #ff3e07;
  color: #fff;
  border: 1px solid #ff3e07;
  transition: all 0.3s ease-in-out;
}
.cs-btn-primary:hover {
  background-color: #fff;
  color: #ff3e07;
  border: 1px solid #ff3e07;
}

/* Header */
.cSarral header.axil-header .header-navbar .header-main-nav {
  display: flex;
  justify-content: center;
}

.cSarral .banner.banner-style-5 {
  background-color: #333;
  background-image: url(../imgs/img-home-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: -180px;
}

.cSarral .banner.banner-style-5 h1 {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--font-secondary);
}

.cSarral .banner.banner-style-5::after {
  background-color: rgba(41, 41, 48, 0.4);
}

.cSarral .mainmenu > .menu-item-has-children .axil-submenu li a::after {
  position: relative;
}

/* Section BGs */
.butterfly-bg {
  background: url(../imgs/img-home-pale-yellow-bg.png) no-repeat center center
    fixed;
}

.black-dots-bg {
  background: #27272e url(../imgs/img-black-dots-bg.png) no-repeat top center
    fixed;
  background-size: 100%;
}
.white-dots-bg-0 {
  background: url(../imgs/img-white-dots.png) no-repeat center center fixed;
  background-color: #fff;
}
.white-dots-bg-1 {
  background: url(../imgs/img-white-bg-2.png) no-repeat center center fixed;
  background-color: #fff;
}

.white-dots-bg-3 {
  background: url(../imgs/img-white-dots-bg.png) no-repeat center center fixed;
  background-color: #fff;
}

.white-dots-no-bg {
  background: url(../imgs/img-bg-white-dots.png) no-repeat top center;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.yellow-dots-bg {
  background: url(../imgs/img-yellow-bg.png) no-repeat top left;
  background-color: #faf5e1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-sub-head {
  font-weight: bold;
  font-size: 1.5rem;
  font-family: var(--font-secondary);
  margin-bottom: 4rem;
  color: #374957;
}

/* ButterFly Effect */
.cSarral .section-butterfly-effect {
  background-color: #f6f7f9;
}

.cSarral .section-butterfly-effect .section-title {
  font-size: 2.2rem;
  font-family: var(--font-barlow-semi-condensed);
  text-transform: uppercase;
  color: #f74e0c;
  font-weight: 900 !important;
  letter-spacing: 0.5px;
}

.cSarral .section-butterfly-effect .butterfly-effect {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 250px;
}

.cSarral .section-butterfly-effect .be-box {
  display: flex;
  align-items: self-end;
  min-height: 163px;
}
.cSarral .section-butterfly-effect .be-box h6 {
  font-family: var(--font-secondary);
  color: #010535 !important;
  font-size: 0.7rem;
  margin: 20px 0 0;
}
.cSarral .section-butterfly-effect .be-box ul li {
  font-size: 0.8rem;
  color: #374957;
  font-family: var(--font-secondary);
  font-weight: 400;
  line-height: 170%;
}

.cSarral .section-butterfly-effect .be-box.tp-lt {
  border-radius: 24px 24px 50px 24px;
  box-shadow: 2px 2px 0px -1px rgba(0, 0, 0, 0.25);
}
.cSarral .section-butterfly-effect .be-box.tp-rt {
  border-radius: 24px 24px 24px 50px;
  box-shadow: -2px 2px 0px -1px rgba(0, 0, 0, 0.25);
}
.cSarral .section-butterfly-effect .be-box.bt-lt {
  border-radius: 24px 50px 24px 24px;
  box-shadow: 2px 2px 0px -1px rgba(0, 0, 0, 0.25);
}
.cSarral .section-butterfly-effect .be-box.bt-rt {
  border-radius: 50px 24px 24px 24px;
  box-shadow: -2px 2px 0px -1px rgba(0, 0, 0, 0.25);
}

/* Services Offerings */
.cSarral .section-service-offerings {
  background-color: #ecf2f6;
  overflow: hidden;
}

.cSarral .section-service-offerings .grey-circle-bg {
  border-radius: 100%;
  width: 600px;
  height: 600px;
  position: absolute;
  top: -100%;
  left: -80%;
  background: #d8dcdf;
  z-index: -1;
}
.cSarral .section-service-offerings .section-title {
  font-family: var(--font-barlow-semi-condensed);
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 80px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #4779a0;
}

.cSarral .section-service-offerings .section-sub-head,
.cSarral .section-service-offerings .section-sub-head span {
  font-family: var(--font-secondary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
}
.cSarral .section-service-offerings .section-sub-head {
  font-size: 1.2rem;
}

.cSarral .section-service-offerings .section-sub-head span {
  font-size: 1.8rem;
  color: #858585;
}
.cSarral .section-service-offerings p {
  font-family: var(--font-secondary);
  font-weight: 400;
  color: #273b98;
  font-size: 1rem;
  margin: 0px 0 80px;
  line-height: 190%;
}
.cSarral .section-service-offerings .star-icon {
  position: absolute;
  left: -110px;
  top: -80px;
}
.cSarral .section-service-offerings .star-icon img {
  width: 200px;
}

.cSarral .section-service-offerings .so-box-title {
  font-family: var(--font-barlow-semi-condensed);
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #4779a0;
}
.cSarral .section-service-offerings .so-box-bg-light {
  background-color: #b5cada;
  padding: 30px 0;
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.cSarral .section-service-offerings .so-box-bg-dark {
  background-color: #b0bac2;
  padding: 30px 0;
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.cSarral .section-service-offerings ul li {
  font-size: 0.8rem;
  color: #374957;
  font-family: var(--font-secondary);
  font-weight: 400;
  line-height: 200%;
}

.cSarral .section-service-offerings .advocacy-title {
  position: absolute;
  top: -50px;
}

/* Domains */
.cSarral .section-domains {
  background-color: #faf5e1;
}
.cSarral .section-domains .section-title {
  font-family: var(--font-barlow-semi-condensed);
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #292930;
}
.cSarral .section-domains p {
  font-family: var(--font-secondary);
  font-weight: 400;
  color: #292930;
  font-size: 1.2rem;
  margin: 40px 0 50px;
  line-height: 180%;
}
.cSarral .section-domains img:nth-child(1) {
  margin-left: 0;
}
.cSarral .section-domains img {
  max-width: 100%;
  height: 200px;
  margin: 6px;
}

/* Empowerment */
.cSarral .section-empowerment .section-title {
  font-family: var(--font-barlow-semi-condensed);
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 90px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
}
.cSarral .section-empowerment .sub-head,
.cSarral .section-empowerment p {
  color: #fff;
}
.cSarral .section-empowerment .sub-head {
  font-size: 1.5rem;
  font-weight: 800;
  font-family: var(--font-secondary);
  margin: 60px 0 40px;
  letter-spacing: 0.5px;
}
.cSarral .section-empowerment .sub-head span {
  display: block;
  font-size: 0.8rem;
  font-weight: 300;
}
.cSarral .section-empowerment p {
  font-family: var(--font-secondary);
  font-weight: 100;
}

/* Platform Expertise */
.cSarral .section-platform-expertise {
  background-color: #fff;
  background-image: url(../imgs/img-white-dots-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cSarral .section-platform-expertise .section-title {
  font-family: var(--font-barlow-semi-condensed);
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 90px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ff3e07;
}

.cSarral .section-platform-expertise img {
  max-width: 100%;
  height: 80px;
  margin: 20px;
}

/* Alliance Partner */
.cSarral .section-alliance-partner {
  background-color: #e6e8ec;
  color: #374957;
  padding: 40px 0;
}

.cSarral .section-alliance-partner .section-title {
  font-family: var(--font-barlow-semi-condensed);
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #374957;
}
.cSarral .section-alliance-partner img {
  max-width: 100%;
  height: 48px;
  margin: 0 auto;
  display: block;
}

/* Global Presence */
.cSarral .section-global-presence {
  background-color: #fff;
}

.cSarral .section-global-presence .section-title {
  font-family: var(--font-barlow-semi-condensed);
  font-size: 2.4rem;
  font-weight: 600;
  color: #4779a0;
}

.cSarral .section-global-presence .location-list {
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 800;
  color: #8e8c8c;
  margin-bottom: 40px;
}

.cSarral .section-global-presence .location-list li:nth-last-child(2) {
  margin-top: 20px;
}

/* Vision, Mission, and Core Values */
.cSarral .section-vision-mission-values {
  background-color: #ecf2f6;
  padding: 80px 0;
}

.cSarral .section-vision-mission-values .section-sub-head {
  margin: 40px 0 20px;
}
.cSarral .section-vision-mission-values .section-sub-head .text-vision {
  color: #4779a0;
}
.cSarral .section-vision-mission-values .section-sub-head .text-mission {
  color: #fcca45;
}
.cSarral .section-vision-mission-values .section-sub-head .text-values {
  color: #ff3e07;
}
.cSarral .section-vision-mission-values p {
  font-family: var(--font-secondary);
  font-weight: 400;
  color: #000;
  font-size: 0.9rem;
  margin-bottom: 8px;
  line-height: 160%;
  /* text-transform: uppercase; */
}

/* Leadership */

.cSarral .section-leadership .section-title {
  font-family: var(--font-barlow-semi-condensed);
  color: #f6f7f9;
  padding: 0 0 40px;
}
.cSarral .section-leadership h6 {
  font-family: var(--font-secondary);
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
  color: #fff;
}

.cSarral .section-leadership p {
  font-family: var(--font-secondary);
  font-size: 1rem;
  font-weight: 100;
  color: #fff;
  margin: 10px 0;
  line-height: 120%;
}

/* Team Sarral */
.cSarral .section-team-sarral {
  background: #faf5e1 url(../imgs/img-bg-white-dots.png) no-repeat left center
    fixed;
  background-size: cover;
  padding: 80px 0;
}
.cSarral .section-team-sarral .section-title {
  font-family: var(--font-barlow-semi-condensed);
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #292930;
}

/* Section Services */
.cSarral .section-services {
  font-family: var(--font-secondary);
  font-weight: 100;
  color: #000;
}
.cSarral .section-services .section-title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
  font-family: var(--font-secondary);
}

.cSarral .section-services p {
  font-weight: 100;
  color: #000;
  font-size: 1rem;
  margin-bottom: 0px;
  line-height: 160%;
}

.cSarral .section-services img.img-star {
  margin-right: 6px;
}
.cSarral .section-services img.img-star + span {
  font-size: 0.8rem;
}

.cSarral .section-architecture {
  background-color: #fff;
}

.cSarral .section-architecture .section-title {
  color: #000;
}

.cSarral .section-architecture {
  background-color: #ecf2f6;
}

.cSarral .section-architecture .section-title {
  color: #4779a0;
}

.cSarral .section-managed-services {
  background-color: #faf5e1;
}

/* Contact Us */
.cSarral .section-contact-us {
  background-color: #fff;
  padding: 80px 0;
}

.cSarral .section-contact-us .contact-info {
  margin-right: -100px;
  background-color: #1a2d3c;
}

.cSarral .section-contact-us .contact-info,
.cSarral .section-contact-us .contact-form-box {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25) !important;
}
.cSarral .section-contact-us .contact-info p {
  font-family: var(--font-secondary);
  font-size: 1.1rem;
  font-weight: 100;
  line-height: 190%;
  margin-bottom: 80px;
  letter-spacing: 0.5px;
  color: #fff;
}

.cSarral .section-contact-us .contact-info .title {
  font-family: var(--font-primary);
  font-size: 1.5rem;
  font-weight: 600;
}

.cSarral .section-contact-us .contact-form-box h3.title {
  font-family: var(--font-primary);
  font-size: 2rem;
  font-weight: 600;
}

.cSarral .section-contact-us .contact-info a {
  color: #fff;
  display: inline-block;
  font-family: var(--font-secondary);
  font-weight: 600;
  border-bottom: 2px solid transparent;
}

.cSarral .section-contact-us .contact-info a:hover {
  color: #ff3e07;
  border-bottom: 2px solid #ff3e07;
}

.cSarral .section-contact-us .contact-info a:first-of-type {
  margin-bottom: 8px;
}

.cSarral input,
.cSarral .form-control,
.cSarral .axil-btn {
  border-radius: 12px;
}

.cSarral .axil-btn {
  background-color: #ff3e07;
  border-color: #292930;
  border-width: 1px;
  color: #fff;
  outline: none;
}

.cSarral .section-locations .section-title {
  font-family: var(--font-barlow-semi-condensed);
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #374957;
  text-align: center;
  margin-bottom: 60px;
}

.cSarral .section-locations .category-title {
  font-family: var(--font-secondary);
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
  color: #374957;
}

.cSarral .section-locations .location-title {
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
  color: #374957;
}

.cSarral .section-locations .address {
  font-family: var(--font-secondary);
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
  line-height: 160%;
  color: #374957;
}

/* Footer  */

.cSarral .footer-main {
  padding-top: 70px;
}

.cSarral .input-group .subscribe-btn {
  font-weight: bold;
}

.cSarral .footer-widget .widget-title {
  font-size: 18px;
}
.cSarral .footer-menu-link li a {
  font-size: 14px;
}

.cSarral .footer-bottom {
  padding: 12px 0;
}
.cSarral .footer-bottom-link ul li a,
.cSarral .footer-copyright .copyright-text {
  font-size: 12px;
}

/* Modal CSS */
/* Privacy Policy Modal Styling */
.modal-dialog {
  max-width: 800px;
}

.modal-content .modal-body {
  border-radius: 0.5rem;
  max-height: 70vh;
  overflow-y: auto;
}

.modal-header {
  border-bottom: none;
  padding-bottom: 0;
}

.modal-body h5 {
  font-weight: 600;
  margin-top: 1.5rem;
  color: #4779a0;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.modal-body p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
}

.modal-body ul {
  padding-left: 1.2rem;
  list-style-type: disc;
}

.modal-body ul li {
  font-size: 14px;
  margin-bottom: 0.5rem;
  font-weight: 300;
}

.modal-footer {
  border-top: none;
  justify-content: flex-end;
}

.modal-content {
  font-family: var(--font-secondary);
  border-radius: 0 !important;
}
.modal-content a {
  color: #ff3e07;
  border-bottom: 2px solid transparent;
}
.modal-content a:hover {
  border-bottom: 2px solid #ff3e07;
}
.modal-header .modal-title {
  font-weight: 400 !important;
  font-family: var(--font-secondary);
  letter-spacing: 0.5px;
}
.modal-body p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  margin-bottom: 16px;
}
.modal-footer button {
  width: 25%;
  height: 50px;
  border-radius: 0;
  font-family: var(--font-primary);
}

.cSarral .footer-newsletter a {
  color: #000;
  border-bottom: 2px solid transparent;
}
.cSarral .footer-newsletter a:hover {
  color: #ff3e07;
  border-bottom: 2px solid #ff3e07;
}

/* Breadcrumb */
.breadcrum-area {
  font-family: var(--font-primary);
  padding: 200px 0 100px !important;
  margin-top: -180px;
}

.breadcrum-area h1.h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #292930;
}

.breadcrumb-banner .section-heading p {
  width: 100%;
  font-size: 1rem;
}

/* Extra small (xs) — <576px */
/* No media query needed — default styles apply */

/* Small (sm) — ≥576px */
@media (min-width: 576px) {
  /* Your custom styles here */
}

/* Medium (md) — ≥768px */
@media (min-width: 768px) {
  /* Your custom styles here */
}

/* Large (lg) — ≥992px */
@media (min-width: 992px) {
  /* Your custom styles here */

  .cSarral .section-butterfly-effect .butterflyBig {
    height: 150px;
  }

  .cSarral .global-presence-wrap {
    top: -50%;
    z-index: -1;
    width: 80%;
    right: 0;
    position: absolute;
  }

  .cSarral .section-team-sarral img {
    max-width: 100%;
    height: 600px;
    margin: 0 auto;
  }

  .cSarral .section-global-presence .location-list ul {
    margin-bottom: 20px;
  }

  .cSarral .section-empowerment .empowerment-box p {
    min-height: 170px;
  }
}

/* Extra large (xl) — ≥1200px */
@media (min-width: 1200px) {
  /* Your custom styles here */
}

/* Extra extra large (xxl) — ≥1400px */
@media (min-width: 1400px) {
  /* Your custom styles here */
}

/* Max-width: Small (sm) — up to 575.98px */
@media (max-width: 575.98px) {
  /* Extra small devices */
  .banner .banner-content {
    margin-top: 40px;
  }
}

/* Max-width: Medium (md) — up to 767.98px */
@media (max-width: 767.98px) {
  /* Small devices */
}

/* Max-width: Large (lg) — up to 991.98px */
@media (max-width: 991.98px) {
  /* Tablets and smaller laptops */

  .cSarral .section-butterfly-effect .be-box {
    border-radius: 24px !important;
    margin-bottom: 60px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.25) !important;
    position: relative;
  }

  .cSarral .section-butterfly-effect .be-box img {
    position: absolute;
    top: -36px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .cSarral .section-butterfly-effect .butterfly-effect {
    width: auto;
    text-align: center;
    top: 30%;
  }
  .cSarral .section-butterfly-effect .butterfly-effect img {
    height: 120px;
  }
  .cSarral .section-butterfly-effect .be-box h6 {
    font-size: 0.8rem;
    margin: 50px 0 30px;
    text-align: center;
  }
  .cSarral .section-butterfly-effect .be-box ul li {
    font-size: 1rem;
  }

  .cSarral .section-service-offerings ul li {
    font-size: 1rem;
  }

  .cSarral .section-domains img,
  .cSarral .section-platform-expertise img {
    height: auto;
    margin: 5% auto;
  }

  .cSarral .section-alliance-partner img {
    height: 48px;
    margin: 0 auto 20px;
  }

  .cSarral .section-platform-expertise img {
    margin: 20px 0;
  }
  .cSarral .section-service-offerings p {
    margin-bottom: 0;
  }
  .cSarral .section-service-offerings .advocacy-title {
    position: relative;
    top: 0;
  }
  .cSarral .section-service-offerings .star-icon {
    left: 0;
    right: 0;
    top: -100px;
    margin: 0 auto;
    text-align: center;
  }

  .cSarral .section-service-offerings .star-icon + .row {
    margin-top: 80px !important;
  }

  .cSarral .section-service-offerings .so-box-bg-light,
  .cSarral .section-service-offerings .so-box-bg-dark {
    margin-top: 80px;
  }

  .mobile-nav-logo img {
    height: 48px;
  }

  .cSarral .section-title {
    margin-bottom: 40px !important;
    font-size: 2rem !important;
  }

  .cSarral .section-global-presence .location-list {
    display: flex;
    flex-direction: column;
  }
  .cSarral .section-global-presence .location-list ul {
    order: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .cSarral .section-global-presence .location-list li:nth-last-child(2) {
    margin-top: 0;
  }

  .cSarral .section-contact-us .contact-info {
    margin-right: 0;
  }

  .cSarral .section-locations .category-title {
    margin-bottom: 20px;
  }

  .modal-footer button {
    width: 100%;
  }

  .cSarral .section-butterfly-effect .butterflyBig {
    height: 180px;
    margin: 0 auto 30px;
  }
}

/* Max-width: XL — up to 1199.98px */
@media (max-width: 1199.98px) {
  /* Standard desktop cutoff */

  .axil-mainmenu {
    padding: 20px !important;
  }
}
.carrer-mail a:hover {
  color: #ff3e07;
  border-bottom: 2px solid #ff3e07;
}
.mandate_star {
  color: #ff3e07;
}
