/* Fonts */
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700");
/* /Fonts */
/* Global */
html {
  margin: 0 !important;
  position: relative; }

body {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  direction: rtl; }

p {
  margin: 0; }

ul {
  -webkit-padding-start: 0;
  list-style: none;
  margin: 0;
  padding: 0; }

section {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
  position: relative; }

.section-inner {
  max-width: 1620px;
  padding: 0 10px;
  width: 100%;
  margin: auto; }

/* ---------------------- Owl carousel ---------------------- */
body .owl-carousel {
  margin: auto; }

body .str-left {
  background: url(../images/icons/ar-l.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

body .str-right {
  background: url(../images/icons/ar-r.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

body .owl-prev {
  position: absolute;
  left: 5px;
  background: none !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  body .owl-prev i {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 0; }

body .owl-prev:hover i {
  color: #fdb92d; }

body .owl-next {
  position: absolute !important;
  right: 5px;
  background: none !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  body .owl-next i {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    right: 0; }

body .owl-next:hover i {
  color: #fdb92d; }

body .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 35px; }

body .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline; }

body .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  background: rgba(102, 102, 102, 0.42);
  display: inline-block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px; }

body .owl-theme .owl-dots .owl-dot.active span, body .owl-theme .owl-dots .owl-dot:hover span {
  background: #dcba69; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  direction: ltr;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* --------------------- /Owl carousel ---------------------- */
body {
  font-size: 0;
  top: 0; }
  body .decor-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    overflow: hidden;
    z-index: -1; }
  body .decor-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    text-align: right;
    overflow: hidden; }

/* ----------------- Header -------------------- */
header {
  margin: auto;
  z-index: 99;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px;
  height: 75px; }
  header .logo-cont {
    position: absolute;
    left: 20px;
    top: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  header .logo-cont-scrolled {
    position: absolute;
    left: 20px;
    top: 10px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  header .toggle-button-cont {
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    header .toggle-button-cont p {
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-size: 17px;
      color: #1b5678;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: -60px; }
  header .call-mobile {
    font-size: 18px;
    width: 30px;
    height: 30px;
    background: #FF9A00;
    border-radius: 100px;
    text-align: center;
    position: absolute;
    right: 140px;
    top: 13px;
    display: none; }
    @media only screen and (max-width: 900px) {
      header .call-mobile {
        display: inline-block; } }
    header .call-mobile i {
      color: #fff;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  header.scrolled {
    background-color: white;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25);
            box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25); }
    header.scrolled .logo-cont {
      opacity: 0; }
    header.scrolled .logo-cont-scrolled {
      opacity: 1; }
  @media only screen and (max-width: 900px) {
    header {
      height: 54px; }
      header .logo-cont img {
        width: 80px; }
      header .logo-cont-scrolled {
        left: 10px;
        top: 10px; }
        header .logo-cont-scrolled img {
          width: 140px; }
      header .toggle-button-cont {
        top: 13px; } }

/* ----------------- /Header -------------------- */
/* --------------- Toggle button ---------------- */
.toggle-button {
  width: 38px;
  min-width: 38px;
  height: 29px;
  position: relative;
  border-radius: 5px;
  z-index: 102;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  @media only screen and (max-width: 920px) {
    .toggle-button {
      display: block; } }
  .toggle-button div {
    width: 31px;
    height: 3px;
    background-color: #1b5678;
    position: absolute;
    border-radius: 2px;
    -webkit-transition: top 0.5s, opacity 0.5s, width 0.5s, background-color 0.5s, -webkit-transform 1s;
    transition: top 0.5s, opacity 0.5s, width 0.5s, background-color 0.5s, -webkit-transform 1s;
    transition: top 0.5s, transform 1s, opacity 0.5s, width 0.5s, background-color 0.5s;
    transition: top 0.5s, transform 1s, opacity 0.5s, width 0.5s, background-color 0.5s, -webkit-transform 1s; }
  .toggle-button div:nth-child(1) {
    top: 5px;
    left: 4px; }
  .toggle-button div:nth-child(2) {
    top: 13px;
    left: 4px; }
  .toggle-button div:nth-child(3) {
    top: 21px;
    left: 4px; }
  .toggle-button.open div:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .toggle-button.open div:nth-child(2) {
    opacity: 0;
    width: 1px; }
  .toggle-button.open div:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .toggle-button.open div {
    background-color: #fff !important; }

/* --------------- /Toggle button ---------------- */
/* --------------- Mobile menu ---------------- */
.mobile-menu-cont {
  direction: rtl;
  padding-top: 100px;
  background: #1b5678;
  position: absolute;
  top: 0px;
  width: 500px;
  z-index: 1;
  right: 0px;
  display: none; }
  .mobile-menu-cont .menu-bottom {
    padding: 40px;
    padding-bottom: 0; }
    .mobile-menu-cont .menu-bottom p {
      font-family: 'Rubik', sans-serif;
      font-weight: 500;
      font-size: 22px;
      color: #fff;
      display: inline-block;
      vertical-align: middle; }
    .mobile-menu-cont .menu-bottom .icon {
      background: #184f6f;
      display: inline-block;
      vertical-align: middle;
      padding: 25px;
      margin-right: 5px; }
  .mobile-menu-cont .mobile-menu > li {
    position: relative;
    text-align: center;
    padding: 30px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    .mobile-menu-cont .mobile-menu > li a {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-size: 22px;
      color: #fff;
      white-space: nowrap; }
    .mobile-menu-cont .mobile-menu > li.current-menu-item, .mobile-menu-cont .mobile-menu > li:hover {
      background: #184f6f; }
    .mobile-menu-cont .mobile-menu > li .sub-menu {
      padding-top: 10px; }
      .mobile-menu-cont .mobile-menu > li .sub-menu li {
        margin-top: 5px; }
        .mobile-menu-cont .mobile-menu > li .sub-menu li a {
          padding-right: 10px;
          font-size: 18px; }
  .mobile-menu-cont .mobile-menu .open-arrow {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 14px;
    margin-right: 25px;
    position: absolute;
    top: 8px;
    left: 10px; }
    .mobile-menu-cont .mobile-menu .open-arrow span {
      position: relative;
      top: 2px; }
  .mobile-menu-cont .mobile-menu .rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    color: #cf0006; }
  @media only screen and (max-width: 900px) {
    .mobile-menu-cont {
      width: 100%;
      padding-top: 50px; }
      .mobile-menu-cont .mobile-menu > li {
        padding: 13px 0; }
        .mobile-menu-cont .mobile-menu > li a {
          -webkit-transition: 0.5s;
          transition: 0.5s;
          font-family: 'Rubik', sans-serif;
          font-weight: 400;
          font-size: 18px;
          color: #fff; }
      .mobile-menu-cont .menu-bottom {
        padding: 10px;
        padding-bottom: 0; }
        .mobile-menu-cont .menu-bottom p {
          font-size: 17px; }
        .mobile-menu-cont .menu-bottom .icon {
          padding: 15px;
          margin-right: 5px; }
          .mobile-menu-cont .menu-bottom .icon img {
            width: 25px; } }

/* --------------- /Mobile menu ---------------- */
/* ---------------------- Section top ---------------------- */
section.top {
  height: 880px; }
  section.top .section-inner {
    height: 100%; }
  section.top .parts {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    section.top .parts .part {
      width: 50%; }
    section.top .parts .part-image {
      direction: ltr;
      height: 100%; }
      section.top .parts .part-image .animations {
        direction: ltr;
        position: relative;
        left: -140px;
        top: -0px; }
        section.top .parts .part-image .animations .ani {
          position: absolute;
          top: 0;
          left: 0; }
          section.top .parts .part-image .animations .ani.ani-1 {
            left: 121px;
            top: -3px; }
          section.top .parts .part-image .animations .ani.ani-2 {
            left: 791px;
            top: 412px; }
          section.top .parts .part-image .animations .ani.ani-3 {
            left: 684px;
            top: 556px; }
          section.top .parts .part-image .animations .ani.ani-4 {
            left: 181px;
            top: 662px; }
          section.top .parts .part-image .animations .ani.ani-5 {
            left: 589px;
            top: 187px; }
          section.top .parts .part-image .animations .ani.ani-6 {
            left: 385px;
            top: 654px; }
          section.top .parts .part-image .animations .ani.ani-7 {
            left: 24px;
            top: 361px; }
          section.top .parts .part-image .animations .ani.ani-8 {
            left: 184px;
            top: 119px; }
    section.top .parts .part-text {
      padding-left: 100px; }
      section.top .parts .part-text .title {
        font-family: 'Rubik', sans-serif;
        font-weight: 300;
        font-size: 60px;
        color: #1b5678; }
        section.top .parts .part-text .title strong {
          font-family: 'Rubik', sans-serif;
          font-weight: 500; }
      section.top .parts .part-text .content {
        margin-top: 30px;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        font-size: 22px;
        color: #808080;
        max-width: 610px; }
      section.top .parts .part-text .buttons {
        margin-top: 65px;
        white-space: nowrap; }
  @media only screen and (max-width: 1430px) {
    section.top {
      height: 650px; }
      section.top .parts .part-image .animations {
        -webkit-transform: scale(0.7);
                transform: scale(0.7); } }
  @media only screen and (max-width: 1200px) {
    section.top {
      height: 485px; }
      section.top .parts .part-text {
        padding-left: 100px; }
        section.top .parts .part-text .title {
          font-size: 45px; }
        section.top .parts .part-text .content {
          margin-top: 30px;
          font-size: 18px; }
        section.top .parts .part-text .buttons {
          margin-top: 45px; }
      section.top .parts .part-image .animations {
        -webkit-transform: scale(0.55);
                transform: scale(0.55); } }
  @media only screen and (max-width: 900px) {
    section.top {
      height: auto; }
      section.top .parts {
        display: block; }
        section.top .parts .part {
          width: 100%; }
        section.top .parts .part-text {
          position: absolute;
          bottom: 0;
          right: 0;
          z-index: 3;
          padding: 20px 10px;
          width: 100%;
          background: rgba(255, 255, 255, 0.7); }
          section.top .parts .part-text .title {
            font-size: 35px;
            text-align: center; }
          section.top .parts .part-text .content {
            margin-top: 20px;
            font-size: 16px;
            text-align: center;
            max-width: 100%;
            display: none; }
          section.top .parts .part-text .buttons {
            text-align: center;
            margin-top: 20px; }
            section.top .parts .part-text .buttons .button {
              font-size: 15px;
              margin: 0 10px;
              padding: 15px 30px; }
        section.top .parts .part-image {
          height: auto;
          position: relative;
          margin-top: 95px; }
          section.top .parts .part-image .animations {
            height: 542px;
            -webkit-transform: scale(0.45);
                    transform: scale(0.45);
            top: -162px; }
            section.top .parts .part-image .animations .ani.ani-2 {
              left: 627.95px;
              top: 368.4px; }
            section.top .parts .part-image .animations .ani.ani-3 {
              left: 642.459px;
              top: 592.784px; } }

.button {
  background: #1b5678;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 17px;
  margin: 0 20px;
  padding: 17px 35px;
  color: #fff;
  border-radius: 100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  position: relative; }
  .button:first-child {
    margin-right: 0; }
  .button:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 100px;
    background-image: -webkit-gradient(linear, left top, right top, from(#fd9c28), to(#fdbb2e));
    background-image: linear-gradient(to right, #fd9c28, #fdbb2e); }
  .button:hover {
    background: #fdb02c; }

/* --------------------- /Section top ---------------------- */
/* ---------------------- Section about-index ---------------------- */
section.about-index .parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  section.about-index .parts .part-image {
    width: 47%; }
    section.about-index .parts .part-image img {
      position: relative;
      right: -21%;
      width: 100%; }
  section.about-index .parts .part-text {
    width: 53%; }
    section.about-index .parts .part-text .title {
      margin: 0;
      font-family: 'Rubik', sans-serif;
      font-weight: 500;
      font-size: 30px;
      color: #1b5678; }
    section.about-index .parts .part-text .content {
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-size: 17px;
      color: #808080;
      margin-top: 20px; }
    section.about-index .parts .part-text .button {
      margin: 0;
      margin-top: 55px; }

@media only screen and (max-width: 900px) {
  section.about-index {
    margin-top: 50px; }
    section.about-index .parts {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      section.about-index .parts .part {
        width: 100%; } }

/* --------------------- /Section about-index ---------------------- */
/* ---------------------- Section paths ---------------------- */
section.paths {
  margin-top: 55px;
  text-align: center; }
  section.paths .title {
    margin: 0;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #1b5678; }
  section.paths .subtitle {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #808080;
    margin-top: 10px; }
  section.paths .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0;
    margin: 0 -3%; }
    section.paths .boxes .box {
      width: 27.33333%;
      margin: 3%;
      display: block; }
      section.paths .boxes .box .logo-cont {
        height: 110px;
        width: 110px;
        text-align: center;
        border-radius: 200px;
        background: #fff;
        border: 5px solid #ecf0f5;
        display: inline-block; }
        section.paths .boxes .box .logo-cont img {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          max-width: 80%; }
      section.paths .boxes .box .inner {
        background: #ecf0f5;
        padding: 0 30px;
        padding-top: 90px;
        margin-top: -55px;
        padding-bottom: 60px;
        border-radius: 10px;
        position: relative;
        z-index: -1;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        section.paths .boxes .box .inner .title {
          font-family: 'Rubik', sans-serif;
          font-weight: 500;
          font-size: 22px;
          color: #1b5678; }
        section.paths .boxes .box .inner .info {
          font-family: 'Rubik', sans-serif;
          font-weight: 400;
          font-size: 17px;
          color: #6a6a6a;
          margin-top: 15px; }
        section.paths .boxes .box .inner .props {
          margin-top: 60px; }
          section.paths .boxes .box .inner .props .prop {
            font-family: 'Rubik', sans-serif;
            font-weight: 500;
            font-size: 17px;
            color: #6a6a6a;
            padding: 25px;
            display: inline-block;
            width: 50%;
            text-align: center; }
            section.paths .boxes .box .inner .props .prop .l-2 {
              font-family: 'Rubik', sans-serif;
              font-weight: 300; }
            section.paths .boxes .box .inner .props .prop:nth-child(1) {
              border-bottom: 1px solid #e1e5e9;
              border-left: 1px solid #e1e5e9; }
            section.paths .boxes .box .inner .props .prop:nth-child(2) {
              border-bottom: 1px solid #e1e5e9; }
            section.paths .boxes .box .inner .props .prop:nth-child(3) {
              border-left: 1px solid #e1e5e9; }
      section.paths .boxes .box .button {
        margin-top: -30px;
        position: relative; }
      section.paths .boxes .box:hover .inner {
        -webkit-box-shadow: 0px 5px 23px 0px rgba(50, 50, 50, 0.26);
                box-shadow: 0px 5px 23px 0px rgba(50, 50, 50, 0.26); }
      section.paths .boxes .box:hover .button {
        background: none;
        -webkit-box-shadow: 0px 5px 23px 0px rgba(50, 50, 50, 0.26);
                box-shadow: 0px 5px 23px 0px rgba(50, 50, 50, 0.26); }
  @media only screen and (max-width: 1200px) {
    section.paths .boxes {
      margin: 0 -1%; }
      section.paths .boxes .box {
        width: 31.33333%;
        margin: 1%; }
        section.paths .boxes .box .inner .props {
          margin-top: 20px; } }
  @media only screen and (max-width: 900px) {
    section.paths .boxes {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      section.paths .boxes .box {
        width: 100%;
        max-width: 400px;
        margin: 0;
        margin-top: 25px; }
        section.paths .boxes .box .logo-cont {
          height: 90px;
          width: 90px; }
        section.paths .boxes .box .inner {
          padding: 0 10px;
          padding-top: 55px;
          margin-top: -45px;
          padding-bottom: 40px; }
          section.paths .boxes .box .inner .title {
            font-family: 'Rubik', sans-serif;
            font-weight: 500;
            font-size: 20px; }
          section.paths .boxes .box .inner .info {
            font-family: 'Rubik', sans-serif;
            font-weight: 400;
            font-size: 15px; }
          section.paths .boxes .box .inner .props {
            margin-top: 10px; }
            section.paths .boxes .box .inner .props .prop {
              font-size: 15px;
              padding: 20px; } }

/* --------------------- /Section paths ---------------------- */
/* ---------------------- Section testimonials ---------------------- */
section.testimonials {
  padding: 130px 0;
  background: #e9edf4;
  position: relative;
  text-align: center;
  margin-top: 50px; }
  section.testimonials:after {
    content: url("../images/index/bg-testi.jpg");
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  section.testimonials:before {
    content: url("../images/index/bg-testi.jpg");
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: rotate(180deg) translateX(50%);
            transform: rotate(180deg) translateX(50%); }
  section.testimonials .title {
    margin: 0;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #1b5678; }
  section.testimonials .short {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #808080;
    max-width: 560px;
    margin: auto;
    margin-top: 25px; }
  section.testimonials .slider {
    max-width: 740px;
    margin: auto;
    margin-top: 45px;
    font-size: 0; }
    section.testimonials .slider .owl-nav {
      font-size: 55px;
      color: #d2dce5;
      position: absolute;
      right: -75px;
      left: -75px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    section.testimonials .slider .item {
      padding-right: 45px; }
      section.testimonials .slider .item .box {
        text-align: right;
        background: #fff;
        padding: 35px 60px;
        border-radius: 10px;
        position: relative;
        margin-top: 10px; }
        section.testimonials .slider .item .box .image {
          position: absolute;
          top: 15px;
          right: -35px;
          border-radius: 10px;
          overflow: hidden;
          -webkit-box-shadow: 0px 5px 23px 0px rgba(50, 50, 50, 0.26);
                  box-shadow: 0px 5px 23px 0px rgba(50, 50, 50, 0.26); }
        section.testimonials .slider .item .box .title {
          font-family: 'Rubik', sans-serif;
          font-weight: 500;
          font-size: 22px;
          color: #1b5678; }
        section.testimonials .slider .item .box .content {
          margin-top: 10px;
          font-family: 'Rubik', sans-serif;
          font-weight: 400;
          font-size: 17px;
          line-height: 22px;
          color: #808080; }
  section.testimonials .button {
    margin-top: 45px; }
  @media only screen and (max-width: 500px) {
    section.testimonials {
      padding: 100px 0; }
      section.testimonials .slider .item {
        padding-right: 0px; }
        section.testimonials .slider .item .box {
          text-align: right;
          background: #fff;
          padding: 15px 20px; }
          section.testimonials .slider .item .box .image {
            position: static;
            display: inline-block; }
            section.testimonials .slider .item .box .image img {
              width: auto; }
          section.testimonials .slider .item .box .title {
            margin-top: 15px; }
          section.testimonials .slider .item .box .content {
            margin-top: 10px;
            font-family: 'Rubik', sans-serif;
            font-weight: 400;
            font-size: 14px;
            line-height: 18px;
            color: #808080; } }

/* --------------------- /Section testimonials ---------------------- */
/* ---------------------- Section stories ---------------------- */
section.stories {
  margin-top: 80px;
  padding-bottom: 130px; }
  section.stories .decor {
    position: absolute;
    bottom: 0;
    right: 10%; }
  section.stories .parts {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  section.stories .part {
    width: 50%; }
  section.stories .part-right {
    width: 57%;
    padding: 0 65px;
    padding-left: 95px; }
    section.stories .part-right .slider .owl-nav {
      font-size: 35px;
      color: #d2dce5;
      position: absolute;
      right: -60px;
      left: -60px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    section.stories .part-right .slider .item {
      opacity: 0.5;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      section.stories .part-right .slider .item.selected {
        opacity: 1; }
      section.stories .part-right .slider .item .image {
        overflow: hidden;
        border-radius: 20px;
        font-size: 0; }
  section.stories .part-left {
    width: 43%; }
    section.stories .part-left .image {
      width: 100%;
      position: relative;
      overflow: hidden;
      border-radius: 20px;
      -webkit-box-shadow: 0px 5px 23px 0px rgba(50, 50, 50, 0.26);
              box-shadow: 0px 5px 23px 0px rgba(50, 50, 50, 0.26); }
      section.stories .part-left .image img {
        width: 100%; }
      section.stories .part-left .image .play {
        position: absolute;
        cursor: pointer;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%); }
  @media only screen and (max-width: 800px) {
    section.stories {
      margin-top: 20px;
      padding-bottom: 100px; }
      section.stories .parts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
      section.stories .part {
        width: 100%; }
      section.stories .part-right {
        padding-right: 45px;
        padding-left: 45px;
        margin-top: 25px; }
        section.stories .part-right .slider .owl-nav {
          right: -50px;
          left: -50px; } }

/* --------------------- /Section stories ---------------------- */
/* ---------------------- Section blog ---------------------- */
section.blog {
  background: #ecf0f5;
  text-align: center;
  padding-top: 65px;
  padding-bottom: 70px;
  margin-top: 20px; }
  section.blog .title {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #1b5678; }
  section.blog .short {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #808080;
    max-width: 560px;
    margin: auto;
    margin-top: 25px; }
  section.blog .button {
    margin-top: 50px; }
  section.blog .blog-widget {
    text-align: right;
    margin-top: 75px; }
    section.blog .blog-widget .parts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      section.blog .blog-widget .parts .part {
        width: 50%; }
      section.blog .blog-widget .parts .part-list {
        padding-left: 100px; }
        section.blog .blog-widget .parts .part-list .list {
          position: relative; }
          section.blog .blog-widget .parts .part-list .list:before {
            content: "";
            position: absolute;
            width: 1px;
            right: 8px;
            top: 0;
            bottom: 0;
            background: #d6dbe1; }
          section.blog .blog-widget .parts .part-list .list .item {
            margin-top: 40px;
            position: relative;
            padding-right: 60px;
            cursor: pointer; }
            section.blog .blog-widget .parts .part-list .list .item:before {
              position: absolute;
              content: "";
              height: 16px;
              width: 16px;
              right: 0;
              border: 2px solid #9e9e9e;
              border-radius: 50px;
              top: 50%;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%);
              background: #ecf0f5;
              -webkit-transition: 0.5s;
              transition: 0.5s;
              opacity: 1; }
            section.blog .blog-widget .parts .part-list .list .item:after {
              position: absolute;
              content: "";
              height: 33px;
              width: 33px;
              right: -8px;
              opacity: 0;
              -webkit-transition: 0.5s;
              transition: 0.5s;
              border-radius: 50px;
              top: 50%;
              -webkit-transform: translateY(-50%) scale(0.1);
                      transform: translateY(-50%) scale(0.1);
              background: -webkit-gradient(linear, left top, left bottom, from(#fdbf2e), to(#fd9a26));
              background: linear-gradient(to bottom, #fdbf2e 0%, #fd9a26 100%);
              -webkit-box-shadow: 0px 5px 23px 0px rgba(50, 50, 50, 0.26);
                      box-shadow: 0px 5px 23px 0px rgba(50, 50, 50, 0.26); }
            section.blog .blog-widget .parts .part-list .list .item.selected:after {
              opacity: 1;
              -webkit-transform: translateY(-50%) scale(1);
                      transform: translateY(-50%) scale(1); }
            section.blog .blog-widget .parts .part-list .list .item.selected:before {
              opacity: 0; }
            section.blog .blog-widget .parts .part-list .list .item:first-child {
              margin-top: 0; }
            section.blog .blog-widget .parts .part-list .list .item .title {
              font-family: 'Rubik', sans-serif;
              font-weight: 400;
              font-size: 22px;
              color: #1b5678; }
            section.blog .blog-widget .parts .part-list .list .item .text {
              font-family: 'Rubik', sans-serif;
              font-weight: 400;
              font-size: 17px;
              line-height: 22px;
              color: #1b5678; }
              section.blog .blog-widget .parts .part-list .list .item .text .date {
                color: #b6b6b6; }
      section.blog .blog-widget .parts .part-post .post {
        text-align: right;
        background: #fff;
        padding: 45px 60px;
        border-radius: 10px;
        position: relative;
        margin-top: 10px; }
        section.blog .blog-widget .parts .part-post .post .link {
          display: inline-block;
          color: #fff;
          height: 70px;
          width: 70px;
          text-align: center;
          border-radius: 200px;
          background: -webkit-gradient(linear, left top, left bottom, from(#fdbf2e), to(#fd9a26));
          background: linear-gradient(to bottom, #fdbf2e 0%, #fd9a26 100%);
          position: absolute;
          left: 35px;
          bottom: -35px;
          -webkit-box-shadow: 0px 5px 23px 0px rgba(50, 50, 50, 0.26);
                  box-shadow: 0px 5px 23px 0px rgba(50, 50, 50, 0.26); }
          section.blog .blog-widget .parts .part-post .post .link img {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            font-size: 30px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            left: 0; }
          section.blog .blog-widget .parts .part-post .post .link:hover img {
            left: -5px; }
        section.blog .blog-widget .parts .part-post .post .image {
          padding: 20px;
          position: absolute;
          background: #7ab55c;
          top: 35px;
          right: -80px;
          border-radius: 10px;
          overflow: hidden;
          -webkit-box-shadow: 0px 5px 23px 0px rgba(50, 50, 50, 0.26);
                  box-shadow: 0px 5px 23px 0px rgba(50, 50, 50, 0.26); }
        section.blog .blog-widget .parts .part-post .post .title {
          font-family: 'Rubik', sans-serif;
          font-weight: 500;
          font-size: 22px;
          color: #1b5678; }
        section.blog .blog-widget .parts .part-post .post .content {
          margin-top: 10px;
          font-family: 'Rubik', sans-serif;
          font-weight: 400;
          font-size: 17px;
          line-height: 22px;
          color: #808080; }
  @media only screen and (max-width: 1200px) {
    section.blog .blog-widget .parts .part-list .list .item {
      margin-top: 25px; } }
  @media only screen and (max-width: 900px) {
    section.blog {
      padding-top: 45px;
      padding-bottom: 45px; }
      section.blog .blog-widget {
        margin-top: 35px; }
        section.blog .blog-widget .parts {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          section.blog .blog-widget .parts .part {
            width: 100%; }
          section.blog .blog-widget .parts .part-list {
            padding-left: 0; }
            section.blog .blog-widget .parts .part-list .list .item {
              margin-top: 25px; }
          section.blog .blog-widget .parts .part-post {
            margin-top: 25px; }
            section.blog .blog-widget .parts .part-post .post {
              padding: 20px;
              padding-bottom: 45px; }
              section.blog .blog-widget .parts .part-post .post .image {
                position: static;
                display: inline-block; }
              section.blog .blog-widget .parts .part-post .post .title {
                margin-top: 15px; } }

/* --------------------- /Section blog ---------------------- */
/* ---------------------- Section contact ---------------------- */
section.contact {
  margin-top: 90px;
  padding-bottom: 70px;
  text-align: center; }
  section.contact .title {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #1b5678; }
  section.contact .short {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #808080;
    max-width: 560px;
    margin: auto;
    margin-top: 25px; }
  section.contact .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    margin-top: 40px; }
    section.contact .contacts .title {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-size: 22px;
      color: #1b5678; }
    section.contact .contacts .part-right {
      width: 64%;
      padding-left: 30px; }
      section.contact .contacts .part-right .boxes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 -20px; }
        section.contact .contacts .part-right .boxes .box {
          margin: 20px;
          margin-bottom: 0; }
          section.contact .contacts .part-right .boxes .box p {
            font-family: 'Rubik', sans-serif;
            font-weight: 400;
            font-size: 17px;
            color: #808080; }
            section.contact .contacts .part-right .boxes .box p strong {
              font-family: 'Rubik', sans-serif;
              font-weight: 700;
              font-size: 17px;
              color: #1b5678; }
    section.contact .contacts .part-left {
      width: 46%;
      text-align: center; }
      section.contact .contacts .part-left .boxes {
        margin: 0 -20px; }
        section.contact .contacts .part-left .boxes .box {
          display: inline-block;
          vertical-align: middle;
          margin: 20px;
          margin-bottom: 0; }
          section.contact .contacts .part-left .boxes .box img, section.contact .contacts .part-left .boxes .box p {
            display: inline-block;
            vertical-align: middle; }
          section.contact .contacts .part-left .boxes .box p {
            font-family: 'Rubik', sans-serif;
            font-weight: 400;
            font-size: 17px;
            color: #1b5678;
            padding-right: 10px; }
  section.contact .parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 55px;
    text-align: right; }
    section.contact .parts .part-map {
      width: 60%;
      position: relative; }
      section.contact .parts .part-map #map {
        height: 475px;
        position: relative;
        -webkit-box-shadow: 0px 20px 30px 0px rgba(50, 50, 50, 0.32);
                box-shadow: 0px 20px 30px 0px rgba(50, 50, 50, 0.32); }
    section.contact .parts .part-form {
      width: 40%;
      padding-left: 8%; }
      section.contact .parts .part-form .title {
        margin: 0;
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        font-size: 22px;
        color: #1b5678; }
      section.contact .parts .part-form .wpcf7 {
        margin-top: 20px; }
        section.contact .parts .part-form .wpcf7 form {
          position: relative;
          text-align: left; }
        section.contact .parts .part-form .wpcf7 input, section.contact .parts .part-form .wpcf7 select {
          font-family: 'Rubik', sans-serif;
          font-weight: 400;
          font-size: 17px;
          color: #b2b2b2;
          border: none;
          border-bottom: 1px solid #888888;
          background: none;
          outline: none;
          padding: 10px 0;
          width: 100%;
          height: 100%; }
          section.contact .parts .part-form .wpcf7 input::-webkit-input-placeholder, section.contact .parts .part-form .wpcf7 select::-webkit-input-placeholder {
            /* WebKit browsers */
            color: #b2b2b2; }
          section.contact .parts .part-form .wpcf7 input:-moz-placeholder, section.contact .parts .part-form .wpcf7 select:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: #b2b2b2; }
          section.contact .parts .part-form .wpcf7 input::-moz-placeholder, section.contact .parts .part-form .wpcf7 select::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: #b2b2b2; }
          section.contact .parts .part-form .wpcf7 input:-ms-input-placeholder, section.contact .parts .part-form .wpcf7 select:-ms-input-placeholder {
            /* Internet Explorer 10+ */
            color: #b2b2b2; }
          section.contact .parts .part-form .wpcf7 input:focus, section.contact .parts .part-form .wpcf7 select:focus {
            border-bottom: 4px solid #fdb12c; }
        section.contact .parts .part-form .wpcf7 .wpcf7-form-control-wrap {
          display: block;
          margin-top: 35px;
          position: relative; }
        section.contact .parts .part-form .wpcf7 input[type="submit"] {
          font-family: 'Rubik', sans-serif;
          font-weight: 500;
          font-size: 17px;
          color: #fff;
          background: #fdab2a;
          background-image: -webkit-gradient(linear, left top, right top, from(#fd9c28), to(#fdbb2e));
          background-image: linear-gradient(to right, #fd9c28, #fdbb2e);
          display: inline-block;
          padding: 17px 35px;
          border-radius: 100px;
          cursor: pointer;
          -webkit-transition: 0.5s;
          transition: 0.5s;
          position: relative;
          border: none;
          width: auto;
          margin-top: 35px;
          margin-right: auto;
          margin-left: 0; }
          section.contact .parts .part-form .wpcf7 input[type="submit"]:hover {
            background: #1b5678; }
        section.contact .parts .part-form .wpcf7 span[role="alert"] {
          font-family: 'Rubik', sans-serif;
          font-weight: 400;
          font-size: 14px;
          color: #232323;
          position: absolute;
          left: 0;
          bottom: -20px; }
        section.contact .parts .part-form .wpcf7 .wpcf7-response-output {
          font-family: 'Rubik', sans-serif;
          font-weight: 400;
          font-size: 16px;
          color: #232323;
          position: absolute;
          bottom: -23px;
          border: none;
          padding: 0;
          margin: 0; }
        section.contact .parts .part-form .wpcf7 .ajax-loader {
          display: none; }
  @media only screen and (max-width: 650px) {
    section.contact {
      margin-top: 55px; }
      section.contact .parts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        section.contact .parts .part-map {
          width: 100%;
          margin-top: 25px; }
        section.contact .parts .part-form {
          width: 100%;
          padding-left: 0; }
      section.contact .contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        section.contact .contacts .part-right {
          width: 100%;
          padding: 0; }
        section.contact .contacts .part-left {
          width: 100%;
          margin-top: 35px;
          text-align: right; } }

/* --------------------- /Section contact ---------------------- */
/* ---------------------- footer ---------------------- */
footer {
  padding: 25px 0; }
  footer .flex-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    footer .flex-cont .copy {
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-size: 17px;
      color: #808080; }
    footer .flex-cont .menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      footer .flex-cont .menu ul li {
        margin: 0 13px; }
        footer .flex-cont .menu ul li a {
          font-family: 'Rubik', sans-serif;
          font-weight: 400;
          font-size: 17px;
          color: #5d5c5c;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
        footer .flex-cont .menu ul li:hover a, footer .flex-cont .menu ul li.current_page_item a {
          color: #fdb32d; }
    footer .flex-cont .credit {
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-size: 17px;
      color: #808080; }
  @media only screen and (max-width: 1200px) {
    footer .flex-cont .menu {
      display: none; } }
  @media only screen and (max-width: 550px) {
    footer {
      padding: 15px 0; }
      footer .flex-cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        footer .flex-cont .credit {
          margin-top: 8px; } }

/* --------------------- /footer ---------------------- */
/* ---------------------- Section top-inner ---------------------- */
section.top-inner, section.top-inner-blog {
  margin-top: 95px;
  padding-bottom: 60px;
  overflow: visible; }
  section.top-inner .breadcrumbs .line, section.top-inner-blog .breadcrumbs .line {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: #1b5678;
    line-height: 17px; }
    section.top-inner .breadcrumbs .line a, section.top-inner-blog .breadcrumbs .line a, section.top-inner .breadcrumbs .line .breadcrumb_last, section.top-inner-blog .breadcrumbs .line .breadcrumb_last {
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-size: 17px;
      line-height: 17px;
      position: relative;
      top: 2px;
      color: #808080; }
  section.top-inner .parts, section.top-inner-blog .parts {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    section.top-inner .parts .part, section.top-inner-blog .parts .part {
      width: 50%; }
    section.top-inner .parts .part-image, section.top-inner-blog .parts .part-image {
      position: relative;
      text-align: left; }
      section.top-inner .parts .part-image img, section.top-inner-blog .parts .part-image img {
        position: relative;
        left: 0;
        max-width: 100%; }
        section.top-inner .parts .part-image img:first-child, section.top-inner-blog .parts .part-image img:first-child {
          top: -140px; }
      section.top-inner .parts .part-image .decor, section.top-inner-blog .parts .part-image .decor {
        display: inline-block;
        position: relative;
        right: 10%;
        bottom: -50px; }
    section.top-inner .parts .part-text .title, section.top-inner-blog .parts .part-text .title {
      font-family: 'Rubik', sans-serif;
      font-weight: 500;
      font-size: 30px;
      color: #1b5678; }
    section.top-inner .parts .part-text .content, section.top-inner-blog .parts .part-text .content {
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-size: 17px;
      color: #808080; }
      section.top-inner .parts .part-text .content p, section.top-inner-blog .parts .part-text .content p {
        margin-top: 25px; }
    section.top-inner .parts .team, section.top-inner-blog .parts .team {
      margin-top: 70px; }
      section.top-inner .parts .team .boxes, section.top-inner-blog .parts .team .boxes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        font-size: 0;
        margin: -1%;
        margin-top: 10px; }
        section.top-inner .parts .team .boxes .box, section.top-inner-blog .parts .team .boxes .box {
          width: 29.33333%;
          margin: 2%;
          display: block;
          position: relative;
          border-radius: 20px;
          overflow: hidden; }
          section.top-inner .parts .team .boxes .box .image img, section.top-inner-blog .parts .team .boxes .box .image img {
            width: 100%; }
          section.top-inner .parts .team .boxes .box .info, section.top-inner-blog .parts .team .boxes .box .info {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: -webkit-gradient(linear, right top, left top, from(#fdbf2e), to(#fd9a26));
            background: linear-gradient(to left, #fdbf2e 0%, #fd9a26 100%);
            opacity: 0;
            -webkit-transition: 0.5s;
            transition: 0.5s; }
            section.top-inner .parts .team .boxes .box .info .inner, section.top-inner-blog .parts .team .boxes .box .info .inner {
              width: 100%;
              text-align: center;
              position: relative;
              top: 50%;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%); }
              section.top-inner .parts .team .boxes .box .info .inner .line-1, section.top-inner-blog .parts .team .boxes .box .info .inner .line-1 {
                font-family: 'Rubik', sans-serif;
                font-weight: 500;
                font-size: 22px;
                color: #fff; }
              section.top-inner .parts .team .boxes .box .info .inner .line-2, section.top-inner-blog .parts .team .boxes .box .info .inner .line-2 {
                font-family: 'Rubik', sans-serif;
                font-weight: 400;
                font-size: 17px;
                color: #fff;
                margin-top: 5px; }
          section.top-inner .parts .team .boxes .box:hover .info, section.top-inner-blog .parts .team .boxes .box:hover .info {
            opacity: 1; }
  @media only screen and (max-width: 1400px) {
    section.top-inner .parts .part-image img, section.top-inner-blog .parts .part-image img {
      top: 0 !important; } }
  @media only screen and (max-width: 900px) {
    section.top-inner, section.top-inner-blog {
      padding-bottom: 0; }
      section.top-inner .parts, section.top-inner-blog .parts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
        section.top-inner .parts .part, section.top-inner-blog .parts .part {
          width: 100%; }
        section.top-inner .parts .part-image, section.top-inner-blog .parts .part-image {
          margin-top: -35px; }
          section.top-inner .parts .part-image .decor, section.top-inner-blog .parts .part-image .decor {
            display: none; }
        section.top-inner .parts .part-text, section.top-inner-blog .parts .part-text {
          margin-top: 15px; }
          section.top-inner .parts .part-text .team, section.top-inner-blog .parts .part-text .team {
            margin-top: 35px; }
            section.top-inner .parts .part-text .team .boxes, section.top-inner-blog .parts .part-text .team .boxes {
              margin-top: 25px; }
              section.top-inner .parts .part-text .team .boxes .box, section.top-inner-blog .parts .part-text .team .boxes .box {
                width: 47.33333%;
                margin: 1%; }
                section.top-inner .parts .part-text .team .boxes .box .info, section.top-inner-blog .parts .part-text .team .boxes .box .info {
                  top: auto;
                  bottom: 0;
                  height: auto;
                  opacity: 1;
                  background: rgba(253, 188, 47, 0.75); }
                  section.top-inner .parts .part-text .team .boxes .box .info .inner, section.top-inner-blog .parts .part-text .team .boxes .box .info .inner {
                    position: static;
                    -webkit-transform: none;
                            transform: none;
                    padding-bottom: 3px; }
                    section.top-inner .parts .part-text .team .boxes .box .info .inner .line-1, section.top-inner-blog .parts .part-text .team .boxes .box .info .inner .line-1 {
                      font-size: 16px; }
                    section.top-inner .parts .part-text .team .boxes .box .info .inner .line-2, section.top-inner-blog .parts .part-text .team .boxes .box .info .inner .line-2 {
                      font-size: 14px;
                      margin-top: 0px; } }

/* --------------------- /Section top-inner ---------------------- */
/* ---------------------- Section paths ---------------------- */
section.paths-inner {
  margin-top: 55px;
  padding-bottom: 35px;
  text-align: center; }
  section.paths-inner .title {
    margin: 0;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #1b5678; }
  section.paths-inner .subtitle {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #808080;
    margin-top: 10px; }
  section.paths-inner .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0;
    margin: 0 -2%; }
    section.paths-inner .boxes .box {
      width: 29.33333%;
      margin: 2%;
      display: block;
      position: relative;
      padding-right: 35px; }
      section.paths-inner .boxes .box .logo-cont {
        height: 75px;
        width: 75px;
        text-align: center;
        border-radius: 200px;
        background: #fff;
        border: 5px solid #ecf0f5;
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        section.paths-inner .boxes .box .logo-cont img {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          max-width: 80%; }
      section.paths-inner .boxes .box .inner {
        background: #ecf0f5;
        padding: 25px;
        padding-bottom: 45px;
        padding-right: 70px;
        border-radius: 10px;
        position: relative;
        z-index: -1;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        text-align: right; }
        section.paths-inner .boxes .box .inner .title {
          font-family: 'Rubik', sans-serif;
          font-weight: 500;
          font-size: 22px;
          color: #1b5678; }
        section.paths-inner .boxes .box .inner .info {
          font-family: 'Rubik', sans-serif;
          font-weight: 400;
          font-size: 17px;
          color: #6a6a6a;
          margin-top: 15px; }
      section.paths-inner .boxes .box .link {
        display: inline-block;
        color: #fff;
        height: 40px;
        width: 40px;
        text-align: center;
        border-radius: 200px;
        background: -webkit-gradient(linear, left top, left bottom, from(#fdbf2e), to(#fd9a26));
        background: linear-gradient(to bottom, #fdbf2e 0%, #fd9a26 100%);
        position: absolute;
        left: 35px;
        bottom: -20px;
        -webkit-box-shadow: 0px 5px 23px 0px rgba(50, 50, 50, 0.26);
                box-shadow: 0px 5px 23px 0px rgba(50, 50, 50, 0.26); }
        section.paths-inner .boxes .box .link img {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          font-size: 30px;
          -webkit-transition: 0.5s;
          transition: 0.5s;
          left: 0; }
        section.paths-inner .boxes .box .link:hover img {
          left: -5px; }
      section.paths-inner .boxes .box:hover .inner {
        -webkit-box-shadow: 0px 5px 23px 0px rgba(50, 50, 50, 0.26);
                box-shadow: 0px 5px 23px 0px rgba(50, 50, 50, 0.26); }
      section.paths-inner .boxes .box:hover .link img {
        left: -5px; }
  @media only screen and (max-width: 1200px) {
    section.paths-inner .boxes .box {
      padding-right: 35px; }
      section.paths-inner .boxes .box .inner {
        background: #ecf0f5;
        padding: 20px;
        padding-bottom: 45px;
        padding-right: 60px; } }
  @media only screen and (max-width: 900px) {
    section.paths-inner .boxes {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      section.paths-inner .boxes .box {
        width: 100%;
        max-width: 400px;
        margin: 0;
        margin-top: 35px; }
        section.paths-inner .boxes .box .logo-cont {
          height: 90px;
          width: 90px; }
        section.paths-inner .boxes .box .inner {
          padding-bottom: 30px; }
          section.paths-inner .boxes .box .inner .title {
            font-family: 'Rubik', sans-serif;
            font-weight: 500;
            font-size: 20px; }
          section.paths-inner .boxes .box .inner .info {
            font-family: 'Rubik', sans-serif;
            font-weight: 400;
            font-size: 15px; } }

/* --------------------- /Section paths ---------------------- */
/* ---------------------- Section top-inner-blog ---------------------- */
section.top-inner-blog .parts .part-image img:first-child {
  top: -50px; }

section.top-inner-blog .parts .part-text .price {
  margin-top: 35px; }
  section.top-inner-blog .parts .part-text .price .text {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #1b5678;
    display: inline-block;
    vertical-align: middle; }
  section.top-inner-blog .parts .part-text .price .number {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #1b5678;
    border-radius: 100px;
    padding: 17px 35px;
    background: #eaeef4;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }
  @media only screen and (max-width: 600px) {
    section.top-inner-blog .parts .part-text .price {
      margin-top: 25px; }
      section.top-inner-blog .parts .part-text .price .text {
        font-size: 18px; }
      section.top-inner-blog .parts .part-text .price .number {
        font-size: 18px; } }

section.top-inner-blog .parts .part-text .slider-cont {
  padding: 0 65px;
  margin-top: 65px; }
  section.top-inner-blog .parts .part-text .slider-cont .slider .owl-nav {
    font-size: 35px;
    color: #d2dce5;
    position: absolute;
    right: -60px;
    left: -60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  section.top-inner-blog .parts .part-text .slider-cont .slider .item .image {
    overflow: hidden;
    border-radius: 20px;
    font-size: 0;
    display: block; }
  @media only screen and (max-width: 750px) {
    section.top-inner-blog .parts .part-text .slider-cont {
      padding-right: 45px;
      padding-left: 45px;
      margin-top: 25px; }
      section.top-inner-blog .parts .part-text .slider-cont .slider .owl-nav {
        right: -50px;
        left: -50px; } }

/* --------------------- /Section top-inner-blog ---------------------- */
/* ---------------------- Section blog-menu ---------------------- */
section.blog-menu {
  padding: 30px 0; }
  section.blog-menu .selected-title {
    padding: 10px 30px;
    background: #fdb22c;
    border-radius: 100px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    display: none;
    cursor: pointer;
    position: relative; }
    section.blog-menu .selected-title i {
      position: absolute;
      left: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  section.blog-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    section.blog-menu ul li {
      margin-right: 25px;
      position: relative;
      padding: 15px 50px;
      background: #eaeef4;
      border-radius: 100px;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      section.blog-menu ul li a {
        font-family: 'Rubik', sans-serif;
        font-weight: 500;
        font-size: 17px;
        color: #1b5678; }
      section.blog-menu ul li:first-child {
        margin-right: 0; }
      section.blog-menu ul li:hover {
        background: #fdb22c; }
      section.blog-menu ul li.selected {
        background: #fdb22c; }
        section.blog-menu ul li.selected a {
          color: #fff; }
        section.blog-menu ul li.selected:before {
          content: "";
          border-top: 10px solid #fdb22c;
          border-right: 10px solid transparent;
          border-left: 10px solid transparent;
          height: 0;
          position: absolute;
          bottom: -10px;
          width: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
  @media only screen and (max-width: 750px) {
    section.blog-menu .selected-title {
      display: block; }
    section.blog-menu ul {
      display: none; }
      section.blog-menu ul li {
        margin-right: 0;
        margin-top: 10px;
        padding: 10px 30px; }
        section.blog-menu ul li.selected:before {
          display: none; } }

/* --------------------- /Section blog-menu ---------------------- */
/* ---------------------- Section blog-inner ---------------------- */
section.blog-inner {
  margin-top: 35px;
  padding-bottom: 60px; }
  @media only screen and (max-width: 750px) {
    section.blog-inner {
      margin-top: 10px; } }
  section.blog-inner .section-inner {
    max-width: 1400px; }
  section.blog-inner .gutter-sizer {
    width: 2%; }
  section.blog-inner .grid {
    font-size: 0; }
  section.blog-inner .grid-item {
    width: 32%;
    margin-bottom: 2%; }
    @media only screen and (max-width: 1200px) {
      section.blog-inner .grid-item {
        width: 49%; } }
    @media only screen and (max-width: 600px) {
      section.blog-inner .grid-item {
        width: 100%;
        margin-bottom: 20px; } }
  section.blog-inner .boxes .box {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer; }
    section.blog-inner .boxes .box .image {
      width: 100%; }
      section.blog-inner .boxes .box .image img {
        width: 100%; }
    section.blog-inner .boxes .box .bottom {
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      background: #eff1f7;
      padding: 8px 15px;
      opacity: 1;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      section.blog-inner .boxes .box .bottom p {
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        font-size: 22px;
        color: #1b5678; }
      section.blog-inner .boxes .box .bottom img {
        position: absolute;
        left: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      @media only screen and (max-width: 600px) {
        section.blog-inner .boxes .box .bottom p {
          font-size: 18px; } }
    section.blog-inner .boxes .box .cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(27, 86, 120, 0.82);
      opacity: 0;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      section.blog-inner .boxes .box .cover .inner {
        padding: 40px;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        section.blog-inner .boxes .box .cover .inner .title {
          font-family: 'Rubik', sans-serif;
          font-weight: 500;
          font-size: 22px;
          color: #fff; }
        section.blog-inner .boxes .box .cover .inner .text {
          font-family: 'Rubik', sans-serif;
          font-weight: 400;
          font-size: 17px;
          color: #fff;
          margin-top: 15px; }
        @media only screen and (max-width: 850px) {
          section.blog-inner .boxes .box .cover .inner .title {
            font-size: 18px; }
          section.blog-inner .boxes .box .cover .inner .text {
            font-size: 14px;
            margin-top: 5px; } }
      section.blog-inner .boxes .box .cover .link {
        display: inline-block;
        color: #fff;
        height: 40px;
        width: 40px;
        text-align: center;
        border-radius: 200px;
        background: -webkit-gradient(linear, left top, left bottom, from(#fdbf2e), to(#fd9a26));
        background: linear-gradient(to bottom, #fdbf2e 0%, #fd9a26 100%);
        position: absolute;
        left: 10px;
        top: 10px;
        -webkit-box-shadow: 0px 5px 23px 0px rgba(50, 50, 50, 0.26);
                box-shadow: 0px 5px 23px 0px rgba(50, 50, 50, 0.26);
        z-index: 9; }
        section.blog-inner .boxes .box .cover .link img {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          font-size: 30px;
          -webkit-transition: 0.5s;
          transition: 0.5s;
          left: 0; }
    section.blog-inner .boxes .box:hover .bottom {
      opacity: 0; }
    section.blog-inner .boxes .box:hover .cover {
      opacity: 1; }
  @media only screen and (max-width: 600px) {
    section.blog-inner {
      padding-bottom: 35px; } }

/* --------------------- /Section blog-inner ---------------------- */
/* ---------------------- Section text-bottom ---------------------- */
section.text-bottom {
  padding: 30px 0; }
  section.text-bottom .content {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #808080; }
  @media only screen and (max-width: 600px) {
    section.text-bottom .content {
      font-size: 15px; } }

/* --------------------- /Section text-bottom ---------------------- */
/* ---------------------- Section contact-course ---------------------- */
section.contact-course {
  margin-top: 90px;
  padding-bottom: 70px;
  text-align: center; }
  section.contact-course .title {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #1b5678; }
  section.contact-course .short {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #808080;
    max-width: 560px;
    margin: auto;
    margin-top: 25px; }
  section.contact-course .wpcf7 {
    margin-top: 20px; }
    section.contact-course .wpcf7 form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      position: relative;
      text-align: left; }
    section.contact-course .wpcf7 input, section.contact-course .wpcf7 select {
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-size: 17px;
      color: #b2b2b2;
      border: none;
      border-bottom: 1px solid #888888;
      background: none;
      outline: none;
      padding: 10px 0;
      width: 100%;
      height: 100%; }
      section.contact-course .wpcf7 input::-webkit-input-placeholder, section.contact-course .wpcf7 select::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #b2b2b2; }
      section.contact-course .wpcf7 input:-moz-placeholder, section.contact-course .wpcf7 select:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #b2b2b2; }
      section.contact-course .wpcf7 input::-moz-placeholder, section.contact-course .wpcf7 select::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #b2b2b2; }
      section.contact-course .wpcf7 input:-ms-input-placeholder, section.contact-course .wpcf7 select:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #b2b2b2; }
      section.contact-course .wpcf7 input:focus, section.contact-course .wpcf7 select:focus {
        border-bottom: 4px solid #fdb12c; }
    section.contact-course .wpcf7 .wpcf7-form-control-wrap {
      display: block;
      margin: 0 1%;
      position: relative; }
    section.contact-course .wpcf7 input[type="submit"] {
      font-family: 'Rubik', sans-serif;
      font-weight: 500;
      font-size: 17px;
      color: #fff;
      background: #fdab2a;
      background-image: -webkit-gradient(linear, left top, right top, from(#fd9c28), to(#fdbb2e));
      background-image: linear-gradient(to right, #fd9c28, #fdbb2e);
      display: inline-block;
      padding: 17px 35px;
      border-radius: 100px;
      cursor: pointer;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      position: relative;
      border: none;
      width: auto;
      margin-top: 35px;
      margin-right: auto;
      margin-left: 0; }
      section.contact-course .wpcf7 input[type="submit"]:hover {
        background: #1b5678; }
    section.contact-course .wpcf7 span[role="alert"] {
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #232323;
      position: absolute;
      left: 0;
      bottom: -20px; }
    section.contact-course .wpcf7 .wpcf7-response-output {
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #232323;
      position: absolute;
      bottom: -23px;
      border: none;
      padding: 0;
      margin: 0; }
    section.contact-course .wpcf7 .ajax-loader {
      display: none; }
  @media only screen and (max-width: 900px) {
    section.contact-course .wpcf7 form {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      section.contact-course .wpcf7 form .wpcf7-form-control-wrap {
        margin-top: 25px;
        width: 48%; } }
  @media only screen and (max-width: 500px) {
    section.contact-course .wpcf7 form .wpcf7-form-control-wrap {
      margin-top: 25px;
      width: 100%; } }

/* --------------------- /Section contact-course ---------------------- */
