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

body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding-top: 80px; }
  @media only screen and (max-width: 1200px) {
    body {
      padding-top: 60px; } }
  @media only screen and (max-width: 950px) {
    body {
      padding-top: 45px; } }

a {
  text-decoration: none;
  color: inherit; }

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

p, h1, h2, h3, h4, h5, h6 {
  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: 1388px;
  padding: 0 10px;
  width: 100%;
  margin: auto;
  position: relative; }

/* --------------- Toggle button ---------------- */
.toggle-button {
  width: 38px;
  min-width: 38px;
  height: 29px;
  position: absolute;
  border-radius: 5px;
  z-index: 102;
  cursor: pointer;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 10px; }
  @media only screen and (max-width: 950px) {
    .toggle-button {
      display: block; } }
  .toggle-button div {
    width: 22px;
    height: 3px;
    background-color: #3e3226;
    position: absolute;
    border-radius: 2px;
    -webkit-transition: top 0.5s, opacity 0.5s, width 0.5s, -webkit-transform 1s;
    transition: top 0.5s, opacity 0.5s, width 0.5s, -webkit-transform 1s;
    transition: top 0.5s, transform 1s, opacity 0.5s, width 0.5s;
    transition: top 0.5s, transform 1s, opacity 0.5s, width 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 ---------------- */
.wrap-scrolldownhoney {
  left: 50%;
  position: absolute;
  text-align: center;
  bottom: 75px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 3; }
  .wrap-scrolldownhoney .scrolldownhoney {
    border: 2px solid #4D91AF;
    border-radius: 30px;
    height: 46px;
    margin: 0 auto 8px;
    text-align: center;
    width: 30px; }
    .wrap-scrolldownhoney .scrolldownhoney .scrolldownhoney-c1,
    .wrap-scrolldownhoney .scrolldownhoney .scrolldownhoney-c2 {
      -webkit-animation-duration: 1.5s;
              animation-duration: 1.5s;
      -webkit-animation-name: scrolldownhoney;
              animation-name: scrolldownhoney;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      fill: #4D91AF; }
  .wrap-scrolldownhoney .scrolldownhoney-c2 {
    -webkit-animation-delay: .75s;
            animation-delay: .75s; }
  @media only screen and (max-width: 1370px) {
    .wrap-scrolldownhoney {
      bottom: 5px; } }

@-webkit-keyframes scrolldownhoney {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -8px);
            transform: translate(0, -8px); }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 8px);
            transform: translate(0, 8px); } }

@keyframes scrolldownhoney {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -8px);
            transform: translate(0, -8px); }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 8px);
            transform: translate(0, 8px); } }

