@font-face {
  font-family: 'Arial Rounded MT Bold';
  src: url('../fonts/ArialRoundedMTBold.eot');
  src: local('Arial Rounded MT Bold'), local('ArialRoundedMTBold'),
      url('../fonts/ArialRoundedMTBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ArialRoundedMTBold.woff2') format('woff2'),
      url('../fonts/ArialRoundedMTBold.woff') format('woff'),
      url('../fonts/ArialRoundedMTBold.ttf') format('truetype'),
      url('../fonts/ArialRoundedMTBold.svg#ArialRoundedMTBold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Arial-Rounded';
  src: url('../fonts/Arial-Rounded.eot');
  src: local('Arial-Rounded'),
      url('../fonts/Arial-Rounded.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Arial-Rounded.woff2') format('woff2'),
      url('../fonts/Arial-Rounded.woff') format('woff'),
      url('../fonts/Arial-Rounded.ttf') format('truetype'),
      url('../fonts/Arial-Rounded.svg#Arial-Rounded') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Arial Rounded MT';
  src: url('../fonts/ArialRoundedMT-Light.eot');
  src: local('Arial Rounded MT Light'), local('ArialRoundedMT-Light'),
      url('../fonts/ArialRoundedMT-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ArialRoundedMT-Light.woff2') format('woff2'),
      url('../fonts/ArialRoundedMT-Light.woff') format('woff'),
      url('../fonts/ArialRoundedMT-Light.ttf') format('truetype'),
      url('../fonts/ArialRoundedMT-Light.svg#ArialRoundedMT-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}

body, header, div, section, a, button {
  transition: all 0.3s ease;
}

body.landing-body {
  margin: 0;
  font-family: 'Arial Rounded MT';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  color: #6a717a;
  text-align: left;
  overflow-y: scroll;
  background-color: #fff;
}

div.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  div.container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  div.container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  div.container {
    max-width: 1170px;
  }
}

@media (min-width: 1200px) {
  div.container {
    max-width: 1170px;
  }
}

nav.navbar {
  padding: 15px 0px;
}

a.btn-sm, .btn-group-sm > a.btn,
button.btn-sm, .btn-group-sm > button.btn {
  font-family: 'Arial Rounded MT Bold';
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 45px;
  text-transform: uppercase;
}
a.btn-lg, .btn-group-lg > a.btn,
button.btn-lg, .btn-group-lg > button.btn {
  font-family: 'Arial-Rounded';
  padding: 15px 50px;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 45px;
}

.modal-open {
  overflow: hidden;
  padding-right: 0 !important;
}
a.btn-default, button.btn-default {
  color: #3991cc;
  background-color: #ffffff;
  border-color: #ffffff;
}

a.btn-default:hover, button.btn-default:hover {
  color: #fff;
  background-color: #3991cc;
  border-color: #3991cc;
}

a.btn-default:focus, a.btn-default.focus, button.btn-default:focus, button.btn-default.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0);
}

a.btn-default.disabled, a.btn-default:disabled, button.btn-default.disabled, button.btn-default:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

a.btn-default:not(:disabled):not(.disabled):active, a.btn-default:not(:disabled):not(.disabled).active,
.show > a.btn-default.dropdown-toggle {
  color: #3991cc;
  background-color: #fff;
  border-color: #fff;
}
button.btn-default:not(:disabled):not(.disabled):active, button.btn-default:not(:disabled):not(.disabled).active,
.show > button.btn-default.dropdown-toggle {
  color: #3991cc;
  background-color: #fff;
  border-color: #fff;
}

a.btn-default:not(:disabled):not(.disabled):active:focus, a.btn-default:not(:disabled):not(.disabled).active:focus,
.show > a.btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0);
}

button.btn-default:not(:disabled):not(.disabled):active:focus, button.btn-default:not(:disabled):not(.disabled).active:focus,
.show > button.btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0);
}
a.btn-main, button.btn-main {
  color: #fff;
  background-color: #3991cc;
  border-color: #3991cc;
}

a.btn-main:hover, button.btn-main:hover {
  color: #fff;
  background-color: #2a74a5;
  border-color: #2a74a5;
}

a.btn-main:focus, a.btn-main.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0);
}

button.btn-main:focus, button.btn-main.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0);
}

a.btn-main.disabled, a.btn-main:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

button.btn-main.disabled, button.btn-main:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

a.btn-main:not(:disabled):not(.disabled):active, a.btn-main:not(:disabled):not(.disabled).active,
.show > a.btn-main.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

button.btn-main:not(:disabled):not(.disabled):active, button.btn-main:not(:disabled):not(.disabled).active,
.show > button.btn-main.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

