/*------------- #MODULES --------------*/
/*------------- #VARIABLES --------------*/
/*------------- #HEADERS --------------*/
.header {
  padding: 10px 100px 0 100px;
  background: transparent;
  width: 100%;
  position: fixed;
  z-index: 20;
  transition: all .3s ease; }
  @media (max-width: 768px) {
    .header {
      padding: 20px 20px 0; } }
  .header.bg-white {
    background-color: #fff; }
    .header.bg-white .nav-add .btn {
      margin-left: 40px; }
      .header.bg-white .nav-add .btn:hover {
        background-color: #222;
        color: #ec6e00; }
    .header.bg-white .nav-add li i {
      color: #666; }
    .header.bg-white .primary-menu .showhide {
      color: #222; }
    .header.bg-white .nav-add li.hamburg-menu span {
      background-color: #666; }
    .header.bg-white .nav-add li.hamburg-menu:hover span {
      background-color: #ec6e00; }
    .header.bg-white.headroom--not-top {
      background: rgba(0, 0, 0, 0.7); }
  .header.bg-dark {
    background-color: rgba(0, 0, 0, 0.6); }
  .header.bg-grey {
    background-color: #f5f5f5; }
    .header.bg-grey .nav-add .btn {
      margin-left: 40px; }
      .header.bg-grey .nav-add .btn:hover {
        background-color: #222;
        color: #ec6e00; }
    .header.bg-grey .nav-add li i {
      color: #666; }
    .header.bg-grey .primary-menu .showhide {
      color: #222; }
    .header.bg-grey .nav-add li.hamburg-menu span {
      background-color: #666; }
    .header.bg-grey .nav-add li.hamburg-menu:hover span {
      background-color: #ec6e00; }
  .header.border-bottom {
    border-bottom: 1px solid #eee; }
  .header.header-relative {
    position: relative; }
  .header .nav {
    float: right;
    padding-top: px; 
  }
    .header .nav li {
      float: left;
      padding: 0 20px 40px;
      transition: all .2s linear;
      position: relative; }
      @media (max-width: 800px) {
        .header .nav li {
          padding: 0 15px 40px; } }
  .header.headroom--not-top {
    padding-top: 20px;
    transition: all .3s ease; }
    .header.headroom--not-top .primary-menu-menu > li {
      padding: 0 20px 23px; }
    .header.headroom--not-top .primary-menu-menu ul.dropdown {
      top: 41px; }
    .header.headroom--not-top .primary-menu-menu ul.dropdown li ul.dropdown {
      top: -10px; }
    .header.headroom--not-top .primary-menu-menu ul.dropdown li:first-child ul.dropdown {
      top: -1px; }
    .header.headroom--not-top .primary-menu-menu > li > .megamenu {
      top: 61px; }
    .header.headroom--not-top .nav-add .hamburg-menu {
      visibility: hidden; }
    .header.headroom--not-top .primary-menu-menu > li > a {
      color: rgba(255, 255, 255, 0.7); }
    .header.headroom--not-top.bg-white .primary-menu .showhide {
      color: rgba(255, 255, 255, 0.7); }
    .header.headroom--not-top.bg-white .nav-add li i {
      color: rgba(255, 255, 255, 0.7); }
    .header.headroom--not-top.bg-white .logo a {
      color: rgba(255, 255, 255, 0.7); }

.nav-add {
  float: right; }
  @media (max-width: 768px) {
    .nav-add {
      padding-right: 70px; } }
  .nav-add li {
    padding-bottom: 0;
    float: left;
    margin: 0 20px; }
    @media (max-width: 800px) {
      .nav-add li {
        margin: 0 15px; } }
    .nav-add li.cart {
      position: relative; }
      .nav-add li.cart .cart-count {
        position: relative;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.7);
        text-transform: uppercase; }
      .nav-add li.cart i {
        font-size: 14px;
        color: #fff; }
    @media (max-width: 768px) {
      .nav-add li.search {
        display: none; } }
    .nav-add li i {
      color: #fff;
      transition: all .2s linear;
      position: relative;
      font-size: 16px; }
      .nav-add li i:hover {
        color: #ec6e00; }
    .nav-add li.hamburg-menu {
      display: inline-block;
      width: 35px;
      height: 20px;
      margin-right: 0;
      visibility: visible; }
      @media (max-width: 570px) {
        .nav-add li.hamburg-menu {
          display: none; } }
      .nav-add li.hamburg-menu:hover span {
        width: 100%;
        background: #ec6e00; }
      .nav-add li.hamburg-menu a {
        display: block;
        width: 100%;
        height: 100%; }
      .nav-add li.hamburg-menu span {
        display: block;
        width: 80%;
        height: 2px;
        background: #fff;
        float: right;
        transition: all .2s linear; }
        .nav-add li.hamburg-menu span:nth-child(2) {
          width: 100%;
          margin: 4px 0; }
    .nav-add li .btn {
      float: left;
      margin: -15px 0 0;
      padding: 15px 35px; }
      @media (max-width: 800px) {
        .nav-add li .btn {
          display: none; } }
    .nav-add li.bg-light i {
      color: #666; }
      .nav-add li.bg-light i:hover {
        color: #ec6e00; }
    .nav-add li.bg-light .hamburg-menu span {
      background: #666; }
    .nav-add li.bg-light .btn {
      background-color: #ec6e00;
      border-color: transparent;
      padding: 15px 35px; }
      .nav-add li.bg-light .btn:hover {
        background-color: #222;
        color: #ec6e00; }
  .nav-add.menu-left .logo {
    margin-right: 30px; }
  .nav-add.menu-left .nav {
    float: none; }
  .nav-add.menu-left .nav-add {
    float: right; }
  .nav-add.with-banner .nav-add .btn {
    background-color: transparent;
    border-color: #222;
    color: #222; }
    .nav-add.with-banner .nav-add .btn:hover {
      background-color: #222;
      color: #fff; }
  .nav-add .cart-popup-wrap .cart-total .btn {
    padding: 15px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    float: right;
    text-align: center;
    margin-top: 0; }
    @media (max-width: 800px) {
      .nav-add .cart-popup-wrap .cart-total .btn {
        display: block; } }
    .nav-add .cart-popup-wrap .cart-total .btn:hover {
      background-color: #fff;
      color: #222; }

.header-spacer {
  position: relative;
  width: 100%;
  height: 98px;
  background: transparent; }

.main-banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }
  .main-banner > .container {
    height: 100vh; }
    .main-banner > .container > .table-cell {
      float: none;
      position: relative; }
  .main-banner .main-banner-content {
    text-align: right;
    line-height: 1.1;
    letter-spacing: -0.05em;
    display: table-cell;
    vertical-align: middle; }
    .main-banner .main-banner-content .title {
      color: #fff;
      letter-spacing: -0.05em;
      margin-bottom: 20px; }
      @media (max-width: 1024px) {
        .main-banner .main-banner-content .title {
          font-size: 70px; } }
      @media (max-width: 640px) {
        .main-banner .main-banner-content .title {
          font-size: 30px; } }
    .main-banner .main-banner-content .sub-title {
      color: #eee;
      margin-bottom: 50px;
      letter-spacing: 0.025em; }
      @media (max-width: 640px) {
        .main-banner .main-banner-content .sub-title {
          margin-bottom: 15px; } }
    .main-banner .main-banner-content .mouse {
      position: absolute;
      left: 50%;
      bottom: 75px;
      transform: translate(-50%, 0);
      font-size: 55px;
      color: #fff; }
      @media (max-width: 1024px) {
        .main-banner .main-banner-content .mouse {
          bottom: 20px; } }
  @media (max-width: 640px) {
    .main-banner .btn + .btn {
      margin-left: 0;
      margin-top: 20px; } }
  .main-banner.content-left .main-banner-content {
    text-align: left; }

.logo {
  float: left;
  color: #222;
  font-size: 18px;
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: -0.025em;
  font-weight: 400;
  line-height: 1; }

.menu.bg-light li a {
  color: #666; }
  .menu.bg-light li a:hover {
    color: #ec6e00; }

/*================= Styles for sticky-Header =========*/
.animated {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform,opacity; }

@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg); } }

@-moz-keyframes swingInX {
  0% {
    -moz-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg); } }

@-o-keyframes swingInX {
  0% {
    -o-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg); } }

@keyframes swingInX {
  0% {
    transform: perspective(400px) rotateX(-90deg); }
  100% {
    transform: perspective(400px) rotateX(0deg); } }

.animated.swingInX {
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ie-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: swingInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: swingInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: swingInX;
  backface-visibility: visible !important;
  animation-name: swingInX; }

@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg); } }

@-moz-keyframes swingOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(-90deg); } }

@-o-keyframes swingOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg); }
  100% {
    -o-transform: perspective(400px) rotateX(-90deg); } }

@keyframes swingOutX {
  0% {
    transform: perspective(400px) rotateX(0deg); }
  100% {
    transform: perspective(400px) rotateX(-90deg); } }

.animated.swingOutX {
  -webkit-transform-origin: top;
  -webkit-animation-name: swingOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: swingOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: swingOutX;
  -o-backface-visibility: visible !important;
  animation-name: swingOutX;
  backface-visibility: visible !important; }

/*================= Styles for sticky-Header =========*/
.animated {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform,opacity; }

@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg); } }

@-moz-keyframes swingInX {
  0% {
    -moz-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg); } }

@-o-keyframes swingInX {
  0% {
    -o-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg); } }

@keyframes swingInX {
  0% {
    transform: perspective(400px) rotateX(-90deg); }
  100% {
    transform: perspective(400px) rotateX(0deg); } }

.animated.swingInX {
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ie-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: swingInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: swingInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: swingInX;
  backface-visibility: visible !important;
  animation-name: swingInX; }

@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg); } }

@-moz-keyframes swingOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(-90deg); } }

@-o-keyframes swingOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg); }
  100% {
    -o-transform: perspective(400px) rotateX(-90deg); } }

@keyframes swingOutX {
  0% {
    transform: perspective(400px) rotateX(0deg); }
  100% {
    transform: perspective(400px) rotateX(-90deg); } }

.animated.swingOutX {
  -webkit-transform-origin: top;
  -webkit-animation-name: swingOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: swingOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: swingOutX;
  -o-backface-visibility: visible !important;
  animation-name: swingOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%); }
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-100%); }
  100% {
    -o-transform: translateY(0); } }

@keyframes slideDown {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown; }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0); }
  100% {
    -moz-transform: translateY(-100%); } }

@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0); }
  100% {
    -o-transform: translateY(-100%); } }

@keyframes slideUp {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-100%); } }

.animated.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp; }

@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg); } }

@-moz-keyframes swingInX {
  0% {
    -moz-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg); } }

@-o-keyframes swingInX {
  0% {
    -o-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg); } }

@keyframes swingInX {
  0% {
    transform: perspective(400px) rotateX(-90deg); }
  100% {
    transform: perspective(400px) rotateX(0deg); } }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-200px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-200px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-200px); } }

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }
  30% {
    opacity: 1;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-200px); } }

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0); }
  30% {
    opacity: 1;
    -o-transform: translateY(20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(-200px); } }

@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  30% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-200px); } }

.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

.headroom--not-top {
  background: rgba(0, 0, 0, 0.7); }

/*------------- #SLIDERS --------------*/
.slider-fullwidth {
  position: relative; }

.slider-full-height {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%; }
  @media (min-width: 768px) {
    .slider-full-height {
      min-height: 100vh; } }

.swiper-nav-wrap {
  position: relative; }

.tp-mask-wrap .title-border {
  max-width: 1130px;
  font-size: 60px;
  position: relative;
  line-height: 1.3;
  margin: 70px 0; }
  @media (max-width: 768px) {
    .tp-mask-wrap .title-border {
      font-size: 30px;
      margin: 30px 0; } }
  .tp-mask-wrap .title-border:after {
    content: '';
    display: block;
    width: 75%;
    height: 180%;
    border: 8px solid #ec6e00;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1; }
    @media (max-width: 460px) {
      .tp-mask-wrap .title-border:after {
        display: none; } }
  .tp-mask-wrap .title-border.c-dark {
    color: #222; }

.owl-dots,
.swiper-pagination {
  position: absolute;
  height: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 100px; }
  @media (max-width: 768px) {
    .owl-dots,
    .swiper-pagination {
      bottom: 10px; } }
  .owl-dots .owl-dot,
  .owl-dots .swiper-pagination-bullet,
  .swiper-pagination .owl-dot,
  .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    cursor: pointer;
    background-color: #8e99a0;
    transition: all .3s linear; }
    .owl-dots .owl-dot:hover,
    .owl-dots .swiper-pagination-bullet:hover,
    .swiper-pagination .owl-dot:hover,
    .swiper-pagination .swiper-pagination-bullet:hover {
      background-color: #666; }
    .owl-dots .owl-dot.active, .owl-dots .owl-dot.swiper-pagination-bullet-active,
    .owl-dots .swiper-pagination-bullet.active,
    .owl-dots .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .swiper-pagination .owl-dot.active,
    .swiper-pagination .owl-dot.swiper-pagination-bullet-active,
    .swiper-pagination .swiper-pagination-bullet.active,
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      border: 1px solid #ec6e00;
      cursor: auto;
      background-color: transparent; }

@media (max-width: 768px) {
  .rev_slider .sub-title {
    font-size: 12px !important;
    margin-bottom: 25px !important; } }

.tp-bullets {
  z-index: 100;
  position: absolute;
  display: block;
  top: 0;
  left: 0; }
  .tp-bullets .tp-bullet {
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    cursor: pointer;
    background-color: #8e99a0;
    transition: all .3s linear; }
    .tp-bullets .tp-bullet:hover {
      background-color: #666; }
    .tp-bullets .tp-bullet.selected {
      border: 1px solid #ec6e00;
      cursor: auto;
      background-color: transparent; }

.btn-prev,
.swiper-button-prev,
.tp-leftarrow {
  position: absolute;
  top: 50%;
  left: 90px;
  cursor: pointer;
  width: 54px;
  height: 15px;
  display: block;
  background: url("../img/arrow-left-slider.png");
  z-index: 999;
  transition: all .3s linear; }
  .btn-prev:after,
  .swiper-button-prev:after,
  .tp-leftarrow:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/arrow-left-active.png");
    opacity: 0;
    transition: all .3s linear; }
  .btn-prev:before,
  .swiper-button-prev:before,
  .tp-leftarrow:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid #ec6e00;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 5px;
    transition: all .3s linear; }
  .btn-prev:hover:after, .btn-prev:hover:before,
  .swiper-button-prev:hover:after,
  .swiper-button-prev:hover:before,
  .tp-leftarrow:hover:after,
  .tp-leftarrow:hover:before {
    opacity: 1;
    z-index: 1; }
  .btn-prev:hover:before,
  .swiper-button-prev:hover:before,
  .tp-leftarrow:hover:before {
    left: -10px;
    top: -8px;
    width: 30px;
    height: 30px; }