.button {
  display: inline-block;
  white-space: nowrap;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #00324B;
  background: transparent;
  border: 2px solid #4D91AF;
  padding: 15px 55px;
  border-radius: 200px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .button:hover {
    border: 2px solid #EDDF8B;
    background: #EDDF8B; }
  @media only screen and (max-width: 1200px) {
    .button {
      font-size: 16px;
      padding: 10px 35px; } }

.title-right {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 48px;
  color: #4D91AF;
  padding-bottom: 20px;
  position: relative; }
  .title-right span {
    color: #ECDE8C; }
  .title-right:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    right: 0;
    bottom: 0px;
    background-color: #ECDE8C; }
  @media only screen and (max-width: 1200px) {
    .title-right {
      font-size: 40px;
      padding-bottom: 15px; } }
  @media only screen and (max-width: 950px) {
    .title-right {
      font-size: 30px;
      padding-bottom: 10px; }
      .title-right:after {
        width: 50px; } }

.title-middle {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 48px;
  color: #4D91AF;
  padding-bottom: 20px;
  position: relative;
  text-align: center; }
  .title-middle span {
    color: #ECDE8C; }
  .title-middle:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0px;
    background-color: #ECDE8C; }
  @media only screen and (max-width: 1200px) {
    .title-middle {
      font-size: 40px;
      padding-bottom: 15px; } }
  @media only screen and (max-width: 950px) {
    .title-middle {
      font-size: 30px;
      padding-bottom: 10px; }
      .title-middle:after {
        width: 50px; } }

.play-button {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100px;
  width: 100px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  z-index: 3;
  cursor: pointer; }
  .play-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #74C8CE;
    font-size: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .play-button:hover i {
    color: #ECDE8C; }

.slider.owl-theme .owl-dots {
  margin-top: 75px; }
  .slider.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 2px solid #4D91AF;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .slider.owl-theme .owl-dots .owl-dot.active span {
    background: #4D91AF; }
  .slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #4D91AF; }

.slider.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -35px;
  right: -35px;
  pointer-events: none; }
  .slider.owl-theme .owl-nav div {
    pointer-events: auto;
    font-size: 55px; }
    .slider.owl-theme .owl-nav div i {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      color: #4D91AF; }
    .slider.owl-theme .owl-nav div:hover i {
      color: #ECDE8C; }
  .slider.owl-theme .owl-nav .owl-prev {
    float: right; }
  .slider.owl-theme .owl-nav .owl-next {
    float: left; }

@media only screen and (max-width: 950px) {
  .slider.owl-theme .owl-dots {
    margin-top: 35px; } }

.wpcf7 {
  overflow: auto;
  max-width: 660px;
  margin: auto; }
  .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl; }
  .wpcf7 input, .wpcf7 select {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 18px;
    border: none;
    color: #363636;
    border-bottom: 2px solid #D8D8D8;
    background: none;
    outline: none;
    padding: 15px;
    width: 100%;
    height: 100%;
    direction: rtl; }
    .wpcf7 input::-webkit-input-placeholder, .wpcf7 select::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #363636; }
    .wpcf7 input:-moz-placeholder, .wpcf7 select:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #363636; }
    .wpcf7 input::-moz-placeholder, .wpcf7 select::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #363636; }
    .wpcf7 input:-ms-input-placeholder, .wpcf7 select:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #363636; }
    .wpcf7 input:focus, .wpcf7 select:focus {
      color: #EDDF8B; }
      .wpcf7 input:focus::-webkit-input-placeholder, .wpcf7 select:focus::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #EDDF8B; }
      .wpcf7 input:focus:-moz-placeholder, .wpcf7 select:focus:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #EDDF8B; }
      .wpcf7 input:focus::-moz-placeholder, .wpcf7 select:focus::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #EDDF8B; }
      .wpcf7 input:focus:-ms-input-placeholder, .wpcf7 select:focus:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #EDDF8B; }
  .wpcf7 .wpcf7-form-control-wrap {
    display: block;
    position: relative;
    margin-top: 20px; }
    .wpcf7 .wpcf7-form-control-wrap:first-child {
      margin-top: 0; }
  .wpcf7 input[type="submit"] {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #2C3136;
    background: #EDDF8B;
    border-radius: 200px;
    padding: 15px 35px;
    border: 4px solid #fff;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 55px;
    display: inline-block;
    cursor: pointer;
    width: 50%;
    max-width: 250px;
    float: left; }
    .wpcf7 input[type="submit"]:hover {
      background: #74C8CE; }
  .wpcf7 input[type="checkbox"] {
    height: auto;
    width: auto; }
  .wpcf7 .wpcf7-form-control-wrap.newsletter {
    display: inline-block; }
  .wpcf7 .newsletter-cb {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #292929;
    display: block;
    margin-top: 15px;
    cursor: pointer;
    text-align: right;
    width: 50%;
    float: right;
    margin-top: 70px;
    padding-right: 10px; }
    .wpcf7 .newsletter-cb .desc-cb {
      margin-right: 15px; }
    .wpcf7 .newsletter-cb input {
      display: none; }
    .wpcf7 .newsletter-cb .wpcf7-list-item-label {
      margin-left: 15px; }
      .wpcf7 .newsletter-cb .wpcf7-list-item-label:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 22px;
        width: 22px;
        background: #f1f1f1;
        border-radius: 5px; }
      .wpcf7 .newsletter-cb .wpcf7-list-item-label:before {
        content: "";
        position: absolute;
        top: 6px;
        left: 6px;
        height: 10px;
        width: 10px;
        background: #74C8CE;
        border-radius: 3px;
        opacity: 0;
        -webkit-transform: scale(0.1);
                transform: scale(0.1);
        -webkit-transition: 0.5s;
        transition: 0.5s;
        z-index: 2; }
    .wpcf7 .newsletter-cb input:checked ~ .wpcf7-list-item-label:before {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }
  .wpcf7 span[role="alert"] {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #F5A12D;
    position: absolute;
    left: 0;
    bottom: -20px; }
  .wpcf7 .wpcf7-response-output {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #0f796f;
    position: absolute;
    bottom: 0px;
    border: none;
    padding: 0;
    margin: 0; }
  .wpcf7 .ajax-loader {
    display: none; }
  @media only screen and (max-width: 950px) {
    .wpcf7 input[type="submit"], .wpcf7 .newsletter-cb {
      width: 100%;
      margin-top: 25px; } }

.tooltiptext {
  visibility: hidden;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 18px;
  position: absolute;
  left: 50%;
  bottom: 90%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #EDDF8B;
  color: #4E4F50;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s; }
  .tooltiptext:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #EDDF8B transparent transparent transparent; }

.has-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  bottom: 100%; }

.subtitle {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  margin-top: 30px; }
  @media only screen and (max-width: 950px) {
    .subtitle {
      font-size: 16px;
      margin-top: 20px; } }

/* ----------------- Header -------------------- */
header {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  height: 80px; }
  header .header-inner {
    width: 100%;
    max-width: 1860px;
    margin: auto;
    padding: 0 10px;
    direction: rtl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%; }
    header .header-inner .menu-cont {
      margin: 0 30px;
      height: 100%; }
      header .header-inner .menu-cont ul.main-menu {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100%; }
        header .header-inner .menu-cont ul.main-menu > li {
          position: relative;
          margin: 0 0.5%;
          height: 100%; }
          header .header-inner .menu-cont ul.main-menu > li > a {
            -webkit-transition: 0.5s;
            transition: 0.5s;
            font-family: 'Rubik', sans-serif;
            font-weight: 400;
            font-size: 18px;
            color: #252A39;
            padding: 10px 15px;
            white-space: nowrap;
            display: inline-block;
            height: 100%;
            line-height: 57px; }
            header .header-inner .menu-cont ul.main-menu > li > a:hover {
              color: #79C8CD; }
          header .header-inner .menu-cont ul.main-menu > li.current_page_item a {
            font-family: 'Rubik', sans-serif;
            font-weight: 700;
            color: #2e3134; }
          header .header-inner .menu-cont ul.main-menu > li .sub-menu {
            padding: 20px;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            top: 100%;
            background-color: #fff;
            border-top: 4px solid #76C7CB;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: 0.15s;
            transition: 0.15s; }
            header .header-inner .menu-cont ul.main-menu > li .sub-menu li {
              margin: 0; }
              header .header-inner .menu-cont ul.main-menu > li .sub-menu li a {
                font-family: 'Rubik', sans-serif;
                font-weight: 400;
                font-size: 20px;
                color: #2e3134;
                padding: 10px;
                white-space: nowrap;
                display: inline-block;
                -webkit-transition: 0.5s;
                transition: 0.5s; }
                header .header-inner .menu-cont ul.main-menu > li .sub-menu li a:hover {
                  color: #ECDE8C; }
          header .header-inner .menu-cont ul.main-menu > li:hover .sub-menu {
            visibility: visible;
            opacity: 1; }
    header .header-inner .logo-cont, header .header-inner .contacts {
      width: 280px; }
    header .header-inner .contacts {
      text-align: left; }
      header .header-inner .contacts .tel {
        display: inline-block;
        text-align: center; }
        header .header-inner .contacts .tel .line-1 {
          font-family: 'Rubik', sans-serif;
          font-weight: 400;
          font-size: 17px;
          color: #252A39; }
        header .header-inner .contacts .tel .line-2 {
          font-family: 'Rubik', sans-serif;
          font-weight: 700;
          font-size: 24px;
          color: #4D91AF;
          line-height: 20px; }
        header .header-inner .contacts .tel .line-3 {
          height: 35px;
          width: 35px;
          border-radius: 100%;
          background: #9EC3C4;
          position: relative;
          display: none;
          top: 2px; }
          header .header-inner .contacts .tel .line-3 i {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            color: #fff;
            font-size: 24px; }
  @media only screen and (max-width: 1370px) {
    header .header-inner .menu-cont ul.main-menu > li > a {
      padding: 10px 10px; }
    header .header-inner .logo-cont img {
      height: 60px; } }
  @media only screen and (max-width: 1200px) {
    header {
      height: 60px; }
      header .header-inner .menu-cont ul.main-menu > li > a {
        line-height: 38px; }
      header .header-inner .logo-cont img {
        height: 40px; }
      header .header-inner .logo-cont, header .header-inner .contacts {
        width: 207px; }
      header .header-inner .contacts .tel {
        margin-left: 0px; }
        header .header-inner .contacts .tel .line-1 {
          display: none; }
        header .header-inner .contacts .tel .line-2 {
          display: none; }
        header .header-inner .contacts .tel .line-3 {
          display: block; } }
  @media only screen and (max-width: 950px) {
    header {
      position: fixed !important;
      background-color: #fff;
      -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);
      left: 0;
      right: 0;
      top: 0;
      height: 45px; }
      header .header-inner .menu-cont {
        display: none; }
      header .header-inner .logo-cont img {
        height: 35px; }
      header .header-inner .logo-cont, header .header-inner .contacts {
        width: 180px; }
      header .header-inner .contacts .tel {
        margin-left: 40px; } }

/* ----------------- /Header -------------------- */
/* --------------- Mobile menu ---------------- */
.mobile-menu-cont {
  direction: rtl;
  padding: 10px 20px;
  padding-top: 50px;
  background: #2E3134;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 101;
  left: 0;
  right: 0;
  display: none; }
  .mobile-menu-cont .mobile-menu > li {
    position: relative;
    text-align: center;
    padding: 10px 0; }
    .mobile-menu-cont .mobile-menu > li a {
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-size: 25px;
      color: #fff;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      display: inline-block; }
      .mobile-menu-cont .mobile-menu > li a:hover {
        color: #ECDE8C; }
    .mobile-menu-cont .mobile-menu > li .sub-menu {
      display: none;
      padding-top: 10px; }
      .mobile-menu-cont .mobile-menu > li .sub-menu li a {
        padding: 10px 0;
        padding-right: 10px;
        font-size: 18px; }
  .mobile-menu-cont .mobile-menu li.current-menu-item a, .mobile-menu-cont .mobile-menu li.current_page_item a {
    color: #4D91AF; }
  .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;
    width: 30px;
    height: 30px;
    background: #9EC3C4;
    border-radius: 100%;
    display: inline-block; }
    .mobile-menu-cont .mobile-menu .open-arrow span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .mobile-menu-cont .mobile-menu .rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    color: #ECDE8C; }

/* --------------- /Mobile menu ---------------- */
/* ---------------------- Section top-index ---------------------- */
section.top-index {
  height: 790px;
  font-size: 0; }
  section.top-index .section-inner {
    position: absolute;
    z-index: 3;
    top: 30%;
    right: 5%;
    display: inline-block;
    width: auto;
    text-align: center; }
    section.top-index .section-inner .title {
      font-family: 'Rubik', sans-serif;
      font-weight: 700;
      font-size: 57px;
      line-height: 40px;
      color: #4D91AF; }
    section.top-index .section-inner .text {
      font-family: 'Rubik', sans-serif;
      font-weight: 500;
      font-size: 48px;
      color: #4D91AF;
      margin-top: 10px; }
    section.top-index .section-inner .buttons {
      margin-top: 35px; }
      section.top-index .section-inner .buttons .button {
        margin: 0 10px;
        vertical-align: middle; }
  section.top-index .wave {
    position: absolute;
    left: 0;
    bottom: -1px;
    font-size: 0;
    width: 100%;
    z-index: 2; }
    section.top-index .wave img {
      width: 100%; }
  section.top-index .shape {
    position: absolute;
    left: 3%;
    bottom: 2%;
    z-index: 2;
    -webkit-filter: drop-shadow(10px -2px 10px #0000007f);
            filter: drop-shadow(10px -2px 10px #0000007f);
    max-width: 39%; }
    section.top-index .shape img {
      max-width: 100%; }
  section.top-index .slides {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    z-index: 1; }
    section.top-index .slides .wave-top {
      position: absolute;
      left: 0;
      top: -1px;
      width: 100%;
      z-index: 2;
      font-size: 0;
      display: none; }
      section.top-index .slides .wave-top img {
        width: 100%; }
    section.top-index .slides .slide {
      display: none;
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      width: 100%; }
      section.top-index .slides .slide img {
        height: 100%;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      section.top-index .slides .slide:nth-child(2) {
        display: block; }
  @media only screen and (max-width: 1370px) {
    section.top-index {
      height: 680px; }
      section.top-index .wrap-scrolldownhoney {
        bottom: 95px; }
      section.top-index .section-inner .title {
        font-size: 50px;
        line-height: 30px; }
      section.top-index .section-inner .text {
        font-size: 40px; } }
  @media only screen and (max-width: 1200px) {
    section.top-index {
      height: 550px; }
      section.top-index .wrap-scrolldownhoney {
        bottom: 55px; }
      section.top-index .section-inner .title {
        font-size: 45px;
        line-height: 30px; }
      section.top-index .section-inner .text {
        font-size: 35px; } }
  @media only screen and (max-width: 600px) {
    section.top-index {
      height: 470px; }
      section.top-index .wrap-scrolldownhoney {
        bottom: 0px; }
      section.top-index .section-inner {
        top: 30px;
        right: 0;
        left: 0; }
        section.top-index .section-inner .title {
          font-size: 35px;
          line-height: 30px; }
        section.top-index .section-inner .text {
          font-size: 25px;
          right: 0; }
      section.top-index .slides {
        top: auto;
        height: 250px;
        overflow: hidden; }
        section.top-index .slides .wave-top {
          display: block; } }

/* --------------------- /Section top-index ---------------------- */
/* ---------------------- Section about ---------------------- */
section.about {
  padding: 100px 0; }
  section.about .parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -40px; }
    section.about .parts .part {
      width: 50%;
      padding: 0 40px; }
    section.about .parts .content {
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-size: 20px;
      color: #363636; }
      section.about .parts .content p {
        margin-top: 30px; }
        section.about .parts .content p strong {
          font-family: 'Rubik', sans-serif;
          font-weight: 500;
          font-size: 28px; }
      section.about .parts .content .button {
        margin-top: 55px; }
    section.about .parts .image {
      width: 100%;
      border-radius: 20px;
      overflow: hidden;
      font-size: 0; }
      section.about .parts .image img {
        width: 100%; }
  section.about .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    font-size: 0;
    margin: -25px;
    margin-top: 70px; }
    section.about .boxes .box {
      text-align: center;
      width: 25%;
      margin: 0;
      padding: 25px;
      display: block;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      section.about .boxes .box .inner {
        overflow: hidden;
        position: relative;
        background: #F3F4F7;
        border-radius: 20px;
        padding: 20px 20px;
        height: 100%;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
      section.about .boxes .box .icon {
        height: 77px;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        section.about .boxes .box .icon img {
          max-height: 100%; }
      section.about .boxes .box .text {
        font-family: 'Rubik', sans-serif;
        font-weight: 500;
        font-size: 18px;
        color: #00324B;
        margin-top: 25px;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
      section.about .boxes .box:hover .inner {
        background: #74C8CE; }
      section.about .boxes .box:hover .text {
        color: #fff; }
  @media only screen and (max-width: 1200px) {
    section.about {
      padding: 75px 0; }
      section.about .boxes {
        margin-top: 50px; } }
  @media only screen and (max-width: 950px) {
    section.about {
      padding: 35px 0; }
      section.about .parts {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        section.about .parts .part {
          width: 100%; }
          section.about .parts .part:nth-child(2) {
            margin-top: 25px; }
        section.about .parts .content {
          font-size: 16px; }
          section.about .parts .content p {
            margin-top: 20px; }
            section.about .parts .content p strong {
              font-family: 'Rubik', sans-serif;
              font-weight: 500;
              font-size: 28px; }
          section.about .parts .content .button {
            margin-top: 35px; }
      section.about .boxes {
        margin: -5px;
        margin-top: 25px; }
        section.about .boxes .box {
          width: 50%;
          padding: 5px 5px; }
          section.about .boxes .box .icon {
            height: 65px; }
          section.about .boxes .box .text {
            font-size: 16px;
            margin-top: 20px; } }

/* --------------------- /Section about ---------------------- */
/* ---------------------- Section services ---------------------- */
section.services {
  padding: 100px 0;
  padding-bottom: 0;
  background-image: url("../images/index/bg-services.jpg");
  background-position: center;
  background-size: 100% auto;
  overflow: visible;
  margin-bottom: 90px; }
  section.services .subtitle {
    color: #fff; }
  section.services:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 1; }
  section.services .breadcrumbs {
    text-align: center;
    margin-top: 20px;
    font-size: 18px; }
  section.services .line {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #fff; }
    section.services .line a {
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      color: #fff;
      margin: 0 5px; }
    section.services .line .breadcrumb_last {
      font-family: 'Rubik', sans-serif;
      font-weight: 500;
      color: #fff;
      margin: 0 5px; }
  section.services .section-inner {
    max-width: 1100px;
    z-index: 3; }
  section.services .cover {
    font-size: 0;
    position: absolute;
    width: 100%;
    z-index: 2; }
    section.services .cover img {
      width: 100%; }
    section.services .cover.cover-top {
      left: 0;
      top: -1px; }
    section.services .cover.cover-bottom {
      left: 0;
      bottom: -1px; }
      section.services .cover.cover-bottom img {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  section.services .title {
    color: #fff; }
    section.services .title:after {
      background-color: #fff; }
  section.services .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    font-size: 0;
    margin: -50px;
    margin-top: 0px;
    position: relative;
    top: 90px;
    margin-top: -40px; }
    section.services .boxes .box {
      text-align: center;
      width: 50%;
      margin: 0;
      padding: 50px;
      display: block;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      section.services .boxes .box .inner {
        overflow: hidden;
        position: relative;
        background: #F3F4F7;
        border-radius: 20px;
        padding: 50px 50px;
        height: 100%;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
      section.services .boxes .box .icon {
        height: 110px;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        section.services .boxes .box .icon img {
          max-height: 100%; }
      section.services .boxes .box .text {
        font-family: 'Rubik', sans-serif;
        font-weight: 500;
        font-size: 24px;
        color: #00324B;
        margin-top: 25px;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
      section.services .boxes .box:hover .inner {
        background: #74C8CE; }
      section.services .boxes .box:hover .text {
        color: #fff; }
  @media only screen and (max-width: 1370px) {
    section.services {
      background-size: auto 100%; } }
  @media only screen and (max-width: 1200px) {
    section.services {
      padding: 75px 0;
      padding-bottom: 0; }
      section.services .boxes {
        margin: -25px;
        top: 75px;
        margin-top: -60px; }
        section.services .boxes .box {
          padding: 25px; } }
  @media only screen and (max-width: 950px) {
    section.services {
      padding: 45px 0;
      padding-bottom: 30px;
      background-size: auto 100%;
      margin-bottom: 75px; }
      section.services .boxes {
        margin: -10px;
        top: 85px;
        margin-top: -60px; }
        section.services .boxes .box {
          padding: 10px; }
          section.services .boxes .box .inner {
            padding: 20px 20px; } }

/* --------------------- /Section services ---------------------- */
/* ---------------------- Section questions ---------------------- */
section.questions {
  padding: 100px 0;
  overflow: visible; }
  section.questions .subtitle {
    text-align: right;
    margin-bottom: 35px; }
  section.questions .decor {
    position: absolute;
    left: 0;
    bottom: -30%;
    max-width: 32%; }
    section.questions .decor img {
      max-width: 100%; }
  section.questions.half .parts .part:nth-child(1) {
    width: 50%; }
  section.questions.half .parts .part:nth-child(2) {
    width: 50%; }
  section.questions .parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -50px; }
    section.questions .parts .part {
      width: 50%;
      padding: 0 50px; }
      section.questions .parts .part:nth-child(1) {
        width: 55%; }
      section.questions .parts .part:nth-child(2) {
        width: 45%; }
    section.questions .parts .image {
      width: 100%;
      border-radius: 20px;
      overflow: hidden;
      font-size: 0;
      position: relative;
      margin-top: 35px; }
      section.questions .parts .image:first-child {
        margin-top: 0; }
      section.questions .parts .image img {
        width: 100%; }
  section.questions .education {
    color: #00324B;
    margin-top: 25px; }
    section.questions .education .item {
      padding: 20px 0;
      border-top: 1px solid #D8D8D8; }
      section.questions .education .item:first-child {
        border-top: none; }
      section.questions .education .item .title {
        font-family: 'Rubik', sans-serif;
        font-weight: 500;
        font-size: 18px; }
      section.questions .education .item .content {
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        font-size: 18px; }
        section.questions .education .item .content p {
          margin-top: 10px; }
  section.questions .part > .content {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #00324B;
    margin-top: 40px; }
    section.questions .part > .content p {
      margin-top: 20px; }
  section.questions .call-to-action {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#F6FAFA), to(#CFDCDD));
    background-image: linear-gradient(to bottom right, #F6FAFA, #CFDCDD);
    border-radius: 20px;
    padding: 30px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px; }
    section.questions .call-to-action p, section.questions .call-to-action a {
      margin: 0 20px; }
    section.questions .call-to-action .text {
      font-family: 'Rubik', sans-serif;
      font-weight: 500;
      font-size: 36px;
      color: #4D91AF;
      text-align: center; }
    section.questions .call-to-action .button {
      font-family: 'Rubik', sans-serif;
      font-weight: 500;
      font-size: 20px;
      color: #2C3136;
      background: #EDDF8B;
      border-color: #EDDF8B; }
      section.questions .call-to-action .button:hover {
        color: #fff; }
  section.questions .accordion {
    margin-top: 40px; }
    section.questions .accordion h3 {
      padding: 15px 20px;
      outline: none;
      cursor: pointer;
      border-radius: 10px;
      overflow: hidden;
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #00324B;
      padding-left: 65px;
      position: relative;
      margin: 0;
      border: none;
      background: #fff;
      -webkit-box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.2);
              box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.2);
      margin-top: 15px;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      section.questions .accordion h3 .ui-accordion-header-icon {
        display: none; }
      section.questions .accordion h3:first-child {
        border-top: none; }
      section.questions .accordion h3:before {
        display: inline-block;
        height: 28px;
        width: 28px;
        content: "+";
        color: #4D91AF;
        border-radius: 100%;
        text-align: center;
        position: absolute;
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        border: 3px solid #4D91AF; }
      section.questions .accordion h3.ui-state-active {
        background: #74C8CE;
        color: #fff; }
        section.questions .accordion h3.ui-state-active:before {
          content: "-";
          color: #fff;
          border: 3px solid #fff; }
    section.questions .accordion .content {
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #00324B;
      padding: 25px;
      border: none; }
      section.questions .accordion .content p {
        margin-top: 15px; }
        section.questions .accordion .content p:first-child {
          margin-top: 0; }
  @media only screen and (max-width: 1200px) {
    section.questions {
      padding: 35px 0; }
      section.questions .call-to-action .text {
        font-size: 30px; } }
  @media only screen and (max-width: 950px) {
    section.questions {
      padding-top: 35px;
      overflow: hidden; }
      section.questions .subtitle {
        margin-top: 25px;
        margin-bottom: 25px; }
      section.questions .decor {
        display: none; }
      section.questions .parts {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        section.questions .parts .part {
          width: 100%; }
          section.questions .parts .part:nth-child(1) {
            width: 100%; }
          section.questions .parts .part:nth-child(2) {
            width: 100%;
            margin-top: 45px; }
      section.questions.half {
        padding-bottom: 50px; }
        section.questions.half .parts .accordion {
          margin-top: 0; }
        section.questions.half .parts .part:nth-child(1) {
          width: 100%; }
        section.questions.half .parts .part:nth-child(2) {
          width: 100%;
          margin-top: 5px; }
      section.questions .accordion h3 {
        padding: 10px 15px;
        padding-left: 40px;
        font-size: 16px; }
        section.questions .accordion h3:before {
          height: 25px;
          width: 25px;
          left: 7px; }
      section.questions .accordion .content {
        font-size: 16px; }
      section.questions .education {
        margin-top: 15px; }
        section.questions .education .item .title {
          font-size: 16px; }
        section.questions .education .item .content {
          font-size: 16px; }
      section.questions .part > .content {
        font-size: 16px;
        margin-top: 30px; }
        section.questions .part > .content p {
          margin-top: 20px; }
      section.questions .call-to-action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px; }
        section.questions .call-to-action .button {
          margin-top: 25px; } }

/* --------------------- /Section questions ---------------------- */
/* ---------------------- Section testimonials ---------------------- */
section.testimonials {
  padding: 100px 0; }
  section.testimonials .slider-wrapper {
    padding: 0 30px; }
  section.testimonials .slider {
    margin-top: 90px; }
    section.testimonials .slider .item .title {
      font-family: 'Rubik', sans-serif;
      font-weight: 500;
      font-size: 18px;
      color: #4D91AF; }
    section.testimonials .slider .item .content {
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #00324B; }
      section.testimonials .slider .item .content p {
        margin-top: 20px; }
    section.testimonials .slider .item .bottom {
      position: relative;
      margin-top: 20px;
      padding-top: 20px; }
      section.testimonials .slider .item .bottom:after {
        content: "";
        position: absolute;
        width: 80px;
        height: 2px;
        right: 0;
        top: 0px;
        background-color: #EDEDED; }
      section.testimonials .slider .item .bottom .name {
        font-family: 'Rubik', sans-serif;
        font-weight: 500;
        font-size: 18px;
        color: #00324B; }
      section.testimonials .slider .item .bottom .location {
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #6D7278;
        margin-top: 5px; }
      section.testimonials .slider .item .bottom .more {
        display: inline-block;
        font-family: 'Rubik', sans-serif;
        font-weight: 500;
        font-size: 16px;
        color: #4D91AF;
        margin-top: 20px;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        section.testimonials .slider .item .bottom .more:hover {
          color: #ECDE8C; }
  @media only screen and (max-width: 1200px) {
    section.testimonials {
      padding: 75px 0; }
      section.testimonials .slider {
        margin-top: 70px; } }
  @media only screen and (max-width: 950px) {
    section.testimonials {
      padding: 35px 0; }
      section.testimonials .slider {
        margin-top: 30px; } }

/* --------------------- /Section testimonials ---------------------- */
/* ---------------------- footer ---------------------- */
footer {
  margin-top: 100px;
  position: relative; }
  footer .wave {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2; }
    footer .wave img {
      width: 100%; }
  footer .part-top {
    padding-bottom: 100px;
    background: #21a2de;
    background-image: url("../images/index/bg-footer.jpg");
    background-size: 100% auto;
    background-attachment: fixed;
    position: relative; }
    footer .part-top:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: -webkit-gradient(linear, left top, right top, from(#ECF4F5), to(#76C6CD));
      background-image: linear-gradient(to right, #ECF4F5, #76C6CD);
      opacity: 0.75;
      z-index: 1; }
    footer .part-top .cont-form {
      max-width: 1100px;
      margin: auto;
      margin-top: 50px;
      position: relative; }
      footer .part-top .cont-form .inner {
        padding: 40px;
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        -webkit-box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.2);
                box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.2);
        position: relative;
        z-index: 2;
        top: -100px;
        font-size: 0; }
        footer .part-top .cont-form .inner .decor {
          position: absolute;
          font-size: 0;
          z-index: -1;
          max-width: 50%; }
          footer .part-top .cont-form .inner .decor img {
            max-width: 100%; }
          footer .part-top .cont-form .inner .decor.decor-top {
            top: 0;
            right: 0; }
          footer .part-top .cont-form .inner .decor.decor-bottom {
            bottom: 0;
            left: 0; }
      footer .part-top .cont-form .title {
        font-family: 'Rubik', sans-serif;
        font-weight: 500;
        font-size: 56px;
        color: #4D91AF;
        text-align: center; }
        footer .part-top .cont-form .title span {
          color: #EDDF8B; }
      footer .part-top .cont-form .call {
        display: block;
        text-align: center;
        font-family: 'Rubik', sans-serif;
        font-weight: 500;
        font-size: 24px;
        color: #00324B;
        margin-top: 25px; }
      footer .part-top .cont-form .wpcf7 {
        margin-top: 35px; }
    footer .part-top .cols {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      color: white;
      font-size: 17px;
      text-align: right;
      padding-bottom: 50px;
      width: 100%;
      margin: auto;
      margin-top: 40px;
      position: relative;
      z-index: 2; }
      footer .part-top .cols .col {
        margin: 0 10px;
        color: #00324B;
        max-width: 485px; }
        footer .part-top .cols .col .title {
          font-family: 'Rubik', sans-serif;
          font-weight: 700;
          font-size: 20px; }
        footer .part-top .cols .col .content {
          font-family: 'Rubik', sans-serif;
          font-weight: 400;
          font-size: 18px;
          margin-top: 20px; }
          footer .part-top .cols .col .content a {
            color: #00324B;
            -webkit-transition: 0.5s;
            transition: 0.5s; }
            footer .part-top .cols .col .content a:hover {
              color: #ECDE8C; }
          footer .part-top .cols .col .content p, footer .part-top .cols .col .content li {
            margin-top: 10px; }
  footer .part-menu {
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    footer .part-menu .credit-cont {
      padding: 20px 35px;
      color: #C4C4C4;
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-size: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      footer .part-menu .credit-cont p {
        margin: 0 20px;
        white-space: nowrap; }
    footer .part-menu .social-cont {
      white-space: nowrap; }
      footer .part-menu .social-cont a {
        margin: 0 20px;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        font-size: 20px;
        color: #4D91AF;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        footer .part-menu .social-cont a i, footer .part-menu .social-cont a span {
          display: inline-block;
          vertical-align: middle; }
        footer .part-menu .social-cont a:hover {
          color: #EDDF8B; }
  @media only screen and (max-width: 1200px) {
    footer .part-top {
      background-size: auto 100%;
      padding-bottom: 50px; }
      footer .part-top .cont-form .title {
        font-size: 50px; }
      footer .part-top .cols {
        margin-top: -0px; }
    footer .part-menu .credit-cont {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      footer .part-menu .credit-cont p {
        margin: 5px 20px; } }
  @media only screen and (max-width: 950px) {
    footer .part-top {
      padding-bottom: 55px; }
      footer .part-top .cont-form .inner {
        padding: 30px; }
      footer .part-top .cont-form .title {
        font-size: 34px;
        line-height: 30px; }
      footer .part-top .cont-form .call {
        font-size: 22px;
        margin-top: 10px; }
      footer .part-top .cont-form .wpcf7 {
        margin-top: 20px; }
      footer .part-top .cols {
        margin-top: -80px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 0; }
        footer .part-top .cols .col {
          margin-top: 25px; }
          footer .part-top .cols .col .content {
            margin-top: 10px; }
            footer .part-top .cols .col .content p, footer .part-top .cols .col .content li {
              margin-top: 5px; }
          footer .part-top .cols .col:nth-child(1), footer .part-top .cols .col:nth-child(2) {
            display: none; }
    footer .part-menu {
      -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; }
      footer .part-menu .social-cont {
        padding: 10px 0; }
      footer .part-menu .credit-cont {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        padding: 10px 0;
        padding-bottom: 0; } }

/* --------------------- /footer ---------------------- */
/* ---------------------- Section top-inner ---------------------- */
section.top-inner {
  background-color: #edf1f4;
  padding-top: 80px;
  padding-bottom: 55px;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#CFDCDD), to(#F6FAFA));
  background-image: linear-gradient(to bottom right, #CFDCDD, #F6FAFA);
  text-align: center;
  font-size: 0; }
  section.top-inner .decor {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    text-align: center; }
    section.top-inner .decor img {
      height: 100%;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  section.top-inner .wave {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2; }
    section.top-inner .wave img {
      width: 100%; }
  section.top-inner .title {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 50px;
    color: #4D91AF;
    margin: 0;
    text-align: center;
    position: relative;
    padding-bottom: 20px; }
    section.top-inner .title:after {
      content: "";
      position: absolute;
      width: 100px;
      height: 2px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 0px;
      background-color: #4D91AF; }
  section.top-inner .breadcrumbs {
    text-align: center;
    margin-top: 20px;
    font-size: 18px; }
  section.top-inner .line {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #00324B; }
    section.top-inner .line a {
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      color: #00324B;
      margin: 0 5px; }
    section.top-inner .line .breadcrumb_last {
      font-family: 'Rubik', sans-serif;
      font-weight: 500;
      color: #00324B;
      margin: 0 5px; }
  @media only screen and (max-width: 1370px) {
    section.top-inner {
      padding-bottom: 40px;
      padding-top: 40px; }
      section.top-inner .title {
        font-size: 45px; } }
  @media only screen and (max-width: 950px) {
    section.top-inner {
      padding-bottom: 30px;
      padding-top: 20px; }
      section.top-inner .title {
        font-size: 35px;
        line-height: 30px;
        padding-bottom: 15px; }
        section.top-inner .title:after {
          content: "";
          position: absolute;
          width: 50px; }
      section.top-inner .breadcrumbs {
        font-size: 16px;
        margin-top: 10px; } }

/* --------------------- /Section top-inner ---------------------- */
/* ---------------------- Section diplomas ---------------------- */
section.diplomas {
  padding-top: 35px;
  padding-bottom: 100px; }
  section.diplomas .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0;
    margin: -10px;
    margin-top: 40px; }
    section.diplomas .boxes .box {
      width: 33.333%;
      margin: 0;
      padding: 10px;
      display: block;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      section.diplomas .boxes .box .inner {
        overflow: hidden;
        position: relative;
        border: 1px solid #D8D8D8; }
        section.diplomas .boxes .box .inner img {
          width: 100%;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
      section.diplomas .boxes .box:hover .inner img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
  @media only screen and (max-width: 950px) {
    section.diplomas {
      padding-top: 15px;
      padding-bottom: 75px; }
      section.diplomas .boxes {
        margin: -10px;
        margin-top: 20px; }
        section.diplomas .boxes .box {
          width: 50%; } }

/* --------------------- /Section diplomas ---------------------- */
/* ---------------------- Section stories ---------------------- */
section.stories {
  padding: 90px 0;
  padding-bottom: 120px; }
  section.stories .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    font-size: 0;
    margin: -50px;
    margin-top: 75px; }
    section.stories .boxes .box {
      width: 50%;
      margin: 0;
      padding: 20px 50px;
      display: block;
      position: relative;
      overflow: hidden;
      color: #00324B; }
      section.stories .boxes .box .inner {
        overflow: hidden;
        position: relative;
        background: #fff;
        -webkit-box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.2);
                box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.2);
        border-radius: 20px;
        padding: 25px;
        height: 100%; }
      section.stories .boxes .box .name {
        font-family: 'Rubik', sans-serif;
        font-weight: 500;
        font-size: 18px; }
      section.stories .boxes .box .content {
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        font-size: 18px; }
        section.stories .boxes .box .content p {
          margin-top: 10px; }
      section.stories .boxes .box .more {
        display: inline-block;
        font-family: 'Rubik', sans-serif;
        font-weight: 500;
        font-size: 16px;
        color: #4D91AF;
        margin-top: 20px;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        section.stories .boxes .box .more:hover {
          color: #ECDE8C; }
  @media only screen and (max-width: 1200px) {
    section.stories {
      padding: 75px 0; }
      section.stories .boxes {
        margin: -20px;
        margin-top: 55px; }
        section.stories .boxes .box {
          padding: 20px 20px; } }
  @media only screen and (max-width: 950px) {
    section.stories {
      padding: 35px 0;
      padding-bottom: 50px; }
      section.stories .boxes {
        margin: -10px;
        margin-top: 25px; }
        section.stories .boxes .box {
          padding: 10px 10px;
          width: 100%; }
          section.stories .boxes .box .content {
            font-size: 16px; } }

/* --------------------- /Section stories ---------------------- */
/* ---------------------- Section blog ---------------------- */
section.blog {
  padding: 90px 0;
  padding-bottom: 120px; }
  section.blog .cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 75px;
    color: #252A39; }
    section.blog .cats li {
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-size: 18px;
      position: relative;
      margin: 0 20px;
      padding: 10px 0; }
      section.blog .cats li a {
        -webkit-transition: 0.5s;
        transition: 0.5s; }
      section.blog .cats li.active {
        font-family: 'Rubik', sans-serif;
        font-weight: 500; }
        section.blog .cats li.active:after {
          content: "";
          position: absolute;
          width: 30px;
          height: 2px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          bottom: 0px;
          background-color: #ECDE8C; }
      section.blog .cats li:hover {
        color: #ECDE8C; }
  section.blog .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0;
    margin: -20px;
    margin-top: 35px; }
    section.blog .boxes .box {
      width: 33.333%;
      margin: 0;
      padding: 20px 20px;
      display: block;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      section.blog .boxes .box .inner {
        overflow: hidden;
        position: relative;
        border-radius: 20px; }
      section.blog .boxes .box .image {
        position: relative;
        padding-bottom: 75%;
        overflow: hidden;
        width: 100%; }
        section.blog .boxes .box .image img {
          position: absolute;
          height: 100%;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          -webkit-transition: 0.5s;
          transition: 0.5s; }
      section.blog .boxes .box .text {
        background: rgba(0, 0, 0, 0.55);
        position: relative;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 20px; }
        section.blog .boxes .box .text .title {
          text-align: right;
          position: relative;
          height: 77px;
          font-family: 'Rubik', sans-serif;
          font-weight: 500;
          font-size: 20px;
          color: #fff;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
          section.blog .boxes .box .text .title span {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            left: 0px;
            right: 0px; }
        section.blog .boxes .box .text .desc {
          font-family: 'Rubik', sans-serif;
          font-weight: 400;
          font-size: 18px;
          color: #fff;
          -webkit-transition: 0.5s;
          transition: 0.5s;
          max-height: 0;
          overflow: hidden; }
      section.blog .boxes .box:hover .image img {
        -webkit-transform: translateX(-50%) scale(1.1);
                transform: translateX(-50%) scale(1.1); }
      section.blog .boxes .box:hover .text .desc {
        max-height: 50px;
        margin-bottom: 20px; }
  @media only screen and (max-width: 1200px) {
    section.blog {
      padding: 75px 0; }
      section.blog .cats {
        margin-top: 35px; }
      section.blog .boxes {
        margin-top: 25px; }
        section.blog .boxes .box {
          width: 50%; } }
  @media only screen and (max-width: 950px) {
    section.blog {
      padding: 35px 0; }
      section.blog .cats {
        margin-top: 25px; }
      section.blog .boxes {
        margin: -5px;
        margin-top: 15px; }
        section.blog .boxes .box {
          width: 50%;
          padding: 5px 5px; }
          section.blog .boxes .box .inner {
            border-radius: 10px; }
          section.blog .boxes .box .text {
            padding: 0 10px; }
            section.blog .boxes .box .text .title {
              font-family: 'Rubik', sans-serif;
              font-weight: 400;
              font-size: 16px;
              height: 65px; }
            section.blog .boxes .box .text .desc {
              display: none; } }
  @media only screen and (max-width: 650px) {
    section.blog.more .boxes .box {
      width: 100%; } }

/* --------------------- /Section blog ---------------------- */
/* ---------------------- Section post ---------------------- */
section.post {
  padding: 90px 0; }
  section.post .img-main {
    width: 50%;
    float: left;
    overflow: hidden;
    margin-right: 40px;
    margin-bottom: 40px;
    border-radius: 30px;
    font-size: 0; }
    section.post .img-main img {
      width: 100%; }
  section.post .content {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #00324B; }
    section.post .content .img-main {
      display: none; }
    section.post .content .title {
      font-family: 'Rubik', sans-serif;
      font-weight: 500;
      font-size: 24px;
      color: #00324B; }
    section.post .content p {
      margin-top: 20px; }
  @media only screen and (max-width: 1200px) {
    section.post {
      padding: 35px 0; }
      section.post .content .title {
        font-size: 22px; } }
  @media only screen and (max-width: 950px) {
    section.post {
      padding-top: 15px; }
      section.post .content {
        font-size: 18px; }
        section.post .content .img-main {
          float: none;
          width: 100%;
          margin-right: 0;
          margin-bottom: 0;
          margin-top: 20px;
          display: block; }
        section.post .content .title {
          font-size: 20px; }
        section.post .content p {
          margin-top: 15px; }
      section.post .img-main {
        display: none; } }

/* --------------------- /Section post ---------------------- */
/* ---------------------- Section contacts ---------------------- */
section.contacts {
  padding: 75px 0;
  padding-bottom: 100px; }
  section.contacts .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    font-size: 0;
    margin: -10px;
    margin-top: 50px; }
    section.contacts .boxes .box {
      width: 50%;
      margin: 0;
      padding: 15px 35px;
      display: block;
      position: relative;
      cursor: pointer; }
      section.contacts .boxes .box .inner {
        position: relative;
        height: 100%;
        background: #fff;
        border-radius: 20px;
        -webkit-box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.2);
                box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.2); }
      section.contacts .boxes .box .part-title {
        display: block;
        height: 100%;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #4D91AF;
        padding: 20px;
        white-space: nowrap; }
        section.contacts .boxes .box .part-title i {
          font-size: 45px;
          width: 100px;
          text-align: center; }
        section.contacts .boxes .box .part-title .text, section.contacts .boxes .box .part-title i {
          display: inline-block;
          vertical-align: middle; }
        section.contacts .boxes .box .part-title .text .title {
          font-family: 'Rubik', sans-serif;
          font-weight: 700;
          font-size: 18px;
          color: #00324B; }
        section.contacts .boxes .box .part-title .text .content {
          font-family: 'Rubik', sans-serif;
          font-weight: 400;
          font-size: 18px;
          color: #00324B; }
  @media only screen and (max-width: 1200px) {
    section.contacts {
      padding: 55px 0; } }
  @media only screen and (max-width: 950px) {
    section.contacts {
      padding: 35px 0; }
      section.contacts .boxes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        font-size: 0;
        margin: -10px;
        margin-top: 30px; }
        section.contacts .boxes .box {
          width: 100%;
          padding: 10px 10px; }
          section.contacts .boxes .box .part-title {
            padding: 15px; }
            section.contacts .boxes .box .part-title .text {
              margin-right: 15px; }
            section.contacts .boxes .box .part-title i {
              font-size: 35px;
              width: 40px; } }

/* --------------------- /Section contacts ---------------------- */
