/*
Theme Name: MDM
Theme URI: https://wordpress.org/themes/mdm/
Author: MDM team
Author URI: https://mdmworld.com/
Description: MDM theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI:
Text Domain: mdm

This theme, like WordPress, is licensed under the GPL.
*/
@import './assets/vendor/bootstrap/css/bootstrap.min.css';

  @font-face {
  font-family: 'Gilroy-Medium';
  src: url(./assets/fonts/Gilroy-Medium.woff);
  }

  @font-face {
  font-family: 'Gilroy-Bold';
  src: url(./assets/fonts/Gilroy-Bold.woff);
  }

  :root {
  --white: #fff;
  --black: #000;
  --black-6: rgba(0, 0, 0, 0.6);
  --black-3: rgba(0, 0, 0, 0.2);
  --blue: #0082d1;
  --blue-6: rgba(0, 130, 209, 0.6);
  --blue-3: rgba(0, 130, 209, 0.3);
  --dark: #00102f;
  }
  html {
    font-size: 10px;
  }
  body {
    font-family: 'Gilroy-Medium';
    color: #000;
    color: var(--black, #000);
  }
  a:hover {
    text-decoration: none;
  }
  h3 {
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
    letter-spacing: 0.15rem;
  }
  h4 {
    margin-top: 4.3rem;
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
    font-family: 'Gilroy-Bold';
    letter-spacing: 0.09rem;
    text-transform: uppercase;
  }
  p {
    font-size: 1.6rem;
    line-height: 1.29;
    letter-spacing: 0.09rem;
    color: rgba(0, 0, 0, 0.6);
    color: var(--black-6, rgba(0, 0, 0, 0.6));
    margin-bottom: 3.5rem;
  }
  @media (min-width: 576px) {
    h3 {
      font-size: 3rem;
    }
    h4, p {
      font-size: 1.8rem;
    }
  }
  li {
    list-style-type: none;
  }
  .site-content-contain {
    padding-top: 7rem;
  }
  /*
  HEADER
  */
  header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    background-color: var(--white, #fff);
    box-shadow: 4px 15px 50px 0 rgba(0, 0, 0, 0.04);
    z-index: 100;
  }
  #navbarTop {
    right: 0;
    opacity: 0;
    height: calc(100vh - 7rem);
  }
  .dropdown-toggle {
    display: none;
  }
  .dropdown-menu {
    display: block;
    border: none;
  }
  .dropdown-item,
  .navbar-light .navbar-nav .nav-link {
    font-size: 1.45rem;
    padding: 0 1.6rem;
    line-height: 5.2rem;
    color: #2a53a3;
    text-align: center;
  }
  #site-navigation {
    position: relative;
  }
  .dropdown-item:focus,
  .dropdown-item:hover,
  .navbar-light .navbar-nav .nav-link:hover {
    color:#2a53a3;
  }
  .dropdown-item:focus,
  .dropdown-item:hover {
    background-color: transparent;
  }
  /*
  MENU TOGGLER BUTTON
  */
  .navbar-toggler {
    padding: 0;
    height: 7rem;
    width: 4.7rem;
    border: none;
  }
  .navbar-toggler:focus {
    outline: none;
  }
  .navbar-toggler[aria-expanded='true'] .navbar-toggler-icon {
    background-image: url('./assets/images/delete.png');
  }

  @media (min-width: 768px) {
    #navbarTop {
      height: auto;
    }
    .dropdown-toggle  {
      display: block;
    }
    .dropdown-menu {
      display: none;
      margin: 0;
      position: absolute;
      top: 0;
      left: 100%;
      padding: 0;
      box-shadow: 4px 35px 50px 0 rgba(0, 0, 0, 0.04);
      background-color: #2a53a3;
      border-radius:0;
      border-bottom-left-radius: 0.4rem;
      border-bottom-right-radius: 0.4rem;
    }
    .dropdown-item {
      position: relative;
      padding: 0 4.8rem 0 0;
      line-height: 2.4rem;
      color: #fff;
      color: var(--white, #fff);
      border-bottom: .1rem solid #e5e5e5;
    }
    .dropdown-item:hover {
      background-color: transparent;
      color: #fff;
      color: var(--white, #fff);
    }
    .dropdown-item:after {
      position: absolute;
      top: 0;
      right: 0;
      content: '→';
      font-size: 1.2rem;
    }
    .dropdown-menu .nav-item {
      padding: 2.25rem 2.6rem;
    }
    .dropdown-menu .nav-item:last-child {
      border-bottom-left-radius: 0.4rem;
      border-bottom-right-radius: 0.4rem;
    }
    .dropdown-menu .nav-item:hover {
      background-color: rgba(255, 255, 255, 0.15);
    }
    .navbar-light .navbar-nav .nav-link:hover,
    .dropdown.show,
    .navbar-light .navbar-nav .show > .nav-link {
      color: #fff;
      color: var(--white, #fff);
      background-color:#0082d1;
      background-color: var(--blue, #0082d1);
      -webkit-transition: all ease-out 300ms;
         -moz-transition: all ease-out 300ms;
          -ms-transition: all ease-out 300ms;
           -o-transition: all ease-out 300ms;
              transition: all ease-out 300ms;
    }
    .navbar-light .navbar-nav .nav-link {
      padding: 0 1.6rem;
      line-height: 7rem;
      color: #000;
      color: var(--black,#000);
    }
    .dropdown.show:before {
      content: '';
      position: absolute;
      top: 2.5rem;
      right: -1.5rem;
      border-top: 1.05rem solid transparent;
      border-bottom: 1.05rem solid transparent;
      border-left: 1.5rem solid #0082d1;
      z-index: 1001;
    }
  }
  .navbar {
    padding: 0;
    font-size: 1.6rem;
  }
  .navbar-brand {
    height: 7rem;
    margin-right: 0;
    padding: 2.3rem 0 0 0;
    text-align: center;
  }
  #site-navigation.expanded .navbar-brand {
    display: none;
  }
  .navbar-brand-span {
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .navbar-span {
    position: absolute;
    top:2.2rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.6rem;
    line-height: 3rem;
    color: rgba(0, 0, 0, 0.2);
    color: var(--black-3, rgba(0, 0, 0, 0.2));
    background-color: #fff;
    font-family: 'Gilroy-Bold';
    display: none;
  }
  #site-navigation.expanded .navbar-span {
    display: block;
  }

  @media (min-width: 450px) {
    .navbar-brand-span {
      margin: 0;
      transform: translateX(0);
    }
    .navbar-toggler {
      width: 9.4rem;
    }
  }
  .navbar-brand:after {
    position: relative;
    display: inline-block;
    content: '';
    height: 2.8rem;
    width: 9.8rem;
    background-image: url('./assets/images/logo.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99;
  }

  .navbar.bg-light {
    background-color: transparent!important;
  }
  .navbar-collapse {
    justify-content: flex-end;
  }

  .dropdown-toggle::after {
    content: none;
  }

  @media (min-width: 768px) {
     .navbar-brand {
      width: auto;
      padding: 2.3rem 0 0 0;
    }
  }
  /*
  BACKGROUNDS
  */
  .bg-top-right:after {
    display: none;
    content:'';
    position: absolute;
    width: 37rem;
    height: 25rem;
    top: 0;
    right: 0;
    background-image: url('./assets/images/bg-circles.svg');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 150%;
    z-index: -1;
  }
  @media (min-width: 992px) {
    .bg-top-right:after {
      display: block;
    }
  }
  @media (min-width: 1200px) {
    .bg-top-right:after {
      width: 68rem;
      height: 42rem;
      background-size: auto;
    }
  }
  .bg-top-left:after {
    display: none;
    content:'';
    position: absolute;
    width: 35rem;
    height: 25rem;
    top: 0;
    left: 0;
    background-image: url('./assets/images/bg-circles.svg');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 150%;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    z-index: -1;
  }
  @media (min-width: 992px) {
    .bg-top-left:after {
      display: block;
    }
  }
  @media (min-width: 1200px) {
    .bg-top-left:after {
      display: block;
      width: 68rem;
      height: 35rem;
      background-size: auto;
    }
  }
  .bg-rombs:after {
    display: none;
    content:'';
    position: absolute;
    width: 46rem;
    height: 48rem;
    top: 8rem;
    left: 0;
    background-image: url('./assets/images/bg-rombs.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 150%;
    z-index: -1;
  }
  @media (min-width: 768px) {
    .bg-rombs:after {
      display: block;
      top: 0;
      width: 32rem;
    }
  }
  @media (min-width: 1200px) {
    .bg-rombs:after {
      width: 64rem;
      height: 53rem;
      top: 8.6rem;
      background-size: auto;
    }
  }
  /*
  INTRO
  */
  .intro.main {
    padding-bottom: 8rem;
  }

  .intro .row:first-child p {
    margin-bottom: 4.9rem;
  }

  .intro .row:first-child h3 {
    margin-top: 5.8rem;
  }
  @media (min-width: 1200px) {
    .intro .row:first-child h3 {
      margin-top: 10.7rem;
    }
  }
  .intro img {
    margin-top: 4rem;
  }
  .intro.research img {
    margin-left: -2.8rem
  }

  /*
  DIRECTION
  */
  .direction {
    padding: 7.6rem 0 5rem 0;
    background-color: rgba(196, 196, 196, 0.1);
  }
  .direction h4 {
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 1.64;
    letter-spacing: 0.1rem;
  }
  @media (min-width: 576px) {
    .direction h4 {
      font-size: 2rem;
    }
  }
  .direction h4:after {
    content: ' ↓';
  }
  @media (min-width: 992px) {
    .direction {
      padding: 7.6rem 0 9rem 0;
    }
    .direction h4 {
      margin: 0;
    }
    .direction h4:after {
      content: ' →';
    }
  }
  .direction h3 {
  margin: 5.2rem 0 1.3rem 0;
  }
  .direction p {
    margin-bottom: 0;
  }
  .direction .row:nth-child(2) p {
    margin-bottom: 3rem;
  }
  .direction a {
    position: absolute;
    bottom: 0;
    font-size: 1.8rem;
    line-height: 1.29;
  }

  /*
  COMPANIES_LIST
  */
  .companies-list {
    background-image:  linear-gradient(to top, #0082d1, #006df0);
  }
  .companies-list .d-flex {
    height: 7rem;
    position: relative;
  }
  .companies-list .tab-pane {
    margin: 0 -3rem;
  }
  .companies-list img {
    height: 3rem;
    width: auto;
  }

  @media (min-width: 768px) {
    .companies-list .d-flex {
      height: 9.2rem;
    }
    .companies-list img {
      height: 3.2rem;
    }
  }

  @media (min-width: 992px) {
    .companies-list .d-flex {
      height: 9.2rem;
    }
    .companies-list img {
      height: 4.2rem;
    }
  }

  @media (min-width: 1200px) {
    .companies-list .d-flex {
      height: 12.3rem;
    }
    .companies-list img {
      height: 5.4rem;
    }
  }

  /*
  BEYOND
  */
  .beyond {
    background-color:#0082d1;
    background-color: var(--blue, #0082d1);
    background-image: url('./assets/images/bg-beyond-sm.png');
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
  }
  @media (min-width: 576px) {
    .beyond {
      background-image: url('./assets/images/bg-beyond.png');
    }
  }
  .beyond h4 {
    margin-top: 2.1rem;
    margin-bottom: 0.9rem;
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: 0.08rem;
    color: #fff;
    color: var(--white, #fff);
  }
  .beyond p {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 0.06rem;
    color: #fff;
    color: var(--white, #fff);
  }

  /*
  SERVICES-DESCRIPTION
  */
  .service-desc .beyond {
    width: 100%;
  }
  .beyond-content {
    margin-left: 0;
    margin-bottom: 3.5rem;
  }
  .service-desc .btn-set {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .beyond-content-block {
    display:inline-block;
  }
  .beyond-content-block p {
    margin-bottom: 0;
    padding-bottom: 8.6rem;
  }
  .service-desc h4 {
    margin-top: 0;
    padding-top: 4.3rem;
  }
  .beyond-content p:last-child {
    margin-bottom: 0;
  }

  @media (min-width: 992px) {
    .service-desc .beyond {
      width: calc(50% + 96rem / 12 * 2);
    }
    .beyond-content-block {
      width: calc((96rem / 12 * 4) - 3rem);
    }
    .beyond-content {
      margin-left: calc(96rem / 12);
      width: calc(96rem / 12 * 6);
    }
  }
  @media (min-width: 1200px) {
    .service-desc .beyond {
      width: calc(50% + 114rem / 12 * 2);
    }
    .beyond-content-block {
      width: calc((114rem / 12 * 4) - 3rem);
    }
    .beyond-content {
      margin-left: calc(114rem / 12);
      width: calc(114rem / 12 * 5);
    }
  }
  /*
  SERVICES-LIST
  */
  .services-list {
    padding-top: 10rem;
    padding-bottom: 10rem;

    background-color: rgba(196, 196, 196, 0.1);
    overflow: hidden;
  }
  .services-list h4 {
    margin-top: 0;
  }
  .services-list .carousel-inner .btn-nav {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .services-list .section-block {
    position: relative;
  }
  .services-list .beyond {
    width: 100%;
    height: 22.4rem;
    margin-bottom: 12.2rem;
  }
  .services-list .btn-set {
    margin-bottom: 5rem;
  }

  @media (min-width: 768px) {
    .services-list {
      margin-bottom: 0;
    }
    .services-list .beyond {
      width: 100%;
      margin-bottom: 14rem;
      height: 26.3rem;
    }

    .services-list h4 {
      margin-top: 0;
    }

  }
  @media (min-width: 992px) {
    .services-list {
      height: 79rem;
      padding-bottom: 11rem;
    }
    .services-list .btn-set {
      margin-bottom: 0;
    }
    .services-list .beyond {
      position: absolute;
      top: 17.8rem;
      right: 0;
      width: calc(50% + (96rem / 12 * 4));  /*(+2 col from container - 15px) */
      height: 26.3rem;
    }
  }
  @media (min-width: 1200px) {
    .services-list {
      padding-bottom: 13rem;
      height: auto;
    }
    .services-list h4 {
      margin-top: 6.4rem;
    }
    .services-list .btn-set {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
    }
    .services-list .section-block {
      position: relative;
      height: 40.3rem;
    }
    .services-list .beyond {
      top: 0;
      width: calc(50% + (114rem / 12 * 2) ); /* (+2 col from container - 15px) */
      height: 26.3rem;
    }
  }
  /*
  SERVICE-TABS
  */
  .icon {
  display: inline-block;
  height: 6rem;
  width: 6rem;
  margin-right: .6rem;
  margin-bottom: .5rem;
  padding: 1.2rem;
  border-radius: 3rem;
  background-color: rgba(0, 130, 209, 0.3);
  background-color: var(--blue-3, rgba(0, 130, 209, 0.3));
  }
  .icon img {
    width: 100%;
    height: 100%;
  }
  .service-tabs {
    padding: 3.8rem 0 3rem 0;
  }
  .service-tabs .nav-link {
    display: inline-block;
    position: relative;
    margin-bottom: 2.3rem;
    border-bottom: .1rem solid #fff;
    color: #000;
    color: var(--black, #000);
    border-radius: 0;
  }
  .service-tabs .nav-link.active,
  .service-tabs .nav-link:hover {
    color: #0082d1;
    color: var(--blue, #0082d1);
  }
  .service-tabs .nav-link.active {
    border-bottom: .1rem solid #0082d1;
    border-bottom: .1rem solid var(--blue);
  }

  .service-tabs .nav-pills .nav-link.active,
  .service-tabs .nav-pills .show>.nav-link {
    background-color: transparent;
  }
  .service-tabs .nav-link.active:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    transform:translateX(-50%);
    border-left: 1.05rem solid transparent;
    border-right: 1.05rem solid transparent;
    border-top: 1.5rem solid #0082d1;
  }
  .service-tabs h4 {
    padding-top: .9rem;
    vertical-align: top;
    letter-spacing: 0.05rem;
  }
  select.nav-pills {
    height: 4rem;
    font-size: 1.6rem;
    padding: 0 .8rem;
    border-radius: .3rem;
  }
  @media (min-width: 768px) {
    .service-tabs h4 {
      letter-spacing: .01rem;
      width: 14rem;
    }
  }
  @media (min-width: 992px) {
    .service-tabs h4 {
      font-size: 1.8rem;
      letter-spacing: .09rem;
      width: 18rem;
    }
  }
  /*
  EXPERTISE
  */
  .expertise {
    padding: 8rem 0 3rem 0;
  }
  .expertise .col-7 {
    padding: 0 3rem;
  }
  .expertise h4 {
    margin-top: 0;
  }
  .expertise img {
    width: 100%;
  }
  @media (min-width: 768px) {
    .expertise {
      padding: 8rem 0 11rem 0;
    }
  }
  @media (min-width: 992px) {
    .expertise {
      padding: 11rem 0 3rem 0;
    }
  }
  @media (min-width: 1200px) {
    .expertise {
      padding: 13rem 0 13rem 0;
    }
    .expertise h4 {
      margin-top: 3.15rem;
    }
    .expertise img {
      width: 80%;
    }
  }
  /*
  BUTTONS
  */
  .btn {
    height: 5.5rem;
    padding: 1.718rem 2rem 1.718rem 4rem;
    font-size: 1.6rem;
    line-height: 1.29;
    letter-spacing: 0.08rem;
    border-radius: .8rem;
    border: none;
    box-shadow: .4rem .4rem 2rem 0 rgba(0, 0, 0, 0.15);
    color: #fff;
    color: var(--white, #fff);
    background-color:#0082d1;
    background-color: var(--blue, #0082d1);
    opacity: 1;
  }

  .btn:hover {
    color: #fff;
    color: var(--white, #fff);
    box-shadow: .4rem .4rem 2rem 0 rgba(0, 0, 0, 0.3);
  }
  .btn.bg-white {
    color: #0082d1;
    color: var(--blue, #0082d1);
  }

  .btn.btn-sm {
  height: 4rem;
  padding: 1.09rem 1.4rem 1.09rem 2.8rem;
  font-family: 'Gilroy-Bold';
  color: #073182;
  }
  .btn-sm:hover {
  color: #073182;
  }
  .btn-nav {
    height: 4rem;
    width: 4rem;
    font-family: 'Gilroy-Bold';
    font-size: 2rem;
    line-height: 3.8rem;
    letter-spacing: .1rem;
    border-radius: 2rem;
    padding: 0;
    z-index: 11;
  }
  .btn-pulse{
    float: right;
    position: relative;
    display: inline-block;
    height: 2rem;
    width: 2rem;
    font-size: 1.2rem;
    line-height: 2rem;
	  background-color: #000;
    box-shadow: none;
  }
  .btn-pulse:first-child {
    float: left;
  }
  .btn.video {
    margin-left: 4rem;
    padding: .0 2rem 0 4rem;
  }
  .btn.video span {
    display: inline-block;
    vertical-align: top;
    line-height: 5.5rem;
  }
  .play {
    font-size: 3.2rem;
  }
  #nextlist, #prevlist {
    padding: 0;
    font-size: 6.4rem;
    color: #fff;
    color: var(--white, #fff);
    background-color: transparent;
    border: 0;
	cursor: pointer;
  }
  /*
  JOIN STRIPE
  */
  .join-stripe {
    background-image: linear-gradient(to top, #006df0, #0082d1);
  }
  .join-stripe p {
    margin: 0;
    font-family: 'Gilroy-Medium';
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 0.08rem;
    color: var(--white, #fff);
    color: #fff;
  }
  .join-stripe .btn {
    background-color: var(--white, #fff);
    background-color: #fff;
  }
  @media (max-width: 575px) {
    .join-stripe {
      position: relative;
      padding-bottom: 4rem;
    }
    .join-stripe p {
      padding: 2.4rem 0;
    }
    .join-stripe .btn {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      right: 0;
      border-radius: 0;
      font-size: 1.4rem;
      background-color: rgba(255, 255, 255, 0.35);
      color: var(--white, #fff);
      color: #fff;
    }
  }
  @media (min-width: 576px) {
    .join-stripe .d-sm-flex {
      height: 9.3rem;
    }
  }

  /*
  FOOTER
  */
  footer {
    padding: 2.1rem 0;
    background-color: #00102f;
    background-color: var(--dark,#00102f);
  }
  footer a,
  footer p,
  footer h4 {
    font-size: 1.6rem;
  }
  footer h4 {
    display: inline-block;
    margin: 0 0 1.3rem 0;
    letter-spacing: 0.08rem;
    color: #fff;
    color: var(--white, #fff);
  }
  footer a,
  footer p {
    font-family: 'Gilroy-Medium';
    line-height: 1.52;
    letter-spacing: 0.08rem;
  }
  footer a {
    display: block;
    color: #0082d1;
    color: var( --blue, #0082d1);
  }
  footer p {
    margin: 0;
    color: #fff;
    color:var(--white, #fff);
  }

  @media (min-width: 576px) {
    footer {
      padding: 6.3rem 0;
    }
    footer a,
    footer p,
    footer h4 {
      font-size: 1.4rem;
    }
    footer .m-bottom {
      margin-bottom: 2.4rem;
    }
  }
  @media (min-width: 992px) {
    footer a,
    footer p,
    footer h4 {
      font-size: 1.6rem;
    }
  }
/*
SERVICE CARDS
*/
.service-card {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 27rem;
  text-align: center;
  border: 0;
  border-radius: .8rem;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  background-color: var(--white, #fff);
  /* for animation */
  overflow: hidden;
}

.services-list .carousel-item > div  {
  padding-bottom: 2rem;
  height: 29rem;
}
.service-card .bg {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #0082d1;
  background-color: var(--blue, #0082d1);
  -webkit-transition: all 200ms ease-in;
     -moz-transition: all 200ms ease-in;
      -ms-transition: all 200ms ease-in;
       -o-transition: all 200ms ease-in;
          transition: all 200ms ease-in;
  z-index: 1;
}
.service-card:hover .bg {
  width: 70rem;
  height: 70rem;
  bottom: -35rem;
}
.service-card h4 {
  letter-spacing: .01rem;
}

.service-card h4 {
  position: relative;
  font-size: 1.6rem;
  color: #000;
  color: var(--black, #000);
  margin: 0;
  padding: 3.3rem 0 2.6rem 0;
  z-index: 11;
}
.service-card:hover h4 {
  color: #fff;
  color: var(--white, #fff);
}

.service-card .icon {
  position: relative;
  display: flex;
  align-items: center;
  height: 12rem;
  width: 12rem;
  padding: 2.8em;
  border-radius: 7.25rem;
  margin: 0 auto;
  z-index: 11;
}
@media (min-width: 768px) {
  .service-card {
    height: 30.5rem;
  }
  .service-card h4 {
    font-size: 1.8rem;
  }
  .services-list .carousel-item > div  {
    height: 32.5rem;
  }
  .service-card .icon {
    height: 14.5rem;
    width: 14.5rem;
  }
}
.service-card:hover .icon {
  background-color: #fff;
  background-color: var(--white, #fff);
}
.service-card img {
  margin: 0 auto;
}
.service-card .btn-next {
  position: absolute;
  bottom:0;
  left: 50%;
  transform: translate(-50%, 50%);
}

/*
CAROUSEL
*/
#cards {
  padding-top: 5.6rem;
}
#cards .carousel-inner {
  padding-bottom: 1.6rem;
  overflow: hidden;
}
#cards .d-flex {
  width: calc(100% + 36.33%);
  transform: translateX(-13.5%);
}
.col5 {
  width: 20%;
  padding: 0 .75rem;
  position: relative;
}
@media (min-width: 576px) {
  #cards .carousel-inner {
    position: relative;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  #cards {
    width: 100%;
    padding-top: 7.8rem;
  }
  #cards .d-flex {
    width: calc(100% + 25%);
    transform: translateX(-10%);
  }
  .col5 {
    padding: 0 1.5rem;
  }
}
.carousel-inner:not(.out-style) .carousel-item.active,
.carousel-inner:not(.out-style) .carousel-item-next,
.carousel-inner:not(.out-style) .carousel-item-prev {
  display: flex;
}

.carousel-inner:not(.out-style) .carousel-item-right.active,
.carousel-inner:not(.out-style) .carousel-item-next {
  transform: translateX(20%);
}

.carousel-inner:not(.out-style) .carousel-item-left.active,
.carousel-inner:not(.out-style) .carousel-item-prev {
  transform: translateX(-20%);
}

.carousel-inner:not(.out-style) .carousel-item-right,
.carousel-inner:not(.out-style) .carousel-item-left {
  transform: translateX(0);
}

.active .last-item {
  opacity: .75;
}

.carousel-item-next .last-item {
  opacity: 1;
}
#cards .carousel-item-left.carousel-item-next  {
  display: none;
}
.carousel-control-next[href= '#cards'],
.carousel-control-prev[href= '#cards'] {
  position: initial;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  #cards .carousel-inner > .carousel-item {
    -webkit-transition: 1000ms linear all;
       -moz-transition: 1000ms linear all;
        -ms-transition: 1000ms linear all;
         -o-transition: 1000ms linear all;
            transition: 1000ms linear all;

    backface-visibility: visible;
  }
}

/*
CONTACTS
*/
.contacts iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.contacts {
  position: relative;
  height: calc(100vh - 7rem - 17rem);
}
.contacts h3 {
  margin: 0;
  font-family: 'Gilroy-Bold';
  font-size: 2.6rem;
  line-height: 1.29;
}
.contacts p {
  margin: 2.4rem 0;
}
.contacts .strong {
  margin: 0;
  font-family: 'Gilroy-Bold';
  font-size: 2rem;
  line-height: 1.52;
  color: #000;
  color: var(--black, #000);
}
@media (min-width: 576px) {
  .contacts {
    height: calc(100vh - 7rem - 28.9rem);
  }
  .contacts h3 {
    font-size: 1.8rem;
  }
  .contacts p {
    font-size: 1.2rem;
  }
  .contacts .strong {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .contacts {
    height: calc(100vh - 7rem - 31.9rem);
    min-height: 40rem;
  }
  .contacts h3 {
    font-size: 2.3rem;
  }
  .contacts p {
    font-size: 1.6rem;
  }
  .contacts .strong {
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .contacts h3 {
    font-size: 2.6rem;
  }
  .contacts p {
    font-size: 1.8rem;
  }
  .contacts .strong {
    font-size: 2rem;
  }
}

/*
ANIMATIONS
*/
@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}



/*
ABOUT
*/

.hr-block {
  position: relative;
  padding: 6.5rem 0 5.5rem 0;
}
.hr-block h4 {
  margin: 0 0 1.8rem 0;
  font-size: 1.6rem;
  letter-spacing: 0.09rem;
  line-height: 1.29;

}
.hr-block h3 {
  margin-bottom: 3.8rem;
  font-size: 2.4rem;
  line-height: normal;
  letter-spacing: .13rem;
  color: #fff;
  color: var(--white, #fff);
}
.hr-block p {
  font-size: 1.6rem;
  line-height: 1.29;
  letter-spacing: 0.9px;
  margin-bottom: 2.4rem;
}
@media (min-width: 576px) {
  .hr-block h4,
  .hr-block p {
    font-size: 1.8rem;
  }
  .hr-block h3 {
    font-size: 2.6rem;
  }
}
@media (min-width: 1200px) {
  .hr-block p {
    margin-bottom: 9rem;
  }
}
.hr-block .btn-prev,
.hr-block .btn-next {
  position: initial;
  color: #007bff;
  background-color: #fff;
  background-color: var(--white, #fff);
}
.hr-block .btn-set {
  margin-top: 2.4rem;
}
@media (min-width: 1200px) {
  .hr-block .btn-set {
    margin-top: 0;
    transform: translateY(-5rem);
  }
}
@media (min-width: 1200px) {
  #hr-cards {
    width: calc(114rem * 0.666666);
  }
  #hr-cards .carousel-item {
    padding-top: 2.7rem;
  }
}
@media (min-width: 1400px) {
  #hr-cards {
    width: calc(114rem * 0.75);
  }
}

#hr-cards .carousel-item {
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  #hr-cards .carousel-item {
    display: block;
    padding: 0;
  }
}
.hr-card {
  height: 100%;
  position: relative;
  margin-bottom: 1.5rem;
  padding: 2.4rem 1.5rem 5.7rem 1.5rem;
  border-radius: .8rem;
  box-shadow: .4rem .4rem 2rem 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  background-color: var(--white, #fff);
}
.hr-card:hover {
  box-shadow: .4rem .4rem 2rem 0 rgba(255, 255, 255, 0.25);
}
.hr-card h4 {
  font-size: 1.6rem;
  color: #000;
  margin: 0 0 1.6rem 0;
}
.hr-card p {
  margin-bottom: 3.2rem;
  font-size: 1.4rem;
  color: var(--black-6, rgba(0, 0, 0, 0.6) );
  color: rgba(0, 0, 0, 0.6);
}

.hr-card .btn {
  width: 23rem;
  position: absolute;
  bottom: 2.3rem;
  width: 16rem;
  height: auto;
  padding: .8rem 0;
  font-size: 1.4rem;
  letter-spacing: .07rem;
}
@media (min-width: 768px) {
  .hr-card {
    margin-bottom: 0;
    padding: 3.3rem 1.5rem 5.7rem 1.5rem;
  }
  .hr-card h4 {
    margin: 0 0 2.6rem 0;
    font-size: 1.8rem;
  }
  .hr-card p {
    margin-bottom: 5rem;
  }
  .hr-card .btn {
    width: calc(100% - 3rem);
  }
}
/*
TEAM ITEMS
*/
.team-list {
  margin-bottom: 4.5rem;
  padding-top: 6rem;
}
.team-list p {
  margin-bottom: 0;
}
.team-cell {
  margin-bottom: 1.5rem;
}
.team-cell:before {
  content:'';
  float: left;
  padding-top: 100%;
}
.team-item {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  height: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.team-item .content {
  opacity: 0;
  width: 100%;
  padding: 0 1.6rem;
  z-index: 11;
}
.team-item:hover .content {
  opacity: 1;
  -webkit-transition: all 300ms ease-in;
     -moz-transition: all 300ms ease-in;
      -ms-transition: all 300ms ease-in;
       -o-transition: all 300ms ease-in;
          transition: all 300ms ease-in;
}
.team-item h3 {
  margin-bottom: .6rem;
  font-family: 'Gilroy-Bold';
  font-size: 1.4rem;
  line-height: 1.29;
  letter-spacing: 0.7px;
  color: #fff;
}
.team-item p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.29;
  letter-spacing: 0.5px;
  color: #fff;
}
.team-list h4 {
  margin-top: 0;
  font-size: 1.6rem;
  line-height: 1.64;
  letter-spacing: 0.1rem;
}
@media (min-width: 576px) {
  .team-list h4 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .team-list h4 {
    margin: 0;
  }
}
.team-item-bg {
  position: absolute;
  top: 86%;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: #0082d1;
  background-color: var(--blue, #0082d1);
  z-index: 10;
  -webkit-transition: all 400ms;
     -moz-transition: all 400ms;
      -ms-transition: all 400ms;
       -o-transition: all 400ms;
          transition: all 400ms;
}
.team-item:hover .team-item-bg {
  top: 0;
}
.team-item:before {
  position: absolute;
  top: 90%;
  left: 50%;
  transform:translateX(-50%);
  content: '↑';
  font-size: 1rem;
  color: #fff;
  z-index: 11;
}
.team-item:hover:before {
  top: 80%;
  content: '↓';
}

@media (max-width: 575px) {
  .team-list-wrapper {
    margin: 0 auto;
    max-width: 38rem;
  }
}
/*
PULSE
*/
.pulse {
  position: relative;
  padding: 5.8rem 0 5.9rem 0;
}
.pulse .carousel-item {
  width: auto;
  align-items: flex-start;
}
.pulse h3 {
  margin-bottom: 0;
  font-size: 2.4rem;
  letter-spacing: .18rem;
}
.pulse h4 {
  margin-top: 0;
}
.pulse-block h4 {
  white-space: nowrap;
}
.pulse-block img {
  width: 100%;
}
.pulse p {
  position: relative;
  margin-bottom: 4.6rem;
}
.pulse .date {
  position: absolute;
  top: -2.3rem;
  left: 0;
  color: var(--black-6, rgba(0, 0, 0, 0.6) );
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.3rem;
  line-height: 1.29;
  letter-spacing: .07rem;
  display: none;
}
.pulse .readmore {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #0082d1;
  color: var(--blue, #0082d1);
  font-size: 1.3rem;
  line-height: 1.29;
  letter-spacing: .06rem;
  border-bottom: .1rem solid #0082d1;
  border-bottom: .1rem solid var(--blue, #0082d1);
}

.pulse-block h3 {
  font-size: 2.4rem;
  letter-spacing: .13rem;
}

@media (min-width: 576px) {
  .pulse h3 {
    font-size: 3.6rem;
  }
  .pulse-block h3 {
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) {
  .pulse {
    padding: 6.7rem 0 5.9rem 0;
  }
}

.pulse-block h4 {
  margin: 0 0 .8rem 0;
  line-height: 1.29;
}


.pulse-block p {
  margin-bottom: 2.5rem;
}

.pulse-block p:after {
  content: 'readmore';
  color: #fff;
}
.pulse-block .carousel-control-prev,
.pulse-block .carousel-control-next {
  position: initial;
}

/*
ACHIEVEMENTS
*/
.achievements {
  padding-bottom: 7.1rem;
  background-color: rgba(196, 196, 196, 0.1);
}
.achievements .container {
  padding-top: 5.6rem;
}
.achievements .tab-content {
  border-top: .1rem solid #0082d1;
  border-top: .1rem solid var(--blue, #0082d1);
  border-bottom: .1rem solid #0082d1;
  border-bottom: .1rem solid var(--blue, #0082d1);
}
.achievements .wrapper {
  width: 100%;
  height: 12.2rem;
  padding: .8rem 1rem;
  text-align: center;
}
.achievements .wrapper.active {
  display: flex;
}
.achievements .wrapper p {
  width: 100%;
  display: inline-block;
}
@media (min-width: 576px) {
  .achievements .wrapper {
    height: 8.7rem;
  }
}
@media (min-width: 992px) {
  .achievements .wrapper {
    height: 6.4rem;
  }
}
.achievements .tab-pane > div {
  padding: 0;
}
.achievements .nav-item {
  padding: 0;
}
.achievements .nav-link {
  text-align: center;
  padding: 3.2rem  1rem 0 1rem;
}
.achievements .nav-link:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: .5rem solid #b2d9f1 ; /* var(--blue-3, rgba(0, 130, 209, 0.3) */
  background-color: #0082d1;
  background-color: var(--blue, #0082d1);
  -webkit-transition: all linear 500ms;
     -moz-transition: all linear 500ms;
      -ms-transition: all linear 500ms;
       -o-transition: all linear 500ms;
          transition: all linear 500ms;
}
.achievements .nav-link.active:before {
  border: .5rem solid #0082d1 ;
  border: .5rem solid var(--blue, #0082d1);
  background-color: rgba(0, 130, 209, 0.3);
  background-color: var(--blue-3, rgba(0, 130, 209, 0.3) );
}
.fade {
  opacity: 0;
  -webkit-transition: all linear 300ms;
     -moz-transition: all linear 300ms;
      -ms-transition: all linear 300ms;
       -o-transition: all linear 300ms;
          transition: all linear 300ms;
}
.fade.active.show {
  opacity:1;
}

.achievements .nav-link:after {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 1.05rem);
  width: 0;
  height: 0;
  border-left: 1.05rem solid transparent;
  border-right: 1.05rem solid transparent;
  border-top: 1.5rem solid #0082d1;
  border-top: 1.5rem solid var(--blue, #0082d1);
  opacity: 0;
  /* -webkit-transition: all linear 200ms;
     -moz-transition: all linear 200ms;
      -ms-transition: all linear 200ms;
       -o-transition: all linear 200ms;
          transition: all linear 200ms;
  transition-delay: 300ms; */
}
.achievements .nav-link.active:after {
  opacity: 1;
}
.achievements h4 {
  color: #000;
  color: var(--black, #000);
  line-height: 1.29;
  letter-spacing: .09rem;
  margin: 1.7rem 0 0 0;
}
@media (max-width: 575px) {
  .achievements h4 {
    font-size: 1rem;
    letter-spacing: .01rem;
  }
}

.achievements p {
  margin-bottom: 0;
}
.achievements .nav-pills .nav-link.active,
.achievements .nav-pills .show>.nav-link {
  background-color: transparent;
}

/*
HACKS
*/
@media (min-width: 576px) and (max-width: 991px) {
  footer .col-md-3:last-child {
    padding-left: 0;
  }
}

@media (man-width: 800px) {
  div.anketaContent {
    width: 100%;
  }
}

.section-advantages .card{
  box-shadow: 0 8px 16px rgba(0, 137, 255, 0.1);
  height: 100%;
  min-height: 180px;
  padding: 32px;
  border: 0;
}

@media(max-width: 576px){
  .section-advantages .card{
    padding: 20px;
  }
}

.section-advantages .card:hover{
  box-shadow: 0 8px 16px rgba(0, 137, 255, 0.2);
}

.section-advantages .card-thumb{
  width: 74px;
  height: 74px;
  margin-right: 30px;
  display: block;
}

@media(max-width: 576px){
  .section-advantages .card-thumb{
    width: 44px;
    height: 44px;
    margin-right: 20px;
  }
}

.section-advantages p{
  margin-bottom: 0;
}

.section-advantages .size-sm p{
  font-size: 16px;
  color: rgba(0, 16, 47, 0.6);
  line-height: 1.6;
}

.section-news .card{
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-thumb img{
  border-radius: .8rem;
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.card-thumb-border{
  border: 1px solid #D6D8E7;
  border-radius: 16px;
}


.icon-social{
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  margin-right: 8px;
}

.icon-facebook{
  background-image: url("assets/images/icons/facebook.svg");
}

.icon-linkedin{
  background-image: url("assets/images/icons/linkedin.svg");
}

.link-social{
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.link-social:hover{
  color: #fff;
}

.lists-social{
  padding-left: 0;
  color: var( --blue, #0082d1);
  margin-top: 6px;
  margin-bottom: 16px;
}

.lists-social li{
  list-style-type: none;
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  line-height: 1;

}

.lists-social li:before{
  content: '';
  position: absolute;
  left: calc(8px);
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: var( --blue, #0082d1);
  border-radius: 50%;
}

.bg-white-transition{
  background: rgba(255,255,255,0.9)
}
