/* Fonts */
@font-face {
  font-family: 'almoni-light';
  src: url("../fonts/almoni-dl-aaa-light.ttf") format("truetype"); }

@font-face {
  font-family: 'almoni-regular';
  src: url("../fonts/almoni-dl-aaa-regular.ttf") format("truetype"); }

@font-face {
  font-family: 'almoni-bold';
  src: url("../fonts/almoni-dl-aaa-bold.ttf") format("truetype"); }

@font-face {
  font-family: 'almoni-black';
  src: url("../fonts/almoni-dl-aaa-black.ttf") format("truetype"); }

/* /Fonts */
/* Global */
html {
  margin: 0;
  overflow-x: hidden; }

body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'almoni-regular';
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5; }
  @media only screen and (max-width: 950px) {
    body {
      padding-top: 45px; } }

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

*, *::before, *::after {
  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;
  padding: 100px 0; }
  @media only screen and (max-width: 1370px) {
    section {
      padding: 85px 0; } }
  @media only screen and (max-width: 1200px) {
    section {
      padding: 65px 0; } }
  @media only screen and (max-width: 950px) {
    section {
      padding: 35px 0; } }

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

.parts {
  display: flex;
  margin: 0 -45px; }
  .parts .part {
    width: 50%;
    padding: 0 45px;
    position: relative; }
    .parts .part .image, .parts .part .video {
      position: relative;
      text-align: center; }
      .parts .part .image img, .parts .part .video img {
        max-width: 100%; }
  @media only screen and (max-width: 950px) {
    .parts {
      flex-wrap: wrap; }
      .parts .part {
        width: 100%; }
        .parts .part:nth-child(2) {
          margin-top: 25px; } }

