/* 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"); }

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

body {
  position: relative;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  color: #1b1b1b; }

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

p {
  margin: 0; }

a {
  font-family: 'arimo-bold';
  text-decoration: none; }

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'arimo-regular';
  font-weight: normal;
  margin: 0; }

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

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

.cont-flex {
  display: flex;
  flex-wrap: wrap; }

header {
  max-width: 1920px;
  background: #fff;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  transition: 0.5s; }
  header .menu-languages-container {
    position: absolute;
    left: 0;
    right: 0;
    display: none; }
    header .menu-languages-container ul {
      background: #e6e6e7;
      border-radius: 0 0 10px 10px; }
      header .menu-languages-container ul li {
        text-align: center;
        padding: 5px; }
        header .menu-languages-container ul li a {
          font-family: 'arimo-regular';
          font-weight: normal;
          font-size: 15px;
          color: #191b1a;
          text-align: center;
          transition: 0.5s; }
          header .menu-languages-container ul li a:hover {
            color: #999; }
  header .call {
    position: fixed;
    z-index: 10;
    bottom: 10px;
    left: 10px;
    background: #3EA0DF;
    color: #fff;
    font-family: 'arimo-regular';
    font-weight: normal;
    font-size: 25px;
    color: #fff;
    height: 45px;
    width: 45px;
    border-radius: 100px;
    display: none; }
    header .call i {
      display: inline-block;
      position: relative;
      top: 9px;
      left: -11px; }
    @media only screen and (max-width: 700px) {
      header .call {
        display: inline-block; } }
  header .header-inner {
    padding: 5px 10px;
    direction: rtl;
    width: 100%;
    max-width: 1700px;
    padding: 0 5px;
    margin: auto;
    display: flex;
    justify-content: space-between; }
    header .header-inner .navigation {
      white-space: nowrap; }
      header .header-inner .navigation .social {
        margin-left: 25px;
        float: right;
        overflow: visible;
        direction: rtl;
        white-space: nowrap; }
        @media only screen and (max-width: 1080px) {
          header .header-inner .navigation .social {
            padding-right: 55px; } }
        header .header-inner .navigation .social .icon {
          text-decoration: none;
          color: #7f7f7f;
          font-size: 20px;
          float: right;
          cursor: pointer; }
          header .header-inner .navigation .social .icon i, header .header-inner .navigation .social .icon span {
            line-height: 82px;
            padding: 0 15px;
            transition: 0.5s; }
          header .header-inner .navigation .social .icon span {
            font-family: 'arimo-regular';
            font-weight: normal;
            color: #7f7f7f; }
            header .header-inner .navigation .social .icon span img {
              position: relative;
              margin-left: 3px;
              top: -2px; }
          header .header-inner .navigation .social .icon:last-child:before, header .header-inner .navigation .social .icon:last-child:after {
            content: "";
            display: inline-block;
            position: relative;
            top: 10px;
            width: 1px;
            height: 35px;
            background: rgba(0, 0, 0, 0.15); }
          header .header-inner .navigation .social .icon:first-child:after {
            content: "";
            display: inline-block;
            position: relative;
            top: 10px;
            width: 1px;
            height: 35px;
            background: rgba(0, 0, 0, 0.15); }
          header .header-inner .navigation .social .icon:hover i {
            color: #191b1a; }
        header .header-inner .navigation .social .langs {
          position: relative; }
          header .header-inner .navigation .social .langs .title-cont {
            display: inline; }
          header .header-inner .navigation .social .langs span {
            font-size: 16px;
            color: #191b1a; }
          header .header-inner .navigation .social .langs img {
            position: relative;
            left: -10px; }
    header .header-inner .menu-cont {
      display: inline-block; }
      @media only screen and (max-width: 1080px) {
        header .header-inner .menu-cont {
          display: none; } }
      header .header-inner .menu-cont ul.main-menu {
        display: flex;
        justify-content: center; }
        header .header-inner .menu-cont ul.main-menu li {
          position: relative; }
          header .header-inner .menu-cont ul.main-menu li a {
            transition: 0.5s;
            font-family: 'arimo-regular';
            font-weight: normal;
            font-size: 15px;
            color: #191b1a;
            margin: 0 13px;
            line-height: 82px;
            white-space: nowrap; }
            @media only screen and (max-width: 1200px) {
              header .header-inner .menu-cont ul.main-menu li a {
                font-size: 16px; } }
            header .header-inner .menu-cont ul.main-menu li a:hover {
              color: #7f7f7f; }
          header .header-inner .menu-cont ul.main-menu li.current_page_item a {
            font-family: 'arimo-bold'; }
          header .header-inner .menu-cont ul.main-menu li .sub-menu {
            display: none;
            padding-top: 10px;
            position: absolute;
            background-color: rgba(0, 0, 0, 0.8); }
            header .header-inner .menu-cont ul.main-menu li .sub-menu li a {
              font-size: 18px; }
          header .header-inner .menu-cont ul.main-menu li:hover .sub-menu {
            display: block; }
    header .header-inner .logo-cont img {
      width: 100%;
      position: relative;
      top: 10px; }
  header.scrolled {
    background-color: #fff;
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25); }
  @media only screen and (max-width: 650px) {
    header .header-inner .logo-cont {
      width: 190px;
      margin-left: 0; }
    header .header-inner .navigation .social {
      padding-right: 35px; }
      header .header-inner .navigation .social .icon {
        font-size: 15px; }
        header .header-inner .navigation .social .icon i, header .header-inner .navigation .social .icon span {
          line-height: 60px;
          padding: 0px 7px; }
    header .toggle-button {
      top: 17px;
      right: -2px; } }
  @media only screen and (max-width: 440px) {
    header .header-inner .navigation .social {
      width: 100px;
      margin-left: 10px; }
      header .header-inner .navigation .social .icon:before, header .header-inner .navigation .social .icon:after {
        display: none !important; }
      header .header-inner .navigation .social .icon:nth-child(1) {
        display: none; }
      header .header-inner .navigation .social .icon:nth-child(4) {
        display: none; }
      header .header-inner .navigation .social .icon:nth-child(2) {
        display: none; } }

/* ----------------- /Header -------------------- */
/* --------------- Toggle button ---------------- */
.toggle-button {
  width: 38px;
  min-width: 38px;
  height: 29px;
  position: absolute;
  top: 27px;
  border-radius: 5px;
  z-index: 102;
  cursor: pointer;
  display: none;
  transition: 0.5s; }
  @media only screen and (max-width: 1080px) {
    .toggle-button {
      display: block; } }
  .toggle-button div {
    width: 22px;
    height: 3px;
    background-color: #191b1a;
    position: absolute;
    border-radius: 2px;
    transition: top 0.5s, transform 1s, opacity 0.5s, width 0.5s; }
  .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;
    transform: rotate(45deg); }
  .toggle-button.open div:nth-child(2) {
    opacity: 0;
    width: 1px; }
  .toggle-button.open div:nth-child(3) {
    top: 13px;
    transform: rotate(-45deg); }
  .toggle-button.open div {
    background-color: #fff !important; }

/* --------------- /Toggle button ---------------- */
/* --------------- Mobile menu ---------------- */
.mobile-menu-cont {
  direction: rtl;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 101;
  left: 0;
  right: 0;
  display: none; }
  @media only screen and (min-width: 1340px) {
    .mobile-menu-cont {
      display: none; } }
  .mobile-menu-cont .mobile-menu > li {
    position: relative;
    text-align: center;
    padding: 17px 0; }
    .mobile-menu-cont .mobile-menu > li:after {
      content: "";
      position: absolute;
      bottom: 0;
      height: 1px;
      width: 150px;
      background-color: rgba(255, 255, 255, 0.3);
      left: 50%;
      transform: translateX(-50%); }
    .mobile-menu-cont .mobile-menu > li:last-child:after {
      display: none; }
    .mobile-menu-cont .mobile-menu > li a {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 25px;
      color: #fff;
      transition: 0.5s; }
      .mobile-menu-cont .mobile-menu > li a:hover {
        color: #7f7f7f; }
    .mobile-menu-cont .mobile-menu > li .sub-menu {
      display: none;
      padding-top: 10px; }
      .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 {
    font-family: 'arimo-bold'; }
  .mobile-menu-cont .mobile-menu .open-arrow {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    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 ---------------- */
/* ---------------------- Owl carousel ---------------------- */
body .owl-carousel {
  margin: auto; }

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

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

body .owl-prev {
  position: absolute;
  left: 5px;
  top: 25% !important;
  background: none !important;
  width: 22px;
  height: 41px; }

body .owl-prev:hover .str-left {
  left: -5px; }

body .owl-next {
  position: absolute !important;
  right: 5px;
  top: 25% !important;
  background: none !important;
  width: 22px;
  height: 41px; }

body .owl-next:hover .str-right {
  right: -5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.owl-carousel .owl-item img.owl-lazy {
  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;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  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;
  transition: opacity 400ms ease; }

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

/* --------------------- /Owl carousel ---------------------- */
/* ---------------------- Section slider ---------------------- */
section.slider {
  margin-top: 90px;
  text-align: center; }
  section.slider .master-slider .ms-slide img {
    transition: 1s; }
  section.slider .master-slider .ms-slide:hover img {
    transform: scale(1.02, 1.02); }
  section.slider .master-slider .ms-slide .caption {
    position: absolute;
    right: 0;
    bottom: 150px;
    z-index: 1;
    text-align: right;
    background: rgba(0, 0, 0, 0.7);
    font-family: 'arimo-regular';
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    padding: 35px 50px 35px 30px;
    max-width: 300px; }
    section.slider .master-slider .ms-slide .caption:before {
      content: "";
      position: absolute;
      width: 2px;
      background: #929497;
      top: 20px;
      bottom: 20px;
      right: 22px; }
    section.slider .master-slider .ms-slide .caption .title {
      font-family: 'arimo-bold'; }
    section.slider .master-slider .ms-slide .caption a {
      color: #fff;
      text-decoration: none;
      display: block; }
      section.slider .master-slider .ms-slide .caption a:after {
        content: "\203A";
        font-size: 20px;
        position: relative;
        top: 1px;
        right: 2px;
        transition: 0.5s; }
      section.slider .master-slider .ms-slide .caption a:hover:after {
        right: 5px; }
  @media only screen and (max-width: 1200px) {
    section.slider .master-slider .ms-nav-prev {
      left: 10px; }
    section.slider .master-slider .ms-nav-next {
      right: 10px; } }
  @media only screen and (max-width: 650px) {
    section.slider {
      margin-top: 65px; } }
  @media only screen and (max-width: 700px) {
    section.slider .master-slider {
      padding-bottom: 65px; }
      section.slider .master-slider .ms-nav-prev {
        display: none; }
      section.slider .master-slider .ms-nav-next {
        display: none; }
      section.slider .master-slider .ms-slide .caption {
        bottom: auto;
        top: 100%;
        left: 0;
        max-width: 100%;
        padding: 10px; }
        section.slider .master-slider .ms-slide .caption .text {
          display: none; }
        section.slider .master-slider .ms-slide .caption:before {
          display: none; }
    section.slider .ms-layout-partialview .ms-container {
      overflow: visible !important; } }

/* --------------------- /Section slider ---------------------- */
/* ---------------------- Section about ---------------------- */
section.about {
  margin-top: 35px; }
  section.about .section-inner {
    border-bottom: 2px solid #e6e6e7;
    padding-top: 65px;
    padding-bottom: 65px; }
  section.about .part {
    width: 50%; }
  section.about .p-right {
    height: 291px;
    overflow: hidden;
    position: relative;
    text-align: center;
    font-size: 0; }
    section.about .p-right img.bg {
      width: 100%;
      height: 100%;
      max-width: 780px; }
    section.about .p-right .br-1 {
      position: absolute;
      z-index: 1;
      left: 20px; }
      section.about .p-right .br-1 img {
        position: relative; }
    section.about .p-right .br-2 {
      position: absolute;
      z-index: 1;
      right: 20px; }
      section.about .p-right .br-2 img {
        position: relative; }
  section.about .p-left {
    padding-right: 185px;
    position: relative; }
    section.about .p-left .logo-side {
      position: absolute;
      right: -30px;
      top: 15px; }
    section.about .p-left h1 {
      font-family: 'arimo-bold';
      font-size: 15px;
      color: #1b1b1b; }
    section.about .p-left .content, section.about .p-left section.content-ltr {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 15px;
      color: #1b1b1b; }
      section.about .p-left .content p, section.about .p-left section.content-ltr p {
        margin-top: 25px;
        line-height: 21px; }
  @media only screen and (max-width: 1100px) {
    section.about {
      margin-top: 0; }
      section.about .section-inner {
        padding-top: 20px; }
      section.about .part {
        width: 100%; }
      section.about .p-left {
        padding-right: 220px; }
        section.about .p-left .logo-side {
          right: 0;
          top: 15px; } }
  @media only screen and (max-width: 750px) {
    section.about .p-right .br-1 {
      left: 0px; }
      section.about .p-right .br-1 img {
        height: 250px;
        top: -15px; }
    section.about .p-right .br-2 {
      right: 0px; }
      section.about .p-right .br-2 img {
        height: 280px;
        top: -35px; } }
  @media only screen and (max-width: 550px) {
    section.about .p-right {
      height: auto; }
      section.about .p-right .br-1 {
        left: -20px; }
        section.about .p-right .br-1 img {
          height: 180px;
          top: 0px; }
      section.about .p-right .br-2 {
        right: -40px; }
        section.about .p-right .br-2 img {
          height: 200px;
          top: -35px; } }
  @media only screen and (max-width: 500px) {
    section.about .p-left {
      padding-right: 0;
      position: relative; }
      section.about .p-left .logo-side {
        position: absolute;
        top: -70px;
        right: 50%;
        z-index: 9; }
        section.about .p-left .logo-side img {
          width: 60px;
          position: relative;
          right: -30px; } }

/* --------------------- /Section about ---------------------- */
/* ---------------------- Section projects ---------------------- */
section.projects .section-inner {
  width: 100%;
  max-width: 1700px;
  padding: 0 10px 0 0;
  padding-top: 65px;
  padding-bottom: 65px;
  border-bottom: 2px solid #e6e6e7; }

section.projects .cont-flex {
  display: flex;
  align-items: flex-end; }

section.projects .p-right {
  width: 28.5%;
  position: relative; }
  section.projects .p-right .controls {
    font-size: 0;
    height: 50px;
    direction: rtl;
    display: inline-block;
    position: absolute;
    top: 95px;
    right: 330px;
    white-space: nowrap; }
    section.projects .p-right .controls:after {
      content: "";
      position: absolute;
      top: 8px;
      bottom: 8px;
      width: 2px;
      background: #88898b;
      border-right: 1px solid #a5a6a8;
      left: 35px; }
    section.projects .p-right .controls .ar {
      font-family: 'arimo-regular';
      font-weight: normal;
      background: #939498;
      color: #fff;
      font-size: 50px;
      line-height: 50px;
      display: inline-block;
      cursor: pointer;
      margin: 0;
      padding: 0 10px;
      position: relative;
      transition: 0.5s; }
      section.projects .p-right .controls .ar span {
        position: relative;
        top: -2px; }
      section.projects .p-right .controls .ar:hover {
        background: #a3a4a8; }
  section.projects .p-right .title {
    font-family: 'arimo-regular';
    font-weight: normal;
    font-size: 65px;
    line-height: 65px;
    color: #252525;
    max-width: 330px;
    position: relative;
    z-index: 2; }
    section.projects .p-right .title:after {
      content: "";
      position: absolute;
      background: #e6e6e7;
      height: 50px;
      width: 230px;
      left: 0;
      bottom: -15px;
      z-index: -1; }

section.projects .inner {
  margin-top: 50px;
  padding-right: 70px; }

section.projects .content, section.projects section.content-ltr {
  font-family: 'arimo-regular';
  font-weight: normal;
  font-size: 15px;
  color: #1a1a1a;
  line-height: 18px;
  min-width: 470px; }
  section.projects .content ul.menu, section.projects section.content-ltr ul.menu {
    margin-top: 40px; }
    section.projects .content ul.menu li, section.projects section.content-ltr ul.menu li {
      margin-top: 20px;
      position: relative;
      font-size: 18px; }
    section.projects .content ul.menu a, section.projects section.content-ltr ul.menu a {
      text-decoration: none;
      position: relative; }
      section.projects .content ul.menu a span, section.projects section.content-ltr ul.menu a span {
        opacity: 0;
        transition: 0.5s;
        position: relative;
        right: -150px;
        font-family: 'arimo-regular';
        font-weight: normal; }
      section.projects .content ul.menu a:hover span, section.projects section.content-ltr ul.menu a:hover span {
        opacity: 1;
        right: 0; }

section.projects .p-left {
  width: 71.5%; }
  section.projects .p-left .owl-theme .cover {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    opacity: 0;
    transition: 0.5s; }
    section.projects .p-left .owl-theme .cover .content, section.projects .p-left .owl-theme .cover section.content-ltr {
      position: absolute;
      top: 50%;
      right: 45px; }
      section.projects .p-left .owl-theme .cover .content p, section.projects .p-left .owl-theme .cover section.content-ltr p {
        font-family: 'arimo-bold';
        font-size: 25px;
        line-height: 25px;
        color: #fff;
        position: relative;
        top: -13px; }
        section.projects .p-left .owl-theme .cover .content p span, section.projects .p-left .owl-theme .cover section.content-ltr p span {
          font-family: 'arimo-regular';
          font-weight: normal; }
  section.projects .p-left .owl-theme .item {
    display: block; }
    section.projects .p-left .owl-theme .item:hover .cover {
      opacity: 1; }
  section.projects .p-left .owl-top .owl-stage-outer {
    direction: rtl; }
  section.projects .p-left .owl-bottom {
    margin-top: 25px;
    position: relative;
    left: -115px; }

@media only screen and (max-width: 1550px) {
  section.projects .p-right .content, section.projects .p-right section.content-ltr {
    min-width: 170px; }
  section.projects .p-right .title {
    font-size: 60px;
    line-height: 60px;
    max-width: 267px; }
  section.projects .p-right .controls {
    top: 85px;
    right: 277px; } }

@media only screen and (max-width: 1300px) {
  section.projects .cont-flex {
    align-items: flex-start; }
  section.projects .p-right {
    width: 40%; }
  section.projects .inner {
    margin-top: 50px;
    padding-right: 0;
    padding-left: 20px; }
  section.projects .content, section.projects section.content-ltr {
    min-width: 0; }
  section.projects .p-left {
    width: 60%; }
    section.projects .p-left .owl-bottom {
      position: static; } }

@media only screen and (max-width: 920px) {
  section.projects .part {
    width: 100%; }
  section.projects .inner {
    margin-top: 25px; }
  section.projects .p-left {
    margin-top: 35px; }
    section.projects .p-left .item .cover .content, section.projects .p-left .item .cover section.content-ltr {
      right: 20px; }
      section.projects .p-left .item .cover .content p, section.projects .p-left .item .cover section.content-ltr p {
        font-size: 18px; } }

@media only screen and (max-width: 500px) {
  section.projects .p-right .content, section.projects .p-right section.content-ltr {
    min-width: 170px; }
  section.projects .p-right .title {
    font-size: 50px;
    line-height: 50px;
    max-width: 267px; }
  section.projects .p-right .controls {
    top: 65px;
    right: auto;
    left: 0;
    z-index: 3; }
  section.projects .section-inner {
    padding-top: 35px;
    padding-bottom: 35px; } }

/* --------------------- /Section projects ---------------------- */
@-webkit-keyframes side {
  from {
    right: -100%; }
  to {
    right: 0; } }
@keyframes side {
  from {
    right: -100%; }
  to {
    right: 0; } }

/* ---------------------- Section brothers ---------------------- */
section.brothers {
  margin-top: 70px;
  font-size: 0; }
  section.brothers .section-inner {
    max-width: 1920px;
    padding: 0; }
  section.brothers .part {
    width: 50%; }
  section.brothers .p-right {
    position: relative;
    background: #e6e6e7; }
    section.brothers .p-right img {
      width: auto;
      height: 100%;
      position: relative;
      right: 50%;
      transform: translateX(50%);
      cursor: pointer;
      transition: 0.5s; }
      section.brothers .p-right img:hover {
        transform: scale(1.02, 1.02) translateX(50%);
        right: 51%; }
      @media only screen and (max-width: 800px) {
        section.brothers .p-right img {
          position: static;
          width: 100%;
          height: auto;
          transform: none !important; } }
  section.brothers .p-left {
    padding-right: 60px;
    padding-left: 10px;
    padding-top: 75px;
    padding-bottom: 35px;
    background: #e6e6e7;
    position: relative; }
    section.brothers .p-left .title {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 65px;
      line-height: 65px;
      color: #252525;
      display: inline-block;
      width: auto;
      position: relative;
      z-index: 2; }
      section.brothers .p-left .title:after {
        content: "";
        position: absolute;
        background: #3ea0df;
        height: 50px;
        width: 235px;
        left: -35px;
        bottom: -15px;
        z-index: -1; }
    section.brothers .p-left .sub-title {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 35px;
      color: #252525;
      position: relative;
      z-index: 3; }
    section.brothers .p-left .content, section.brothers .p-left section.content-ltr {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 15px;
      color: #1a1a1a;
      margin-top: 50px;
      max-width: 630px;
      padding-right: 80px; }
      section.brothers .p-left .content p, section.brothers .p-left section.content-ltr p {
        margin-top: 20px; }
  @media only screen and (max-width: 1360px) {
    section.brothers .p-left .title {
      font-size: 57px;
      line-height: 57px; }
    section.brothers .p-left .sub-title {
      font-size: 25px; } }
  @media only screen and (max-width: 1000px) {
    section.brothers .part {
      width: 100%; }
    section.brothers .p-left .title:after {
      width: 163px;
      bottom: -25px; } }
  @media only screen and (max-width: 510px) {
    section.brothers {
      margin-top: 35px; }
      section.brothers .p-left {
        padding: 10px;
        padding-bottom: 35px; }
        section.brothers .p-left .content, section.brothers .p-left section.content-ltr {
          padding: 0;
          margin-top: 24px; }
        section.brothers .p-left .title {
          font-size: 50px;
          line-height: 50px; }
          section.brothers .p-left .title:after {
            width: 163px;
            bottom: -28px;
            left: auto;
            right: 0; } }

/* --------------------- /Section brothers ---------------------- */
/* ---------------------- Section call-to-action ---------------------- */
section.call-to-action {
  background: #929497; }
  section.call-to-action p {
    font-family: 'arimo-regular';
    font-weight: normal;
    font-size: 25px;
    color: #fff;
    text-align: center;
    padding: 30px 10px; }

/* --------------------- /Section call-to-action ---------------------- */
/* ---------------------- footer ---------------------- */
footer {
  background: #46484a; }
  footer .footer-top {
    padding: 70px 0;
    border-bottom: 2px solid #929497; }
    footer .footer-top .cont-flex {
      justify-content: space-between; }
    footer .footer-top .column .title {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 20px;
      color: #929497; }
    footer .footer-top .column .content, footer .footer-top .column section.content-ltr {
      margin-top: 25px; }
      footer .footer-top .column .content a, footer .footer-top .column section.content-ltr a {
        transition: 0.5s;
        text-decoration: none; }
        footer .footer-top .column .content a:hover, footer .footer-top .column section.content-ltr a:hover {
          color: #fff; }
      footer .footer-top .column .content.flex, footer .footer-top .column section.flex.content-ltr {
        display: flex;
        justify-content: space-between; }
      footer .footer-top .column .content .half:first-child, footer .footer-top .column section.content-ltr .half:first-child {
        margin-left: 55px; }
      footer .footer-top .column .content .half p, footer .footer-top .column section.content-ltr .half p {
        font-family: 'arimo-regular';
        font-weight: normal;
        font-size: 15px;
        line-height: 30px;
        color: #fff; }
      footer .footer-top .column .content .social, footer .footer-top .column section.content-ltr .social {
        margin-top: 25px; }
        footer .footer-top .column .content .social .icon, footer .footer-top .column section.content-ltr .social .icon {
          color: #ffffff;
          display: inline-block;
          font-size: 18px;
          margin-left: 20px;
          transition: 0.5s; }
          footer .footer-top .column .content .social .icon:hover, footer .footer-top .column section.content-ltr .social .icon:hover {
            color: #929497; }
    footer .footer-top .column ul li {
      margin-top: 10px; }
    footer .footer-top .column a {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 15px;
      color: #929497; }
  footer .footer-bottom {
    padding: 30px 0; }
    footer .footer-bottom .inner {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    footer .footer-bottom .copy {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 15px;
      color: #929497;
      text-align: center; }
    footer .footer-bottom .credit a, footer .footer-bottom .credit span {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 15px;
      color: #929497;
      position: relative;
/*       padding-left: 30px; */
      padding-left: 70px;
      display: inline-block; }
      footer .footer-bottom .credit a img, footer .footer-bottom .credit span img {
        position: absolute;
        left: 0;
        top: 0; }
  @media only screen and (max-width: 950px) {
    footer .footer-top .column:nth-child(3) {
      display: none; } }
  @media only screen and (max-width: 730px) {
    footer .footer-top {
      padding: 45px 0; }
      footer .footer-top .column:nth-child(2) {
        display: none; }
    footer .footer-bottom .copy {
      width: 100%;
      text-align: center; }
    footer .footer-bottom .credit {
      width: 100%;
      margin-top: 25px;
      text-align: center; } }
  @media only screen and (max-width: 580px) {
    footer .footer-top .cont-flex {
      justify-content: center; }
    footer .footer-top .column:nth-child(4) {
      display: none; } }

/* --------------------- /footer ---------------------- */
.main-title {
  font-family: 'arimo-regular';
  font-weight: normal;
  font-size: 55px;
  line-height: 55px;
  color: #252525;
  display: inline-block;
  position: relative;
  z-index: 2; }
  .main-title:after {
    content: "";
    position: absolute;
    background: #e6e6e7;
    height: 50px;
    width: auto;
    left: -10px;
    right: 50%;
    bottom: -15px;
    z-index: -1; }
  @media only screen and (max-width: 800px) {
    .main-title {
      font-size: 50px;
      line-height: 50px; }
      .main-title:after {
        height: 30px;
        bottom: -10px; } }
  @media only screen and (max-width: 600px) {
    .main-title {
      font-size: 30px;
      line-height: 30px; }
      .main-title:after {
        height: 25px;
        bottom: -13px; } }

/* ---------------------- Section content ---------------------- */
section.content, section.content-ltr {
  margin-top: 90px; }
  @media only screen and (max-width: 650px) {
    section.content, section.content-ltr {
      margin-top: 65px; } }
  section.content .section-inner, section.content-ltr .section-inner {
    width: 100%;
    max-width: 1700px;
    border-top: 2px solid #e6e6e7;
    padding: 65px 10px; }
  section.content .content, section.content-ltr .content, section.content section.content-ltr, section.content-ltr section.content-ltr {
    font-family: 'arimo-regular';
    font-weight: normal;
    font-size: 15px;
    color: #1b1b1b;
    margin-top: 75px;
    overflow: auto; }
    section.content .content h1, section.content-ltr .content h1, section.content section.content-ltr h1, section.content-ltr section.content-ltr h1, section.content .content h2, section.content-ltr .content h2, section.content section.content-ltr h2, section.content-ltr section.content-ltr h2, section.content .content h3, section.content-ltr .content h3, section.content section.content-ltr h3, section.content-ltr section.content-ltr h3, section.content .content h4, section.content-ltr .content h4, section.content section.content-ltr h4, section.content-ltr section.content-ltr h4, section.content .content h5, section.content-ltr .content h5, section.content section.content-ltr h5, section.content-ltr section.content-ltr h5, section.content .content h6, section.content-ltr .content h6, section.content section.content-ltr h6, section.content-ltr section.content-ltr h6 {
      margin-top: 20px; }
    section.content .content p, section.content-ltr .content p, section.content section.content-ltr p, section.content-ltr section.content-ltr p {
      margin-top: 20px; }
    section.content .content img.alignleft, section.content-ltr .content img.alignleft, section.content section.content-ltr img.alignleft, section.content-ltr section.content-ltr img.alignleft {
      margin-right: 35px;
      max-width: 900px;
      height: auto !important; }
  @media only screen and (max-width: 800px) {
    section.content .section-inner, section.content-ltr .section-inner {
      padding: 35px 10px; }
    section.content .content, section.content-ltr .content, section.content section.content-ltr, section.content-ltr section.content-ltr {
      margin-top: 45px; }
      section.content .content img.alignleft, section.content-ltr .content img.alignleft, section.content section.content-ltr img.alignleft, section.content-ltr section.content-ltr img.alignleft {
        float: none;
        width: 100%;
        margin: auto; }
    section.content .title, section.content-ltr .title {
      font-size: 50px;
      line-height: 50px; }
      section.content .title:after, section.content-ltr .title:after {
        height: 30px;
        bottom: -10px; } }

/* --------------------- /Section content ---------------------- */
/* ---------------------- Section content-ltr ---------------------- */
section.content-ltr * {
  direction: ltr;
  text-align: left; }

/* --------------------- /Section content-ltr ---------------------- */
/* ---------------------- Section feedback ---------------------- */
section.feedback, section.blog {
  margin-top: 90px; }
  @media only screen and (max-width: 650px) {
    section.feedback, section.blog {
      margin-top: 65px; } }
  section.feedback .section-inner, section.blog .section-inner {
    width: 100%;
    max-width: 1700px;
    border-top: 2px solid #e6e6e7;
    padding: 65px 10px; }
  section.feedback .cont-fb, section.blog .cont-fb {
    margin-top: 95px; }
  section.feedback .row-2, section.blog .row-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2%; }
    section.feedback .row-2 .item, section.blog .row-2 .item {
      width: 50%;
      background: #fff; }
    section.feedback .row-2:nth-child(odd) .item:nth-child(1), section.blog .row-2:nth-child(odd) .item:nth-child(1) {
      background: #fff; }
    section.feedback .row-2:nth-child(odd) .item:nth-child(2), section.blog .row-2:nth-child(odd) .item:nth-child(2) {
      background: #e6e6e7; }
    section.feedback .row-2:nth-child(even) .item:nth-child(2), section.blog .row-2:nth-child(even) .item:nth-child(2) {
      background: #fff; }
    section.feedback .row-2:nth-child(even) .item:nth-child(1), section.blog .row-2:nth-child(even) .item:nth-child(1) {
      background: #e6e6e7; }
  section.feedback .row-3, section.blog .row-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 2%; }
    section.feedback .row-3 .item, section.blog .row-3 .item {
      width: 32%;
      background: #e6e6e7; }
      section.feedback .row-3 .item:nth-child(2), section.blog .row-3 .item:nth-child(2) {
        background: #fff;
        margin: 0 2%; }
  section.feedback .item, section.blog .item {
    font-family: 'arimo-regular';
    font-weight: normal;
    font-size: 15px;
    color: #252525;
    padding: 50px; }
    section.feedback .item img, section.blog .item img {
      float: left;
      margin-right: 50px;
      max-width: 224px; }
    section.feedback .item .inner, section.blog .item .inner {
      border-right: 2px solid #929497;
      padding-right: 30px; }
    section.feedback .item .name, section.blog .item .name {
      font-family: 'arimo-bold';
      font-size: 25px;
      line-height: 25px; }
    section.feedback .item .sub, section.blog .item .sub {
      font-family: 'arimo-bold';
      font-size: 15px;
      margin-top: 5px; }
    section.feedback .item .text, section.blog .item .text {
      margin-top: 10px; }
    section.feedback .item .read-more, section.blog .item .read-more {
      text-decoration: none;
      margin-top: 10px;
      display: inline-block;
      padding-right: 30px; }
      section.feedback .item .read-more:after, section.blog .item .read-more:after {
        content: "\203A";
        font-size: 20px;
        position: relative;
        top: 1px;
        right: 2px;
        transition: 0.5s; }
      section.feedback .item .read-more:hover:after, section.blog .item .read-more:hover:after {
        right: 5px; }
  @media only screen and (max-width: 1250px) {
    section.feedback .item img, section.blog .item img {
      float: none;
      margin-right: 0;
      margin-bottom: 25px; } }
  @media only screen and (max-width: 1000px) {
    section.feedback .row-2, section.blog .row-2 {
      margin-top: 3%; }
      section.feedback .row-2 .item, section.blog .row-2 .item {
        width: 100%; }
      section.feedback .row-2 .item:nth-child(1), section.blog .row-2 .item:nth-child(1) {
        background: #fff !important; }
      section.feedback .row-2 .item:nth-child(2), section.blog .row-2 .item:nth-child(2) {
        background: #e6e6e7 !important; }
    section.feedback .row-3, section.blog .row-3 {
      margin-top: 3%; }
      section.feedback .row-3 .item, section.blog .row-3 .item {
        width: 100%; }
        section.feedback .row-3 .item:nth-child(2), section.blog .row-3 .item:nth-child(2) {
          margin: 0; }
    section.feedback .item img, section.blog .item img {
      float: left;
      margin-right: 50px;
      margin-bottom: 0; } }
  @media only screen and (max-width: 650px) {
    section.feedback .item, section.blog .item {
      padding: 25px; }
      section.feedback .item img, section.blog .item img {
        float: none;
        margin-right: 0;
        margin-bottom: 25px; }
    section.feedback .section-inner, section.blog .section-inner {
      padding: 35px 10px; }
    section.feedback .cont-fb, section.blog .cont-fb {
      margin-top: 35px; } }

/* --------------------- /Section feedback ---------------------- */
/* ---------------------- Section title-media ---------------------- */
section.title-media {
  margin-top: 90px; }
  @media only screen and (max-width: 650px) {
    section.title-media {
      margin-top: 65px; } }
  section.title-media .mobile-toggle {
    font-family: 'arimo-regular';
    font-weight: normal;
    font-size: 15px;
    color: #1b1b1b;
    width: 100%;
    margin-top: 35px;
    display: none;
    cursor: pointer; }
    section.title-media .mobile-toggle img {
      position: relative;
      top: 1px;
      margin-left: 3px; }
    @media only screen and (max-width: 600px) {
      section.title-media .mobile-toggle {
        display: block; } }
  section.title-media .section-inner {
    width: 100%;
    max-width: 1700px;
    border-top: 2px solid #e6e6e7;
    padding: 65px 10px; }
  section.title-media .cont-flex {
    justify-content: space-between;
    align-items: flex-end; }
  section.title-media .title {
    font-family: 'arimo-regular';
    font-weight: normal;
    font-size: 65px;
    line-height: 65px;
    color: #252525;
    display: inline-block;
    position: relative;
    z-index: 2; }
    section.title-media .title:after {
      content: "";
      position: absolute;
      background: #e6e6e7;
      height: 50px;
      width: 230px;
      right: 40%;
      bottom: -15px;
      z-index: -1; }
  section.title-media .text {
    font-family: 'arimo-regular';
    font-weight: normal;
    font-size: 15px;
    color: #1b1b1b;
    max-width: 800px;
    margin-top: 30px; }
  @media only screen and (max-width: 600px) {
    section.title-media .menus-cont {
      display: none; } }
  section.title-media .menus {
    display: flex; }
  section.title-media .menu {
    font-size: 0;
    text-align: left;
    margin-right: 5px; }
    section.title-media .menu p, section.title-media .menu a {
      display: inline-block;
      text-decoration: none;
      margin-right: auto;
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 18px;
      color: #929497;
      background: #e6e6e7;
      text-align: center;
      padding: 15px;
      cursor: pointer;
      transition: 0.5s;
      position: relative;
      white-space: nowrap; }
      section.title-media .menu p.main, section.title-media .menu a.main {
        background: #c7c7ca;
        color: #323538; }
        section.title-media .menu p.main.selected, section.title-media .menu a.main.selected {
          color: #fff !important; }
      section.title-media .menu p:hover, section.title-media .menu p.selected, section.title-media .menu a:hover, section.title-media .menu a.selected {
        color: #252525; }
      section.title-media .menu p:before, section.title-media .menu a:before {
        content: "";
        position: absolute;
        top: 17px;
        bottom: 17px;
        right: 0;
        width: 2px;
        background: #929497; }
      section.title-media .menu p:first-child:before, section.title-media .menu a:first-child:before {
        display: none; }
      @media only screen and (max-width: 600px) {
        section.title-media .menu p, section.title-media .menu a {
          display: block;
          margin-top: 5px; }
          section.title-media .menu p:before, section.title-media .menu a:before {
            display: none; } }
  @media only screen and (max-width: 1200px) {
    section.title-media .title {
      font-size: 60px;
      line-height: 60px; }
      section.title-media .title:after {
        height: 50px;
        width: 150px;
        right: 40%;
        bottom: -15px;
        z-index: -1; } }
  @media only screen and (max-width: 1060px) {
    section.title-media .left {
      width: 100%; }
    section.title-media .text {
      width: 100%;
      margin-top: 35px;
      margin-bottom: 25px; }
    section.title-media .title {
      width: auto;
      max-width: 240px; }
      section.title-media .title:after {
        height: 50px;
        width: 230px;
        right: 40%;
        bottom: -15px;
        z-index: -1; }
    section.title-media .menu {
      width: auto;
      margin-top: 25px; }
    section.title-media .section-inner {
      padding: 35px 10px;
      padding-bottom: 15px; } }
  @media only screen and (max-width: 600px) {
    section.title-media .title {
      width: 100%;
      max-width: 100%;
      font-size: 30px;
      line-height: 30px; }
      section.title-media .title:after {
        height: 25px;
        bottom: -13px; } }

/* --------------------- /Section title-media ---------------------- */
/* ---------------------- Section media ---------------------- */
section.media .section-inner {
  width: 100%;
  max-width: 1700px;
  border-top: 2px solid #e6e6e7;
  padding: 65px 10px; }

section.media .cont-flex {
  justify-content: space-between;
  font-size: 0; }

section.media .item {
  position: relative;
  width: 32%;
  margin-bottom: 2%;
  overflow: hidden;
  visibility: hidden; }
  section.media .item img {
    width: 100%;
    max-height: 293px; }
  section.media .item .caption {
    position: absolute;
    right: -50%;
    width: 50%;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 2;
    text-align: right;
    background: rgba(0, 0, 0, 0.4);
    padding: 35px 50px 35px 30px;
    transition: 0.5s; }
    section.media .item .caption:before {
      content: "";
      position: absolute;
      width: 2px;
      background: #929497;
      top: 20px;
      bottom: 20px;
      right: 22px; }
    section.media .item .caption .title {
      font-family: 'arimo-bold';
      font-size: 15px;
      line-height: 15px;
      color: #fff; }
    section.media .item .caption a, section.media .item .caption span {
      font-family: 'arimo-bold';
      font-size: 15px;
      color: #fff;
      text-decoration: none;
      margin-top: 15px;
      display: inline-block;
      outline: none; }
      section.media .item .caption a:after, section.media .item .caption span:after {
        content: "\203A";
        font-size: 20px;
        position: relative;
        top: 1px;
        right: 2px;
        transition: 0.5s; }
      section.media .item .caption a:hover:after, section.media .item .caption span:hover:after {
        right: 5px; }
  section.media .item:hover .caption {
    right: 0; }

section.media .item.video .caption .title {
  font-family: 'arimo-regular';
  font-weight: normal;
  font-size: 15px;
  color: #fff; }

section.media .item.video .caption a:after, section.media .item.video .caption span:after {
  content: "\25b6";
  font-size: 22px;
  color: #3EA0DF;
  position: relative;
  top: 2px;
  right: 8px;
  transition: 0.5s; }

section.media .item.video .caption a:hover:after, section.media .item.video .caption span:hover:after {
  right: 5px; }

@media only screen and (max-width: 1400px) {
  section.media .item.article .caption {
    padding: 25px 50px 25px 20px; }
    section.media .item.article .caption .title {
      font-family: 'arimo-bold';
      font-size: 20px;
      line-height: 18px;
      color: #fff; } }

@media only screen and (max-width: 1200px) {
  section.media .item {
    width: 49%; } }

@media only screen and (max-width: 700px) {
  section.media .item {
    width: 100%; }
    section.media .item .caption {
      right: 0;
      width: 70%; }
  section.media .section-inner {
    padding: 35px 10px; } }

/* --------------------- /Section media ---------------------- */
/* ---------------------- Section contact ---------------------- */
section.contact {
  background: #e6e6e7; }
  section.contact .section-inner {
    width: 100%;
    max-width: 1556px;
    padding: 65px 10px;
    text-align: center; }
  section.contact .top {
    display: inline-block; }
  section.contact .title {
    font-family: 'arimo-regular';
    font-weight: normal;
    font-size: 65px;
    line-height: 65px;
    color: #252525;
    display: inline-block;
    width: auto;
    position: relative;
    z-index: 2;
    text-align: right; }
    section.contact .title:after {
      content: "";
      position: absolute;
      background: #3ea0df;
      height: 50px;
      width: 230px;
      left: -165px;
      bottom: -15px;
      z-index: -1; }
  section.contact .sub-title {
    font-family: 'arimo-regular';
    font-weight: normal;
    font-size: 35px;
    color: #252525;
    position: relative;
    z-index: 3;
    text-align: right; }
  section.contact .wpcf7 {
    margin-top: 80px; }
    section.contact .wpcf7 form {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      width: 100%;
      position: relative; }
    section.contact .wpcf7 input {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 15px;
      color: #1a1a1a;
      background: none;
      border: none;
      border-bottom: 1px solid #46484a;
      padding-bottom: 10px;
      outline: none;
      max-width: 295px;
      margin: 0 5px; }
      section.contact .wpcf7 input::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #1a1a1a; }
      section.contact .wpcf7 input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #1a1a1a; }
      section.contact .wpcf7 input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #1a1a1a; }
      section.contact .wpcf7 input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #1a1a1a; }
    section.contact .wpcf7 span[role="alert"], section.contact .wpcf7 .wpcf7-response-output {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 14px;
      border: none;
      color: #3ea0df;
      position: absolute; }
    section.contact .wpcf7 .wpcf7-response-output {
      font-size: 16px;
      bottom: -60px; }
    section.contact .wpcf7 input[type="submit"] {
      border: none;
      background: #46484a;
      padding: 15px 0;
      color: #fff;
      min-width: 230px;
      cursor: pointer;
      transition: 0.5s; }
      section.contact .wpcf7 input[type="submit"]:hover {
        background: #3ea0df; }
    section.contact .wpcf7 .ajax-loader {
      display: none !important; }
  @media only screen and (max-width: 1250px) {
    section.contact .section-inner .wpcf7 form {
      flex-wrap: wrap; }
    section.contact .section-inner .wpcf7 input[type="submit"] {
      margin-top: 20px;
      min-width: 295px; } }
  @media only screen and (max-width: 670px) {
    section.contact .section-inner .wpcf7 {
      margin-top: 40px; }
      section.contact .section-inner .wpcf7 .wpcf7-form-control-wrap {
        width: 100%; }
      section.contact .section-inner .wpcf7 input {
        max-width: 100%;
        width: 100%;
        margin: 0;
        margin-top: 20px; }
      section.contact .section-inner .wpcf7 input[type="submit"] {
        margin-top: 40px; }
    section.contact .section-inner .title {
      font-size: 57px;
      line-height: 57px; }
      section.contact .section-inner .title:after {
        height: 46px;
        width: 230px;
        left: -184px;
        bottom: -22px; }
    section.contact .section-inner .sub-title {
      font-size: 25px; } }
  @media only screen and (max-width: 390px) {
    section.contact .section-inner .title {
      font-size: 47px;
      line-height: 47px; }
    section.contact .section-inner .sub-title {
      font-size: 20px; } }

/* --------------------- /Section contact ---------------------- */
/* ---------------------- Section contact-page ---------------------- */
section.contact-page {
  margin-top: 90px; }
  @media only screen and (max-width: 650px) {
    section.contact-page {
      margin-top: 65px; } }
  section.contact-page .section-inner {
    width: 100%;
    max-width: 1556px;
    padding: 65px 10px;
    text-align: right;
    border-top: 2px solid #e6e6e7; }
  section.contact-page .cont-flex {
    justify-content: space-between; }
  section.contact-page .top {
    display: inline-block; }
  section.contact-page .title {
    font-family: 'arimo-regular';
    font-weight: normal;
    font-size: 65px;
    line-height: 65px;
    color: #252525;
    display: inline-block;
    width: auto;
    position: relative;
    z-index: 2;
    text-align: right; }
    section.contact-page .title:after {
      content: "";
      position: absolute;
      background: #3ea0df;
      height: 50px;
      width: 230px;
      left: -165px;
      bottom: -15px;
      z-index: -1; }
    @media only screen and (max-width: 670px) {
      section.contact-page .title {
        font-size: 57px;
        line-height: 57px; }
        section.contact-page .title:after {
          height: 46px;
          width: 230px;
          left: -184px;
          bottom: -22px; } }
    @media only screen and (max-width: 390px) {
      section.contact-page .title {
        font-size: 47px;
        line-height: 47px; } }
  section.contact-page .sub-title {
    font-family: 'arimo-regular';
    font-weight: normal;
    font-size: 35px;
    color: #252525;
    position: relative;
    z-index: 3;
    text-align: right; }
    @media only screen and (max-width: 670px) {
      section.contact-page .sub-title {
        font-size: 25px; } }
    @media only screen and (max-width: 390px) {
      section.contact-page .sub-title {
        font-size: 20px; } }
  section.contact-page .part-title {
    font-family: 'arimo-bold';
    font-size: 25px;
    color: #1b1b1b; }
    @media only screen and (max-width: 1050px) {
      section.contact-page .part-title {
        width: 100%; } }
  section.contact-page .cont-flex {
    margin-top: 70px; }
  section.contact-page .cont-form {
    width: 49%;
    background: #e6e6e7;
    padding: 55px 55px; }
  section.contact-page .image-part {
    overflow: hidden;
    width: 49%;
    font-size: 0; }
    section.contact-page .image-part img {
      height: 100%;
      max-height: 620px;
      position: relative; }
      @media only screen and (max-width: 1366px) {
        section.contact-page .image-part img {
          left: 15%; } }
    @media only screen and (max-width: 1000px) {
      section.contact-page .image-part {
        width: 100%; }
        section.contact-page .image-part img {
          width: 100%;
          height: auto;
          position: static; } }
  section.contact-page .wpcf7 {
    margin-top: 30px; }
    section.contact-page .wpcf7 form {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      flex-wrap: wrap;
      width: 100%;
      position: relative; }
      section.contact-page .wpcf7 form:before {
        content: "";
        position: absolute;
        width: 68px;
        top: 0;
        bottom: 0;
        background: #fff;
        right: -16px; }
    section.contact-page .wpcf7 .wpcf7-form-control-wrap {
      width: 100%;
      position: relative;
      z-index: 3; }
    section.contact-page .wpcf7 input, section.contact-page .wpcf7 textarea {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 25px;
      color: #1a1a1a;
      background: none;
      border: none;
      border-bottom: 2px solid #46484a;
      padding-bottom: 10px;
      outline: none;
      width: 100%;
      margin: 30px 0; }
      section.contact-page .wpcf7 input::-webkit-input-placeholder, section.contact-page .wpcf7 textarea::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #1a1a1a; }
      section.contact-page .wpcf7 input:-moz-placeholder, section.contact-page .wpcf7 textarea:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #1a1a1a; }
      section.contact-page .wpcf7 input::-moz-placeholder, section.contact-page .wpcf7 textarea::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #1a1a1a; }
      section.contact-page .wpcf7 input:-ms-input-placeholder, section.contact-page .wpcf7 textarea:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #1a1a1a; }
    section.contact-page .wpcf7 textarea {
      border: 2px solid #46484a;
      max-height: 200px; }
    @media only screen and (max-width: 1300px) {
      section.contact-page .wpcf7 input, section.contact-page .wpcf7 textarea {
        font-size: 20px;
        margin: 10px 0; } }
    section.contact-page .wpcf7 span[role="alert"], section.contact-page .wpcf7 .wpcf7-response-output {
      font-family: 'arimo-regular';
      font-weight: normal;
      border: none;
      color: #3ea0df;
      position: absolute;
      bottom: 0; }
    section.contact-page .wpcf7 .wpcf7-response-output {
      bottom: -50px; }
    section.contact-page .wpcf7 input[type="submit"] {
      border: none;
      background: #46484a;
      padding: 15px 0;
      color: #fff;
      max-width: 375px;
      margin-right: auto;
      cursor: pointer;
      transition: 0.5s;
      position: relative;
      z-index: 3;
      margin-top: 0;
      margin-bottom: 0; }
      section.contact-page .wpcf7 input[type="submit"]:hover {
        background: #3ea0df; }
    section.contact-page .wpcf7 .ajax-loader {
      display: none !important; }
  section.contact-page .cont-text {
    width: 100%;
    padding-top: 85px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    section.contact-page .cont-text .block p {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 15px;
      color: #1b1b1b;
      margin-top: 5px; }
      section.contact-page .cont-text .block p i {
        color: #7f7f7f;
        margin-left: 5px; }
    @media only screen and (max-width: 1050px) {
      section.contact-page .cont-text .block {
        width: 33%;
        margin-top: 25px; } }
    @media only screen and (max-width: 555px) {
      section.contact-page .cont-text .block {
        width: 100%; } }
    @media only screen and (max-width: 1050px) {
      section.contact-page .cont-text {
        padding-top: 35px; } }
  @media only screen and (max-width: 1000px) {
    section.contact-page .section-inner {
      padding: 35px 10px; }
    section.contact-page .cont-form {
      width: 100%;
      padding: 35px; }
      section.contact-page .cont-form form:before {
        content: "";
        position: absolute;
        width: 50px;
        top: 0;
        bottom: 0;
        background: #fff;
        right: -25px; } }

/* --------------------- /Section contact-page ---------------------- */
/* ---------------------- Section projects ---------------------- */
section.projects-inner .section-inner {
  width: 100%;
  max-width: 1700px;
  padding: 65px 10px;
  padding-top: 0; }

section.projects-inner .row-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2%; }
  section.projects-inner .row-2 .item {
    width: 49%; }

section.projects-inner .row-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 2%; }
  section.projects-inner .row-3 .item {
    width: 32%; }
    section.projects-inner .row-3 .item:nth-child(2) {
      margin: 0 2%; }

section.projects-inner .item {
  position: relative;
  transition: 0.5s;
  display: block;
  visibility: hidden;
  overflow: hidden; }
  section.projects-inner .item img {
    width: 100%;
    height: 100%; }
  section.projects-inner .item img.mob {
    display: none; }
  section.projects-inner .item .caption {
    position: absolute;
    bottom: 0;
    right: -70%;
    z-index: 2;
    text-align: right;
    background: rgba(0, 0, 0, 0.4);
    padding: 25px 50px 25px 20px;
    max-width: 70%;
    transition: 0.5s;
    pointer-events: none; }
    section.projects-inner .item .caption:before {
      content: "";
      position: absolute;
      width: 2px;
      background: #929497;
      top: 20px;
      bottom: 20px;
      right: 22px; }
    section.projects-inner .item .caption .title {
      font-family: 'arimo-bold';
      font-size: 15px;
      line-height: 15px;
      color: #fff; }
    section.projects-inner .item .caption .text {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 15px;
      color: #fff;
      margin-top: 10px;
      transition: 0.5s; }
    section.projects-inner .item .caption a, section.projects-inner .item .caption span {
      font-family: 'arimo-bold';
      font-size: 15px;
      color: #fff;
      text-decoration: none;
      margin-top: 5px;
      display: inline-block; }
      section.projects-inner .item .caption a:after, section.projects-inner .item .caption span:after {
        content: "\203A";
        font-size: 20px;
        position: relative;
        top: 1px;
        right: 2px;
        transition: 0.5s; }
      section.projects-inner .item .caption a:hover:after, section.projects-inner .item .caption span:hover:after {
        right: 5px; }
  section.projects-inner .item:hover .caption {
    right: 0; }

@media only screen and (max-width: 1000px) {
  section.projects-inner .row-2 {
    margin-top: 0; }
    section.projects-inner .row-2 .item {
      width: 100%; }
  section.projects-inner .row-3 {
    margin-top: 0; }
    section.projects-inner .row-3 .item {
      width: 100%;
      margin: 0;
      margin-top: 2%; }
      section.projects-inner .row-3 .item:nth-child(2) {
        margin: 0;
        margin-top: 2%; }
  section.projects-inner .item {
    margin-top: 2%; } }

@media only screen and (max-width: 1150px) {
  section.projects-inner .caption .text {
    display: none; } }

@media only screen and (max-width: 1000px) {
  section.projects-inner .item .caption {
    width: 70%;
    right: 0; }
    section.projects-inner .item .caption .title {
      font-size: 13px; } }

/* --------------------- /Section projects ---------------------- */
/* ---------------------- Section blog ---------------------- */
section.blog .row-3:nth-child(odd) .item {
  background: #e6e6e7; }
  section.blog .row-3:nth-child(odd) .item:nth-child(1) {
    background: #E6E6E8; }
  section.blog .row-3:nth-child(odd) .item:nth-child(2) {
    background: #fff; }
  section.blog .row-3:nth-child(odd) .item:nth-child(3) {
    background: #47484A;
    color: #fff; }
    section.blog .row-3:nth-child(odd) .item:nth-child(3) a {
      color: #fff; }

section.blog .row-3:nth-child(even) .item {
  background: #e6e6e7; }
  section.blog .row-3:nth-child(even) .item:nth-child(2) {
    background: #E6E6E8; }
  section.blog .row-3:nth-child(even) .item:nth-child(3) {
    background: #fff; }
  section.blog .row-3:nth-child(even) .item:nth-child(1) {
    background: #47484A;
    color: #fff; }
    section.blog .row-3:nth-child(even) .item:nth-child(1) a {
      color: #fff; }

section.blog .row-2:nth-child(even) .item:nth-child(2) {
  background: #e6e6e7; }

section.blog .row-2:nth-child(even) .item:nth-child(1) {
  background: #fff; }

section.blog .row-2:nth-child(odd) .item:nth-child(1) {
  background: #e6e6e7; }

section.blog .row-2:nth-child(odd) .item:nth-child(2) {
  background: #fff; }

@media only screen and (max-width: 1000px) {
  section.blog .row-2:nth-child(even) .item:nth-child(2) {
    background: #e6e6e7; }
  section.blog .row-2:nth-child(even) .item:nth-child(1) {
    background: #fff; }
  section.blog .row-2:nth-child(odd) .item:nth-child(2) {
    background: #e6e6e7; }
  section.blog .row-2:nth-child(odd) .item:nth-child(1) {
    background: #fff; } }

/* --------------------- /Section blog ---------------------- */
/* ---------------------- Section project ---------------------- */
section.project {
  margin-top: 90px; }
  @media only screen and (max-width: 650px) {
    section.project {
      margin-top: 65px; } }
  section.project .section-inner {
    width: 100%;
    max-width: 1550px;
    border-top: 2px solid #e6e6e7;
    padding: 65px 10px;
    overflow: auto;
    font-size: 0; }
  section.project .container {
    margin-top: 80px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap; }
  section.project .part-right {
    width: 28%; }
    section.project .part-right .text {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 15px;
      color: #1b1b1b; }
      section.project .part-right .text p {
        margin-bottom: 25px; }
    section.project .part-right .part-title {
      font-family: 'arimo-regular';
      font-weight: normal;
      font-size: 25px;
      color: #1b1b1b; }
    section.project .part-right .cont-form {
      width: 100%;
      background: #fff;
      padding: 55px 30px 55px 0;
      margin-top: 55px;
      border-top: 2px solid #e6e6e7; }
    section.project .part-right .wpcf7 {
      margin-top: 30px; }
      section.project .part-right .wpcf7 form {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-wrap: wrap;
        width: 100%;
        position: relative; }
        section.project .part-right .wpcf7 form:before {
          content: "";
          position: absolute;
          width: 55px;
          top: 0;
          bottom: 0;
          background: #e6e6e7;
          right: -30px; }
      section.project .part-right .wpcf7 .wpcf7-form-control-wrap {
        width: 100%;
        position: relative;
        z-index: 3; }
      section.project .part-right .wpcf7 input, section.project .part-right .wpcf7 textarea {
        font-family: 'arimo-regular';
        font-weight: normal;
        font-size: 15px;
        color: #1a1a1a;
        background: none;
        border: none;
        border-bottom: 2px solid #46484a;
        padding-bottom: 10px;
        outline: none;
        width: 100%;
        margin: 30px 0; }
        section.project .part-right .wpcf7 input::-webkit-input-placeholder, section.project .part-right .wpcf7 textarea::-webkit-input-placeholder {
          /* WebKit browsers */
          color: #1a1a1a; }
        section.project .part-right .wpcf7 input:-moz-placeholder, section.project .part-right .wpcf7 textarea:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #1a1a1a; }
        section.project .part-right .wpcf7 input::-moz-placeholder, section.project .part-right .wpcf7 textarea::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #1a1a1a; }
        section.project .part-right .wpcf7 input:-ms-input-placeholder, section.project .part-right .wpcf7 textarea:-ms-input-placeholder {
          /* Internet Explorer 10+ */
          color: #1a1a1a; }
      section.project .part-right .wpcf7 textarea {
        border: 2px solid #46484a;
        max-height: 100px; }
      section.project .part-right .wpcf7 span[role="alert"], section.project .part-right .wpcf7 .wpcf7-response-output {
        font-family: 'arimo-regular';
        font-weight: normal;
        font-size: 15px;
        border: none;
        color: #3ea0df;
        position: absolute;
        bottom: 10px;
        right: 0; }
      section.project .part-right .wpcf7 .wpcf7-response-output {
        bottom: -20px; }
      section.project .part-right .wpcf7 input[type="submit"] {
        border: none;
        background: #46484a;
        padding: 15px 0;
        color: #fff;
        max-width: 230px;
        margin-right: auto;
        cursor: pointer;
        transition: 0.5s;
        position: relative;
        z-index: 3; }
        section.project .part-right .wpcf7 input[type="submit"]:hover {
          background: #3ea0df; }
      section.project .part-right .wpcf7 .ajax-loader {
        display: none !important; }
  section.project .part-left {
    width: 68%; }
  section.project .gallery {
    font-size: 0; }
    section.project .gallery .main-img {
      width: 100%; }
      section.project .gallery .main-img img {
        width: 100%; }
    section.project .gallery .thumbs {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; }
      section.project .gallery .thumbs .thumb {
        width: 32%;
        cursor: pointer;
        transition: 0.5s;
        margin-top: 2%; }
        section.project .gallery .thumbs .thumb.selected {
          opacity: 0.5; }
        section.project .gallery .thumbs .thumb img {
          width: 100%; }
        section.project .gallery .thumbs .thumb.md {
          margin: 2% 2% 0 2%; }
  @media only screen and (max-width: 1000px) {
    section.project .section-inner {
      padding: 35px 10px; }
    section.project .container {
      margin-top: 45px; }
    section.project .part-left {
      float: none;
      width: 100%; }
    section.project .part-right {
      margin-top: 55px;
      float: none;
      width: 100%; } }
  @media only screen and (max-width: 550px) {
    section.project .gallery .thumbs {
      justify-content: space-between; }
      section.project .gallery .thumbs .thumb {
        width: 49%;
        margin: 0 !important;
        margin-top: 2% !important; } }

/* --------------------- /Section project ---------------------- */
.nav-slide {
  position: fixed;
  top: 50%;
  right: 0;
  left: 0; }

nav a {
  position: absolute;
  top: 50%;
  display: block;
  outline: none;
  text-align: left;
  z-index: 1000;
  transform: translateY(-50%); }

nav a.prev {
  left: 0; }

nav a.next {
  right: 0; }

nav a svg {
  display: block;
  margin: 0 auto;
  padding: 0; }

/* ---------------------- Section text ---------------------- */
section.text .section-inner {
  width: 100%;
  max-width: 1700px;
  padding: 10px; }

section.text p {
  font-family: 'arimo-regular';
  font-weight: normal;
  font-size: 15px;
  color: #1b1b1b;
  margin: 15px 0; }

/* --------------------- /Section text ---------------------- */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Individual styles */
/*--------------------*/
/* Slide out */
/*--------------------*/
.color-1 {
  background: #bdc3c7; }

.nav-slide .icon-wrap {
  position: relative;
  z-index: 100;
  display: block;
  padding: 20px;
  background-color: #e6e6e7;
  font-size: 30px; }

.nav-slide div {
  position: absolute;
  top: 50%;
  padding: 0 100px;
  background-color: #46484a;
  transition: transform 0.3s; }

.nav-slide a.prev div {
  left: 0;
  padding-right: 120px;
  transform: translateY(-50%) translateX(-100%);
  height: 100%; }

.nav-slide a.next div {
  right: 0;
  padding-left: 120px;
  text-align: right;
  height: 100%;
  transform: translateY(-50%) translateX(100%); }

.nav-slide h3 {
  position: relative;
  margin: 0;
  color: #fff;
  white-space: nowrap;
  font-family: 'arimo-regular';
  font-weight: normal;
  font-size: 17px;
  color: #fff;
  line-height: 71px; }

.nav-slide div h3 span {
  display: block;
  color: #95a5a6;
  font-style: italic;
  font-size: 65%;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif; }

.nav-slide img {
  position: absolute;
  top: 0;
  height: 100%; }

.nav-slide a.prev img {
  right: 0; }

.nav-slide a.next img {
  left: 0; }

.nav-slide a:hover div {
  transform: translateY(-50%) translateX(0); }

@media screen and (max-width: 520px) {
  .nav-slide a.prev,
  .nav-reveal a.prev,
  .nav-doubleflip a.prev,
  .nav-fillslide a.prev,
  .nav-growpop a.prev {
    transform-origin: 0% 50%; }
  .nav-slide a.next,
  .nav-reveal a.next,
  .nav-doubleflip a.next,
  .nav-fillslide a.next,
  .nav-growpop a.next {
    transform-origin: 100% 50%; }
  .nav-slide a,
  .nav-reveal a,
  .nav-doubleflip a,
  .nav-fillslide a {
    transform: scale(0.6); }
  .nav-growpop a {
    transform: translateY(-50%) scale(0.6); } }

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
	direction: rtl !important;
}

body.admin-bar header {
	top: 32px;
}
header .header-inner .menu-cont ul.main-menu li .sub-menu{
	background-color: #000;
    padding-bottom: 10px;
}
header .header-inner .menu-cont ul.main-menu li.menu-item-has-children{
	position: relative;
}
header .header-inner .menu-cont ul.main-menu li.menu-item-has-children::before{
    content: "🢓";
    position: absolute;
    left: 0;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    height: 5px;
}


header .header-inner .menu-cont ul.main-menu li .sub-menu li a{
	display: block;
	line-height:1;
	color: #fff;
	font-size: 16px;
	padding: 10px;
}

.mobile-menu-cont .mobile-menu > li .sub-menu li a{
	padding: 9px;
	display: block;
}
.mobile-menu-cont .mobile-menu .open-arrow{
	top: 22px;
}

.mobile-menu-cont .mobile-menu .rotate{
	color: #fff;
}