@charset "UTF-8";
@font-face {
  font-family: "iconfont";
  src: url("/fonts/iconfont.eot?1627540663038");
  src: url("/fonts/iconfont.eot?1627540663038#iefix") format("embedded-opentype"), url("/fonts/iconfont.woff2?1627540663038") format("woff2"), url("/fonts/iconfont.woff?1627540663038") format("woff"), url("/fonts/iconfont.ttf?1627540663038") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: inline-block;
  font-family: "iconfont";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon::before {
  font-family: "iconfont";
}

.icon-browser::before {
  content: "";
}

.icon-cloud-computing::before {
  content: "";
}

.icon-desktop::before {
  content: "";
}

.icon-facebook::before {
  content: "";
}

.icon-idea::before {
  content: "";
}

.icon-instagram::before {
  content: "";
}

.icon-linkedin::before {
  content: "";
}

.icon-mail-outline::before {
  content: "";
}

.icon-phone::before {
  content: "";
}

.icon-rocket::before {
  content: "";
}

.icon-room::before {
  content: "";
}

.icon-smartphone::before {
  content: "";
}

.icon-twitter::before {
  content: "";
}

::-moz-selection {
  background: black;
  color: white;
}

::selection {
  background: black;
  color: white;
}

*,
::before {
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow-y: auto;
}

body {
  min-height: 100%;
  color: #616161;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

a {
  color: #f47116;
  background-color: transparent;
  transition: 0.3s all ease;
}
a, a:hover {
  text-decoration: none;
}
a:hover {
  color: #004ab3;
}
a:not([href]), a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

.opacity-64 {
  opacity: 0.64 !important;
}

.text-primary {
  color: #f47116 !important;
}

.text-secondary {
  color: #1a304d !important;
}

.text-dark {
  color: #232323 !important;
}

.bg-gray {
  background: #f5f6fa !important;
}

.bg-light {
  background: #ccc;
}

.bg-primary {
  background-color: #f47116 !important;
}

.bg-secondary {
  background-color: #1a304d !important;
}

.btn {
  font-size: 16px;
  border-radius: 5px;
  padding: 10px 30px;
  border-width: 0;
  transition: 0.4s;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
  box-shadow: none !important;
}

.btn-primary {
  color: white;
  background: linear-gradient(to right, #1a304d 0%, #174683 50%, #1a304d 100%);
  background-size: 300%, 1px;
  background-position: 0%;
}
.btn-primary:hover {
  background-position: 100% !important;
}

.form-control {
  height: 48px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  font-family: inherit;
  border: 2px solid #ddd;
  border-radius: 5px;
  background: #f6f6f6;
}
.form-control:focus, .form-control:active {
  border-color: #1a304d;
  box-shadow: none;
}

.blockquote {
  position: relative;
  margin-bottom: 0;
  font-size: inherit;
}
.blockquote::after {
  content: "“";
  position: absolute;
  right: 4rem;
  bottom: -14rem;
  opacity: 0.12;
  font-size: 16rem;
  font-family: Georgia, serif;
}
@media (max-width: 767px) {
  .blockquote::after {
    right: 1rem;
    bottom: -10rem;
  }
}

.image-50 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .image-50 {
    position: relative;
    width: 100%;
    height: 400px;
  }
}

.section-header {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .section-header {
    margin-bottom: 1rem;
  }
}

.section-subtitle {
  color: #1a304d;
  font-weight: 700;
}

.section-saperator {
  position: relative;
}
.section-saperator::before, .section-saperator::after {
  content: "";
  position: absolute;
  bottom: -8px;
  height: 4px;
  z-index: -1;
  border-radius: 4px;
}
.section-saperator::before {
  left: 2px;
  width: 112px;
  background-color: #1a304d;
}
.section-saperator::after {
  left: 126px;
  width: 22px;
  background-color: #f47116;
}
.section-saperator.text-center::before {
  left: calc(50% - 72px);
}
.section-saperator.text-center::after {
  left: calc(50% + 52px);
}

.section-spacing {
  padding: 5rem 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-spacing {
    padding: 3rem 0;
  }
}
@media (max-width: 767px) {
  .section-spacing {
    padding: 1.5rem 0;
  }
}

.section-content {
  max-width: 548px;
  margin: 0 auto;
  padding: 24px;
}
@media (max-width: 767px) {
  .section-content {
    padding: 16px;
  }
}

.section-half-content {
  max-width: 548px;
  margin: 0 auto;
  padding: 5rem 1.5rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-half-content {
    padding: 3rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .section-half-content {
    padding: 1.5rem 1rem;
  }
}

.mouse {
  position: absolute;
  bottom: 40px;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

.mouse-icon {
  position: relative;
  width: 25px;
  height: 42px;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 100px;
  background: #999 linear-gradient(transparent 0%, transparent 50%, #cbcbcb 50%, #cbcbcb 100%);
  background-size: 100% 200%;
  -webkit-animation: colorSlide 8s linear infinite, nudgeMouse 8s ease-out infinite;
          animation: colorSlide 8s linear infinite, nudgeMouse 8s ease-out infinite;
}
.mouse-icon::before, .mouse-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mouse-icon::before {
  width: 19px;
  height: 36px;
  background-color: #fff;
  border-radius: 100px;
}
.mouse-icon::after {
  background-color: #cbcbcb;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  -webkit-animation: trackBallSlide 8s linear infinite;
          animation: trackBallSlide 8s linear infinite;
}

@-webkit-keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #999;
  }
  29.99% {
    background-color: #cbcbcb;
    background-position: 0% 0%;
  }
  30% {
    background-color: #999;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #999;
  }
  59% {
    background-color: #cbcbcb;
    background-position: 0% 0%;
  }
  60% {
    background-color: #999;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #999;
  }
  90%, 100% {
    background-color: #cbcbcb;
  }
}

@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #999;
  }
  29.99% {
    background-color: #cbcbcb;
    background-position: 0% 0%;
  }
  30% {
    background-color: #999;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #999;
  }
  59% {
    background-color: #cbcbcb;
    background-position: 0% 0%;
  }
  60% {
    background-color: #999;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #999;
  }
  90%, 100% {
    background-color: #cbcbcb;
  }
}
@-webkit-keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}
@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(2.5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(20px);
  }
  15%, 19% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  28%, 29.99% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(2.5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(20px);
  }
  45%, 49% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  58%, 59.99% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(2.5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(20px);
  }
  75%, 79% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  88%, 100% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(2.5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(20px);
  }
  15%, 19% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  28%, 29.99% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(2.5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(20px);
  }
  45%, 49% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  58%, 59.99% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(2.5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(20px);
  }
  75%, 79% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  88%, 100% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
}
.breathe {
  -webkit-animation: breathe 5s infinite;
          animation: breathe 5s infinite;
}

