@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
.testimonial-group > .row {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
.testimonial-group > .row > .col-4 {
  display: inline-block;
}

/* Decorations */
.col-4 { color: #fff; font-size: 48px; padding-bottom: 20px; padding-top: 18px; }
.col-4:nth-child(3n+1) { background: #c69; }
.col-4:nth-child(3n+2) { background: #9c6; }
.col-4:nth-child(3n+3) { background: #69c; }

/* line 16, ../sass/custom.scss */
.section-block {
  padding: 5rem 0;
}
/* line 19, ../sass/custom.scss */
.section-block p {
  font-size: 0.938rem;
  color: rgba(0, 0, 0, 0.6);
}

/* line 25, ../sass/custom.scss */
.section-heading {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
/* line 31, ../sass/custom.scss */
.section-heading.space {
  margin: 2rem 0;
}
/* line 35, ../sass/custom.scss */
.section-heading h2 {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.2px;
  margin-bottom: 1.250rem;
}
/* line 43, ../sass/custom.scss */
.section-heading p {
  font-size: 1.250rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
}

/* line 52, ../sass/custom.scss */
header .fixed-top {
  top: -72px;
  transform: translateY(72px);
  transition: transform .3s;
}

/* line 60, ../sass/custom.scss */
.navbar-brand img {
  width: 170px;
}

/* line 65, ../sass/custom.scss */
.navbar-nav {
  margin-right: 16px;
}
/* line 67, ../sass/custom.scss */
.navbar-nav .nav-item {
  margin: 0px 0px 0px 8px;
}

/* line 72, ../sass/custom.scss */
#navbar_top {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
}

/* line 76, ../sass/custom.scss */
.headlines {
  background-color: #f7f7f7;
  padding: 8px;
}
/* line 79, ../sass/custom.scss */
.headlines p {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

/* line 88, ../sass/custom.scss */
.hero-block {
  height: calc(100vh - 72px);
  position: relative;
  overflow: hidden;
}
/* line 93, ../sass/custom.scss */
.hero-block .hero-slider {
  position: relative;
  height: 100%;
}
/* line 97, ../sass/custom.scss */
.hero-block .hero-slider a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
/* line 107, ../sass/custom.scss */
.hero-block .slick-list,
.hero-block .slick-track {
  height: 100%;
}
/* line 112, ../sass/custom.scss */
.hero-block .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
/* line 125, ../sass/custom.scss */
.hero-block .slick-dots button {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.4);
  text-indent: -9999;
  font-size: 0;
  line-height: 0;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 8px;
  border-radius: 16px;
}
/* line 137, ../sass/custom.scss */
.hero-block .slick-dots button.active {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
/* line 145, ../sass/custom.scss */
.hero-block .slick-dots .slick-active button {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
/* line 153, ../sass/custom.scss */
.hero-block .hero-overlay::after {
  content: '';
  background: rgba(17, 17, 17, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
/* line 165, ../sass/custom.scss */
.hero-block img {
  object-fit: cover;
  height: 100%;
}
/* line 170, ../sass/custom.scss */
.hero-block .content {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(38px);
  -webkit-backdrop-filter: blur(38px);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 800px;
  padding: 2rem 2rem 1rem;
  margin: auto;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
/* line 185, ../sass/custom.scss */
.hero-block .content h1 {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.2;
  color: #FFFFFF;
}
/* line 191, ../sass/custom.scss */
.hero-block .content p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 1.250rem 0;
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(4px);
  }
}
/* line 208, ../sass/custom.scss */
.hero-block svg .wheelsvg {
  animation: scroll ease 2s infinite;
}

/* line 214, ../sass/custom.scss */
.wrapper {
  padding: 2.5rem 0;
}

/* line 219, ../sass/custom.scss */
.service-block {
  overflow: hidden;
}
/* line 222, ../sass/custom.scss */
.service-block .thumbnail {
  padding-right: 2.5rem;
}
/* line 225, ../sass/custom.scss */
.service-block .thumbnail img {
  width: 100%;
  transform-origin: right center;
  transform: scale(1.2);
}
/* line 233, ../sass/custom.scss */
.service-block .flex-sm-row-reverse .thumbnail {
  padding-left: 2.5rem;
  padding-right: 0;
}
/* line 237, ../sass/custom.scss */
.service-block .flex-sm-row-reverse .thumbnail img {
  transform-origin: left center;
}
/* line 243, ../sass/custom.scss */
.service-block .content {
  margin-bottom: 40px;
}
/* line 246, ../sass/custom.scss */
.service-block .content h2 {
  font-weight: 900;
  font-size: 2.37rem;
  line-height: 1.2;
  letter-spacing: -0.2px;
  margin-bottom: 1.875rem;
}
/* line 255, ../sass/custom.scss */
.service-block .service-boxs {
  position: relative;
  margin: 0px -8px;
}
/* line 259, ../sass/custom.scss */
.service-block .service-boxs .service-box {
  background-color: #fafafa;
  padding: 12px 12px;
  margin: 8px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
}
/* line 267, ../sass/custom.scss */
.service-block .service-boxs .service-box img {
  margin-right: 12px;
}
/* line 271, ../sass/custom.scss */
.service-block .service-boxs .service-box h3 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
}

/* line 281, ../sass/custom.scss */
.about-block {
  overflow: hidden;
}
/* line 284, ../sass/custom.scss */
.about-block .thumbnail {
  padding-left: 2.5rem;
}
/* line 287, ../sass/custom.scss */
.about-block .thumbnail img {
  width: 100%;
  transform: scale(0.8);
}
/* line 295, ../sass/custom.scss */
.about-block .content h4 {
  font-weight: 500;
  font-size: 1.063rem;
  color: rgba(0, 0, 0, 0.4);
  margin: 0;
}
/* line 301, ../sass/custom.scss */
.about-block .content h3 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.5;
  margin: 0 0 1.25rem 0;
}

/* line 311, ../sass/custom.scss */
.team-block {
  margin: 0 2.5rem;
}
/* line 314, ../sass/custom.scss */
.team-block .wall {
  background-color: #fafafa;
  border-radius: 1.25rem;
  padding: 2.5rem;
}
/* line 319, ../sass/custom.scss */
.team-block .wall .section-heading {
  margin-top: 2.5rem;
}

/* line 325, ../sass/custom.scss */
.experts-view {
  padding: 0 2.5rem;
}
/* line 328, ../sass/custom.scss */
.experts-view .experts-details {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 2.5rem;
}
/* line 334, ../sass/custom.scss */
.experts-view .thumbnail {
  border-radius: 0.375rem;
  overflow: hidden;
}
/* line 338, ../sass/custom.scss */
.experts-view .thumbnail img {
  width: 100%;
}
/* line 344, ../sass/custom.scss */
.experts-view .content h3 {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.2;
  margin-top: 1.250rem;
}
/* line 350, ../sass/custom.scss */
.experts-view .content p {
  font-weight: 500;
  font-size: 1.063rem;
  color: rgba(0, 0, 0, 0.4);
  margin: 0;
}
/* line 358, ../sass/custom.scss */
.experts-view .main-content {
  padding-left: 2.5rem;
}
/* line 361, ../sass/custom.scss */
.experts-view .main-content p {
  font-size: 0.938rem;
}

/* line 367, ../sass/custom.scss */
.experts-list {
  width: 100%;
  max-width: 780px;
  margin: auto;
}
.experts-list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.experts-list2 {
  display: grid;
  max-width: 520px;
  grid-template-columns: repeat(2, 1fr);
}
/* line 373, ../sass/custom.scss */
.experts-list .experts-item {
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 5px;
}
/* line 378, ../sass/custom.scss */
.experts-list .experts-item .experts-box {
  background-color: transparent;
  border: 0;
  padding: 0;
}
/* line 383, ../sass/custom.scss */
.experts-list .experts-item .experts-box .thumbnail {
  display: block;
  border-radius: 0.375rem;
  overflow: hidden;
}
/* line 388, ../sass/custom.scss */
.experts-list .experts-item .experts-box .thumbnail img {
  filter: grayscale(100%);
  width: 100%;
}
/* line 394, ../sass/custom.scss */
.experts-list .experts-item .experts-box .name {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  color: rgba(22, 26, 39, 0.7);
  line-height: 1.2;
  margin-top: 1rem;
}
/* line 405, ../sass/custom.scss */
.experts-list .experts-item .experts-box:hover .thumbnail img {
  filter: none;
}

/* line 415, ../sass/custom.scss */
.capabilities {
  overflow: hidden;
}
/* line 418, ../sass/custom.scss */
.capabilities .capabilities-item {
  padding: 2.5rem 0;
}
/* line 422, ../sass/custom.scss */
.capabilities .capabilities-item .thumbnail img {
  width: 100%;
  transform: scale(0.8);
}
/* line 428, ../sass/custom.scss */
.capabilities .capabilities-item .content {
  padding: 0 2.5rem;
}
/* line 431, ../sass/custom.scss */
.capabilities .capabilities-item .content h3 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.5;
  margin: 0 0 0.625rem 0;
}
/* line 438, ../sass/custom.scss */
.capabilities .capabilities-item .content .btn-link {
  font-size: 0.938rem;
  text-decoration: underline;
}

/* line 447, ../sass/custom.scss */
.career-box {
  background-color: #fafafa;
  border-radius: 0.375rem;
  padding: 2rem;
  margin: 1rem 0;
  cursor: pointer;
}
/* line 454, ../sass/custom.scss */
.career-box span {
  font-weight: 600;
  font-size: 0.938rem;
  color: #e8780f;
  text-transform: uppercase;
}
/* line 461, ../sass/custom.scss */
.career-box h3 {
  font-weight: 700;
  font-size: 1.375rem;
  margin: 1.25rem 0 0.5rem;
}
/* line 467, ../sass/custom.scss */
.career-box p {
  font-weight: 500;
  font-size: 1.063rem;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}

/* line 476, ../sass/custom.scss */
.form-control.file {
  padding: 0.20rem;
}

/* line 481, ../sass/custom.scss */
.job-description {
  border-right: 1px solid #dcdcdc;
  padding-right: 40px;
}
/* line 485, ../sass/custom.scss */
.job-description h5 {
  font-size: 15px;
  font-weight: 700;
}
/* line 490, ../sass/custom.scss */
.job-description p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
/* line 495, ../sass/custom.scss */
.job-description ul {
  padding-left: 20px;
}
/* line 498, ../sass/custom.scss */
.job-description ul li {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

/* line 506, ../sass/custom.scss */
.job-section .badge {
  background-color: #111111 !important;
  color: #FFFFFF;
}

/* line 513, ../sass/custom.scss */
.btn-close {
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0 4px;
  font-size: 24px;
  height: 24px;
  line-height: 0;
}

/* line 523, ../sass/custom.scss */
.contact-block {
  overflow: hidden;
}
/* line 526, ../sass/custom.scss */
.contact-block .map-view {
  margin-top: 3.75rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
/* line 532, ../sass/custom.scss */
.contact-block h3, .contact-block h4 {
  font-weight: 700;
  font-size: 1.375rem;
}
/* line 537, ../sass/custom.scss */
.contact-block .contact-form,
.contact-block .contact-info {
  margin-top: 3.750rem;
}
/* line 541, ../sass/custom.scss */
.contact-block .contact-form h3,
.contact-block .contact-info h3 {
  margin-bottom: 1rem;
}
/* line 546, ../sass/custom.scss */
.contact-block .contact-details {
  margin-bottom: 2rem;
}
/* line 549, ../sass/custom.scss */
.contact-block .contact-details:last-child {
  margin-bottom: 0;
}

/* line 556, ../sass/custom.scss */
.footer-block {
  background-color: #151826;
  padding: 5rem 0;
  color: rgba(255, 255, 255, 0.7);
}
/* line 561, ../sass/custom.scss */
.footer-block .brand {
  display: inline-block;
  width: 170px;
}
/* line 565, ../sass/custom.scss */
.footer-block .brand img {
  width: 100%;
}
/* line 570, ../sass/custom.scss */
.footer-block p {
  font-size: 1.063rem;
  color: rgba(255, 255, 255, 0.4);
  margin: 1.250rem 0 0 0;
}
/* line 576, ../sass/custom.scss */
.footer-block .social-links {
  margin: 0.750rem 0 1.625rem;
  text-align: right;
}
/* line 580, ../sass/custom.scss */
.footer-block .social-links .social-item {
  display: inline-block;
  margin-left: 0.5rem;
}
/* line 586, ../sass/custom.scss */
.footer-block .footer-links {
  text-align: right;
  margin-top: 66px;
}
/* line 590, ../sass/custom.scss */
.footer-block .footer-links .footer-item {
  display: inline-block;
  margin: 0 0.5rem;
  font-size: 1.063rem;
  color: rgba(255, 255, 255, 0.4);
}
/* line 596, ../sass/custom.scss */
.footer-block .footer-links .footer-item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  /* line 605, ../sass/custom.scss */
  hr.container {
    padding: 0;
  }

  /* line 609, ../sass/custom.scss */
  .section-block {
    padding: 4rem 0;
  }
  /* line 613, ../sass/custom.scss */
  .section-block.dark .wall {
    padding: 2rem 0;
  }

  /* line 620, ../sass/custom.scss */
  .section-heading h2 {
    font-size: 1.75rem;
  }
  /* line 623, ../sass/custom.scss */
  .section-heading p {
    font-size: 1.063rem;
  }

  /* line 630, ../sass/custom.scss */
  .hero-block .slick-list,
  .hero-block .slick-track {
    height: 100%;
  }
  /* line 635, ../sass/custom.scss */
  .hero-block .hero-overlay {
    height: 100%;
  }
  /* line 638, ../sass/custom.scss */
  .hero-block .hero-overlay img {
    object-fit: cover;
    height: 100%;
  }
  /* line 644, ../sass/custom.scss */
  .hero-block .content {
    margin-bottom: 2rem;
  }
  /* line 647, ../sass/custom.scss */
  .hero-block .content h1 {
    font-size: 2.250rem;
  }
  /* line 651, ../sass/custom.scss */
  .hero-block .content p {
    font-size: 0.8rem;
    margin-bottom: 0;
  }

  /* line 659, ../sass/custom.scss */
  .headlines p {
    font-size: 1rem;
  }

  /* line 666, ../sass/custom.scss */
  .service-block .thumbnail {
    padding-right: 0;
    margin-bottom: 2.5rem;
  }
  /* line 670, ../sass/custom.scss */
  .service-block .thumbnail img {
    transform: none;
  }
  /* line 676, ../sass/custom.scss */
  .service-block .flex-sm-row-reverse .thumbnail {
    padding-left: 0;
  }
  /* line 681, ../sass/custom.scss */
  .service-block .nav-tabs {
    padding: 0 1.25rem;
  }
  /* line 683, ../sass/custom.scss */
  .service-block .nav-tabs .nav-item {
    width: 100%;
  }
  /* line 690, ../sass/custom.scss */
  .service-block .content h2 {
    font-size: 1.5rem;
  }
  /* line 697, ../sass/custom.scss */
  .service-block .service-boxs .service-box {
    max-width: 100%;
    padding: 1rem;
  }
  /* line 701, ../sass/custom.scss */
  .service-block .service-boxs .service-box h3 {
    font-size: 1rem;
  }

  /* line 710, ../sass/custom.scss */
  .about-block .thumbnail {
    margin-top: 2rem;
    padding-left: 0;
  }
  /* line 714, ../sass/custom.scss */
  .about-block .thumbnail img {
    width: 100%;
    transform: none;
  }
  /* line 720, ../sass/custom.scss */
  .about-block .content {
    margin-top: 2rem;
  }

  /* line 725, ../sass/custom.scss */
  .team-block {
    margin: 0 1rem;
  }
  /* line 728, ../sass/custom.scss */
  .team-block .wall {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 733, ../sass/custom.scss */
  .team-block .experts-view {
    padding: 0;
  }
  /* line 736, ../sass/custom.scss */
  .team-block .experts-view .experts-details {
    padding: 1rem;
  }
  /* line 740, ../sass/custom.scss */
  .team-block .experts-view .main-content {
    padding-top: 1.5rem;
    padding-left: 0;
  }
  /* line 746, ../sass/custom.scss */
  .team-block .experts-list {
    flex-wrap: wrap;
  }
  /* line 749, ../sass/custom.scss */
  .team-block .experts-list .experts-item {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
  }

  /* line 762, ../sass/custom.scss */
  .capabilities .capabilities-item .thumbnail img {
    transform: none;
  }
  /* line 767, ../sass/custom.scss */
  .capabilities .capabilities-item .content {
    padding: 2rem 0 0 0;
  }

  /* line 773, ../sass/custom.scss */
  .job-description {
    border-right: 0;
    padding-right: 0;
  }

  /* line 778, ../sass/custom.scss */
  .footer-block {
    text-align: center;
  }
  /* line 781, ../sass/custom.scss */
  .footer-block p {
    font-size: 0.938rem;
    margin-bottom: 2rem;
  }
  /* line 786, ../sass/custom.scss */
  .footer-block .social-links,
  .footer-block .footer-links {
    text-align: center;
  }
  /* line 790, ../sass/custom.scss */
  .footer-block .social-links .footer-item,
  .footer-block .footer-links .footer-item {
    font-size: 0.938rem;
  }
}
