@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block;
    outline: none; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 46px;
  width: 46px;
  top: 50%;
  z-index: 10;
  font-size: 0;
  border: none;
  outline: none;
  line-height: 0;
  cursor: pointer;
  background: url("../img/arrow_left.png") no-repeat center;
  transform: translate(0, -50%); }
  @media (max-width: 991px) {
    .slick-prev,
    .slick-next {
      border: 1px solid #ddd; } }

.slick-prev {
  left: -6rem; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -6rem; }
  @media (max-width: 991px) {
    .slick-prev {
      left: -2rem; } }

.slick-next {
  right: -6rem;
  background-image: url("../img/arrow_right.png"); }
  [dir="rtl"] .slick-next {
    left: -6rem;
    right: auto; }
  @media (max-width: 991px) {
    .slick-next {
      right: -2rem; } }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  bottom: 3rem;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    position: relative;
    height: 2rem;
    width: 2rem;
    margin: 0 3px;
    cursor: pointer; }
    .slick-dots li button {
      display: block;
      font-size: 0;
      border: 0;
      width: 2rem;
      height: 2rem;
      padding: 5px;
      outline: none;
      line-height: 0;
      cursor: pointer;
      color: transparent;
      background: transparent;
      display: none; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 2rem;
        height: 2rem;
        font-family: "slick";
        font-size: 6px;
        line-height: 2rem;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
----------------------------------------
6.1 THEMES 
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #dbdbdb; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000; }

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0; }

.appeared {
  opacity: 1; }

.fadeIn {
  animation-name: fadeIn; }

.fadeUp {
  animation-name: fadeUp; }

.fadeDown {
  animation-name: fadeDown; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes loading {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(1200%); } }

@keyframes stackSlide {
  from {
    right: -100%; }
  to {
    right: 0; } }

@keyframes SlideMenu {
  from {
    left: -100%; }
  to {
    left: 0; } }

@keyframes moveDown {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

@keyframes moveUp {
  0% {
    transform: translateY(30%); }
  100% {
    transform: translateY(0); } }

@keyframes moveleft {
  0% {
    transform: translateX(30%); }
  100% {
    transform: translateX(0); } }

/* buonce animation start */
@-moz-keyframes bounceNew {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  60% {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@-webkit-keyframes bounceNew {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes bounceNew {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

/* buonce animatio end */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }
  @media (max-width: 1440px) {
    html {
      font-size: 59.375%; } }

body {
  box-sizing: border-box; }

::selection {
  color: #fff;
  background-color: #0b1e44; }

img {
  max-width: 100%; }

a {
  color: #333;
  transition: all .3s ease-out; }
  a:hover {
    text-decoration: none; }

hr {
  margin: 2rem 0;
  border-color: #cacaca; }
  hr.darkBorder {
    border-color: #999; }
  hr.extraSpace {
    margin: 4rem 0; }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

@font-face {
  font-family: 'Proxima Nova Sb';
  src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova Lt';
  src: url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype"), url("../fonts/ProximaNova-Light.svg#ProximaNova-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova Bo';
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

.margin-top-0 {
  margin-top: 0    !important; }

.margin-top-5 {
  margin-top: .5rem  !important; }

.margin-top-10 {
  margin-top: 1rem !important; }

.margin-top-15 {
  margin-top: 1.5rem !important; }

.margin-top-20 {
  margin-top: 2rem !important; }

.margin-top-25 {
  margin-top: 2.5rem !important; }

.margin-top-30 {
  margin-top: 3rem !important; }

.margin-top-35 {
  margin-top: 3.5rem !important; }

.margin-top-40 {
  margin-top: 4rem !important; }

.margin-top-45 {
  margin-top: 4.5rem !important; }

.margin-top-50 {
  margin-top: 5rem !important; }

.margin-top-55 {
  margin-top: 5.5rem !important; }

.margin-top-60 {
  margin-top: 6rem !important; }

.margin-top-65 {
  margin-top: 6.5rem !important; }

.margin-top-70 {
  margin-top: 7rem !important; }

.margin-top-75 {
  margin-top: 7.5rem !important; }

.margin-top-80 {
  margin-top: 8rem !important; }

@media (max-width: 991px) {
  .margin-top-md-0 {
    margin-top: 0    !important; }
  .margin-top-md-5 {
    margin-top: .5rem  !important; }
  .margin-top-md-10 {
    margin-top: 1rem !important; }
  .margin-top-md-15 {
    margin-top: 1.5rem !important; }
  .margin-top-md-20 {
    margin-top: 2rem !important; }
  .margin-top-md-25 {
    margin-top: 2.5rem !important; }
  .margin-top-md-30 {
    margin-top: 3rem !important; }
  .margin-top-md-35 {
    margin-top: 3.5rem !important; }
  .margin-top-md-40 {
    margin-top: 4rem !important; }
  .margin-top-md-45 {
    margin-top: 4.5rem !important; }
  .margin-top-md-50 {
    margin-top: 5rem !important; }
  .margin-top-md-55 {
    margin-top: 5.5rem !important; }
  .margin-top-md-60 {
    margin-top: 6rem !important; }
  .margin-top-md-65 {
    margin-top: 6.5rem !important; }
  .margin-top-md-70 {
    margin-top: 7rem !important; }
  .margin-top-md-75 {
    margin-top: 7.5rem !important; }
  .margin-top-md-80 {
    margin-top: 8rem !important; } }

.margin-left-0 {
  margin-left: 0 !important; }

.margin-left-5 {
  margin-left: .5rem !important; }

.margin-left-10 {
  margin-left: 1rem !important; }

.margin-left-15 {
  margin-left: 1.5rem !important; }

.margin-left-20 {
  margin-left: 2rem !important; }

.margin-left-25 {
  margin-left: 2.5rem !important; }

.margin-left-30 {
  margin-left: 3rem !important; }

.margin-left-35 {
  margin-left: 3.5rem !important; }

.margin-left-40 {
  margin-left: 4rem !important; }

.margin-left-45 {
  margin-left: 4.5rem !important; }

.margin-left-50 {
  margin-left: 5rem !important; }

.margin-left-55 {
  margin-left: 5.5rem !important; }

.margin-left-60 {
  margin-left: 6rem !important; }

.margin-left-65 {
  margin-left: 6.5rem !important; }

.margin-left-70 {
  margin-left: 7rem !important; }

.margin-left-75 {
  margin-left: 7.5rem !important; }

.margin-left-80 {
  margin-left: 8rem !important; }

.margin-bottom-0 {
  margin-bottom: 0 !important; }

.margin-bottom-5 {
  margin-bottom: .5rem !important; }

.margin-bottom-10 {
  margin-bottom: 1rem !important; }

.margin-bottom-15 {
  margin-bottom: 1.5rem !important; }

.margin-bottom-20 {
  margin-bottom: 2rem !important; }

.margin-bottom-25 {
  margin-bottom: 2.5rem !important; }

.margin-bottom-30 {
  margin-bottom: 3rem !important; }

.margin-bottom-35 {
  margin-bottom: 3.5rem !important; }

.margin-bottom-40 {
  margin-bottom: 4rem !important; }

.margin-bottom-45 {
  margin-bottom: 4.5rem !important; }

.margin-bottom-50 {
  margin-bottom: 5rem !important; }

.margin-bottom-55 {
  margin-bottom: 5.5rem !important; }

.margin-bottom-60 {
  margin-bottom: 6rem !important; }

.margin-bottom-65 {
  margin-bottom: 6.5rem !important; }

.margin-bottom-70 {
  margin-bottom: 7rem !important; }

.margin-bottom-75 {
  margin-bottom: 7.5rem !important; }

.margin-bottom-80 {
  margin-bottom: 8rem !important; }

.margin-right-0 {
  margin-right: 0 !important; }

.margin-right-5 {
  margin-right: .5rem !important; }

.margin-right-10 {
  margin-right: 1rem !important; }

.margin-right-15 {
  margin-right: 1.5rem !important; }

.margin-right-20 {
  margin-right: 2rem !important; }

.margin-right-25 {
  margin-right: 2.5rem !important; }

.margin-right-30 {
  margin-right: 3rem !important; }

.margin-right-35 {
  margin-right: 3.5rem !important; }

.margin-right-40 {
  margin-right: 4rem !important; }

.margin-right-45 {
  margin-right: 4.5rem !important; }

.margin-right-50 {
  margin-right: 5rem !important; }

.margin-right-55 {
  margin-right: 5.5rem !important; }

.margin-right-60 {
  margin-right: 6rem !important; }

.margin-right-65 {
  margin-right: 6.5rem !important; }

.margin-right-70 {
  margin-right: 7rem !important; }

.margin-right-75 {
  margin-right: 7.5rem !important; }

.margin-right-80 {
  margin-right: 8rem !important; }

.padding-top-0 {
  padding-top: 0 !important; }

.padding-top-5 {
  padding-top: .5rem !important; }

.padding-top-10 {
  padding-top: 1rem !important; }

.padding-top-15 {
  padding-top: 1.5rem !important; }

.padding-top-20 {
  padding-top: 2rem !important; }

.padding-top-25 {
  padding-top: 2.5rem !important; }

.padding-top-30 {
  padding-top: 3rem !important; }

.padding-top-35 {
  padding-top: 3.5rem !important; }

.padding-top-40 {
  padding-top: 4rem !important; }

.padding-top-45 {
  padding-top: 4.5rem !important; }

.padding-top-50 {
  padding-top: 5rem !important; }

.padding-top-55 {
  padding-top: 5.5rem !important; }

.padding-top-60 {
  padding-top: 6rem !important; }

.padding-top-65 {
  padding-top: 6.5rem !important; }

.padding-top-70 {
  padding-top: 7rem !important; }

.padding-top-75 {
  padding-top: 7.5rem !important; }

.padding-top-80 {
  padding-top: 8rem !important; }

.padding-left-0 {
  padding-left: 0 !important; }

.padding-left-5 {
  padding-left: .5rem !important; }

.padding-left-10 {
  padding-left: 1rem !important; }

.padding-left-15 {
  padding-left: 1.5rem !important; }

.padding-left-20 {
  padding-left: 2rem !important; }

.padding-left-25 {
  padding-left: 2.5rem !important; }

.padding-left-30 {
  padding-left: 3rem !important; }

.padding-left-35 {
  padding-left: 3.5rem !important; }

.padding-left-40 {
  padding-left: 4rem !important; }

.padding-left-45 {
  padding-left: 4.5rem !important; }

.padding-left-50 {
  padding-left: 5rem !important; }

.padding-left-55 {
  padding-left: 5.5rem !important; }

.padding-left-60 {
  padding-left: 6rem !important; }

.padding-left-65 {
  padding-left: 6.5rem !important; }

.padding-left-70 {
  padding-left: 7rem !important; }

.padding-left-75 {
  padding-left: 7.5rem !important; }

.padding-left-80 {
  padding-left: 8rem !important; }

.padding-bottom-0 {
  padding-bottom: 0 !important; }

.padding-bottom-5 {
  padding-bottom: .5rem !important; }

.padding-bottom-10 {
  padding-bottom: 1rem !important; }

.padding-bottom-15 {
  padding-bottom: 1.5rem !important; }

.padding-bottom-20 {
  padding-bottom: 2rem !important; }

.padding-bottom-25 {
  padding-bottom: 2.5rem !important; }

.padding-bottom-30 {
  padding-bottom: 3rem !important; }

.padding-bottom-35 {
  padding-bottom: 3.5rem !important; }

.padding-bottom-40 {
  padding-bottom: 4rem !important; }

.padding-bottom-45 {
  padding-bottom: 4.5rem !important; }

.padding-bottom-50 {
  padding-bottom: 5rem !important; }

.padding-bottom-55 {
  padding-bottom: 5.5rem !important; }

.padding-bottom-60 {
  padding-bottom: 6rem !important; }

.padding-bottom-65 {
  padding-bottom: 6.5rem !important; }

.padding-bottom-70 {
  padding-bottom: 7rem !important; }

.padding-bottom-75 {
  padding-bottom: 7.5rem !important; }

.padding-bottom-80 {
  padding-bottom: 8rem !important; }

.padding-right-0 {
  padding-right: 0 !important; }

.padding-right-5 {
  padding-right: .5rem !important; }

.padding-right-10 {
  padding-right: 1rem !important; }

.padding-right-15 {
  padding-right: 1.5rem !important; }

.padding-right-20 {
  padding-right: 2rem !important; }

.padding-right-25 {
  padding-right: 2.5rem !important; }

.padding-right-30 {
  padding-right: 3rem !important; }

.padding-right-35 {
  padding-right: 3.5rem !important; }

.padding-right-40 {
  padding-right: 4rem !important; }

.padding-right-45 {
  padding-right: 4.5rem !important; }

.padding-right-50 {
  padding-right: 5rem !important; }

.padding-right-55 {
  padding-right: 5.5rem !important; }

.padding-right-60 {
  padding-right: 6rem !important; }

.padding-right-65 {
  padding-right: 6.5rem !important; }

.padding-right-70 {
  padding-right: 7rem !important; }

.padding-right-75 {
  padding-right: 7.5rem !important; }

.padding-right-80 {
  padding-right: 8rem !important; }

.width10 {
  width: 10%; }

.width15 {
  width: 15%; }

.width20 {
  width: 20%; }

.width25 {
  width: 25%; }

.width30 {
  width: 30%; }

.width35 {
  width: 35%; }

.width40 {
  width: 40%; }

.width45 {
  width: 45%; }

.width50 {
  width: 50%; }

.width55 {
  width: 55%; }

.width60 {
  width: 60%; }

.width65 {
  width: 65%; }

.width70 {
  width: 70%; }

.width75 {
  width: 75%; }

.width80 {
  width: 80%; }

.width85 {
  width: 85%; }

.width90 {
  width: 90%; }

.width95 {
  width: 95%; }

.width100 {
  width: 100%; }

body {
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 1.5rem;
  overflow-x: hidden;
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  body::-webkit-scrollbar {
    width: 12px; }
  body::-webkit-scrollbar-track {
    background: #dbdbdb; }
  body::-webkit-scrollbar-thumb {
    background: #0b1e44; }
  body::-webkit-scrollbar-thumb:hover {
    background: #0b1e44; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Proxima Nova Rg", sans-serif;
  margin: 0 0 2rem;
  line-height: 1.2;
  color: #000000; }
  h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
    color: #fff; }
  h1.barlow, h2.barlow, h3.barlow, h4.barlow, h5.barlow, h6.barlow {
    font-family: "Proxima Nova Rg", sans-serif; }
  h1.barlow-condensed, h2.barlow-condensed, h3.barlow-condensed, h4.barlow-condensed, h5.barlow-condensed, h6.barlow-condensed {
    font-family: "Proxima Nova Lt", sans-serif; }
  h1.elight, h2.elight, h3.elight, h4.elight, h5.elight, h6.elight {
    font-weight: 200; }
  h1.reverse, h2.reverse, h3.reverse, h4.reverse, h5.reverse, h6.reverse {
    font-weight: 300; }
  h1.normal, h2.normal, h3.normal, h4.normal, h5.normal, h6.normal {
    font-weight: normal; }
  h1.semi, h2.semi, h3.semi, h4.semi, h5.semi, h6.semi {
    font-weight: 500; }
  h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h6.bold {
    font-weight: 600; }
  h1.black, h2.black, h3.black, h4.black, h5.black, h6.black {
    font-weight: 700; }
  h1.capitalize, h2.capitalize, h3.capitalize, h4.capitalize, h5.capitalize, h6.capitalize {
    text-transform: capitalize; }

p {
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 1.5rem;
  color: #000;
  line-height: 1.4;
  margin-bottom: 2rem; }
  p.nmb {
    margin-bottom: 0; }
  p.small {
    font-size: 1.4rem; }
  p.big {
    font-size: 1.8rem; }
  p.white {
    color: #fff; }
  p.semi {
    font-weight: 500; }
  @media (max-width: 480px) {
    p {
      font-size: 1.3rem; } }

ul {
  margin: 0;
  padding: 0; }
  ul.bulletList {
    padding: 0 0 0 1.8rem; }
    ul.bulletList li {
      display: list-item;
      font-size: 1.5rem;
      line-height: 1.7;
      margin-bottom: .5rem; }
      ul.bulletList li:last-child {
        margin-bottom: 0; }
    ul.bulletList.alignRight {
      text-align: right;
      padding: 0 1.6rem 0 0; }
      ul.bulletList.alignRight li {
        direction: rtl; }
    ul.bulletList.white li {
      color: #fff; }
    ul.bulletList.primary li {
      color: #0b1e44; }
    ul.bulletList.extraMargin li {
      margin-bottom: 2rem; }

.numberList {
  padding-left: 2.2rem;
  list-style-position: outside; }
  .numberList li {
    font-size: 1.5rem;
    padding-left: 1.5rem;
    line-height: 1.4;
    margin-bottom: 1rem; }
    .numberList li:last-child {
      margin-bottom: 0; }

.heading-small {
  font-size: 1.2rem;
  font-weight: 500;
  color: #0b1e44; }

.color-primary {
  color: #0b1e44 !important; }

.color-secondary {
  color: #028dce !important; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.uppercase {
  text-transform: uppercase; }

.nouppercase {
  text-transform: none !important; }

.cursor {
  cursor: pointer; }

@media (max-width: 1024px) {
  .breakBr__tablet-big br {
    display: none; } }

.shown--macbook {
  display: none !important; }
  @media (max-width: 1440px) {
    .shown--macbook {
      display: block !important; } }

.shown--laptop {
  display: none !important; }
  @media (max-width: 1366px) {
    .shown--laptop {
      display: block !important; } }

.shown--small-laptop {
  display: none !important; }
  @media (max-width: 1280px) {
    .shown--small-laptop {
      display: block !important; } }

.shown--small-laptop {
  display: none !important; }
  @media (max-width: 1280px) {
    .shown--small-laptop {
      display: block !important; } }

.shown--tablet {
  display: none !important; }
  @media (max-width: 992px) {
    .shown--tablet {
      display: block !important; } }

.shown--tablet-small {
  display: none !important; }
  @media (max-width: 991px) {
    .shown--tablet-small {
      display: block !important; } }

.shown--mobile-big {
  display: none !important; }
  @media (max-width: 767px) {
    .shown--mobile-big {
      display: block !important; } }

.hide--macbook {
  display: block !important; }
  @media (max-width: 1440px) {
    .hide--macbook {
      display: none !important; } }

.hide--laptop {
  display: block !important; }
  @media (max-width: 1366px) {
    .hide--laptop {
      display: none !important; } }

.hide--small-laptop {
  display: block !important; }
  @media (max-width: 1280px) {
    .hide--small-laptop {
      display: none !important; } }

.hide--small-laptop {
  display: block !important; }
  @media (max-width: 1280px) {
    .hide--small-laptop {
      display: none !important; } }

.hide--tablet {
  display: block !important; }
  @media (max-width: 992px) {
    .hide--tablet {
      display: none !important; } }

.hide--tablet-small {
  display: block !important; }
  @media (max-width: 991px) {
    .hide--tablet-small {
      display: none !important; } }

.hide--mobile-big {
  display: block !important; }
  @media (max-width: 767px) {
    .hide--mobile-big {
      display: none !important; } }

.alert {
  position: relative;
  min-height: 1.6rem;
  margin: 1.6rem 0;
  line-height: 1.6rem;
  border-radius: .2rem;
  padding: 1.6rem 2rem;
  background: #f8f8f9;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
  transition: opacity .1s ease,color .1s ease, background .1s ease, box-shadow .1s ease,-webkit-box-shadow .1s ease; }
  .alert-success {
    background-color: #fcfff5;
    color: #2c662d;
    -webkit-box-shadow: 0 0 0 .1rem #a3c293 inset, 0 0 0 0 transparent;
    box-shadow: 0 0 0 .1rem #a3c293 inset, 0 0 0 0 transparent; }
  .alert-error {
    background-color: #fff6f6;
    color: #9f3a38;
    -webkit-box-shadow: 0 0 0 .1rem #e0b4b4 inset, 0 0 0 0 transparent;
    box-shadow: 0 0 0 .1rem #e0b4b4 inset, 0 0 0 0 transparent; }
  .alert-warning {
    background-color: #fffaf3;
    color: #573a08;
    -webkit-box-shadow: 0 0 0 .1rem #c9ba9b inset, 0 0 0 0 transparent;
    box-shadow: 0 0 0 .1rem #c9ba9b inset, 0 0 0 0 transparent; }
  .alert-info {
    background-color: #f6faff;
    color: #386a9f;
    -webkit-box-shadow: 0 0 0 .1rem #b4c0e0 inset, 0 0 0 0 transparent;
    box-shadow: 0 0 0 .1rem #b4c0e0 inset, 0 0 0 0 transparent; }
  .alert-positioned {
    position: absolute;
    z-index: 9999;
    min-width: 50rem; }
    .alert-positioned.bottom {
      bottom: 4rem; }
    .alert-positioned.right {
      right: 4rem; }
    .alert-positioned.left {
      left: 4rem; }
    .alert-positioned.top {
      top: 4rem; }
    .alert-positioned.center {
      left: 50%;
      transform: translateX(-50%); }

.card {
  border: none;
  box-shadow: 0 0 10px 1px rgba(7, 36, 184, 0.06); }
  .card-body {
    padding: 4rem 6rem; }

.btn {
  display: inline-block;
  font-family: "Proxima Nova Lt", sans-serif;
  border: none;
  line-height: 1;
  font-size: 1.4rem;
  box-shadow: none;
  border-radius: 0;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 1.4rem 3rem;
  text-transform: uppercase;
  transition: all .4s ease-out; }
  .btn.btn-block {
    padding-left: 1rem;
    padding-right: 1rem; }
  .btn.elipse {
    border-radius: 25px; }
  .btn.rounded-3 {
    border-radius: 3px; }
  .btn.rounded-4 {
    border-radius: 4px; }
  .btn.rounded-5 {
    border-radius: 5px; }
  .btn.btn-sm {
    font-size: 1.4rem;
    padding: 1rem 2.5rem; }
  .btn.btn-lg {
    font-size: 1.7rem;
    padding: 2rem 5rem 2rem 3rem; }
  .btn.btn-primary {
    position: relative;
    z-index: 1;
    color: white;
    background: transparent;
    box-shadow: none !important; }
    .btn.btn-primary:hover {
      background: #000102; }
  .btn.btn-secondary {
    background: #028dce;
    color: #fff; }
    .btn.btn-secondary:hover {
      background: #027cb5; }
  .btn.btn-default {
    color: #333333;
    background: #abadb0; }
    .btn.btn-default.white {
      color: white; }
    .btn.btn-default:hover {
      background: #84878b; }
  .btn.btn-border {
    color: #232323;
    border: solid #909090 1px; }
    .btn.btn-border:hover {
      color: white;
      background: #0b1e44;
      border-color: #0b1e44; }
  .btn.btn-border-primary {
    color: #0b1e44;
    border: solid #0b1e44 1px; }
    .btn.btn-border-primary:hover {
      color: white;
      background: #0b1e44; }
  .btn.btn-border-white {
    color: #fff;
    border: solid #fff 1px; }
    .btn.btn-border-white.rounded {
      border-radius: 2.5rem; }
    .btn.btn-border-white:hover {
      background: #fff;
      color: #222; }
  .btn.btn-dark {
    color: #fff;
    background: #676767; }
    .btn.btn-dark:hover {
      background: #232323; }
  .btn.btn-white {
    color: #333;
    background: #fff; }
    .btn.btn-white:hover {
      color: #fff;
      background: #0b1e44; }
  @media (max-width: 1024px) {
    .btn {
      font-size: 1.3rem;
      padding: 1.2rem 2.4rem; } }

.btn-custom-style {
  position: relative;
  z-index: 1;
  display: block;
  font-family: "Proxima Nova Lt", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  padding-right: 4rem;
  white-space: nowrap;
  background: none;
  border: solid 1px #fff;
  border-right: 0;
  text-transform: uppercase;
  transition: none;
  background-image: url("../img/icons/white-arrow.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  transition: all 0.6s cubic-bezier(0, 0.97, 0.43, 1); }
  .btn-custom-style:after, .btn-custom-style::before {
    content: '';
    position: absolute;
    right: 0;
    z-index: -1;
    width: 0.1rem;
    height: 1.5rem;
    background-color: #fff;
    transition: all 0.6s cubic-bezier(0, 0.97, 0.43, 1); }
  .btn-custom-style:after {
    bottom: 0; }
  .btn-custom-style::before {
    top: 0; }
  .btn-custom-style:hover {
    color: #fff;
    background-position: 100% 50%; }
    .btn-custom-style:hover:after, .btn-custom-style:hover::before {
      height: 0; }
  .btn-custom-style.btn-black {
    border: solid 1px #000;
    border-right: 0;
    color: #000;
    background-image: url("../img/icons/black-arrow.png"); }
    .btn-custom-style.btn-black:after, .btn-custom-style.btn-black::before {
      background-color: #000; }
    .btn-custom-style.btn-black:hover {
      color: #000; }

a.btn-custom-style {
  display: inline-block; }

.btn.focus, .btn:focus {
  box-shadow: none; }

button:focus {
  outline: none; }

.form-group {
  position: relative;
  margin-bottom: 3rem; }
  .form-group .form-control {
    border: 0;
    border-bottom: solid 1px #d4d4d4;
    box-shadow: none;
    border-radius: 0;
    padding: 0rem;
    font-size: 1.8rem; }
  .form-group label.error {
    position: absolute;
    top: 100%;
    left: 0;
    line-height: 1.8;
    width: 100%;
    color: red; }

.headingBox {
  text-align: center;
  margin-bottom: 4rem; }
  .headingBox.white {
    background: white; }
  .headingBox.nopadding {
    padding: 0; }
  .headingBox.mb_sm {
    margin-bottom: 2.5rem; }
  .headingBox.mb_md {
    margin-bottom: 4rem; }
  .headingBox.mb_lg {
    margin-bottom: 8rem; }
  .headingBox.left {
    text-align: left; }
    @media screen and (max-width: 991px) {
      .headingBox.left {
        text-align: center; } }
  .headingBox h1, .headingBox h2, .headingBox h3, .headingBox h4, .headingBox h5, .headingBox h6 {
    margin-bottom: 1rem; }
  .headingBox p {
    font-size: 1.8rem;
    line-height: 1.7;
    margin-bottom: 0; }

.smallStyle {
  font-family: "Proxima Nova Lt", sans-serif;
  font-size: 1.6rem;
  color: #0b1e44;
  font-weight: 500;
  text-transform: uppercase; }
  .smallStyle.grey {
    color: #666; }

.size56 {
  font-size: 5.6rem; }

.size50 {
  font-size: 5rem; }

.size45 {
  font-size: 4.5rem; }

.size40 {
  font-size: 4rem; }

.size36 {
  font-size: 3.6rem; }

.size30 {
  font-size: 3rem; }

.size27 {
  font-size: 2.7rem; }

.size24 {
  font-size: 2.4rem; }

.size21 {
  font-size: 2.1rem; }

.size18 {
  font-size: 1.8rem; }

@media (max-width: 1280px) {
  .size56 {
    font-size: 4.8rem; }
  .size50 {
    font-size: 4.4rem; }
  .size45 {
    font-size: 4rem; }
  .size40 {
    font-size: 3.7rem; }
  .size36 {
    font-size: 3.4rem; } }

@media (max-width: 992px) {
  .size56 {
    font-size: 4.6rem; }
  .size50 {
    font-size: 4rem; }
  .size45 {
    font-size: 3.6rem; }
  .size40 {
    font-size: 3rem; }
  .size36 {
    font-size: 3rem; }
  .size30 {
    font-size: 2.4rem; }
  .size27 {
    font-size: 2.2rem; }
  .size24 {
    font-size: 2.1rem; }
  .size21 {
    font-size: 1.8rem; }
  .size18 {
    font-size: 1.7rem; } }

@media (max-width: 767px) {
  .size56 {
    font-size: 4rem; }
  .size50 {
    font-size: 3.6rem; }
  .size45 {
    font-size: 3.2rem; }
  .size40 {
    font-size: 3rem; }
  .size36 {
    font-size: 2.7rem; }
  .size30 {
    font-size: 2.2rem; }
  .size27 {
    font-size: 2.1rem; }
  .size24 {
    font-size: 1.9rem; }
  .size21 {
    font-size: 1.6rem; }
  .size18 {
    font-size: 1.5rem; } }

@media (max-width: 480px) {
  .size56 {
    font-size: 3.6rem; }
  .size50 {
    font-size: 3.2rem; }
  .size45 {
    font-size: 3rem; }
  .size40 {
    font-size: 2.7rem; }
  .size36 {
    font-size: 2.5rem; }
  .size30 {
    font-size: 2.1rem; }
  .size27 {
    font-size: 1.9rem; }
  .size24 {
    font-size: 1.7rem; }
  .size21 {
    font-size: 1.5rem; }
  .size18 {
    font-size: 1.4rem; } }

.centerLoader {
  display: flex;
  padding: 2rem 0;
  justify-content: center; }

.noRecordsFound {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 0; }
  .noRecordsFound img {
    display: block;
    margin-bottom: 2rem; }
  .noRecordsFound h3 {
    font-size: 2.1rem;
    color: #0b1e44;
    font-weight: normal;
    margin: 0; }

.paginationWrapper {
  display: flex;
  width: 100%;
  justify-content: flex-end; }
  .paginationWrapper .semantic-ui-react-button-pagination {
    display: flex; }
    .paginationWrapper .semantic-ui-react-button-pagination .button {
      margin-left: 4px;
      font-size: 1.5rem;
      border: 1px solid #ddd;
      background-color: #fff; }
      .paginationWrapper .semantic-ui-react-button-pagination .button:first-child {
        margin-left: 0;
        border-left: 1px solid #ddd; }
      .paginationWrapper .semantic-ui-react-button-pagination .button.currentPage {
        background-color: #0b1e44;
        color: white; }

.section {
  padding: 7rem 0; }
  .section.nopadding {
    padding: 0 !important; }
  .section.nopadding--top {
    padding-top: 0 !important; }
  .section.nopadding--bottom {
    padding-bottom: 0 !important; }
  .section .titleBlock {
    margin-bottom: 7rem; }
    .section .titleBlock h1, .section .titleBlock h2, .section .titleBlock h3, .section .titleBlock h4, .section .titleBlock h5, .section .titleBlock h6 {
      margin-bottom: 0; }
  .section.sm {
    padding: 4rem 0; }
  .section.md {
    padding: 5rem 0; }
  .section.xl {
    padding: 8rem 0; }
  .section.xxl {
    padding: 10rem 0; }
  .section.white {
    background: white; }
  .section.dark {
    background: #353535; }
  .section.primary {
    background: #0b1e44; }
  .section.secondary {
    background: #028dce; }
  .section.light {
    background: #abadb0; }
  .section.light__grey {
    background: #dee2e2; }

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px; }

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0b1e44;
  margin: -3px 0 0 -3px; }

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s; }

.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px; }

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s; }

.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px; }

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s; }

.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px; }

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s; }

.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px; }

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s; }

.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px; }

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s; }

.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px; }

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s; }

.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px; }

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s; }

.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px; }

@keyframes lds-roller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.lds-spinner {
  color: #0b1e44;
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto; }

.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite; }

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #0b1e44; }

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s; }

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s; }

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s; }

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s; }

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s; }

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s; }

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s; }

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s; }

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s; }

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s; }

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s; }

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s; }

@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.custom-table {
  margin: 0;
  font-size: 1.5rem; }
  .custom-table th, .custom-table td {
    padding: 1.5rem;
    border: none;
    vertical-align: middle; }
  .custom-table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8f7fd; }

.footerTop {
  background: #028dce;
  padding: 3rem; }
  .footerTop .textBlock {
    margin-bottom: 2rem; }
    @media screen and (min-width: 768px) {
      .footerTop .textBlock {
        margin: 0; } }
  .footerTop p {
    color: #fff;
    font-family: 'Proxima Nova Sb';
    margin: 0; }
    .footerTop p.size18 {
      font-family: 'Proxima Nova Rg'; }
  .footerTop .btnAlignCenter {
    display: flex;
    align-items: center; }

.modal-backdrop.show {
  background-color: #0b1e44;
  opacity: 0.8; }

.modal .modal-dialog {
  max-width: 650px; }
  .modal .modal-dialog .modal-content {
    border: 0;
    border-radius: 0; }
    .modal .modal-dialog .modal-content .modal-header {
      border: 0; }
      .modal .modal-dialog .modal-content .modal-header button.close {
        width: 35px;
        transition: .5s;
        opacity: 0.75; }
        .modal .modal-dialog .modal-content .modal-header button.close:hover {
          opacity: 1; }
    .modal .modal-dialog .modal-content .modal-body {
      line-height: 0;
      padding: 2rem 5rem 5rem; }
      .modal .modal-dialog .modal-content .modal-body .titleBlock h2 {
        color: #0b1e44;
        margin: 0.8rem; }
      .modal .modal-dialog .modal-content .modal-body .textBlock p {
        margin-bottom: 3rem; }

.modal .videoModalBlock {
  max-width: 1000px; }
  .modal .videoModalBlock .modal-content {
    border: 0;
    background: transparent;
    border-radius: 0; }
    .modal .videoModalBlock .modal-content .modal-header button.close {
      width: 50px;
      transition: .5s;
      transform: rotate(0deg);
      opacity: 0.75; }
      .modal .videoModalBlock .modal-content .modal-header button.close:hover {
        transform: rotate(180deg);
        opacity: 1; }
    .modal .videoModalBlock .modal-content .modal-body {
      line-height: 0;
      padding: 0; }

.mainHeader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  border-bottom: solid 1px #fff;
  background-color: #0b1e44;
  background-image: url("../img/main-banner-pattern.png");
  background-repeat: repeat; }
  .mainHeader__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .4s ease-out;
    padding: 1.2rem 0; }
    @media (min-width: 991px) {
      .mainHeader__block {
        padding: 0; } }
  .mainHeader__logo {
    display: flex; }
    .mainHeader__logo a {
      display: block;
      transition: none;
      width: 30rem; }
      .mainHeader__logo a img {
        max-width: 100%; }
        @media (max-width: 1024px) {
          .mainHeader__logo a img {
            width: 20rem; } }
  .mainHeader__mainMenu {
    padding: 0;
    display: flex; }
    .mainHeader__mainMenu .menuHandle {
      display: none;
      width: 2.7rem;
      cursor: pointer; }
      @media (max-width: 991px) {
        .mainHeader__mainMenu .menuHandle {
          display: block; } }
    .mainHeader__mainMenu > ul {
      display: flex;
      align-items: center; }
      .mainHeader__mainMenu > ul > li {
        position: relative;
        z-index: 1;
        display: block;
        font-family: "Proxima Nova Lt", sans-serif;
        font-size: 1.8rem;
        margin-left: 4rem;
        transition: all .3s ease-out; }
        .mainHeader__mainMenu > ul > li:first-child {
          margin-left: 0; }
        @media (min-width: 1280px) {
          .mainHeader__mainMenu > ul > li {
            margin-left: 8rem; } }
        .mainHeader__mainMenu > ul > li::after {
          content: '';
          position: absolute;
          z-index: 1;
          bottom: 0;
          left: auto;
          right: 0;
          -webkit-transform-origin: left;
          transform-origin: left;
          width: 0;
          height: 2px;
          background: #fff;
          transition: all 0.6s cubic-bezier(0, 0.97, 0.43, 1); }
        .mainHeader__mainMenu > ul > li a, .mainHeader__mainMenu > ul > li span {
          display: block;
          color: white;
          padding: 3.2rem 0;
          letter-spacing: .1rem;
          display: flex;
          justify-content: center;
          font-family: 'Proxima Nova Rg';
          align-items: center; }
          .mainHeader__mainMenu > ul > li a i, .mainHeader__mainMenu > ul > li span i {
            width: 2.2rem;
            height: 2.2rem;
            margin-right: 1.5rem;
            display: block;
            background-image: url(../img/icons/sprite-icon.png);
            background-repeat: no-repeat;
            background-position: -192px -10px; }
            @media (max-width: 991px) {
              .mainHeader__mainMenu > ul > li a i, .mainHeader__mainMenu > ul > li span i {
                margin-left: 1rem;
                margin-right: -2rem; } }
        .mainHeader__mainMenu > ul > li .dropdown-custom {
          position: absolute;
          top: 100%;
          left: 0;
          width: 18rem;
          background: rgba(0, 0, 0, 0.85);
          border-top: 3px solid #0b1e44;
          opacity: 0;
          visibility: hidden;
          transform: translateY(5rem);
          transition: all .25s ease-out; }
          .mainHeader__mainMenu > ul > li .dropdown-custom li {
            display: block; }
            .mainHeader__mainMenu > ul > li .dropdown-custom li a {
              padding: 1.5rem 2rem; }
              .mainHeader__mainMenu > ul > li .dropdown-custom li a:hover {
                color: #0b1e44;
                background: black; }
          @media (max-width: 991px) {
            .mainHeader__mainMenu > ul > li .dropdown-custom {
              display: none;
              position: static;
              opacity: 1;
              width: 100%;
              visibility: visible;
              transform: translateY(0);
              transition: none; } }
        .mainHeader__mainMenu > ul > li:hover::after, .mainHeader__mainMenu > ul > li.active::after {
          width: 100%;
          left: 0;
          right: auto; }
        .mainHeader__mainMenu > ul > li:hover > a, .mainHeader__mainMenu > ul > li.active > a {
          color: #fff; }
        .mainHeader__mainMenu > ul > li.phone:hover::after {
          display: none; }
        @media (max-width: 1024px) {
          .mainHeader__mainMenu > ul > li {
            font-size: 1.4rem; } }
        @media (max-width: 991px) {
          .mainHeader__mainMenu > ul > li {
            width: 100%;
            margin-left: 0;
            text-align: center; } }
      @media (max-width: 991px) {
        .mainHeader__mainMenu > ul {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          padding-top: 3rem;
          align-items: center;
          flex-direction: column;
          justify-content: center;
          height: calc(100vh - 7.5rem);
          background: rgba(255, 255, 255, 0.95); }
          .mainHeader__mainMenu > ul li a, .mainHeader__mainMenu > ul li span {
            color: #333;
            font-size: 2rem;
            padding: 2rem 0; }
            .mainHeader__mainMenu > ul li a i, .mainHeader__mainMenu > ul li span i {
              margin-right: 1rem;
              margin-left: 0;
              background-position: -223px -10px; }
          .mainHeader__mainMenu > ul li.active > a {
            color: #0b1e44; } }
  .mainHeader__bookApoint {
    padding: 0; }
    @media (max-width: 991px) {
      .mainHeader__bookApoint {
        display: none; } }
  .mainHeader--sticky .mainHeader__top {
    padding: 2rem 0; }

.mainMenu {
  position: absolute;
  left: 0;
  top: 12.6rem;
  z-index: 998;
  margin: 0;
  width: 100%;
  height: calc(100vh - 12.6rem);
  overflow-Y: auto;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-top: 2px solid #ddd;
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease-out; }
  .mainMenu .mainNav {
    display: flex;
    padding: 4rem 0;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .mainMenu .mainNav li {
      font-family: "Proxima Nova Lt", sans-serif;
      position: relative;
      z-index: 1;
      display: block;
      font-size: 1.5rem;
      font-weight: 400;
      margin-bottom: 2rem;
      text-transform: uppercase; }
      .mainMenu .mainNav li:last-child {
        margin-bottom: 0; }
      .mainMenu .mainNav li a {
        position: relative;
        z-index: 1; }
      .mainMenu .mainNav li .dropdown-custom {
        display: none; }
      .mainMenu .mainNav li:hover a {
        color: #028dce; }
  @media (max-width: 1024px) {
    .mainMenu {
      top: 7rem;
      height: calc(100vh - 7rem); } }
  .mainMenu--showMenu {
    opacity: 1;
    visibility: visible; }
    @media (max-width: 767px) {
      .mainMenu--showMenu {
        top: 7.7rem; } }

.container {
  width: 97.5%;
  max-width: 142rem; }
  .container.extra-padding {
    padding: 0 8rem; }
    @media (max-width: 991px) {
      .container.extra-padding {
        padding: 0 3rem; } }

.mainFooter {
  padding: 8rem 0 0;
  background: #e4e8ea;
  position: relative; }
  .mainFooter__top {
    margin-bottom: 4rem; }
  .mainFooter__logo {
    margin-bottom: 4rem;
    max-width: 40rem; }
  .mainFooter .linkToTop {
    cursor: pointer;
    margin: 0 auto;
    line-height: 0;
    display: block;
    width: 60px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 50%;
    background: #fff;
    border-left: solid 1px #d4d4d4;
    border-right: solid 1px #d4d4d4; }
    .mainFooter .linkToTop::after, .mainFooter .linkToTop::before {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      top: 100%;
      border-style: solid; }
    .mainFooter .linkToTop::after {
      left: 1px;
      border-color: #fff transparent transparent;
      border-width: 18px 29px; }
    .mainFooter .linkToTop::before {
      border-color: #d4d4d4 transparent transparent;
      border-width: 20px 30px; }
    .mainFooter .linkToTop .topButton {
      position: absolute; }
      .mainFooter .linkToTop .topButton::after, .mainFooter .linkToTop .topButton::before {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        bottom: 100%;
        border-style: solid; }
      .mainFooter .linkToTop .topButton::after {
        left: 1px;
        border-color: transparent transparent #fff transparent;
        border-width: 18px 29px; }
      .mainFooter .linkToTop .topButton::before {
        border-color: transparent transparent #d4d4d4 transparent;
        border-width: 20px 30px; }
    .mainFooter .linkToTop .bounce {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 25px;
      height: 15px;
      margin: -7px 0 0 -11px;
      background-image: url(../img/icons/sprite-icon.png);
      background-repeat: no-repeat;
      background-position: -327px -10px;
      animation: bounceNew 2s infinite;
      z-index: 10; }
  .mainFooter .contactDetail .address, .mainFooter .contactDetail .email, .mainFooter .contactDetail .phone {
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
    .mainFooter .contactDetail .address__icon, .mainFooter .contactDetail .email__icon, .mainFooter .contactDetail .phone__icon {
      width: 22px;
      height: 22px;
      margin-right: 1.5rem;
      display: block;
      background-image: url(../img/icons/sprite-icon.png);
      background-repeat: no-repeat; }
      .mainFooter .contactDetail .address__icon.homeIcon, .mainFooter .contactDetail .email__icon.homeIcon, .mainFooter .contactDetail .phone__icon.homeIcon {
        background-position: -254px -10px; }
      .mainFooter .contactDetail .address__icon.envelopeIcon, .mainFooter .contactDetail .email__icon.envelopeIcon, .mainFooter .contactDetail .phone__icon.envelopeIcon {
        background-position: -288px -10px; }
      .mainFooter .contactDetail .address__icon.phoneIcon, .mainFooter .contactDetail .email__icon.phoneIcon, .mainFooter .contactDetail .phone__icon.phoneIcon {
        background-position: -223px -10px; }
    .mainFooter .contactDetail .address p, .mainFooter .contactDetail .email p, .mainFooter .contactDetail .phone p {
      margin: 0;
      font-size: 1.6rem;
      text-align: left; }
  .mainFooter__links {
    margin-bottom: 3rem; }
    .mainFooter__links h5 {
      font-size: 2rem;
      color: black;
      font-family: 'Proxima Nova Sb';
      margin-bottom: 3rem; }
    .mainFooter__links a {
      display: block;
      color: rgba(0, 0, 0, 0.8);
      display: block;
      font-size: 1.6rem;
      font-family: 'Proxima Nova Sb';
      margin-bottom: 2rem; }
      .mainFooter__links a:last-child {
        margin-bottom: 0; }
      .mainFooter__links a:hover {
        color: black; }
  .mainFooter__socialLinks {
    display: flex;
    justify-content: flex-start; }
    .mainFooter__socialLinks a {
      display: block;
      font-size: 2.5rem;
      color: rgba(0, 0, 0, 0.5);
      margin-left: 3rem;
      font-weight: 500; }
      .mainFooter__socialLinks a span {
        font-size: 1.4rem; }
      .mainFooter__socialLinks a:first-child {
        margin-left: 0; }
      .mainFooter__socialLinks a:hover {
        color: black; }
    @media (max-width: 991px) {
      .mainFooter__socialLinks {
        padding: 2rem 0;
        justify-content: flex-start; } }
    @media (max-width: 767px) {
      .mainFooter__socialLinks {
        justify-content: center; } }
  .mainFooter__subscribe .subscribeForm {
    border-bottom: solid 1px #000;
    display: flex; }
    .mainFooter__subscribe .subscribeForm .form-control {
      background: transparent;
      padding: 1rem 0rem;
      font-size: 1.8rem;
      border: 0; }
      .mainFooter__subscribe .subscribeForm .form-control:focus {
        border: 0;
        box-shadow: none; }
    .mainFooter__subscribe .subscribeForm button {
      padding: 0; }
      .mainFooter__subscribe .subscribeForm button i {
        color: #000;
        font-size: 2.5rem; }
  .mainFooter__copyrights {
    border-top: solid 1px #b6babb; }
    .mainFooter__copyrights p {
      padding: 1rem 0;
      font-size: 1.5rem;
      margin: 0; }
      .mainFooter__copyrights p span {
        font-weight: 600; }
      .mainFooter__copyrights p.right {
        text-align: right; }
        @media (max-width: 767px) {
          .mainFooter__copyrights p.right {
            text-align: center; } }
    .mainFooter__copyrights a {
      color: white; }
      .mainFooter__copyrights a:hover {
        color: #0b1e44; }
  @media (max-width: 991px) {
    .mainFooter {
      padding: 4rem 0 2rem; } }
  @media (max-width: 767px) {
    .mainFooter {
      padding-top: 4rem;
      text-align: center; }
      .mainFooter .text-right {
        text-align: center !important; } }

.preload {
  animation-name: moveUp;
  animation-duration: 1s; }
  .preload.left {
    animation-name: moveleft; }

.mainBanner {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #0b1e44;
  background-image: url("../img/main-banner-pattern.png");
  background-repeat: repeat;
  max-height: 750px; }
  @media screen and (min-width: 1280px) and (min-height: 750px) {
    .mainBanner {
      height: 100vh; } }
  .mainBanner .container {
    padding-top: 8rem;
    padding-bottom: 4rem; }
    @media screen and (min-width: 992px) {
      .mainBanner .container {
        padding-top: 20rem;
        padding-bottom: 10rem; } }
    .mainBanner .container .bannerTitle {
      margin-bottom: 6rem; }
      .mainBanner .container .bannerTitle h1 {
        font-size: 5rem;
        color: #fff;
        font-family: 'Proxima Nova Sb';
        margin: 0; }
        @media (min-width: 1280px) {
          .mainBanner .container .bannerTitle h1 {
            font-size: 10rem; } }
    .mainBanner .container .btnBlock {
      margin-bottom: 3rem; }
      @media (min-width: 767px) {
        .mainBanner .container .btnBlock {
          margin: 0; } }
    .mainBanner .container .bannerImage {
      text-align: right;
      display: none; }
      @media screen and (min-width: 768px) {
        .mainBanner .container .bannerImage {
          display: block; } }

.aboutSection {
  position: relative;
  padding: 7rem 0 12rem;
  background: #fff; }
  .aboutSection .row {
    align-items: center; }
    @media screen and (min-width: 991px) {
      .aboutSection .row {
        align-items: flex-end; } }
  .aboutSection .titleBlock {
    margin-bottom: 7rem; }
    .aboutSection .titleBlock h2 {
      font-size: 3.5rem;
      color: #0b1e44;
      margin-bottom: 0; }
    .aboutSection .titleBlock.customTitle {
      margin-bottom: 3.5rem; }
      .aboutSection .titleBlock.customTitle h3 {
        position: relative;
        font-size: 1.4rem;
        color: #0b1e44;
        text-transform: uppercase;
        font-family: 'Proxima Nova Sb';
        margin-bottom: 0; }
        @media screen and (min-width: 600px) {
          .aboutSection .titleBlock.customTitle h3 {
            font-size: 1.8rem; } }
        @media screen and (min-width: 991px) {
          .aboutSection .titleBlock.customTitle h3 {
            font-size: 2rem; } }
        .aboutSection .titleBlock.customTitle h3 span {
          font-size: 5rem; }
        .aboutSection .titleBlock.customTitle h3::after {
          content: "";
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          height: 10px;
          margin-top: 5px;
          background: #0b1e44; }
  .aboutSection .videoBlock {
    text-align: center;
    margin-bottom: 10rem;
    position: relative; }
    @media screen and (min-width: 991px) {
      .aboutSection .videoBlock {
        margin-bottom: 0rem; } }
    .aboutSection .videoBlock::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 24rem;
      height: 26rem;
      background: url("../img/logo-waterMark.png") 0 center no-repeat;
      transform: translate(0, 30%); }
    .aboutSection .videoBlock figure {
      display: inline-block;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      z-index: 1; }
      .aboutSection .videoBlock figure::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8.7rem;
        height: 8.7rem;
        transform: translate(-50%, -50%) scale(0.1);
        background-color: rgba(255, 255, 255, 0.2);
        transition: all .25s ease-out;
        border-radius: 100%;
        z-index: 1; }
      .aboutSection .videoBlock figure::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 87px;
        height: 87px;
        background-image: url(../img/icons/sprite-icon.png);
        background-repeat: no-repeat;
        background-position: -193px -136px;
        transform: translate(-50%, -50%);
        z-index: 2; }
      .aboutSection .videoBlock figure img {
        transition: all .25s ease-out; }
      .aboutSection .videoBlock figure:hover::before {
        transform: translate(-50%, -50%) scale(1.6); }
      .aboutSection .videoBlock figure:hover img {
        transform: scale(1.1); }

.servicesSection {
  position: relative;
  z-index: 1;
  background-image: url("../img/service-bg-pattern.jpg");
  background-repeat: repeat;
  max-height: 760px;
  overflow: hidden; }
  .servicesSection .titleBlock {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    @media screen and (min-width: 767px) {
      .servicesSection .titleBlock {
        flex-direction: row; } }
    .servicesSection .titleBlock h2 {
      font-size: 3.5rem;
      color: #0b1e44;
      margin-bottom: 2rem; }
      @media screen and (min-width: 767px) {
        .servicesSection .titleBlock h2 {
          margin-bottom: 0rem; } }
    .servicesSection .titleBlock a {
      color: #0b1e44;
      margin: 0 7.5rem 1.7rem 0;
      font-size: 1.6rem;
      font-family: 'Proxima Nova Sb'; }
      @media screen and (min-width: 767px) {
        .servicesSection .titleBlock a {
          margin: 0 7.5rem 0rem 0; } }
  .servicesSection .sliderBlock .serviceSlider .slick-slide {
    padding: 0 20px; }
    .servicesSection .sliderBlock .serviceSlider .slick-slide figure {
      margin-bottom: 2.5rem;
      overflow: hidden; }
      .servicesSection .sliderBlock .serviceSlider .slick-slide figure img {
        transition: all .25s ease-out; }
      .servicesSection .sliderBlock .serviceSlider .slick-slide figure:hover img {
        transform: scale(1.1); }
    .servicesSection .sliderBlock .serviceSlider .slick-slide h3 {
      margin-bottom: 0; }
    .servicesSection .sliderBlock .serviceSlider .slick-slide img {
      width: 100%; }
  .servicesSection .sliderBlock .serviceSlider .slick-prev, .servicesSection .sliderBlock .serviceSlider .slick-next {
    top: -94px;
    width: 22px;
    height: 16px;
    border: 0;
    box-shadow: none;
    background-image: url(../img/icons/sprite-icon.png);
    background-repeat: no-repeat; }
  .servicesSection .sliderBlock .serviceSlider .slick-prev {
    right: 30px;
    left: auto;
    background-position: -40px -10px; }
  .servicesSection .sliderBlock .serviceSlider .slick-next {
    right: 0;
    background-position: -75px -10px; }

.industriesSection {
  position: relative;
  z-index: 1;
  background-color: #fff; }
  .industriesSection .titleBlock {
    display: flex;
    justify-content: space-between; }
    .industriesSection .titleBlock h2 {
      font-size: 3.5rem;
      color: #0b1e44; }
  .industriesSection__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .industriesSection__industry {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%; }
    @media screen and (min-width: 991px) {
      .industriesSection__industry {
        width: auto; } }
    .industriesSection__industry .indistryIcon {
      width: 9.6rem;
      height: 7.8rem;
      background-image: url(../img/icons/sprite-icon.png);
      background-repeat: no-repeat;
      margin-bottom: 25px;
      display: block; }
      .industriesSection__industry .indistryIcon.residentialIcon {
        background-position: 0 -40px; }
      .industriesSection__industry .indistryIcon.commercialIcon {
        background-position: -96px -40px; }
      .industriesSection__industry .indistryIcon.institutionalIcon {
        background-position: -192px -40px; }
      .industriesSection__industry .indistryIcon.hotalIcon {
        background-position: -289px -40px; }
      .industriesSection__industry .indistryIcon.hospitalIcon {
        background-position: -386px -40px; }
    .industriesSection__industry h3 {
      text-align: center; }

.projectsSection {
  position: relative;
  z-index: 1;
  padding-bottom: 15rem;
  background-image: url("../img/projects-bg.jpg");
  background-repeat: no-repeat;
  overflow: hidden;
  max-height: 73rem; }
  .projectsSection .titleBlock {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    @media screen and (min-width: 767px) {
      .projectsSection .titleBlock {
        flex-direction: row; } }
    .projectsSection .titleBlock h2 {
      font-size: 3.5rem;
      color: #0b1e44;
      margin-bottom: 2rem; }
      @media screen and (min-width: 767px) {
        .projectsSection .titleBlock h2 {
          margin-bottom: 0rem; } }
    .projectsSection .titleBlock a {
      color: #0b1e44;
      margin: 0 7.5rem 1.7rem 0;
      font-size: 1.6rem;
      font-family: 'Proxima Nova Sb'; }
      @media screen and (min-width: 767px) {
        .projectsSection .titleBlock a {
          margin: 0 7.5rem 0rem 0; } }
  .projectsSection .row {
    position: relative; }
    .projectsSection .row .col-md-7 {
      position: static; }
  .projectsSection .sliderBlock .projectSlider {
    position: static; }
    .projectsSection .sliderBlock .projectSlider .slick-list {
      overflow: visible; }
    .projectsSection .sliderBlock .projectSlider .slick-slide {
      padding: 0 20px;
      position: relative; }
      .projectsSection .sliderBlock .projectSlider .slick-slide::after {
        content: "";
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 0;
        height: 80px;
        z-index: 1;
        background: rgba(255, 255, 255, 0);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.84) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.84)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.84) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.84) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.84) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.84) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 ); }
      .projectsSection .sliderBlock .projectSlider .slick-slide figure {
        margin: 0; }
      .projectsSection .sliderBlock .projectSlider .slick-slide img {
        width: 100%; }
      .projectsSection .sliderBlock .projectSlider .slick-slide h3 {
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 0;
        color: #fff;
        padding: 0 25px;
        z-index: 2; }
    .projectsSection .sliderBlock .projectSlider .slick-prev, .projectsSection .sliderBlock .projectSlider .slick-next {
      top: -94px;
      width: 22px;
      height: 16px;
      background-image: url(../img/icons/sprite-icon.png);
      background-repeat: no-repeat;
      border: 0;
      box-shadow: none; }
    .projectsSection .sliderBlock .projectSlider .slick-prev {
      right: 30px;
      left: auto;
      background-position: -40px -10px; }
    .projectsSection .sliderBlock .projectSlider .slick-next {
      right: 0;
      background-position: -75px -10px; }

.testimonials {
  padding: 18rem 0 12rem;
  background-color: #0b1e44;
  background-image: url("../img/main-banner-pattern.png");
  background-repeat: repeat;
  position: relative; }
  .testimonials .container {
    position: relative;
    max-height: 205px;
    overflow: hidden; }
  .testimonials__trial {
    width: 80%;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #028dce;
    border-bottom: solid 5px #fff;
    padding: 3rem 5rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    z-index: 2; }
    .testimonials__trial h1 {
      color: #fff; }
      @media screen and (min-width: 1024px) {
        .testimonials__trial h1 {
          margin: 0; } }
  .testimonials__titleBlock h3 {
    color: white;
    text-align: center;
    margin-top: 2rem; }
  @media screen and (min-width: 768px) {
    .testimonials__titleBlock {
      position: absolute;
      left: 0;
      top: 50%;
      transform: rotate(-90deg) translate(20%, -50%); }
      .testimonials__titleBlock h3 {
        color: rgba(255, 255, 255, 0.2);
        margin-top: 0; } }
  .testimonials__slider {
    padding: 2rem 0;
    text-align: center; }
    .testimonials__slider h3, .testimonials__slider p {
      color: #fff; }
    .testimonials__slider p {
      font-size: 1.8rem;
      line-height: 1.8;
      font-family: 'Proxima Nova Lt'; }
    .testimonials__slider .slick-prev, .testimonials__slider .slick-next {
      width: 20px;
      height: 14px;
      opacity: 0.5;
      border: 0;
      box-shadow: none;
      background-image: url(../img/icons/sprite-icon.png);
      background-repeat: no-repeat;
      display: none !important; }
      @media screen and (min-width: 768px) {
        .testimonials__slider .slick-prev, .testimonials__slider .slick-next {
          display: block !important; } }
      .testimonials__slider .slick-prev:hover, .testimonials__slider .slick-next:hover {
        opacity: 1; }
    .testimonials__slider .slick-prev {
      left: auto;
      right: 100%;
      background-position: -109px -10px; }
    .testimonials__slider .slick-next {
      left: 100%;
      right: auto;
      background-position: -145px -10px; }
  @media screen and (max-width: 991px) {
    .testimonials {
      padding: 12rem 0 6rem; } }

.aboutUs {
  padding-top: 10rem;
  padding-bottom: 6rem; }
  @media screen and (min-width: 768px) {
    .aboutUs {
      padding-top: 15rem; } }
  @media screen and (min-width: 768px) {
    .aboutUs .aboutBannerBlock_mobile {
      display: none; } }
  .aboutUs .aboutBannerBlock {
    display: none;
    position: absolute;
    right: 0;
    top: 15rem;
    bottom: 0; }
    @media screen and (min-width: 768px) {
      .aboutUs .aboutBannerBlock {
        display: block; } }
    @media screen and (min-width: 768px) {
      .aboutUs .aboutBannerBlock .aboutBanner {
        position: absolute; }
        .aboutUs .aboutBannerBlock .aboutBanner.one {
          top: 0;
          right: 50%;
          margin: 0 10px 10px 0; }
        .aboutUs .aboutBannerBlock .aboutBanner.two {
          top: 10%;
          left: 50%;
          margin: 0 0 10px 10px; }
        .aboutUs .aboutBannerBlock .aboutBanner.three {
          top: 200px;
          right: 50%;
          margin: 10px 10px 0 0px; }
        .aboutUs .aboutBannerBlock .aboutBanner.four {
          top: 250px;
          left: 50%;
          margin: 10px 0px 0 10px; } }
  .aboutUs p {
    line-height: 1.8; }

.chooseSection {
  background: url("../img/choose-bg.jpg"); }
  .chooseSection .container {
    padding-top: 6rem;
    padding-bottom: 8rem; }
  .chooseSection h1, .chooseSection p {
    color: #fff; }
  .chooseSection .textBlock {
    margin-bottom: 5rem; }
  .chooseSection p {
    line-height: 1.8; }
  .chooseSection__info {
    background: #0b1e44;
    border: dashed 1px rgba(255, 255, 255, 0.5);
    padding: 10px 20px;
    margin-bottom: 5.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .chooseSection__info:last-child {
      margin: 0; }
    .chooseSection__info p {
      text-align: center;
      margin: 0; }
  .chooseSection__graph {
    display: flex;
    justify-content: center; }
    .chooseSection__graph figure {
      border: dashed 1px rgba(255, 255, 255, 0.5); }

.skillSection .container {
  padding-top: 10rem;
  padding-bottom: 10rem; }

.skillSection__block {
  border: solid 1px #000;
  padding: 7rem; }
  .skillSection__block h1 {
    color: #0b1e44; }
  .skillSection__block .textBlock {
    margin-bottom: 6rem; }
  .skillSection__block p {
    font-size: 1.8rem;
    line-height: 1.8; }

.skillSection__content {
  max-width: 100%; }
  .skillSection__content .forScroll {
    display: flex; }
  .skillSection__content__box {
    border-right: solid 1px #dedede;
    padding: 3rem 3rem 0.6rem; }
    .skillSection__content__box:first {
      padding-left: 0; }
    .skillSection__content__box:last-child {
      border: 0; }
    .skillSection__content__box .skill-count {
      font-size: 7.2rem;
      margin-bottom: 2rem;
      color: #fff;
      text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5); }
    .skillSection__content__box .titleBlock {
      width: 280px; }
    .skillSection__content__box h2 {
      color: #0b1e44; }
    .skillSection__content__box .textBlock p {
      color: rgba(0, 0, 0, 0.8);
      line-height: 1.9; }

.workMainBanner {
  overflow: hidden;
  max-height: 550px; }
  .workMainBanner .container {
    padding-top: 9rem; }
  .workMainBanner .workSlider .slick-list {
    overflow: visible; }
  .workMainBanner .workSlider .slick-slide {
    border-right: solid 1px #fff; }
    .workMainBanner .workSlider .slick-slide:last-child {
      border: 0; }
    .workMainBanner .workSlider .slick-slide img {
      width: 100%; }

.workDetail .container {
  padding-top: 6rem;
  padding-bottom: 6rem; }

.workDetail .titleBlock h1 {
  color: #0b1e44;
  text-align: center; }

.workDetail .textBlock {
  margin-bottom: 4rem; }
  .workDetail .textBlock p {
    line-height: 1.8;
    text-align: center;
    margin-bottom: 0rem; }

.workDetail__sliderBlock {
  margin-bottom: 4rem; }
  .workDetail__sliderBlock .workSubSlider {
    margin-bottom: 2rem;
    box-shadow: 0px 0 10px 3px rgba(0, 0, 0, 0.1); }
    .workDetail__sliderBlock .workSubSlider .slick-slide figure {
      margin: 0;
      position: relative; }
      .workDetail__sliderBlock .workSubSlider .slick-slide figure::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 6rem;
        opacity: 0.6;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
        /* IE6-9 */ }
    .workDetail__sliderBlock .workSubSlider .slick-slide img {
      width: 100%; }
    .workDetail__sliderBlock .workSubSlider .slick-dots {
      left: 50%;
      bottom: 1rem;
      transform: translate(-50%, 0); }
      .workDetail__sliderBlock .workSubSlider .slick-dots li {
        width: 8px;
        height: 8px;
        border-radius: 100%;
        overflow: hidden;
        border: solid 1px #fff;
        background: transparent; }
        .workDetail__sliderBlock .workSubSlider .slick-dots li.slick-active {
          background: #fff; }
    .workDetail__sliderBlock .workSubSlider .slick-prev, .workDetail__sliderBlock .workSubSlider .slick-next {
      width: 38px;
      height: 57px;
      background: #7f7f7f;
      background-image: url(../img/icons/sprite-icon.png);
      background-repeat: no-repeat;
      transition: all 0.2s ease-in;
      opacity: 0; }
    .workDetail__sliderBlock .workSubSlider:hover .slick-prev, .workDetail__sliderBlock .workSubSlider:hover .slick-next {
      opacity: 1; }
    .workDetail__sliderBlock .workSubSlider .slick-prev {
      left: 0px;
      background-position: -96px -137px; }
    .workDetail__sliderBlock .workSubSlider .slick-next {
      right: 0;
      background-position: -134px -137px; }
  .workDetail__sliderBlock .titleBlock {
    display: flex;
    justify-content: flex-start; }
    .workDetail__sliderBlock .titleBlock h2 {
      position: relative; }
      .workDetail__sliderBlock .titleBlock h2::after {
        content: '';
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: auto;
        right: 0;
        -webkit-transform-origin: left;
        transform-origin: left;
        width: 0;
        height: 2px;
        background: #333;
        transition: all 0.6s cubic-bezier(0, 0.97, 0.43, 1); }
  .workDetail__sliderBlock:hover .titleBlock h2::after {
    width: 100%;
    left: 0;
    right: auto; }

.servicesTabs {
  padding: 8rem 0 6rem; }
  @media screen and (min-width: 992px) {
    .servicesTabs {
      padding: 12rem 0 6rem; } }
  .servicesTabs .tabsBlock__tabs {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .servicesTabs .tabsBlock__tabs {
        flex-direction: row;
        padding: 4rem 0 2rem; } }
    .servicesTabs .tabsBlock__tabs .tab {
      padding: 1.5rem 1rem;
      font-size: 1.8rem;
      color: #333;
      font-family: 'Proxima Nova Sb';
      position: relative;
      z-index: 10;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      margin-bottom: 10px; }
      @media screen and (min-width: 992px) {
        .servicesTabs .tabsBlock__tabs .tab {
          margin-bottom: 0px; } }
      @media screen and (min-width: 1280px) {
        .servicesTabs .tabsBlock__tabs .tab {
          padding: 1.5rem 2.5rem; } }
      .servicesTabs .tabsBlock__tabs .tab::after {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: #d2d8d6;
        content: '';
        -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
        transition: background-color 0.3s, transform 0.3s;
        -webkit-transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
        -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
        transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0); }
      .servicesTabs .tabsBlock__tabs .tab:hover {
        color: #028dce; }
        .servicesTabs .tabsBlock__tabs .tab:hover::after {
          background: #028dce; }
      .servicesTabs .tabsBlock__tabs .tab.active {
        color: #fff; }
        .servicesTabs .tabsBlock__tabs .tab.active::after {
          background: #028dce;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
    .servicesTabs .tabsBlock__tabs .more {
      padding: 2.5rem 4.5rem;
      background: #fff;
      box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
      font-size: 1.8rem;
      color: #0b1e44;
      font-family: 'Proxima Nova Sb';
      position: relative;
      z-index: 10;
      display: flex;
      align-items: center;
      cursor: pointer; }
      .servicesTabs .tabsBlock__tabs .more__dropDown {
        display: block;
        width: 1.6rem;
        height: 1rem;
        margin-left: 2rem;
        background-image: url(../img/icons/sprite-icon.png);
        background-repeat: no-repeat;
        background-position: -461px -11px; }
      .servicesTabs .tabsBlock__tabs .more:hover, .servicesTabs .tabsBlock__tabs .more.active {
        background-color: #028dce;
        color: #fff; }
        .servicesTabs .tabsBlock__tabs .more:hover .more__dropDown, .servicesTabs .tabsBlock__tabs .more.active .more__dropDown {
          background-position: -482px -11px; }
      .servicesTabs .tabsBlock__tabs .more .subTabs {
        position: absolute;
        right: 0;
        top: 100%;
        padding-top: 20px;
        width: 320px;
        display: none; }
        .servicesTabs .tabsBlock__tabs .more .subTabs::after, .servicesTabs .tabsBlock__tabs .more .subTabs::before {
          content: "";
          position: absolute;
          right: 10px;
          top: -3px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px; }
        .servicesTabs .tabsBlock__tabs .more .subTabs::after {
          border-color: transparent transparent #fff;
          top: 0;
          right: 12px; }
        .servicesTabs .tabsBlock__tabs .more .subTabs::before {
          border-width: 12px;
          border-color: transparent transparent rgba(0, 0, 0, 0.2); }
        .servicesTabs .tabsBlock__tabs .more .subTabs__list {
          box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15); }
        .servicesTabs .tabsBlock__tabs .more .subTabs .tab {
          padding: 1rem 2rem;
          box-shadow: none;
          border-bottom: solid 1px #d9d9d9; }
          .servicesTabs .tabsBlock__tabs .more .subTabs .tab:last-child {
            border: 0; }
      .servicesTabs .tabsBlock__tabs .more:hover .subTabs {
        display: block; }
  .servicesTabs .tabsBlock__details .serviceTab {
    display: none;
    padding: 6rem 0rem; }
    @media screen and (min-width: 992px) {
      .servicesTabs .tabsBlock__details .serviceTab {
        padding: 6rem 4rem; } }
    .servicesTabs .tabsBlock__details .serviceTab.show {
      display: block; }
    .servicesTabs .tabsBlock__details .serviceTab h1 {
      color: #0b1e44; }
    .servicesTabs .tabsBlock__details .serviceTab p {
      line-height: 1.8; }
  .servicesTabs .software {
    padding: 9rem 0 0; }
    .servicesTabs .software .titleBlock h2 {
      color: #0b1e44; }
    .servicesTabs .software__list {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -1.5rem;
      justify-content: center; }
      @media screen and (min-width: 992px) {
        .servicesTabs .software__list {
          justify-content: flex-start; } }
      .servicesTabs .software__list__name {
        width: 200px;
        height: 92px;
        border: solid 1px #c4c4c4;
        margin: 0 1.5rem 2rem 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center; }
        .servicesTabs .software__list__name.aecosim {
          background: #002d44; }
        .servicesTabs .software__list__name img {
          max-width: 100%;
          max-height: 100%; }

.contactus {
  padding: 9rem 0 0;
  position: relative; }
  .contactus__info {
    padding-bottom: 5rem;
    border-bottom: solid 1px #d8d8d8; }
    .contactus__info .titleBlock {
      margin-top: 4rem; }
      .contactus__info .titleBlock h1 {
        font-size: 5rem;
        font-family: 'Proxima Nova Sb';
        background: url("../img/text-clip.jpg") bottom;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text; }
        @media screen and (min-width: 992px) {
          .contactus__info .titleBlock h1 {
            font-size: 9rem; } }
    .contactus__info .contactLink {
      display: flex;
      align-items: center;
      margin-bottom: 6rem; }
      .contactus__info .contactLink h2 {
        padding-right: 12rem;
        position: relative;
        color: #028dce;
        margin: 0; }
        .contactus__info .contactLink h2::after {
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          width: 11.5rem;
          height: 1px;
          background: #028dce; }
      .contactus__info .contactLink a {
        width: 5.5rem;
        height: 5.5rem;
        border: solid 1px #028dce;
        border-radius: 100%;
        overflow: hidden;
        position: relative; }
        .contactus__info .contactLink a::after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 0;
          height: 0;
          margin-top: 7px;
          border-width: 10px;
          border-style: solid;
          border-color: #028dce transparent transparent; }
    .contactus__info .contactDetail .address, .contactus__info .contactDetail .email, .contactus__info .contactDetail .phone {
      display: flex;
      align-items: center;
      margin-bottom: 30px; }
      .contactus__info .contactDetail .address__icon, .contactus__info .contactDetail .email__icon, .contactus__info .contactDetail .phone__icon {
        width: 22px;
        height: 22px;
        margin-right: 1.5rem;
        display: block;
        background-image: url(../img/icons/sprite-icon.png);
        background-repeat: no-repeat; }
        .contactus__info .contactDetail .address__icon.homeIcon, .contactus__info .contactDetail .email__icon.homeIcon, .contactus__info .contactDetail .phone__icon.homeIcon {
          background-position: -254px -10px; }
        .contactus__info .contactDetail .address__icon.envelopeIcon, .contactus__info .contactDetail .email__icon.envelopeIcon, .contactus__info .contactDetail .phone__icon.envelopeIcon {
          background-position: -288px -10px; }
        .contactus__info .contactDetail .address__icon.phoneIcon, .contactus__info .contactDetail .email__icon.phoneIcon, .contactus__info .contactDetail .phone__icon.phoneIcon {
          background-position: -223px -10px; }
      .contactus__info .contactDetail .address p, .contactus__info .contactDetail .email p, .contactus__info .contactDetail .phone p {
        margin: 0;
        font-size: 1.6rem;
        font-family: 'Proxima Nova Sb'; }
      .contactus__info .contactDetail .address:address, .contactus__info .contactDetail .email:address, .contactus__info .contactDetail .phone:address {
        margin: 0; }
  .contactus__form {
    margin-bottom: 6rem;
    padding-top: 5rem; }
    .contactus__form .titleBlock {
      margin-bottom: 4rem; }
      .contactus__form .titleBlock h3 {
        color: #0b1e44;
        font-family: 'Proxima Nova Sb'; }
      .contactus__form .titleBlock .sendMsg {
        display: flex; }
        .contactus__form .titleBlock .sendMsg__icon {
          width: 5.5rem;
          height: 2.3rem;
          display: block;
          margin-right: 1.5rem;
          background-image: url(../img/icons/sprite-icon.png);
          background-repeat: no-repeat;
          background-position: -384px -11px; }
  @media screen and (min-width: 992px) {
    .contactus .contactus__mapBlock {
      position: absolute;
      top: 9rem;
      right: -15px;
      bottom: 0; } }
  .contactus .contactus__mapBlock .contactus__map {
    height: 100%; }

.pageNotFound {
  padding: 12rem 0 6rem; }
  .pageNotFound__block {
    padding: 14rem 0 11rem;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .pageNotFound__block figure {
      margin-bottom: 4rem; }
    .pageNotFound__block .titleBlock {
      text-align: center;
      margin-bottom: 4rem; }
      .pageNotFound__block .titleBlock h1 {
        margin-bottom: 2rem; }
      .pageNotFound__block .titleBlock h3 {
        margin-bottom: 0; }
    .pageNotFound__block .btnBlock {
      text-align: center; }

.thankyouPage {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #0b1e44;
  background-image: url("../img/main-banner-pattern.png");
  background-repeat: repeat;
  padding-top: 8rem;
  padding-bottom: 4rem; }
  .thankyouPage .titleBlock {
    padding: 9rem 0 5rem;
    text-align: center; }
    .thankyouPage .titleBlock h1 {
      color: #fff;
      font-family: 'Proxima Nova Sb';
      border-bottom: solid 2px #fff;
      text-align: center;
      margin: 0;
      display: inline-block; }

.thankyouMessage {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem; }
  .thankyouMessage .textBlock {
    margin-bottom: 4rem; }
    .thankyouMessage .textBlock p {
      color: #0b1e44;
      font-family: 'Proxima Nova Sb';
      text-align: center;
      margin: 0;
      line-height: 2; }
  .thankyouMessage .btnBlock {
    display: flex;
    justify-content: center; }

/*# sourceMappingURL=style.min.css.map */
