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

body {
  position: relative;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 1000px) {
    body {
      padding-top: 55px; } }

a {
  text-decoration: none; }

*, *::before, *::after {
  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: 1564px;
  padding: 0 10px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 2; }
  .section-inner.narrow {
    max-width: 1216px; }

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

body .str-left {
  background: url(../images/icons/arrow-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/arrow-r.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  position: relative;
  right: 0; }

body .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  pointer-events: none;
  height: 39px;
  transform: translateY(-50%); }

body .owl-prev {
  position: absolute;
  left: 5px;
  background: none !important;
  width: 21px;
  height: 39px;
  pointer-events: auto; }

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

body .owl-next {
  position: absolute !important;
  right: 5px;
  background: none !important;
  width: 21px;
  height: 39px;
  pointer-events: auto; }

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: #bfc4d6;
  display: inline-block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  transition: 0.5s; }

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

/**
 * 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 ---------------------- */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: 0px 0 0 0px;
  padding: 5px;
  background: #666666;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px; }

/* ----------------- Header -------------------- */
header {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: 99;
  transition: 0.5s; }
  header .header-inner {
    width: 100%;
    max-width: 1830px;
    margin: auto;
    padding: 10px;
    direction: rtl;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .header-inner .menu-and-icons {
      position: relative;
      flex-grow: 1;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 13px 0;
      border-bottom: 4px solid #fff; }
      header .header-inner .menu-and-icons:after {
        position: absolute;
        content: "";
        left: -1px;
        bottom: -10px;
        width: 16px;
        height: 16px;
        background: #fff;
        border-radius: 50px; }
      @media only screen and (max-width: 1150px) {
        header .header-inner .menu-and-icons {
          padding: 21px 0; } }
    header .header-inner .menu-cont {
      display: inline-block;
      vertical-align: middle; }
      @media only screen and (max-width: 1000px) {
        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;
          margin: 0 0.1%; }
          header .header-inner .menu-cont ul.main-menu > li a {
            transition: 0.5s;
            font-family: 'Heebo', sans-serif;
            font-weight: normal;
            font-weight: 400;
            font-size: 20px;
            color: #fff;
            padding: 5px 15px;
            white-space: nowrap;
            border-bottom: 4px solid rgba(0, 0, 0, 0);
            position: relative; }
            @media only screen and (max-width: 1400px) {
              header .header-inner .menu-cont ul.main-menu > li a {
                padding: 5px 6px;
                font-size: 17px; } }
            header .header-inner .menu-cont ul.main-menu > li a:after {
              position: absolute;
              content: "";
              height: 4px;
              background: rgba(0, 0, 0, 0);
              left: 7px;
              right: 7px;
              bottom: -23px;
              transition: 0.5s; }
              @media only screen and (max-width: 1400px) {
                header .header-inner .menu-cont ul.main-menu > li a:after {
                  bottom: -25px;
                  left: 7px;
                  right: 7px; } }
          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: #ef9d3b; }
          header .header-inner .menu-cont ul.main-menu > li .sub-menu {
            display: none;
            padding-top: 20px;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 29px;
            background-color: #273673;
            min-width: 160px;
            text-align: center;
            padding: 15px; }
            header .header-inner .menu-cont ul.main-menu > li .sub-menu .inner {
              border: 4px solid #eb9c3b;
              position: relative;
              padding: 5px;
              padding-bottom: 10px; }
              header .header-inner .menu-cont ul.main-menu > li .sub-menu .inner:after {
                content: url("../images/k-sub.jpg");
                position: absolute;
                bottom: -15px;
                left: 50%;
                transform: translateX(-50%); }
            header .header-inner .menu-cont ul.main-menu > li .sub-menu li {
              margin: 5px 0; }
              header .header-inner .menu-cont ul.main-menu > li .sub-menu li a {
                font-size: 18px;
                border: none;
                color: #fff; }
                header .header-inner .menu-cont ul.main-menu > li .sub-menu li a:hover {
                  color: #c38b30 !important;
                  border: none;
                  text-decoration: underline; }
          header .header-inner .menu-cont ul.main-menu > li:hover .sub-menu {
            display: block; }
    header .header-inner .logo-cont {
      width: 150px; }
      header .header-inner .logo-cont img {
        position: relative;
        top: 26px; }
      @media only screen and (max-width: 1100px) {
        header .header-inner .logo-cont img {
          width: 50px; } }
    header .header-inner .icons {
      position: relative;
      top: -3px;
      margin-right: 10px;
      white-space: nowrap; }
      header .header-inner .icons .icon {
        width: 50px;
        height: 50px;
        background: #273673;
        border-radius: 50px;
        font-size: 20px;
        text-align: center;
        position: relative;
        cursor: pointer;
        margin: 0 5px;
        display: inline-block;
        vertical-align: middle;
        transition: 0.5s; }
        header .header-inner .icons .icon .num-of-pr {
          font-family: 'Heebo', sans-serif;
          font-weight: normal;
          font-weight: 400;
          font-size: 14px;
          color: #273673;
          background: #eb9c3b;
          position: absolute;
          top: -5px;
          right: -5px;
          border-radius: 100px;
          width: 20px;
          height: 20px; }
          @media only screen and (max-width: 1000px) {
            header .header-inner .icons .icon .num-of-pr {
              width: 15px;
              height: 15px;
              font-size: 11px; } }
        header .header-inner .icons .icon:hover {
          background: #eb9c3b; }
        header .header-inner .icons .icon img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateY(-50%) translateX(-50%); }
        @media only screen and (max-width: 1150px) {
          header .header-inner .icons .icon {
            width: 35px;
            height: 35px;
            margin: 0 2px; }
            header .header-inner .icons .icon img {
              width: 20px; } }
        header .header-inner .icons .icon.phone {
          display: none; }
          @media only screen and (max-width: 1500px) {
            header .header-inner .icons .icon.phone {
              display: inline-block; } }
      header .header-inner .icons .tel {
        display: inline-block;
        vertical-align: middle; }
        header .header-inner .icons .tel p {
          display: inline-block;
          font-family: 'Heebo', sans-serif;
          font-weight: 700;
          font-size: 30px;
          color: #fff; }
        @media only screen and (max-width: 1500px) {
          header .header-inner .icons .tel {
            display: none; } }
  @media only screen and (max-width: 1000px) {
    header {
      position: fixed !important;
      background-color: #273673;
      box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25);
      z-index: 999;
      height: 55px; }
      header .header-inner {
        padding: 5px; }
        header .header-inner .logo-cont {
          width: auto; }
          header .header-inner .logo-cont img {
            position: static;
            width: 29px; }
        header .header-inner .menu-and-icons {
          padding: 0;
          border-bottom: none;
          justify-content: center;
          margin-left: 15px; }
          header .header-inner .menu-and-icons .icons {
            text-align: center; }
          header .header-inner .menu-and-icons:after {
            display: none; } }

/* ----------------- /Header -------------------- */
/* --------------- Toggle button ---------------- */
.toggle-button {
  width: 38px;
  min-width: 38px;
  height: 29px;
  position: relative;
  top: -3px;
  border-radius: 5px;
  z-index: 102;
  cursor: pointer;
  display: none;
  transition: 0.5s; }
  @media only screen and (max-width: 1000px) {
    .toggle-button {
      display: block; } }
  .toggle-button div {
    width: 22px;
    height: 3px;
    background-color: #fff;
    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: #273673;
  position: absolute;
  top: 55px;
  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 {
      transition: 0.5s;
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      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: #eb9c3b; }
    .mobile-menu-cont .mobile-menu > li.current_page_item, .mobile-menu-cont .mobile-menu > li.current-menu-item > a {
      color: #eb9c3b; }
    .mobile-menu-cont .mobile-menu > li .sub-menu {
      padding-top: 10px; }
      .mobile-menu-cont .mobile-menu > li .sub-menu li {
        margin-top: 5px; }
        .mobile-menu-cont .mobile-menu > li .sub-menu li a {
          padding-right: 10px;
          font-size: 18px; }
  .mobile-menu-cont .mobile-menu .open-arrow {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
    font-size: 14px;
    margin-right: 25px;
    position: absolute;
    top: 17px;
    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: #eb9c3b; }

/* --------------- /Mobile menu ---------------- */
/* ---------------------- Section top-index ---------------------- */
@-webkit-keyframes down-fade {
  0% {
    top: 4px;
    opacity: 0; }
  25% {
    top: 20px;
    opacity: 1; }
  50% {
    top: 38px;
    opacity: 0; }
  100% {
    top: 38px;
    opacity: 0; } }
@keyframes down-fade {
  0% {
    top: 4px;
    opacity: 0; }
  25% {
    top: 20px;
    opacity: 1; }
  50% {
    top: 38px;
    opacity: 0; }
  100% {
    top: 38px;
    opacity: 0; } }

@-webkit-keyframes blink {
  0% {
    opacity: 0;
    transform: rotate(0deg); }
  50% {
    opacity: 1;
    transform: rotate(30deg); }
  100% {
    opacity: 0;
    transform: rotate(60deg); } }

@keyframes blink {
  0% {
    opacity: 0;
    transform: rotate(0deg); }
  50% {
    opacity: 1;
    transform: rotate(30deg); }
  100% {
    opacity: 0;
    transform: rotate(60deg); } }

@-webkit-keyframes ar-left {
  0% {
    transform: translateX(0px) translateY(0px); }
  50% {
    transform: translateX(-100px) translateY(-20px); }
  100% {
    transform: translateX(0px) translateY(0px); } }

@keyframes ar-left {
  0% {
    transform: translateX(0px) translateY(0px); }
  50% {
    transform: translateX(-100px) translateY(-20px); }
  100% {
    transform: translateX(0px) translateY(0px); } }

@-webkit-keyframes ar-right {
  0% {
    transform: translateX(0px) translateY(0px); }
  50% {
    transform: translateX(50px) translateY(10px); }
  100% {
    transform: translateX(0px) translateY(0px); } }

@keyframes ar-right {
  0% {
    transform: translateX(0px) translateY(0px); }
  50% {
    transform: translateX(50px) translateY(10px); }
  100% {
    transform: translateX(0px) translateY(0px); } }

section.top-index {
  font-size: 0;
  position: relative;
  max-height: 820px; }
  section.top-index .ms-anim-layers {
    position: relative; }
    @media only screen and (max-width: 600px) {
      section.top-index .ms-anim-layers {
        display: none; } }
  section.top-index .arrow-left {
    -webkit-animation: ar-left 4s infinite linear;
            animation: ar-left 4s infinite linear; }
  section.top-index .arrow-right {
    -webkit-animation: ar-right 4s infinite linear;
            animation: ar-right 4s infinite linear; }
  section.top-index .blink {
    -webkit-animation: blink 5s infinite  linear;
            animation: blink 5s infinite  linear; }
  section.top-index img.bg {
    width: 100%;
    height: auto; }
  section.top-index .section-inner {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; }
  section.top-index .line-1 {
    font-family: 'Heebo', sans-serif;
    font-weight: medium;
    font-weight: 500;
    font-size: 120px;
    line-height: 120px;
    color: #fff; }
    section.top-index .line-1 strong {
      color: #ef9d3b; }
  section.top-index .line-2 {
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #fff; }
  section.top-index .call-to-action {
    position: absolute;
    bottom: 39px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    pointer-events: none;
    z-index: 9; }
    section.top-index .call-to-action p {
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 30px;
      color: #fff; }
    section.top-index .call-to-action .button {
      position: relative;
      height: 67px;
      width: 33px;
      border: 2px solid #fff;
      border-radius: 100px;
      margin: auto;
      margin-top: 30px;
      pointer-events: auto;
      cursor: pointer; }
      section.top-index .call-to-action .button .circle {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #ef9d3b;
        border-radius: 100px;
        right: 4px;
        top: 4px;
        -webkit-animation: down-fade 3s infinite linear;
                animation: down-fade 3s infinite linear; }
  @media only screen and (max-width: 1400px) {
    section.top-index .line-1 {
      font-size: 90px;
      line-height: 90px; }
    section.top-index .line-2 {
      font-size: 40px;
      line-height: 40px; }
    section.top-index .call-to-action {
      bottom: 19px; }
      section.top-index .call-to-action p {
        font-size: 20px; }
      section.top-index .call-to-action .button {
        margin-top: 15px; } }
  @media only screen and (max-width: 1000px) {
    section.top-index .section-inner {
      transform: none;
      top: 35px;
      text-align: center; }
    section.top-index .line-1 {
      font-size: 50px;
      line-height: 50px; }
    section.top-index .line-2 {
      font-size: 30px;
      line-height: 30px; } }
  @media only screen and (max-width: 450px) {
    section.top-index .slider .ms-slide-bgcont img {
      position: relative;
      left: 100%; } }

/* --------------------- /Section top-index ---------------------- */
/* ---------------------- Section about ---------------------- */
section.about, section.about-inner, section.post {
  font-size: 0;
  padding: 80px 0;
  padding-top: 130px;
  text-align: center;
  background: #f9f9f9;
  position: relative; }
  section.about .decor, section.about-inner .decor, section.post .decor {
    position: absolute;
    right: 0;
    top: 0;
    width: 17%;
    z-index: 1; }
    section.about .decor img, section.about-inner .decor img, section.post .decor img {
      width: 100%; }
  section.about .content, section.about-inner .content, section.post .content {
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    margin-top: 55px; }
    section.about .content p, section.about-inner .content p, section.post .content p {
      margin-top: 25px;
      text-align: center; }
  section.about .advantages, section.about-inner .advantages, section.post .advantages {
    margin-top: 50px; }
    section.about .advantages .boxes, section.about-inner .advantages .boxes, section.post .advantages .boxes {
      display: flex;
      justify-content: center; }
      section.about .advantages .boxes .box, section.about-inner .advantages .boxes .box, section.post .advantages .boxes .box {
        margin: 3%;
        max-width: 270px; }
        section.about .advantages .boxes .box .title, section.about-inner .advantages .boxes .box .title, section.post .advantages .boxes .box .title {
          font-family: 'Heebo', sans-serif;
          font-weight: 700;
          font-size: 30px;
          color: #273673;
          position: relative;
          white-space: nowrap; }
          section.about .advantages .boxes .box .title strong, section.about-inner .advantages .boxes .box .title strong, section.post .advantages .boxes .box .title strong {
            color: #eb9c3b; }
          section.about .advantages .boxes .box .title .bt, section.about-inner .advantages .boxes .box .title .bt, section.post .advantages .boxes .box .title .bt {
            content: "";
            display: block;
            left: 50%;
            height: 20px;
            width: 20px;
            background: #eb9c3b;
            margin: auto;
            border-radius: 50px;
            margin-bottom: 15px; }
        section.about .advantages .boxes .box .text, section.about-inner .advantages .boxes .box .text, section.post .advantages .boxes .box .text {
          font-family: 'Heebo', sans-serif;
          font-weight: normal;
          font-weight: 400;
          font-size: 20px;
          color: #000; }
  @media only screen and (max-width: 700px) {
    section.about, section.about-inner, section.post {
      padding: 50px 0; }
      section.about .content, section.about-inner .content, section.post .content {
        font-size: 16px;
        margin-top: 15px;
        padding: 20px; }
        section.about .content p, section.about-inner .content p, section.post .content p {
          margin-top: 25px;
          text-align: center;
          text-align: justify; }
      section.about .advantages, section.about-inner .advantages, section.post .advantages {
        margin-top: 25px; }
        section.about .advantages .boxes .box .title, section.about-inner .advantages .boxes .box .title, section.post .advantages .boxes .box .title {
          font-size: 18px; }
        section.about .advantages .boxes .box .text, section.about-inner .advantages .boxes .box .text, section.post .advantages .boxes .box .text {
          font-size: 16px;
          line-height: 16px; } }

@media only screen and (max-width: 700px) {
  section.desktop-only {
    display: none; } }

.big-blue-title, .popup-project .title {
  font-family: 'Heebo', sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color: #273673;
  text-align: center; }
  .big-blue-title .a-title, .popup-project .title .a-title {
    width: 270px;
    height: 4px;
    background: #eb9c3b;
    display: block;
    margin: auto;
    margin-top: 40px;
    position: relative;
    overflow: visible; }
    .big-blue-title .a-title:after, .popup-project .title .a-title:after {
      content: "";
      position: absolute;
      display: block;
      top: -7px;
      left: -1px;
      height: 16px;
      width: 16px;
      border-radius: 50px;
      background: #eb9c3b; }
    .big-blue-title .a-title:before, .popup-project .title .a-title:before {
      content: "";
      position: absolute;
      display: block;
      top: -7px;
      right: -1px;
      height: 16px;
      width: 16px;
      border-radius: 50px;
      background: #eb9c3b; }
  @media only screen and (max-width: 700px) {
    .big-blue-title, .popup-project .title {
      font-size: 30px;
      line-height: 30px; } }

/* --------------------- /Section about ---------------------- */
/* ---------------------- Section services ---------------------- */
section.services {
  position: relative;
  z-index: 3;
  overflow: visible; }
  section.services .section-inner {
    background: #fff;
    border-radius: 30px 30px 30px 30px;
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3; }
  section.services .boxes {
    display: flex;
    justify-content: center; }
    section.services .boxes .box {
      position: relative;
      text-align: center;
      margin: 0 4%;
      cursor: pointer; }
      section.services .boxes .box .image {
        height: 82px; }
      section.services .boxes .box p {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 30px;
        color: #000;
        transition: 0.5s; }
      section.services .boxes .box .more {
        font-size: 20px;
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
        left: 0;
        opacity: 0;
        color: #000; }
      section.services .boxes .box:hover p {
        color: #eb9c3b; }
      section.services .boxes .box:hover .more {
        bottom: -20px;
        opacity: 1;
        color: #000; }
  @media only screen and (max-width: 1400px) {
    section.services .boxes .box .image {
      height: 65px; }
      section.services .boxes .box .image img {
        width: 50px; }
    section.services .boxes .box p {
      font-size: 24px;
      line-height: 24px; } }
  @media only screen and (max-width: 900px) {
    section.services .boxes .box .image {
      height: 65px; }
      section.services .boxes .box .image img {
        width: 50px; }
    section.services .boxes .box p {
      font-size: 24px;
      line-height: 24px; } }
  @media only screen and (max-width: 700px) {
    section.services {
      padding-bottom: 100px; }
      section.services .boxes {
        flex-wrap: wrap;
        margin-top: -25px; }
        section.services .boxes .box {
          margin-top: 25px; } }

/* --------------------- /Section services ---------------------- */
/* ---------------------- Section projects ---------------------- */
section.projects {
  margin-top: 90px; }
  section.projects .parts {
    font-size: 0; }
  section.projects .part-info {
    display: inline-block;
    vertical-align: middle;
    width: 33%;
    padding: 70px; }
    section.projects .part-info .content {
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 20px;
      color: #000;
      text-align: center;
      margin-top: 30px; }
  section.projects .slider {
    display: inline-block;
    vertical-align: middle;
    width: 67%; }
    section.projects .slider .item {
      position: relative;
      display: block;
      cursor: pointer; }
      section.projects .slider .item .caption {
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #eb9c3b;
        opacity: 0;
        transition: 0.5s; }
        section.projects .slider .item .caption .inner {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateY(-50%) translateX(-50%); }
        section.projects .slider .item .caption .logo img {
          width: auto; }
        section.projects .slider .item .caption .title {
          font-family: 'Heebo', sans-serif;
          font-weight: 700;
          font-size: 50px;
          line-height: 50px;
          color: #fff;
          margin-top: 20px; }
      section.projects .slider .item:hover .caption {
        opacity: 1; }
  @media only screen and (max-width: 1200px) {
    section.projects {
      margin-top: 55px; }
      section.projects .part-info {
        width: 100%;
        padding: 0px; }
      section.projects .slider {
        margin-top: 25px;
        width: 100%;
        padding: 10px; } }

/* --------------------- /Section projects ---------------------- */
/* ---------------------- Section bullets ---------------------- */
section.bullets, section.bullets-inner {
  margin-top: 130px; }
  section.bullets .boxes, section.bullets-inner .boxes {
    display: flex;
    justify-content: space-between; }
    section.bullets .boxes .box, section.bullets-inner .boxes .box {
      text-align: center;
      width: 197px;
      height: 184px;
      padding-top: 50px;
      background: url("../images/index/bullets/bg-bullet.jpg") left top no-repeat;
      background-size: 100% auto; }
      section.bullets .boxes .box .number, section.bullets-inner .boxes .box .number {
        font-family: 'Heebo', sans-serif;
        font-weight: 700;
        font-size: 73px;
        line-height: 73px;
        color: #273673; }
      section.bullets .boxes .box .text, section.bullets-inner .boxes .box .text {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 20px;
        color: #000; }
  @media only screen and (max-width: 850px) {
    section.bullets, section.bullets-inner {
      margin-top: 50px; }
      section.bullets .boxes, section.bullets-inner .boxes {
        flex-wrap: wrap; }
        section.bullets .boxes .box, section.bullets-inner .boxes .box {
          text-align: center;
          width: 120px;
          height: 144px;
          padding: 0 10px;
          padding-top: 20px;
          margin: 0 25px; }
          section.bullets .boxes .box .number, section.bullets-inner .boxes .box .number {
            font-size: 35px;
            line-height: 35px; }
          section.bullets .boxes .box .text, section.bullets-inner .boxes .box .text {
            font-size: 16px; } }

/* --------------------- /Section bullets ---------------------- */
/* ---------------------- Section news-testi ---------------------- */
section.news-testi {
  margin-top: 170px; }
  section.news-testi .parts {
    font-size: 0;
    position: relative;
    overflow: visible;
    display: flex;
    flex-wrap: wrap; }
  section.news-testi .part {
    width: 50%; }
  section.news-testi .part-form {
    background-color: #f3f3f3;
    background-image: url("../images/decor/index-news.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding: 35px 5%; }
    section.news-testi .part-form .inner {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
      section.news-testi .part-form .inner .title {
        font-family: 'Heebo', sans-serif;
        font-weight: 700;
        font-size: 50px;
        line-height: 50px;
        color: #273673; }
      section.news-testi .part-form .inner .subtitle {
        font-family: 'Heebo', sans-serif;
        font-weight: medium;
        font-weight: 500;
        font-size: 30px;
        line-height: 30px;
        color: #eb9c3b;
        margin-top: 5px; }
    section.news-testi .part-form .wpcf7 {
      margin-top: 65px; }
      section.news-testi .part-form .wpcf7 form {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        margin: -1%; }
      section.news-testi .part-form .wpcf7 input, section.news-testi .part-form .wpcf7 select {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 20px;
        color: #273673;
        border: none;
        border-bottom: 4px solid #273673;
        background: none;
        outline: none;
        padding: 10px 0;
        width: 100%;
        transition: 0.5s; }
        section.news-testi .part-form .wpcf7 input::-webkit-input-placeholder, section.news-testi .part-form .wpcf7 select::-webkit-input-placeholder {
          /* WebKit browsers */
          color: #273673; }
        section.news-testi .part-form .wpcf7 input:-moz-placeholder, section.news-testi .part-form .wpcf7 select:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #273673; }
        section.news-testi .part-form .wpcf7 input::-moz-placeholder, section.news-testi .part-form .wpcf7 select::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #273673; }
        section.news-testi .part-form .wpcf7 input:-ms-input-placeholder, section.news-testi .part-form .wpcf7 select:-ms-input-placeholder {
          /* Internet Explorer 10+ */
          color: #273673; }
        section.news-testi .part-form .wpcf7 input:focus, section.news-testi .part-form .wpcf7 select:focus {
          border-bottom: 4px solid #eb9c3b; }
      section.news-testi .part-form .wpcf7 .wpcf7-form-control-wrap {
        display: block;
        margin: 2%;
        margin-top: 35px;
        width: 46%;
        position: relative; }
        section.news-testi .part-form .wpcf7 .wpcf7-form-control-wrap:after {
          position: absolute;
          content: "";
          left: -1px;
          bottom: -6px;
          width: 16px;
          height: 16px;
          background: #273673;
          border-radius: 50px; }
      section.news-testi .part-form .wpcf7 input[type="submit"] {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 20px;
        color: #273673;
        background: none;
        display: inline-block;
        padding: 10px 65px;
        cursor: pointer;
        transition: 0.5s;
        position: relative;
        width: auto;
        border: 4px solid #eb9c3b;
        border-radius: 5px;
        transition: 0.5s;
        opacity: 1; }
        section.news-testi .part-form .wpcf7 input[type="submit"]:hover {
          opacity: 0.75; }
      section.news-testi .part-form .wpcf7 .submit {
        margin: 2%;
        margin-top: 50px;
        position: relative; }
        section.news-testi .part-form .wpcf7 .submit:after {
          position: absolute;
          content: "";
          left: 50%;
          top: -6px;
          width: 16px;
          height: 16px;
          background: #eb9c3b;
          border-radius: 50px;
          z-index: 3; }
        section.news-testi .part-form .wpcf7 .submit:before {
          position: absolute;
          content: "";
          left: 40%;
          top: -6px;
          width: 26px;
          height: 16px;
          background: #f3f3f3;
          border-radius: 50px;
          z-index: 2; }
      section.news-testi .part-form .wpcf7 span[role="alert"] {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 14px;
        color: #232323;
        position: absolute;
        left: 0;
        bottom: -20px; }
      section.news-testi .part-form .wpcf7 .wpcf7-response-output {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 16px;
        color: #232323;
        position: absolute;
        bottom: -23px;
        border: none;
        padding: 0;
        margin: 0; }
      section.news-testi .part-form .wpcf7 .ajax-loader {
        display: none; }
  section.news-testi .part-testi {
    background: #f9f9f9;
    padding: 35px 10%; }
    section.news-testi .part-testi .slider {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
      section.news-testi .part-testi .slider .item img {
        width: auto;
        margin-right: 5px; }
      section.news-testi .part-testi .slider .item .content {
        margin-top: 70px;
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 20px;
        color: #000;
        text-align: justify; }
        section.news-testi .part-testi .slider .item .content p {
          margin-top: 15px; }
      section.news-testi .part-testi .slider .item .name {
        font-family: 'Heebo', sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #273673;
        text-align: left;
        margin-top: 20px; }
  @media only screen and (max-width: 1000px) {
    section.news-testi {
      margin-top: 55px; }
      section.news-testi .parts {
        flex-direction: column-reverse; }
      section.news-testi .part {
        width: 100%; }
      section.news-testi .part-testi {
        padding: 35px 10%; }
        section.news-testi .part-testi .slider {
          position: static;
          transform: none; }
      section.news-testi .part-form {
        padding: 35px 5%; }
        section.news-testi .part-form .inner {
          position: static;
          transform: none; } }
  @media only screen and (max-width: 700px) {
    section.news-testi .part-testi {
      padding: 55px 20px; }
      section.news-testi .part-testi .slider .item .quote img {
        width: 55px; }
      section.news-testi .part-testi .slider .item .content {
        margin-top: 25px;
        font-size: 18px; }
    section.news-testi .part-form .inner .title {
      font-size: 35px;
      line-height: 35px; }
    section.news-testi .part-form .inner .subtitle {
      font-size: 24px;
      line-height: 24px; }
    section.news-testi .part-form .inner .wpcf7 {
      margin-top: 15px; }
      section.news-testi .part-form .inner .wpcf7 .wpcf7-form-control-wrap {
        width: 100%; } }

/* --------------------- /Section news-testi ---------------------- */
/* ---------------------- Section clients ---------------------- */
section.clients {
  padding: 40px 0; }
  section.clients .slider .item {
    height: 110px;
    text-align: center; }
    section.clients .slider .item img {
      width: auto;
      margin: auto;
      transition: 0.5s;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }

/* --------------------- /Section clients ---------------------- */
/* ---------------------- Section contact-bottom ---------------------- */
section.contact-bottom, section.contact-inner {
  margin-top: 133px;
  position: relative;
  z-index: 3; }
  section.contact-bottom .inner, section.contact-inner .inner {
    width: 55%;
    display: inline-block; }
    section.contact-bottom .inner .title, section.contact-inner .inner .title {
      font-family: 'Heebo', sans-serif;
      font-weight: 700;
      font-size: 50px;
      line-height: 50px;
      color: #eb9c3b; }
    section.contact-bottom .inner .subtitle, section.contact-inner .inner .subtitle {
      font-family: 'Heebo', sans-serif;
      font-weight: medium;
      font-weight: 500;
      font-size: 30px;
      line-height: 30px;
      color: #273673;
      margin-top: 5px; }
  section.contact-bottom .wpcf7, section.contact-inner .wpcf7 {
    margin-top: 65px; }
    section.contact-bottom .wpcf7 form, section.contact-inner .wpcf7 form {
      display: flex;
      flex-wrap: wrap;
      position: relative;
      margin: -1%; }
    section.contact-bottom .wpcf7 input, section.contact-inner .wpcf7 input, section.contact-bottom .wpcf7 select, section.contact-inner .wpcf7 select, section.contact-bottom .wpcf7 textarea, section.contact-inner .wpcf7 textarea {
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 20px;
      color: #273673;
      border: none;
      border-bottom: 4px solid #bfc4d6;
      background: none;
      outline: none;
      padding: 10px 0;
      width: 100%;
      transition: 0.5s; }
      section.contact-bottom .wpcf7 input::-webkit-input-placeholder, section.contact-inner .wpcf7 input::-webkit-input-placeholder, section.contact-bottom .wpcf7 select::-webkit-input-placeholder, section.contact-inner .wpcf7 select::-webkit-input-placeholder, section.contact-bottom .wpcf7 textarea::-webkit-input-placeholder, section.contact-inner .wpcf7 textarea::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #273673; }
      section.contact-bottom .wpcf7 input:-moz-placeholder, section.contact-inner .wpcf7 input:-moz-placeholder, section.contact-bottom .wpcf7 select:-moz-placeholder, section.contact-inner .wpcf7 select:-moz-placeholder, section.contact-bottom .wpcf7 textarea:-moz-placeholder, section.contact-inner .wpcf7 textarea:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #273673; }
      section.contact-bottom .wpcf7 input::-moz-placeholder, section.contact-inner .wpcf7 input::-moz-placeholder, section.contact-bottom .wpcf7 select::-moz-placeholder, section.contact-inner .wpcf7 select::-moz-placeholder, section.contact-bottom .wpcf7 textarea::-moz-placeholder, section.contact-inner .wpcf7 textarea::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #273673; }
      section.contact-bottom .wpcf7 input:-ms-input-placeholder, section.contact-inner .wpcf7 input:-ms-input-placeholder, section.contact-bottom .wpcf7 select:-ms-input-placeholder, section.contact-inner .wpcf7 select:-ms-input-placeholder, section.contact-bottom .wpcf7 textarea:-ms-input-placeholder, section.contact-inner .wpcf7 textarea:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #273673; }
      section.contact-bottom .wpcf7 input:focus, section.contact-inner .wpcf7 input:focus, section.contact-bottom .wpcf7 select:focus, section.contact-inner .wpcf7 select:focus, section.contact-bottom .wpcf7 textarea:focus, section.contact-inner .wpcf7 textarea:focus {
        border-bottom: 4px solid #eb9c3b; }
    section.contact-bottom .wpcf7 textarea, section.contact-inner .wpcf7 textarea {
      border: 4px solid #bfc4d6;
      padding: 10px;
      height: 90px; }
    section.contact-bottom .wpcf7 .wpcf7-form-control-wrap, section.contact-inner .wpcf7 .wpcf7-form-control-wrap {
      display: block;
      margin: 2%;
      margin-top: 35px;
      width: 46%;
      position: relative; }
      section.contact-bottom .wpcf7 .wpcf7-form-control-wrap:nth-child(4), section.contact-inner .wpcf7 .wpcf7-form-control-wrap:nth-child(4), section.contact-bottom .wpcf7 .wpcf7-form-control-wrap:nth-child(5), section.contact-inner .wpcf7 .wpcf7-form-control-wrap:nth-child(5) {
        width: 100%; }
      section.contact-bottom .wpcf7 .wpcf7-form-control-wrap:after, section.contact-inner .wpcf7 .wpcf7-form-control-wrap:after {
        position: absolute;
        content: "";
        left: -5px;
        bottom: -6px;
        width: 16px;
        height: 16px;
        background: #bfc4d6;
        border-radius: 50px; }
    section.contact-bottom .wpcf7 input[type="submit"], section.contact-inner .wpcf7 input[type="submit"] {
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 20px;
      color: #273673;
      background: none;
      display: inline-block;
      padding: 10px 65px;
      cursor: pointer;
      transition: 0.5s;
      position: relative;
      width: auto;
      border: 4px solid #eb9c3b;
      border-radius: 5px;
      transition: 0.5s;
      opacity: 1; }
      section.contact-bottom .wpcf7 input[type="submit"]:hover, section.contact-inner .wpcf7 input[type="submit"]:hover {
        opacity: 0.75; }
    section.contact-bottom .wpcf7 .submit, section.contact-inner .wpcf7 .submit {
      margin: 2%;
      margin-top: 50px;
      position: relative; }
      section.contact-bottom .wpcf7 .submit:after, section.contact-inner .wpcf7 .submit:after {
        position: absolute;
        content: "";
        left: 50%;
        top: -6px;
        width: 16px;
        height: 16px;
        background: #eb9c3b;
        border-radius: 50px;
        z-index: 3; }
      section.contact-bottom .wpcf7 .submit:before, section.contact-inner .wpcf7 .submit:before {
        position: absolute;
        content: "";
        left: 40%;
        top: -6px;
        width: 26px;
        height: 16px;
        background: #fff;
        border-radius: 50px;
        z-index: 2; }
    section.contact-bottom .wpcf7 span[role="alert"], section.contact-inner .wpcf7 span[role="alert"] {
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 14px;
      color: #232323;
      position: absolute;
      left: 0;
      bottom: -20px; }
    section.contact-bottom .wpcf7 .wpcf7-response-output, section.contact-inner .wpcf7 .wpcf7-response-output {
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 16px;
      color: #232323;
      position: absolute;
      bottom: -23px;
      border: none;
      padding: 0;
      margin: 0; }
    section.contact-bottom .wpcf7 .ajax-loader, section.contact-inner .wpcf7 .ajax-loader {
      display: none; }
  @media only screen and (max-width: 1000px) {
    section.contact-bottom, section.contact-inner {
      margin-top: 25px; }
      section.contact-bottom .inner, section.contact-inner .inner {
        width: 100%; } }
  @media only screen and (max-width: 500px) {
    section.contact-bottom .inner .title, section.contact-inner .inner .title {
      font-size: 35px;
      line-height: 35px; }
    section.contact-bottom .inner .subtitle, section.contact-inner .inner .subtitle {
      font-size: 25px;
      line-height: 25px;
      margin-top: 5px; }
    section.contact-bottom .wpcf7, section.contact-inner .wpcf7 {
      margin-top: 25px; }
      section.contact-bottom .wpcf7 .wpcf7-form-control-wrap, section.contact-inner .wpcf7 .wpcf7-form-control-wrap {
        width: 100%; } }

/* --------------------- /Section contact-bottom ---------------------- */
/* ---------------------- footer ---------------------- */
footer {
  position: relative;
  font-size: 0;
  margin-top: 35px;
  padding-left: 50px; }
  footer .decor {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none; }
  footer * {
    direction: ltr;
    text-align: left; }
  footer .footer-top {
    padding-bottom: 40px;
    border-bottom: 4px solid #fff;
    position: relative;
    z-index: 3; }
    footer .footer-top:after {
      position: absolute;
      content: "";
      left: -1px;
      bottom: -10px;
      width: 16px;
      height: 16px;
      background: #fff;
      border-radius: 50px; }
    footer .footer-top .part {
      display: inline-block;
      vertical-align: top; }
    footer .footer-top .part-logo {
      padding-right: 65px; }
    footer .footer-top .part-content .icons {
      margin: -10px; }
      @media only screen and (max-width: 1260px) {
        footer .footer-top .part-content .icons {
          margin-top: 25px; } }
      footer .footer-top .part-content .icons .icon {
        display: inline-block;
        margin: 10px; }
        footer .footer-top .part-content .icons .icon img {
          transition: 0.5s; }
          footer .footer-top .part-content .icons .icon img:hover {
            transform: rotateY(180deg); }
    footer .footer-top .part-content .contacts {
      margin-top: 35px; }
      footer .footer-top .part-content .contacts p, footer .footer-top .part-content .contacts a {
        display: inline-block;
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 20px;
        color: #fff;
        position: relative;
        padding-left: 22px;
        margin-left: 5px; }
        footer .footer-top .part-content .contacts p:after, footer .footer-top .part-content .contacts a:after {
          position: absolute;
          content: "";
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 16px;
          height: 16px;
          background: #eb9c3b;
          border-radius: 50px;
          z-index: 3; }
        footer .footer-top .part-content .contacts p:first-child, footer .footer-top .part-content .contacts a:first-child {
          padding-left: 0;
          margin-left: 0; }
          footer .footer-top .part-content .contacts p:first-child:after, footer .footer-top .part-content .contacts a:first-child:after {
            display: none; }
    footer .footer-top .part-content .slogan {
      font-family: 'Heebo', sans-serif;
      font-weight: 700;
      font-size: 73px;
      line-height: 73px;
      color: #eb9c3b;
      margin-top: 30px; }
    footer .footer-top .part-content .menu-cont {
      display: inline-block;
      vertical-align: middle;
      direction: rtl;
      margin-top: 35px; }
      footer .footer-top .part-content .menu-cont ul.main-menu {
        direction: rtl;
        display: flex;
        justify-content: center; }
        footer .footer-top .part-content .menu-cont ul.main-menu li {
          margin: 0 0.1%; }
          footer .footer-top .part-content .menu-cont ul.main-menu li a {
            transition: 0.5s;
            font-family: 'Heebo', sans-serif;
            font-weight: normal;
            font-weight: 400;
            font-size: 20px;
            color: #fff;
            padding: 5px 10px;
            white-space: nowrap;
            position: relative; }
          footer .footer-top .part-content .menu-cont ul.main-menu li:hover > a, footer .footer-top .part-content .menu-cont ul.main-menu li.current_page_item > a, footer .footer-top .part-content .menu-cont ul.main-menu li.current-menu-item > a {
            color: #eb9c3b; }
  footer .footer-bottom {
    max-width: 100%;
    margin: auto;
    width: 100%;
    text-align: left;
    padding: 25px 10px;
    position: relative;
    z-index: 3;
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #fff; }
    footer .footer-bottom .credit {
      color: #fff; }
      footer .footer-bottom .credit img {
        position: relative;
        top: 1px;
        margin-right: 3px; }
    footer .footer-bottom .sep {
      margin: 0 10px; }
  @media only screen and (max-width: 1000px) {
    footer {
      background: #273673;
      padding-top: 5px; }
      footer .decor {
        display: none; }
      footer .footer-top {
        padding-bottom: 40px;
        border-bottom: 4px solid #fff;
        position: relative;
        z-index: 3; }
        footer .footer-top:after {
          position: absolute;
          content: "";
          left: -1px;
          bottom: -10px;
          width: 16px;
          height: 16px;
          background: #fff;
          border-radius: 50px; }
        footer .footer-top .part {
          display: inline-block;
          vertical-align: top; }
        footer .footer-top .part-logo {
          display: none; }
        footer .footer-top .part-content .menu-cont {
          display: none; }
        footer .footer-top .part-content .slogan {
          font-size: 35px;
          line-height: 35px; } }
  @media only screen and (max-width: 700px) {
    footer {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 25px; }
      footer .footer-top {
        text-align: center; }
        footer .footer-top .part-content {
          text-align: center; }
          footer .footer-top .part-content .slogan {
            display: none; }
          footer .footer-top .part-content .icons {
            margin-top: 5px; }
            footer .footer-top .part-content .icons .icon img {
              width: 35px; }
          footer .footer-top .part-content .contacts p {
            display: block;
            font-size: 18px; }
            footer .footer-top .part-content .contacts p:first-child {
              padding-left: 22px;
              margin-left: 5px; }
              footer .footer-top .part-content .contacts p:first-child:after {
                display: block; }
      footer .footer-bottom {
        text-align: center; }
        footer .footer-bottom .sep {
          display: none; } }

/* --------------------- /footer ---------------------- */
@-webkit-keyframes title-in {
  0% {
    right: -100px;
    opacity: 0; }
  100% {
    right: 0px;
    opacity: 1; } }
@keyframes title-in {
  0% {
    right: -100px;
    opacity: 0; }
  100% {
    right: 0px;
    opacity: 1; } }

/* ---------------------- Section top-inner ---------------------- */
section.top-inner {
  background: url("../images/inner/bg-top-inner.jpg");
  background-size: auto 100%;
  height: 389px;
  padding-top: 200px; }
  section.top-inner .title {
    font-family: 'Heebo', sans-serif;
    font-weight: medium;
    font-weight: 500;
    font-size: 80px;
    color: #eb9c3b;
    position: relative;
    -webkit-animation: title-in 1.5s alternate ease;
            animation: title-in 1.5s alternate ease; }
  @media only screen and (max-width: 1000px) {
    section.top-inner {
      height: 170px;
      padding-top: 50px; }
      section.top-inner .title {
        font-size: 35px; } }

/* --------------------- /Section top-inner ---------------------- */
/* ---------------------- Section about-inner ---------------------- */
section.about-inner {
  background: #fff; }

/* --------------------- /Section about-inner ---------------------- */
/* ---------------------- Section about-team ---------------------- */
section.about-team {
  padding: 35px 0; }
  section.about-team .parts {
    font-size: 0; }
  section.about-team .part {
    display: inline-block;
    vertical-align: top;
    width: 50%; }
    section.about-team .part .title {
      font-family: 'Heebo', sans-serif;
      font-weight: 700;
      font-size: 30px;
      color: #eb9c3b; }
    section.about-team .part .content {
      margin-top: 35px;
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 24px;
      color: #000; }
      section.about-team .part .content p {
        margin-top: 15px; }
    section.about-team .part:nth-child(1) {
      padding-left: 5%; }
    section.about-team .part:nth-child(2) {
      padding-right: 5%; }
    section.about-team .part .decor {
      height: 4px;
      width: 100px;
      background: #bfc4d6;
      position: relative;
      margin-top: 75px; }
      section.about-team .part .decor:after {
        position: absolute;
        content: "";
        display: block;
        background: #bfc4d6;
        border-radius: 50px;
        height: 16px;
        width: 16px;
        left: -1px;
        top: -6px; }
  @media only screen and (max-width: 650px) {
    section.about-team {
      padding-bottom: 7px; }
      section.about-team .part {
        width: 100%;
        padding-bottom: 35px; }
        section.about-team .part .title {
          font-size: 24px; }
        section.about-team .part .content {
          font-size: 16px;
          margin-top: 25px; }
        section.about-team .part .decor {
          margin-top: 25px; }
        section.about-team .part:nth-child(1) {
          padding-left: 0; }
        section.about-team .part:nth-child(2) {
          padding-right: 0; } }

/* --------------------- /Section about-team ---------------------- */
/* ---------------------- Section bullets-inner ---------------------- */
section.bullets-inner {
  margin-top: 35px;
  padding-bottom: 55px; }

/* --------------------- /Section bullets-inner ---------------------- */
/* ---------------------- Section blog ---------------------- */
section.blog {
  padding-bottom: 35px; }
  section.blog .boxes {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    margin: -1%; }
    section.blog .boxes .box {
      width: 31.3333%;
      margin: 1%;
      background: #273673; }
      section.blog .boxes .box .image img {
        width: 100%; }
      section.blog .boxes .box .content {
        background: #273673;
        padding: 20px; }
        section.blog .boxes .box .content .title {
          font-family: 'Heebo', sans-serif;
          font-weight: 700;
          font-size: 20px;
          line-height: 20px;
          color: #fff; }
        section.blog .boxes .box .content .text {
          font-family: 'Heebo', sans-serif;
          font-weight: normal;
          font-weight: 400;
          font-size: 18px;
          line-height: 20px;
          color: #fff;
          margin-top: 10px; }
          section.blog .boxes .box .content .text .more {
            color: #eb9c3b;
            margin-right: 5px; }
  @media only screen and (max-width: 750px) {
    section.blog .boxes .box {
      width: 48%; }
      section.blog .boxes .box .content {
        padding: 10px; }
        section.blog .boxes .box .content .title {
          font-size: 18px; }
        section.blog .boxes .box .content .text {
          font-size: 15px;
          display: none; } }

/* --------------------- /Section blog ---------------------- */
/* ---------------------- Section solution ---------------------- */
section.solution {
  overflow: visible; }
  section.solution .section-inner {
    text-align: center; }
  section.solution .white-cover {
    position: absolute;
    left: 0;
    background: #fff;
    width: 30px;
    height: 5px;
    z-index: 2; }
  section.solution .orange-line {
    width: 4px;
    height: 35px;
    position: absolute;
    background: #EB9C3B;
    left: 0;
    top: -35px; }
  section.solution .wrapper {
    border-top: 5px solid #eb9c3b;
    border-right: 5px solid #eb9c3b;
    padding: 50px 0;
    position: relative;
    overflow: visible;
    text-align: right; }
    section.solution .wrapper .icon {
      background: #fff;
      padding: 20px;
      position: absolute;
      top: -73px;
      left: 0; }
    section.solution .wrapper:after {
      height: 22px;
      width: 22px;
      border-radius: 50px;
      position: absolute;
      content: "";
      background: #eb9c3b;
      right: -13px;
      bottom: -1px; }
    section.solution .wrapper .part .title {
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 30px;
      color: #000;
      background: #eb9c3b;
      display: inline-block;
      padding: 0px 45px; }
    section.solution .wrapper .part .content {
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 24px;
      color: #000;
      padding: 25px; }
  section.solution .button-more {
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    background: #273673;
    padding: 10px 30px;
    margin: auto;
    margin-top: 35px;
    display: inline-block;
    transition: 0.5s; }
    section.solution .button-more:hover {
      background: #eb9c3b; }
  @media only screen and (max-width: 700px) {
    section.solution .wrapper .part .content {
      font-size: 16px; }
    section.solution .button-more {
      font-size: 20px;
      padding: 10px 20px; } }

/* --------------------- /Section solution ---------------------- */
/* ---------------------- Section gallery ---------------------- */
section.gallery {
  margin-top: 70px;
  padding: 40px 0; }
  section.gallery .boxes {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    margin: -1%; }
    section.gallery .boxes .box {
      width: 31.3333%;
      margin: 1%; }
      section.gallery .boxes .box .image img {
        width: 100%; }
  @media only screen and (max-width: 700px) {
    section.gallery {
      padding: 20px 0; } }

/* --------------------- /Section gallery ---------------------- */
/* ---------------------- Section text-bottom ---------------------- */
section.text-bottom {
  padding: 35px 0; }
  section.text-bottom .content {
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000; }
    section.text-bottom .content p {
      margin-top: 25px; }
  @media only screen and (max-width: 700px) {
    section.text-bottom .content {
      font-size: 16px; } }

/* --------------------- /Section text-bottom ---------------------- */
/* ---------------------- Section clients ---------------------- */
section.clients .boxes {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin: -1%; }
  section.clients .boxes .box {
    width: 25%;
    text-align: center;
    border-bottom: 4px solid #eeeff4;
    padding: 5% 0; }
    section.clients .boxes .box .image {
      width: 40%;
      margin: auto;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
      section.clients .boxes .box .image img {
        width: 100%; }

@media only screen and (max-width: 550px) {
  section.clients .boxes .box {
    width: 50%; } }

section.clients .cat-title {
  font-family: 'Heebo', sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 30px;
  color: #273673;
  margin-top: 0px; }

section.clients .cat {
  margin-top: 15px;
  border-bottom: 4px solid #eeeff4;
  padding-bottom: 55px; }

section.clients .cl-cat {
  margin-top: 35px; }
  section.clients .cl-cat .item {
    height: 110px;
    text-align: center; }
    section.clients .cl-cat .item img {
      width: auto;
      margin: auto;
      max-height: 110px;
      transition: 0.5s;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }

@media only screen and (max-width: 550px) {
  section.clients .cat-title {
    font-size: 24px;
    text-align: center; } }

/* ---------------------- /Section clients ---------------------- */
/* ---------------------- Section map ---------------------- */
section.map .map-cont {
  width: 100%;
  display: inline-block;
  vertical-align: top; }
  section.map .map-cont #map {
    width: 100%;
    height: 400px; }

/* --------------------- /Section map ---------------------- */
/* ---------------------- Section post ---------------------- */
section.post {
  background: #fff; }
  section.post .content p {
    text-align: right; }

/* --------------------- /Section post ---------------------- */
/* ---------------------- Section product ---------------------- */
section.product {
  padding: 70px 0; }
  section.product .parts {
    font-size: 0; }
    section.product .parts .part {
      width: 50%;
      display: inline-block;
      vertical-align: top; }
  section.product .woocommerce-message {
    width: 100%;
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
    font-weight: 400;
    color: #fff; }
  section.product .part-info {
    padding-left: 10%; }
    section.product .part-info .title {
      font-family: 'Heebo', sans-serif;
      font-weight: 700;
      font-size: 50px;
      line-height: 50px;
      color: #273673; }
    section.product .part-info .after-title {
      width: 270px;
      height: 4px;
      background: #eb9c3b;
      display: block;
      margin-top: 25px;
      margin-bottom: 45px;
      position: relative;
      overflow: visible; }
      section.product .part-info .after-title:after {
        content: "";
        position: absolute;
        display: block;
        top: -7px;
        left: -1px;
        height: 16px;
        width: 16px;
        border-radius: 50px;
        background: #eb9c3b; }
    section.product .part-info .desc {
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 24px;
      color: #000; }
    section.product .part-info .price {
      margin-top: 30px; }
      section.product .part-info .price ins, section.product .part-info .price span {
        font-family: 'Heebo', sans-serif;
        font-weight: 700;
        font-size: 30px;
        color: #273673;
        text-decoration: none; }
      section.product .part-info .price del {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 20px;
        color: #abb1c9;
        margin-left: 10px; }
    section.product .part-info .quantity {
      display: none; }
    section.product .part-info .form-check-inline {
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 18px;
      color: #232323;
      display: block; }
    section.product .part-info a, section.product .part-info button {
      position: relative;
      display: inline-block;
      background: #fff;
      outline: none;
      cursor: pointer; }
      section.product .part-info a:after, section.product .part-info button:after {
        position: absolute;
        content: "";
        left: 50%;
        top: -10px;
        width: 16px;
        height: 16px;
        background: #eb9c3b;
        border-radius: 50px;
        z-index: 3; }
      section.product .part-info a:before, section.product .part-info button:before {
        position: absolute;
        content: "";
        left: 40%;
        top: -6px;
        width: 26px;
        height: 16px;
        background: #fff;
        z-index: 2;
        -webkit-animation: none;
                animation: none; }
    section.product .part-info a, section.product .part-info button {
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 20px;
      color: #000;
      border: 4px solid #eb9c3b;
      border-radius: 5px;
      padding: 10px 65px;
      position: relative;
      display: inline-block;
      margin-top: 30px;
      margin-left: 15px; }
    section.product .part-info .form-title {
      font-family: 'Heebo', sans-serif;
      font-weight: 700;
      font-size: 30px;
      line-height: 30px;
      color: #273673;
      margin-top: 45px;
      border-bottom: 4px solid #bfc4d6;
      padding-bottom: 10px;
      padding-left: 80px;
      position: relative;
      cursor: pointer; }
      section.product .part-info .form-title .icon {
        position: absolute;
        left: 0;
        background: #fff;
        padding-right: 25px; }
    section.product .part-info .wpcf7 {
      margin-top: 25px; }
      section.product .part-info .wpcf7 form {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        margin: -1%; }
      section.product .part-info .wpcf7 input, section.product .part-info .wpcf7 select {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 20px;
        color: #273673;
        border: none;
        border-bottom: 4px solid #bfc4d6;
        background: none;
        outline: none;
        padding: 10px 0;
        width: 100%;
        transition: 0.5s; }
        section.product .part-info .wpcf7 input::-webkit-input-placeholder, section.product .part-info .wpcf7 select::-webkit-input-placeholder {
          /* WebKit browsers */
          color: #273673; }
        section.product .part-info .wpcf7 input:-moz-placeholder, section.product .part-info .wpcf7 select:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #273673; }
        section.product .part-info .wpcf7 input::-moz-placeholder, section.product .part-info .wpcf7 select::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #273673; }
        section.product .part-info .wpcf7 input:-ms-input-placeholder, section.product .part-info .wpcf7 select:-ms-input-placeholder {
          /* Internet Explorer 10+ */
          color: #273673; }
        section.product .part-info .wpcf7 input:focus, section.product .part-info .wpcf7 select:focus {
          border-bottom: 4px solid #eb9c3b; }
      section.product .part-info .wpcf7 .wpcf7-form-control-wrap {
        display: block;
        margin: 2%;
        margin-top: 15px;
        width: 100%;
        position: relative; }
        section.product .part-info .wpcf7 .wpcf7-form-control-wrap:after {
          position: absolute;
          content: "";
          left: -1px;
          bottom: -6px;
          width: 16px;
          height: 16px;
          background: #bfc4d6;
          border-radius: 50px; }
      section.product .part-info .wpcf7 input[type="submit"] {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 20px;
        color: #273673;
        background: none;
        display: inline-block;
        padding: 10px 65px;
        cursor: pointer;
        transition: 0.5s;
        position: relative;
        width: auto;
        border: 4px solid #eb9c3b;
        border-radius: 5px;
        transition: 0.5s;
        opacity: 1; }
        section.product .part-info .wpcf7 input[type="submit"]:hover {
          opacity: 0.75; }
      section.product .part-info .wpcf7 .submit {
        margin: 2%;
        margin-top: 50px;
        position: relative; }
        section.product .part-info .wpcf7 .submit:after {
          position: absolute;
          content: "";
          left: 50%;
          top: -6px;
          width: 16px;
          height: 16px;
          background: #eb9c3b;
          border-radius: 50px;
          z-index: 3; }
        section.product .part-info .wpcf7 .submit:before {
          position: absolute;
          content: "";
          left: 40%;
          top: -6px;
          width: 26px;
          height: 16px;
          background: #fff;
          border-radius: 50px;
          z-index: 2; }
      section.product .part-info .wpcf7 span[role="alert"] {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 14px;
        color: #232323;
        position: absolute;
        left: 0;
        bottom: -20px; }
      section.product .part-info .wpcf7 .wpcf7-response-output {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 16px;
        color: #232323;
        position: absolute;
        bottom: -23px;
        border: none;
        padding: 0;
        margin: 0; }
      section.product .part-info .wpcf7 .ajax-loader {
        display: none; }
  section.product .part-image img {
    max-width: 100%; }
  @media only screen and (max-width: 800px) {
    section.product {
      padding: 35px 0; }
      section.product .parts .part {
        width: 100%; }
      section.product .part-info {
        padding-left: 0; }
        section.product .part-info .title {
          font-size: 35px;
          line-height: 35px; }
      section.product .part-image {
        padding-bottom: 35px; } }

/* --------------------- /Section product ---------------------- */
/* ---------------------- Section related-products ---------------------- */
section.related-products {
  padding-bottom: 35px; }
  section.related-products .title {
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #000;
    border-bottom: 3px solid #273673;
    padding-bottom: 10px;
    position: relative;
    display: inline-block; }
    section.related-products .title:after {
      content: "";
      position: absolute;
      display: block;
      bottom: -9px;
      left: -1px;
      height: 16px;
      width: 16px;
      border-radius: 50px;
      background: #273673; }
  section.related-products .inner {
    width: 50%; }
  section.related-products .slider {
    margin-top: 60px; }
    section.related-products .slider .item {
      text-align: center; }
      section.related-products .slider .item .image {
        position: relative;
        background: url("../images/inner/product/rel-pr-bg.jpg") no-repeat;
        background-size: 100% auto;
        background-position: bottom; }
        section.related-products .slider .item .image img {
          position: relative;
          width: auto;
          max-width: 100%;
          margin: auto; }
      section.related-products .slider .item .info .name {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 20px;
        color: #000;
        margin-top: 15px; }
      section.related-products .slider .item .info .price {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 20px;
        color: #abb1c9; }
        section.related-products .slider .item .info .price ins {
          text-decoration: none; }
      section.related-products .slider .item .info .buttons .button {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 20px;
        color: #000;
        display: inline-block;
        position: relative;
        padding-left: 20px;
        margin-left: 10px; }
        section.related-products .slider .item .info .buttons .button:after {
          position: absolute;
          display: block;
          content: "";
          left: -1px;
          bottom: 6px;
          width: 16px;
          height: 16px;
          background: #263774;
          border-radius: 50px;
          transition: 0.5s; }
        section.related-products .slider .item .info .buttons .button.add_to_cart_button {
          color: #bfc4d6; }
          section.related-products .slider .item .info .buttons .button.add_to_cart_button:after {
            background: #bfc4d6; }
        section.related-products .slider .item .info .buttons .button:hover:after {
          background: #eb9c3b; }
  @media only screen and (max-width: 1900px) {
    section.related-products {
      padding-bottom: 75px; } }
  @media only screen and (max-width: 1650px) {
    section.related-products {
      padding-bottom: 150px; } }
  @media only screen and (max-width: 1400px) {
    section.related-products {
      padding-bottom: 250px; } }
  @media only screen and (max-width: 1170px) {
    section.related-products {
      padding-bottom: 25px; } }
  @media only screen and (max-width: 1000px) {
    section.related-products .inner {
      width: 100%; } }
  @media only screen and (max-width: 660px) {
    section.related-products .slider .item .image img {
      position: relative;
      width: auto;
      max-width: 100%;
      margin: auto; }
    section.related-products .slider .item .info .price {
      font-size: 18px; }
    section.related-products .slider .item .info .buttons .button {
      font-size: 18px; } }

/* --------------------- /Section related-products ---------------------- */
/* ---------------------- Section projects-inner ---------------------- */
section.projects-inner {
  margin-top: 35px;
  padding: 40px 0; }
  section.projects-inner .boxes {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    margin: -1%; }
    section.projects-inner .boxes .box {
      width: 31.3333%;
      margin: 1%;
      position: relative;
      cursor: pointer; }
      section.projects-inner .boxes .box .image img {
        width: 100%; }
      section.projects-inner .boxes .box .caption {
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #eb9c3b;
        opacity: 0;
        transition: 0.5s; }
        section.projects-inner .boxes .box .caption .inner {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateY(-50%) translateX(-50%); }
        section.projects-inner .boxes .box .caption .logo img {
          width: auto;
          max-width: 150px; }
        section.projects-inner .boxes .box .caption .title {
          font-family: 'Heebo', sans-serif;
          font-weight: 700;
          font-size: 30px;
          line-height: 30px;
          color: #fff;
          margin-top: 20px; }
      section.projects-inner .boxes .box:hover .caption {
        opacity: 1; }
  @media only screen and (max-width: 900px) {
    section.projects-inner {
      margin-top: 5px;
      padding: 20px 0; }
      section.projects-inner .boxes .box {
        width: 48%;
        margin: 1%; } }
  @media only screen and (max-width: 550px) {
    section.projects-inner {
      margin-top: 0;
      padding: 20px 0;
      padding-top: 0; }
      section.projects-inner .boxes .box {
        width: 100%;
        margin: 0;
        margin-top: 20px; }
        section.projects-inner .boxes .box .caption {
          opacity: 1;
          top: auto;
          bottom: 0;
          height: auto;
          padding: 10px; }
          section.projects-inner .boxes .box .caption .inner {
            position: static;
            transform: none; }
          section.projects-inner .boxes .box .caption .logo {
            display: none; }
          section.projects-inner .boxes .box .caption .title {
            font-size: 24px;
            line-height: 24px;
            margin-top: 0; } }

/* --------------------- /Section projects-inner ---------------------- */
.popup-project {
  padding-top: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(39, 55, 117, 0.9);
  z-index: 99;
  display: none; }
  .popup-project .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    cursor: pointer; }
  .popup-project .inner {
    max-width: 1216px;
    padding: 0 10px;
    width: 100%;
    margin: auto;
    position: relative;
    pointer-events: none; }
  .popup-project .title {
    color: #fff; }
    .popup-project .title .a-title {
      margin-top: 20px; }
  .popup-project .content {
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    margin-top: 30px; }
  .popup-project .gallery {
    font-size: 0;
    overflow: hidden;
    margin-top: 25px;
    pointer-events: auto; }
    .popup-project .gallery .main-img {
      width: 100%; }
      .popup-project .gallery .main-img img {
        width: 100%; }
    .popup-project .gallery .wrap {
      position: relative;
      display: inline-block;
      width: 100%; }
    .popup-project .gallery .controls {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 75px;
      line-height: 75px;
      color: #eb9c3b; }
      .popup-project .gallery .controls .left {
        position: absolute;
        left: 10px;
        cursor: pointer;
        transform: translateY(-50%); }
      .popup-project .gallery .controls .right {
        position: absolute;
        right: 10px;
        cursor: pointer;
        transform: translateY(-50%); }
    .popup-project .gallery .thumbs {
      margin-top: 20px; }
      .popup-project .gallery .thumbs .thumb {
        cursor: pointer;
        transition: 0.5s;
        border: 1px solid #ccc; }
        .popup-project .gallery .thumbs .thumb.selected {
          opacity: 0.5; }
        .popup-project .gallery .thumbs .thumb img {
          width: 100%; }
  @media only screen and (max-width: 1000px) {
    .popup-project {
      padding-top: 65px; } }
  @media only screen and (max-width: 700px) {
    .popup-project .content {
      font-size: 16px; } }

/* ---------------------- Section services-inner ---------------------- */
section.services-inner {
  padding: 70px 0;
  padding-top: 0; }
  section.services-inner .boxes {
    display: flex;
    justify-content: center;
    margin-top: 75px; }
    section.services-inner .boxes .box {
      text-align: center;
      margin: 0 4%;
      cursor: pointer;
      position: relative; }
      section.services-inner .boxes .box .image {
        height: 82px; }
      section.services-inner .boxes .box p {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 30px;
        color: #000;
        transition: 0.5s; }
      section.services-inner .boxes .box .more {
        font-size: 20px;
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
        left: 0;
        opacity: 0;
        color: #000; }
      section.services-inner .boxes .box:hover p {
        color: #eb9c3b; }
      section.services-inner .boxes .box:hover .more {
        bottom: -20px;
        opacity: 1;
        color: #000; }
      section.services-inner .boxes .box.selected p {
        color: #EB9C3B; }
  @media only screen and (max-width: 900px) {
    section.services-inner .boxes {
      margin-top: 75px; }
      section.services-inner .boxes .box .image {
        height: 65px; }
        section.services-inner .boxes .box .image img {
          width: 50px; }
      section.services-inner .boxes .box p {
        font-size: 24px;
        line-height: 24px; } }
  @media only screen and (max-width: 700px) {
    section.services-inner {
      padding: 35px 0;
      padding-top: 0;
      margin-top: 0; }
      section.services-inner .boxes {
        margin-top: 25px;
        flex-wrap: wrap; }
        section.services-inner .boxes .box {
          margin-top: 35px; } }

/* --------------------- /Section services-inner ---------------------- */
.data {
  display: none; }

/* ---------------------- Section menu-shop ---------------------- */
section.menu-shop {
  padding-bottom: 10px; }
  section.menu-shop ul {
    display: inline-block;
    border-bottom: 4px solid #273673;
    position: relative;
    overflow: visible; }
    section.menu-shop ul:after {
      position: absolute;
      content: "";
      left: -1px;
      bottom: -10px;
      width: 16px;
      height: 16px;
      background: #273673;
      border-radius: 50px; }
    section.menu-shop ul li {
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 20px;
      color: #000;
      padding: 15px;
      display: inline-block;
      transition: 0.5s; }
      section.menu-shop ul li a {
        color: #000; }
      section.menu-shop ul li:first-child {
        padding-right: 0; }
      section.menu-shop ul li.selected, section.menu-shop ul li:hover {
        color: #eb9c3b; }
        section.menu-shop ul li.selected a, section.menu-shop ul li:hover a {
          color: #eb9c3b; }
  @media only screen and (max-width: 430px) {
    section.menu-shop ul li {
      font-size: 16px;
      padding: 10px; } }

/* --------------------- /Section menu-shop ---------------------- */
/* ---------------------- Section products ---------------------- */
section.products {
  padding: 70px 0; }
  section.products .boxes {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    margin: -1%; }
    section.products .boxes .box {
      width: 23%;
      margin: 1%;
      padding: 20px;
      border-radius: 5px;
      text-align: center;
      border: 1px solid #bfc4d6; }
      section.products .boxes .box .image {
        position: relative;
        background-size: 100% auto;
        background-position: bottom;
        display: block; }
        section.products .boxes .box .image img {
          position: relative;
          width: auto;
          max-width: 100%;
          margin: auto; }
      section.products .boxes .box .info .name {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 20px;
        color: #000;
        margin-top: 15px; }
      section.products .boxes .box .info .price {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 20px;
        color: #abb1c9; }
        section.products .boxes .box .info .price ins {
          text-decoration: none; }
  @media only screen and (max-width: 850px) {
    section.products .boxes .box {
      width: 31.3333%;
      margin: 1%; } }
  @media only screen and (max-width: 650px) {
    section.products .boxes .box {
      width: 48%;
      margin: 1%; }
      section.products .boxes .box .info .name {
        font-size: 18px;
        line-height: 18px; }
      section.products .boxes .box .info .price {
        font-size: 18px; }
      section.products .boxes .box .info .buttons .button, section.products .boxes .box .info .buttons a {
        font-size: 18px; } }

.buttons a {
  font-family: 'Heebo', sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
  transition: 0.5s; }
  .buttons a:after {
    position: absolute;
    display: block;
    content: "";
    left: -1px;
    bottom: 6px;
    width: 16px;
    height: 16px;
    background: #263774;
    border-radius: 50px;
    transition: 0.5s; }
  .buttons a.add_to_cart_button {
    color: #bfc4d6; }
    .buttons a.add_to_cart_button:after {
      background: #bfc4d6; }
    .buttons a.add_to_cart_button.added {
      color: #000; }
  .buttons a:hover:after {
    background: #eb9c3b; }

.loading {
  position: relative; }

.loading:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "\f110";
  -webkit-animation: fa-spin .75s linear infinite;
  animation: fa-spin .75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -10px;
  margin-top: -10px; }

/* --------------------- /Section products ---------------------- */
/* ---------------------- Section single-image ---------------------- */
section.single-image img {
  max-width: 100%; }

/* --------------------- /Section single-image ---------------------- */
/* ---------------------- Section support ---------------------- */
section.support {
  margin-bottom: 430px; }
  section.support .parts {
    font-size: 0; }
    section.support .parts .part {
      width: 50%;
      display: inline-block;
      vertical-align: top; }
      section.support .parts .part .title {
        font-family: 'Heebo', sans-serif;
        font-weight: 700;
        font-size: 30px;
        line-height: 30px;
        color: #273673;
        border-bottom: 4px solid #bfc4d6;
        padding-bottom: 15px; }
    section.support .parts .part-form {
      padding-left: 40px; }
      section.support .parts .part-form .wpcf7 {
        margin-top: 25px; }
        section.support .parts .part-form .wpcf7 form {
          display: flex;
          flex-wrap: wrap;
          position: relative;
          margin: -1%; }
        section.support .parts .part-form .wpcf7 input, section.support .parts .part-form .wpcf7 select, section.support .parts .part-form .wpcf7 textarea {
          font-family: 'Heebo', sans-serif;
          font-weight: normal;
          font-weight: 400;
          font-size: 20px;
          color: #273673;
          border: none;
          border-bottom: 4px solid #bfc4d6;
          background: none;
          outline: none;
          padding: 10px 0;
          width: 100%;
          transition: 0.5s; }
          section.support .parts .part-form .wpcf7 input::-webkit-input-placeholder, section.support .parts .part-form .wpcf7 select::-webkit-input-placeholder, section.support .parts .part-form .wpcf7 textarea::-webkit-input-placeholder {
            /* WebKit browsers */
            color: #273673; }
          section.support .parts .part-form .wpcf7 input:-moz-placeholder, section.support .parts .part-form .wpcf7 select:-moz-placeholder, section.support .parts .part-form .wpcf7 textarea:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: #273673; }
          section.support .parts .part-form .wpcf7 input::-moz-placeholder, section.support .parts .part-form .wpcf7 select::-moz-placeholder, section.support .parts .part-form .wpcf7 textarea::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: #273673; }
          section.support .parts .part-form .wpcf7 input:-ms-input-placeholder, section.support .parts .part-form .wpcf7 select:-ms-input-placeholder, section.support .parts .part-form .wpcf7 textarea:-ms-input-placeholder {
            /* Internet Explorer 10+ */
            color: #273673; }
          section.support .parts .part-form .wpcf7 input:focus, section.support .parts .part-form .wpcf7 select:focus, section.support .parts .part-form .wpcf7 textarea:focus {
            border-bottom: 4px solid #eb9c3b; }
        section.support .parts .part-form .wpcf7 textarea {
          border: 4px solid #bfc4d6;
          padding: 10px;
          margin-top: 35px;
          border-radius: 5px; }
        section.support .parts .part-form .wpcf7 .wpcf7-form-control-wrap {
          display: block;
          margin-top: 25px;
          width: 100%;
          position: relative; }
          section.support .parts .part-form .wpcf7 .wpcf7-form-control-wrap:after {
            position: absolute;
            content: "";
            left: -6px;
            bottom: -6px;
            width: 16px;
            height: 16px;
            background: #bfc4d6;
            border-radius: 50px; }
          section.support .parts .part-form .wpcf7 .wpcf7-form-control-wrap.mishap-type:after {
            bottom: auto;
            top: 28px;
            left: -6px; }
          section.support .parts .part-form .wpcf7 .wpcf7-form-control-wrap.mishap-type:before {
            position: absolute;
            content: "";
            top: 44px;
            left: -6px;
            bottom: -6px;
            width: 16px;
            height: 30px;
            background: #fff; }
        section.support .parts .part-form .wpcf7 input[type="submit"] {
          font-family: 'Heebo', sans-serif;
          font-weight: normal;
          font-weight: 400;
          font-size: 20px;
          color: #273673;
          background: none;
          display: inline-block;
          padding: 10px 65px;
          cursor: pointer;
          transition: 0.5s;
          position: relative;
          width: auto;
          border: 4px solid #eb9c3b;
          border-radius: 5px;
          transition: 0.5s;
          opacity: 1; }
          section.support .parts .part-form .wpcf7 input[type="submit"]:hover {
            opacity: 0.75; }
        section.support .parts .part-form .wpcf7 .submit {
          margin: 2%;
          margin-top: 50px;
          position: relative; }
          section.support .parts .part-form .wpcf7 .submit:after {
            position: absolute;
            content: "";
            left: 50%;
            top: -6px;
            width: 16px;
            height: 16px;
            background: #eb9c3b;
            border-radius: 50px;
            z-index: 3; }
          section.support .parts .part-form .wpcf7 .submit:before {
            position: absolute;
            content: "";
            left: 40%;
            top: -6px;
            width: 26px;
            height: 16px;
            background: #fff;
            border-radius: 50px;
            z-index: 2; }
        section.support .parts .part-form .wpcf7 span[role="alert"] {
          font-family: 'Heebo', sans-serif;
          font-weight: normal;
          font-weight: 400;
          font-size: 14px;
          color: #232323;
          position: absolute;
          left: 0;
          bottom: -20px; }
        section.support .parts .part-form .wpcf7 .wpcf7-response-output {
          font-family: 'Heebo', sans-serif;
          font-weight: normal;
          font-weight: 400;
          font-size: 16px;
          color: #232323;
          position: absolute;
          bottom: -23px;
          border: none;
          padding: 0;
          margin: 0; }
        section.support .parts .part-form .wpcf7 .ajax-loader {
          display: none; }
    section.support .parts .part-instructions {
      padding-right: 40px; }
      section.support .parts .part-instructions .accordion {
        margin-top: 35px;
        border-radius: 0; }
        section.support .parts .part-instructions .accordion h3 {
          font-family: 'Heebo', sans-serif;
          font-weight: normal;
          font-weight: 400;
          font-size: 20px;
          color: #000;
          border: none;
          padding: 15px 0;
          padding-top: 35px;
          outline: none;
          position: relative;
          border-bottom: 4px solid #ef9d3b;
          background: none; }
          section.support .parts .part-instructions .accordion h3 .icon {
            background: #fff;
            padding-right: 20px;
            position: absolute;
            bottom: -4px;
            left: 0; }
            section.support .parts .part-instructions .accordion h3 .icon img {
              width: 57px; }
        section.support .parts .part-instructions .accordion .ui-accordion-header-icon {
          transform: scale(1.3); }
        section.support .parts .part-instructions .accordion .ui-accordion-content {
          overflow: visible;
          border: none;
          padding: 20px 0;
          padding-top: 0; }
          section.support .parts .part-instructions .accordion .ui-accordion-content .files {
            font-size: 0;
            margin-top: 15px; }
            section.support .parts .part-instructions .accordion .ui-accordion-content .files .file {
              min-height: 60px;
              font-family: 'Heebo', sans-serif;
              font-weight: normal;
              font-weight: 400;
              font-size: 18px;
              line-height: 20px;
              color: #000;
              margin-top: 15px;
              width: 50%;
              display: inline-block;
              vertical-align: middle;
              padding-right: 50px;
              padding-left: 10px;
              background: url("../images/icons/file.png") no-repeat;
              background-position: right center;
              position: relative; }
              section.support .parts .part-instructions .accordion .ui-accordion-content .files .file p {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 50px;
                left: 10px; }
              @media only screen and (max-width: 1200px) {
                section.support .parts .part-instructions .accordion .ui-accordion-content .files .file {
                  font-size: 16px;
                  line-height: 18px; } }
              @media only screen and (max-width: 500px) {
                section.support .parts .part-instructions .accordion .ui-accordion-content .files .file {
                  width: 100%;
                  margin-top: 5px; } }
            @media only screen and (max-width: 500px) {
              section.support .parts .part-instructions .accordion .ui-accordion-content .files {
                margin-top: 10px; } }
  @media only screen and (max-width: 850px) {
    section.support {
      margin-bottom: 0; }
      section.support .parts .part {
        width: 100%;
        padding: 10px !important; }
      section.support .parts .part-instructions {
        margin-top: 25px; } }

/* --------------------- /Section support ---------------------- */
/* ---------------------- Section clients-bottom ---------------------- */
section.clients-bottom {
  margin-top: 120px;
  margin-bottom: 10px;
  position: relative;
  z-index: 9; }
  section.clients-bottom .boxes {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    margin: 0 -3%;
    width: 60%; }
    section.clients-bottom .boxes .box {
      width: 23%;
      margin: 5%;
      text-align: center; }
      section.clients-bottom .boxes .box .image {
        max-width: 100%;
        margin: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        transition: 0.5s; }
        section.clients-bottom .boxes .box .image:hover {
          -webkit-filter: grayscale(0%);
                  filter: grayscale(0%); }
        section.clients-bottom .boxes .box .image img {
          max-width: 170px; }
  @media only screen and (max-width: 1590px) {
    section.clients-bottom {
      margin-bottom: -100px; } }
  @media only screen and (max-width: 1000px) {
    section.clients-bottom {
      margin-top: 75px;
      margin-bottom: 0; }
      section.clients-bottom .boxes {
        width: 100%;
        margin: 0; }
        section.clients-bottom .boxes .box.empty {
          display: none; } }

/* --------------------- /Section clients-bottom ---------------------- */
/* ---------------------- Section project ---------------------- */
section.project {
  padding-top: 75px;
  width: 100%; }
  section.project .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    cursor: pointer; }
  section.project .inner {
    max-width: 1216px;
    padding: 0 10px;
    width: 100%;
    margin: auto;
    position: relative;
    pointer-events: none; }
  section.project .content {
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-top: 40px; }
  section.project .gallery {
    font-size: 0;
    overflow: hidden;
    margin-top: 75px;
    pointer-events: auto; }
    section.project .gallery .main-img {
      width: 100%; }
      section.project .gallery .main-img img {
        width: 100%; }
    section.project .gallery .wrap {
      position: relative;
      display: inline-block;
      width: 100%; }
    section.project .gallery .controls {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 75px;
      line-height: 75px;
      color: #eb9c3b; }
      section.project .gallery .controls .left {
        position: absolute;
        left: 10px;
        cursor: pointer;
        transform: translateY(-50%); }
      section.project .gallery .controls .right {
        position: absolute;
        right: 10px;
        cursor: pointer;
        transform: translateY(-50%); }
    section.project .gallery .thumbs {
      margin-top: 20px; }
      section.project .gallery .thumbs .thumb {
        cursor: pointer;
        transition: 0.5s;
        border: 1px solid #ccc; }
        section.project .gallery .thumbs .thumb.selected {
          opacity: 0.5; }
        section.project .gallery .thumbs .thumb img {
          width: 100%; }
  @media only screen and (max-width: 700px) {
    section.project .content {
      font-size: 16px; } }

/* --------------------- /Section project ---------------------- */
/* ---------------------- Section contact-inner ---------------------- */
section.contact-inner {
  z-index: 1;
  margin-bottom: 360px;
  margin-top: 0; }
  section.contact-inner .section-inner {
    font-size: 0; }
  section.contact-inner .section-subtitle {
    margin-top: 20px;
    margin-bottom: 10px; }
  section.contact-inner .map-cont {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    padding-right: 25px; }
    section.contact-inner .map-cont img {
      max-width: 500px; }
    section.contact-inner .map-cont #map {
      width: 100%;
      height: 400px; }
  @media only screen and (max-width: 1000px) {
    section.contact-inner {
      margin-bottom: 0; }
      section.contact-inner .map-cont {
        margin-top: 35px;
        width: 100%;
        padding-right: 0; } }

/* --------------------- /Section contact-inner ---------------------- */
.section-subtitle {
  font-family: 'Heebo', sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 18px;
  color: #000; }

/* ---------------------- Section downloads ---------------------- */
section.downloads {
  margin-top: -25px;
  padding-bottom: 55px; }
  section.downloads .boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0;
    margin: -1%; }
    section.downloads .boxes .box {
      width: 20%;
      text-align: center;
      padding: 35px 20px; }
      section.downloads .boxes .box .image {
        margin: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
        section.downloads .boxes .box .image img {
          width: 100%;
          max-width: 160px; }
  @media only screen and (max-width: 550px) {
    section.downloads .boxes .box {
      width: 50%; } }

/* --------------------- /Section downloads ---------------------- */
/* ---------------------- Section content-inner ---------------------- */
section.content-inner {
  padding: 50px 0;
  text-align: center; }
  section.content-inner .content {
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-top: 55px; }
    section.content-inner .content p {
      margin-top: 25px; }
      section.content-inner .content p:first-child {
        margin-top: 0; }
  section.content-inner .button-more {
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    background: #273673;
    padding: 10px 30px;
    margin: auto;
    margin-top: 35px;
    display: inline-block;
    transition: 0.5s; }
    section.content-inner .button-more:hover {
      background: #eb9c3b; }
  @media only screen and (max-width: 700px) {
    section.content-inner .content {
      font-size: 16px;
      margin-top: 25px; }
    section.content-inner .button-more {
      font-size: 20px;
      padding: 10px 20px; } }

/* --------------------- /Section content-inner ---------------------- */
/* ---------------------- Section content-slider ---------------------- */
section.content-slider .content {
  margin-top: 35px;
  font-family: 'Heebo', sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000; }
  section.content-slider .content strong {
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #273673; }
  section.content-slider .content p {
    margin-top: 15px; }

@media only screen and (max-width: 700px) {
  section.content-slider .content {
    font-size: 16px; } }

/* --------------------- /Section content-slider ---------------------- */
@font-face {
  font-family: star;
  src: url(../../../../../plugins/woocommerce/assets/fonts/star.eot);
  src: url(../../../../../plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(../../../../../plugins/woocommerce/assets/fonts/star.woff) format("woff"), url(../../../../../plugins/woocommerce/assets/fonts/star.ttf) format("truetype"), url(../../../../../plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal; }

.price ins {
  font-weight: 400; }

.woocommerce-active .site-header .col-full {
  position: relative; }

.woocommerce-active .site-branding {
  float: right; }

.site-header-cart {
  list-style-type: none;
  margin-right: 0;
  padding: 0;
  margin-bottom: 0; }

.site-header-cart .cart-contents {
  display: none; }

.site-header-cart .widget_shopping_cart {
  display: none; }

.site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
  margin: 1.41575em; }

.site-header-cart .widget_shopping_cart .product_list_widget img {
  margin-right: 1em; }

.site-search {
  font-size: .875em;
  clear: both;
  display: none; }

.site-search .widget_product_search input[type=search], .site-search .widget_product_search input[type=text] {
  padding: 1em 1.41575em;
  line-height: 1; }

.site-search .widget_product_search form:before {
  top: 1.15em;
  right: 1.15em; }

.site-search .widget_product_search #searchsubmit {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.storefront-handheld-footer-bar {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  z-index: 9999; }

.storefront-handheld-footer-bar:after, .storefront-handheld-footer-bar:before {
  content: "";
  display: table; }

.storefront-handheld-footer-bar:after {
  clear: both; }

.storefront-handheld-footer-bar ul {
  margin: 0; }

.storefront-handheld-footer-bar ul li {
  display: inline-block;
  float: right;
  text-align: center; }

.storefront-handheld-footer-bar ul li:last-child > a {
  border-left: 0; }

.storefront-handheld-footer-bar ul li > a {
  height: 4.235801032em;
  display: block;
  position: relative;
  text-indent: -9999px;
  z-index: 999;
  border-left: 1px solid rgba(255, 255, 255, 0.2); }

.storefront-handheld-footer-bar ul li > a:active, .storefront-handheld-footer-bar ul li > a:focus {
  outline: 0; }

.storefront-handheld-footer-bar ul li.search .site-search {
  position: absolute;
  bottom: -2em;
  right: 0;
  left: 0;
  transition: all,ease,.2s;
  padding: 1em;
  z-index: 1;
  display: block; }

.storefront-handheld-footer-bar ul li.search.active .site-search {
  bottom: 100%; }

.storefront-handheld-footer-bar ul li.search .site-search, .storefront-handheld-footer-bar ul li.search .widget, .storefront-handheld-footer-bar ul li.search form {
  margin-bottom: 0; }

.storefront-handheld-footer-bar ul li.cart .count {
  text-indent: 0;
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2;
  box-sizing: content-box;
  font-size: .75em;
  position: absolute;
  top: .875em;
  right: 50%;
  border-radius: 100%;
  border: 1px solid; }

.storefront-handheld-footer-bar ul.columns-1 li {
  width: 100%;
  display: block;
  float: none; }

.storefront-handheld-footer-bar ul.columns-2 li {
  width: 50%; }

.storefront-handheld-footer-bar ul.columns-3 li {
  width: 33.33333%; }

.storefront-handheld-footer-bar ul.columns-4 li {
  width: 25%; }

.storefront-handheld-footer-bar ul.columns-5 li {
  width: 20%; }

table.shop_table_responsive thead {
  display: none; }

table.shop_table_responsive tbody th {
  display: none; }

table.shop_table_responsive tr td {
  display: block;
  text-align: left;
  clear: both; }

table.shop_table_responsive tr td:before {
  content: attr(data-title) ": ";
  font-weight: 600;
  float: right; }

table.shop_table_responsive tr td.product-remove a {
  text-align: right; }

table.shop_table_responsive tr td.product-remove:before {
  display: none; }

table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
  display: none; }

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center; }

table.shop_table_responsive.my_account_orders .order-actions {
  text-align: left; }

table.shop_table_responsive.my_account_orders .order-actions:before {
  display: none; }

ul.products {
  margin-right: 0;
  margin-bottom: 0;
  clear: both; }

ul.products:after, ul.products:before {
  content: "";
  display: table; }

ul.products:after {
  clear: both; }

ul.products li.product {
  list-style: none;
  margin-right: 0;
  margin-bottom: 4.235801032em;
  text-align: center;
  position: relative; }

ul.products li.product .star-rating {
  margin: 0 auto .5407911001em; }

ul.products li.product .woocommerce-LoopProduct-link {
  display: block; }

ul.products li.product .price {
  display: block;
  color: #43454b;
  font-weight: 400;
  margin-bottom: 1rem; }

ul.products li.product .price ins {
  margin-right: .6180469716em;
  background-color: transparent; }

ul.products li.product .woocommerce-loop-product__title, ul.products li.product h2, ul.products li.product h3 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: .5407911001em; }

ul.products li.product .star-rating {
  font-size: .875em; }

ul.products li.product img {
  display: block;
  margin: 0 auto 1.618em; }

ul.products li.product.product-category .woocommerce-loop-category__title, ul.products li.product.product-category h2, ul.products li.product.product-category h3 {
  font-size: 1.1em; }

ul.products li.product.product-category img {
  margin-bottom: 1.618em; }

ul.products li.product .button {
  margin-bottom: .236em; }

.price del {
  opacity: .5;
  font-weight: 400; }

.price del + ins {
  margin-right: .327em; }

.single-product .pswp__button {
  background-color: transparent; }

.single-product div.product {
  position: relative;
  overflow: hidden; }

.single-product div.product:after, .single-product div.product:before {
  content: "";
  display: table; }

.single-product div.product:after {
  clear: both; }

.single-product div.product .images, .single-product div.product .summary, .single-product div.product .woocommerce-product-gallery {
  margin-bottom: 2.617924em;
  margin-top: 0; }

.single-product div.product .woocommerce-product-gallery {
  position: relative; }

.single-product div.product .woocommerce-product-gallery .zoomImg {
  background-color: #fff; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: .875em;
  left: .875em;
  display: block;
  height: 2em;
  width: 2em;
  border-radius: 3px;
  z-index: 99;
  text-align: center; }

.single-product div.product .woocommerce-product-gallery img {
  margin: 0; }

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1.618em; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:only-child):not(.flex-active-slide) {
  margin-right: 1px; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs:after, .single-product div.product .woocommerce-product-gallery .flex-control-thumbs:before {
  content: "";
  display: table; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs:after {
  clear: both; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  margin-bottom: 1.618em;
  cursor: pointer; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: .5;
  transition: all,ease,.2s; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 42.8571428571%;
  float: right;
  margin-left: 14.2857142857%; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-left: 0; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 23.8095238%;
  float: right;
  margin-left: 14.2857142857%; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-left: 0; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 14.2857142857%;
  float: right;
  margin-left: 14.2857142857%; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-left: 0; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 8.5714285714%;
  float: right;
  margin-left: 14.2857142857%; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-left: 0; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both; }

.single-product div.product .images .woocommerce-main-image {
  margin-bottom: 1.618em;
  display: block; }

.single-product div.product .images .thumbnails a.zoom {
  display: block;
  width: 22.05%;
  margin-left: 3.8%;
  float: right;
  margin-bottom: 1em; }

.single-product div.product .images .thumbnails a.zoom.last {
  margin-left: 0; }

.single-product div.product .images .thumbnails a.zoom.first {
  clear: both; }

.single-product div.product form.cart {
  margin-bottom: 1.618em;
  padding: 1em 0; }

.single-product div.product form.cart:after, .single-product div.product form.cart:before {
  content: "";
  display: table; }

.single-product div.product form.cart:after {
  clear: both; }

.single-product div.product form.cart .quantity {
  float: right;
  margin-left: .875em; }

.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity {
  float: none;
  margin-left: 0; }

.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity .quantity {
  margin-left: 0; }

.single-product div.product p.price {
  font-size: 1.41575em;
  margin: 1.41575em 0; }

.single-product div.product table.variations {
  margin: 0; }

.single-product div.product table.variations td, .single-product div.product table.variations th {
  display: list-item;
  padding: 0;
  list-style: none;
  background-color: transparent; }

.single-product div.product table.variations .value {
  margin-bottom: 1em; }

.single-product div.product .single_variation .price {
  margin-bottom: 1em;
  display: block; }

.single-product div.product .variations_button {
  padding-top: 1em; }

.single-product div.product .variations_button:after, .single-product div.product .variations_button:before {
  content: "";
  display: table; }

.single-product div.product .variations_button:after {
  clear: both; }

.single-product div.product .woocommerce-product-rating {
  margin-bottom: 1.618em;
  margin-top: -.875em; }

.single-product div.product .woocommerce-product-rating:after, .single-product div.product .woocommerce-product-rating:before {
  content: "";
  display: table; }

.single-product div.product .woocommerce-product-rating:after {
  clear: both; }

.single-product div.product .woocommerce-product-rating a {
  font-weight: 600;
  text-decoration: underline; }

.single-product div.product .woocommerce-product-rating a:hover {
  text-decoration: none; }

.single-product div.product .woocommerce-product-rating .star-rating {
  float: right;
  margin-left: .6180469716em; }

.single-product div.product .product_meta {
  font-size: .875em;
  padding-top: 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.single-product div.product .product_meta .posted_in, .single-product div.product .product_meta .sku_wrapper, .single-product div.product .product_meta .tagged_as {
  display: block; }

.single-product div.product .product_meta .posted_in:last-child, .single-product div.product .product_meta .sku_wrapper:last-child, .single-product div.product .product_meta .tagged_as:last-child {
  border-bottom: 0; }

.single-product div.product .product_meta a {
  font-weight: 600;
  text-decoration: underline; }

.single-product div.product .product_meta a:hover {
  text-decoration: none; }

.stock:empty:before {
  display: none; }

.stock.in-stock {
  color: #eb9c3b; }

.stock.out-of-stock {
  color: #e2401c; }

a.reset_variations {
  display: inline-block;
  margin-right: 1em; }

#reviews {
  outline: 0; }

#reviews #comments {
  padding-top: 0; }

#reviews .comment-reply-title {
  display: none; }

#reviews .commentlist {
  list-style: none;
  margin-right: 0; }

#reviews .commentlist li {
  margin-bottom: 2.617924em;
  list-style: none;
  clear: both; }

#reviews .commentlist li:after, #reviews .commentlist li:before {
  content: "";
  display: table; }

#reviews .commentlist li:after {
  clear: both; }

#reviews .commentlist li .comment_container {
  border-radius: 3px; }

#reviews .commentlist li .comment_container:after, #reviews .commentlist li .comment_container:before {
  content: "";
  display: table; }

#reviews .commentlist li .comment_container:after {
  clear: both; }

#reviews .commentlist li .comment_container .comment-text {
  width: 81.8181818182%;
  float: left;
  margin-left: 0; }

#reviews .commentlist li .comment_container .comment-text .star-rating {
  float: left;
  font-size: .875em;
  line-height: 1;
  height: 1em; }

#reviews .commentlist li:last-child {
  border-bottom: 0;
  margin-bottom: 0; }

#reviews .commentlist li time {
  opacity: .5;
  font-size: .875em; }

#reviews .commentlist li .avatar {
  width: 9.0909090909%;
  float: right;
  margin-left: 9.0909090909%;
  height: auto; }

#reviews .commentlist li p.meta {
  margin-bottom: 1em; }

#reviews .commentlist li p.meta strong {
  line-height: 1; }

#reviews .commentlist li p.meta time {
  display: block; }

#reviews .commentlist li p.meta .verified {
  font-style: normal;
  font-size: .875em; }

#reviews .commentlist li p.meta .woocommerce-review__dash {
  display: none; }

#reviews .commentlist li ul.children {
  margin: 0;
  width: 81.8181818182%;
  float: left;
  margin-left: 0;
  padding-top: 1.618em; }

#reviews .commentlist li ul.children .avatar {
  width: 11.1111111111%;
  float: right;
  margin-left: 11.1111111111%; }

#reviews .commentlist li ul.children .comment-text {
  width: 77.7777777778%;
  float: left;
  margin-left: 0; }

#reviews .commentlist li ul.children li {
  margin-bottom: 1.618em; }

#reviews .commentlist li ul.children li:last-child {
  margin-bottom: 0; }

#reviews .comment-form-rating {
  clear: both; }

#reviews .comment-form-rating label {
  display: block; }

.woocommerce-breadcrumb {
  margin-right: -1.387rem;
  margin-left: -1.387rem;
  margin-bottom: 1.618em;
  font-size: .875em;
  padding: 1em 1.387rem; }

.woocommerce-breadcrumb .breadcrumb-separator {
  display: inline-block;
  padding: 0 .5407911001em; }

.product_list_widget {
  list-style: none;
  margin-right: 0; }

.product_list_widget li {
  padding: 1em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.product_list_widget li:after, .product_list_widget li:before {
  content: "";
  display: table; }

.product_list_widget li:after {
  clear: both; }

.product_list_widget li img {
  max-width: 2.617924em;
  float: left; }

.product_list_widget li > a {
  display: block; }

.product_list_widget a:hover {
  color: #2c2d33; }

.widget ul.products li.product a {
  text-decoration: none; }

.widget_products a {
  display: block; }

.widget_shopping_cart .product_list_widget {
  margin-bottom: 0; }

.widget_shopping_cart .product_list_widget li {
  padding-right: 2em;
  position: relative; }

.widget_shopping_cart .product_list_widget li a.remove {
  position: absolute;
  top: 1em;
  right: 0;
  opacity: 1; }

.widget_shopping_cart p.buttons, .widget_shopping_cart p.total {
  padding: 1em 0;
  margin: 0;
  text-align: center; }

.widget_shopping_cart p.total {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.widget_shopping_cart .buttons .button {
  display: block; }

.widget_shopping_cart .buttons .button:nth-child(odd) {
  margin-bottom: .6180469716em; }

.site-header .widget_shopping_cart li, .site-header .widget_shopping_cart p.buttons, .site-header .widget_shopping_cart p.total {
  padding-right: 1.41575em;
  padding-left: 1.41575em; }

.widget_layered_nav li {
  margin-bottom: .6180469716em; }

.widget.woocommerce li .count {
  font-size: 1em;
  float: left; }

.widget_price_filter .price_slider {
  margin-bottom: 1em; }

.widget_price_filter .price_slider_amount {
  text-align: left;
  line-height: 2.4em; }

.widget_price_filter .price_slider_amount .button {
  float: right; }

.widget_price_filter .ui-slider {
  position: relative;
  text-align: right; }

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  top: auto;
  z-index: 2;
  width: 1em;
  height: 1em;
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  background: #2c2d33;
  box-sizing: border-box;
  margin-top: -.25em;
  margin-right: auto;
  opacity: 1;
  border: 0; }

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-right: -1em; }

.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active, .widget_price_filter .ui-slider .ui-slider-handle:hover {
  box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1); }

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #2c2d33;
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em; }

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  background: rgba(0, 0, 0, 0.1);
  border: 0; }

.widget_price_filter .ui-slider-horizontal {
  height: .5em; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  right: -1px; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  left: -1px; }

table.cart {
  margin-bottom: 3.706325903em; }

table.cart .product-quantity .minus, table.cart .product-quantity .plus {
  display: none; }

table.cart .product-thumbnail img {
  margin: 0 auto;
  max-width: 3.706325903em;
  height: auto; }

table.cart .product-thumbnail:before {
  display: none; }

table.cart tr:first-child td.product-remove {
  border-top-width: 0; }

table.cart td.product-remove {
  padding: 0;
  border-top: 1.618em solid;
  position: relative; }

table.cart td.product-remove:after, table.cart td.product-remove:before {
  content: "";
  display: table; }

table.cart td.product-remove:after {
  clear: both; }

table.cart td.product-remove a.remove {
  position: absolute;
  font-size: 1.41575em;
  top: -.6180469716em;
  left: -.6180469716em; }

table.cart td.product-quantity .qty {
  padding: .326em;
  width: 3.706325903em; }

table.cart td, table.cart th {
  padding: .875em .875em 0; }

table.cart td.product-subtotal {
  padding-bottom: .875em; }

table.cart td.actions {
  border-top: 1em solid;
  background-color: transparent;
  padding: 0; }

table.cart td.actions label {
  display: none; }

table.cart td.actions .coupon {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

table.cart td.actions input {
  display: block;
  width: 100%;
  margin: .5407911001em 0; }

table.cart td.actions input[name=update_cart]:focus {
  outline: 0; }

.wc-proceed-to-checkout {
  margin-bottom: 1.618em; }

.wc-proceed-to-checkout:after, .wc-proceed-to-checkout:before {
  content: "";
  display: table; }

.wc-proceed-to-checkout:after {
  clear: both; }

.wc-proceed-to-checkout .button {
  display: block;
  text-align: center;
  margin-bottom: 1em; }

.wc-proceed-to-checkout .button.checkout-button {
  font-size: 1.41575em; }

.woocommerce-shipping-calculator {
  margin: 0; }

.woocommerce-shipping-calculator > p:first-child {
  margin: 0; }

.woocommerce-shipping-calculator .shipping-calculator-form {
  padding-top: 1.41575em; }

ul#shipping_method {
  list-style: none;
  margin-right: 0; }

ul#shipping_method li {
  margin-bottom: .2360828548em; }

ul#shipping_method li:last-child {
  margin-bottom: 0; }

ul#shipping_method input {
  margin-left: .3342343017em; }

.woocommerce-checkout ul#shipping_method {
  margin-bottom: 0; }

.checkout_coupon {
  margin-bottom: 2.617924em; }

form.checkout {
  position: static !important; }

form.checkout:after, form.checkout:before {
  content: "";
  display: table; }

form.checkout:after {
  clear: both; }

form.checkout > .blockUI {
  position: fixed !important; }

#payment:after, #payment:before {
  content: "";
  display: table; }

#payment:after {
  clear: both; }

#payment .create-account {
  clear: both; }

#payment .payment_methods {
  margin: 0 !important;
  padding: 0 !important; }

#payment .payment_methods > .wc_payment_method > label, #payment .payment_methods > .woocommerce-PaymentMethod > label {
  display: block;
  padding: 1.41575em;
  cursor: pointer; }

#payment .payment_methods li {
  list-style: none !important;
  margin-right: 0;
  position: relative; }

#payment .payment_methods li img {
  float: left;
  border: 0;
  padding: 0;
  max-height: 1.618em; }

#payment .payment_methods li:last-child:not(.woocommerce-notice) {
  padding-bottom: 0;
  border-bottom: 0; }

#payment .payment_methods li p {
  margin: 0; }

#payment .payment_methods li .payment_box {
  padding: 1.41575em; }

#payment .payment_methods li .payment_box fieldset {
  border: 0;
  margin: 0;
  padding: 1em 0 0 0;
  font-size: .875em; }

#payment .payment_methods li .payment_box fieldset label {
  width: auto;
  margin-right: 0; }

#payment .payment_methods li .payment_box fieldset .form-row {
  margin-bottom: 1em; }

#payment .payment_methods li .payment_box fieldset .form-row input[type=checkbox] {
  margin-left: 5px; }

#payment .payment_methods li .payment_box fieldset #cvv {
  width: 22% !important; }

#payment .payment_methods li .payment_box fieldset .help {
  width: 75%;
  float: left; }

#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
  padding-top: 1em;
  margin: 0; }

#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
  margin-top: .6180469716em; }

#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio] {
  margin-left: .236em; }

#payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
  margin-right: 0; }

#payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc, #payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry, #payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
  font-size: 1.41575em; }

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
  background-repeat: no-repeat;
  background-position: left .6180469716em center;
  background-size: 31px 20px;
  background-image: url(../../../assets/images/credit-cards/unknown.svg); }

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
  background-image: url(../../../assets/images/credit-cards/visa.svg); }

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
  background-image: url(../../../assets/images/credit-cards/mastercard.svg); }

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
  background-image: url(../../../assets/images/credit-cards/laser.svg); }

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
  background-image: url(../../../assets/images/credit-cards/diners.svg); }

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
  background-image: url(../../../assets/images/credit-cards/maestro.svg); }

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
  background-image: url(../../../assets/images/credit-cards/jcb.svg); }

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
  background-image: url(../../../assets/images/credit-cards/amex.svg); }

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
  background-image: url(../../../assets/images/credit-cards/discover.svg); }

#payment .terms {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 0;
  margin-bottom: 1em; }

#payment .terms label {
  display: block;
  cursor: pointer; }

#payment .woocommerce-terms-and-conditions {
  padding: 1em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
  background-color: rgba(0, 0, 0, 0.05); }

#payment .place-order {
  padding: 1.41575em;
  margin-bottom: 0;
  float: none;
  width: 100%;
  margin-top: 2.617924em; }

#payment .place-order .button {
  font-size: 1.41575em;
  width: 100%;
  white-space: pre-wrap; }

table.woocommerce-checkout-review-order-table .product-name {
  width: 300px;
  word-wrap: break-word; }

.admin-bar .woocommerce-checkout #wc_checkout_add_ons label + br {
  display: none; }

.woocommerce-password-strength {
  text-align: right;
  font-weight: 600;
  padding: .5407911001em 0;
  text-align: left;
  font-size: .875em; }

.woocommerce-password-strength.strong {
  color: #eb9c3b; }

.woocommerce-password-strength.short {
  color: #e2401c; }

.woocommerce-password-strength.bad {
  color: #e2401c; }

.woocommerce-password-strength.good {
  color: #3d9cd2; }

label.inline {
  display: inline !important;
  margin-right: 1em; }

.woocommerce-MyAccount-navigation ul {
  margin-right: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative; }

.woocommerce-MyAccount-navigation ul li a {
  padding: .875em 0;
  display: block; }

ul.order_details {
  list-style: none;
  position: relative;
  margin: 3.706325903em 0; }

ul.order_details:after, ul.order_details:before {
  content: "";
  display: table; }

ul.order_details:after {
  clear: both; }

ul.order_details:after, ul.order_details:before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  right: 0;
  width: 100%;
  height: 16px;
  background-size: 0 100%,16px 16px,16px 16px; }

ul.order_details:after {
  top: auto;
  bottom: -16px;
  transform: rotate(-180deg); }

ul.order_details li {
  padding: 1em 1.618em;
  font-size: .8em;
  text-transform: uppercase; }

ul.order_details li:first-child {
  padding-top: 1.618em; }

ul.order_details li:last-child {
  border: 0;
  padding-bottom: 1.618em; }

ul.order_details li strong {
  display: block;
  font-size: 1.41575em;
  text-transform: none; }

.my_account_orders .button, .woocommerce-MyAccount-downloads .button {
  padding: .6180469716em .875em;
  font-size: .875em;
  margin-left: .236em; }

.woocommerce-MyAccount-content h2 {
  font-size: 2em;
  font-weight: 600; }

.woocommerce-MyAccount-content #payment .payment_methods {
  margin-bottom: 1.618em !important; }

.woocommerce-form__label-for-checkbox {
  cursor: pointer;
  display: block; }

.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  margin-left: .3342343017em; }

.form-row label {
  display: block; }

.form-row input, .form-row select, .form-row textarea {
  width: 100%; }

.form-row input[type=checkbox], .form-row input[type=radio] {
  width: auto; }

.form-row .button {
  width: auto; }

.form-row.create-account label {
  display: inline-block; }

.form-row.woocommerce-validated input.input-text {
  box-shadow: inset -2px 0 0 #eb9c3b; }

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset -2px 0 0 #e2401c; }

.form-row-last {
  margin-left: 0 !important; }

.form-row-wide {
  clear: both;
  width: 100%; }

.required {
  border-bottom: 0 !important;
  color: red; }

.demo_store {
  position: fixed;
  right: 0;
  bottom: 69px;
  left: 0;
  margin: 0;
  padding: 1em 1.41575em;
  background-color: #3d9cd2;
  color: #fff;
  z-index: 9999; }

.demo_store a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline; }

.demo_store a:hover {
  text-decoration: none; }

.demo_store a.woocommerce-store-notice__dismiss-link {
  display: block; }

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.3em;
  font-family: star;
  font-weight: 400; }

.star-rating:before {
  content: "\53\53\53\53\53";
  opacity: .25;
  float: right;
  top: 0;
  right: 0;
  position: absolute; }

.star-rating span {
  overflow: hidden;
  float: right;
  top: 0;
  right: 0;
  position: absolute;
  padding-top: 1.5em; }

.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  right: 0;
  color: #2c2d33; }

p.stars {
  display: inline-block;
  margin: 0; }

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-left: 1px;
  font-weight: 400; }

p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "\53";
  color: #43454b;
  text-indent: 0;
  opacity: .25; }

p.stars a:hover ~ a:before {
  content: "\53";
  color: #43454b;
  opacity: .25; }

p.stars:hover a:before {
  content: "\53";
  color: #96588a;
  opacity: 1; }

p.stars.selected a.active:before {
  content: "\53";
  color: #96588a;
  opacity: 1; }

p.stars.selected a.active ~ a:before {
  content: "\53";
  color: #43454b;
  opacity: .25; }

p.stars.selected a:not(.active):before {
  content: "\53";
  color: #96588a;
  opacity: 1; }

.onsale {
  border: 1px solid;
  border-color: #43454b;
  color: #43454b;
  padding: .202em .6180469716em;
  font-size: .875em;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1em;
  border-radius: 3px; }

.quantity .qty {
  width: 4.235801032em;
  text-align: center; }

.storefront-sorting {
  font-size: .875em;
  margin-bottom: 2.617924em; }

.woocommerce-tabs {
  overflow: hidden;
  padding: 1em 0; }

.woocommerce-tabs:after, .woocommerce-tabs:before {
  content: "";
  display: table; }

.woocommerce-tabs:after {
  clear: both; }

.woocommerce-tabs ul.tabs {
  list-style: none;
  margin-right: 0;
  text-align: right;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative; }

.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block; }

.woocommerce-tabs .panel h2:first-of-type {
  font-size: 1.618em;
  margin-bottom: 1em; }

.related > h2:first-child, .upsells > h2:first-child {
  font-size: 1.618em;
  margin-bottom: 1em; }

.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
  padding: 1em 1.618em;
  margin-bottom: 2.617924em;
  background-color: #eb9c3b;
  margin-right: 0;
  border-radius: 2px;
  color: #fff;
  clear: both;
  border-right: 0.61805em solid rgba(0, 0, 0, 0.15); }

.woocommerce-error:after, .woocommerce-error:before, .woocommerce-info:after, .woocommerce-info:before, .woocommerce-message:after, .woocommerce-message:before, .woocommerce-noreviews:after, .woocommerce-noreviews:before, p.no-comments:after, p.no-comments:before {
  content: "";
  display: table; }

.woocommerce-error:after, .woocommerce-info:after, .woocommerce-message:after, .woocommerce-noreviews:after, p.no-comments:after {
  clear: both; }

.woocommerce-error a, .woocommerce-info a, .woocommerce-message a, .woocommerce-noreviews a, p.no-comments a {
  color: #fff; }

.woocommerce-error a:hover, .woocommerce-info a:hover, .woocommerce-message a:hover, .woocommerce-noreviews a:hover, p.no-comments a:hover {
  color: #fff;
  opacity: .7; }

.woocommerce-error a.button:hover, .woocommerce-info a.button:hover, .woocommerce-message a.button:hover, .woocommerce-noreviews a.button:hover, p.no-comments a.button:hover {
  opacity: 1; }

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button, .woocommerce-noreviews .button, p.no-comments .button {
  float: left;
  padding: 0;
  background: 100% 0;
  color: #fff;
  box-shadow: none;
  line-height: 1.618;
  padding-right: 1em;
  border-width: 0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.25) !important;
  border-radius: 0; }

.woocommerce-error .button:hover, .woocommerce-info .button:hover, .woocommerce-message .button:hover, .woocommerce-noreviews .button:hover, p.no-comments .button:hover {
  background: 100% 0;
  color: #fff;
  opacity: .7; }

.woocommerce-error pre, .woocommerce-info pre, .woocommerce-message pre, .woocommerce-noreviews pre, p.no-comments pre {
  background-color: rgba(0, 0, 0, 0.1); }

.site-content > .col-full > .woocommerce > .woocommerce-error:first-child, .site-content > .col-full > .woocommerce > .woocommerce-info:first-child, .site-content > .col-full > .woocommerce > .woocommerce-message:first-child {
  margin-top: 2.617924em; }

.woocommerce-error {
  list-style: none; }

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
  background-color: #3d9cd2; }

.woocommerce-error {
  background-color: #e2401c; }

dl.variation {
  font-size: .875em; }

dl.variation dd {
  margin: 0 0 1em; }

.wc-item-meta {
  font-size: .875em;
  margin-right: 0;
  list-style: none; }

.wc-item-meta li:after, .wc-item-meta li:before {
  content: "";
  display: table; }

.wc-item-meta li:after {
  clear: both; }

.wc-item-meta li p, .wc-item-meta li strong {
  display: inline-block; }

.woocommerce-MyAccount-content .woocommerce-Pagination {
  text-align: center; }

.storefront-product-section {
  margin-bottom: 1.618em; }

.storefront-product-section .section-title {
  text-align: center;
  margin-bottom: 1em; }

.storefront-product-section:last-child {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .demo_store {
    bottom: 0; }
  .demo_store a.woocommerce-store-notice__dismiss-link {
    background: rgba(0, 0, 0, 0.1);
    float: left;
    display: inline-block;
    margin: -1em 0 -1em -1.41575em;
    padding: 1em 1.41575em; }
  .storefront-handheld-footer-bar {
    display: none; }
  .woocommerce-breadcrumb {
    padding: 1.41575em 99em 1.41575em;
    margin-right: -99em;
    margin-left: -99em;
    margin-bottom: 4.235801032em; }
  table.shop_table_responsive thead {
    display: table-header-group; }
  table.shop_table_responsive tbody th {
    display: table-cell; }
  table.shop_table_responsive tr td {
    display: table-cell; }
  table.shop_table_responsive tr td:before {
    display: none; }
  .site-header-cart {
    position: relative; }
  .site-header-cart .cart-contents {
    padding: 1.618em 0;
    display: block;
    position: relative;
    background-color: transparent;
    height: auto;
    width: auto;
    text-indent: 0; }
  .site-header-cart .cart-contents .amount {
    margin-left: .327em; }
  .site-header-cart .cart-contents .count {
    font-weight: 400;
    opacity: .5;
    font-size: .875em; }
  .site-header-cart .cart-contents span {
    display: inline; }
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    font-size: .875em;
    right: -999em;
    display: block; }
  .site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
    display: none;
    right: 0; }
  .site-header-cart .widget_shopping_cart h2.widgettitle {
    display: none; }
  .site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
    position: relative;
    float: right;
    top: auto; }
  .site-header-cart .widget_shopping_cart .product_list_widget li a.remove:before {
    text-align: right; }
  .site-header-cart.focus .widget_shopping_cart, .site-header-cart:hover .widget_shopping_cart {
    right: 0;
    display: block; }
  .site-search {
    display: block; }
  .site-search form {
    margin: 0; }
  ul.products li.product {
    clear: none;
    width: 100%;
    float: right;
    font-size: .875em; }
  ul.products li.product.first {
    clear: both !important; }
  ul.products li.product.last {
    margin-left: 0 !important; }
  .page-template-template-fullwidth-php .site-main .columns-1 ul.products li.product, .page-template-template-homepage-php .site-main .columns-1 ul.products li.product, .storefront-full-width-content .site-main .columns-1 ul.products li.product {
    width: 100%;
    margin-left: 0;
    float: none; }
  .page-template-template-fullwidth-php .site-main .columns-2 ul.products li.product, .page-template-template-homepage-php .site-main .columns-2 ul.products li.product, .storefront-full-width-content .site-main .columns-2 ul.products li.product {
    width: 47.8260869565%;
    float: right;
    margin-left: 4.347826087%; }
  .page-template-template-fullwidth-php .site-main .columns-3 ul.products li.product, .page-template-template-homepage-php .site-main .columns-3 ul.products li.product, .storefront-full-width-content .site-main .columns-3 ul.products li.product {
    width: 30.4347826087%;
    float: right;
    margin-left: 4.347826087%; }
  .page-template-template-fullwidth-php .site-main .columns-4 ul.products li.product, .page-template-template-homepage-php .site-main .columns-4 ul.products li.product, .storefront-full-width-content .site-main .columns-4 ul.products li.product {
    width: 21.7391304348%;
    float: right;
    margin-left: 4.347826087%; }
  .page-template-template-fullwidth-php .site-main .columns-5 ul.products li.product, .page-template-template-homepage-php .site-main .columns-5 ul.products li.product, .storefront-full-width-content .site-main .columns-5 ul.products li.product {
    width: 16.9%;
    margin-left: 3.8%; }
  .page-template-template-fullwidth-php .site-main .columns-6 ul.products li.product, .page-template-template-homepage-php .site-main .columns-6 ul.products li.product, .storefront-full-width-content .site-main .columns-6 ul.products li.product {
    width: 13.0434782609%;
    float: right;
    margin-left: 4.347826087%; }
  .site-main .columns-1 ul.products li.product {
    width: 100%;
    margin-left: 0;
    float: none; }
  .site-main .columns-2 ul.products li.product {
    width: 48%;
    margin-left: 3.8%; }
  .site-main .columns-3 ul.products li.product {
    width: 29.4117647059%;
    float: right;
    margin-left: 5.8823529412%; }
  .site-main .columns-4 ul.products li.product {
    width: 22.05%;
    margin-left: 3.8%; }
  .site-main .columns-5 ul.products li.product {
    width: 16.9%;
    margin-left: 3.8%; }
  .site-main .columns-6 ul.products li.product {
    width: 11.7647058824%;
    float: right;
    margin-left: 5.8823529412%; }
  .site-main ul.products li.product {
    width: 29.4117647059%;
    float: right;
    margin-left: 5.8823529412%; }
  .single-product div.product .images {
    width: 41.1764705882%;
    float: right;
    margin-left: 5.8823529412%;
    margin-bottom: 3.706325903em; }
  .single-product div.product .images .thumbnails:after, .single-product div.product .images .thumbnails:before {
    content: "";
    display: table; }
  .single-product div.product .images .thumbnails:after {
    clear: both; }
  .single-product div.product .images .thumbnails a.zoom {
    width: 14.2857142857%;
    float: right;
    margin-left: 14.2857142857%; }
  .single-product div.product .images .thumbnails a.zoom.last {
    float: left;
    margin-left: 0; }
  .single-product div.product .woocommerce-product-gallery {
    width: 41.1764705882%;
    float: right;
    margin-left: 5.8823529412%;
    margin-bottom: 3.706325903em; }
  .single-product div.product .summary {
    width: 52.9411764706%;
    float: left;
    margin-left: 0; }
  .single-product div.product .woocommerce-tabs {
    clear: both; }
  #reviews .comment-form-author, #reviews .comment-form-email {
    width: 47%; }
  #reviews .comment-form-email {
    margin-left: 0; }
  .storefront-full-width-content.single-product div.product .images {
    width: 39.1304347826%;
    float: right;
    margin-left: 4.347826087%;
    margin-bottom: 3.706325903em; }
  .storefront-full-width-content.single-product div.product .images .thumbnails a.zoom {
    width: 11.1111111111%;
    float: right;
    margin-left: 11.1111111111%; }
  .storefront-full-width-content.single-product div.product .images .thumbnails a.zoom.last {
    margin-left: 0; }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    width: 39.1304347826%;
    float: right;
    margin-left: 4.347826087%;
    margin-bottom: 3.706325903em; }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 44.4444444444%;
    float: right;
    margin-left: 11.1111111111%; }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
    margin-left: 0; }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 25.9259259333%;
    float: right;
    margin-left: 11.1111111111%; }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
    margin-left: 0; }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 16.6666666667%;
    float: right;
    margin-left: 11.1111111111%; }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-left: 0; }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 11.1111111111%;
    float: right;
    margin-left: 11.1111111111%; }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-left: 0; }
  .storefront-full-width-content.single-product div.product .summary {
    width: 56.5217391304%;
    float: left;
    margin-left: 0;
    margin-bottom: 3.706325903em; }
  .storefront-full-width-content.single-product div.product .woocommerce-tabs {
    clear: both; }
  .storefront-full-width-content.single-product #reviews .commentlist li .avatar {
    width: 6.6666666667%;
    float: right;
    margin-left: 6.6666666667%; }
  .storefront-full-width-content.single-product #reviews .commentlist li .comment_container .comment-text {
    width: 86.6666666667%;
    float: left;
    margin-left: 0; }
  .storefront-full-width-content.single-product #reviews .commentlist ul.children {
    width: 86.6666666667%;
    float: left;
    margin-left: 0; }
  .storefront-full-width-content.single-product #reviews .commentlist ul.children .avatar {
    width: 7.6923076923%;
    float: right;
    margin-left: 7.6923076923%; }
  .storefront-full-width-content.single-product #reviews .commentlist ul.children .comment-text {
    width: 84.6153846154%;
    float: left;
    margin-left: 0; }
  .storefront-full-width-content.single-product .related ul.products li.product, .storefront-full-width-content.single-product .upsells ul.products li.product {
    width: 30.4347826087%;
    float: right;
    margin-left: 4.347826087%; }
  .storefront-full-width-content .woocommerce-products-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header {
    text-align: center;
    padding: 0 0 5.9968353111em; }
  .storefront-full-width-content .woocommerce-products-header h1:last-child, .storefront-full-width-content.woocommerce-account .entry-header h1:last-child, .storefront-full-width-content.woocommerce-cart .entry-header h1:last-child, .storefront-full-width-content.woocommerce-checkout .entry-header h1:last-child {
    margin-bottom: 0; }
  .storefront-full-width-content .related.products > h2:first-child, .storefront-full-width-content .up-sells > h2:first-child {
    text-align: center; }
  .woocommerce .page-description {
    margin-bottom: 1.618em; }
  .storefront-sorting {
    margin-bottom: 2.617924em; }
  .storefront-sorting:after, .storefront-sorting:before {
    content: "";
    display: table; }
  .storefront-sorting:after {
    clear: both; }
  .storefront-sorting select {
    width: auto; }
  .woocommerce-result-count {
    float: right;
    position: relative;
    margin-bottom: 0;
    padding: .327em 0; }
  .woocommerce-ordering {
    float: right;
    margin-left: 1em;
    margin-bottom: 0;
    padding: .327em 0; }
  .woocommerce-pagination {
    float: left;
    border: 0;
    clear: none;
    padding: 0;
    margin-bottom: 0; }
  .woocommerce-cart .hentry, .woocommerce-checkout .hentry {
    border-bottom: 0;
    padding-bottom: 0; }
  .page-template-template-fullwidth-php table.cart .product-thumbnail {
    display: table-cell; }
  .page-template-template-fullwidth-php table.cart thead {
    font-size: 1em;
    text-indent: 0; }
  table.cart td, table.cart th {
    padding: 1.618em; }
  table.cart .qty {
    padding: .875em;
    max-width: 3.632em; }
  table.cart td.product-remove {
    display: table-cell;
    padding: 1.618em;
    border: 0; }
  table.cart td.product-remove a.remove {
    float: none;
    position: relative;
    top: auto;
    left: auto; }
  table.cart .product-quantity .minus, table.cart .product-quantity .plus {
    display: inline-block; }
  table.cart .quantity .qty {
    padding: .6180469716em; }
  table.cart td.actions {
    text-align: left; }
  table.cart td.actions label {
    display: none; }
  table.cart td.actions .coupon {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    display: inline-block;
    float: right; }
  table.cart td.actions input {
    display: inline-block;
    width: auto;
    margin: 0; }
  .cart-collaterals:after, .cart-collaterals:before {
    content: "";
    display: table; }
  .cart-collaterals:after {
    clear: both; }
  .cart-collaterals h2 {
    font-size: 1.618em; }
  .cart-collaterals .cross-sells {
    width: 41.1764705882%;
    float: right;
    margin-left: 5.8823529412%; }
  .cart-collaterals .cross-sells ul.products li.product {
    width: 42.8571428571%;
    float: right;
    margin-left: 14.2857142857%; }
  .cart-collaterals .cross-sells ul.products li.product:nth-child(2n) {
    margin-left: 0 !important; }
  .cart-collaterals .cart_totals, .cart-collaterals .shipping_calculator {
    width: 52.9411764706%;
    float: left;
    margin-left: 0;
    margin: 0;
    clear: left; }
  .cart-collaterals .cart_totals small.includes_tax {
    display: block; }
  .cart-collaterals .shipping_calculator {
    clear: left; }
  .page-template-template-fullwidth-php .cart-collaterals .cross-sells {
    width: 47.8260869565%;
    float: right;
    margin-left: 4.347826087%; }
  .page-template-template-fullwidth-php .cart-collaterals .cross-sells ul.products li.product {
    width: 45.4545454545%;
    float: right;
    margin-left: 9.0909090909%; }
  .page-template-template-fullwidth-php .cart-collaterals .cart_totals, .page-template-template-fullwidth-php .cart-collaterals .shipping_calculator {
    width: 47.8260869565%;
    float: left;
    margin-left: 0; }
  #ship-to-different-address {
    position: relative; }
  #ship-to-different-address label {
    font-weight: 300; }
  #ship-to-different-address .woocommerce-form__input-checkbox {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: 0; }
  .col2-set {
    width: 52.9411764706%;
    float: right;
    margin-left: 5.8823529412%; }
  .col2-set .form-row-first {
    width: 33.3333333333%;
    float: right;
    margin-left: 11.1111111111%; }
  .col2-set .form-row-last {
    width: 55.5555555556%;
    float: left;
    margin-left: 0; }
  .col2-set .col-1, .col2-set .col-2 {
    margin-bottom: 1.618em; }
  .col2-set + #customer_details {
    display: none; }
  .col2-set .woocommerce-billing-fields:after, .col2-set .woocommerce-billing-fields:before {
    content: "";
    display: table; }
  .col2-set .woocommerce-billing-fields:after {
    clear: both; }
  .col2-set.addresses {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0; }
  .col2-set.addresses .col-1 {
    width: 47.0588235294%;
    float: right;
    margin-left: 5.8823529412%; }
  .col2-set.addresses .col-2 {
    width: 47.0588235294%;
    float: left;
    margin-left: 0; }
  #customer_details + #wc_checkout_add_ons {
    width: 41.1764705882%;
    float: left;
    margin-left: 0; }
  #wc_checkout_add_ons input[type=radio] {
    float: right;
    margin-left: .5407911001em;
    clear: right;
    margin-top: .35em; }
  #order_review, #order_review_heading {
    width: 41.1764705882%;
    float: left;
    margin-left: 0;
    clear: left; }
  #order_review {
    transition: box-shadow ease .4s; }
  #order_review_heading {
    margin-bottom: 0;
    padding-bottom: .6180469716em; }
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review, .woocommerce-order-pay #order_review {
    width: 100%;
    float: none; }
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment h3, .woocommerce-order-pay #order_review #payment h3 {
    padding-right: 1em;
    padding-top: 1em; }
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .form-row, .woocommerce-order-pay #order_review #payment .form-row {
    padding: 1em; }
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .payment_methods + .form-row, .woocommerce-order-pay #order_review .payment_methods + .form-row {
    padding: 1em; }
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .button#place_order, .woocommerce-order-pay #order_review .button#place_order {
    display: block;
    width: 100%;
    font-size: 1.41575em; }
  .page-template-template-fullwidth-php .col2-set {
    width: 47.8260869565%;
    float: right;
    margin-left: 4.347826087%; }
  .page-template-template-fullwidth-php .col2-set .form-row-first {
    width: 45.4545454545%;
    float: right;
    margin-left: 9.0909090909%; }
  .page-template-template-fullwidth-php .col2-set .form-row-last {
    width: 45.4545454545%;
    float: left;
    margin-left: 0; }
  .page-template-template-fullwidth-php .col2-set.addresses .col-1 {
    width: 47.8260869565%;
    float: right;
    margin-left: 4.347826087%; }
  .page-template-template-fullwidth-php .col2-set.addresses .col-2 {
    width: 47.8260869565%;
    float: left;
    margin-left: 0; }
  .page-template-template-fullwidth-php #order_review, .page-template-template-fullwidth-php #order_review_heading {
    width: 47.8260869565%;
    float: left;
    margin-left: 0; }
  .page-template-template-fullwidth-php #customer_details + #wc_checkout_add_ons {
    width: 47.8260869565%;
    float: left;
    margin-left: 0; }
  #order_review .shop_table {
    margin-bottom: 2.617924em; }
  table + .addresses {
    margin-top: 1.618em; }
  .col2-set#customer_login, .col2-set.addresses {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0; }
  .col2-set#customer_login .col-1, .col2-set.addresses .col-1 {
    width: 41.1764705882%;
    float: right;
    margin-left: 5.8823529412%; }
  .col2-set#customer_login .col-2, .col2-set.addresses .col-2 {
    width: 52.9411764706%;
    float: left;
    margin-left: 0; }
  .woocommerce-MyAccount-navigation {
    width: 17.6470588235%;
    float: right;
    margin-left: 5.8823529412%; }
  .woocommerce-MyAccount-content {
    width: 76.4705882353%;
    float: left;
    margin-left: 0; }
  .woocommerce-MyAccount-content .form-row-first {
    width: 38.4615384615%;
    float: right;
    margin-left: 7.6923076923%; }
  .woocommerce-MyAccount-content .form-row-last {
    width: 53.8461538462%;
    float: left;
    margin-left: 0; }
  .left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-navigation {
    width: 17.6470588235%;
    float: left;
    margin-left: 0; }
  .left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-content {
    width: 76.4705882353%;
    float: right;
    margin-left: 5.8823529412%; }
  table.my_account_orders {
    font-size: .875em; }
  .page-template-template-fullwidth-php .col2-set#customer_login .col-1, .page-template-template-fullwidth-php .col2-set.addresses .col-1 {
    width: 47.8260869565%;
    float: right;
    margin-left: 4.347826087%; }
  .page-template-template-fullwidth-php .col2-set#customer_login .col-2, .page-template-template-fullwidth-php .col2-set.addresses .col-2 {
    width: 47.8260869565%;
    float: left;
    margin-left: 0; }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-navigation {
    width: 21.7391304348%;
    float: right;
    margin-left: 4.347826087%; }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content {
    width: 73.9130434783%;
    float: left;
    margin-left: 0; }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content .form-row-first {
    width: 46.6666666667%;
    float: right;
    margin-left: 6.6666666667%; }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content .form-row-last {
    width: 46.6666666667%;
    float: left;
    margin-left: 0; }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set {
    width: 100%; }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set .col-1 {
    width: 46.6666666667%;
    float: right;
    margin-left: 6.6666666667%; }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set .col-2 {
    width: 46.6666666667%;
    float: left;
    margin-left: 0; }
  .addresses header.title:after, .addresses header.title:before {
    content: "";
    display: table; }
  .addresses header.title:after {
    clear: both; }
  .addresses header.title a {
    float: left; }
  .addresses header.title h3 {
    float: right; }
  .form-row-first {
    width: 47.0588235294%;
    float: right;
    margin-left: 5.8823529412%;
    clear: both; }
  .form-row-last {
    width: 47.0588235294%;
    float: left;
    margin-left: 0; }
  .page-template-template-fullwidth-php .form-row-first {
    width: 47.8260869565%;
    float: right;
    margin-left: 4.347826087%; }
  .page-template-template-fullwidth-php .form-row-last {
    width: 47.8260869565%;
    float: left;
    margin-left: 0; }
  .storefront-full-width-content .woocommerce-tabs ul.tabs {
    width: 30.4347826087%;
    float: right;
    margin-left: 4.347826087%; }
  .storefront-full-width-content .woocommerce-tabs .panel {
    width: 65.2173913043%;
    float: left;
    margin-left: 0;
    margin-bottom: 3.706325903em; }
  .woocommerce-tabs {
    padding-top: 2.617924em;
    padding-bottom: 2.617924em; }
  .woocommerce-tabs ul.tabs {
    width: 29.4117647059%;
    float: right;
    margin-left: 5.8823529412%; }
  .woocommerce-tabs ul.tabs li.active:after {
    left: 1em; }
  .woocommerce-tabs .panel {
    width: 64.7058823529%;
    float: left;
    margin-left: 0;
    margin-top: 0; } }