.btn {
  font-family: 'almoni-bold';
  font-weight: 700;
  font-size: 17px;
  color: #2C3136;
  display: inline-block;
  padding: 15px 30px;
  background: #fff;
  min-width: 150px;
  cursor: pointer;
  transition: 0.5s;
  text-align: center;
  border-radius: 200px; }
  .btn:hover {
    color: #fff;
    background: #2C3136; }
  .btn.blue {
    background: #81D3E4; }
  @media only screen and (max-width: 950px) {
    .btn {
      font-size: 15px;
      padding: 13px 20px;
      min-width: 100px; } }

.section-title {
  font-family: 'almoni-black';
  font-weight: 900;
  font-size: 48px;
  color: #233B4F;
  text-align: center;
  position: relative; }
  .section-title.white {
    color: #fff; }
  .section-title .sign {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1; }
  .section-title span {
    position: relative;
    z-index: 2; }
  @media only screen and (max-width: 1200px) {
    .section-title {
      font-size: 35px; } }
  @media only screen and (max-width: 950px) {
    .section-title {
      font-size: 28px; }
      .section-title .sign img {
        width: 85px; } }

.section-subtitle {
  font-family: 'almoni-regular';
  font-weight: 400;
  font-size: 19px;
  color: #2C3136;
  text-align: center;
  margin-top: 10px; }
  .section-subtitle.white {
    color: #fff; }
  @media only screen and (max-width: 1200px) {
    .section-subtitle {
      font-size: 18px; } }
  @media only screen and (max-width: 950px) {
    .section-subtitle {
      font-size: 16px; } }

.content {
  font-family: 'almoni-regular';
  font-weight: 400;
  font-size: 18px;
  color: #000000; }
  .content p {
    margin-top: 20px; }

.play-button {
  display: block;
  position: absolute;
  top: 50%;
  left: 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%;
    transform: translate(-50%, -50%);
    color: #233B4F;
    font-size: 30px;
    transition: 0.5s; }
  .play-button:hover i {
    color: #FFAA00; }

.slider.owl-theme .owl-dots {
  position: absolute;
  bottom: -15px;
  width: 100%;
  left: 0; }
  .slider.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    transition: 0.5s; }
  .slider.owl-theme .owl-dots .owl-dot.active span {
    background: #81D3E4; }
  .slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #81D3E4; }

.slider.owl-theme .owl-nav {
  position: absolute;
  top: 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 {
      transition: 0.5s;
      color: #34454E; }
    .slider.owl-theme .owl-nav div:hover i {
      color: #CF212A; }
  .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; } }

#sm_menu_ham {
  float: left;
  right: auto;
  top: 11px;
  left: 7px; }
  #sm_menu_ham span {
    background-color: #81D3E4; }

.sm_menu_outer .mobile_menu li {
  background: #000; }

.sm_menu_outer .mobile_menu a {
  font-family: 'almoni-regular';
  font-weight: 400;
  padding: 15px 15px; }

.sm_menu_outer .mobile_menu .current_page_item > a {
  color: #F5A12D; }

.sm_menu_outer.slide .mobile_menu li.hasChild > a {
  background: url(../plugins/mmenu/images/next.png) no-repeat scroll 10px center/5% auto; }

.sm_menu_outer .mobile_menu li.back a {
  padding: 20px 45px 20px 5px;
  background: url(../plugins/mmenu/images/back.png) no-repeat scroll right 15px center/5% auto; }

.sm_menu_outer {
  bottom: 0;
  height: auto;
  top: 45px; }

/* ----------------- Header -------------------- */
header {
  width: 100%;
  margin: auto;
  position: fixed;
  top: 0px;
  z-index: 99;
  transition: 0.5s;
  background: white;
  height: 80px;
  box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0); }
  header .header-inner {
    width: 100%;
    max-width: 1860px;
    margin: auto;
    padding: 0 10px;
    direction: rtl;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%; }
    header .header-inner .menu-cont {
      margin: 0 30px;
      height: 100%;
      flex-grow: 1; }
      header .header-inner .menu-cont ul.main-menu {
        display: flex;
        justify-content: flex-start;
        height: 100%; }
        header .header-inner .menu-cont ul.main-menu .menu-item-has-children {
          position: relative; }
        header .header-inner .menu-cont ul.main-menu > li {
          position: static;
          margin: 0 2%;
          height: 100%; }
          header .header-inner .menu-cont ul.main-menu > li > a {
            position: relative;
            transition: 0.5s;
            font-family: 'almoni-regular';
            font-weight: 400;
            font-size: 18px;
            color: #233B4F;
            padding: 10px 10px;
            white-space: nowrap;
            display: inline-block;
            height: 100%;
            line-height: 57px; }
            header .header-inner .menu-cont ul.main-menu > li > a:hover {
              color: #FFAA00 !important; }
          header .header-inner .menu-cont ul.main-menu > li.current_page_item > a {
            font-family: 'almoni-bold';
            font-weight: 700; }
            header .header-inner .menu-cont ul.main-menu > li.current_page_item > a:after {
              content: "";
              display: block;
              position: absolute;
              bottom: 0px;
              left: 5px;
              right: 5px;
              height: 4px;
              background: #FFAA00; }
          header .header-inner .menu-cont ul.main-menu > li .sub-menu {
            padding: 20px;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 100%;
            background-color: #fff;
            border-top: 4px solid #FFAA00;
            visibility: hidden;
            opacity: 0;
            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: 'almoni-regular';
                font-weight: 400;
                font-size: 18px;
                color: #233B4F;
                padding: 8px;
                white-space: nowrap;
                display: inline-block;
                transition: 0.5s; }
                header .header-inner .menu-cont ul.main-menu > li .sub-menu li a:hover {
                  color: #FFAA00; }
              header .header-inner .menu-cont ul.main-menu > li .sub-menu li .sub-menu {
                left: auto;
                right: 100%;
                top: 0;
                transform: translateX(-20px); }
              header .header-inner .menu-cont ul.main-menu > li .sub-menu li:hover > .sub-menu {
                visibility: visible;
                opacity: 1; }
          header .header-inner .menu-cont ul.main-menu > li:hover > .sub-menu {
            visibility: visible;
            opacity: 1; }
    header .header-inner .logo-cont {
      display: flex;
      height: 100%;
      align-items: flex-start;
      position: relative;
      z-index: 2; }
      header .header-inner .logo-cont img {
        display: block;
        height: 132px;
        transition: 0.5s; }
    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: 'almoni-bold';
          font-weight: 700;
          font-size: 24px;
          color: #233B4F;
          display: inline-block;
          transition: 0.5s; }
        header .header-inner .contacts .tel .line-2 {
          font-family: 'almoni-bold';
          font-weight: 700;
          font-size: 24px;
          color: #FFAA00;
          display: inline-block; }
        header .header-inner .contacts .tel .line-3 {
          height: 35px;
          width: 35px;
          border-radius: 100%;
          background: #FFAA00;
          position: relative;
          display: none;
          top: 0px; }
          header .header-inner .contacts .tel .line-3 i {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            font-size: 24px; }
  header.home {
    background: rgba(255, 255, 255, 0); }
    header.home:after {
      content: "";
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      background-color: #D8D8D8;
      opacity: 0.25; }
    header.home .header-inner .menu-cont ul.main-menu > li > a {
      color: #fff; }
    header.home .header-inner .contacts .tel .line-1 {
      color: #fff; }
  header.scrolled {
    box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.2);
    background: white; }
    header.scrolled .header-inner .menu-cont ul.main-menu > li > a {
      color: #233B4F; }
    header.scrolled .header-inner .contacts .tel .line-1 {
      color: #233B4F; }
    header.scrolled .header-inner .logo-cont img {
      height: 100px; }
  @media only screen and (max-width: 1370px) {
    header .header-inner .menu-cont ul.main-menu > li a {
      font-size: 17px;
      padding: 10px 3px; }
    header .header-inner .logo-cont img {
      height: 90px; }
    header .header-inner .contacts .tel {
      padding: 10px 10px; }
    header.scrolled .header-inner .logo-cont img {
      height: 90px; } }
  @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 .menu-cont ul.main-menu > li .sub-menu li a {
        font-size: 18px;
        padding: 7px 7px; }
      header .header-inner .logo-cont img {
        height: 70px; }
      header .header-inner .contacts .tel .line-1 {
        display: none; }
      header.scrolled .header-inner .logo-cont img {
        height: 70px; } }
  @media only screen and (max-width: 950px) {
    header {
      position: fixed !important;
      background-color: #fff;
      box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25);
      left: 0;
      right: 0;
      top: 0;
      height: 45px; }
      header.home {
        background-color: #fff; }
      header .header-inner .menu-cont {
        display: none; }
      header .header-inner .logo-cont img {
        height: 50px; }
      header .header-inner .logo-cont, header .header-inner .contacts {
        width: 180px; }
      header .header-inner .contacts .tel {
        padding: 0;
        background: none;
        margin-left: 45px; }
        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; }
      header.scrolled .header-inner .logo-cont img {
        height: 50px; } }

/* ----------------- /Header -------------------- */
header .header-inner .menu-cont ul.main-menu > li .sub-menu.extra-menu {
  max-width: 100%; }
  header .header-inner .menu-cont ul.main-menu > li .sub-menu.extra-menu .cols {
    display: flex;
    justify-content: center; }
    header .header-inner .menu-cont ul.main-menu > li .sub-menu.extra-menu .cols .col {
      margin: 0 20px; }
      header .header-inner .menu-cont ul.main-menu > li .sub-menu.extra-menu .cols .col .col-title {
        display: block;
        font-family: 'almoni-bold';
        font-weight: 700;
        font-size: 22px;
        color: #2e3134;
        padding: 10px;
        white-space: nowrap;
        display: inline-block;
        transition: 0.5s;
        min-height: 47px; }
      header .header-inner .menu-cont ul.main-menu > li .sub-menu.extra-menu .cols .col a.col-title {
        cursor: pointer; }
        header .header-inner .menu-cont ul.main-menu > li .sub-menu.extra-menu .cols .col a.col-title:hover {
          color: #F5A12D; }
  @media only screen and (max-width: 1630px) {
    header .header-inner .menu-cont ul.main-menu > li .sub-menu.extra-menu .cols .col {
      margin: 0 10px; }
      header .header-inner .menu-cont ul.main-menu > li .sub-menu.extra-menu .cols .col .col-title {
        font-size: 20px; }
      header .header-inner .menu-cont ul.main-menu > li .sub-menu.extra-menu .cols .col li a {
        font-size: 16px; } }
  @media only screen and (max-width: 1400px) {
    header .header-inner .menu-cont ul.main-menu > li .sub-menu.extra-menu .cols .col .col-title {
      font-size: 16px; }
    header .header-inner .menu-cont ul.main-menu > li .sub-menu.extra-menu .cols .col li a {
      font-size: 14px; } }
  @media only screen and (max-width: 1200px) {
    header .header-inner .menu-cont ul.main-menu > li .sub-menu.extra-menu {
      width: 100%; }
      header .header-inner .menu-cont ul.main-menu > li .sub-menu.extra-menu .cols {
        flex-wrap: wrap;
        justify-content: flex-start; }
        header .header-inner .menu-cont ul.main-menu > li .sub-menu.extra-menu .cols .col .col-title {
          font-size: 16px; }
        header .header-inner .menu-cont ul.main-menu > li .sub-menu.extra-menu .cols .col li a {
          font-size: 14px; } }

/* ---------------------- Section top-main ---------------------- */
section.top-main {
  height: 729px;
  position: relative;
  padding: 0; }
  section.top-main:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #0c0e13, rgba(27, 29, 34, 0));
    z-index: 2;
    pointer-events: none; }
  section.top-main .video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    section.top-main .video video {
      width: 100%; }
  section.top-main .slider {
    position: relative;
    z-index: 1;
    height: 100%; }
    section.top-main .slider .owl-dots {
      bottom: 105px;
      opacity: 1; }
      section.top-main .slider .owl-dots .owl-dot.active span, section.top-main .slider .owl-dots .owl-dot:hover span {
        background: #FFAA00; }
    section.top-main .slider .owl-item {
      height: 100%;
      overflow: hidden; }
      section.top-main .slider .owl-item img {
        width: auto; }
    section.top-main .slider .item {
      display: flex;
      justify-content: center; }
      section.top-main .slider .item .data, section.top-main .slider .item .buttons {
        display: none; }
  section.top-main .section-inner {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    z-index: 3;
    color: #fff; }
    section.top-main .section-inner .text {
      display: block; }
      section.top-main .section-inner .text p:nth-child(2) {
        font-family: 'almoni-black';
        font-weight: 900;
        font-size: 120px;
        line-height: 60px;
        white-space: nowrap; }
        section.top-main .section-inner .text p:nth-child(2) strong {
          color: #FFAA00;
          position: relative; }
          section.top-main .section-inner .text p:nth-child(2) strong:after {
            content: "";
            position: absolute;
            display: block;
            bottom: -10px;
            left: -30px;
            height: 10px;
            width: 0px;
            opacity: 0;
            -webkit-animation: underline 6s linear 1s infinite;
                    animation: underline 6s linear 1s infinite;
            background-image: url("../images/index/underline.png");
            background-repeat: no-repeat; }
      section.top-main .section-inner .text p:nth-child(1) {
        font-family: 'almoni-light';
        font-weight: 300;
        font-size: 70px;
        margin-top: 10px; }
    section.top-main .section-inner .buttons {
      margin-top: 95px;
      display: flex;
      justify-content: center; }
      section.top-main .section-inner .buttons .button {
        margin: 0 10px; }
  @media only screen and (max-width: 1370px) {
    section.top-main {
      height: 600px; }
      section.top-main .slider .owl-dots {
        bottom: 90px; } }
  @media only screen and (max-width: 950px) {
    section.top-main {
      height: 270px; }
      section.top-main .slider .owl-dots {
        bottom: 0px; }
      section.top-main .section-inner {
        max-width: 100%;
        padding: 20px;
        top: 0px;
        transform: translate(-50%, 0); }
        section.top-main .section-inner .text p:nth-child(2) {
          font-size: 45px;
          line-height: 40px; }
          section.top-main .section-inner .text p:nth-child(2) strong:after {
            background-size: 130px auto;
            left: -10px; }
        section.top-main .section-inner .text p:nth-child(1) {
          font-size: 30px; }
        section.top-main .section-inner .buttons {
          margin-top: 35px; }
          section.top-main .section-inner .buttons .button {
            min-width: 150px; } }

/* --------------------- /Section top-main ---------------------- */
@-webkit-keyframes underline {
  0% {
    width: 0px;
    opacity: 0; }
  20% {
    width: 290px;
    opacity: 1; }
  80% {
    width: 290px;
    opacity: 1; }
  90% {
    width: 290px;
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes underline {
  0% {
    width: 0px;
    opacity: 0; }
  20% {
    width: 290px;
    opacity: 1; }
  80% {
    width: 290px;
    opacity: 1; }
  90% {
    width: 290px;
    opacity: 0; }
  100% {
    opacity: 0; } }

/* ---------------------- Section services ---------------------- */
section.services {
  padding: 0;
  position: relative;
  margin-top: -90px;
  overflow: visible;
  z-index: 2; }
  section.services.inner {
    margin-top: 0;
    margin-bottom: -90px; }
  section.services .section-inner {
    overflow: visible; }
  section.services .container {
    border-bottom: 10px solid #81D3E4;
    background: #fff;
    -webkit-filter: drop-shadow(0px 10px 20px rgba(10, 17, 27, 0.3));
            filter: drop-shadow(0px 10px 20px rgba(10, 17, 27, 0.3));
    padding: 45px; }
  section.services .boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px; }
    section.services .boxes .title {
      font-family: 'almoni-black';
      font-weight: 900;
      font-size: 48px;
      line-height: 40px;
      color: #233B4F;
      margin: 0 15px; }
    section.services .boxes .box {
      text-align: center;
      margin: 0 15px;
      cursor: pointer; }
      section.services .boxes .box .icon {
        height: 50px;
        transition: 0.5s;
        position: relative;
        bottom: 0; }
        section.services .boxes .box .icon img {
          max-height: 100%; }
      section.services .boxes .box .text {
        font-family: 'almoni-bold';
        font-weight: 700;
        font-size: 17px;
        color: #233B4F;
        margin-top: 15px;
        transition: 0.5s; }
      section.services .boxes .box:hover .text {
        color: #FFAA00; }
      section.services .boxes .box:hover .icon {
        bottom: 10px; }
  @media only screen and (max-width: 950px) {
    section.services {
      margin-top: 20px; }
      section.services .container {
        padding: 10px 20px; }
      section.services .boxes {
        flex-wrap: wrap;
        justify-content: center; }
        section.services .boxes .title {
          display: none; }
        section.services .boxes .box {
          width: 33.333%;
          margin: 0;
          padding: 10px; }
          section.services .boxes .box .icon {
            height: 30px; }
          section.services .boxes .box .text {
            font-size: 15px;
            margin-top: 8px; } }

/* --------------------- /Section services ---------------------- */
/* ---------------------- Section about ---------------------- */
section.about {
  position: relative;
  overflow: visible; }
  section.about .hands {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    -webkit-filter: drop-shadow(0px 10px 20px rgba(10, 17, 27, 0.3));
            filter: drop-shadow(0px 10px 20px rgba(10, 17, 27, 0.3));
    width: 28%;
    text-align: left; }
    section.about .hands img {
      transform: translateY(50%);
      max-width: 100%; }
  section.about .parts {
    display: flex;
    margin: 0 -35px; }
    section.about .parts .part {
      width: 50%;
      padding: 0 35px; }
  section.about .about .main-title {
    font-family: 'almoni-black';
    font-weight: 900;
    font-size: 48px;
    color: #233B4F; }
  section.about .about .content {
    font-family: 'almoni-regular';
    font-weight: 400;
    font-size: 19px;
    color: #000; }
    section.about .about .content p {
      margin-top: 20px; }
    section.about .about .content strong {
      font-family: 'almoni-bold';
      font-weight: 700;
      font-size: 22px; }
  section.about .about .btn {
    margin-top: 55px; }
  section.about .video {
    position: relative; }
    section.about .video img {
      width: 100%; }
  section.about .testimonials {
    background: url("../images/index/bg-testimonials.jpg") no-repeat;
    background-size: 100% 100%;
    padding: 70px;
    color: #fff;
    position: relative; }
    section.about .testimonials .quotes {
      position: absolute;
      right: 35px;
      top: 35px; }
    section.about .testimonials .slider {
      position: relative;
      margin-top: 25px;
      padding-bottom: 60px; }
      section.about .testimonials .slider .item {
        text-align: center; }
        section.about .testimonials .slider .item .title {
          font-family: 'almoni-bold';
          font-weight: 700;
          font-size: 24px;
          color: #fff; }
        section.about .testimonials .slider .item .content {
          font-family: 'almoni-regular';
          font-weight: 400;
          font-size: 18px;
          color: #C9DBE7; }
          section.about .testimonials .slider .item .content p {
            margin-top: 20px; }
        section.about .testimonials .slider .item .name {
          font-family: 'almoni-bold';
          font-weight: 700;
          font-size: 22px;
          color: #fff;
          margin-top: 35px;
          padding-top: 20px;
          position: relative; }
          section.about .testimonials .slider .item .name:before {
            content: "";
            position: absolute;
            display: block;
            width: 85px;
            height: 2px;
            background: #81D3E4;
            top: 0;
            left: 50%;
            transform: translateX(-50%); }
  @media only screen and (max-width: 950px) {
    section.about .parts {
      flex-wrap: wrap; }
      section.about .parts .part {
        width: 100%; }
        section.about .parts .part:nth-child(2) {
          margin-top: 35px; }
    section.about .about .main-title {
      font-size: 40px; }
    section.about .about .content {
      font-size: 16px; }
      section.about .about .content p {
        margin-top: 15px; }
      section.about .about .content strong {
        font-size: 18px; }
    section.about .about .btn {
      margin-top: 35px; }
    section.about .testimonials {
      padding: 35px 25px; }
      section.about .testimonials .quotes {
        right: 15px;
        top: 15px; }
        section.about .testimonials .quotes img {
          width: 25px; }
      section.about .testimonials .slider {
        margin-top: 5px;
        padding-bottom: 30px; } }

/* --------------------- /Section about ---------------------- */
/* ---------------------- Section services-more ---------------------- */
section.services-more {
  background-color: #edf0f5;
  background-image: url("../images/index/bg-vi.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
  margin: 0 60px;
  width: auto; }
  section.services-more.inner {
    margin: 0;
    background: #fff;
    padding: 50px 0; }
    section.services-more.inner .boxes {
      margin-top: 0; }
      section.services-more.inner .boxes .box .inner {
        background: #F4F5F8; }
      section.services-more.inner .boxes .box .part-content {
        background: #F4F5F8; }
  section.services-more .boxes {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    font-size: 0;
    margin: 0 -20px;
    margin-top: 25px; }
    section.services-more .boxes .box {
      width: 33.333%;
      margin: 0;
      padding: 20px;
      display: block;
      position: relative;
      overflow: hidden; }
      section.services-more .boxes .box .inner {
        overflow: hidden;
        position: relative;
        height: 100%;
        background: #fff; }
      section.services-more .boxes .box .part-top {
        color: #fff;
        background: url("../images/index/bg-service.jpg") no-repeat;
        background-size: 100% 100%;
        padding: 30px;
        height: 150px;
        display: block; }
        section.services-more .boxes .box .part-top .icon {
          height: 50px; }
          section.services-more .boxes .box .part-top .icon img {
            max-height: 100%;
            -webkit-filter: brightness(0) invert(1);
                    filter: brightness(0) invert(1); }
        section.services-more .boxes .box .part-top .text {
          font-family: 'almoni-black';
          font-weight: 900;
          font-size: 30px;
          line-height: 22px;
          margin-top: 15px;
          cursor: pointer;
          transition: 0.5s; }
          section.services-more .boxes .box .part-top .text:hover {
            color: #FFAA00; }
      section.services-more .boxes .box .part-content {
        background: #fff;
        color: #363636;
        padding: 30px;
        padding-bottom: 60px;
        overflow: auto; }
        section.services-more .boxes .box .part-content .items .item {
          display: block;
          font-family: 'almoni-regular';
          font-weight: 400;
          font-size: 17px;
          padding: 15px 0;
          border-bottom: 1px solid #CECECE;
          transition: 0.5s; }
          section.services-more .boxes .box .part-content .items .item:hover {
            color: #FFAA00; }
        section.services-more .boxes .box .part-content .btn-all {
          font-family: 'almoni-bold';
          font-weight: 700;
          font-size: 17px;
          color: #363636;
          margin-top: 30px;
          float: left;
          cursor: pointer;
          position: absolute;
          bottom: 20px;
          left: 30px; }
          section.services-more .boxes .box .part-content .btn-all i, section.services-more .boxes .box .part-content .btn-all span {
            transition: 0.5s; }
          section.services-more .boxes .box .part-content .btn-all i {
            margin-right: 3px;
            position: relative;
            left: 0; }
          section.services-more .boxes .box .part-content .btn-all:hover {
            color: #FFAA00; }
            section.services-more .boxes .box .part-content .btn-all:hover i {
              left: -3px; }
  @media only screen and (max-width: 1370px) {
    section.services-more {
      margin: 0 25px; }
      section.services-more.inner {
        padding: 35px 0; } }
  @media only screen and (max-width: 1200px) {
    section.services-more {
      margin: 0 0px; }
      section.services-more.inner {
        padding: 25px 0; }
      section.services-more .boxes {
        margin: 0 -15px;
        margin-top: 25px; }
        section.services-more .boxes .box {
          padding: 15px; }
          section.services-more .boxes .box .part-top {
            padding: 20px;
            height: 135px; }
            section.services-more .boxes .box .part-top .text {
              font-size: 25px;
              line-height: 20px; }
          section.services-more .boxes .box .part-content {
            padding: 20px;
            padding-bottom: 60px; }
            section.services-more .boxes .box .part-content .items .item {
              font-size: 16px;
              padding: 13  px 0; }
            section.services-more .boxes .box .part-content .btn-all {
              left: 20px; } }
  @media only screen and (max-width: 950px) {
    section.services-more .boxes {
      margin: 0 -7px;
      margin-top: 25px; }
      section.services-more .boxes .box {
        width: 50%;
        padding: 7px; }
        section.services-more .boxes .box .part-top {
          padding: 10px;
          height: 115px; }
          section.services-more .boxes .box .part-top .text {
            font-size: 22px;
            line-height: 20px;
            margin-top: 10px; }
          section.services-more .boxes .box .part-top .icon {
            height: 45px; }
        section.services-more .boxes .box .part-content {
          padding: 10px;
          padding-bottom: 40px; }
          section.services-more .boxes .box .part-content .items .item {
            padding: 10px 0; }
          section.services-more .boxes .box .part-content .btn-all {
            font-size: 15px;
            bottom: 10px;
            left: 10px; } }

/* --------------------- /Section services-more ---------------------- */
/* ---------------------- Section info ---------------------- */
section.info.inner {
  padding-top: 0; }

section.info .boxes {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  font-size: 0;
  margin: 0 -30px;
  margin-top: 5px; }
  section.info .boxes .box {
    width: 33.333%;
    margin: 0;
    padding: 30px 30px;
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    section.info .boxes .box .inner {
      overflow: hidden;
      position: relative;
      height: 100%;
      padding-bottom: 20px;
      border-bottom: 3px solid #81D3E4; }
    section.info .boxes .box .image {
      position: relative;
      padding-bottom: 97%;
      overflow: hidden;
      width: 100%;
      display: none; }
      section.info .boxes .box .image img {
        position: absolute;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
        transition: 0.5s; }
    section.info .boxes .box .info {
      color: #2C3136;
      margin-top: 10px;
      transition: 0.5s;
      position: relative; }
      section.info .boxes .box .info .title {
        font-family: 'almoni-bold';
        font-weight: 700;
        font-size: 28px;
        line-height: 24px; }
      section.info .boxes .box .info .description {
        font-family: 'almoni-regular';
        font-weight: 400;
        font-size: 17px;
        margin-top: 10px; }
    section.info .boxes .box .btn-all {
      font-family: 'almoni-bold';
      font-weight: 700;
      font-size: 17px;
      color: #363636;
      margin-top: 10px;
      float: left;
      cursor: pointer;
      margin-left: 3px; }
      section.info .boxes .box .btn-all i, section.info .boxes .box .btn-all span {
        transition: 0.5s; }
      section.info .boxes .box .btn-all i {
        margin-right: 3px;
        position: relative;
        left: 0; }
    section.info .boxes .box:hover .btn-all {
      color: #FFAA00; }
      section.info .boxes .box:hover .btn-all i {
        left: -3px; }
    section.info .boxes .box:hover .image img {
      transform: translateX(-50%) scale(1.1); }

@media only screen and (max-width: 1200px) {
  section.info .boxes {
    margin: 0 -15px;
    margin-top: 35px; }
    section.info .boxes .box {
      padding: 15px 15px; }
      section.info .boxes .box .info .title {
        font-size: 22px;
        line-height: 22px; }
      section.info .boxes .box .info .description {
        font-size: 16px;
        margin-top: 10px; } }

@media only screen and (max-width: 950px) {
  section.info .boxes {
    margin: 0 -8px;
    margin-top: 20px; }
    section.info .boxes .box {
      padding: 13px 8px;
      width: 50%; }
      section.info .boxes .box .info {
        margin-top: 5px; }
        section.info .boxes .box .info .title {
          font-size: 20px;
          line-height: 18px; }
        section.info .boxes .box .info .description {
          font-size: 16px;
          margin-top: 10px; } }

/* --------------------- /Section info ---------------------- */
/* ---------------------- Section logos ---------------------- */
section.logos {
  padding-bottom: 0;
  padding: 50px 0; }
  section.logos.inner {
    padding-top: 0; }
  section.logos .items {
    display: flex;
    justify-content: space-between; }
    section.logos .items .item {
      padding: 20px 20px;
      display: flex;
      align-items: center;
      text-align: center;
      transition: 0.5s;
      opacity: 0.75; }
      section.logos .items .item img {
        max-height: 75px;
        max-width: 100%;
        margin: auto; }
      section.logos .items .item:hover {
        opacity: 1; }
  @media only screen and (max-width: 950px) {
    section.logos {
      padding: 35px 0;
      padding-top: 10px; }
      section.logos .items {
        justify-content: center;
        flex-wrap: wrap; }
        section.logos .items .item {
          width: 33.333%; } }

/* --------------------- /Section logos ---------------------- */
/* ---------------------- footer ---------------------- */
.wpcf7 {
  max-width: 660px;
  margin: auto;
  text-align: center; }
  .wpcf7 form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -20px; }
  .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl; }
  .wpcf7 input, .wpcf7 select, .wpcf7 textarea {
    font-family: 'almoni-regular';
    font-weight: 400;
    font-size: 18px;
    border: none;
    color: #363636;
    border-bottom: 2px solid #D8D8D8;
    background: none;
    outline: none;
    padding: 15px 0;
    width: 100%;
    direction: rtl; }
    .wpcf7 input::-webkit-input-placeholder, .wpcf7 select::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #363636; }
    .wpcf7 input:-moz-placeholder, .wpcf7 select:-moz-placeholder, .wpcf7 textarea:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #363636; }
    .wpcf7 input::-moz-placeholder, .wpcf7 select::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #363636; }
    .wpcf7 input:-ms-input-placeholder, .wpcf7 select:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #363636; }
    .wpcf7 input:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
      color: #F5A12D; }
      .wpcf7 input:focus::-webkit-input-placeholder, .wpcf7 select:focus::-webkit-input-placeholder, .wpcf7 textarea:focus::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #F5A12D; }
      .wpcf7 input:focus:-moz-placeholder, .wpcf7 select:focus:-moz-placeholder, .wpcf7 textarea:focus:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #F5A12D; }
      .wpcf7 input:focus::-moz-placeholder, .wpcf7 select:focus::-moz-placeholder, .wpcf7 textarea:focus::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #F5A12D; }
      .wpcf7 input:focus:-ms-input-placeholder, .wpcf7 select:focus:-ms-input-placeholder, .wpcf7 textarea:focus:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #F5A12D; }
  .wpcf7 textarea {
    border: 2px solid #D8D8D8;
    width: 100%;
    padding: 5px;
    height: 70px; }
  .wpcf7 .wpcf7-form-control-wrap {
    display: block;
    position: relative;
    margin-top: 20px;
    width: 50%;
    padding: 0 20px; }
    .wpcf7 .wpcf7-form-control-wrap.textarea-384 {
      width: 100%; }
    .wpcf7 .wpcf7-form-control-wrap.acceptance-986 {
      width: 100%;
      text-align: right;
      font-size: 16px; }
      .wpcf7 .wpcf7-form-control-wrap.acceptance-986 input {
        width: auto;
        margin-left: 10px; }
  .wpcf7 input[type="submit"] {
    font-family: 'almoni-bold';
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    background-color: #FFAA00;
    border-radius: 200px;
    padding: 15px 35px;
    border: 4px solid #fff;
    text-align: center;
    transition: 0.5s;
    margin-top: 55px;
    display: inline-block;
    cursor: pointer;
    width: 50%;
    max-width: 250px; }
    .wpcf7 input[type="submit"]:hover {
      color: #363636; }
  .wpcf7 span[role="alert"] {
    font-family: 'almoni-regular';
    font-weight: 400;
    font-size: 14px;
    color: #F5A12D;
    position: absolute;
    left: 0;
    bottom: -20px; }
  .wpcf7 .wpcf7-response-output {
    font-family: 'almoni-regular';
    font-weight: 400;
    font-size: 14px;
    color: #FFAA00;
    position: absolute;
    bottom: 5px;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important; }
  .wpcf7 .ajax-loader {
    display: none; }
  @media only screen and (max-width: 950px) {
    .wpcf7 .wpcf7-form-control-wrap {
      width: 100%; }
    .wpcf7 input[type="submit"], .wpcf7 .newsletter-cb {
      width: 100%;
      margin-top: 25px; } }

footer {
  margin-top: 100px; }
  footer .part-top {
    padding-bottom: 100px;
    background: #21a2de;
    background-image: url("../images/index/bg-footer-h.jpg");
    background-size: 100% auto;
    background-attachment: fixed;
    text-align: center; }
    footer .part-top .cont-form {
      max-width: 945px;
      margin: auto;
      margin-top: 50px;
      position: relative; }
      footer .part-top .cont-form .inner {
        padding: 40px;
        background: #fff;
        border-top: 10px solid #81D3E4;
        box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.2);
        position: relative;
        z-index: 2;
        top: -100px; }
      footer .part-top .cont-form .title {
        font-family: 'almoni-black';
        font-weight: 900;
        font-size: 48px;
        color: #233B4F;
        text-align: center; }
      footer .part-top .cont-form .subtitle {
        font-family: 'almoni-regular';
        font-weight: 400;
        font-size: 17px;
        color: #2C3136;
        text-align: center; }
      footer .part-top .cont-form .wpcf7 {
        margin-top: 35px; }
    footer .part-top .cols {
      display: flex;
      justify-content: space-between;
      color: white;
      font-size: 17px;
      text-align: right;
      padding-bottom: 50px;
      width: 100%;
      margin: auto;
      margin-top: 10px; }
      footer .part-top .cols .col {
        margin: 0 10px;
        color: #fff;
        max-width: 485px; }
        footer .part-top .cols .col .title {
          font-family: 'almoni-bold';
          font-weight: 700;
          font-size: 22px; }
        footer .part-top .cols .col .content {
          font-family: 'almoni-regular';
          font-weight: 400;
          font-size: 17px;
          margin-top: 20px; }
          footer .part-top .cols .col .content a {
            color: #fff;
            transition: 0.5s; }
            footer .part-top .cols .col .content a:hover {
              color: #F5A12D; }
          footer .part-top .cols .col .content p, footer .part-top .cols .col .content li {
            margin-top: 10px; }
  footer .social-cont {
    background: #fff;
    padding: 25px;
    display: inline-block;
    margin: auto;
    margin-top: 25px; }
    footer .social-cont .container {
      display: flex;
      align-items: center; }
    footer .social-cont .title {
      font-family: 'almoni-black';
      font-weight: 900;
      font-size: 48px;
      color: #233B4F;
      margin: 0 20px; }
    footer .social-cont a {
      margin: 0 20px;
      font-family: 'almoni-regular';
      font-weight: 400;
      font-size: 20px;
      color: #233B4F;
      transition: 0.5s; }
      footer .social-cont a i, footer .social-cont a span {
        display: inline-block;
        vertical-align: middle; }
      footer .social-cont a i {
        color: #81D3E4;
        font-size: 35px; }
      footer .social-cont a:hover {
        color: #F5A12D; }
  footer .part-bottom {
    background: #2C2C2C;
    padding: 10px 35px;
    color: #C4C4C4;
    font-family: 'almoni-regular';
    font-weight: 400;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  @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: 45px; }
      footer .part-top .cols {
        margin-top: -0px; }
    footer .part-menu .menu-cont {
      display: none; } }
  @media only screen and (max-width: 950px) {
    footer .part-top {
      padding-bottom: 35px; }
      footer .part-top .cont-form .wpcf7 {
        margin-top: 10px; }
      footer .part-top .cont-form .inner {
        padding: 30px; }
      footer .part-top .cont-form .title {
        font-size: 40px;
        line-height: 45px; }
      footer .part-top .cont-form .call {
        font-size: 30px;
        margin-top: 10px; }
      footer .part-top .cols {
        margin-top: -80px;
        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), footer .part-top .cols .col:nth-child(3) {
            display: none; }
    footer .social-cont {
      padding: 10px;
      margin-top: 35px; }
      footer .social-cont .title {
        display: none; } }
  @media only screen and (max-width: 700px) {
    footer .part-menu, footer .part-bottom {
      flex-direction: column;
      align-items: center;
      padding: 10px; }
      footer .part-menu div, footer .part-menu p, footer .part-bottom div, footer .part-bottom p {
        margin: 10px 0; } }

/* --------------------- /footer ---------------------- */
.floating-form {
  position: fixed;
  right: 10px;
  border-bottom: 10px solid #81D3E4;
  background: #fff;
  -webkit-filter: drop-shadow(0px 10px 20px rgba(10, 17, 27, 0.3));
          filter: drop-shadow(0px 10px 20px rgba(10, 17, 27, 0.3));
  z-index: 99;
  padding: 20px;
  width: 320px;
  bottom: -800px;
  transition: 0.5s; }
  .floating-form.shown {
    bottom: 10px; }
  .floating-form .title {
    font-family: 'almoni-black';
    font-weight: 900;
    font-size: 35px;
    color: #233B4F;
    text-align: center; }
  .floating-form .wpcf7 .wpcf7-form-control-wrap {
    width: 100%; }
  @media only screen and (max-width: 950px) {
    .floating-form {
      padding-bottom: 10px; }
      .floating-form .wpcf7 input[type="submit"] {
        margin-top: 10px; }
      .floating-form .wpcf7 .wpcf7-form-control-wrap.acceptance-986 {
        font-size: 14px;
        margin-top: 10px; }
      .floating-form .wpcf7 .wpcf7-form-control-wrap {
        margin-top: 10px; } }

.floating-form-button {
  font-size: 0;
  position: fixed;
  right: 10px;
  bottom: -150px;
  -webkit-filter: drop-shadow(0px 10px 20px rgba(10, 17, 27, 0.3));
          filter: drop-shadow(0px 10px 20px rgba(10, 17, 27, 0.3));
  z-index: 99;
  transition: 0.5s;
  cursor: pointer; }
  .floating-form-button.shown {
    bottom: 10px; }
  @media only screen and (max-width: 950px) {
    .floating-form-button {
      right: 5px; }
      .floating-form-button.shown {
        bottom: 5px; }
      .floating-form-button img {
        width: 70px; } }

/* ---------------------- Section contact-form ---------------------- */
section.contact-form {
  padding: 35px 0; }
  section.contact-form .cont-form {
    margin: auto;
    margin-top: 50px;
    position: relative; }
    section.contact-form .cont-form .inner {
      padding: 40px;
      background: #fff;
      background: linear-gradient(#3b7ba6 0%, #386896 100%);
      box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.2);
      position: relative;
      z-index: 2; }
    section.contact-form .cont-form .title {
      font-family: 'almoni-black';
      font-weight: 900;
      font-size: 48px;
      line-height: 1;
      color: #fff;
      text-align: center; }
    section.contact-form .cont-form .subtitle {
      font-family: 'almoni-regular';
      font-weight: 400;
      font-size: 17px;
      color: #fff;
      text-align: center;
      margin-top: 10px; }
    section.contact-form .cont-form .wpcf7 {
      margin-top: 35px;
      max-width: 100%; }
      section.contact-form .cont-form .wpcf7 form {
        flex-wrap: nowrap;
        align-items: center; }
      section.contact-form .cont-form .wpcf7 input {
        color: #fff; }
        section.contact-form .cont-form .wpcf7 input::-webkit-input-placeholder {
          /* WebKit browsers */
          color: #fff; }
        section.contact-form .cont-form .wpcf7 input:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #fff; }
        section.contact-form .cont-form .wpcf7 input::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #fff; }
        section.contact-form .cont-form .wpcf7 input:-ms-input-placeholder {
          /* Internet Explorer 10+ */
          color: #fff; }
      section.contact-form .cont-form .wpcf7 input[type="submit"] {
        margin-top: 0; }
      section.contact-form .cont-form .wpcf7 span.wpcf7-not-valid-tip {
        position: absolute; }
  @media only screen and (max-width: 950px) {
    section.contact-form {
      padding: 15px 0; }
      section.contact-form .cont-form .inner {
        padding: 35px 20px; }
      section.contact-form .cont-form .title {
        font-size: 35px; }
      section.contact-form .cont-form .wpcf7 {
        margin-top: 0px; }
        section.contact-form .cont-form .wpcf7 form {
          flex-wrap: wrap; }
        section.contact-form .cont-form .wpcf7 input[type="submit"] {
          margin-top: 35px; } }

/* --------------------- /Section contact-form ---------------------- */
/* ---------------------- Section top-inner ---------------------- */
section.top-inner {
  background-color: #edf1f4;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 80px;
  position: relative;
  background-image: url("../images/inner/bg-top-inner.jpg");
  background-position: bottom center;
  background-repeat: no-repeat; }
  section.top-inner .title {
    font-family: 'almoni-regular';
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    color: #233B4F;
    margin: 0;
    text-align: right;
    display: inline-block; }
  section.top-inner .breadcrumbs {
    text-align: right;
    margin-top: 30px;
    display: inline-block;
    float: left; }
  section.top-inner .line {
    font-family: 'almoni-bold';
    font-weight: 700;
    font-size: 17px;
    color: #233B4F; }
    section.top-inner .line a {
      font-family: 'almoni-regular';
      font-weight: 400;
      font-size: 17px;
      color: #233B4F;
      margin: 0 5px; }
    section.top-inner .line .breadcrumb_last {
      font-family: 'almoni-bold';
      font-weight: 700;
      font-size: 17px;
      color: #233B4F;
      margin: 0 5px; }
  @media only screen and (max-width: 1370px) {
    section.top-inner {
      padding-top: 40px;
      padding-bottom: 40px; }
      section.top-inner .title {
        font-size: 40px; } }
  @media only screen and (max-width: 1200px) {
    section.top-inner {
      margin-top: 60px; } }
  @media only screen and (max-width: 950px) {
    section.top-inner {
      padding-bottom: 30px;
      padding-top: 30px;
      margin-top: 0; }
      section.top-inner .title {
        font-size: 40px;
        line-height: 30px; }
      section.top-inner .breadcrumbs {
        float: none;
        display: block;
        margin-top: 15px; } }

/* --------------------- /Section top-inner ---------------------- */
/* ---------------------- Section top-inner-category ---------------------- */
section.top-inner-category {
  padding-top: 50px;
  padding-bottom: 30px;
  margin-top: 80px;
  position: relative;
  background-position: bottom center;
  background-repeat: no-repeat;
  color: #fff; }
  section.top-inner-category .title {
    display: flex;
    align-items: center; }
    section.top-inner-category .title .icon {
      margin-left: 15px; }
      section.top-inner-category .title .icon img {
        height: 40px;
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1); }
    section.top-inner-category .title .text {
      font-family: 'almoni-black';
      font-weight: 900;
      font-size: 48px;
      line-height: 1; }
      section.top-inner-category .title .text span, section.top-inner-category .title .text strong {
        color: #FFAA00; }
  section.top-inner-category .content {
    max-width: 790px;
    font-family: 'almoni-bold';
    font-weight: 700;
    font-size: 19px;
    line-height: 22px; }
    section.top-inner-category .content p {
      margin-top: 10px; }
  section.top-inner-category .breadcrumbs {
    text-align: right;
    margin-top: 40px;
    display: inline-block; }
  section.top-inner-category .line {
    font-family: 'almoni-bold';
    font-weight: 700;
    font-size: 17px; }
    section.top-inner-category .line a {
      font-family: 'almoni-regular';
      font-weight: 400;
      font-size: 17px;
      margin: 0 5px; }
    section.top-inner-category .line .breadcrumb_last {
      font-family: 'almoni-bold';
      font-weight: 700;
      font-size: 17px;
      margin: 0 5px; }
  @media only screen and (max-width: 1370px) {
    section.top-inner-category {
      padding-top: 40px; } }
  @media only screen and (max-width: 1200px) {
    section.top-inner-category {
      margin-top: 60px; } }
  @media only screen and (max-width: 950px) {
    section.top-inner-category {
      padding-bottom: 20px;
      padding-top: 15px;
      margin-top: 0;
      background-size: auto 100%; }
      section.top-inner-category .title .icon {
        margin-left: 10px; }
        section.top-inner-category .title .icon img {
          height: 25px; }
      section.top-inner-category .title .text {
        font-size: 35px; }
      section.top-inner-category .content {
        font-size: 16px; }
      section.top-inner-category .breadcrumbs {
        float: none;
        display: block;
        margin-top: 25px; } }

/* --------------------- /Section top-inner-category ---------------------- */
/* ---------------------- Section testimonials ---------------------- */
section.testimonials {
  background: url("../images/index/bg-testimonials.jpg") no-repeat;
  background-size: 100% 100%;
  color: #fff;
  position: relative;
  padding-top: 170px; }
  section.testimonials .section-title {
    color: #fff; }
  section.testimonials .slider {
    position: relative;
    margin-top: 55px;
    padding-bottom: 60px; }
    section.testimonials .slider .item {
      text-align: center; }
      section.testimonials .slider .item .quotes {
        text-align: center;
        margin-bottom: 10px; }
        section.testimonials .slider .item .quotes img {
          width: auto;
          margin: auto; }
      section.testimonials .slider .item .title {
        font-family: 'almoni-bold';
        font-weight: 700;
        font-size: 24px;
        color: #fff; }
      section.testimonials .slider .item .content {
        font-family: 'almoni-regular';
        font-weight: 400;
        font-size: 18px;
        color: #C9DBE7; }
        section.testimonials .slider .item .content p {
          margin-top: 20px; }
      section.testimonials .slider .item .name {
        font-family: 'almoni-bold';
        font-weight: 700;
        font-size: 22px;
        color: #fff;
        margin-top: 35px;
        padding-top: 20px;
        position: relative; }
        section.testimonials .slider .item .name:before {
          content: "";
          position: absolute;
          display: block;
          width: 85px;
          height: 2px;
          background: #81D3E4;
          top: 0;
          left: 50%;
          transform: translateX(-50%); }
  @media only screen and (max-width: 950px) {
    section.testimonials {
      padding-top: 140px; }
      section.testimonials .slider {
        margin-top: 35px; } }

/* --------------------- /Section testimonials ---------------------- */
/* ---------------------- Section team ---------------------- */
section.team .boxes {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin: -15px;
  margin-top: 60px; }
  section.team .boxes .box {
    width: 50%;
    margin: 0;
    padding: 15px;
    display: block;
    position: relative;
    overflow: hidden; }
    section.team .boxes .box .inner {
      overflow: hidden;
      position: relative; }
    section.team .boxes .box .image {
      display: flex;
      justify-content: center; }
    section.team .boxes .box .info {
      text-align: center;
      position: absolute;
      bottom: 30px;
      left: 30px;
      right: 30px;
      background: #fff;
      padding: 15px; }
      section.team .boxes .box .info:before {
        content: "";
        position: absolute;
        display: block;
        bottom: 0;
        height: 9px;
        left: 0;
        right: 0;
        background-color: #FFAA00;
        transition: 0.5s; }
      section.team .boxes .box .info .name {
        font-family: 'almoni-black';
        font-weight: 900;
        font-size: 24px;
        color: #233B4F;
        transition: 0.5s;
        position: relative; }
      section.team .boxes .box .info .position {
        font-family: 'almoni-regular';
        font-weight: 400;
        font-size: 17px;
        color: #79848C;
        transition: 0.5s;
        position: relative; }
    section.team .boxes .box:hover .info:before {
      height: 100%; }
    section.team .boxes .box:hover .info .name, section.team .boxes .box:hover .info .position {
      color: #fff; }

@media only screen and (max-width: 950px) {
  section.team .boxes {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 35px; }
    section.team .boxes .box {
      width: 100%;
      max-width: 450px; }
      section.team .boxes .box .image img {
        height: 300px; } }

/* --------------------- /Section team ---------------------- */
/* ---------------------- Section content-bottom ---------------------- */
section.content-bottom {
  padding: 120px 0; }
  section.content-bottom .parts {
    display: flex;
    margin: 0 -40px; }
    section.content-bottom .parts .part {
      width: 50%;
      padding: 0 40px; }
    section.content-bottom .parts .title {
      font-family: 'almoni-bold';
      font-weight: 700;
      font-size: 22px;
      color: #000; }
    section.content-bottom .parts .content {
      font-family: 'almoni-regular';
      font-weight: 400;
      font-size: 19px;
      color: #000; }
      section.content-bottom .parts .content p {
        margin-top: 20px; }
  @media only screen and (max-width: 1200px) {
    section.content-bottom {
      padding: 80px 0; } }
  @media only screen and (max-width: 950px) {
    section.content-bottom {
      padding: 50px 0; }
      section.content-bottom .parts {
        flex-wrap: wrap; }
        section.content-bottom .parts .part {
          width: 100%; }
          section.content-bottom .parts .part:nth-child(2) {
            margin-top: 35px; }
        section.content-bottom .parts .title {
          font-size: 20px; }
        section.content-bottom .parts .content {
          font-size: 16px; }
          section.content-bottom .parts .content p {
            margin-top: 15px; } }

/* --------------------- /Section content-bottom ---------------------- */
/* ---------------------- Section post ---------------------- */
section.post {
  padding: 90px 0; }
  section.post .img-main {
    width: 50%;
    float: left;
    overflow: hidden;
    margin-right: 40px;
    margin-bottom: 40px;
    position: relative; }
    section.post .img-main img {
      width: 100%; }
  section.post .content {
    font-family: 'almoni-regular';
    font-weight: 400;
    font-size: 19px;
    color: #000; }
    section.post .content .img-main {
      display: none;
      position: relative; }
    section.post .content .title {
      font-family: 'almoni-black';
      font-weight: 900;
      font-size: 48px;
      line-height: 40px;
      color: #233B4F; }
    section.post .content p, section.post .content ul, section.post .content li {
      margin-top: 15px; }
      section.post .content p:first-child, section.post .content ul:first-child, section.post .content li:first-child {
        margin-top: 0; }
    section.post .content h1, section.post .content h2, section.post .content h3, section.post .content h4, section.post .content h5 {
      margin-top: 25px; }
      section.post .content h1:first-child, section.post .content h2:first-child, section.post .content h3:first-child, section.post .content h4:first-child, section.post .content h5:first-child {
        margin-top: 0; }
    section.post .content ul {
      list-style: disc;
      padding-right: 30px; }
  @media only screen and (max-width: 1200px) {
    section.post {
      padding: 35px 0; }
      section.post .content .title {
        font-size: 50px;
        line-height: 40px; } }
  @media only screen and (max-width: 950px) {
    section.post {
      padding-top: 15px; }
      section.post .content {
        font-size: 16px; }
        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: 35px;
          line-height: 25px; }
        section.post .content p {
          margin-top: 15px; }
      section.post .img-main {
        display: none; } }

/* --------------------- /Section post ---------------------- */
/* ---------------------- Section contact ---------------------- */
section.contact .parts {
  display: flex;
  margin: 0 -35px; }
  section.contact .parts .part {
    padding: 0 35px; }
    section.contact .parts .part:nth-child(1) {
      width: 43%; }
    section.contact .parts .part:nth-child(2) {
      width: 57%; }

section.contact .title {
  font-family: 'almoni-black';
  font-weight: 900;
  font-size: 48px;
  color: #233B4F; }

section.contact .content {
  font-family: 'almoni-regular';
  font-weight: 400;
  font-size: 19px;
  color: #000; }
  section.contact .content p {
    margin-top: 20px; }

section.contact .contacts {
  display: flex;
  margin: 0 -20px;
  margin-top: 50px; }
  section.contact .contacts .col {
    flex-grow: 1;
    background-color: #F4F5F8;
    background-image: url("../images/inner/bg-col.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100% auto;
    margin: 0 20px;
    padding: 25px;
    text-align: center; }
    section.contact .contacts .col .title {
      font-family: 'almoni-black';
      font-weight: 900;
      font-size: 24px;
      color: #233B4F; }

section.contact .image {
  position: relative; }
  section.contact .image img {
    width: 100%; }

@media only screen and (max-width: 1200px) {
  section.contact .parts {
    margin: 0 -20px; }
    section.contact .parts .part {
      padding: 0 20px; }
      section.contact .parts .part:nth-child(1) {
        width: 50%; }
      section.contact .parts .part:nth-child(2) {
        width: 50%; } }

@media only screen and (max-width: 950px) {
  section.contact .parts {
    margin: 0 -20px;
    flex-wrap: wrap; }
    section.contact .parts .part {
      padding: 0 20px; }
      section.contact .parts .part:nth-child(1) {
        width: 100%; }
      section.contact .parts .part:nth-child(2) {
        width: 100%;
        margin-top: 25px; }
  section.contact .title {
    font-size: 40px; }
  section.contact .contacts {
    display: flex;
    margin: 0 -10px;
    margin-top: 30px; }
    section.contact .contacts .col {
      margin: 0 10px;
      padding: 10px; }
      section.contact .contacts .col .title {
        font-size: 22px; } }

/* --------------------- /Section contact ---------------------- */
/* ---------------------- Section services-category ---------------------- */
section.services-category {
  padding-bottom: 0; }
  section.services-category.bottom {
    padding-bottom: 100px;
    padding-top: 0; }
  section.services-category .boxes {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    margin: -10px; }
    section.services-category .boxes .box {
      width: 25%;
      margin: 0;
      padding: 10px;
      display: block;
      position: relative;
      overflow: hidden;
      text-align: center;
      cursor: pointer; }
      section.services-category .boxes .box .inner {
        overflow: hidden;
        position: relative;
        background-color: #3a72a1;
        height: 160px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px; }
      section.services-category .boxes .box .icon {
        position: absolute;
        left: -10px;
        bottom: -20px;
        opacity: 0.15;
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1); }
      section.services-category .boxes .box .title {
        font-family: 'almoni-bold';
        font-weight: 700;
        font-size: 24px;
        color: #fff;
        transition: 0.5s;
        position: relative;
        z-index: 2; }
      section.services-category .boxes .box:hover .title {
        color: #FFAA00; }
  @media only screen and (max-width: 950px) {
    section.services-category.bottom {
      padding-bottom: 35px; }
    section.services-category .boxes {
      margin: -10px; }
      section.services-category .boxes .box {
        width: 50%; }
        section.services-category .boxes .box .inner {
          height: 100px;
          background-size: 85px auto; }
        section.services-category .boxes .box .title {
          font-size: 18px; } }

/* --------------------- /Section services-category ---------------------- */
/* ---------------------- Section service-content ---------------------- */
section.service-content .content {
  font-family: 'almoni-regular';
  font-weight: 400;
  font-size: 19px;
  line-height: 22px;
  color: #000000; }
  section.service-content .content .img-main {
    width: 50%;
    float: left;
    overflow: hidden;
    margin-right: 40px;
    margin-bottom: 40px; }
    section.service-content .content .img-main img {
      width: 100%; }
  section.service-content .content .title, section.service-content .content h1, section.service-content .content h2, section.service-content .content h3, section.service-content .content h4, section.service-content .content h5 {
    font-family: 'almoni-black';
    font-weight: 900;
    font-size: 30px;
    margin-top: 20px;
    color: #233B4F; }
  section.service-content .content h1 {
    font-size: 35px; }
  section.service-content .content p, section.service-content .content ul, section.service-content .content li {
    margin-top: 15px; }
    section.service-content .content p:first-child, section.service-content .content ul:first-child, section.service-content .content li:first-child {
      margin-top: 0; }
  section.service-content .content h1, section.service-content .content h2, section.service-content .content h3, section.service-content .content h4, section.service-content .content h5 {
    margin-top: 20px; }
    section.service-content .content h1:first-child, section.service-content .content h2:first-child, section.service-content .content h3:first-child, section.service-content .content h4:first-child, section.service-content .content h5:first-child {
      margin-top: 0; }
  section.service-content .content ul {
    list-style: disc;
    padding-right: 30px; }

section.service-content .cont-form {
  background: url("../images/inner/bg-form.jpg") no-repeat;
  background-size: 100% 100%;
  padding: 40px 100px;
  margin-top: 55px; }
  section.service-content .cont-form .title {
    font-family: 'almoni-black';
    font-weight: 900;
    font-size: 48px;
    color: #fff;
    line-height: 1; }
  section.service-content .cont-form .wpcf7 {
    max-width: 100%;
    margin-top: 20px; }
    section.service-content .cont-form .wpcf7 form {
      flex-wrap: nowrap; }
      section.service-content .cont-form .wpcf7 form .wpcf7-form-control-wrap {
        width: auto;
        flex-grow: 1;
        margin-top: 0; }
        section.service-content .cont-form .wpcf7 form .wpcf7-form-control-wrap input {
          width: auto;
          color: #fff;
          border-color: #fff; }
          section.service-content .cont-form .wpcf7 form .wpcf7-form-control-wrap input::-webkit-input-placeholder {
            /* WebKit browsers */
            color: #fff; }
          section.service-content .cont-form .wpcf7 form .wpcf7-form-control-wrap input:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: #fff; }
          section.service-content .cont-form .wpcf7 form .wpcf7-form-control-wrap input::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: #fff; }
          section.service-content .cont-form .wpcf7 form .wpcf7-form-control-wrap input:-ms-input-placeholder {
            /* Internet Explorer 10+ */
            color: #fff; }
      section.service-content .cont-form .wpcf7 form input[type="submit"] {
        margin-top: 0;
        max-width: 200px;
        border: none; }
  @media only screen and (max-width: 950px) {
    section.service-content .cont-form {
      padding: 30px 30px; }
      section.service-content .cont-form .title {
        font-size: 25px; }
      section.service-content .cont-form .wpcf7 {
        margin-top: 0; }
        section.service-content .cont-form .wpcf7 form {
          flex-wrap: wrap; }
          section.service-content .cont-form .wpcf7 form .wpcf7-form-control-wrap {
            margin-top: 20px;
            width: 100%; }
            section.service-content .cont-form .wpcf7 form .wpcf7-form-control-wrap input {
              width: 100%; }
          section.service-content .cont-form .wpcf7 form input[type="submit"] {
            margin-top: 35px; } }

@media only screen and (max-width: 950px) {
  section.service-content .content {
    font-size: 16px;
    line-height: 20px; }
    section.service-content .content .img-main {
      float: none;
      width: 100%;
      margin-right: 0; }
    section.service-content .content .title, section.service-content .content h1, section.service-content .content h2, section.service-content .content h3, section.service-content .content h4, section.service-content .content h5 {
      font-size: 22px; }
    section.service-content .content h1 {
      font-size: 25px; }
    section.service-content .content p {
      margin-top: 10px; }
      section.service-content .content p:first-child {
        margin-top: 0; } }

/* --------------------- /Section service-content ---------------------- */
/* ---------------------- Section advantages ---------------------- */
section.advantages {
  padding-top: 20px; }
  section.advantages .boxes {
    display: flex;
    justify-content: center; }
    section.advantages .boxes .box {
      padding: 0 3%;
      text-align: center; }
      section.advantages .boxes .box .text {
        font-family: 'almoni-bold';
        font-weight: 700;
        font-size: 22px;
        color: #233B4F;
        margin-top: 20px; }
  @media only screen and (max-width: 950px) {
    section.advantages .boxes {
      flex-wrap: wrap; }
      section.advantages .boxes .box {
        width: 50%;
        margin-top: 25px; }
        section.advantages .boxes .box .text {
          font-size: 20px;
          margin-top: 10px; } }

/* --------------------- /Section advantages ---------------------- */
/* ---------------------- Section keva-top ---------------------- */
section.keva-top {
  padding-bottom: 0; }
  section.keva-top .parts {
    display: flex;
    margin: 0 -25px; }
    section.keva-top .parts .part {
      width: 50%;
      padding: 0 25px; }
  section.keva-top .image img {
    width: 100%; }
  section.keva-top .content {
    font-family: 'almoni-regular';
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;
    color: #000000; }
    section.keva-top .content .title, section.keva-top .content h1, section.keva-top .content h2, section.keva-top .content h3, section.keva-top .content h4, section.keva-top .content h5 {
      font-family: 'almoni-black';
      font-weight: 900;
      font-size: 30px;
      color: #233B4F; }
    section.keva-top .content p {
      margin-top: 20px; }
      section.keva-top .content p:first-child {
        margin-top: 0; }
    section.keva-top .content ul {
      margin-top: 35px; }
    section.keva-top .content li {
      font-family: 'almoni-bold';
      font-weight: 700;
      margin-top: 20px;
      padding-right: 35px;
      background: url("../images/inner/vi-li.png") no-repeat;
      background-position: right top; }
  section.keva-top .levels {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 75px; }
    section.keva-top .levels .box {
      position: relative;
      transition: 0.5s;
      cursor: pointer;
      text-align: center; }
      section.keva-top .levels .box .circle {
        position: relative;
        margin: auto; }
        section.keva-top .levels .box .circle:after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          height: 94px;
          width: 94px;
          border: 11px solid #D8D8D8;
          border-radius: 100px;
          z-index: 1; }
        section.keva-top .levels .box .circle canvas {
          position: relative;
          z-index: 2; }
        section.keva-top .levels .box .circle .circleChart_text {
          width: auto;
          font-family: 'almoni-bold';
          font-weight: 700;
          font-size: 22px;
          line-height: 22px;
          z-index: 2;
          text-align: center;
          position: absolute;
          top: 50% !important;
          left: 50%;
          color: #2C3136;
          transform: translateY(-50%) translateX(-50%); }
      section.keva-top .levels .box .desc {
        font-family: 'almoni-bold';
        font-weight: 700;
        font-size: 22px;
        color: #2C3136;
        margin-top: 20px; }
  @media only screen and (max-width: 950px) {
    section.keva-top .parts {
      flex-wrap: wrap;
      flex-direction: column-reverse; }
      section.keva-top .parts .part {
        width: 100%; }
        section.keva-top .parts .part:nth-child(1) {
          margin-top: 25px; }
    section.keva-top .levels {
      margin-top: 45px; }
      section.keva-top .levels .box .desc {
        font-size: 18px;
        padding: 0 20px; } }

/* --------------------- /Section keva-top ---------------------- */
/* ---------------------- Section table ---------------------- */
section.table {
  padding-top: 0; }
  section.table .title {
    font-family: 'almoni-black';
    font-weight: 900;
    font-size: 30px;
    color: #233B4F;
    margin-bottom: 15px; }
  section.table table {
    width: 100%;
    border-spacing: 0px;
    border: 5px solid #fff; }
    section.table table th {
      font-family: 'almoni-bold';
      font-weight: 700;
      font-size: 18px;
      color: #fff;
      background: #737357;
      text-align: center;
      padding: 15px;
      border: 5px solid #fff; }
      section.table table th:last-child {
        border-left: none; }
    section.table table td {
      padding: 15px;
      font-family: 'almoni-regular';
      font-weight: 400;
      font-size: 18px;
      background: #F4F5F8;
      color: #000;
      text-align: center;
      transition: 0.5s;
      border: 5px solid #fff; }
  @media only screen and (max-width: 950px) {
    section.table .title {
      font-size: 22px;
      margin-bottom: 0px; }
    section.table .wrapper-table {
      overflow-x: scroll; }
    section.table table {
      width: 750px; }
      section.table table thead tr th:first-child {
        width: 200px; } }

/* --------------------- /Section table ---------------------- */
/* ---------------------- Section milon ---------------------- */
section.milon .section-title, section.milon .section-subtitle {
  text-align: right; }

section.milon .parts {
  display: flex;
  margin: 0 -40px;
  margin-top: 35px; }
  section.milon .parts .part {
    width: 50%;
    padding: 0 40px; }

section.milon .item {
  margin-top: 35px; }
  section.milon .item .title, section.milon .item h1, section.milon .item h2, section.milon .item h3, section.milon .item h4, section.milon .item h5 {
    font-family: 'almoni-black';
    font-weight: 900;
    font-size: 30px;
    color: #233B4F; }
  section.milon .item .content {
    font-family: 'almoni-regular';
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;
    color: #000000;
    margin-top: 15px; }
    section.milon .item .content p {
      margin-top: 20px; }
      section.milon .item .content p:first-child {
        margin-top: 0; }

@media only screen and (max-width: 950px) {
  section.milon .parts {
    display: flex;
    flex-wrap: wrap; }
    section.milon .parts .part {
      width: 100%; }
  section.milon .item {
    margin-top: 35px; }
    section.milon .item .title, section.milon .item h1, section.milon .item h2, section.milon .item h3, section.milon .item h4, section.milon .item h5 {
      font-size: 22px; }
    section.milon .item .content {
      font-size: 16px;
      margin-top: 5px; }
      section.milon .item .content p {
        margin-top: 15px; }
        section.milon .item .content p:first-child {
          margin-top: 0; } }

/* --------------------- /Section milon ---------------------- */
/* ---------------------- Section content-top ---------------------- */
section.content-top {
  padding-top: 50px;
  padding-bottom: 0; }
  section.content-top .title {
    font-family: 'almoni-black';
    font-weight: 900;
    font-size: 48px;
    color: #233B4F; }
  section.content-top .content {
    font-family: 'almoni-bold';
    font-weight: 700;
    font-size: 24px;
    color: #000; }
    section.content-top .content p {
      margin-top: 15px; }
  @media only screen and (max-width: 1200px) {
    section.content-top {
      padding-top: 35px; }
      section.content-top .title {
        font-size: 35px; }
      section.content-top .content {
        font-size: 20px; } }
  @media only screen and (max-width: 950px) {
    section.content-top .title {
      font-size: 30px; }
    section.content-top .content {
      font-size: 18px; } }

/* --------------------- /Section content-top ---------------------- */
/* ---------------------- Section columns ---------------------- */
section.columns .content {
  font-family: 'almoni-regular';
  font-weight: 400;
  font-size: 19px;
  color: #000;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 65px;
       column-gap: 65px; }
  section.columns .content p, section.columns .content ul, section.columns .content li {
    margin-top: 15px; }
    section.columns .content p:first-child, section.columns .content ul:first-child, section.columns .content li:first-child {
      margin-top: 0; }
  section.columns .content h1, section.columns .content h2, section.columns .content h3, section.columns .content h4, section.columns .content h5, section.columns .content strong {
    display: block;
    font-family: 'almoni-black';
    font-weight: 900;
    font-size: 24px;
    color: #233B4F;
    margin-top: 25px; }
    section.columns .content h1:first-child, section.columns .content h2:first-child, section.columns .content h3:first-child, section.columns .content h4:first-child, section.columns .content h5:first-child, section.columns .content strong:first-child {
      margin-top: 0; }

@media only screen and (max-width: 950px) {
  section.columns .content {
    -moz-column-count: 1;
         column-count: 1; } }

/* --------------------- /Section columns ---------------------- */
.post-author {
  display: flex;
  align-items: center;
  margin-top: 55px;
  max-width: 800px; }
  .post-author.top {
    margin-top: 35px;
    padding: 5px;
    border-bottom: 1px solid #DDF1FA; }
    @media only screen and (max-width: 950px) {
      .post-author.top {
        margin-top: 15px; } }
  .post-author .image {
    height: 175px;
    width: 175px;
    margin-left: 20px;
    flex-shrink: 0;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    .post-author .image img {
      max-height: 100%; }
  .post-author .info .name {
    font-family: 'almoni-bold';
    font-weight: 700;
    font-size: 25px;
    color: #233B4F; }
  .post-author .info .about {
    font-family: 'almoni-regular';
    font-weight: 400;
    font-size: 22px;
    color: #233B4F;
    line-height: 1.2; }
  .post-author .info a {
    color: #233B4F;
    transition: 0.5s; }
    .post-author .info a:hover {
      color: #FFAA00; }
  @media only screen and (max-width: 950px) {
    .post-author .image {
      height: 100px;
      width: 100px; }
    .post-author .info .name {
      font-size: 20px; }
    .post-author .info .about {
      font-size: 18px; } }

/* ---------------------- Section top-team ---------------------- */
section.top-team {
  background-image: url("../images/index/bg-footer-h.jpg"); }
  section.top-team .video {
    position: relative;
    margin-top: 25px; }
    section.top-team .video img {
      width: 100%; }
  @media only screen and (max-width: 950px) {
    section.top-team .video {
      height: 200px;
      display: flex;
      align-items: center;
      justify-content: center; }
      section.top-team .video img {
        height: 100%;
        width: auto; } }

/* --------------------- /Section top-team ---------------------- */
/* ---------------------- Section team-directors ---------------------- */
section.team-directors .boxes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0;
  margin: -30px;
  margin-top: 25px; }
  section.team-directors .boxes .box {
    width: 50%;
    max-width: 690px;
    margin: 0;
    padding: 70px 90px;
    display: block;
    position: relative; }
    section.team-directors .boxes .box .inner {
      position: relative; }
    section.team-directors .boxes .box .image {
      display: flex;
      justify-content: center;
      overflow: hidden; }
    section.team-directors .boxes .box .info {
      text-align: center;
      position: absolute;
      bottom: 30px;
      left: -50px;
      right: -50px;
      background: #fff;
      padding: 15px; }
      section.team-directors .boxes .box .info:before {
        content: "";
        position: absolute;
        display: block;
        bottom: 0;
        height: 9px;
        left: 0;
        right: 0;
        background-color: #FFAA00;
        transition: 0.5s; }
      section.team-directors .boxes .box .info .name {
        font-family: 'almoni-black';
        font-weight: 900;
        font-size: 24px;
        color: #233B4F;
        transition: 0.5s;
        position: relative; }
      section.team-directors .boxes .box .info .position {
        font-family: 'almoni-regular';
        font-weight: 400;
        font-size: 17px;
        color: #79848C;
        transition: 0.5s;
        position: relative; }
    section.team-directors .boxes .box:hover .info:before {
      height: 100%; }
    section.team-directors .boxes .box:hover .info .name, section.team-directors .boxes .box:hover .info .position {
      color: #fff; }

@media only screen and (max-width: 950px) {
  section.team-directors .boxes {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 35px; }
    section.team-directors .boxes .box {
      width: 100%;
      max-width: 450px;
      padding: 20px 30px; }
      section.team-directors .boxes .box .image img {
        height: 300px; } }

/* --------------------- /Section team-directors ---------------------- */
/* ---------------------- Section team-agents ---------------------- */
section.team-agents .boxes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0;
  margin: -30px;
  margin-top: 35px; }
  section.team-agents .boxes .box {
    width: 33.33%;
    max-width: 690px;
    margin: 0;
    padding: 30px 60px;
    display: block;
    position: relative; }
    section.team-agents .boxes .box .inner {
      position: relative; }
    section.team-agents .boxes .box .image {
      display: flex;
      justify-content: center;
      overflow: hidden; }
    section.team-agents .boxes .box .info {
      text-align: center;
      position: absolute;
      bottom: 30px;
      left: -30px;
      right: -30px;
      background: #fff;
      padding: 15px; }
      section.team-agents .boxes .box .info:before {
        content: "";
        position: absolute;
        display: block;
        bottom: 0;
        height: 9px;
        left: 0;
        right: 0;
        background-color: #FFAA00;
        transition: 0.5s; }
      section.team-agents .boxes .box .info .name {
        font-family: 'almoni-black';
        font-weight: 900;
        font-size: 24px;
        color: #233B4F;
        transition: 0.5s;
        position: relative; }
      section.team-agents .boxes .box .info .position {
        font-family: 'almoni-regular';
        font-weight: 400;
        font-size: 17px;
        color: #79848C;
        transition: 0.5s;
        position: relative; }
    section.team-agents .boxes .box:hover .info:before {
      height: 100%; }
    section.team-agents .boxes .box:hover .info .name, section.team-agents .boxes .box:hover .info .position {
      color: #fff; }

@media only screen and (max-width: 950px) {
  section.team-agents {
    margin-top: 35px; }
    section.team-agents .boxes {
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 35px; }
      section.team-agents .boxes .box {
        width: 100%;
        max-width: 450px;
        padding: 20px 30px; }
        section.team-agents .boxes .box .image img {
          height: 250px; }
        section.team-agents .boxes .box .info {
          padding: 10px;
          bottom: 20px; }
          section.team-agents .boxes .box .info .name {
            font-size: 22px; } }

/* --------------------- /Section team-agents ---------------------- */
/* ---------------------- Section agent ---------------------- */
section.agent {
  text-align: center; }
  section.agent .part-top {
    display: inline-block;
    padding-bottom: 15px;
    text-align: center;
    margin-top: 25px;
    position: relative; }
    section.agent .part-top .name {
      font-family: 'almoni-black';
      font-weight: 900;
      font-size: 48px;
      line-height: 1;
      color: #233B4F; }
    section.agent .part-top .role {
      font-family: 'almoni-regular';
      font-weight: 400;
      font-size: 24px;
      color: #79848C; }
    section.agent .part-top:after {
      content: "";
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      right: 0;
      height: 10px;
      background-color: #FFAA00; }
  section.agent .content {
    text-align: right;
    margin-top: 75px; }
  section.agent .video {
    height: 400px;
    width: 400px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto; }
    section.agent .video img {
      height: 100%; }
  section.agent .contacts {
    display: flex;
    margin: 0 -20px;
    margin-top: 25px; }
    section.agent .contacts .item {
      flex-basis: 0;
      flex-grow: 1;
      margin: 0 20px;
      text-align: center;
      padding: 40px; }
      section.agent .contacts .item.dark {
        background-image: url("../images/index/bg-footer-h.jpg");
        color: #fff; }
        section.agent .contacts .item.dark .content {
          color: #fff;
          text-align: right;
          margin-top: 20px; }
          section.agent .contacts .item.dark .content p {
            margin-top: 10px; }
      section.agent .contacts .item.light {
        background-image: url("../images/inner/bg-col.jpg");
        background-size: 100% auto;
        color: #233B4F; }
      section.agent .contacts .item .title {
        font-family: 'almoni-black';
        font-weight: 900;
        font-size: 24px;
        line-height: 1; }
      section.agent .contacts .item .whatsapp {
        margin-top: 25px;
        display: block; }
  section.agent .sign {
    text-align: center;
    margin-top: 70px; }
  section.agent .contact-icons .boxes {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    margin: -25px;
    justify-content: center;
    margin-top: 55px; }
    section.agent .contact-icons .boxes .box {
      margin: 0;
      padding: 25px;
      display: block;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      section.agent .contact-icons .boxes .box:hover .text {
        color: #FFAA00; }
      section.agent .contact-icons .boxes .box .inner {
        position: relative; }
      section.agent .contact-icons .boxes .box .icon {
        height: 75px; }
        section.agent .contact-icons .boxes .box .icon img {
          max-height: 100%; }
      section.agent .contact-icons .boxes .box .text {
        font-family: 'almoni-bold';
        font-weight: 700;
        font-size: 22px;
        line-height: 1;
        color: #233B4F;
        transition: 0.5s;
        margin-top: 15px; }
  section.agent .accordion {
    margin-top: 55px; }
  @media only screen and (max-width: 1370px) {
    section.agent .contacts .item {
      padding: 15px; } }
  @media only screen and (max-width: 950px) {
    section.agent .part-top .name {
      font-size: 35px; }
    section.agent .contacts {
      margin: 0 -10px;
      margin-top: 25px; }
      section.agent .contacts .item {
        margin: 0 10px; }
        section.agent .contacts .item .title {
          font-size: 20px; }
        section.agent .contacts .item.dark .content {
          font-size: 16px; }
          section.agent .contacts .item.dark .content p {
            margin-top: 5px; }
    section.agent .video {
      height: 250px;
      width: 250px; }
    section.agent .contact-icons .boxes {
      margin-top: 25px; }
      section.agent .contact-icons .boxes .box .icon {
        height: 50px; }
      section.agent .contact-icons .boxes .box .text {
        font-size: 18px;
        margin-top: 10px; }
    section.agent .content {
      margin-top: 55px; } }

/* --------------------- /Section agent ---------------------- */
.accordion {
  max-width: 700px;
  margin: auto; }
  .accordion .items .item {
    margin-top: 10px;
    padding: 15px;
    text-align: right;
    background: #DDEFF9; }
    .accordion .items .item.active .title i {
      transform: translateY(-50%) rotate(180deg); }
    .accordion .items .item .title {
      font-family: 'almoni-bold';
      font-weight: 700;
      font-size: 22px;
      line-height: 1;
      color: #233B4F;
      position: relative;
      cursor: pointer;
      padding-left: 45px; }
      @media only screen and (max-width: 950px) {
        .accordion .items .item .title {
          font-size: 20px;
          padding-left: 30px; } }
      .accordion .items .item .title i {
        transition: 0.5s;
        position: absolute;
        left: -5px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 100%;
        background: #FFAA00;
        color: #fff;
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px; }
    .accordion .items .item .content {
      margin-top: 0;
      display: none; }
