@font-face {
  font-family: 'MaximaNouva-Bold';
  src: url("/fonts/MaximaNouva-Bold.otf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'MaximaNouva-ExtraBold';
  src: url("/fonts/MaximaNouva-ExtraBold.otf");
  font-family: 'MaximaNouva-Bold';
  font-style: normal;
}

@font-face {
  font-family: 'MaximaNouva-Regular';
  src: url("/fonts/MaximaNouva-Regular.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'MaximaNouva-Thin';
  src: url("/fonts/MaximaNouva-Thin.otf");
  font-weight: 300;
  font-style: normal;
}

.landing-section {
  padding-top: 300px;
  padding-bottom: 100px;
  height: 768px;
}

.landing-heading {
  font-size: 30px;
  font-weight: 600;
  position: sticky;
  top: 10px;
}

.white-landing-heading {
  color: #fff;
}

.read-more {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  background: #103FD3;
  border-radius: 10px;
  padding: 15px 20px;
}

.read-more:hover {
  color: #FFFFFF;
}

.about-us-landing-section {
  background-image: url("/images/about_us/about.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-heading {
  font-size: 28px;
  font-weight: 600;
}

.white-section-heading {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .breadcrumb-section {
    width: 100%;
    position: absolute;
    top: 25%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .landing-section {
    max-height: 550px;
  }
  .landing-section::before {
    content: '';
    position: absolute;
    bottom: 90px;
    right: 0;
    width: 70%;
    height: 1px;
    border-bottom: 1px solid #FFFFFF;
  }
  .about-us-landing-section {
    background-image: url("/images/about_us/about-bg-img.png");
  }
  .landing-heading {
    font-size: 55px;
    line-height: 65px;
    padding-top: 120px;
  }
  .section-heading {
    font-size: 45px;
    line-height: 54px;
  }
}

.our-story-section .section-heading {
  margin-bottom: 50px;
}

.our-story-brief {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .our-story-brief {
    text-align: left;
  }
}

.our-story-content {
  font-size: 14px;
  line-height: 24px;
  color: #828282;
}

@media (min-width: 576px) {
  .our-story-content {
    font-size: calc(0.23148148vw + 12.66666667px);
  }
}

@media (min-width: 1440px) {
  .our-story-content {
    font-size: 16px;
  }
}

@media (min-width: 576px) {
  .our-story-content {
    line-height: calc(0.23148148vw + 22.66666667px);
  }
}

@media (min-width: 1440px) {
  .our-story-content {
    line-height: 26px;
  }
}

.content-heading {
  font-family: 'MaximaNouva-Bold';
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 576px) {
  .content-heading {
    font-size: calc(0.92592593vw + 18.66666667px);
  }
}

@media (min-width: 1440px) {
  .content-heading {
    font-size: 32px;
  }
}

@media (min-width: 576px) {
  .content-heading {
    line-height: calc(1.15740741vw + 25.33333333px);
  }
}

@media (min-width: 1440px) {
  .content-heading {
    line-height: 42px;
  }
}

.content-heading .blue {
  color: #0285fe;
}

.content {
  font-weight: 400;
  color: #828282;
  font-size: 14px;
}

@media (min-width: 576px) {
  .content {
    font-size: calc(0.46296296vw + 11.33333333px);
  }
}

@media (min-width: 1440px) {
  .content {
    font-size: 18px;
  }
}

.vision-img-wrapper {
  background-color: #4B82EC1A;
  height: 225px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vision-wrapper {
  -webkit-box-shadow: 0px 8px 16px 0px #ABBED166;
          box-shadow: 0px 8px 16px 0px #ABBED166;
  border-radius: 10px;
  overflow: hidden;
}

.vision-content-wrapper {
  padding: 30px;
  min-height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.mission-vision-section {
  padding-top: 5px;
  padding-bottom: 100px;
}

.mission-vision-heading {
  font-size: 24px;
  line-height: 29px;
  color: #222222;
}

@media (min-width: 576px) {
  .mission-vision-heading {
    font-size: calc(2.43055556vw + 10px);
  }
}

@media (min-width: 1440px) {
  .mission-vision-heading {
    font-size: 45px;
  }
}

@media (min-width: 576px) {
  .mission-vision-heading {
    line-height: calc(2.89351852vw + 12.33333333px);
  }
}

@media (min-width: 1440px) {
  .mission-vision-heading {
    line-height: 54px;
  }
}

@media screen and (min-width: 768px) {
  .mission-vision-section {
    padding-bottom: 130px;
  }
  .content-heading {
    font-size: 35px;
    line-height: 50px;
  }
  .content-heading .break {
    display: block;
  }
  .content {
    font-size: 18px;
    line-height: 38px;
  }
  .vision-wrapper {
    border: 1px solid #DCDCDC;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 35px;
    height: 380px;
  }
  .vision-img-wrapper, .vision-content-wrapper {
    width: 50%;
  }
  .vision-content-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: start;
    padding: 50px;
  }
  .vision-img-wrapper {
    height: 100%;
    padding: 100px;
  }
}

.leader-section {
  background: linear-gradient(112.28deg, #21242D -18.3%, #313847 -7.48%, #103FD3 61.4%, #6FC8EF 105.24%, #DCF4FF 148.05%, #FFFFFF 162.86%);
  position: relative;
  margin-bottom: 100px;
  padding: 100px 0 80px 0;
}

.leader-section .container {
  z-index: 2;
}

.leader-bg {
  position: absolute;
  right: 0;
  top: 0;
}

.values-team-section img {
  margin: 0 auto;
}

.values-heading {
  text-align: center;
  margin-bottom: 30px;
}

.values-slider {
  padding-top: 50px;
}

.values-section {
  padding: 100px 0;
}

.values-content {
  color: #fff;
  text-align: center;
  margin: 20px auto;
}

.values-content img {
  margin: 0 auto;
}

.values-content h4 {
  font-size: 24px;
  line-height: 24px;
  font-family: 'MaximaNouva-Bold';
  margin-top: 25px;
  margin-bottom: 15px;
  color: #000A2D;
}

.values-content p {
  font-size: 15px;
  line-height: 24px;
  color: #636571;
}

.line-divider {
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  margin-top: 40px;
}

.line-divider:before, .line-divider:after {
  content: "";
  height: 3px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
}

.line-divider:before {
  -webkit-transform: translateX(24px);
          transform: translateX(24px);
  width: 10px;
}

.line-divider:after {
  -webkit-transform: translateX(38px);
          transform: translateX(38px);
  width: 12px;
}

.leadership-team-section-heading {
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
  font-family: 'MaximaNouva-Bold';
}

.leader-title-element {
  text-align: center;
}

.profile-info-container {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto;
  text-align: center;
}

.profile-info-container p:last-child {
  margin-bottom: 0;
}

.profile-info-container h4 {
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  font-family: 'MaximaNouva-Bold';
}

@media (min-width: 576px) {
  .profile-info-container h4 {
    font-size: calc(2.08333333vw + 8px);
  }
}

@media (min-width: 1440px) {
  .profile-info-container h4 {
    font-size: 38px;
  }
}

@media (min-width: 576px) {
  .profile-info-container h4 {
    line-height: calc(2.43055556vw + 10px);
  }
}

@media (min-width: 1440px) {
  .profile-info-container h4 {
    line-height: 45px;
  }
}

.slick-slide .floating-name {
  display: none;
}

.slide-next,
.slide-prev {
  display: none;
}

.certificate-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.certificate-div img {
  margin: 0 auto;
}

.certifications-container {
  margin-top: 70px;
}

.certifications-container .slick-dots {
  bottom: -70px;
  text-align: center;
}

.certifications {
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .slick-slide .floating-name {
    display: block;
  }
  .values-team-section {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .leadership-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .leadership-content picture {
    margin-left: 40px;
  }
  .leadership-team-section-heading {
    text-align: left;
    margin-bottom: 30px;
  }
  .slider-container {
    position: relative;
  }
  .slider-container .slide-next {
    border: 0;
    background: #fff;
    position: absolute;
    top: 30%;
    right: 10%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .slider-container .slide-next span {
    font-size: 65px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .slider-container .slide-next:hover span {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .slider-container .slide-prev {
    display: none;
    left: 13%;
  }
  .slider-container .slide-prev .material-icons {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .slider-container .slide-prev:hover span {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .profile-container {
    margin-left: 0;
  }
  .profile-info-container {
    text-align: left;
    margin-top: 0px;
    margin-left: 50px;
    width: 40%;
  }
}

@media screen and (min-width: 992px) {
  .values-heading {
    margin-top: 10px;
    text-align: left;
  }
  .values-heading .break {
    display: block;
  }
  .values-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .values-content {
    width: 30%;
    /*
    &:nth-child(4) {
        margin-left: 16%;
    }

    &:nth-child(5) {
        margin-right: 16%;
    }
    */
  }
}

.profile-container img {
  margin: 0 auto;
}

.our-objectives-section h4 {
  font-size: 20px;
  line-height: 28px;
  color: #505050;
  margin-top: 30px;
  margin-bottom: 25px;
}

.our-objectives-section h5 {
  font-size: 18px;
  font-weight: 500;
}

.our-objectives-heading {
  font-size: 24px;
  line-height: 29px;
  color: #103FD3;
  letter-spacing: 0.02px;
}

@media (min-width: 576px) {
  .our-objectives-heading {
    font-size: calc(2.43055556vw + 10px);
  }
}

@media (min-width: 1440px) {
  .our-objectives-heading {
    font-size: 45px;
  }
}

@media (min-width: 576px) {
  .our-objectives-heading {
    line-height: calc(2.89351852vw + 12.33333333px);
  }
}

@media (min-width: 1440px) {
  .our-objectives-heading {
    line-height: 54px;
  }
}

.objective-line {
  font-size: 14px;
  line-height: 20px;
  color: #7E7E7E;
  letter-spacing: 0.02px;
}

@media (min-width: 576px) {
  .objective-line {
    font-size: calc(0.92592593vw + 8.66666667px);
  }
}

@media (min-width: 1440px) {
  .objective-line {
    font-size: 22px;
  }
}

@media (min-width: 576px) {
  .objective-line {
    line-height: calc(1.38888889vw + 12px);
  }
}

@media (min-width: 1440px) {
  .objective-line {
    line-height: 32px;
  }
}

.advent-team-goal-list ul {
  list-style-type: none;
  margin-top: 20px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #5D5D5D;
}

.advent-team-goal-list ul li {
  position: relative;
}

.advent-team-goal-list ul li:before {
  content: "";
  position: absolute;
  left: -15px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #828282;
  top: 10px;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .advent-team-goal-list ul {
    width: 45%;
  }
}

.blue-section {
  background: #004fac;
}

.infra-slider {
  padding: 50px 0;
}

.infra-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.infra-slider .slick-slide {
  height: inherit !important;
}

.infra-div {
  -webkit-box-shadow: 0px 8px 16px 0px #ABBED166;
          box-shadow: 0px 8px 16px 0px #ABBED166;
  margin: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.infra-img {
  width: 100%;
}

.infra-content {
  padding: 30px;
}

.infra-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.02em;
  font-family: 'MaximaNouva-Bold';
  color: #1D1D1D;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .infra-title {
    font-size: calc(0.69444444vw + 14px);
  }
}

@media (min-width: 1440px) {
  .infra-title {
    font-size: 24px;
  }
}

@media (min-width: 576px) {
  .infra-title {
    line-height: calc(0.92592593vw + 15.66666667px);
  }
}

@media (min-width: 1440px) {
  .infra-title {
    line-height: 29px;
  }
}

.infra-title img {
  margin-right: 10px;
}

.infra-desc {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #636571;
}

@media screen and (min-width: 1200px) {
  .infra-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .infra-img {
    height: 100%;
  }
  .infra-div {
    position: relative;
    width: 48%;
    height: 380px;
  }
  .infra-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFFFFF;
    width: 80%;
    border-radius: 10px;
  }
  .instastructure-section {
    position: relative;
    padding-top: 100px;
  }
  .infra-bg {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.our-clients-section .thin-section-heading {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #505050;
}

.our-clients-section .contact-appeal,
.our-clients-section .certifications {
  text-align: center;
}

.contact-appeal {
  padding-top: 40px;
  padding-bottom: 40px;
}

.certifications-container img {
  max-width: 130px;
  max-height: 130px;
}

.our-story-video {
  height: 250px;
  border-radius: 10px;
}

.leaders-slider .slick-dots li button {
  background: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .contact-appeal {
    background: #f9f9f9;
    margin-bottom: 100px;
  }
  .contact-appeal h2.thin-section-heading {
    line-height: 54px;
  }
  .contact-appeal .break {
    display: block;
  }
  .certifications-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 100px auto 0;
  }
  .certifications {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.join-us-section {
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(rgba(0, 0, 0, 0.95)), color-stop(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0))), url("/images/about_us/joinus-mob.png");
  background-image: linear-gradient(0deg, black, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)), url("/images/about_us/joinus-mob.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 240px;
  max-height: 450px;
  padding-bottom: 40px;
  color: #fff;
}

.join-us-section .join-us-heading {
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .join-us-section {
    background-image: url("/images/about_us/joinus-web.png");
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 80px;
  }
  .join-us-section .break {
    display: block;
  }
  .join-us-section .join-us-heading {
    font-size: 45px;
    line-height: 54px;
  }
}

.ruler {
  display: none;
}

@media screen and (min-width: 1200px) {
  .values-team-section .container,
  .our-clients-section .container,
  .join-us-section .container {
    width: 80%;
  }
  .our-objectives-section {
    margin-bottom: 80px;
    margin-top: 130px;
  }
  .objectives-container {
    border: 1px solid #DCDCDC;
    border-radius: 35px;
    padding: 60px 100px;
  }
  .our-story-video {
    height: 350px;
  }
  .ruler-container {
    position: relative;
    overflow: hidden;
  }
  .ruler-container .ruler {
    width: 200px;
    position: absolute;
    top: 110px;
    height: 100%;
    left: 150px;
    z-index: 1;
  }
  .ruler-container .ruler span {
    display: block;
    height: 1px;
    background: #8f8f8f;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .ruler-container .ruler span:nth-child(even) {
    width: 100px;
  }
  .ruler-container .ruler span:nth-child(odd) {
    width: 75px;
  }
  .ruler-container .ruler span:first-child {
    width: 200px;
    background: #000;
    position: relative;
  }
  .ruler-container .ruler span:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 25px;
    width: 3px;
    background: #000;
    border-radius: 3px;
  }
}