@media (min-width: 568px) and (max-width: 66.49894em) {
  .woocommerce-breadcrumb {
    margin-right: -2.618rem;
    margin-left: -2.618rem;
    padding-right: 2.618rem;
    padding-left: 2.618rem; } }

@media (min-width: 768px) and (max-width: 900px) {
  body:not(.page-template-template-fullwidth-php) table.cart td, body:not(.page-template-template-fullwidth-php) table.cart th {
    padding: 1em; } }

.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. */ }

/* ---------------------- Section woo ---------------------- */
.woocommerce-message {
  width: 100%; }
  .woocommerce-message[role="alert"] {
    background: #eb9c3b; }

section.woo {
  background: #fff; }
  section.woo .content h1, section.woo .content h2, section.woo .content h3, section.woo .content h4 {
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 35px;
    color: #273673;
    margin-top: 25px; }
  section.woo .content p {
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 17px;
    color: #273673;
    margin-top: 5px; }
  section.woo .content .variation {
    margin: 0; }
  section.woo .content .variation- {
    margin: 0; }
    section.woo .content .variation- p {
      font-size: 14px;
      text-align: right;
      margin: 0;
      margin-bottom: 5px; }
  section.woo #payment {
    text-align: right; }
    section.woo #payment .wc_payment_method {
      text-align: right;
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 17px;
      color: #273673;
      margin: 5px 0; }
      section.woo #payment .wc_payment_method input, section.woo #payment .wc_payment_method label {
        text-align: right;
        display: inline-block;
        padding: 0; }
      section.woo #payment .wc_payment_method .payment_box {
        text-align: right;
        padding: 0;
        margin: 5px 0 15px 0; }
        section.woo #payment .wc_payment_method .payment_box p {
          font-size: 14px;
          text-align: right; }
  section.woo .cont-flex {
    justify-content: space-between;
    flex-wrap: wrap; }
  section.woo .woocommerce {
    display: flex;
    flex-wrap: wrap; }
  section.woo .woocommerce-cart-form {
    width: 60%; }
  section.woo .cart-collaterals {
    width: 40%; }
  @media only screen and (max-width: 767px) {
    section.woo .woocommerce-cart-form {
      width: 100%; }
    section.woo .cart-collaterals {
      width: 100%; } }
  section.woo .shop_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 1px;
    margin-bottom: 0;
    font-size: 18px;
    color: #273673; }
    section.woo .shop_table td {
      text-align: right;
      color: #273673;
      padding: 15px; }
      section.woo .shop_table td a {
        color: #273673; }
      section.woo .shop_table td .variation dt {
        color: #767676; }
    section.woo .shop_table td.actions {
      text-align: left;
      padding-bottom: 20px; }
    section.woo .shop_table tr {
      border: 1px solid #eee;
      background: #FCFCFC; }
      section.woo .shop_table tr:last-child {
        border: none;
        background: none; }
    section.woo .shop_table thead tr {
      background: #fff;
      text-align: right; }
      section.woo .shop_table thead tr th {
        text-align: right; }
  section.woo label[for="account_password"] {
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #273673; }
  section.woo .cart-collaterals {
    padding-right: 45px; }
    section.woo .cart-collaterals .cart_totals {
      float: none;
      width: 100%; }
      section.woo .cart-collaterals .cart_totals .shop_table tr {
        background: none; }
      section.woo .cart-collaterals .cart_totals h2 {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 32px;
        color: #273673;
        margin-top: 18px; }
        @media only screen and (max-width: 767px) {
          section.woo .cart-collaterals .cart_totals h2 {
            margin-top: 25px; } }
    section.woo .cart-collaterals table.shop_table_responsive tbody th {
      text-align: right; }
    section.woo .cart-collaterals table.shop_table_responsive td, section.woo .cart-collaterals table.shop_table_responsive th {
      padding: 15px; }
    section.woo .cart-collaterals .cart-subtotal th {
      padding: 15px; }
    section.woo .cart-collaterals .checkout-button {
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 20px;
      background: #273673;
      color: #fff;
      padding: 15px 35px;
      padding-bottom: 13px;
      transition: 0.5s;
      cursor: pointer;
      max-width: 240px;
      margin: auto;
      margin-top: 25px;
      margin-left: 0; }
      section.woo .cart-collaterals .checkout-button:hover {
        background: #eb9c3b; }
  section.woo .button {
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 20px;
    background: #273673;
    color: #fff;
    padding: 15px 35px;
    padding-bottom: 13px;
    transition: 0.5s;
    cursor: pointer;
    max-width: 240px;
    margin: auto;
    margin-top: 25px; }
    section.woo .button:hover {
      background: #eb9c3b; }
  section.woo .woocommerce-cart-form .button {
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 20px;
    background: #273673;
    color: #fff;
    padding: 15px 35px;
    padding-bottom: 13px;
    transition: 0.5s;
    cursor: pointer;
    max-width: 240px;
    margin: auto;
    margin-top: 25px;
    border: none;
    white-space: nowrap; }
    section.woo .woocommerce-cart-form .button:hover {
      background: #eb9c3b; }
  section.woo .woocommerce-cart-form input {
    border: none; }
  section.woo .woocommerce-cart-form table.cart td.actions {
    border-top: none; }
  section.woo .woocommerce-cart-form table.cart td.product-remove a.remove {
    position: absolute;
    font-size: 1.41575em;
    top: 0.381953em;
    left: 0.381953em; }
  section.woo .woocommerce-info {
    background: #273673;
    width: 100%; }
  section.woo .woocommerce-error {
    background: #e2401c;
    width: 100%; }
  section.woo #ship-to-different-address .woocommerce-form__input-checkbox {
    left: auto;
    right: 0; }
  section.woo .woocommerce-form__label-for-checkbox {
    padding-right: 25px; }
    @media only screen and (max-width: 430px) {
      section.woo .woocommerce-form__label-for-checkbox span {
        font-size: 20px; } }
  section.woo .woocommerce-billing-fields input, section.woo .woocommerce-billing-fields select, section.woo .woocommerce-billing-fields textarea, section.woo .woocommerce-billing-fields li, section.woo .woocommerce-shipping-fields input, section.woo .woocommerce-shipping-fields select, section.woo .woocommerce-shipping-fields textarea, section.woo .woocommerce-shipping-fields li {
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 18px;
    color: #273673;
    border: 1px solid #969696;
    padding: 5px;
    margin-top: 5px; }
  section.woo .woocommerce-billing-fields label, section.woo .woocommerce-shipping-fields label {
    display: inline-block;
    margin-top: 10px; }
  section.woo .woocommerce-billing-fields .form-row, section.woo .woocommerce-shipping-fields .form-row {
    width: 100%;
    margin-left: 0; }
  section.woo .form-row input, section.woo .form-row select, section.woo .form-row textarea {
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 18px;
    color: #273673;
    border: 1px solid #969696;
    padding: 5px;
    margin-top: 5px; }
  section.woo .form-row .select2-selection {
    border-radius: 0; }
  section.woo .form-row .select2-container .select2-selection--single {
    height: 39px; }
  section.woo .woocommerce-checkout-review-order th {
    text-align: right;
    line-height: 35px; }
  section.woo .woocommerce-checkout-review-order .button {
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    font-size: 20px;
    background: #273673;
    color: #fff;
    padding: 15px 35px;
    padding-bottom: 13px;
    transition: 0.5s;
    cursor: pointer;
    max-width: 240px;
    margin: auto;
    margin-top: 25px;
    border: none;
    white-space: nowrap !important;
    width: auto; }
    section.woo .woocommerce-checkout-review-order .button:hover {
      background: #eb9c3bף; }
  section.woo .woocommerce-order .woocommerce-notice {
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #8dd0cd; }
  section.woo .woocommerce-order .woocommerce-order-overview__order {
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 25px;
    color: #273673; }
  section.woo .woocommerce-table--order-details th {
    text-align: right; }
  section.woo .woocommerce-table--order-details .product-quantity {
    padding-left: 15px; }
  section.woo #payment .place-order {
    margin-top: 0; }
  section.woo .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    font-size: 0;
    margin: 0 -1%;
    background: #FCFCFC;
    padding-bottom: 25px; }
    section.woo .woocommerce-billing-fields__field-wrapper .form-row {
      width: 48%;
      margin: 1%; }
    @media only screen and (max-width: 400px) {
      section.woo .woocommerce-billing-fields__field-wrapper {
        margin: 0;
        padding: 10px; }
        section.woo .woocommerce-billing-fields__field-wrapper .form-row {
          width: 100%;
          margin: 0; } }
  @media only screen and (max-width: 767px) {
    section.woo .cont-flex {
      flex-wrap: wrap; }
    section.woo .cart-collaterals {
      padding-right: 0; } }
  @media only screen and (max-width: 1000px) {
    section.woo {
      margin-top: 35px;
      padding-bottom: 35px; } }

/* --------------------- /Section woo ---------------------- */
.select2-container li {
  font-family: 'Heebo', sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 18px;
  color: #273673; }

.address-field {
  position: relative;
  top: -4px; }