.btn-next,
.swiper-button-next,
.tp-rightarrow {
  position: absolute;
  top: 50%;
  right: 90px;
  cursor: pointer;
  width: 54px;
  height: 15px;
  display: block;
  background: url("../img/arrow-right-slider.png");
  z-index: 999;
  transition: all .3s linear; }
  .btn-next:after,
  .swiper-button-next:after,
  .tp-rightarrow:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/arrow-right-active.png");
    opacity: 0;
    transition: all .3s linear; }
  .btn-next:before,
  .swiper-button-next:before,
  .tp-rightarrow:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid #ec6e00;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 5px;
    transition: all .3s linear; }
  .btn-next:hover:after, .btn-next:hover:before,
  .swiper-button-next:hover:after,
  .swiper-button-next:hover:before,
  .tp-rightarrow:hover:after,
  .tp-rightarrow:hover:before {
    opacity: 1;
    z-index: 1; }
  .btn-next:hover:before,
  .swiper-button-next:hover:before,
  .tp-rightarrow:hover:before {
    right: -10px;
    top: -8px;
    width: 30px;
    height: 30px; }

.btn-prev--dark {
  background: url("../img/arrow-left.png") no-repeat; }

.btn-next--dark {
  background: url("../img/arrow-right.png") no-repeat; }

.rev_slider.with-overlay .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  visibility: inherit;
  /* black overlay with 50% transparency */
  background: rgba(0, 0, 0, 0.5); }

@media (max-width: 640px) {
  .rev_slider .tparrows {
    display: none; } }