a.btn-main:not(:disabled):not(.disabled):active:focus, a.btn-main:not(:disabled):not(.disabled).active:focus,
.show > a.btn-main.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0);
}

button.btn-main:not(:disabled):not(.disabled):active:focus, button.btn-main:not(:disabled):not(.disabled).active:focus,
.show > button.btn-main.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0);
}

.navbar-light .navbar-nav .active > a.nav-link, .navbar-light .navbar-nav a.nav-link.active, .navbar-light .navbar-nav a.nav-link.show, .navbar-light .navbar-nav .show > a.nav-link {
  color: #fff;
}
.navbar-light .navbar-nav a.nav-link {
  font-size: 20px;
  color: rgba(255,255,255,0.8);
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav a.nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }
}
div.modal-header {
  border-bottom: 1px solid transparent;
  padding: 20px 40px 0px;
}
div.modal-footer {
  border-top: 1px solid transparent;
  padding: 0px 40px 0px;
}
input.form-control {
  height: 50px;
}
div.modal-body {
  padding: 20px 40px;
}
h5.modal-title {
  color: #3991cc;
  font-size: 30px;
  font-family: 'Arial Rounded MT Bold';
  margin-top: 0;
}

/* End custom bootstrap */
.mobile-menu, .mobile-header {
  display: none;
}  
.wrapper {
  display: block;
  position: relative;
  width: 100%;
  min-height: 100vh;
}