@-webkit-keyframes breathe {
  50% {
    transform: translateY(-8px) translateX(-4px);
  }
}

@keyframes breathe {
  50% {
    transform: translateY(-8px) translateX(-4px);
  }
}
/*.mouse .mouse-icon {
  display: block;
  width: 25px;
  height: 45px;
  border: 2px solid rgba(white, .4);
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  text-align: center;
  transition: .3s all ease-in-out;
}

.mouse .mouse-wheel {
  height: 4px;
  margin: 2px auto 0;
  display: block;
  width: 4px;
  background-color: white;
  border-radius: 50%;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down;
}

.mouse:hover .mouse-icon {
  border-color: white;
}

@keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    margin-top: 20px;
    opacity: 0;
  }
}*/
.ul-check {
  margin-bottom: 2rem;
  padding: 0;
}
.ul-check li {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  line-height: 1.5;
  list-style: none;
}
.ul-check li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 2px;
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: #f47116;
}

.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-position: center center;
}

.site-blocks-cover.overlay {
  position: relative;
}

.site-blocks-cover.overlay::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  opacity: 0.76;
  background: linear-gradient(to right, #1a304d, #174683);
}

.site-blocks-cover,
.site-blocks-cover > .container > .row {
  min-height: 600px;
  height: 100vh;
}

.site-blocks-cover h1 {
  font-size: 3rem;
  font-weight: 400;
  color: white;
  font-weight: 900;
}

@media (max-width: 991.98px) {
  .site-blocks-cover h1 {
    font-size: 2rem;
  }
}
.site-blocks-cover p {
  color: white;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}

.site-blocks-cover .desc {
  font-size: 1.4rem;
  font-weight: 300;
}

.section-page-cover,
.section-page-cover > .container > .row {
  min-height: initial;
  height: initial;
}

.section-page-cover h1 {
  font-size: 2.5rem;
}
@media (max-width: 991.98px) {
  .section-page-cover h1 {
    font-size: 1.7rem;
  }
}

.circle-bg {
  position: relative;
}

.circle-bg::after {
  width: 300px;
  height: 300px;
  content: "";
  z-index: -1;
  border-radius: 50%;
  position: absolute;
  bottom: -90px;
  right: -90px;
  background: #f8f9fa;
}