.control-block-arrow {
  text-align: center; }
  .control-block-arrow .arrow-left,
  .control-block-arrow .arrow-right {
    padding: 20px;
    color: #222;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
    transition: all .3s ease;
    border: 2px solid transparent;
    margin: 0 30px; }
    @media (max-width: 360px) {
      .control-block-arrow .arrow-left,
      .control-block-arrow .arrow-right {
        font-size: 9px; } }
    .control-block-arrow .arrow-left:hover,
    .control-block-arrow .arrow-right:hover {
      border-color: #222; }
  .control-block-arrow .all-project {
    padding: 20px;
    color: #222;
    font-size: 12px;
    display: inline-block;
    transition: all .3s ease;
    border: 2px solid transparent;
    text-transform: uppercase; }
    @media (max-width: 360px) {
      .control-block-arrow .all-project {
        font-size: 9px; } }
    .control-block-arrow .all-project:hover {
      border-color: #222; }
  .control-block-arrow.full-width .arrow-left {
    float: left;
    margin: 0; }
  .control-block-arrow.full-width .arrow-right {
    float: right;
    margin: 0; }

/*------------- #SLIDERS-HAPPY-CUSTOMERS --------------*/
.reviews-slider {
  position: relative; }
  @media (max-width: 1280px) {
    .reviews-slider .swiper-button-prev {
      left: 15px; } }
  @media (max-width: 1280px) {
    .reviews-slider .swiper-button-prev {
      display: none; } }
  @media (max-width: 1280px) {
    .reviews-slider .swiper-button-next {
      right: 15px; } }
  @media (max-width: 1280px) {
    .reviews-slider .swiper-button-next {
      display: none; } }
  @media (max-width: 1024px) {
    .reviews-slider .swiper-pagination {
      bottom: 30px; } }

.reviews-slider-item {
  font-size: 18px;
  text-align: left;
  color: #666;
  padding: 150px 0;
  background-repeat: no-repeat;
  background-position: right;
  min-height: 640px;
  background-color: #222; }
  @media (max-width: 768px) {
    .reviews-slider-item {
      min-height: 450px;
      color: rgba(255, 255, 255, 0.7); } }
  @media (max-width: 480px) {
    .reviews-slider-item {
      padding: 50px 0; } }
  @media (max-width: 640px) {
    .reviews-slider-item blockquote {
      font-size: 14px; } }
  .reviews-slider-item blockquote .author {
    display: block;
    margin-top: 50px;
    font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    color: #999; }
    @media (max-width: 1024px) {
      .reviews-slider-item blockquote .author {
        margin-top: 20px; } }

.reviews-slider-info {
  z-index: 1; }
  .reviews-slider-info .heading {
    margin-bottom: 40px; }
    @media (max-width: 1024px) {
      .reviews-slider-info .heading {
        margin-bottom: 20px; } }
    .reviews-slider-info .heading .heading-title {
      margin-bottom: 35px; }
      @media (max-width: 1024px) {
        .reviews-slider-info .heading .heading-title {
          margin-bottom: 10px; } }

.reviews-bg1 {
  background-image: url(../img/owl1-1.png); }

.reviews-bg2 {
  background-image: url(../img/owl2-2.png); }

.reviews-bg3 {
  background-image: url(../img/owl3-1.png); }

/*------------- #TEAM-MEMBERS-SLIDER --------------*/
.teammember-slider {
  position: relative;
  padding-bottom: 60px; }
  .teammember-slider .swiper-pagination {
    bottom: 10px; }
    @media (max-width: 1024px) {
      .teammember-slider .swiper-pagination {
        bottom: 30px; } }
  .teammember-slider .btn-prev--dark {
    left: -90px; }
    @media (max-width: 1280px) {
      .teammember-slider .btn-prev--dark {
        left: -20px; } }
    @media (max-width: 1024px) {
      .teammember-slider .btn-prev--dark {
        left: 0; } }
  .teammember-slider .btn-next--dark {
    right: -90px;
    left: auto; }
    @media (max-width: 1280px) {
      .teammember-slider .btn-next--dark {
        right: -20px; } }
    @media (max-width: 1024px) {
      .teammember-slider .btn-next--dark {
        right: 0; } }

/*------------- #POST-SLIDER --------------*/
.post-slider {
  position: relative; }
  .post-slider .btn-prev--dark {
    left: -90px; }
    @media (max-width: 1280px) {
      .post-slider .btn-prev--dark {
        left: -20px; } }
    @media (max-width: 1024px) {
      .post-slider .btn-prev--dark {
        display: none; } }
  .post-slider .btn-next--dark {
    right: -90px;
    left: auto; }
    @media (max-width: 1280px) {
      .post-slider .btn-next--dark {
        right: -20px; } }
    @media (max-width: 1024px) {
      .post-slider .btn-next--dark {
        display: none; } }
  .post-slider .swiper-pagination {
    bottom: -50px; }
    @media (max-width: 800px) {
      .post-slider .swiper-pagination {
        bottom: -20px; } }

/*------------- #QUOTE-SLIDER --------------*/
.quote-slider {
  position: relative; }
  .quote-slider .btn-prev--dark {
    left: -20px; }
    @media (max-width: 640px) {
      .quote-slider .btn-prev--dark {
        left: 50px;
        bottom: 0;
        top: auto; } }
  .quote-slider .btn-next--dark {
    right: -50px;
    left: auto; }
    @media (max-width: 1024px) {
      .quote-slider .btn-next--dark {
        right: -30px; } }
    @media (max-width: 768px) {
      .quote-slider .btn-next--dark {
        right: 0; } }
    @media (max-width: 640px) {
      .quote-slider .btn-next--dark {
        right: 50px;
        bottom: 0;
        top: auto; } }

/*------------- #SLIDER-GALLERY --------------*/
.gallery-slider .recent-project.col-4 .latest-work__item {
  width: 100%; }

.gallery-slider .heading {
  padding-bottom: 70px;
  background-color: #faf9f7; }

.gallery-slider .latest-work {
  overflow: visible;
  margin-bottom: 30px;
  position: relative; }
  .gallery-slider .latest-work .latest-work__item .latest-work__thumb .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0; }
  .gallery-slider .latest-work .latest-work__item .latest-work__info .latest-work__title {
    color: #fff; }
    .gallery-slider .latest-work .latest-work__item .latest-work__info .latest-work__title:hover {
      color: #ec6e00; }
  .gallery-slider .latest-work .latest-work__item .latest-work__info .latest-work__cat a {
    font-style: normal; }
    .gallery-slider .latest-work .latest-work__item .latest-work__info .latest-work__cat a:hover {
      color: white; }
  .gallery-slider .latest-work .latest-work__item:hover .overlay {
    opacity: 1; }
  .gallery-slider .latest-work .latest-work__item.info-bottom .overlay {
    background-color: rgba(51, 51, 51, 0.7); }

.gallery-slider .btn-prev--dark {
  left: -20px; }

.gallery-slider .btn-next--dark {
  right: -20px;
  left: auto; }

/*------------- #Slider-our-menu --------------*/
.slider-our-menu {
  margin-top: 30px;
  position: relative; }
  .slider-our-menu .slider-our-menu-item {
    position: relative; }
    .slider-our-menu .slider-our-menu-item .slider-our-menu-thumb {
      position: relative; }
      .slider-our-menu .slider-our-menu-item .slider-our-menu-thumb .slider-our-menu-thumb-info {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        z-index: 2;
        text-align: center;
        width: 90%; }
        .slider-our-menu .slider-our-menu-item .slider-our-menu-thumb .slider-our-menu-thumb-info .time {
          color: #ec6e00; }
          @media (max-width: 980px) {
            .slider-our-menu .slider-our-menu-item .slider-our-menu-thumb .slider-our-menu-thumb-info .time {
              font-size: 22px; } }
        .slider-our-menu .slider-our-menu-item .slider-our-menu-thumb .slider-our-menu-thumb-info .title {
          text-transform: uppercase;
          color: #fff; }
          @media (max-width: 980px) {
            .slider-our-menu .slider-our-menu-item .slider-our-menu-thumb .slider-our-menu-thumb-info .title {
              font-size: 22px; } }
    .slider-our-menu .slider-our-menu-item .slider-our-menu-content {
      text-align: center;
      padding: 80px 90px;
      position: relative;
      transition: all .3s linear;
      background-color: #fff; }
      @media (max-width: 768px) {
        .slider-our-menu .slider-our-menu-item .slider-our-menu-content {
          padding: 40px; } }
      .slider-our-menu .slider-our-menu-item .slider-our-menu-content .slider-our-menu-content-item {
        margin-bottom: 40px;
        position: relative;
        z-index: 2; }
        .slider-our-menu .slider-our-menu-item .slider-our-menu-content .slider-our-menu-content-item .subtitle {
          margin-bottom: 10px; }
        .slider-our-menu .slider-our-menu-item .slider-our-menu-content .slider-our-menu-content-item .price {
          color: #ec6e00; }
      .slider-our-menu .slider-our-menu-item .slider-our-menu-content .border {
        opacity: 1; }
    @media (max-width: 640px) {
      .slider-our-menu .slider-our-menu-item .table-cell {
        display: block; } }
  .slider-our-menu .slider-our-menu-wrap {
    position: relative; }
    .slider-our-menu .slider-our-menu-wrap .btn-prev--dark {
      left: -20px; }
    .slider-our-menu .slider-our-menu-wrap .btn-next--dark {
      right: -20px;
      left: auto; }
  .slider-our-menu .dish-menu1 {
    position: absolute;
    left: -15px;
    bottom: 0;
    opacity: 0; }
    @media (max-width: 570px) {
      .slider-our-menu .dish-menu1 {
        width: 30%; } }
  .slider-our-menu .dish-menu2 {
    position: absolute;
    right: -15px;
    top: 0;
    opacity: 0; }
    @media (max-width: 570px) {
      .slider-our-menu .dish-menu2 {
        width: 30%; } }

/*------------- #Testimonial-slider --------------*/
.testimonials-slider {
  position: relative; }
  .testimonials-slider .swiper-container {
    padding-bottom: 70px; }
  .testimonials-slider .btn-prev--dark {
    left: 20px; }
  .testimonials-slider .btn-next--dark {
    right: 20px;
    left: auto; }
  .testimonials-slider .swiper-pagination {
    bottom: 5px; }
  .testimonials-slider.not-full .btn-prev--dark {
    left: -70px; }
    @media (max-width: 1280px) {
      .testimonials-slider.not-full .btn-prev--dark {
        left: 0; } }
  .testimonials-slider.not-full .btn-next--dark {
    right: -70px;
    left: auto; }
    @media (max-width: 1280px) {
      .testimonials-slider.not-full .btn-next--dark {
        right: 0; } }

/*------------- #Testimonial-slider-modern --------------*/
.testimonial-slider-modern {
  text-align: center;
  background: url("../img/bg-test-slider.jpg") bottom left no-repeat, #f5f5f5;
  position: relative;
  background-size: cover; }
  .testimonial-slider-modern .overlay {
    background: rgba(255, 255, 255, 0.75); }
  .testimonial-slider-modern img.builder {
    position: absolute;
    bottom: 0;
    left: 0; }
  .testimonial-slider-modern .testimonial__thumb-author .thumb-author-item {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    border: 5px solid transparent;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 50px;
    opacity: .7;
    transition: all .3s ease; }
    @media (max-width: 640px) {
      .testimonial-slider-modern .testimonial__thumb-author .thumb-author-item {
        margin-bottom: 10px; } }
    .testimonial-slider-modern .testimonial__thumb-author .thumb-author-item.active {
      border-color: #e6e6e6;
      opacity: 1; }
  .testimonial-slider-modern .testimonial-content blockquote {
    font-size: 18px;
    color: #777;
    font-weight: 400;
    margin-bottom: 40px; }
    @media (max-width: 640px) {
      .testimonial-slider-modern .testimonial-content blockquote {
        font-size: 14px; } }
  .testimonial-slider-modern .testimonial-content .author {
    font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif; }
    .testimonial-slider-modern .testimonial-content .author .author-name {
      font-size: 13px;
      text-transform: uppercase;
      color: #333333;
      margin-bottom: 5px; }
    .testimonial-slider-modern .testimonial-content .author .author-prof {
      font-size: 13px;
      color: #ec6e00; }
  .testimonial-slider-modern.style-bg-dark {
    background: url("../img/bg-test-slider2.jpg") bottom left no-repeat; }
    .testimonial-slider-modern.style-bg-dark .overlay {
      background: none; }
    .testimonial-slider-modern.style-bg-dark .testimonial__thumb-author .thumb-author-item {
      border: 2px solid transparent; }
      .testimonial-slider-modern.style-bg-dark .testimonial__thumb-author .thumb-author-item .overlay {
        background: rgba(255, 255, 255, 0.3); }
      .testimonial-slider-modern.style-bg-dark .testimonial__thumb-author .thumb-author-item.active {
        border-color: #ec6e00; }
        .testimonial-slider-modern.style-bg-dark .testimonial__thumb-author .thumb-author-item.active .overlay {
          opacity: 0; }
    .testimonial-slider-modern.style-bg-dark .testimonial-content blockquote {
      color: #f5f5f5; }
    .testimonial-slider-modern.style-bg-dark .testimonial-content .author .author-name {
      color: #fff; }
    .testimonial-slider-modern.style-bg-dark .testimonial-content .author .author-prof {
      font-size: 13px;
      color: #ec6e00;
      font-weight: 400; }
  .testimonial-slider-modern .testimonial-slider-modern-wrap {
    position: relative; }
  .testimonial-slider-modern .btn-prev, .testimonial-slider-modern .swiper-button-prev {
    left: -90px; }
    @media (max-width: 1280px) {
      .testimonial-slider-modern .btn-prev, .testimonial-slider-modern .swiper-button-prev {
        left: 0; } }
    @media (max-width: 1024px) {
      .testimonial-slider-modern .btn-prev, .testimonial-slider-modern .swiper-button-prev {
        display: none; } }
  .testimonial-slider-modern .btn-next, .testimonial-slider-modern .swiper-button-next {
    right: -90px; }
    @media (max-width: 1280px) {
      .testimonial-slider-modern .btn-next, .testimonial-slider-modern .swiper-button-next {
        right: 0; } }
    @media (max-width: 1024px) {
      .testimonial-slider-modern .btn-next, .testimonial-slider-modern .swiper-button-next {
        display: none; } }
  .testimonial-slider-modern .swiper-pagination {
    bottom: -50px; }
    @media (max-width: 1024px) {
      .testimonial-slider-modern .swiper-pagination {
        bottom: -20px; } }

/*------------- #Info-box slider --------------*/
.info-box-slider {
  position: relative; }
  .info-box-slider .btn-prev {
    left: -90px; }
    @media (max-width: 1280px) {
      .info-box-slider .btn-prev {
        left: 0; } }
  .info-box-slider .btn-next {
    right: -90px; }
    @media (max-width: 1280px) {
      .info-box-slider .btn-next {
        right: 0; } }
  .info-box-slider .swiper-pagination {
    bottom: -50px; }

/*------------- #Post-modern-slider--------------*/
.post-modern-slider {
  position: relative; }
  .post-modern-slider.col-4 .post-modern {
    float: left; }
  .post-modern-slider .btn-prev {
    left: -20px; }
  .post-modern-slider .btn-next {
    right: -20px; }
  .post-modern-slider .swiper-pagination {
    bottom: 0; }

/*------------- #Post-products-slider--------------*/
.products-slider {
  position: relative; }
  .products-slider .btn-prev {
    left: -70px; }
    @media (max-width: 1280px) {
      .products-slider .btn-prev {
        left: -30px; } }
    @media (max-width: 1024px) {
      .products-slider .btn-prev {
        left: 0; } }
    @media (max-width: 768px) {
      .products-slider .btn-prev {
        left: 10px; } }
  .products-slider .btn-next {
    right: -70px; }
    @media (max-width: 1280px) {
      .products-slider .btn-next {
        right: -30px; } }
    @media (max-width: 1024px) {
      .products-slider .btn-next {
        right: 0; } }
    @media (max-width: 768px) {
      .products-slider .btn-next {
        right: 10px; } }
  .products-slider .products {
    overflow: visible; }

/*------------- #Post-products-slider--------------*/
.app-screen-slider {
  background: url("../img/appscreen-main.png") 50% 50% no-repeat;
  position: relative;
  padding: 120px 0 220px; }
  @media (max-width: 1024px) {
    .app-screen-slider {
      background-size: 35%; } }
  @media (max-width: 768px) {
    .app-screen-slider {
      background-size: 56%; } }
  @media (max-width: 640px) {
    .app-screen-slider {
      background-size: 72%; } }
  @media (max-width: 570px) {
    .app-screen-slider {
      background-size: 83%; } }
  @media (max-width: 480px) {
    .app-screen-slider {
      background-size: 97%; } }
  @media (max-width: 460px) {
    .app-screen-slider {
      background-size: 100%; } }
  .app-screen-slider .btn-prev {
    left: -90px; }
    @media (max-width: 1280px) {
      .app-screen-slider .btn-prev {
        left: -30px; } }
    @media (max-width: 1024px) {
      .app-screen-slider .btn-prev {
        left: 0; } }
    @media (max-width: 460px) {
      .app-screen-slider .btn-prev {
        display: none; } }
  .app-screen-slider .btn-next {
    right: -90px; }
    @media (max-width: 1280px) {
      .app-screen-slider .btn-next {
        right: -30px; } }
    @media (max-width: 1024px) {
      .app-screen-slider .btn-next {
        right: 0; } }
    @media (max-width: 460px) {
      .app-screen-slider .btn-next {
        display: none; } }
  .app-screen-slider .swiper-pagination {
    bottom: 5px; }
  .app-screen-slider .swiper-slide {
    opacity: .5;
    transition: all .3s ease;
    padding: 15px; }
    .app-screen-slider .swiper-slide.swiper-slide-active {
      opacity: 1;
      text-align: center; }

/*------------- #Larest-work-slider--------------*/
.latest-work-slider {
  position: relative; }
  .latest-work-slider .latest-work.style-2 {
    margin-bottom: 0; }
    .latest-work-slider .latest-work.style-2 .latest-work__item {
      margin-bottom: 0; }
      .latest-work-slider .latest-work.style-2 .latest-work__item .latest-work__thumb {
        margin-bottom: 0; }
  .latest-work-slider .btn-prev {
    left: -90px; }
    @media (max-width: 1280px) {
      .latest-work-slider .btn-prev {
        left: -30px; } }
    @media (max-width: 1024px) {
      .latest-work-slider .btn-prev {
        left: 0; } }
  .latest-work-slider .btn-next {
    right: -90px; }
    @media (max-width: 1280px) {
      .latest-work-slider .btn-next {
        right: -30px; } }
    @media (max-width: 1024px) {
      .latest-work-slider .btn-next {
        right: 0; } }

/*------------- #Project-description-slider--------------*/
.project-description-slider {
  position: relative; }
  .project-description-slider .btn-prev {
    left: -90px; }
    @media (max-width: 1280px) {
      .project-description-slider .btn-prev {
        left: -30px; } }
    @media (max-width: 1024px) {
      .project-description-slider .btn-prev {
        left: 0; } }
    @media (max-width: 460px) {
      .project-description-slider .btn-prev {
        display: none; } }
  .project-description-slider .btn-next {
    right: -90px; }
    @media (max-width: 1280px) {
      .project-description-slider .btn-next {
        right: -30px; } }
    @media (max-width: 1024px) {
      .project-description-slider .btn-next {
        right: 0; } }
    @media (max-width: 460px) {
      .project-description-slider .btn-next {
        display: none; } }
  .project-description-slider .swiper-pagination {
    bottom: 30px; }

/*------------- #Slider-project-fullwidth--------------*/
.slider-project-fullwidth .swiper-slide {
  width: 1170px;
  padding-right: 15px;
  max-width: 100%; }

/*------------- #RIGHT-MENU --------------*/
.right-menu {
  position: fixed;
  right: -100%;
  top: 0;
  max-width: 430px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 20px 15px 20px 40px;
  opacity: 0;
  transition: all .3s ease;
  z-index: 99; }
  @media (max-width: 570px) {
    .right-menu {
      display: none; } }
  .right-menu.opened {
    right: 0;
    opacity: 1; }
  .right-menu .widget {
    margin-bottom: 60px; }
    .right-menu .widget .widget__title {
      margin-bottom: 35px;
      font-weight: 500;
      color: #fff; }
  .right-menu .overlay {
    background: rgba(0, 0, 0, 0.2); }
  .right-menu .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ec6e00; }
  .right-menu .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(198, 174, 92, 0.85); }
  .right-menu .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  .right-menu .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(198, 174, 92, 0.9); }
  .right-menu .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #ec6e00;
    opacity: .5; }

.right-menu-close {
  width: 25px;
  height: 25px;
  position: relative;
  clear: both;
  font-size: 35px;
  color: #fff;
  z-index: 2;
  font-weight: 100;
  cursor: pointer;
  margin-bottom: 60px;
  transition: all .3s linear; }
  .right-menu-close:hover {
    color: #ec6e00; }

/*------------- #HEADING --------------*/
.heading {
  position: relative;
  z-index: 2; }
  .heading .heading-title {
    line-height: 1.3;
    margin-bottom: 25px; }
    .heading .heading-title.fw400 {
      font-weight: 400; }
  .heading .heading-subtitle {
    line-height: 1.3;
    margin-bottom: 10px; }
  .heading .heading-line {
    margin-bottom: 35px; }
    .heading .heading-line img {
      width: auto; }

/*------------- #LATEST-WORK --------------*/
.category {
  margin-bottom: 50px; }
  @media (max-width: 640px) {
    .category {
      padding: 0 15px; } }
  .category .category-menu .category-item {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 30px;
    font-size: 14px;
    position: relative;
    font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif; }
    @media (max-width: 640px) {
      .category .category-menu .category-item {
        margin-bottom: 5px; } }
    @media (max-width: 320px) {
      .category .category-menu .category-item {
        display: block;
        margin-right: 0; } }
    .category .category-menu .category-item:last-child {
      margin-right: 0; }
      .category .category-menu .category-item:last-child:after {
        display: none; }
    .category .category-menu .category-item:after {
      content: "/";
      position: absolute;
      right: -20px;
      top: 4px;
      font-size: 10px;
      color: #999; }
      @media (max-width: 320px) {
        .category .category-menu .category-item:after {
          display: none; } }
    .category .category-menu .category-item a {
      color: #999; }
    .category .category-menu .category-item.active a, .category .category-menu .category-item:hover a {
      color: #222; }
  .category.primary .category-menu .category-item.active a, .category.primary .category-menu .category-item:hover a {
    color: #ec6e00; }

.latest-work {
  overflow: hidden;
  margin: 0 0 70px; }
  .latest-work .latest-work__item {
    position: relative;
    float: left;
    overflow: hidden; }
    .latest-work .latest-work__item:hover .overlay, .latest-work .latest-work__item:hover .latest-work__info {
      opacity: 1; }
    .latest-work .latest-work__item:hover img {
      transform: scale(1.0); }
    .latest-work .latest-work__item .latest-work__info {
      position: absolute;
      width: 85%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      text-align: center;
      opacity: 0;
      line-height: 1;
      transition: all .3s linear;
      transform-style: preserve-3d; }
      .latest-work .latest-work__item .latest-work__info .latest-work__title {
        color: #333;
        margin-bottom: 15px;
        display: block; }
        @media (max-width: 1024px) {
          .latest-work .latest-work__item .latest-work__info .latest-work__title {
            font-size: 22px; } }
        @media (max-width: 360px) {
          .latest-work .latest-work__item .latest-work__info .latest-work__title {
            font-size: 16px; } }
        .latest-work .latest-work__item .latest-work__info .latest-work__title.c-white {
          color: #fff; }
      .latest-work .latest-work__item .latest-work__info .latest-work__cat a {
        font-size: 14px;
        font-style: italic;
        color: #999;
        opacity: 1; }
        .latest-work .latest-work__item .latest-work__info .latest-work__cat a:hover {
          opacity: .7; }
      .latest-work .latest-work__item .latest-work__info .latest-work__subtitle a {
        text-transform: uppercase;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.8); }
      .latest-work .latest-work__item .latest-work__info .latest-work__text {
        color: rgba(255, 255, 255, 0.8); }
    .latest-work .latest-work__item.info-bottom .latest-work__info {
      bottom: 40px;
      left: 50px;
      transform: translate(0, 0);
      text-align: left;
      width: 80%;
      opacity: 1;
      top: auto;
      font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif; }
      @media (max-width: 1024px) {
        .latest-work .latest-work__item.info-bottom .latest-work__info {
          bottom: 20px;
          left: 20px; } }
      .latest-work .latest-work__item.info-bottom .latest-work__info .latest-work__text {
        opacity: 0;
        transition: all .3s ease; }
        @media (max-width: 1024px) {
          .latest-work .latest-work__item.info-bottom .latest-work__info .latest-work__text {
            display: none; } }
      .latest-work .latest-work__item.info-bottom .latest-work__info .latest-work__cat a {
        color: #999;
        font-family: "Merriweather", Arial, "Helvetica Neue", Helvetica, serif; }
        .latest-work .latest-work__item.info-bottom .latest-work__info .latest-work__cat a:hover {
          color: #fff; }
    .latest-work .latest-work__item.info-bottom .overlay {
      background-color: rgba(51, 51, 51, 0.7); }
    .latest-work .latest-work__item.info-bottom:hover .latest-work__info .latest-work__title {
      color: #ec6e00; }
    .latest-work .latest-work__item.info-bottom:hover .latest-work__info .latest-work__text {
      opacity: 1; }
    .latest-work .latest-work__item.info-bottom.info-opacity .latest-work__info {
      opacity: 0; }
    .latest-work .latest-work__item.info-bottom.info-opacity:hover .latest-work__info {
      opacity: 1; }
    .latest-work .latest-work__item.info-bottom.alt .latest-work__info {
      opacity: 0;
      width: 100%;
      padding: 30px;
      background-color: rgba(255, 255, 255, 0.8);
      left: 0;
      bottom: -1px; }
      .latest-work .latest-work__item.info-bottom.alt .latest-work__info .latest-work__title {
        color: #222; }
      .latest-work .latest-work__item.info-bottom.alt .latest-work__info .latest-work__cat a {
        font-style: normal; }
        .latest-work .latest-work__item.info-bottom.alt .latest-work__info .latest-work__cat a:hover {
          color: #ec6e00; }
    .latest-work .latest-work__item.info-bottom.alt:hover .latest-work__info {
      opacity: 1; }
    .latest-work .latest-work__item.no-padding {
      padding: 0; }
  .latest-work .latest-work__item--big {
    width: 66.66%; }
    @media (max-width: 360px) {
      .latest-work .latest-work__item--big {
        width: 100%; } }
  .latest-work.latest-work--hover-big .latest-work__item .latest-work__thumb {
    position: relative;
    overflow: hidden; }
    .latest-work.latest-work--hover-big .latest-work__item .latest-work__thumb .overlay {
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 0; }
  .latest-work.latest-work--hover-big .latest-work__item .latest-work__info {
    width: 70%; }
    .latest-work.latest-work--hover-big .latest-work__item .latest-work__info .latest-work__title {
      color: #fff;
      text-align: left; }
    .latest-work.latest-work--hover-big .latest-work__item .latest-work__info .latest-work__cat {
      text-align: left; }
      .latest-work.latest-work--hover-big .latest-work__item .latest-work__info .latest-work__cat a {
        color: inherit; }
        .latest-work.latest-work--hover-big .latest-work__item .latest-work__info .latest-work__cat a:hover {
          color: white; }
  .latest-work.latest-work--hover-big .latest-work__item:hover .overlay, .latest-work.latest-work--hover-big .latest-work__item:hover .latest-work__info {
    opacity: 1; }
  .latest-work.col-4 {
    margin: 0 0 70px; }
    .latest-work.col-4 .latest-work__item {
      width: 25%; }
      @media (max-width: 640px) {
        .latest-work.col-4 .latest-work__item {
          width: 50%; } }
    .latest-work.col-4.no-margin {
      margin: 0; }
  .latest-work.style-2 .latest-work__item {
    margin-bottom: 35px; }
    .latest-work.style-2 .latest-work__item .latest-work__thumb {
      margin-bottom: 30px; }
      .latest-work.style-2 .latest-work__item .latest-work__thumb .overlay {
        background-color: rgba(51, 51, 51, 0.8); }
    .latest-work.style-2 .latest-work__item .latest-work__info {
      position: relative;
      width: auto;
      top: auto;
      left: auto;
      transform: none;
      text-align: left;
      opacity: 1; }
      .latest-work.style-2 .latest-work__item .latest-work__info .latest-work__title {
        font-weight: 400;
        color: #222; }
      .latest-work.style-2 .latest-work__item .latest-work__info .latest-work__cat a {
        font-size: 13px;
        font-style: normal; }
      .latest-work.style-2 .latest-work__item .latest-work__info.align-center {
        text-align: center; }

.latest-work__thumb {
  position: relative;
  overflow: hidden; }
  .latest-work__thumb .overlay {
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0; }
  .latest-work__thumb img {
    transform: scale(1);
    transition: transform 10s linear; }
  .latest-work__thumb .link-post {
    color: #ec6e00;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(75%, -50%);
    -webkit-transform: translate(75%, -50%);
    -ms-transform: translate(75%, -50%);
    opacity: 0;
    z-index: 50;
    transition: all .6s ease; }
  .latest-work__thumb .link-image {
    color: #ec6e00;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-75%, -50%);
    -webkit-transform: translate(-75%, -50%);
    -ms-transform: translate(-75%, -50%);
    opacity: 0;
    z-index: 50;
    transition: all .6s ease; }
  .latest-work__thumb:hover .link-image {
    opacity: 1;
    right: 50%; }
  .latest-work__thumb:hover .link-post {
    opacity: 1;
    left: 50%; }

/*------------- #Recent project--------------*/
.recent-project .latest-work__item {
  float: left;
  padding: 0; }

.recent-project.col-4 .latest-work__item {
  width: 25%; }
  @media (max-width: 640px) {
    .recent-project.col-4 .latest-work__item {
      width: 50%; } }
  @media (max-width: 360px) {
    .recent-project.col-4 .latest-work__item {
      width: 100%; } }

/*------------- #CLIENTS --------------*/
.clients {
  text-align: center; }
  .clients .clients-img-wrap {
    border-right: 1px solid #eee; }
    @media (max-width: 1024px) {
      .clients .clients-img-wrap {
        padding: 0 20px; } }

.clients-item {
  position: relative;
  min-height: 115px;
  display: flex; }
  .clients-item:hover img {
    opacity: 0; }
  .clients-item:hover .hover {
    opacity: 1; }
  .clients-item img {
    position: relative;
    transition: all .3s linear;
    transform-style: preserve-3d; }
    .clients-item img.hover {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      z-index: 5; }
  .clients-item .clients-images {
    position: relative;
    display: block;
    margin: auto; }

/*------------- #FOOTERS --------------*/
#site-footer {
  padding-top: 100px;
  background-color: #222; }
  @media (max-width: 768px) {
    #site-footer {
      padding-top: 50px; } }
  #site-footer .logo {
    float: none;
    margin-bottom: 40px;
    line-height: 1.5; }
  #site-footer .widget .widget__title {
    color: #fff;
    margin-bottom: 40px;
    letter-spacing: 0.025em; }
  #site-footer.js-fixed-footer {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0, 1);
    transition-timing-function: cubic-bezier(0, 0, 0, 1); }

.block-footer-height {
  position: relative;
  width: 100%; }

.content-wrapper {
  position: relative;
  z-index: 2;
  background-color: #fff; }

.sub-footer {
  width: 95%;
  margin: 45px auto 0;
  padding: 25px 0;
  border-top: 1px solid #333;
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  color: #666; }
  @media (max-width: 768px) {
    .sub-footer {
      text-align: center;
      margin: 10px auto 0; } }

.sub-footer__author {
  color: inherit; }
  .sub-footer__author:hover {
    color: #fff; }

.sub-footer__menu {
  text-align: right; }
  @media (max-width: 768px) {
    .sub-footer__menu {
      float: none;
      margin-top: 30px;
      text-align: center; } }
  .sub-footer__menu .menu {
    float: none; }
  .sub-footer__menu .menu-item {
    margin-left: 40px;
    display: inline-block;
    text-transform: capitalize; }
    @media (max-width: 980px) {
      .sub-footer__menu .menu-item {
        margin-left: 20px;
        margin-bottom: 10px; } }
    @media (max-width: 768px) {
      .sub-footer__menu .menu-item {
        margin-right: 20px;
        margin-left: 0; } }
    .sub-footer__menu .menu-item a {
      color: inherit;
      transition: all .3s ease; }
      .sub-footer__menu .menu-item a:hover {
        color: #ec6e00; }

/*------------- #ISOTOPE --------------*/
/*------------- #PRESENTATION --------------*/
.presentation {
  position: relative; }
  .presentation:after {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #746841;
    position: absolute;
    top: 0;
    right: 50%;
    -webkit-transform: rotate(26deg);
    /* Chrome y Safari */
    -moz-transform: rotate(26deg);
    /* Firefox */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    /* Internet Explorer */
    -o-transform: rotate(26deg);
    /* Opera */ }
    @media (max-width: 980px) {
      .presentation:after {
        -o-transform: rotate(0deg);
        /* Opera */
        -webkit-transform: rotate(0deg);
        /* Chrome y Safari */
        -moz-transform: rotate(0deg);
        /* Firefox */
        height: 90%;
        top: 50%;
        transform: translate(0, -50%); } }
    @media (max-width: 570px) {
      .presentation:after {
        display: none; } }
  .presentation .heading .heading-title.fw400 {
    font-weight: 400; }
  .presentation.style-2 {
    position: relative;
    overflow: hidden; }
    .presentation.style-2:after {
      display: none; }
    .presentation.style-2 .presentation-item {
      position: relative;
      overflow: hidden;
      height: 100%; }
      .presentation.style-2 .presentation-item .presentation-item-thumb {
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 75px;
        text-align: center;
        min-height: 100%;
        display: flex;
        align-items: center; }
        @media (max-width: 1024px) {
          .presentation.style-2 .presentation-item .presentation-item-thumb {
            padding: 30px; } }
        .presentation.style-2 .presentation-item .presentation-item-thumb .presentation-item-content .main-icon {
          margin-bottom: 20px; }
    .presentation.style-2 .presentation-item-main {
      position: relative;
      padding: 30px;
      text-align: center;
      background-color: #fdfcfa; }
      .presentation.style-2 .presentation-item-main .presentation-item-content {
        margin: auto;
        border: 2px solid #ec6e00;
        position: relative;
        padding: 150px 70px; }
        @media (max-width: 1024px) {
          .presentation.style-2 .presentation-item-main .presentation-item-content {
            padding: 100px 30px; } }
        .presentation.style-2 .presentation-item-main .presentation-item-content .presentation-time {
          font-size: 14px;
          text-transform: uppercase;
          color: #ccc;
          margin-bottom: 60px;
          font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif; }
        .presentation.style-2 .presentation-item-main .presentation-item-content .contact-form {
          float: none; }
          .presentation.style-2 .presentation-item-main .presentation-item-content .contact-form form input {
            border: 2px solid #ccc; }
          .presentation.style-2 .presentation-item-main .presentation-item-content .contact-form form i {
            color: #ccc; }
        .presentation.style-2 .presentation-item-main .presentation-item-content .main-icon {
          margin-bottom: 20px; }
        .presentation.style-2 .presentation-item-main .presentation-item-content .semicircle {
          display: block;
          position: absolute;
          width: 10px;
          height: 10px;
          overflow: hidden; }
          .presentation.style-2 .presentation-item-main .presentation-item-content .semicircle:after {
            content: '';
            display: block;
            position: absolute;
            width: 20px;
            height: 20px;
            border: 2px solid #ec6e00;
            border-radius: 100%;
            background-color: #fdfcfa; }
          .presentation.style-2 .presentation-item-main .presentation-item-content .semicircle.left-top {
            left: -2px;
            top: -2px; }
            .presentation.style-2 .presentation-item-main .presentation-item-content .semicircle.left-top:after {
              left: -100%;
              top: -100%; }
          .presentation.style-2 .presentation-item-main .presentation-item-content .semicircle.right-top {
            right: -2px;
            top: -2px; }
            .presentation.style-2 .presentation-item-main .presentation-item-content .semicircle.right-top:after {
              right: -100%;
              top: -100%; }
          .presentation.style-2 .presentation-item-main .presentation-item-content .semicircle.left-bottom {
            left: -2px;
            bottom: -2px; }
            .presentation.style-2 .presentation-item-main .presentation-item-content .semicircle.left-bottom:after {
              right: 0; }
          .presentation.style-2 .presentation-item-main .presentation-item-content .semicircle.right-bottom {
            right: -2px;
            bottom: -2px; }
      .presentation.style-2 .presentation-item-main .btn--outline {
        border: none;
        background-color: #ec6e00;
        color: #fff;
        margin-top: 30px; }
        .presentation.style-2 .presentation-item-main .btn--outline:hover {
          background-color: #222; }
  .presentation.style-3 {
    text-align: center; }
    .presentation.style-3:after {
      display: none; }
    .presentation.style-3 .presentation-time {
      font-size: 14px;
      text-transform: uppercase;
      color: #ccc;
      margin-bottom: 60px; }
    .presentation.style-3 .contact-form form .input-wrap {
      max-width: 18%;
      float: left;
      margin-right: 30px; }
      @media (max-width: 1024px) {
        .presentation.style-3 .contact-form form .input-wrap {
          width: 45%;
          max-width: none; } }
      @media (max-width: 570px) {
        .presentation.style-3 .contact-form form .input-wrap {
          width: 100%;
          max-width: none;
          margin-right: 0; } }
      .presentation.style-3 .contact-form form .input-wrap i {
        color: #ccc; }
    .presentation.style-3 .contact-form .btn--outline, .presentation.style-3 .contact-form button {
      border: none;
      background-color: #ec6e00;
      color: #fff;
      float: left;
      font-size: 12px;
      padding: 15px 11px 15px;
      margin-top: 0;
      max-width: 18%; }
      @media (max-width: 570px) {
        .presentation.style-3 .contact-form .btn--outline, .presentation.style-3 .contact-form button {
          width: 100%;
          max-width: none; } }
      .presentation.style-3 .contact-form .btn--outline:hover, .presentation.style-3 .contact-form button:hover {
        background-color: #222; }
    .presentation.style-3 .presentation-item-wrap {
      background-image: url("../img/banner8.jpg");
      position: relative;
      overflow: hidden;
      background-size: cover;
      background-repeat: no-repeat; }
      @media (max-width: 768px) {
        .presentation.style-3 .presentation-item-wrap .presentation-item {
          margin-bottom: 30px; } }
      .presentation.style-3 .presentation-item-wrap .presentation-item .presentation-item-content {
        padding: 0 50px; }
        .presentation.style-3 .presentation-item-wrap .presentation-item .presentation-item-content .main-icon {
          position: relative;
          z-index: 2;
          margin-bottom: 20px; }

/*------------- #DISHES --------------*/
.dishes .dish-item {
  position: relative;
  float: left; }
  .dishes .dish-item:hover .dish-thumb img {
    transform: scale(1.5); }
  .dishes .dish-item:hover .dish-content .dish-hover-border {
    opacity: 1; }
  .dishes .dish-item .dish-content {
    text-align: center;
    padding: 63px;
    width: 50%;
    position: relative;
    float: left;
    background-color: #fdfcfa;
    min-height: 100%; }
    @media (max-width: 640px) {
      .dishes .dish-item .dish-content {
        width: auto;
        padding: 40px; } }
    .dishes .dish-item .dish-content .dish-content-title {
      margin-bottom: 30px;
      position: relative;
      z-index: 5;
      display: block;
      font-size: 30px; }
    .dishes .dish-item .dish-content .dish-category {
      color: #ec6e00;
      margin-bottom: 20px;
      font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 14px;
      z-index: 5;
      position: relative; }
    .dishes .dish-item .dish-content .product__stars {
      margin-bottom: 30px;
      z-index: 5;
      position: relative; }
      .dishes .dish-item .dish-content .product__stars i {
        font-size: 13px;
        color: #999; }
    .dishes .dish-item .dish-content .dish-price {
      color: #ec6e00;
      z-index: 5;
      position: relative; }
    .dishes .dish-item .dish-content .dish-hover-border {
      width: 80%;
      height: 80%;
      border: 1px solid #ec6e00;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      opacity: 0;
      transition: all .3s ease; }
      @media (max-width: 640px) {
        .dishes .dish-item .dish-content .dish-hover-border {
          width: 90%;
          height: 90%; } }
      .dishes .dish-item .dish-content .dish-hover-border:after, .dishes .dish-item .dish-content .dish-hover-border:before {
        content: '';
        border: 6px solid transparent;
        border-left: 7px solid #ec6e00;
        position: absolute;
        right: -21px;
        top: 50%;
        margin-top: -10px; }
      .dishes .dish-item .dish-content .dish-hover-border:before {
        border-left-color: #ec6e00;
        border-width: 10px; }
      .dishes .dish-item .dish-content .dish-hover-border:after {
        border-left-color: #fdfcfa;
        border-width: 10px;
        right: -19px; }
      .dishes .dish-item .dish-content .dish-hover-border.left:after, .dishes .dish-item .dish-content .dish-hover-border.left:before {
        content: '';
        border: 6px solid transparent;
        border-right: 7px solid #ec6e00;
        position: absolute;
        left: -21px;
        top: 50%;
        margin-top: -10px;
        right: auto; }
      .dishes .dish-item .dish-content .dish-hover-border.left:before {
        border-right-color: #ec6e00;
        border-width: 10px; }
      .dishes .dish-item .dish-content .dish-hover-border.left:after {
        border-right-color: #fdfcfa;
        border-width: 10px;
        left: -19px; }
      .dishes .dish-item .dish-content .dish-hover-border.top:after, .dishes .dish-item .dish-content .dish-hover-border.top:before {
        content: '';
        border: 6px solid transparent;
        border-bottom: 7px solid #ec6e00;
        position: absolute;
        left: 50%;
        top: -11px;
        margin-left: -10px;
        right: auto; }
      .dishes .dish-item .dish-content .dish-hover-border.top:before {
        border-bottom-color: #ec6e00;
        border-width: 10px; }
      .dishes .dish-item .dish-content .dish-hover-border.top:after {
        border-bottom-color: #fdfcfa;
        border-width: 10px;
        top: -9px; }
  .dishes .dish-item .dish-thumb {
    width: 50%;
    position: relative;
    float: left;
    overflow: hidden; }
    .dishes .dish-item .dish-thumb img {
      transform: scale(1);
      transition: transform 10s linear; }
  .dishes .dish-item.dish-item-content-bottom .dish-content {
    width: 100%;
    float: none;
    padding: 65px; }
  .dishes .dish-item.dish-item-content-bottom .dish-thumb {
    width: 100%;
    float: none; }

.dishes.col-2 {
  margin-top: 70px; }
  .dishes.col-2 .dish-item {
    width: 50%;
    display: flex;
    align-items: center; }
    @media (max-width: 800px) {
      .dishes.col-2 .dish-item {
        width: 100%;
        margin-bottom: 20px; } }

.dishes.col-4 {
  margin-top: 70px; }
  .dishes.col-4 .dish-item {
    width: 25%; }
    @media (max-width: 1024px) {
      .dishes.col-4 .dish-item {
        width: 50%;
        margin-bottom: 20px; } }
    @media (max-width: 640px) {
      .dishes.col-4 .dish-item {
        width: 100%; } }

/*------------- #OUR-MENU --------------*/
.our-menu {
  background-color: #faf9f7;
  position: relative; }
  .our-menu .our-menu-thumb {
    background: url("../img/menu1.jpg");
    padding: 80px 0 280px;
    position: relative; }
    .our-menu .our-menu-thumb .our-menu-title {
      color: #fff;
      text-align: center;
      position: relative;
      z-index: 1;
      margin-bottom: 70px; }
      @media (max-width: 768px) {
        .our-menu .our-menu-thumb .our-menu-title {
          font-size: 50px; } }
    .our-menu .our-menu-thumb .mealtime {
      position: relative;
      z-index: 1;
      text-align: center; }
      @media (max-width: 768px) {
        .our-menu .our-menu-thumb .mealtime {
          margin-bottom: 20px; } }
      .our-menu .our-menu-thumb .mealtime .mealtime-title {
        margin-bottom: 10px;
        color: #fff;
        display: inline-block;
        transition: all .3s ease;
        position: relative; }
        .our-menu .our-menu-thumb .mealtime .mealtime-title:before {
          content: '';
          width: 100%;
          display: block;
          height: 1px;
          background-color: #fff;
          position: absolute;
          bottom: -2px;
          opacity: 0;
          transition: all .3s ease; }
        .our-menu .our-menu-thumb .mealtime .mealtime-title:hover:before {
          opacity: 1; }
  .our-menu .dish-list {
    margin-top: -200px;
    background-color: #fff;
    padding: 70px;
    position: relative;
    margin-bottom: 45px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.05); }
    @media (max-width: 640px) {
      .our-menu .dish-list {
        padding: 15px; } }
    .our-menu .dish-list .dish-list-item {
      display: flex;
      float: left;
      margin-bottom: 40px; }
      @media (max-width: 640px) {
        .our-menu .dish-list .dish-list-item {
          display: block; } }
      .our-menu .dish-list .dish-list-item img {
        border: 1px solid transparent;
        min-width: 70px;
        height: 70px;
        border-radius: 100%;
        margin: auto 30px auto auto; }
        @media (max-width: 640px) {
          .our-menu .dish-list .dish-list-item img {
            margin: auto auto 30px auto; } }
      .our-menu .dish-list .dish-list-item .dish-list-item-content {
        margin: auto; }
        .our-menu .dish-list .dish-list-item .dish-list-item-content .text {
          margin-bottom: 10px; }
        .our-menu .dish-list .dish-list-item .dish-list-item-content .dish-list-item-price {
          color: #ec6e00; }
  .our-menu .pizza-left {
    position: absolute;
    left: -30px;
    bottom: 0; }
    @media (max-width: 768px) {
      .our-menu .pizza-left {
        width: 20%; } }
  .our-menu .pizza-right {
    position: absolute;
    right: -30px;
    bottom: 20%; }
    @media (max-width: 1024px) {
      .our-menu .pizza-right {
        bottom: 0; } }
    @media (max-width: 768px) {
      .our-menu .pizza-right {
        width: 20%; } }

.our-menu-style2 .our-menu-style2-main-thumb {
  position: relative; }
  .our-menu-style2 .our-menu-style2-main-thumb .our-menu-style2-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2; }
    .our-menu-style2 .our-menu-style2-main-thumb .our-menu-style2-content .text {
      color: #fff;
      font-size: 120px; }
      @media (max-width: 1024px) {
        .our-menu-style2 .our-menu-style2-main-thumb .our-menu-style2-content .text {
          font-size: 70px; } }
      @media (max-width: 570px) {
        .our-menu-style2 .our-menu-style2-main-thumb .our-menu-style2-content .text {
          font-size: 40px; } }

.our-menu-style2 .our-menu-style2-menu .our-menu-item-thumb {
  position: relative; }
  .our-menu-style2 .our-menu-style2-menu .our-menu-item-thumb .mealtime {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center; }
    .our-menu-style2 .our-menu-style2-menu .our-menu-item-thumb .mealtime .mealtime-title {
      text-transform: uppercase;
      color: #fff; }
      @media (max-width: 1024px) {
        .our-menu-style2 .our-menu-style2-menu .our-menu-item-thumb .mealtime .mealtime-title {
          font-size: 24px; } }
    @media (max-width: 1024px) {
      .our-menu-style2 .our-menu-style2-menu .our-menu-item-thumb .mealtime .mealtime-time {
        font-size: 24px; } }
  .our-menu-style2 .our-menu-style2-menu .our-menu-item-thumb img {
    width: 100%; }

.our-menu-style2 .our-menu-item-wrap {
  overflow: hidden;
  height: 100%; }
  .our-menu-style2 .our-menu-item-wrap .our-menu-item .dish-list {
    text-align: center; }
    .our-menu-style2 .our-menu-item-wrap .our-menu-item .dish-list .dish-list-item {
      padding: 30px; }
      .our-menu-style2 .our-menu-item-wrap .our-menu-item .dish-list .dish-list-item .dish-list-item-content .text {
        margin-bottom: 5px; }
      .our-menu-style2 .our-menu-item-wrap .our-menu-item .dish-list .dish-list-item .dish-list-item-content .dish-list-item-price {
        color: #ec6e00; }
  .our-menu-style2 .our-menu-item-wrap.odd {
    background-color: #fbfaf9; }
  .our-menu-style2 .our-menu-item-wrap.even {
    background-color: transparent; }

/*------------- #CONTACT-FORM --------------*/
.contact-form-wrap {
  padding: 155px 0 150px;
  text-align: center; }

textarea {
  width: 100%;
  min-height: 140px; }

.contact-form {
  position: relative; }
  .contact-form .contact-form-title {
    margin-bottom: 5px;
    position: relative;
    color: #fff;
    z-index: 1; }
    @media (max-width: 768px) {
      .contact-form .contact-form-title {
        font-size: 50px; } }
  .contact-form .contact-form-subtitle {
    color: #ec6e00;
    margin-bottom: 35px;
    font-size: 14px;
    font-weight: 500;
    z-index: 1;
    position: relative;
    /* text-transform: uppercase;  */
  }
  .contact-form form {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .contact-form form .input-wrap {
      position: relative;
      overflow: hidden; }
      .contact-form form .input-wrap i {
        color: #fff;
        position: absolute;
        right: 10px;
        top: 50%;
        cursor: pointer;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        margin-top: -15px; }
      .contact-form form .input-wrap input {
        float: left;
        color: #999;
        /* text-transform: uppercase; */
        outline: none;
        padding: 10px 20px;
        border: 1px solid #fff;
        overflow: hidden;
        margin-bottom: 30px;
        background-color: #fff;
        font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 500; }
        .contact-form form .input-wrap input.input-light {
          border: 1px solid #ccc;
          float: left;
          margin-right: 30px;
          font-size: 12px;
          transition: all .3s ease; }
          .contact-form form .input-wrap input.input-light i {
            color: #ccc; }
          .contact-form form .input-wrap input.input-light:focus {
            border-color: #ec6e00;
            color: #666; }
    .contact-form form textarea {
      background-color: #fff;
      float: left;
      color: #ccc;
      /* text-transform: uppercase; */
      outline: none;
      padding: 10px 20px;
      border: 1px solid #fff;
      overflow: hidden;
      margin-bottom: 30px; }
      .contact-form form textarea.input-light {
        border: 1px solid #ccc;
        float: left;
        margin-right: 30px;
        font-size: 12px;
        transition: all .3s ease;
        color: #666; }
        .contact-form form textarea.input-light i {
          color: #ccc; }
        .contact-form form textarea.input-light:focus {
          border-color: #ec6e00;
          color: #999; }
    .contact-form form button {
      border: 1px solid transparent;
      position: relative;
      z-index: 1;
      color: #fff;
      margin-top: 40px;
      background-color: #ec6e00; }
      .contact-form form button:hover {
        border-color: #ec6e00; }
  .contact-form .contacts {
    overflow: hidden;
    margin-bottom: 50px; }
    .contact-form .contacts .contacts-item {
      display: flex;
      align-items: center; }
      @media (max-width: 570px) {
        .contact-form .contacts .contacts-item {
          margin-bottom: 30px; } }
      .contact-form .contacts .contacts-item i {
        font-size: 32px;
        color: #222;
        float: left;
        margin-right: 50px; }
      .contact-form .contacts .contacts-item .content {
        text-align: left;
        overflow: hidden; }
        .contact-form .contacts .contacts-item .content .title {
          color: #ec6e00; }
  .contact-form .input-title {
    color: #333;
    font-size: 14px;
    margin-bottom: 25px;
    margin-left: 30px;
    display: block;
    font-weight: 400;
    font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .contact-form .remember-wrap {
    display: block;
    vertical-align: middle;
    margin: 0 0 30px 20px; }
    .contact-form .remember-wrap .checkbox {
      position: relative; }
      .contact-form .remember-wrap .checkbox input[type=checkbox] {
        display: none; }
      .contact-form .remember-wrap .checkbox label {
        padding-left: 30px;
        color: #333;
        font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: 400; }
      .contact-form .remember-wrap .checkbox label:before {
        content: "";
        display: inline-block;
        width: 14px;
        height: 14px;
        position: absolute;
        left: 0;
        bottom: 5px;
        border-radius: 3px;
        background-color: #ec6e00;
        border: none; }
      .contact-form .remember-wrap .checkbox input[type=checkbox]:checked + label:before {
        content: "\2714";
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 14px; }
      .contact-form .remember-wrap .checkbox.gray label:before {
        background-color: #dce1e1; }
      .contact-form .remember-wrap .checkbox.gray input[type=checkbox]:checked + label:before {
        color: #ec6e00; }
  .contact-form.input-transparent form .input-wrap input {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    transition: all .3s ease; }
    .contact-form.input-transparent form .input-wrap input:focus {
      border-color: #ec6e00; }

.contact-form-bg {
  background: url("../img/contact-form.jpg") no-repeat;
  background-size: cover; }

.billing-details {
  margin-top: 60px;
  margin-bottom: 100px; }
  @media (max-width: 460px) {
    .billing-details {
      margin-bottom: 40px; } }
  .billing-details .billing-details-title {
    margin-bottom: 20px; }
  .billing-details.contact-form .input-wrap input.input-light, .billing-details.contact-form .input-wrap textarea.input-light {
    background-color: #f5f5f5;
    border-color: #eee;
    text-transform: none;
    font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    color: #999; }
  .billing-details.contact-form .choose-country {
    position: relative;
    height: 50px;
    margin-bottom: 30px; }
    .billing-details.contact-form .choose-country select {
      width: 100%;
      height: inherit;
      background-color: #f5f5f5;
      border: 1px solid #eee;
      padding: 15px 20px;
      color: #999; }
      .billing-details.contact-form .choose-country select option {
        font-size: 13px;
        color: #666; }
    .billing-details.contact-form .choose-country i {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translate(0, -50%);
      color: #a0a0a0;
      font-size: 8px; }

/*------------- #GALLERY --------------*/
.gallery {
  position: relative; }
  .gallery .info-box__main {
    padding: 180px 50px; }
    @media (max-width: 1024px) {
      .gallery .info-box__main {
        padding: 30px;
        margin: 0; } }
  .gallery .gallery-item {
    position: relative;
    float: left; }
    .gallery .gallery-item img {
      width: 100%; }
    .gallery .gallery-item:hover .gallery-item-content,
    .gallery .gallery-item:hover .overlay {
      opacity: 1; }
    .gallery .gallery-item .gallery-item-content {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 70%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      z-index: 2;
      text-align: center;
      opacity: 0;
      transition: all .3s ease; }
      .gallery .gallery-item .gallery-item-content .gallery-item-title {
        transition: all .3s ease;
        color: #fff;
        display: block; }
        .gallery .gallery-item .gallery-item-content .gallery-item-title:hover {
          color: #ec6e00; }
      .gallery .gallery-item .gallery-item-content .gallery-item-subtitle {
        margin-bottom: 0; }
    .gallery .gallery-item .overlay {
      opacity: 0; }
  .gallery .gallery-col-3 .gallery-item {
    width: 33.33%; }
    @media (max-width: 640px) {
      .gallery .gallery-col-3 .gallery-item {
        width: 50%; } }
  .gallery .gallery-col-4 .gallery-item {
    width: 25%; }
    @media (max-width: 800px) {
      .gallery .gallery-col-4 .gallery-item {
        width: 50%; } }
  .gallery.style-2 .gallery-item .gallery-item-content .gallery-item-title {
    color: #ec6e00;
    line-height: 1.1;
    display: block; }
    @media (max-width: 980px) {
      .gallery.style-2 .gallery-item .gallery-item-content .gallery-item-title {
        font-size: 20px;
        line-height: 1; } }
  .gallery.style-2 .gallery-item .overlay {
    background-color: rgba(51, 51, 51, 0.7); }
  .gallery.style-2.info-bottom .gallery-item .gallery-item-content {
    transform: none;
    top: auto;
    bottom: 40px;
    left: 50px;
    text-align: left;
    width: 50%; }
    @media (max-width: 1024px) {
      .gallery.style-2.info-bottom .gallery-item .gallery-item-content {
        bottom: 20px;
        left: 20px;
        width: 90%; } }
    .gallery.style-2.info-bottom .gallery-item .gallery-item-content .gallery-item-title {
      margin-bottom: 20px; }
      @media (max-width: 1024px) {
        .gallery.style-2.info-bottom .gallery-item .gallery-item-content .gallery-item-title {
          font-size: 22px; } }
      @media (max-width: 768px) {
        .gallery.style-2.info-bottom .gallery-item .gallery-item-content .gallery-item-title {
          font-size: 18px; } }
    .gallery.style-2.info-bottom .gallery-item .gallery-item-content .gallery-item-subtitle {
      font-style: italic; }
      @media (max-width: 460px) {
        .gallery.style-2.info-bottom .gallery-item .gallery-item-content .gallery-item-subtitle {
          font-size: 10px; } }

/*------------- #SOCIALS --------------*/
.socials {
  transition: all .3s linear -.25s; }
  .socials .social__item {
    position: relative;
    margin: 0 0 2px 2px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    border: 2px solid rgba(85, 85, 85, 0);
    transition: all 0.3s linear;
    background: #222;
    display: inline-block;
    text-align: center; }
    .socials .social__item:hover {
      border: 2px solid #555555; }
    .socials .social__item:last-of-type {
      margin-right: 0; }
  .socials.round .social__item {
    border: 1px solid #666666;
    border-radius: 100%;
    font-size: 16px; }
    .socials.round .social__item:hover {
      border: 1px solid #ec6e00;
      background-color: #ec6e00;
      color: #222; }
  .socials.socials-border .social__item {
    border: 2px solid #333;
    transition: all 0.4s ease;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    margin: 0 10px 10px 0;
    color: #666; }
    .socials.socials-border .social__item:hover {
      border-color: #999;
      color: #999; }
  .socials.socials--bg .social__item {
    background: #222;
    color: #666; }
    .socials.socials--bg .social__item a {
      color: inherit; }
  .socials.socials-transparent .social__item {
    border: none;
    background: transparent;
    font-size: 16px;
    color: #fff;
    width: auto;
    height: auto;
    margin-right: 10px; }
    .socials.socials-transparent .social__item:hover {
      color: #ec6e00; }
    .socials.socials-transparent .social__item:last-child {
      margin-right: 0; }
  .socials.bg-light .social__item {
    border-radius: 3px;
    background-color: #f5f5f5;
    line-height: 30px; }
    .socials.bg-light .social__item i {
      color: #222;
      font-size: 13px; }
    .socials.bg-light .social__item:hover {
      background-color: #222;
      border-color: transparent; }
      .socials.bg-light .social__item:hover i {
        color: #ec6e00; }

/*------------- #ART-FOOD--------------*/
.art-food {
  position: relative; }
  .art-food .art-food-thumb {
    position: relative; }
    .art-food .art-food-thumb .art-food-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      z-index: 2;
      width: 100%;
      text-align: center; }
      @media (max-width: 1024px) {
        .art-food .art-food-thumb .art-food-content {
          left: 50%;
          top: auto;
          bottom: 0;
          -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          text-align: center; } }
      .art-food .art-food-thumb .art-food-content .art-food-title {
        color: #fff;
        text-transform: uppercase;
        font-size: 150px;
        line-height: 1; }
        @media (max-width: 1024px) {
          .art-food .art-food-thumb .art-food-content .art-food-title {
            font-size: 40px; } }
      .art-food .art-food-thumb .art-food-content .art-food-subtitle {
        color: #fff;
        text-transform: uppercase;
        font-size: 58px;
        line-height: 1; }
        @media (max-width: 1024px) {
          .art-food .art-food-thumb .art-food-content .art-food-subtitle {
            font-size: 30px; } }
    .art-food .art-food-thumb .chef {
      position: absolute;
      bottom: -100%;
      left: 50%;
      transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      z-index: 2;
      opacity: 0;
      transition: all .3s ease; }
      @media (max-width: 1024px) {
        .art-food .art-food-thumb .chef {
          max-height: 100%; } }
  .art-food .dish-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all .3s ease; }
    @media (max-width: 1024px) {
      .art-food .dish-1 {
        width: 10%; } }
  .art-food .dish-2 {
    position: absolute;
    right: 0;
    top: -170px;
    opacity: 0;
    transition: all .3s ease; }
    @media (max-width: 1024px) {
      .art-food .dish-2 {
        width: 10%; } }
    @media (max-width: 640px) {
      .art-food .dish-2 {
        top: 0; } }

/*------------- #BUILDERS --------------*/
.builders {
  background: url("../img/bg-profesional.png") 0 100% no-repeat;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5; }
  @media (max-width: 1024px) {
    .builders {
      padding-bottom: 180px; } }
  @media (max-width: 360px) {
    .builders {
      padding-bottom: 240px; } }
  .builders .builder-thumb {
    position: relative;
    padding-bottom: 115px; }
    @media (max-width: 1024px) {
      .builders .builder-thumb {
        padding-bottom: 30px; } }
    .builders .builder-thumb img {
      opacity: 0; }
  .builders .brush {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0); }
  .builders .builder-content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 5;
    width: 80%; }

/*------------- #PRICING-TABLES --------------*/
@media (max-width: 1024px) {
  .pricing-table-item {
    margin-bottom: 30px; } }

.pricing-table-item .pricing-table-thumb {
  position: relative; }
  .pricing-table-item .pricing-table-thumb .brush {
    position: absolute;
    bottom: -30px;
    left: 0; }
  .pricing-table-item .pricing-table-thumb .pricing-plan {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff; }
    @media (max-width: 980px) {
      .pricing-table-item .pricing-table-thumb .pricing-plan {
        font-size: 24px; } }
  .pricing-table-item .pricing-table-thumb img {
    width: 100%; }

.pricing-table-item .pricing-content {
  margin: -40px auto 0;
  text-align: center;
  width: 95%;
  background-color: #fff;
  position: relative;
  padding: 40px 40px 60px;
  border: 1px solid #f5f5f5;
  transition: all .3s ease; }
  @media (max-width: 980px) {
    .pricing-table-item .pricing-content {
      margin: -10px auto 0; } }
  .pricing-table-item .pricing-content .pricing-price {
    color: #ec6e00;
    padding-bottom: 40px;
    margin-bottom: 30px;
    position: relative;
    transition: all .3s ease; }
    .pricing-table-item .pricing-content .pricing-price:after {
      content: '';
      display: block;
      width: 70px;
      height: 1px;
      background-color: #ec6e00;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 0); }
  .pricing-table-item .pricing-content .position-list {
    margin-bottom: 40px; }
    .pricing-table-item .pricing-content .position-list .position-item {
      color: #333;
      margin-bottom: 15px; }
      .pricing-table-item .pricing-content .position-list .position-item:before {
        content: '\f00c';
        position: relative;
        left: -25px;
        color: #ec6e00;
        font-size: 13px;
        font-family: FontAwesome; }
      .pricing-table-item .pricing-content .position-list .position-item.no-active {
        color: #999; }
        .pricing-table-item .pricing-content .position-list .position-item.no-active:before {
          content: '\f00d';
          color: #999; }

.pricing-table-item:hover .pricing-content {
  border-color: transparent;
  box-shadow: 0 10px 19px -2px rgba(0, 0, 0, 0.4); }
  .pricing-table-item:hover .pricing-content .pricing-price {
    color: #222; }
    .pricing-table-item:hover .pricing-content .pricing-price:after {
      content: '';
      display: block;
      width: 70px;
      height: 1px;
      background-color: #ec6e00;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 0); }
  .pricing-table-item:hover .pricing-content .btn {
    border-color: transparent;
    background-color: #ec6e00;
    color: #fff; }

.pricing-table-item.style-2 {
  margin-top: 40px;
  background-color: #333;
  position: relative; }
  .pricing-table-item.style-2 .pricing-table-thumb {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all .3s ease; }
  .pricing-table-item.style-2 .pricing-content {
    margin: 0;
    background-color: transparent;
    position: relative;
    border: none; }
    .pricing-table-item.style-2 .pricing-content .pricing-plan {
      position: relative;
      color: #fff;
      margin-bottom: 20px; }
    .pricing-table-item.style-2 .pricing-content .pricing-price {
      padding-bottom: 0;
      padding-top: 20px;
      margin-bottom: 45px; }
      .pricing-table-item.style-2 .pricing-content .pricing-price:after {
        bottom: auto;
        top: 0;
        left: 50%; }
    .pricing-table-item.style-2 .pricing-content .position-list .position-item {
      color: #ccc; }
      .pricing-table-item.style-2 .pricing-content .position-list .position-item.no-active {
        color: #999; }
    .pricing-table-item.style-2 .pricing-content .btn {
      border-color: #fff;
      background-color: transparent;
      color: #fff; }
  .pricing-table-item.style-2:hover .pricing-table-thumb {
    opacity: 1; }
  .pricing-table-item.style-2:hover .pricing-content {
    box-shadow: none; }
    .pricing-table-item.style-2:hover .pricing-content .btn {
      background-color: #fff;
      color: #222; }
    .pricing-table-item.style-2:hover .pricing-content .pricing-price {
      color: #ec6e00; }

/*------------- #BEST-PRODUCT --------------*/
.best-product {
  display: flex;
  align-items: center;
  background: url("../img/bg-best-product.png") no-repeat bottom left; }
  .best-product .best-product-tabs .tabs-item {
    position: relative;
    margin-bottom: 60px;
    display: block; }
    @media (max-width: 768px) {
      .best-product .best-product-tabs .tabs-item {
        margin-bottom: 20px; } }
    .best-product .best-product-tabs .tabs-item .title {
      font-size: 30px;
      margin-bottom: 20px;
      position: relative;
      z-index: 1; }
    .best-product .best-product-tabs .tabs-item .text {
      position: relative;
      z-index: 1;
      color: #999; }
    .best-product .best-product-tabs .tabs-item .tabs-number {
      font-size: 140px;
      color: #fff;
      position: absolute;
      left: -110px;
      top: 0;
      line-height: .75;
      font-weight: 700;
      font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif; }

/*------------- #SUBSCRIBE-FORM --------------*/
.subscribe-form .contact-form {
  float: none; }
  .subscribe-form .contact-form .input-wrapper {
    position: relative; }
    .subscribe-form .contact-form .input-wrapper .input {
      border: none;
      background-color: #f5f5f5;
      padding: 20px 30px;
      color: #404040; }
    .subscribe-form .contact-form .input-wrapper .input-btn {
      width: 170px;
      height: 100%;
      background-color: #ec6e00;
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer;
      transition: all .3s linear;
      color: #fff;
      text-transform: uppercase;
      font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 400; }
      @media (max-width: 360px) {
        .subscribe-form .contact-form .input-wrapper .input-btn {
          width: 100%;
          top: 100%;
          right: auto;
          left: 0; } }
      .subscribe-form .contact-form .input-wrapper .input-btn:hover {
        background-color: #222; }

.subscribe-form .subscribe-form-thumb {
  position: relative; }
  .subscribe-form .subscribe-form-thumb .title {
    color: #fff;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: none;
    letter-spacing: -0.05em; }
    @media (max-width: 980px) {
      .subscribe-form .subscribe-form-thumb .title {
        font-size: 70px; } }
    @media (max-width: 570px) {
      .subscribe-form .subscribe-form-thumb .title {
        font-size: 40px; } }

.subscribe-form .contact-form {
  padding: 0 15px; }
  @media (max-width: 460px) {
    .subscribe-form .contact-form {
      padding-bottom: 50px; } }

.subscribe-form.style-2 {
  padding-top: 250px;
  margin: 0 15px; }
  .subscribe-form.style-2 .contact-form {
    padding: 40px 15px 150px; }
  .subscribe-form.style-2 .heading .heading-title {
    text-transform: none;
    color: #fff; }
    @media (max-width: 768px) {
      .subscribe-form.style-2 .heading .heading-title {
        font-size: 60px; } }
    @media (max-width: 570px) {
      .subscribe-form.style-2 .heading .heading-title {
        font-size: 40px; } }
  .subscribe-form.style-2 .heading .heading-text {
    color: #fff;
    font-weight: 400;
    font-family: "Merriweather", Arial, "Helvetica Neue", Helvetica, serif; }

.subscribe-form .heading .heading-text {
  font-weight: 400; }

/*------------- #SUBSCRIBE-FORM --------------*/
.products {
  overflow: hidden; }
  .products .product {
    margin-bottom: 60px;
    position: relative; }
    .products .product .product-item-thumb {
      position: relative;
      background-color: #fff;
      text-align: center;
      transform-style: preserve-3d; }
      .products .product .product-item-thumb .overlay {
        opacity: 0; }
      .products .product .product-item-thumb img {
        position: relative;
        padding: 55px 0; }
        @media (max-width: 1024px) {
          .products .product .product-item-thumb img {
            padding: 40px; } }
      .products .product .product-item-thumb .button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: all .3s ease;
        background-color: #ec6e00;
        color: #fff;
        padding: 20px 30px;
        white-space: nowrap; }
        .products .product .product-item-thumb .button:hover {
          background-color: #fff;
          color: #222; }
    .products .product .product-content {
      text-align: center;
      padding-top: 30px; }
      .products .product .product-content .product-name {
        margin-bottom: 5px;
        display: block; }
      .products .product .product-content .product-description {
        margin-bottom: 10px;
        letter-spacing: -0.025em;
        font-weight: 400; }
      .products .product .product-content .price {
        color: #ec6e00; }
    .products .product:hover .overlay {
      opacity: 1; }
    .products .product:hover .button {
      opacity: 1; }
  .products.bg-transparent {
    background-color: transparent; }
  .products.style-2 .product .product-item-thumb {
    position: relative;
    width: auto;
    height: auto;
    background-color: transparent; }
    @media (max-width: 768px) {
      .products.style-2 .product .product-item-thumb {
        max-width: 277px;
        margin: 0 auto; } }
    .products.style-2 .product .product-item-thumb .overlay {
      background: rgba(245, 245, 245, 0.5); }
    .products.style-2 .product .product-item-thumb img {
      position: relative;
      transition: all .3s ease;
      top: 0;
      left: 0;
      transform: none; }
      .products.style-2 .product .product-item-thumb img.secondary-image {
        top: 0;
        left: 0;
        transform: none;
        opacity: 0;
        position: absolute; }
  .products.style-2 .product .product-content {
    background-color: #f5f5f5;
    padding-bottom: 40px; }
    .products.style-2 .product .product-content .price {
      color: #222; }
    .products.style-2 .product .product-content.white-bg {
      background-color: #fff; }
  .products.style-2 .product:hover .product-item-thumb img.secondary-image {
    opacity: 1; }
  .products.style-2 .product.sale .onsale {
    width: 60px;
    height: 60px;
    background-color: #ec6e00;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 100%; }
  .products.style-2 .product.sale .product-content .price {
    color: #999; }
    .products.style-2 .product.sale .product-content .price del .amount {
      color: #999;
      text-decoration: line-through; }
    .products.style-2 .product.sale .product-content .price ins {
      margin-left: 40px;
      text-decoration: none; }
      .products.style-2 .product.sale .product-content .price ins .amount {
        color: #ec6e00; }
  .products.style-2 .product.content-small .product-item-thumb .btn {
    background-color: #222;
    color: #fff;
    border-color: #222; }
    .products.style-2 .product.content-small .product-item-thumb .btn:hover {
      background-color: #ec6e00;
      border-color: #ec6e00; }
  .products.style-2 .product.content-small .product-content .product-name {
    font-size: 14px; }
  .products.style-2 .product.content-small .product-content .price {
    font-size: 14px; }
  .products.no-padding .product-item-thumb img {
    padding: 0; }

.products-grid-control {
  margin: 60px 0 30px;
  overflow: hidden; }
  .products-grid-control .showing {
    font-size: 13px;
    color: #666;
    font-weight: 400;
    margin-top: 10px; }
    @media (max-width: 570px) {
      .products-grid-control .showing {
        margin-top: 0;
        margin-bottom: 20px; } }
  .products-grid-control .sort {
    font-size: 13px;
    color: #666;
    padding: 10px 20px;
    border: 1px solid #eee;
    background-color: #f5f5f5;
    font-weight: 400;
    white-space: nowrap;
    display: block;
    float: right; }
    @media (max-width: 570px) {
      .products-grid-control .sort {
        float: left; } }
    .products-grid-control .sort i {
      position: relative;
      color: inherit;
      font-size: 16px;
      margin-left: 2px; }

.shop-description {
  overflow: hidden; }
  .shop-description .shop-description-item {
    text-align: center; }
    @media (max-width: 768px) {
      .shop-description .shop-description-item {
        margin-bottom: 30px; } }
    .shop-description .shop-description-item i {
      font-size: 35px;
      color: #ec6e00;
      margin-bottom: 20px; }
    .shop-description .shop-description-item .title {
      margin-bottom: 15px; }

/*------------- #ABOUT-TEAM --------------*/
@media (max-width: 768px) {
  .about-team .about-team-item {
    margin-bottom: 30px; } }

.about-team .about-team-item .about-team-item-thumb {
  margin-bottom: 35px;
  position: relative; }
  .about-team .about-team-item .about-team-item-thumb .about-team-name {
    color: #fff;
    position: absolute;
    left: 40px;
    bottom: 30px;
    line-height: 1.1; }
    @media (max-width: 1024px) {
      .about-team .about-team-item .about-team-item-thumb .about-team-name {
        font-size: 22px; } }

.about-team .about-team-item .about-team-item-content {
  padding: 0 30px 10px; }
  .about-team .about-team-item .about-team-item-content .about-team-title {
    color: #222;
    margin-bottom: 30px; }

/*------------- #SKILLS --------------*/
.skills-item {
  margin-bottom: 35px; }
  .skills-item .skills-item-info {
    margin-bottom: 15px; }
    .skills-item .skills-item-info .skills-item-title {
      color: #fff; }
    .skills-item .skills-item-info .skills-item-count {
      font-size: 30px;
      color: #fff;
      float: right;
      line-height: 1;
      position: relative;
      bottom: 7px; }
  .skills-item .skills-item-meter {
    width: 100%;
    border-radius: 10px;
    background-color: #222;
    position: relative;
    height: 4px; }
    .skills-item .skills-item-meter .skills-item-meter-active {
      position: absolute;
      height: 4px;
      display: inline-block;
      border-radius: 5px;
      bottom: 0;
      left: 0;
      opacity: 1;
      transition: all .2s ease;
      background-color: #fff; }
      .skills-item .skills-item-meter .skills-item-meter-active.skills-animate {
        animation: skills-animated 1.2s ease-out; }
      .skills-item .skills-item-meter .skills-item-meter-active.skills-animate-opacity {
        animation: skills-animated-opacity .2s ease-out; }
  .skills-item.style-2 .skills-item-info .skills-item-title {
    color: #222; }
  .skills-item.style-2 .skills-item-info .skills-item-count {
    font-size: 13px;
    color: #222;
    font-family: "Merriweather", Arial, "Helvetica Neue", Helvetica, serif;
    bottom: auto; }
  .skills-item.style-2 .skills-item-meter {
    background-color: #f5f5f5; }
    .skills-item.style-2 .skills-item-meter .skills-item-meter-active {
      background-color: #ec6e00; }

@keyframes skills-animated {
  0% {
    width: 0; } }

@keyframes skills-animated-opacity {
  100% {
    opacity: 1; } }

/*------------- #PRODUCT-DETAILS --------------*/
.added-cart {
  padding: 20px 30px;
  background-color: #ec6e00;
  margin-bottom: 20px;
  overflow: hidden; }
  .added-cart .added-cart-title {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    margin-right: 20px;
    float: left; }
    @media (max-width: 768px) {
      .added-cart .added-cart-title {
        float: left; } }
    .added-cart .added-cart-title:before {
      content: '\f00c';
      font-family: FontAwesome;
      width: 17px;
      height: 17px;
      background-color: #fff;
      border-radius: 100%;
      line-height: 17px;
      text-align: center;
      color: #ec6e00;
      margin-right: 20px;
      display: inline-block; }
  .added-cart .added-cart-view {
    color: #fff;
    float: right;
    font-size: 13px;
    text-decoration: underline; }
    @media (max-width: 768px) {
      .added-cart .added-cart-view {
        float: left;
        margin-top: 20px; } }
  .added-cart.left .added-cart-view {
    float: left; }
    @media (max-width: 768px) {
      .added-cart.left .added-cart-view {
        margin-top: 0; } }

.product-details .product-details-thumb {
  position: relative; }
  .product-details .product-details-thumb img {
    display: none; }
    .product-details .product-details-thumb img.active {
      display: block; }
  .product-details .product-details-thumb .onsale {
    width: 60px;
    height: 60px;
    background-color: #ec6e00;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 100%; }

.product-details .thumbnail {
  margin-bottom: 50px;
  overflow: hidden; }
  .product-details .thumbnail.col-4 img {
    width: 25%;
    float: left; }
    .product-details .thumbnail.col-4 img.checked {
      border: 1px solid #ec6e00; }

.product-details .product-details-info {
  overflow: hidden;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #f5f5f5; }
  @media (max-width: 768px) {
    .product-details .product-details-info {
      padding-bottom: 20px;
      margin-bottom: 20px; } }
  .product-details .product-details-info .product-content {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #f5f5f5; }
    @media (max-width: 768px) {
      .product-details .product-details-info .product-content {
        padding-bottom: 20px;
        margin-bottom: 20px; } }
    .product-details .product-details-info .product-content .product-name {
      font-size: 30px;
      margin-bottom: 10px; }
      @media (max-width: 768px) {
        .product-details .product-details-info .product-content .product-name {
          font-size: 22px; } }
    .product-details .product-details-info .product-content .product-info {
      margin-bottom: 20px; }
    .product-details .product-details-info .product-content .price {
      color: #999;
      font-size: 30px; }
      @media (max-width: 768px) {
        .product-details .product-details-info .product-content .price {
          font-size: 22px; } }
      .product-details .product-details-info .product-content .price del .amount {
        color: #999;
        text-decoration: line-through; }
      .product-details .product-details-info .product-content .price ins {
        margin-left: 40px;
        text-decoration: none; }
        .product-details .product-details-info .product-content .price ins .amount {
          color: #ec6e00; }
  .product-details .product-details-info .product-details-info-text .title {
    font-weight: 400;
    margin-bottom: 30px; }
  .product-details .product-details-info .quantity {
    overflow: hidden;
    margin-right: 10px;
    float: left;
    width: 140px;
    height: 50px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    margin-bottom: 30px; }
    .product-details .product-details-info .quantity .quantity-minus {
      display: block;
      float: left;
      padding: 0 20px;
      background-color: transparent;
      height: 50px;
      line-height: 50px;
      color: #666; }
    .product-details .product-details-info .quantity input {
      max-width: 38px;
      float: left;
      background-color: transparent;
      font-size: 13px;
      text-align: center;
      height: 50px;
      border: none;
      color: #666; }
    .product-details .product-details-info .quantity .quantity-plus {
      display: block;
      float: left;
      padding: 0 20px;
      height: 50px;
      line-height: 50px;
      color: #666; }
  .product-details .product-details-info .choose-size {
    position: relative;
    width: 130px;
    height: 50px;
    float: left;
    margin-right: 10px;
    margin-bottom: 30px; }
    .product-details .product-details-info .choose-size select {
      width: inherit;
      height: inherit;
      background-color: #f5f5f5;
      border: 1px solid #eee;
      padding: 15px 20px;
      color: #666; }
      .product-details .product-details-info .choose-size select option {
        font-size: 13px;
        color: #666; }
    .product-details .product-details-info .choose-size i {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translate(0, -50%);
      color: #a0a0a0;
      font-size: 8px; }
  .product-details .product-details-info .button.btn {
    float: left;
    background-color: #222;
    color: #fff;
    padding: 18px 20px;
    margin-bottom: 30px; }
    .product-details .product-details-info .button.btn:hover {
      background-color: #ec6e00; }

.product-details .product-details-add-info > div {
  font-size: 13px;
  color: #333;
  margin-bottom: 15px; }
  .product-details .product-details-add-info > div > a {
    color: #999;
    font-size: 13px; }

.product-details .product-details-add-info .w-tags .tags-wrap {
  display: inline-block; }
  .product-details .product-details-add-info .w-tags .tags-wrap li {
    display: inline-block;
    float: none; }

.product-details-description {
  position: relative;
  padding-bottom: 120px; }
  @media (max-width: 768px) {
    .product-details-description {
      padding-bottom: 50px; } }
  .product-details-description:before {
    content: '';
    display: block;
    width: 100%;
    height: 77px;
    background-color: #fff;
    position: relative; }
  .product-details-description .product-description-text {
    color: #999;
    font-weight: 400;
    line-height: 2.2; }
  .product-details-description .tab-content {
    padding-top: 60px;
    border-top: 1px solid #f5f5f5; }
    @media (max-width: 768px) {
      .product-details-description .tab-content {
        padding-top: 40px; } }
    .product-details-description .tab-content > .tab-pane {
      display: none; }
      .product-details-description .tab-content > .tab-pane.active {
        display: block; }
  .product-details-description .product-description-control {
    text-align: center;
    margin-bottom: -6px;
    overflow: hidden; }
    .product-details-description .product-description-control li {
      display: inline-block; }
      @media (max-width: 640px) {
        .product-details-description .product-description-control li {
          width: 50%;
          float: left; } }
      .product-details-description .product-description-control li .control-item {
        text-align: center;
        position: relative;
        float: left;
        padding: 30px;
        color: #999; }
        @media (max-width: 768px) {
          .product-details-description .product-description-control li .control-item {
            padding: 15px; } }
        .product-details-description .product-description-control li .control-item:before {
          content: '';
          display: block;
          width: 100%;
          height: 1px;
          background-color: #222;
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translate(-50%, 0);
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          opacity: 0; }
          @media (max-width: 640px) {
            .product-details-description .product-description-control li .control-item:before {
              bottom: 5px; } }
      .product-details-description .product-description-control li.active .control-item {
        color: #222; }
        .product-details-description .product-description-control li.active .control-item:before {
          opacity: 1; }
      .product-details-description .product-description-control li:last-child {
        margin-left: -4px; }
    @media (max-width: 480px) {
      .product-details-description .product-description-control {
        margin-top: -74px; } }
    @media (max-width: 320px) {
      .product-details-description .product-description-control {
        margin-top: -51px;
        margin-bottom: 30px; } }
  .product-details-description .product-description-title {
    font-size: 40px;
    color: #222;
    margin-bottom: 40px; }
    @media (max-width: 1024px) {
      .product-details-description .product-description-title {
        font-size: 26px; } }
  .product-details-description .add-review .your-rating {
    padding-left: 40px;
    font-size: 16px; }
    .product-details-description .add-review .your-rating .ratings {
      display: inline-block;
      margin-left: 50px;
      color: #ccc;
      margin-bottom: 30px; }
      .product-details-description .add-review .your-rating .ratings .fa-star {
        color: #fcd846; }
  .product-details-description .add-review .contact-form {
    padding-bottom: 20px; }
    .product-details-description .add-review .contact-form input, .product-details-description .add-review .contact-form textarea {
      background-color: #fff; }
    .product-details-description .add-review .contact-form textarea {
      min-height: 230px; }

/*------------- #CART --------------*/
.cart-main {
  overflow: hidden;
  margin: 80px 0 60px;
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .cart-main .shop_table {
    width: 100%; }
    .cart-main .shop_table tbody {
      background-color: #fff; }
      .cart-main .shop_table tbody .cart_item {
        position: relative; }
        .cart-main .shop_table tbody .cart_item:after {
          content: '';
          display: block;
          width: 100%;
          height: 1px;
          background-color: #eee;
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translate(-50%, 0);
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0); }
  .cart-main .cart-product-wrap-title-main tr > th {
    color: #333;
    font-size: 14px;
    background-color: #f5f5f5;
    padding: 20px 0;
    text-align: left;
    font-weight: 400; }
    .cart-main .cart-product-wrap-title-main tr > th.product-price {
      padding: 0 20px; }
  .cart-main .cart_item td {
    padding: 27px 0; }
  .cart-main .cart_item .product-remove .product-del {
    position: relative;
    font-size: 14px;
    cursor: pointer;
    padding: 0 24px;
    color: #999;
    display: block; }
    @media (max-width: 768px) {
      .cart-main .cart_item .product-remove .product-del {
        padding: 0 15px; } }
    @media (max-width: 460px) {
      .cart-main .cart_item .product-remove .product-del {
        padding: 0 10px; } }
  .cart-main .cart_item .product-thumbnail .cart-product__item {
    display: flex;
    align-items: center; }
    @media (max-width: 360px) {
      .cart-main .cart_item .product-thumbnail .cart-product__item {
        display: block; } }
    .cart-main .cart_item .product-thumbnail .cart-product__item img {
      float: left;
      margin-right: 30px;
      display: table-cell;
      vertical-align: middle; }
      @media (max-width: 360px) {
        .cart-main .cart_item .product-thumbnail .cart-product__item img {
          margin-right: 0;
          margin-bottom: 10px; } }
    .cart-main .cart_item .product-thumbnail .cart-product__item .cart-product-content {
      text-align: left; }
      .cart-main .cart_item .product-thumbnail .cart-product__item .cart-product-content .cart-author {
        margin-bottom: 5px; }
      .cart-main .cart_item .product-thumbnail .cart-product__item .cart-product-content .cart-product-title {
        line-height: 1;
        margin-bottom: 0;
        font-weight: 400;
        font-family: "Merriweather", Arial, "Helvetica Neue", Helvetica, serif; }
  .cart-main .cart_item .product-price .price {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    padding: 0 20px; }
    @media (max-width: 460px) {
      .cart-main .cart_item .product-price .price {
        font-size: 12px; } }
  .cart-main .cart_item .product-quantity .quantity {
    overflow: hidden;
    float: left;
    width: 140px;
    height: 50px;
    background-color: #f5f5f5;
    border: 1px solid #eee; }
    @media (max-width: 460px) {
      .cart-main .cart_item .product-quantity .quantity {
        width: auto; } }
    .cart-main .cart_item .product-quantity .quantity .quantity-minus {
      display: block;
      float: left;
      padding: 0 20px;
      background-color: transparent;
      height: 50px;
      line-height: 50px;
      color: #666; }
      @media (max-width: 460px) {
        .cart-main .cart_item .product-quantity .quantity .quantity-minus {
          padding: 0 5px; } }
    .cart-main .cart_item .product-quantity .quantity input {
      max-width: 38px;
      float: left;
      background-color: transparent;
      font-size: 13px;
      text-align: center;
      height: 50px;
      border: none;
      color: #666; }
      @media (max-width: 460px) {
        .cart-main .cart_item .product-quantity .quantity input {
          max-width: 10px; } }
    .cart-main .cart_item .product-quantity .quantity .quantity-plus {
      display: block;
      float: left;
      padding: 0 20px;
      height: 50px;
      line-height: 50px;
      color: #666; }
      @media (max-width: 460px) {
        .cart-main .cart_item .product-quantity .quantity .quantity-plus {
          padding: 0 5px; } }
  .cart-main .cart_item .product-subtotal {
    padding-right: 45px; }
    @media (max-width: 570px) {
      .cart-main .cart_item .product-subtotal {
        padding-right: 10px; } }
    .cart-main .cart_item .product-subtotal .total {
      color: #333;
      font-size: 14px;
      font-weight: 400; }
      @media (max-width: 460px) {
        .cart-main .cart_item .product-subtotal .total {
          font-size: 12px; } }
  .cart-main .actions {
    padding: 30px;
    background-color: #f1f3f3;
    overflow: hidden;
    border-top: 1px solid #f5f5f5; }
    @media (max-width: 570px) {
      .cart-main .actions {
        padding: 30px; } }
    .cart-main .actions .coupon {
      float: left; }
      @media (max-width: 980px) {
        .cart-main .actions .coupon {
          margin-bottom: 30px;
          margin-right: 20px; } }
      .cart-main .actions .coupon input {
        width: auto;
        background-color: #fff;
        padding: 14px;
        float: left;
        margin-bottom: 0;
        color: #999;
        border: 1px solid #f5f5f5;
        margin-right: 10px; }
        @media (max-width: 480px) {
          .cart-main .actions .coupon input {
            margin-bottom: 30px; } }
      .cart-main .actions .coupon button {
        float: left;
        padding: 17px 40px 17px; }
    .cart-main .actions .btn {
      float: right;
      padding: 17px 40px 17px; }
      @media (max-width: 980px) {
        .cart-main .actions .btn {
          float: left; } }

.calculate-shipping .calculate-shipping-title {
  margin-bottom: 20px; }

.calculate-shipping .contact-form {
  text-align: left; }
  .calculate-shipping .contact-form form .choose-country {
    position: relative;
    height: 50px;
    margin-bottom: 10px; }
    .calculate-shipping .contact-form form .choose-country select {
      width: 100%;
      height: inherit;
      background-color: #f5f5f5;
      border: 1px solid #eee;
      padding: 15px 20px;
      color: #999; }
      .calculate-shipping .contact-form form .choose-country select option {
        font-size: 13px;
        color: #666; }
    .calculate-shipping .contact-form form .choose-country i {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translate(0, -50%);
      color: #a0a0a0;
      font-size: 8px; }
  .calculate-shipping .contact-form form .input-wrap input {
    margin-right: 0;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border-color: #eee;
    height: 50px; }
  .calculate-shipping .contact-form form button {
    margin-top: 30px;
    background-color: transparent;
    color: #222;
    border: 2px solid #222; }
    .calculate-shipping .contact-form form button:hover {
      background-color: #222;
      color: #fff; }

.cart-total .cart-total-title {
  margin-bottom: 20px; }

.cart-total .cart-total-item {
  border-bottom: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 12px; }
  .cart-total .cart-total-item p {
    display: inline-block;
    font-weight: 400;
    font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-bottom: 0; }
    .cart-total .cart-total-item p.price {
      float: right;
      color: #333; }

.cart-total .btn {
  float: right;
  margin-top: 40px;
  background-color: #222;
  color: #fff; }
  .cart-total .btn:hover {
    background-color: #ec6e00;
    border-color: #ec6e00; }

/*------------- #ORDER --------------*/
.order {
  margin-top: 60px; }
  @media (max-width: 768px) {
    .order {
      margin-top: 10px; } }
  .order .order-title {
    margin-bottom: 20px; }
  .order .cart-main {
    margin: 0; }
    @media (max-width: 768px) {
      .order .cart-main {
        margin-bottom: 60px; } }
    .order .cart-main .cart_item td {
      padding-left: 20px; }
      @media (max-width: 640px) {
        .order .cart-main .cart_item td {
          padding-left: 20px; } }
    .order .cart-main .cart_item .product-subtotal {
      padding-right: 20px;
      text-align: right; }
    .order .cart-main .cart-product-wrap-title-main tr > th {
      padding-left: 20px; }
      .order .cart-main .cart-product-wrap-title-main tr > th.product-subtotal {
        text-align: right;
        padding-right: 20px; }
      @media (max-width: 640px) {
        .order .cart-main .cart-product-wrap-title-main tr > th {
          padding-left: 20px; } }
    .order .cart-main .product-quantity .quantity {
      font-size: 18px;
      color: #222; }
    .order .cart-main .actions {
      padding: 40px 100px; }
  .order .cheque {
    padding: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    margin-bottom: 30px; }
    .order .cheque input[type="radio"] {
      display: none; }
    .order .cheque input[type="radio"] + label > span:first-of-type {
      display: block;
      width: 15px;
      height: 15px;
      margin: -1px 10px 0 0;
      vertical-align: middle;
      cursor: pointer;
      line-height: 0;
      text-align: center;
      font-size: 0;
      border: 1px solid #cdcdcd;
      border-radius: 100%;
      float: left; }
    .order .cheque input[type="radio"]:checked + label > span:first-of-type {
      font-size: 30px; }
    .order .cheque .cheque-item {
      padding-bottom: 20px;
      border: 1px solid #eee;
      margin-bottom: 30px; }
      .order .cheque .cheque-item:last-child {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0; }
      .order .cheque .cheque-item .cheque-content-title {
        display: block;
        overflow: hidden;
        font-size: 14px;
        color: #333; }
        .order .cheque .cheque-item .cheque-content-title .cheque-content-subtitle {
          display: block;
          font-size: 12px;
          color: #999;
          margin-top: 15px; }
        .order .cheque .cheque-item .cheque-content-title a {
          display: block;
          margin-top: 15px;
          font-size: 12px;
          color: #ec6e00; }
          .order .cheque .cheque-item .cheque-content-title a img {
            margin-right: 3px; }
  .order button {
    width: 100%;
    background-color: #222;
    color: #fff; }
    .order button:hover {
      background-color: #ec6e00;
      border-color: #ec6e00; }

/*------------- #COMMENTS --------------*/
.comments {
  overflow: hidden;
  float: none;
  padding: 80px 70px;
  background-color: #f5f5f5; }
  @media (max-width: 980px) {
    .comments {
      padding: 30px; } }
  .comments .comments-title {
    margin-bottom: 60px;
    font-size: 30px; }
  .comments .comments__list {
    list-style: none;
    padding: 0; }
    .comments .comments__list .comments__item .comments__article {
      border-bottom: 1px solid #ccc;
      padding-bottom: 50px;
      margin-bottom: 50px; }
      .comments .comments__list .comments__item .comments__article .comments__header {
        overflow: hidden; }
        .comments .comments__list .comments__item .comments__article .comments__header .author-info {
          float: left; }
          @media (max-width: 360px) {
            .comments .comments__list .comments__item .comments__article .comments__header .author-info {
              float: none;
              margin-bottom: 10px; } }
          .comments .comments__list .comments__item .comments__article .comments__header .author-info .comments__author {
            font-size: 14px;
            color: #222;
            font-weight: 400;
            font-style: normal;
            font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif; }
            .comments .comments__list .comments__item .comments__article .comments__header .author-info .comments__author a {
              color: #222; }
              .comments .comments__list .comments__item .comments__article .comments__header .author-info .comments__author a:hover {
                color: #ec6e00; }
          .comments .comments__list .comments__item .comments__article .comments__header .author-info .comments__time {
            position: relative;
            color: #999;
            font-size: 11px;
            display: block; }
        .comments .comments__list .comments__item .comments__article .comments__header .comment-content {
          overflow: hidden;
          clear: both;
          padding-top: 25px; }
          .comments .comments__list .comments__item .comments__article .comments__header .comment-content p {
            margin-bottom: 0; }
      .comments .comments__list .comments__item .comments__article .comments__avatar {
        float: left;
        margin-right: 30px; }
        @media (max-width: 460px) {
          .comments .comments__list .comments__item .comments__article .comments__avatar {
            float: none;
            margin-bottom: 20px; } }
      .comments .comments__list .comments__item .comments__article .reply {
        float: right;
        font-size: 12px;
        color: #999;
        transition: all .3s ease; }
        @media (max-width: 360px) {
          .comments .comments__list .comments__item .comments__article .reply {
            float: none; } }
        .comments .comments__list .comments__item .comments__article .reply:hover {
          color: #ec6e00; }
    .comments .comments__list .comments__item .children {
      list-style: none;
      padding: 0; }
      .comments .comments__list .comments__item .children .comments__article {
        padding: 0 0 50px 100px; }
        @media (max-width: 980px) {
          .comments .comments__list .comments__item .children .comments__article {
            margin-left: 30px;
            padding-left: 0; } }
  .comments .leave-replay-title {
    font-size: 30px;
    margin-bottom: 60px; }

/*------------- #PROJECT-DESCRIPTION --------------*/
.project-description .project-description-thumb {
  margin-bottom: 10px; }

.project-description .project-description-title {
  font-weight: 400;
  margin-bottom: 35px; }

.project-description .project-description-info {
  margin-bottom: 30px; }
  .project-description .project-description-info .project-description-text {
    font-weight: 400;
    margin-bottom: 35px; }

.project-description .project-description-details {
  margin-bottom: 30px; }
  .project-description .project-description-details .project-description-details-list .details-list-item {
    margin-bottom: 15px; }
    .project-description .project-description-details .project-description-details-list .details-list-item p {
      font-weight: 400;
      color: #333;
      margin-bottom: 0; }
      .project-description .project-description-details .project-description-details-list .details-list-item p span, .project-description .project-description-details .project-description-details-list .details-list-item p a {
        color: #999;
        transition: all .3s ease; }
      .project-description .project-description-details .project-description-details-list .details-list-item p a:hover {
        color: #ec6e00; }

.project-description .project-description-details-socials {
  margin-bottom: 30px; }
  .project-description .project-description-details-socials.inline .project-description-title {
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 0; }
  .project-description .project-description-details-socials.inline .socials {
    display: inline-block; }

.project-description .sidebar .project-description-info {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #eee; }

.project-description .sidebar .project-description-details {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #eee; }

.project-description .sidebar .project-description-details-socials .project-description-title {
  margin-bottom: 15px; }

@media (max-width: 768px) {
  .sidebar {
    padding: 0 15px;
    margin-top: 40px; } }

/*------------- #OVERLAY-MENU --------------*/
body:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(47, 44, 44, 0.85);
  opacity: 0;
  transition: opacity .3s ease;
  z-index: -10; }

body.overlay-enable:before {
  opacity: .8;
  z-index: 10; }

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background: rgba(47, 44, 44, 0.85);
  opacity: .8;
  z-index: 25; }

.overlay_search {
  z-index: 100;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }
  .overlay_search:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgba(37, 35, 35, 0.97);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    -webkit-transform: scale(0.04) translateY(9999px);
    transform: scale(0.04) translateY(9999px);
    overflow: hidden; }
  .overlay_search .form_search-wrap {
    position: absolute;
    top: 50%;
    min-width: 1170px;
    opacity: 0; }
    @media (max-width: 1024px) {
      .overlay_search .form_search-wrap {
        min-width: 90%;
        padding: 0 15px; } }
    @media (max-width: 980px) {
      .overlay_search .form_search-wrap {
        min-width: 72%; } }
    @media (max-width: 800px) {
      .overlay_search .form_search-wrap {
        min-width: 90%; } }
    .overlay_search .form_search-wrap form {
      position: relative;
      transition: all .3s ease; }
      .overlay_search .form_search-wrap form .overlay_search-input {
        background-color: transparent;
        padding: 0 0 25px;
        border: none;
        border-bottom: 2px solid #707070;
        color: rgba(255, 255, 255, 0.7);
        font-size: 24px;
        transition: all .3s ease; }
        .overlay_search .form_search-wrap form .overlay_search-input:hover {
          border-bottom: 2px solid #fff;
          color: rgba(255, 255, 255, 0.9); }
          .overlay_search .form_search-wrap form .overlay_search-input:hover + .overlay_search-close span {
            background: #fff; }
        .overlay_search .form_search-wrap form .overlay_search-input:focus {
          border-bottom: 2px solid #ec6e00;
          color: #fff; }
          .overlay_search .form_search-wrap form .overlay_search-input:focus + .overlay_search-close span {
            background: #ec6e00; }
      .overlay_search .form_search-wrap form .overlay_search-close {
        width: 30px;
        height: 30px;
        position: absolute;
        display: block;
        right: -5px;
        top: 0; }
        .overlay_search .form_search-wrap form .overlay_search-close span {
          display: block;
          height: 2px;
          background: #707070;
          border-radius: 10px;
          margin: auto;
          width: 100%;
          transition: all .3s ease;
          top: 50%;
          position: absolute; }
          .overlay_search .form_search-wrap form .overlay_search-close span:first-of-type {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg); }
          .overlay_search .form_search-wrap form .overlay_search-close span:last-of-type {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg); }

.open .overlay_search {
  top: 0; }
  .open .overlay_search:before {
    -webkit-animation: menu-animation 0.8s ease-out forwards;
    animation: menu-animation 0.8s ease-out forwards; }
  .open .overlay_search .form_search-wrap {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: opacity 3s ease-out, -webkit-transform 1s ease-out;
    transition: opacity 1s ease-out, -webkit-transform .5s ease-out;
    transition: transform .5s ease-out, opacity 1s ease-out;
    transition: transform .5s ease-out, opacity 1s ease-out, -webkit-transform .5s ease-out;
    transition-delay: .5s; }

@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%); }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    transition: ease-out; }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0); }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px); }
  61% {
    -webkit-transform: scale(0.04);
    transform: scale(0.04); }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%; }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0; } }

@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%); }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    transition: ease-out; }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0); }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px); }
  61% {
    -webkit-transform: scale(0.04);
    transform: scale(0.04); }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%; }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0; } }