header {
  display: block;
  position: fixed;
  width: 100%;
  background: transparent;
  top:0;
  left: 0;
  z-index: 10;
}
.sticky-active {
  display: block;
  background: rgb(109, 152, 204);
  content: '';
  left: 0;
  float: left;
  opacity: 1;
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  box-shadow: 0 2px 10px 0 rgba(78, 103, 124, 0.3);
  transition: opacity 0.3s;
  z-index: 10;
}
.header-nav {
  display: flex;
  position: relative;
  width: 100%;
  padding: 15px 0px;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.header-nav__logo {
  display: flex;
  flex: 1 1 20%;
}
.header-nav__center {
  display: flex;
  flex: 2 1 60%;
  justify-content: center;
}
.header-nav__right {
  display: flex;
  flex: 1 1 20%;
  justify-content: flex-end;
}
.header-nav__menu {
  display: flex;
  position: relative;
  width: auto;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.header-nav__menu li {
  padding: 0 15px;
}
.header-nav__menu li a.menu-link {
  font-size: 20px;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
}
.header-nav__menu li a.menu-link:hover {
  font-size: 20px;
  color: rgba(255,255,255,1);
  text-decoration: none;
}

.logo {
  display: block;
  position: relative;
  height: 38px;
}

.main-screen {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  background: url("../img/main-bg.jpg") no-repeat top center;
  background-size: cover;
}

.main-screen__block {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 63vh;
  max-height: 70vh;
  background: url("../img/main-img-bf.png") no-repeat right center;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.main-screen__inside {
  display: flex;
  width: 50%;
  flex: 0 1 50%;
  height: 100%;
  box-sizing: border-box;
  flex-flow: column nowrap;
  padding: 30px 15px;
  justify-content: flex-start;
  align-items: flex-start;
}

.main-screen__title {
  color: #ffffff;
  font-size: 50px;
  font-family: 'Arial Rounded MT Bold';
  line-height: 1.55;
  text-align: left;
  margin-bottom: 20px;
}
.main-screen__subtitle {
  color: #ffffff;
  font-size: 20px;
  font-family: 'Arial Rounded MT';
  line-height: 1.55;
  font-weight: 300;
  text-align: left;
  margin-bottom: 40px;
}

.second-screen {
  display: block;
  position: relative;
  width: 100%;
  padding: 100px 0px;
  background: #ffffff;
}

.second-screen__row {
  display: flex;
  position: relative;
  width: 100%;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin-bottom: 50px;
}
.second-screen__row:last-of-type {
  margin-bottom: 0px;
}

.second-screen__icon {
  display: block;
  height: 300px;
  flex-shrink: 0;
}
.second-screen__icon.ml-30 {
  margin-left: 23%;
}
.second-screen__box {
  display: flex;
  flex-flow: column wrap;
  width: auto;
  flex-basis: 45%;
  justify-content: center;
  align-content: center;
  align-items: baseline;
}
.second-screen__title {
  font-family: 'Arial Rounded MT Bold';
  color: #6a717a;
  font-size: 40px;
  line-height: 1.55;  
  margin: 0;
}
.second-screen__divider {
  display: block;
  width: 100px;
  height: 5px;
  background: #5ca2d6;
  margin: 30px 0px;
}
.second-screen__text {
  color: #6a717a;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 300;
  letter-spacing: 0.5px;  
}

.third-screen {
  display: block;
  position: relative;
  width: 100%;
  padding: 60px 0px 30px;
}
.third-screen__divider {
  display: block;
  width: 100%;
  margin-bottom: 60px;
}
.third-screen__col {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  padding-left: 80px;
  padding-right: 20px;
  width: 33.33333%;
  box-sizing: border-box;
  flex: 1 1 33.33333%;
  margin-bottom: 60px;
}
.third-screen__icon {
  display: flex;
  position: relative;
  width: 35px;
  height: 35px;
  background: url("../img/icon-check.png") no-repeat center center #8eb0da;
  background-size: 20px;
  border-radius: 50%;
  margin-bottom: 30px;
}
.third-screen__title {
  color: #6a717a;
  font-size: 20px;
  font-family: 'Arial Rounded MT Bold';
  text-align: left;
  line-height: 1.55;
  margin-bottom: 20px;
}
.third-screen__list {
  display: flex;
  flex-flow: column nowrap;
  padding: 0 20px;
  color: #6a717a;
  font-size: 20px;
  line-height: 1.55;
  text-align: left;
}

.cases-screen {
  display: block;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 60px 0 100px;
}
.cases-screen__header {
  color: #3991cc;
  font-size: 40px;
  font-family: 'Arial Rounded MT Bold';
  text-align: center;
  line-height: 1.55;  
  margin-bottom: 60px;
}
.cases-screen__row {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  justify-content: flex-start;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 40px 50px;
  margin-bottom: 100px;
  box-shadow: 4px 4px 50px 0px rgba(13,13,54,0.3);  
}
.cases-screen__box {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  padding-right: 40px;
  flex:1 0 50%;
}
.cases-screen__box.__right {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 0;
  flex:1 0 50%;
}
.cases-screen__row:last-of-type {
  margin-bottom: 0;
}
.cases-screen__title {
  color: #6a717a;
  font-size: 20px;
  font-family: 'Arial Rounded MT Bold';
  line-height: 1.55;
  letter-spacing: 0.5px;  
  margin-bottom: 30px;
}
.cases-screen__desc {
  color: #6a717a;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 300;
  letter-spacing: 0.5px;  
}
.cases-screen__img {
  display: block;
  width: 50%;
  height: 280px;
  object-fit: contain;
}

.companies-screen {
  display: block;
  position: relative;
  width: 100%;
  padding: 80px 0px;
  background: url("../img/company-screen-bg.jpg") no-repeat top center;
  background-size: cover;
}
.companies-screen__title {
  color: #ffffff;
  font-size: 35px;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.5px;  
  text-align: center;
  margin-bottom: 60px;
}
.companies-screen__logos {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.companies-screen__logo {
  display: block;
  width: auto;
  flex: 1 0 20%;
  padding: 0 15px;
  margin: 20px 0px;
  height: 50px;
  object-fit: contain;
}

.licensing-screen {
  display: block;
  position: relative;
  width: 100%;
  background: #ffffff;
  padding: 80px 0px;
}
.licensing-screen__col {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  padding-right: 30px;
  padding-left: 30px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;  
}
.licensing-screen__box {
  display: flex;
  height: auto;
  width: 100%;
  position: relative;
  flex-flow: column wrap;
  box-shadow: 2px 2px 10px 0px rgba(36,36,36,0.2);
  background: #fff;
  padding: 40px;
  margin-bottom: 60px;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.licensing-screen__icon {
  display: block;
  height: 110px;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.licensing-screen__title {
  color: #6a717a;
  font-size: 25px;
  font-family: 'Arial Rounded MT Bold';
  line-height: 1.55;
  font-weight: 600;  
  text-align: center;
  margin-bottom: 30px;
}
.licensing-screen__text {
  color: #6a717a;
  text-align: center;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 400;  
}

footer {
  display: block;
  position: relative;
  width: 100%;
  padding: 30px 0px;
  border-top: 1px solid rgba(130, 138, 145, 0.2);
}
.footer__col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  flex-flow: row nowrap;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  justify-content: flex-start;
  align-items: center;
}
.footer__col.__center {
  justify-content: center;
  align-items: center;
}
.footer__col.__right {
  justify-content: flex-end;
  align-items: center;
}
.footer__icon {
  display: block;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50%;
}
.footer__box {
  display: flex;
  width: auto;
  flex-flow: column wrap;
  padding-left: 20px;
}
.footer__header {
  color: #6a717a;
  font-size: 25px;
  line-height: 1.55;
  font-weight: 400;  
}
.footer__contact {
  color: #6a717a;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;  
}

.footer__link {
  color: #3991cc;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
  text-decoration: none;  
}
.footer__link:hover {
  color: #2a74a5;
  text-decoration: none;  
}