/* Fonts */
@font-face {
  font-family: 'arimo-regular';
  src: url("../fonts/Arimo-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'arimo-bold';
  src: url("../fonts/Arimo-Bold.ttf") format("truetype"); }

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

@font-face {
  font-family: 'mont-heavy';
  src: url("../fonts/Mont-Heavy.otf") format("truetype"); }

/* /Fonts */
/* Global */
html {
  margin: 0 !important; }

body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }
  @media only screen and (max-width: 920px) {
    body {
      padding-top: 47px; } }

a {
  text-decoration: none; }

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

p {
  margin: 0; }

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

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

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

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

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

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

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

body .owl-theme .owl-dots .owl-dot.active span, body .owl-theme .owl-dots .owl-dot:hover span {
  background: #e1b453;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* --------------------- /Owl carousel ---------------------- */
/* ----------------- Header -------------------- */
header {
  width: 100%;
  margin: auto;
  position: relative;
  top: 0;
  z-index: 99;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -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);
  height: 91px; }
  @media only screen and (max-width: 1400px) {
    header {
      height: 75px; } }
  header .header-inner {
    width: 100%;
    max-width: 1388px;
    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%; }
    @media only screen and (max-width: 920px) {
      header .header-inner {
        padding: 3px;
        padding-bottom: 0; } }
    @media only screen and (max-width: 920px) {
      header .header-inner .menu-cont {
        display: none; } }
    header .header-inner .menu-cont ul.main-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -15px; }
      header .header-inner .menu-cont ul.main-menu li {
        margin: 0 0.1%; }
        header .header-inner .menu-cont ul.main-menu li a {
          -webkit-transition: 0.5s;
          transition: 0.5s;
          font-family: 'arimo-regular';
          font-weight: normal;
          font-size: 21px;
          color: #464647;
          padding: 5px 15px;
          white-space: nowrap;
          border-bottom: 4px solid transparent;
          position: relative; }
          @media only screen and (max-width: 1400px) {
            header .header-inner .menu-cont ul.main-menu li a {
              padding: 5px 8px;
              font-size: 17px; } }
          header .header-inner .menu-cont ul.main-menu li a:after {
            position: absolute;
            content: "";
            height: 4px;
            background: transparent;
            left: 15px;
            right: 15px;
            bottom: -30px;
            -webkit-transition: 0.5s;
            transition: 0.5s; }
            @media only screen and (max-width: 1400px) {
              header .header-inner .menu-cont ul.main-menu li a:after {
                bottom: -25px; } }
            @media only screen and (max-width: 1200px) {
              header .header-inner .menu-cont ul.main-menu li a:after {
                bottom: -23px; } }
        header .header-inner .menu-cont ul.main-menu li:hover > a:after, header .header-inner .menu-cont ul.main-menu li.current_page_item > a:after, header .header-inner .menu-cont ul.main-menu li.current-menu-item > a:after {
          background: #53bdcb; }
        header .header-inner .menu-cont ul.main-menu li .sub-menu {
          padding: 25px 10px;
          position: absolute;
          background-color: #0f334f;
          z-index: 99;
          width: 100%;
          right: 0;
          left: 0;
          top: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          visibility: hidden;
          opacity: 0;
          -webkit-transition: visibility 0s, opacity 0.5s linear;
          transition: visibility 0s, opacity 0.5s linear; }
          header .header-inner .menu-cont ul.main-menu li .sub-menu:before {
            content: "";
            position: absolute;
            height: 30px;
            top: -30px;
            left: 0;
            right: 0;
            background: pink;
            opacity: 0; }
          header .header-inner .menu-cont ul.main-menu li .sub-menu li a {
            font-family: 'arimo-regular';
            font-weight: normal;
            font-size: 18px;
            color: #fff; }
            header .header-inner .menu-cont ul.main-menu li .sub-menu li a:after {
              bottom: -24px; }
            header .header-inner .menu-cont ul.main-menu li .sub-menu li a:hover {
              color: #0082b6; }
            @media only screen and (max-width: 1660px) {
              header .header-inner .menu-cont ul.main-menu li .sub-menu li a {
                font-size: 16px;
                padding-left: 5px;
                padding-right: 5px; } }
            @media only screen and (max-width: 1300px) {
              header .header-inner .menu-cont ul.main-menu li .sub-menu li a {
                font-size: 12px; } }
        header .header-inner .menu-cont ul.main-menu li:hover .sub-menu {
          visibility: visible;
          opacity: 1; }
    header .header-inner .logo-cont {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      text-align: left; }
      header .header-inner .logo-cont img {
        width: 190px; }
        @media only screen and (max-width: 1400px) {
          header .header-inner .logo-cont img {
            width: 150px; } }
    header .header-inner .tel {
      font-family: 'arimo-bold';
      font-size: 21px;
      color: #e1b453; }
      header .header-inner .tel a {
        color: #e1b453; }
      header .header-inner .tel .sep {
        margin: 0 30px;
        position: relative;
        top: -2px; }
  @media only screen and (max-width: 920px) {
    header {
      position: fixed !important;
      right: 0;
      left: 0;
      background-color: white;
      -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25);
              box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25);
      z-index: 999;
      height: 50px; }
      header .header-inner .logo-cont img {
        height: 41px;
        width: auto; } }

/* ----------------- /Header -------------------- */
/* --------------- Toggle button ---------------- */
.toggle-button {
  width: 38px;
  min-width: 38px;
  height: 29px;
  position: relative;
  border-radius: 5px;
  z-index: 102;
  cursor: pointer;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  @media only screen and (max-width: 920px) {
    .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 ---------------- */
/* --------------- Mobile menu ---------------- */
.mobile-menu-cont {
  direction: rtl;
  padding: 10px 20px;
  background: #000;
  position: absolute;
  top: 47px;
  height: 900px;
  z-index: 101;
  left: 0;
  right: 0;
  display: none; }
  .mobile-menu-cont .mobile-menu > li {
    position: relative;
    text-align: right;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
    .mobile-menu-cont .mobile-menu > li a {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 17px;
      color: #fff;
      padding: 5px 15px;
      white-space: nowrap; }
      @media only screen and (max-width: 1250px) {
        .mobile-menu-cont .mobile-menu > li a {
          font-size: 22px;
          padding: 3px 10px; } }
      .mobile-menu-cont .mobile-menu > li a:hover {
        color: #e1b453; }
    .mobile-menu-cont .mobile-menu > li#menu-item-1462 a {
      padding-right: 35px;
      font-size: 15px;
      background-image: url("../images/icons/en.png");
      background-repeat: no-repeat;
      background-position: right center; }
    .mobile-menu-cont .mobile-menu > li.current_page_item, .mobile-menu-cont .mobile-menu > li.current-menu-item > a {
      color: #e1b453; }
    .mobile-menu-cont .mobile-menu > li .sub-menu {
      padding-top: 10px; }
      .mobile-menu-cont .mobile-menu > li .sub-menu li {
        margin-top: 5px; }
        .mobile-menu-cont .mobile-menu > li .sub-menu li a {
          padding-right: 10px;
          font-size: 18px; }
  .mobile-menu-cont .mobile-menu li.current-menu-item > a, .mobile-menu-cont .mobile-menu li.current_page_item > a {
    color: #e1b453; }
  .mobile-menu-cont .mobile-menu .open-arrow {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 14px;
    margin-right: 25px;
    position: absolute;
    top: 8px;
    left: 10px; }
    .mobile-menu-cont .mobile-menu .open-arrow span {
      position: relative;
      top: 2px; }
  .mobile-menu-cont .mobile-menu .rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    color: #cf0006; }

/* --------------- /Mobile menu ---------------- */
/* ---------------------- Section slider ---------------------- */
section.slider .master-slider .ms-slide {
  overflow: visible; }
  section.slider .master-slider .ms-slide .ms-slide-layers {
    overflow: visible; }
  section.slider .master-slider .ms-slide .caption {
    position: relative;
    overflow: visible;
    padding-bottom: 10px;
    max-width: 1388px;
    margin: auto; }
    section.slider .master-slider .ms-slide .caption:before {
      content: "";
      position: absolute;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(52%, rgba(255, 255, 255, 0.86)), to(white));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.86) 52%, white 100%);
      top: 0;
      bottom: 0;
      width: 100%;
      z-index: -1;
      right: -280px; }
    section.slider .master-slider .ms-slide .caption h1 {
      margin: 0; }
    section.slider .master-slider .ms-slide .caption .line-1 {
      font-family: 'almoni-light', "Arial";
      font-weight: lighter;
      font-size: 50px;
      color: #171717;
      text-align: right; }

@media only screen and (max-width: 750px) {
  section.slider .master-slider .ms-slide .caption .line-1 {
    font-size: 55px; }
  section.slider .master-slider .ms-slide .caption:before {
    right: 0px; } }

/* --------------------- /Section slider ---------------------- */
.floating-icons {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  z-index: 99; }
  .floating-icons .icon {
    text-align: center;
    display: block;
    cursor: pointer;
    margin-top: 20px;
    text-align: center;
    width: 50px; }
    .floating-icons .icon i {
      color: #000000;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      font-size: 20px; }
    .floating-icons .icon:hover i {
      color: #e1b453; }
  @media only screen and (max-width: 1000px) {
    .floating-icons {
      display: none; } }

/* ---------------------- Section steps ---------------------- */
section.steps {
  background: #f7f8f8;
  padding: 50px 0; }
  section.steps .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -2%; }
    section.steps .boxes .box {
      display: table;
      max-width: 345px;
      margin: 0 2%;
      position: relative; }
      section.steps .boxes .box:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        background-image: url("../images/index/bg-dots.png");
        right: 0;
        width: 70px;
        z-index: 1; }
      section.steps .boxes .box .number, section.steps .boxes .box .text {
        display: table-cell;
        vertical-align: middle; }
      section.steps .boxes .box .number-txt {
        font-family: 'mont-heavy', "Arial";
        font-weight: lighter;
        font-size: 150px;
        line-height: 150px;
        color: #060707;
        padding-left: 20px;
        padding-right: 25px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        position: relative;
        z-index: 2; }
      section.steps .boxes .box .text {
        position: relative;
        top: 6px; }
        section.steps .boxes .box .text .title {
          font-family: 'arimo-regular';
          font-weight: normal;
          font-size: 30px;
          line-height: 30px;
          color: #000; }
          section.steps .boxes .box .text .title:after {
            content: "";
            display: block;
            margin-top: 19px;
            margin-bottom: 15px;
            height: 6px;
            width: 50px;
            background-color: #e1b453; }
        section.steps .boxes .box .text .text {
          font-family: 'arimo-regular';
          font-weight: normal;
          font-size: 17px;
          color: #000; }
      section.steps .boxes .box:hover .number-txt {
        color: #e1b453; }
  @media only screen and (max-width: 1000px) {
    section.steps .boxes .box .number-txt {
      font-size: 100px;
      line-height: 100px; }
    section.steps .boxes .box .text .title {
      font-size: 24px; }
      section.steps .boxes .box .text .title:after {
        margin: 10px 0; }
    section.steps .boxes .box .text .text {
      font-size: 15px; } }
  @media only screen and (max-width: 750px) {
    section.steps {
      padding: 30px 0; }
      section.steps .boxes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        section.steps .boxes .box {
          margin: 0;
          margin-top: 25px; } }

/* --------------------- /Section steps ---------------------- */
/* ---------------------- Section marbles ---------------------- */
section.marbles {
  padding: 80px 0; }
  section.marbles .section-inner {
    padding: 0; }
  section.marbles .title {
    margin: 0;
    font-family: 'arimo-regular';
    font-weight: normal;
    font-size: 30px;
    color: #000;
    text-align: center; }
    section.marbles .title:after {
      content: "";
      display: block;
      margin: 24px auto;
      height: 6px;
      width: 50px;
      background-color: #e1b453; }
  section.marbles .slider {
    margin-top: 55px; }
    section.marbles .slider .item {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: 0.5s;
      transition: 0.5s;
      cursor: pointer;
      position: relative;
      top: 25px;
      display: block; }
      section.marbles .slider .item:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
        section.marbles .slider .item:hover .logo {
          background: #676464; }
      section.marbles .slider .item .logo {
        background: #242323;
        padding-bottom: 85%;
        position: relative;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        section.marbles .slider .item .logo img {
          position: absolute;
          max-width: 80%;
          top: 50%;
          left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
                  transform: translateY(-50%) translateX(-50%); }
      section.marbles .slider .item .image {
        text-align: center;
        position: relative;
        top: -35px;
        width: 100%;
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        section.marbles .slider .item .image img {
          width: 100%;
          margin: auto; }
  @media only screen and (max-width: 500px) {
    section.marbles {
      padding: 40px 0; }
      section.marbles .slider {
        margin-top: 25px; }
        section.marbles .slider .owl-dots {
          margin-top: 5px; } }

/* --------------------- /Section marbles ---------------------- */
/* ---------------------- Section about-index ---------------------- */
section.about-index {
  padding: 80px 0;
  background: #313131;
  text-align: center; }
  section.about-index .title {
    margin: 0;
    font-family: 'arimo-regular';
    font-weight: normal;
    font-size: 30px;
    color: #fff;
    text-align: center; }
    section.about-index .title:after {
      content: "";
      display: block;
      margin: 24px auto;
      height: 6px;
      width: 50px;
      background-color: #e1b453; }
  section.about-index .content {
    text-align: center;
    margin: auto;
    margin-top: 35px;
    font-family: 'arimo-regular';
    font-weight: normal;
    color: #fff; }
    section.about-index .content h1, section.about-index .content h2 {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 30px;
      color: #fff;
      text-align: center; }
      section.about-index .content h1:after, section.about-index .content h2:after {
        content: "";
        display: block;
        margin: 24px auto;
        height: 6px;
        width: 50px;
        background-color: #e1b453; }
    section.about-index .content p {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 17px;
      line-height: 24px;
      color: #fff; }
  section.about-index .button {
    font-family: 'arimo-regular';
    font-weight: normal;
    font-size: 17px;
    color: #fff;
    background: #53bdcb;
    display: inline-block;
    padding: 20px 55px;
    margin: auto;
    margin-top: 50px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative; }
    section.about-index .button:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 0;
      background: rgba(0, 0, 0, 0.05);
      z-index: 1;
      -webkit-transition: all .3s;
      transition: all .3s; }
    section.about-index .button:hover:after {
      width: 100%; }

/* --------------------- /Section about-index ---------------------- */
/* ---------------------- Section testimonials ---------------------- */
section.testimonials {
  padding: 65px 0; }
  section.testimonials .testimonial {
    text-align: center;
    max-width: 1180px;
    margin: auto;
    margin-top: 45px; }
    section.testimonials .testimonial .name {
      font-family: 'arimo-bold';
      font-size: 20px;
      color: #0d0d0d;
      margin-top: 40px; }
    section.testimonials .testimonial .text {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 16px;
      color: #000;
      margin-top: 25px; }
  @media only screen and (max-width: 500px) {
    section.testimonials {
      padding: 35px 0; } }

/* --------------------- /Section testimonials ---------------------- */
.m-slider {
  max-width: 860px;
  margin: auto;
  padding: 0 60px; }
  .m-slider:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 34%;
    width: 13px;
    background-color: #fff;
    opacity: 0.5; }
  .m-slider:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 65%;
    width: 13px;
    background-color: #fff;
    opacity: 0.5;
    z-index: 2; }
  .m-slider .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -20px;
    left: -20px;
    pointer-events: none; }
    .m-slider .owl-nav .owl-prev, .m-slider .owl-nav .owl-next {
      position: relative;
      height: 105px;
      width: 60px;
      pointer-events: auto;
      background-image: url("../images/index/bg-dots-blue.png"); }
      .m-slider .owl-nav .owl-prev .cont, .m-slider .owl-nav .owl-next .cont {
        height: 60px;
        width: 35px;
        background: #fff;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        .m-slider .owl-nav .owl-prev .cont img, .m-slider .owl-nav .owl-next .cont img {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
    .m-slider .owl-nav .owl-prev {
      float: left; }
      .m-slider .owl-nav .owl-prev .cont img {
        right: 13px; }
    .m-slider .owl-nav .owl-next .cont {
      left: 0; }
      .m-slider .owl-nav .owl-next .cont img {
        left: 15px; }
  .m-slider .item {
    position: relative; }
    .m-slider .item .f-link {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
      opacity: 0;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .m-slider .item .f-link img {
        width: auto; }
    .m-slider .item:hover .f-link {
      opacity: 1; }
    .m-slider .item .text {
      display: none; }
    .m-slider .item .name {
      display: none; }
    .m-slider .item img {
      width: 100%; }
  @media only screen and (max-width: 500px) {
    .m-slider {
      padding: 0 20px; }
      .m-slider .owl-nav {
        left: -50px;
        right: -50px; }
        .m-slider .owl-nav .owl-prev .cont img {
          right: 0; }
        .m-slider .owl-nav .owl-next .cont img {
          left: 0; } }

/* ---------------------- Section contact-bottom ---------------------- */
section.contact-bottom {
  padding: 60px 0;
  background: #f6f6f6;
  text-align: center; }
  section.contact-bottom .title {
    margin: 0;
    font-family: 'arimo-regular';
    font-weight: normal;
    font-size: 30px;
    color: #010101;
    text-align: center; }
    section.contact-bottom .title:after {
      content: "";
      display: block;
      margin: 24px auto;
      height: 6px;
      width: 50px;
      background-color: #e1b453; }
  section.contact-bottom .wpcf7 {
    margin-top: 20px; }
    section.contact-bottom .wpcf7 form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative; }
    section.contact-bottom .wpcf7 input, section.contact-bottom .wpcf7 select {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 17px;
      color: #000;
      border: none;
      border-bottom: 1px solid #000;
      background: none;
      outline: none;
      padding: 10px 0;
      width: 100%;
      height: 100%; }
      section.contact-bottom .wpcf7 input::-webkit-input-placeholder, section.contact-bottom .wpcf7 select::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #000; }
      section.contact-bottom .wpcf7 input:-moz-placeholder, section.contact-bottom .wpcf7 select:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #000; }
      section.contact-bottom .wpcf7 input::-moz-placeholder, section.contact-bottom .wpcf7 select::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #000; }
      section.contact-bottom .wpcf7 input:-ms-input-placeholder, section.contact-bottom .wpcf7 select:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #000; }
      section.contact-bottom .wpcf7 input:focus, section.contact-bottom .wpcf7 select:focus {
        border-bottom: 3px solid #000; }
    section.contact-bottom .wpcf7 .wpcf7-form-control-wrap {
      display: block;
      margin-left: 20px;
      margin-top: 35px;
      position: relative; }
    section.contact-bottom .wpcf7 input[type="submit"] {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 17px;
      color: #fff;
      background: #53bdcb;
      display: inline-block;
      padding: 20px 55px;
      cursor: pointer;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      position: relative;
      border: none;
      width: auto;
      margin-top: 35px; }
      section.contact-bottom .wpcf7 input[type="submit"]:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 0;
        background: rgba(0, 0, 0, 0.05);
        z-index: 1;
        -webkit-transition: all .3s;
        transition: all .3s; }
      section.contact-bottom .wpcf7 input[type="submit"]:hover:after {
        width: 100%; }
    section.contact-bottom .wpcf7 span[role="alert"] {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 14px;
      color: #232323;
      position: absolute;
      left: 0;
      bottom: -20px; }
    section.contact-bottom .wpcf7 .wpcf7-response-output {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 16px;
      color: #232323;
      position: absolute;
      bottom: -23px;
      border: none;
      padding: 0;
      margin: 0; }
    section.contact-bottom .wpcf7 .ajax-loader {
      display: none; }
  @media only screen and (max-width: 900px) {
    section.contact-bottom .wpcf7 form {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      section.contact-bottom .wpcf7 form .wpcf7-form-control-wrap {
        width: 45%; } }
  @media only screen and (max-width: 500px) {
    section.contact-bottom .wpcf7 form {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      section.contact-bottom .wpcf7 form .wpcf7-form-control-wrap {
        width: 100%; } }

/* --------------------- /Section contact-bottom ---------------------- */
/* ---------------------- footer ---------------------- */
footer .footer-top {
  padding: 100px 0;
  padding-top: 65px;
  background: #20201f; }
  footer .footer-top .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (max-width: 1000px) {
      footer .footer-top .cont {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  footer .footer-top .menu-cont {
    margin-top: 35px; }
    footer .footer-top .menu-cont ul.main-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      footer .footer-top .menu-cont ul.main-menu li {
        margin: 0 0.1%; }
        footer .footer-top .menu-cont ul.main-menu li a {
          -webkit-transition: 0.5s;
          transition: 0.5s;
          font-family: 'arimo-regular';
          font-weight: normal;
          font-size: 17px;
          color: #e1b453;
          padding: 5px 15px;
          white-space: nowrap;
          position: relative;
          transition: 0.5s; }
        footer .footer-top .menu-cont ul.main-menu li:hover a, footer .footer-top .menu-cont ul.main-menu li.current_page_item a, footer .footer-top .menu-cont ul.main-menu li.current-menu-item a {
          color: #fff; }
  footer .footer-top .part-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 35px; }
    footer .footer-top .part-left .box {
      padding: 0 20px;
      position: relative; }
      footer .footer-top .part-left .box:after {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        height: 14px;
        width: 1px;
        background-color: #e1b453; }
      footer .footer-top .part-left .box:last-child:after {
        display: none; }
      footer .footer-top .part-left .box a, footer .footer-top .part-left .box p {
        font-family: 'arimo-regular';
        font-weight: normal;
        font-size: 17px;
        color: #fff;
        white-space: nowrap; }
      footer .footer-top .part-left .box a {
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        footer .footer-top .part-left .box a:hover {
          color: #e1b453; }
      footer .footer-top .part-left .box i {
        font-size: 24px; }

footer .footer-bottom {
  padding: 20px 0;
  background: #000; }
  footer .footer-bottom .cont {
    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 .footer-bottom .cont .copy {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 17px;
      color: #fff; }
      footer .footer-bottom .cont .copy span {
        color: #e1b453; }
    footer .footer-bottom .cont .credit {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 17px;
      color: #fff;
      padding-left: 33px;
      background: url("../images/logoextra.png") no-repeat;
      background-position: left center; }

@media only screen and (max-width: 700px) {
  footer .footer-top {
    padding: 50px 0;
    padding-top: 15px; }
    footer .footer-top .cont {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    footer .footer-top .menu-cont ul.main-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 .footer-top .menu-cont ul.main-menu li {
        margin-top: 5px; }
    footer .footer-top .part-left {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      footer .footer-top .part-left .box {
        margin-top: 25px; }
        footer .footer-top .part-left .box:nth-child(1), footer .footer-top .part-left .box:nth-child(2) {
          width: 50%;
          text-align: center; }
        footer .footer-top .part-left .box:after {
          display: none; }
  footer .footer-bottom .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    footer .footer-bottom .cont .credit {
      margin-top: 25px; } }

/* --------------------- /footer ---------------------- */
/* ---------------------- Section breadcrumbs ---------------------- */
section.breadcrumbs {
  padding: 40px 0; }
  section.breadcrumbs .line {
    font-family: 'arimo-regular';
    font-weight: normal;
    font-size: 17px;
    color: #53bdcb; }
    section.breadcrumbs .line a, section.breadcrumbs .line .breadcrumb_last {
      color: #464646; }

/* --------------------- /Section breadcrumbs ---------------------- */
/* ---------------------- Section about ---------------------- */
section.about {
  padding: 70px 0;
  position: relative; }
  section.about .decor {
    position: absolute;
    background: #f6f6f6;
    top: 0;
    bottom: 0;
    width: 45%; }
  section.about .title {
    margin: 0;
    font-family: 'arimo-regular';
    font-weight: normal;
    font-size: 30px;
    color: #000; }
    section.about .title:after {
      content: "";
      display: block;
      margin: 24px 0;
      height: 6px;
      width: 50px;
      background-color: #e1b453; }
  section.about .content p {
    font-family: 'arimo-regular';
    font-weight: normal;
    font-size: 17px;
    color: #323232;
    margin-top: 25px; }
  section.about .parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 2; }
    section.about .parts .part-text {
      width: 40%; }
    section.about .parts .part-slider {
      width: 55%; }
      section.about .parts .part-slider .m-slider {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
  @media only screen and (max-width: 900px) {
    section.about {
      padding: 45px 0; }
      section.about .parts {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
        section.about .parts .part-text {
          width: 100%; }
        section.about .parts .part-slider {
          width: 100%;
          margin-top: 35px; }
          section.about .parts .part-slider .m-slider {
            top: 0;
            -webkit-transform: none;
                    transform: none; } }

/* --------------------- /Section about ---------------------- */
/* ---------------------- Section advantages ---------------------- */
section.advantages {
  padding: 50px 0;
  overflow: visible; }
  section.advantages .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -2%; }
    section.advantages .boxes .box {
      display: table;
      margin: 0 2%;
      position: relative;
      overflow: visible;
      cursor: pointer; }
      section.advantages .boxes .box .plus {
        background: #cbcbcb;
        position: absolute;
        display: block;
        height: 20px;
        width: 20px;
        text-align: center;
        border-radius: 50%;
        right: -10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 5;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        section.advantages .boxes .box .plus img {
          padding: 5px; }
      section.advantages .boxes .box .popup {
        background: #fff;
        position: absolute;
        bottom: 90%;
        width: 400px;
        max-width: 400px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        padding: 40px;
        z-index: 9;
        border-bottom: 4px solid #e0b35b;
        -webkit-box-shadow: 3px 2px 30px 0px rgba(50, 50, 50, 0.38);
                box-shadow: 3px 2px 30px 0px rgba(50, 50, 50, 0.38);
        margin-bottom: 45px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        section.advantages .boxes .box .popup:after {
          border-top: 15px solid #e0b35b;
          border-left: 15px solid transparent;
          border-right: 15px solid transparent;
          height: 0;
          content: "";
          position: absolute;
          bottom: -19px;
          width: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
        section.advantages .boxes .box .popup .title {
          font-family: 'arimo-bold';
          font-size: 17px;
          color: #e0b35b; }
        section.advantages .boxes .box .popup .text {
          font-family: 'arimo-regular';
          font-weight: normal;
          font-size: 17px;
          color: #464647;
          margin-top: 15px;
          display: block; }
      section.advantages .boxes .box:after {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        bottom: 0;
        background-image: url("../images/index/bg-dots.png");
        right: 0;
        width: 47px;
        height: 90px;
        z-index: 1;
        opacity: 0.25;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
      section.advantages .boxes .box .number, section.advantages .boxes .box .text {
        display: table-cell;
        vertical-align: middle; }
      section.advantages .boxes .box .number {
        width: 100px; }
      section.advantages .boxes .box img {
        position: relative;
        color: #060707;
        padding-left: 20px;
        padding-right: 25px;
        z-index: 2; }
      section.advantages .boxes .box .text .text {
        font-family: 'arimo-regular';
        font-weight: normal;
        font-size: 17px;
        color: #707071;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
      section.advantages .boxes .box:hover:after, section.advantages .boxes .box:focus:after {
        opacity: 1; }
      section.advantages .boxes .box:hover .text .text, section.advantages .boxes .box:focus .text .text {
        color: #313131; }
      section.advantages .boxes .box:hover .plus, section.advantages .boxes .box:focus .plus {
        background: #e0b35b; }
      section.advantages .boxes .box:hover .popup, section.advantages .boxes .box:focus .popup {
        visibility: visible;
        opacity: 1;
        bottom: 100%; }
  @media only screen and (max-width: 1630px) {
    section.advantages {
      padding-top: 15px; }
      section.advantages .boxes {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        section.advantages .boxes .box {
          width: 46%;
          margin-top: 55px; }
          section.advantages .boxes .box .popup {
            width: 300px; } }
  @media only screen and (max-width: 600px) {
    section.advantages .boxes .box {
      width: 100%;
      margin: 0;
      margin-top: 55px; } }

/* --------------------- /Section advantages ---------------------- */
/* ---------------------- Section cats-menu ---------------------- */
section.cats-menu {
  padding: 40px 0; }
  section.cats-menu .section-inner {
    max-width: 958px; }
  section.cats-menu ul.cats-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -15px;
    border-bottom: 2px solid #d6d5d4;
    padding-bottom: 20px; }
    section.cats-menu ul.cats-menu li {
      margin: 0 1%; }
      section.cats-menu ul.cats-menu li a {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-family: 'arimo-regular';
        font-weight: normal;
        font-size: 17px;
        color: #464647;
        padding: 5px 15px;
        white-space: nowrap;
        border-bottom: 4px solid transparent;
        position: relative; }
        @media only screen and (max-width: 1400px) {
          section.cats-menu ul.cats-menu li a {
            padding: 5px 8px;
            font-size: 17px; } }
        section.cats-menu ul.cats-menu li a:after {
          position: absolute;
          content: "";
          height: 5px;
          background: transparent;
          left: 15px;
          right: 15px;
          bottom: -20px;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
          @media only screen and (max-width: 1200px) {
            section.cats-menu ul.cats-menu li a:after {
              bottom: -23px; } }
      section.cats-menu ul.cats-menu li:hover > a:after, section.cats-menu ul.cats-menu li.selected > a:after {
        background: #e1b453; }

/* --------------------- /Section cats-menu ---------------------- */
/* ---------------------- Section post ---------------------- */
section.post {
  font-size: 0;
  margin-top: 35px;
  padding: 50px 0;
  position: relative; }
  section.post .decor {
    position: absolute;
    left: 0;
    background: #f6f6f6;
    top: 0;
    bottom: 0;
    width: 40%;
    z-index: 1; }
  section.post .section-inner {
    position: relative;
    z-index: 2; }
  section.post .part.image {
    text-align: left;
    direction: ltr;
    float: left;
    padding-right: 25px;
    width: 50%;
    position: relative; }
    section.post .part.image img {
      width: 100%; }
    section.post .part.image:after {
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      bottom: 0;
      background-image: url("../images/index/bg-dots.png");
      left: -100px;
      width: 100px;
      height: 240px;
      z-index: 1; }
  section.post .part.text .title {
    font-family: 'arimo-bold';
    font-size: 30px;
    color: #464647; }
  section.post .part.text .content {
    font-family: 'arimo-regular';
    font-weight: normal; }
    section.post .part.text .content h1, section.post .part.text .content h2, section.post .part.text .content h3, section.post .part.text .content h4 {
      font-size: 24px; }
    section.post .part.text .content p {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 17px;
      color: #323232;
      margin-top: 25px; }
  @media only screen and (max-width: 600px) {
    section.post {
      margin-top: 15px;
      padding: 25px 0; }
      section.post .part.image {
        text-align: left;
        direction: ltr;
        padding-right: 0px;
        width: auto;
        max-width: 100%;
        float: none; }
        section.post .part.image img {
          width: 100%; }
      section.post .part.text {
        margin-top: 25px; }
        section.post .part.text .title {
          font-size: 24px; } }

/* --------------------- /Section post ---------------------- */
/* ---------------------- Section prev-next-post ---------------------- */
section.prev-next-post {
  margin: 50px 0; }
  section.prev-next-post .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0;
    margin: 0 -1%; }
    section.prev-next-post .boxes .box {
      width: 48%;
      margin: 1%;
      position: relative;
      cursor: pointer; }
      section.prev-next-post .boxes .box img {
        width: 100%;
        min-height: 70px; }
      section.prev-next-post .boxes .box .caption {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.85);
        opacity: 1;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        section.prev-next-post .boxes .box .caption img {
          width: auto;
          min-height: auto;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 30px; }
        section.prev-next-post .boxes .box .caption p {
          font-family: 'arimo-regular';
          font-weight: normal;
          font-size: 24px;
          color: #e1b453;
          position: absolute;
          top: 50%;
          left: 50%;
          width: 90%;
          -webkit-transform: translateY(-50%) translateX(-50%);
                  transform: translateY(-50%) translateX(-50%);
          text-align: center; }
      section.prev-next-post .boxes .box:first-child .caption img {
        left: auto;
        right: 30px; }
      section.prev-next-post .boxes .box:hover .caption {
        opacity: 0; }
  @media only screen and (max-width: 930px) {
    section.prev-next-post .boxes .box .caption p {
      font-size: 13px; }
    section.prev-next-post .boxes .box .caption img {
      width: 7px;
      left: 5px; }
    section.prev-next-post .boxes .box:first-child .caption img {
      left: auto;
      right: 5px; } }

/* --------------------- /Section prev-next-post ---------------------- */
/* ---------------------- Section blog ---------------------- */
section.blog {
  padding: 60px 0; }
  section.blog .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -3%; }
    section.blog .boxes .box {
      width: 27.33333%;
      margin: 30px 3%;
      cursor: pointer; }
      section.blog .boxes .box .image {
        width: 100%;
        position: relative; }
        section.blog .boxes .box .image:before {
          content: "";
          display: block;
          background: #f6f6f6;
          position: absolute;
          height: 100%;
          width: 100%;
          top: -30px;
          right: -30px;
          z-index: 1; }
        section.blog .boxes .box .image img {
          width: 100%;
          -webkit-transition: 0.5s;
          transition: 0.5s;
          -webkit-box-shadow: 0px 14px 30px -5px rgba(50, 50, 50, 0);
                  box-shadow: 0px 14px 30px -5px rgba(50, 50, 50, 0);
          position: relative;
          z-index: 2; }
      section.blog .boxes .box .text {
        margin-top: 50px; }
        section.blog .boxes .box .text .title {
          font-family: 'arimo-bold';
          font-size: 24px;
          color: #464647; }
        section.blog .boxes .box .text .desc {
          font-family: 'arimo-regular';
          font-weight: normal;
          font-size: 17px;
          color: #323232;
          margin-top: 20px; }
        section.blog .boxes .box .text .more {
          font-family: 'arimo-bold';
          font-size: 17px;
          color: #53bdcb;
          margin-top: 20px; }
          section.blog .boxes .box .text .more span {
            color: #464646;
            font-size: 20px;
            position: relative;
            left: 0;
            -webkit-transition: 0.5s;
            transition: 0.5s; }
      section.blog .boxes .box:hover .image img {
        -webkit-box-shadow: 0px 14px 30px -5px rgba(50, 50, 50, 0.33);
                box-shadow: 0px 14px 30px -5px rgba(50, 50, 50, 0.33); }
      section.blog .boxes .box:hover .text .more span {
        left: -5px; }
  @media only screen and (max-width: 850px) {
    section.blog {
      padding: 35px 0; }
      section.blog .boxes .box {
        width: 44%; } }
  @media only screen and (max-width: 500px) {
    section.blog {
      padding: 35px 0; }
      section.blog .boxes .box {
        width: 100%; } }

/* --------------------- /Section blog ---------------------- */
/* ---------------------- Section text-top ---------------------- */
section.text-top {
  padding: 50px 0; }
  section.text-top .title {
    margin: 0;
    font-family: 'arimo-regular';
    font-weight: normal;
    font-size: 30px;
    color: #000;
    text-align: right; }
    section.text-top .title:after {
      content: "";
      display: block;
      margin: 24px auto;
      margin-right: 0;
      height: 6px;
      width: 50px;
      background-color: #e1b453; }
  section.text-top .content {
    text-align: right;
    margin: auto;
    margin-top: 35px;
    font-family: 'arimo-regular';
    font-weight: normal; }
    section.text-top .content a {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 17px;
      color: #e1b453;
      text-decoration: underline; }
    section.text-top .content p {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 17px;
      line-height: 24px;
      color: #31302f;
      margin-top: 20px; }

/* --------------------- /Section text-top ---------------------- */
/* ---------------------- Section marbles-inner ---------------------- */
section.marbles-inner .boxes {
  margin: 0 -10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  section.marbles-inner .boxes .item {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    width: 18%;
    margin: 3% 7.66%; }
    section.marbles-inner .boxes .item:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
      section.marbles-inner .boxes .item:hover .logo {
        background: #676464; }
    section.marbles-inner .boxes .item .logo {
      background: #242323;
      padding-bottom: 85%;
      position: relative;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      section.marbles-inner .boxes .item .logo img {
        position: absolute;
        max-width: 80%;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%); }
    section.marbles-inner .boxes .item .image {
      text-align: center;
      position: relative;
      top: -35px;
      width: 100%;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      section.marbles-inner .boxes .item .image img {
        width: 100%;
        margin: auto; }

@media only screen and (max-width: 1450px) {
  section.marbles-inner .boxes {
    margin: 0 -8%; } }

@media only screen and (max-width: 1000px) {
  section.marbles-inner .boxes {
    margin: 0 -4%; }
    section.marbles-inner .boxes .item {
      width: 23.3%;
      margin: 3% 5%; } }

@media only screen and (max-width: 600px) {
  section.marbles-inner .boxes {
    margin: 0 0%; }
    section.marbles-inner .boxes .item {
      width: 44%;
      margin: 3% 3%; }
      section.marbles-inner .boxes .item .image {
        top: -15px; } }

/* --------------------- /Section marbles-inner ---------------------- */
/* ---------------------- Section contacts-top ---------------------- */
section.contacts-top {
  padding: 60px 0;
  padding-bottom: 130px;
  position: relative; }
  section.contacts-top .section-inner {
    position: relative;
    z-index: 2; }
  section.contacts-top .decor {
    position: absolute;
    background: #f0f0f0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40%; }
  section.contacts-top .parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    section.contacts-top .parts .part {
      width: 50%; }
    section.contacts-top .parts .part-map {
      position: relative; }
      section.contacts-top .parts .part-map #map {
        height: 515px;
        position: relative;
        -webkit-box-shadow: 0px 20px 30px 0px rgba(50, 50, 50, 0.32);
                box-shadow: 0px 20px 30px 0px rgba(50, 50, 50, 0.32); }
      section.contacts-top .parts .part-map:after {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        bottom: 0;
        background-image: url("../images/index/bg-dots.png");
        left: -100px;
        width: 100px;
        height: 240px;
        z-index: 1; }
    section.contacts-top .parts .part-form {
      padding-left: 8%; }
      section.contacts-top .parts .part-form .title {
        margin: 0;
        font-family: 'arimo-regular';
        font-weight: normal;
        font-size: 30px;
        color: #000; }
        section.contacts-top .parts .part-form .title:after {
          content: "";
          display: block;
          margin: 24px 0;
          height: 6px;
          width: 50px;
          background-color: #e1b453; }
      section.contacts-top .parts .part-form .desc {
        font-family: 'arimo-regular';
        font-weight: normal;
        font-size: 17px;
        color: #464647; }
      section.contacts-top .parts .part-form .content {
        font-family: 'arimo-regular';
        font-weight: normal;
        font-size: 17px;
        color: #464647; }
      section.contacts-top .parts .part-form .wpcf7 {
        margin-top: 20px; }
        section.contacts-top .parts .part-form .wpcf7 form {
          position: relative;
          text-align: left; }
        section.contacts-top .parts .part-form .wpcf7 input, section.contacts-top .parts .part-form .wpcf7 select {
          font-family: 'arimo-regular';
          font-weight: normal;
          font-size: 17px;
          color: #838383;
          border: none;
          border-bottom: 1px solid #b7b7b8;
          background: none;
          outline: none;
          padding: 10px 0;
          width: 100%;
          height: 100%; }
          section.contacts-top .parts .part-form .wpcf7 input::-webkit-input-placeholder, section.contacts-top .parts .part-form .wpcf7 select::-webkit-input-placeholder {
            /* WebKit browsers */
            color: #838383; }
          section.contacts-top .parts .part-form .wpcf7 input:-moz-placeholder, section.contacts-top .parts .part-form .wpcf7 select:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: #838383; }
          section.contacts-top .parts .part-form .wpcf7 input::-moz-placeholder, section.contacts-top .parts .part-form .wpcf7 select::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: #838383; }
          section.contacts-top .parts .part-form .wpcf7 input:-ms-input-placeholder, section.contacts-top .parts .part-form .wpcf7 select:-ms-input-placeholder {
            /* Internet Explorer 10+ */
            color: #838383; }
          section.contacts-top .parts .part-form .wpcf7 input:focus, section.contacts-top .parts .part-form .wpcf7 select:focus {
            border-bottom: 1px solid #e1b453; }
        section.contacts-top .parts .part-form .wpcf7 .wpcf7-form-control-wrap {
          display: block;
          margin-top: 35px;
          position: relative; }
        section.contacts-top .parts .part-form .wpcf7 input[type="submit"] {
          font-family: 'arimo-regular';
          font-weight: normal;
          font-size: 17px;
          color: #fff;
          background: #e1b453;
          display: inline-block;
          padding: 20px 55px;
          cursor: pointer;
          -webkit-transition: 0.5s;
          transition: 0.5s;
          position: relative;
          border: none;
          width: auto;
          margin-top: 35px;
          margin-right: auto;
          margin-left: 0; }
          section.contacts-top .parts .part-form .wpcf7 input[type="submit"]:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 0;
            background: rgba(0, 0, 0, 0.05);
            z-index: 1;
            -webkit-transition: all .3s;
            transition: all .3s; }
          section.contacts-top .parts .part-form .wpcf7 input[type="submit"]:hover:after {
            width: 100%; }
        section.contacts-top .parts .part-form .wpcf7 span[role="alert"] {
          font-family: 'arimo-regular';
          font-weight: normal;
          font-size: 14px;
          color: #232323;
          position: absolute;
          left: 0;
          bottom: -20px; }
        section.contacts-top .parts .part-form .wpcf7 .wpcf7-response-output {
          font-family: 'arimo-regular';
          font-weight: normal;
          font-size: 16px;
          color: #232323;
          position: absolute;
          bottom: -23px;
          border: none;
          padding: 0;
          margin: 0; }
        section.contacts-top .parts .part-form .wpcf7 .ajax-loader {
          display: none; }
  @media only screen and (max-width: 750px) {
    section.contacts-top {
      padding: 30px 0;
      padding-bottom: 60px; }
      section.contacts-top .parts {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        section.contacts-top .parts .part {
          width: 100%; }
        section.contacts-top .parts .part-form {
          padding-left: 0; }
        section.contacts-top .parts .part-map {
          margin-top: 35px; } }

/* --------------------- /Section contacts-top ---------------------- */
/* ---------------------- Section contacts-bottom ---------------------- */
section.contacts-bottom .section-inner {
  max-width: 100%;
  padding: 0; }

section.contacts-bottom .parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0; }
  section.contacts-bottom .parts .part {
    width: 50%; }
  section.contacts-bottom .parts .part-image {
    direction: ltr;
    overflow: hidden; }
    section.contacts-bottom .parts .part-image img {
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  section.contacts-bottom .parts .part-text .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8%; }
    section.contacts-bottom .parts .part-text .cols .col {
      margin: 0 5%;
      min-width: 200px; }
      section.contacts-bottom .parts .part-text .cols .col .title {
        margin: 0;
        font-family: 'arimo-regular';
        font-weight: normal;
        font-size: 23px;
        color: #000; }
        section.contacts-bottom .parts .part-text .cols .col .title:after {
          content: "";
          display: block;
          margin: 15px 0;
          height: 4px;
          width: 50px;
          background-color: #e1b453; }
      section.contacts-bottom .parts .part-text .cols .col .icons {
        margin-top: 50px; }
        section.contacts-bottom .parts .part-text .cols .col .icons .icon {
          font-size: 18px;
          color: #fff;
          background: #e1b453;
          height: 30px;
          width: 30px;
          display: inline-block;
          position: relative;
          border-radius: 50%;
          margin-left: 15px; }
          section.contacts-bottom .parts .part-text .cols .col .icons .icon i {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%);
                    transform: translateY(-50%) translateX(-50%); }
      section.contacts-bottom .parts .part-text .cols .col .content p {
        font-family: 'arimo-regular';
        font-weight: normal;
        font-size: 17px;
        color: #393939;
        margin-top: 8px; }

@media only screen and (max-width: 1000px) {
  section.contacts-bottom .parts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    section.contacts-bottom .parts .part {
      width: 100%; }
    section.contacts-bottom .parts .part-text {
      padding: 50px 0; }
    section.contacts-bottom .parts .part-image {
      height: 300px; } }

@media only screen and (max-width: 550px) {
  section.contacts-bottom .parts .part-text .cols {
    padding: 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0; }
    section.contacts-bottom .parts .part-text .cols .col {
      margin: 0;
      margin-top: 35px; } }

/* --------------------- /Section contacts-bottom ---------------------- */
/* ---------------------- Section product-top ---------------------- */
section.product-top {
  padding: 45px 0;
  background: #f6f6f6;
  position: relative; }
  section.product-top .title {
    margin: 0;
    font-family: 'arimo-bold';
    font-size: 30px;
    color: #464646; }
    section.product-top .title:after {
      content: "";
      display: block;
      margin: 24px 0;
      height: 6px;
      width: 50px;
      background-color: #e1b453; }
  section.product-top .content {
    font-family: 'arimo-regular';
    font-weight: normal; }
    section.product-top .content p, section.product-top .content li, section.product-top .content a {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 17px;
      color: #000000; }
    section.product-top .content a {
      color: #e1b453;
      text-decoration: underline; }
    section.product-top .content h1, section.product-top .content h2, section.product-top .content h3, section.product-top .content h4 {
      font-family: 'arimo-regular';
      font-weight: normal; }
  section.product-top .logo {
    float: left;
    padding-right: 80px;
    max-width: 100%; }
    section.product-top .logo img {
      max-width: 100%; }
  @media only screen and (max-width: 700px) {
    section.product-top .logo {
      float: none;
      padding-right: 0; }
    section.product-top .title {
      margin-top: 25px; } }

/* --------------------- /Section product-top ---------------------- */
/* ---------------------- Section collections ---------------------- */
section.collections {
  padding: 70px 0; }
  section.collections .title {
    margin: 0;
    font-family: 'arimo-regular';
    font-weight: normal;
    font-size: 30px;
    color: #000;
    text-align: center; }
    section.collections .title:after {
      content: "";
      display: block;
      margin: 24px auto;
      height: 6px;
      width: 50px;
      background-color: #e1b453; }
  section.collections .parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  section.collections .part-sidebar {
    width: 230px;
    min-width: 230px;
    padding-left: 30px;
    padding-top: 50px;
    text-align: center; }
    section.collections .part-sidebar .title-mobile {
      font-family: 'arimo-bold';
      font-size: 19px;
      color: #000000;
      margin-bottom: 10px;
      cursor: pointer;
      display: none;
      padding: 10px;
      background: #ededed;
      width: 100%;
      position: relative; }
      section.collections .part-sidebar .title-mobile i {
        position: absolute;
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    section.collections .part-sidebar ul li {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 17px;
      color: #000000;
      text-align: center;
      border-bottom: 1px solid #e4e4e4;
      padding: 18px;
      cursor: pointer; }
      section.collections .part-sidebar ul li.selected {
        font-family: 'arimo-bold'; }
  section.collections .part-content {
    border-right: 1px solid #e1b453;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    section.collections .part-content .boxes {
      font-size: 0;
      margin-left: -3%;
      margin-right: 3%; }
      section.collections .part-content .boxes .box {
        width: 19%;
        margin: 3%;
        display: inline-block;
        cursor: pointer;
        outline: none; }
        section.collections .part-content .boxes .box:hover .image {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05);
          -webkit-box-shadow: 0px 5px 22px 0px rgba(50, 50, 50, 0.28);
                  box-shadow: 0px 5px 22px 0px rgba(50, 50, 50, 0.28); }
        section.collections .part-content .boxes .box .image {
          -webkit-transition: 0.25s;
          transition: 0.25s; }
          section.collections .part-content .boxes .box .image img {
            width: 100%; }
        section.collections .part-content .boxes .box .text {
          margin-top: 25px; }
          section.collections .part-content .boxes .box .text .name {
            font-family: 'arimo-regular';
            font-weight: normal;
            font-size: 17px;
            color: #000; }
  @media only screen and (max-width: 1150px) {
    section.collections .part-content .boxes .box {
      width: 27.333%; } }
  @media only screen and (max-width: 850px) {
    section.collections .part-content .boxes .box {
      width: 44%; } }
  @media only screen and (max-width: 700px) {
    section.collections .section-inner {
      padding: 0; }
    section.collections .parts {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    section.collections .part-content {
      border-right: 0; }
      section.collections .part-content .boxes {
        font-size: 0;
        margin-left: 0;
        margin-right: 0; }
    section.collections .part-sidebar {
      width: 100%;
      padding: 10px; }
      section.collections .part-sidebar .title-mobile {
        display: inline-block; }
      section.collections .part-sidebar ul {
        display: none; }
        section.collections .part-sidebar ul li {
          border: none;
          padding: 8px; } }

/* --------------------- /Section collections ---------------------- */
/* ---------------------- Section projects ---------------------- */
section.projects {
  padding-bottom: 70px; }
  section.projects .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0;
    margin: 0 -1%; }
    section.projects .boxes .box {
      position: relative;
      margin: 1%;
      width: 31.33%;
      cursor: pointer;
      overflow: hidden; }
      section.projects .boxes .box.n-4, section.projects .boxes .box.n-5 {
        width: 48%; }
      section.projects .boxes .box .caption {
        position: absolute;
        top: 0;
        height: 100%;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.85);
        opacity: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        section.projects .boxes .box .caption .content {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-70%);
                  transform: translateY(-70%);
          padding: 20px; }
          section.projects .boxes .box .caption .content .title {
            margin: 0;
            font-family: 'arimo-regular';
            font-weight: normal;
            font-size: 24px;
            color: #fff;
            text-align: center; }
            section.projects .boxes .box .caption .content .title:after {
              content: "";
              display: block;
              margin: 20px auto;
              height: 3px;
              width: 50px;
              background-color: #e1b453; }
          section.projects .boxes .box .caption .content .text {
            font-family: 'arimo-regular';
            font-weight: normal;
            font-size: 17px;
            color: #fff;
            text-align: center; }
        section.projects .boxes .box .caption:after {
          content: "";
          display: block;
          width: 50px;
          height: 50px;
          background: url("../images/icons/plus-yellow.png") top no-repeat;
          position: absolute;
          bottom: 35px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
      section.projects .boxes .box img {
        width: 100%;
        -webkit-filter: blur(0px);
                filter: blur(0px);
        -webkit-transition: 0.25s;
        transition: 0.25s; }
      section.projects .boxes .box:hover .caption {
        opacity: 1; }
      section.projects .boxes .box:hover img {
        -webkit-filter: blur(4px);
                filter: blur(4px); }
  @media only screen and (max-width: 850px) {
    section.projects .boxes .box {
      width: 48%; }
      section.projects .boxes .box img {
        height: 100%; } }
  @media only screen and (max-width: 530px) {
    section.projects .boxes .box {
      width: 100% !important;
      margin: 0;
      margin-top: 15px; }
      section.projects .boxes .box img {
        height: auto; }
      section.projects .boxes .box .caption {
        opacity: 1;
        height: 40px;
        top: auto;
        bottom: 0; }
        section.projects .boxes .box .caption:after {
          display: none; }
        section.projects .boxes .box .caption .content {
          padding: 0; }
          section.projects .boxes .box .caption .content .title {
            font-size: 20px;
            line-height: 10px; }
            section.projects .boxes .box .caption .content .title:after {
              display: none; }
          section.projects .boxes .box .caption .content .text {
            display: none; } }

/* --------------------- /Section projects ---------------------- */
/* ---------------------- Section kablanim ---------------------- */
section.kablanim {
  padding: 80px 0;
  padding-top: 0; }
  section.kablanim .section-inner {
    padding: 0; }
  section.kablanim .title {
    margin: 0;
    font-family: 'arimo-regular';
    font-weight: normal;
    font-size: 30px;
    color: #000;
    text-align: center; }
    section.kablanim .title:after {
      content: "";
      display: block;
      margin: 24px auto;
      height: 6px;
      width: 50px;
      background-color: #e1b453; }
  section.kablanim .slider .item {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    position: relative;
    top: 25px;
    display: block; }
    section.kablanim .slider .item:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    section.kablanim .slider .item .logo {
      padding-bottom: 85%;
      position: relative;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      section.kablanim .slider .item .logo img {
        position: absolute;
        max-width: 80%;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%); }
  @media only screen and (max-width: 500px) {
    section.kablanim {
      padding: 40px 0;
      padding-top: 0;
      margin-top: -50px; }
      section.kablanim .slider .owl-dots {
        margin-top: 5px; } }

/* --------------------- /Section kablanim ---------------------- */