@media (max-width: 991.98px) {
  .circle-bg::after {
    bottom: 0;
    right: -90px;
  }
}
.services-item {
  height: 100%;
  padding: 2.5rem;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.services-item .services-icon {
  margin-bottom: 1.5rem;
}
.services-item .services-icon span {
  display: block;
  height: auto;
  font-size: 3.5rem;
  color: #f47116;
}
.services-item h3 {
  margin-bottom: 12px;
  font-size: 22px;
  color: #1a304d;
  font-weight: bold;
}
.services-item p {
  margin-bottom: 0;
}

.page-loader {
  z-index: 7700;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
}

.loader {
  width: 64px;
  height: 64px;
  border: 4px solid #f47116;
  -webkit-animation: 1s loader linear infinite;
          animation: 1s loader linear infinite;
}

@-webkit-keyframes loader {
  from, to {
    border-radius: 0;
    transform: rotate(45deg);
  }
  50% {
    border-radius: 50%;
    transform: rotate(0);
  }
}

@keyframes loader {
  from, to {
    border-radius: 0;
    transform: rotate(45deg);
  }
  50% {
    border-radius: 50%;
    transform: rotate(0);
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.team-item {
  position: relative;
  margin-bottom: 2rem;
  padding: 2rem;
  z-index: 1;
  text-align: center;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1px 24px 0 rgba(19, 26, 10, 0.2);
}
.team-item img {
  margin-bottom: 1rem;
}
.team-item .team-department {
  margin: 0 -1rem;
  opacity: 0.64;
  font-size: 14px;
}
@media (max-width: 767px) {
  .team-item {
    padding: 1rem;
  }
}

.card-address {
  position: relative;
  padding: 2rem;
  z-index: 1;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1px 24px 0 rgba(19, 26, 10, 0.2);
}

.site-section {
  padding: 2.5em 0;
}
@media (min-width: 768px) {
  .site-section {
    padding: 5em 0;
  }
}

.section-title {
  color: #1a304d;
  font-size: 40px;
  font-weight: 900;
}
@media (max-width: 991.98px) {
  .section-title {
    font-size: 30px;
  }
}

.section-dark {
  color: #adadad;
}
.section-dark .text-dark {
  color: #ebebeb !important;
}

.cta-big-image > .container {
  position: relative;
}

.site-header .navbar {
  padding: 12px 0;
}
.site-header .navbar.navbar-sticky {
  background: linear-gradient(to right, #1a304d, #174683);
}
.site-header .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.76);
}
.site-header .navbar-dark .navbar-nav .nav-link:hover, .site-header .navbar-dark .navbar-nav .nav-link:focus {
  color: white;
}
@media (max-width: 767px) {
  .site-header .navbar-toggler {
    padding: 0.25rem 0.5rem;
  }
  .site-header .navbar-collapse {
    margin: 0.5rem -1rem 0;
    padding: 0 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(to right, #1a304d, #174683);
  }
}

.site-footer {
  background: linear-gradient(to right, #1a304d, #174683);
}
.site-footer .border-top {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
  color: #fff;
}
.site-footer p {
  color: rgba(255, 255, 255, 0.64);
}
.site-footer a {
  color: rgba(255, 255, 255, 0.84);
}
.site-footer a:hover {
  color: #fff;
}
.site-footer ul li {
  margin-bottom: 10px;
}
.site-footer .footer-heading {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.section a > svg {
  position: absolute;
  pointer-events: none;
  transition: 2.5s;
}

.section-banner {
  /*background: linear-gradient( to right, rgba($secondary, .84), rgba($secondary, .84) ), url('/img/index-banner.jpg') center no-repeat;*/
  background: url("/img/index-banner.jpg") center no-repeat;
  background-size: cover;
}

.section-technology .no-gutters {
  border: 1px solid #eff1f7;
}

.section-careers-banner {
  background: url("/img/careers-banner.png") center no-repeat;
}

.technology-item {
  position: relative;
  height: 100%;
  border: 1px solid #eff1f7;
  z-index: 1;
  transition-duration: 500ms;
}
.technology-item:hover, .technology-item:focus {
  z-index: 100;
  background-color: white;
  box-shadow: 0 10px 71px rgba(47, 91, 234, 0.175);
  transform: scale(1.1);
}
.technology-item img {
  max-height: 50px;
}

.section-intro {
  position: relative;
}
.section-intro::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 33%;
  content: "";
  background-color: #f47116;
}
@media (max-width: 991px) {
  .section-intro::before {
    width: 100%;
    height: 22%;
    bottom: auto;
  }
}

.section-purpose {
  min-height: 600px;
}
.section-purpose .section-saperator::before {
  background-color: #fff;
}

.section-mission {
  position: relative;
}
.section-mission::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 44%;
  content: "";
  background-color: #f47116;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 80% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 80% 100%);
}
@media (max-width: 991px) {
  .section-mission::before {
    display: none;
  }
}

/*.section-ethics {
  position: relative;

  &::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 33%;
    content: '';
    z-index: -1;
    background-color: $secondary;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 110px 100%);
  }
}*/
.section-blockquote {
  color: white;
}

.section-contact {
  position: relative;
}
.section-contact::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  width: 33%;
  content: "";
  z-index: -1;
  background-color: #1a304d;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 110px 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 110px 100%);
}