/*------------- #BASE --------------*/
/*------------- #TABLE OF CONTENTS --------------*/
/*------------------------------------------------------------------


1. Global / Global Styles
2. Helper / Additional classes
3. Typography / Typography Rules
4. Variables / Variables for styles
5. Blocks / Styles for Blocks
  5.1 Block Action
  5.2 Block Quote
  5.3 Buttons
  5.4 Choose Us
  5.5 Contacts
  5.6 Counters
  5.7 Features
  5.8 Features Block
  5.9 Go Block
  5.10 Grid Portfolio
  5.11 Info Box
  5.12 List
  5.13 Mobile Block
  5.14 Popup Cart
  5.15 Posts
  5.16 Scroll Block
  5.17 Services
  5.18 Stunning Header
  5.19 Team Members
  5.20 Testimonials
  5.21 Video Block
6. Modules / Styles for Modules
  6.1 About Team
  6.2 Art Food
  6.3 Best Products
  6.4 Builders
  6.5 Cart
  6.6 Clients
  6.7 Comments
  6.8 Contact Form
  6.9 Dishes
  6.10 Footers
  6.11 Gallery
  6.12 Headers
  6.13 Heading
  6.14 Isotope
  6.15 Latest Work
  6.16 Order
  6.17 Our Menu
  6.18 Overlay Menu
  6.19 Presentation
  6.20 Pricing Tables
  6.21 Product Details
  6.21 Products
  6.21 Project Description
  6.21 Right Menu
  6.22 Skills
  6.23 Sliders
  6.24 Socials
  6.25 Subscribe Form
7. Widgets /  Styles for all Widgets
  8.1 Widgets
9. Fonts / Styles for fonts
10. Grid / Styles for modular grid
11. Normalize / makes browsers render all elements more consistently and in line with modern standards



-------------------------------------------------------------------*/
/*------------- #VARIABLES --------------*/
/*------------- #GLOBAL STYLES --------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  background: #fff;
  color: #999;
  font-family: "Merriweather", Arial, "Helvetica Neue", Helvetica, serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

blockquote {
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

a {
  text-decoration: none;
  color: #222;
  transition: all 0.3s linear;
}

p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin: 0 0 2em;
  line-height: 1.8;
}

article p:last-of-type {
  margin-bottom: 0;
}

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

select {
  width: 100%;
  border: 1px solid #999;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
}

textarea {
  height: auto;
  min-height: 50px;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

input {
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  outline: none;
}
input:invalid {
  box-shadow: none;
}
input:-moz-submit-invalid {
  box-shadow: none;
}
input:-moz-ui-invalid {
  box-shadow: none;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*------------- #HELPERS --------------*/
.ovh {
  overflow: hidden;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.f-none {
  float: none !important;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.c-white {
  color: #fff;
}

.c-primary {
  color: #ec6e00;
}

.c-grey {
  color: #999;
}

.c-dark {
  color: #222;
}

.t-transform-none {
  text-transform: none;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease;
}

.overlay--light {
  background: rgba(0, 0, 0, 0.2);
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.medium-padding {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .medium-padding {
    padding: 40px 0;
  }
}

.medium-margin {
  margin: 60px 0;
}
@media (max-width: 768px) {
  .medium-margin {
    margin: 40px 0;
  }
}

.padding40 {
  padding: 40px;
}
@media (max-width: 1024px) {
  .padding40 {
    padding: 20px;
  }
}

.padding60 {
  padding: 60px;
}
@media (max-width: 768px) {
  .padding60 {
    padding: 40px;
  }
}

.border-bottom {
  border-bottom: 2px solid #eee;
}

.border-bottom1 {
  border-bottom: 1px solid #eee;
}

.border-top1 {
  border-top: 1px solid #eee;
}

.border-right1 {
  border-right: 1px solid #eee;
}

.bg-grey {
  background-color: #f5f5f5;
}

.medium-padding100 {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .medium-padding100 {
    padding: 50px 0;
  }
}

.medium-padding120 {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .medium-padding120 {
    padding: 60px 0;
  }
}

.medium-padding80 {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .medium-padding80 {
    padding: 40px 0;
  }
}

.mb30 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

.mt-negative50 {
  margin-top: -50px !important;
}

.mt-negative150 {
  margin-top: -150px;
}
@media (max-width: 640px) {
  .mt-negative150 {
    margin-top: -20px;
  }
}

.padding30 {
  padding: 30px;
}

.pb60 {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .pb60 {
    padding-bottom: 40px;
  }
}

.pt60 {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .pt60 {
    padding-top: 40px;
  }
}

.pb115 {
  padding-bottom: 115px;
}
@media (max-width: 768px) {
  .pb115 {
    padding-bottom: 60px;
  }
}

.pb160 {
  padding-bottom: 160px;
}
@media (max-width: 768px) {
  .pb160 {
    padding-bottom: 80px;
  }
}

.pb-none {
  padding-bottom: 0;
}

.pt-none {
  padding-top: 0;
}

.bg-dark {
  background-color: #222;
}

.bg-dark-light {
  background-color: #282828;
}

.bg-white {
  background-color: #fff;
}

.padding-big {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .padding-big {
    padding: 60px 0;
  }
}

.line-horizontal {
  display: block;
  width: 95%;
  height: 1px;
  background-color: #eee;
  margin: 0 auto;
}

.full-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.disable-hover {
  pointer-events: none;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.equal-height-425 {
  height: 425px;
}

.equal-height-1030 {
  height: 1030px;
}

.fw400 {
  font-weight: 400;
}

.line-height1-3 {
  line-height: 1.3;
}

.family-mariewether {
  font-family: "Merriweather", Arial, "Helvetica Neue", Helvetica, serif;
}

.font-s-120 {
  font-size: 120px;
}

.bg-primary {
  background-color: #ec6e00;
}

.font-family-allura {
  font-family: "Allura", cursive, "Poppins", Arial, "Helvetica Neue", Helvetica,
    sans-serif;
  font-weight: 400;
}

.font-family-fredericka {
  font-family: "Fredericka the Great", cursive, "Poppins", Arial,
    "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
}

.font-family-caveat {
  font-family: "Caveat", cursive;
  font-weight: 400;
}

/*------------- #TYPOGRAPHY --------------*/
h1,
.h1 {
  margin: 0;
  font-size: 100px;
  font-weight: bold;
  color: #222;
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: -0.04em;
  line-height: 100%;
}
h1 a,
.h1 a {
  color: inherit;
}
@media (max-width: 570px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
h1.large140,
.h1.large140 {
  font-size: 140px;
  letter-spacing: -0.08em;
}
h1.large120,
.h1.large120 {
  font-size: 120px;
}
h1.large113,
.h1.large113 {
  font-size: 113px;
}

h2,
.h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 600;
  color: #222;
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: -0.025em;
}
h2 a,
.h2 a {
  color: inherit;
}
@media (max-width: 570px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}

h3,
.h3 {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  color: #222;
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: -0.025em;
}
h3 a,
.h3 a {
  color: inherit;
}
@media (max-width: 570px) {
  h3,
  .h3 {
    font-size: 32px;
  }
}

h4,
.h4 {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  color: #222;
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: -0.025em;
}
h4 a,
.h4 a {
  color: inherit;
}
@media (max-width: 570px) {
  h4,
  .h4 {
    font-size: 28px;
  }
}
h4.large60,
.h4.large60 {
  font-size: 60px;
}

h5,
.h5 {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  color: #222;
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: -0.025em;
}
h5 a,
.h5 a {
  color: inherit;
}

h6,
.h6 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: -0.025em;
}
h6 a,
.h6 a {
  color: inherit;
}
h6.family-mariewether,
.h6.family-mariewether {
  font-family: "Merriweather", Arial, "Helvetica Neue", Helvetica, serif;
}
h6.c-grey,
.h6.c-grey {
  color: #999;
}

.restaurant h1,
.restaurant .h1 {
  font-size: 120px;
  font-weight: 400;
  font-family: "Allura", cursive, "Poppins", Arial, "Helvetica Neue", Helvetica,
    sans-serif;
  letter-spacing: -0.001em;
}
@media (max-width: 570px) {
  .restaurant h1,
  .restaurant .h1 {
    font-size: 40px;
  }
}
.restaurant h1.large140,
.restaurant .h1.large140 {
  font-size: 140px;
}

.restaurant h2,
.restaurant .h2 {
  font-size: 48px;
  font-weight: 400;
  font-family: "Merriweather", Arial, "Helvetica Neue", Helvetica, serif;
}
@media (max-width: 570px) {
  .restaurant h2,
  .restaurant .h2 {
    font-size: 30px;
  }
}

.restaurant h3,
.restaurant .h3 {
  font-size: 36px;
  font-weight: 300;
}
@media (max-width: 570px) {
  .restaurant h3,
  .restaurant .h3 {
    font-size: 26px;
  }
}

.restaurant h4,
.restaurant .h4 {
  font-weight: 400;
  font-family: "Allura", cursive, "Poppins", Arial, "Helvetica Neue", Helvetica,
    sans-serif;
}
@media (max-width: 570px) {
  .restaurant h4,
  .restaurant .h4 {
    font-size: 24px;
  }
}
.restaurant h4.large60,
.restaurant .h4.large60 {
  font-size: 60px;
}

.restaurant h5,
.restaurant .h5 {
  font-weight: 400;
  font-family: "Allura", cursive, "Poppins", Arial, "Helvetica Neue", Helvetica,
    sans-serif;
}

/*------------- #BLOCKS --------------*/
/*------------- #BUTTONS --------------*/
.btn {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 19px 42px 16px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #222;
  overflow: hidden;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.btn:hover .a_overlay {
  -webkit-animation-name: onHover;
  -moz-animation-name: onHover;
  -o-animation-name: onHover;
  -ms-animation-name: onHover;
  animation-name: onHover;
}
.btn i {
  margin-right: 15px;
}
.btn + .btn {
  margin-left: 30px;
}
@media (max-width: 360px) {
  .btn + .btn {
    margin-left: 0;
    margin-top: 30px;
  }
}

.btn--outline {
  border: 2px solid #222;
  text-transform: uppercase;
  position: relative;
  transition: all 0.2s linear;
}
.btn--outline:hover {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.btn--outline .btn__text {
  z-index: 999;
  display: block;
  color: #000;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.2s linear;
}
.btn--outline.btn-primary {
  border-color: transparent;
  background-color: #ec6e00;
  color: #fff;
}
.btn--outline.btn-primary:hover {
  background-color: #fff;
  color: #222;
}

.btn--white {
  border-color: #fff;
  color: #fff;
}

.btn--standard .a_overlay {
  background-color: #222;
}

.btn--standard:hover .btn__text {
  color: #fff;
}

.btn--modern {
  transition: all 0.2s linear;
}
.btn--modern .btn__text {
  color: #fff;
}
.btn--modern .a_overlay {
  background-color: #ec6e00;
}
.btn--modern:hover {
  border-color: #ec6e00;
}

.a_overlay {
  position: absolute;
  width: 140%;
  height: 110%;
  left: -20%;
  top: -2px;
  z-index: 1;
  -ms-transform: translate(-110%, 0) skew(45deg);
  -webkit-transform: translate(-110%, 0) skew(45deg);
  transform: translate(-110%, 0) skew(45deg);
  -webkit-animation: outHover 0.2s ease 1 forwards;
  -moz-animation: outHover 0.2s ease 1 forwards;
  -o-animation: outHover 0.2s ease 1 forwards;
  animation: outHover 0.2s ease 1 forwards;
  border-radius: 0 !important;
  box-sizing: border-box;
}

@-moz-keyframes onHover {
  from {
    -moz-transform: translate(-110%, 0) skew(45deg);
    transform: translate(-110%, 0) skew(45deg);
  }
  to {
    -moz-transform: translate(0, 0) skew(45deg);
    transform: translate(0, 0) skew(45deg);
  }
}

@-webkit-keyframes onHover {
  from {
    -webkit-transform: translate(-110%, 0) skew(45deg);
    transform: translate(-110%, 0) skew(45deg);
  }
  to {
    -webkit-transform: translate(0, 0) skew(45deg);
    transform: translate(0, 0) skew(45deg);
  }
}

@keyframes onHover {
  from {
    -moz-transform: translate(-110%, 0) skew(45deg);
    -ms-transform: translate(-110%, 0) skew(45deg);
    -webkit-transform: translate(-110%, 0) skew(45deg);
    transform: translate(-110%, 0) skew(45deg);
  }
  to {
    -moz-transform: translate(0, 0) skew(45deg);
    -ms-transform: translate(0, 0) skew(45deg);
    -webkit-transform: translate(0, 0) skew(45deg);
    transform: translate(0, 0) skew(45deg);
  }
}

@-moz-keyframes outHover {
  from {
    -moz-transform: translate(0, 0) skew(45deg);
    transform: translate(0, 0) skew(45deg);
  }
  to {
    -moz-transform: translate(110%, 0) skew(45deg);
    transform: translate(110%, 0) skew(45deg);
  }
}

@-webkit-keyframes outHover {
  from {
    -webkit-transform: translate(0, 0) skew(45deg);
    transform: translate(0, 0) skew(45deg);
  }
  to {
    -webkit-transform: translate(110%, 0) skew(45deg);
    transform: translate(110%, 0) skew(45deg);
  }
}

@keyframes outHover {
  from {
    -moz-transform: translate(0, 0) skew(45deg);
    -ms-transform: translate(0, 0) skew(45deg);
    -webkit-transform: translate(0, 0) skew(45deg);
    transform: translate(0, 0) skew(45deg);
  }
  to {
    -moz-transform: translate(110%, 0) skew(45deg);
    -ms-transform: translate(110%, 0) skew(45deg);
    -webkit-transform: translate(110%, 0) skew(45deg);
    transform: translate(110%, 0) skew(45deg);
  }
}

/*------------- #btn-glass --------------*/
.btn--glass {
  position: relative;
  display: inline-block;
  color: #e4e4e4;
  line-height: 1.2;
  font-size: 13px;
  text-transform: uppercase;
  user-select: none;
  padding: 15px 40px;
  outline: none;
  border-radius: 3px / 100%;
  background-image: linear-gradient(
      45deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0) 70%
    ),
    linear-gradient(
      to right,
      white,
      rgba(255, 255, 255, 0) 20%,
      rgba(255, 255, 255, 0) 90%,
      rgba(255, 255, 255, 0.3)
    ),
    linear-gradient(
      to right,
      #7d7d7d,
      rgba(255, 255, 255, 0.9) 45%,
      rgba(125, 125, 125, 0.5)
    ),
    linear-gradient(
      to right,
      #7d7d7d,
      rgba(255, 255, 255, 0.9) 45%,
      rgba(125, 125, 125, 0.5)
    ),
    linear-gradient(
      to right,
      #dfbeaa,
      rgba(255, 255, 255, 0.9) 45%,
      rgba(223, 190, 170, 0.5)
    ),
    linear-gradient(
      to right,
      #dfbeaa,
      rgba(255, 255, 255, 0.9) 45%,
      rgba(223, 190, 170, 0.5)
    );
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  box-shadow: rgba(0, 0, 0, 0.5) 3px 10px 10px -10px;
  transition: all 0.2s linear;
}

.btn--glass:hover {
  transition: 0.2s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
}

.btn--glass:active {
  top: 1px;
}

/*------------- #btn-transparent --------------*/
.button.transparent {
  font-size: 12px;
  text-transform: uppercase;
  padding: 18px 40px;
  border: 2px solid #fff;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: transparent;
  transition: all 0.2s linear;
}
.button.transparent:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ec6e00;
  z-index: -1;
  -moz-transform: rotate(45deg) scaleY(0);
  -ms-transform: rotate(45deg) scaleY(0);
  -webkit-transform: rotate(45deg) scaleY(0);
  transform: rotate(45deg) scaleY(0);
  -moz-transition: -moz-transform 0.2s linear 0s;
  -o-transition: -o-transform 0.2s linear 0s;
  -webkit-transition: -webkit-transform 0.2s linear;
  -webkit-transition-delay: 0s;
  transition: transform 0.2s linear 0s;
}
.button.transparent:hover {
  border-color: #ec6e00;
}
.button.transparent:hover:before {
  -moz-transform: rotate(45deg) scaleY(5);
  -ms-transform: rotate(45deg) scaleY(5);
  -webkit-transform: rotate(45deg) scaleY(5);
  transform: rotate(45deg) scaleY(5);
}

.button {
  display: inline-block;
  line-height: 1;
}

/*------------- #Button back-to-top --------------*/
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ec6e00;
  color: #ec6e00;
  z-index: 999;
  transition: all 0.3s ease;
}
.back-to-top.hidden {
  opacity: 0;
}
.back-to-top:hover {
  color: #222;
  background-color: #ec6e00;
  border-color: #ec6e00;
}

.btn-more-read {
  border-color: transparent;
}
.btn-more-read:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 65%;
  height: 1px;
  background-color: #222;
  transition: all 0.3s ease;
}
.btn-more-read i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  margin-right: 0;
}
.btn-more-read:hover {
  border: 2px solid #222;
  background-color: transparent;
  color: #222;
}
.btn-more-read:hover:after {
  opacity: 0;
}

/*------------- #HEADING --------------*/
.screens-block {
  position: relative;
}
@media (max-width: 800px) {
  .screens-block {
    padding-top: 85px;
  }
}
@media (max-width: 600px) {
  .screens-block {
    padding-top: 150px;
  }
}

.scroll {
  position: absolute;
  bottom: 0;
  max-width: 100%;
}
.scroll.scroll-big {
  left: 50%;
  opacity: 0;
  transform: scale(0.2);
  margin-left: -274px;
}
.scroll.scroll-medium {
  right: 0;
  opacity: 0;
}
.scroll.scroll-small {
  left: 0;
  opacity: 0;
}

/*------------- #INFO-BOX --------------*/
.info-box {
  position: relative;
}
@media (max-width: 768px) {
  .info-box {
    margin-bottom: 30px;
  }
}
.info-box .info-box-number {
  float: left;
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 140px;
  line-height: 1.4;
  font-weight: 700;
  color: #f5f5f5;
  left: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .info-box .info-box-number {
    font-size: 80px;
  }
}
@media (max-width: 800px) {
  .info-box .info-box-number {
    left: 0;
  }
}
.info-box .info-box-content {
  position: relative;
  overflow: hidden;
  padding: 65px 40px 0 0;
}
@media (max-width: 1280px) {
  .info-box .info-box-content {
    padding: 50px 20px 0 0;
  }
}
@media (max-width: 800px) {
  .info-box .info-box-content {
    clear: both;
    padding: 0;
  }
}
.info-box .info-box-content .title {
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 1.3;
  transition: color 0.4s ease;
}
@media (max-width: 800px) {
  .info-box .info-box-content .title {
    margin-bottom: 20px;
  }
}
.info-box .info-box-content .read-more {
  padding: 0;
  text-transform: none;
  font-size: 14px;
  transition: all 0.3s ease;
}
.info-box .info-box-content .read-more:hover {
  color: #ec6e00;
}
.info-box .info-box-content .text {
  line-height: 2;
  font-weight: 400;
}
.info-box.number-left .info-box-number {
  left: 0;
  margin-right: 20px;
  color: #ec6e00;
  font-size: 60px;
  line-height: 1;
  transition: all 0.3s ease;
}
.info-box.number-left .info-box-content {
  position: relative;
  overflow: visible;
  padding: 30px 0 0;
  clear: both;
}

.info-box__main {
  padding: 105px 60px 70px;
  background: #fff;
  text-align: center;
  position: relative;
  margin-top: -90px;
  transition: all 0.3s linear;
}
@media (max-width: 1280px) {
  .info-box__main {
    padding: 50px 30px 40px;
  }
}
@media (max-width: 1024px) {
  .info-box__main {
    margin: 30px;
  }
}
.info-box__main .border {
  opacity: 1;
}
.info-box__main .heading .heading-line {
  margin-bottom: 34px;
}
.info-box__main .heading .heading-text {
  line-height: 2.3;
  margin-bottom: 39px;
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
}
.info-box__main .heading .heading-title {
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .info-box__main .heading .heading-title {
    font-size: 22px;
  }
}
.info-box__main .btn {
  padding: 20px 35px;
}
@media (max-width: 1024px) {
  .info-box__main .btn {
    padding: 20px;
  }
}

.flex-block {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .flex-block {
    display: block;
  }
}

.border {
  border: 10px solid #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s linear;
}

/*------------- #INFO-BOX-MODERN --------------*/
.info-box-modern {
  position: relative;
}
@media (max-width: 800px) {
  .info-box-modern {
    margin-bottom: 30px;
  }
}
.info-box-modern:hover .border {
  opacity: 0.3;
}
.info-box-modern:hover .info-box-content {
  background-color: #222;
}
.info-box-modern:hover .info-box-content .title {
  color: #fff;
}
.info-box-modern:hover .hover-post:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
}
.info-box-modern .info-box__thumb {
  position: relative;
}
.info-box-modern .info-box-content {
  position: relative;
  background: #fff;
  padding: 35px 30px;
  width: 95%;
  margin: -40px auto 0;
  transition: background 0.4s ease;
}
.info-box-modern .info-box-content .title {
  margin-bottom: 25px;
  letter-spacing: 0.025em;
}

.hover-post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  overflow: hidden;
}
.hover-post:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
}

/*------------- #INFO-BOX-BIG --------------*/
.info-box-big {
  background: #f5f5f5;
  transition: background 0.3s linear;
  padding: 49px 45px;
}
@media (max-width: 1024px) {
  .info-box-big {
    padding: 20px;
  }
}
.info-box-big .info-box-content {
  padding: 0;
  text-align: center;
}
.info-box-big .info-box-content .title {
  margin-bottom: 20px;
}
.info-box-big:hover {
  background: #222;
}
.info-box-big:hover .title {
  color: #fff;
}
.info-box-big:hover .icon-wrap {
  background-color: #3b3b3b;
  color: #ec6e00;
}
.info-box-big.style-2 {
  background: #fff;
}
.info-box-big.style-2 .icon-wrap {
  background: #f5f5f5;
  color: #222;
}
.info-box-big.style-2:hover {
  background: #fff;
}
.info-box-big.style-2:hover .title {
  color: #222;
}
.info-box-big.style-2:hover .icon-wrap {
  background-color: #222;
  color: #fff;
}

.icon-wrap {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  margin: 0 auto 50px;
  background: #fff;
  text-align: center;
  color: #333;
  border-radius: 50%;
  transition: all 0.4s ease;
}

/*------------- #INFO-BOX-BIG & WITH-THUMB --------------*/
.info-box-big.with-thumb {
  padding: 0;
}
.info-box-big.with-thumb img {
  -webkit-filter: saturate(30%);
  filter: saturate(30%);
  transition-property: filter;
  transition-duration: 0.6s;
  transition-timing-function: linear, linear;
  position: absolute;
  min-height: 100%;
  max-width: none;
  transform: translate(-50%, 0);
  left: 50%;
}
.info-box-big.with-thumb .info-box__thumb {
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
  position: relative;
}
.info-box-big.with-thumb .hover-post:before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -110%, 0);
}
.info-box-big.with-thumb:hover .hover-post:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 110%, 0);
}
.info-box-big.with-thumb:hover img {
  -webkit-filter: saturate(120%);
  filter: saturate(120%);
}

/*------------- #INFO-BOX-CLASSIC --------------*/
.info-box-classic {
  position: relative;
}
@media (max-width: 1024px) {
  .info-box-classic {
    margin-bottom: 30px;
  }
}
.info-box-classic .info-box__thumb {
  transition: all 0.3s ease;
}
.info-box-classic .info-box__thumb img {
  min-width: 100%;
}
.info-box-classic .info-box__content {
  position: absolute;
  padding: 0 35px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  transition: all 0.2s linear;
}
.info-box-classic .btn--outline {
  border-color: #fff;
}
.info-box-classic .overlay {
  background: rgba(0, 0, 0, 0.3);
}
.info-box-classic .heading .heading-text {
  opacity: 0;
  transition: all 0.2s linear;
}
.info-box-classic .heading .heading-title {
  color: #fff;
  margin-bottom: -80px;
  transition: all 0.2s linear;
}
@media (max-width: 1024px) {
  .info-box-classic .heading .heading-title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .info-box-classic .heading .heading-title {
    margin-bottom: -40px;
  }
}
@media (max-width: 360px) {
  .info-box-classic .heading .heading-title {
    margin-bottom: -80px;
  }
}
.info-box-classic:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.info-box-classic:hover .heading .heading-text {
  opacity: 1;
}
.info-box-classic:hover .heading .heading-title {
  color: #fff;
  margin-bottom: 30px;
}
.info-box-classic:hover .heading .btn {
  transition: all 0.2s linear;
}
.info-box-classic:hover .btn--outline {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .info-box-classic.style-2 {
    margin-bottom: 30px;
  }
}
.info-box-classic.style-2 .overlay {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.info-box-classic.style-2 .info-box__content {
  padding: 0 15px;
}
.info-box-classic.style-2 .info-box__content .heading .heading-text {
  opacity: 0;
  display: none;
}
.info-box-classic.style-2 .info-box__content .heading .heading-title {
  margin-bottom: 0;
}
.info-box-classic.style-2 .info-box__content .heading .read-more {
  display: none;
  opacity: 1;
  color: #fff;
  font-size: 14px;
}
.info-box-classic.style-2 .info-box__content .heading .read-more img {
  margin-left: 15px;
}
.info-box-classic.style-2:hover .info-box__thumb {
  transform: scale(1.1);
}
.info-box-classic.style-2:hover .info-box__thumb .overlay {
  background-color: #ec6e00;
}
.info-box-classic.style-2:hover .info-box__content .heading .heading-text {
  opacity: 1;
  display: block;
  color: #f5f5f5;
}
.info-box-classic.style-2:hover .info-box__content .heading .heading-title {
  margin-bottom: 30px;
}
.info-box-classic.style-2:hover .info-box__content .heading .read-more {
  display: block;
  opacity: 1;
}

/*------------- #INFO-BOX--bg-image --------------*/
.info-box--bg-image {
  position: relative;
  transition: all 0.3s linear;
  height: 100%;
}
.info-box--bg-image:hover .info-box-thumb {
  opacity: 1;
}
.info-box--bg-image:hover .title {
  color: #fff;
}
.info-box--bg-image:hover .text {
  color: #ccc;
}
.info-box--bg-image .info-box-thumb {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.3s ease;
}
.info-box--bg-image .info-box-content {
  position: relative;
  z-index: 2;
  padding: 30px;
}
.info-box--bg-image .info-box-content .title {
  margin-bottom: 25px;
  transition: all 0.3s linear;
}
.info-box--bg-image .info-box-content .text {
  transition: all 0.3s linear;
  transform: translate3d(0, 0, 0);
}
.info-box--bg-image .icon-wrap {
  margin: 0 30px 0 0;
  float: left;
  background-color: #ec6e00;
  border-radius: 50%;
  color: #fff;
}
@media (max-width: 1280px) {
  .info-box--bg-image .icon-wrap {
    float: none;
  }
}
.info-box--bg-image .content-wrap {
  overflow: hidden;
  padding-top: 25px;
}
.info-box--bg-image.style-2 {
  background-color: #fff;
  text-align: center;
  transform-style: preserve-3d;
}
.info-box--bg-image.style-2 .info-box-content {
  padding: 35px;
}
.info-box--bg-image.style-2 .info-box-content .icon-wrap {
  float: none;
  background-color: #222;
  color: #ec6e00;
  margin: 0 auto;
}
.info-box--bg-image.style-2 .info-box-content .title {
  margin-bottom: 40px;
}
.info-box--bg-image.style-2 .info-box-content .content-wrap {
  padding-top: 50px;
}
.info-box--bg-image.style-2:hover .icon-wrap {
  background-color: #ec6e00;
  color: #222;
}

/*------------- #INFO-BOX--Standard --------------*/
.info-box--standard {
  padding: 30px;
}
@media (max-width: 1024px) {
  .info-box--standard {
    padding: 10px;
  }
}
.info-box--standard .icon-wrap {
  background-color: #222;
}
.info-box--standard .icon-wrap i {
  color: #ec6e00;
}
.info-box--standard .icon-wrap.f-right {
  margin-left: 50px;
}
@media (max-width: 1024px) {
  .info-box--standard .icon-wrap.f-right {
    margin-left: 20px;
  }
}
@media (max-width: 460px) {
  .info-box--standard .icon-wrap.f-right {
    margin-left: 0;
    float: none;
  }
}
.info-box--standard .icon-wrap.f-left {
  margin-right: 50px;
}
@media (max-width: 1024px) {
  .info-box--standard .icon-wrap.f-left {
    margin-right: 20px;
  }
}
@media (max-width: 460px) {
  .info-box--standard .icon-wrap.f-left {
    margin: 0 0 50px;
    float: none;
  }
}
@media (max-width: 460px) {
  .info-box--standard.align-right {
    text-align: left;
  }
}
.info-box--standard .info-box__content {
  overflow: hidden;
}
.info-box--standard .title {
  margin-bottom: 20px;
}
.info-box--standard.margin-r45 {
  margin-right: 45px;
}
.info-box--standard.margin-l45 {
  margin-left: 45px;
}
@media (max-width: 460px) {
  .info-box--standard.margin-l45 {
    margin-left: 0;
  }
}
.info-box--standard.style-2 {
  padding: 0;
}
@media (max-width: 768px) {
  .info-box--standard.style-2 {
    margin-bottom: 30px;
  }
}
.info-box--standard.style-2 .info-box__content {
  overflow: hidden;
}
.info-box--standard.style-2 .icon-wrap {
  background-color: #ec6e00;
}
@media (max-width: 1024px) {
  .info-box--standard.style-2 .icon-wrap {
    float: none;
    margin: 0 30px 20px 0;
  }
}
.info-box--standard.style-2 .icon-wrap i {
  color: #fff;
}
.info-box--standard.style-2 .icon-wrap.f-left {
  margin-right: 30px;
}
.info-box--standard.style-3 {
  padding: 0;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .info-box--standard.style-3 {
    margin-bottom: 30px;
  }
}
.info-box--standard.style-3 .text {
  clear: both;
}
.info-box--standard.style-3 .info-box__content .title {
  color: #fff;
}
.info-box--standard.style-3 .icon-wrap {
  margin: 0 45px 25px 0;
  background-color: transparent;
  border-radius: 0;
  width: auto;
  height: auto;
  line-height: 30px;
  text-align: left;
}
.info-box--standard.style-3 .icon-wrap i {
  color: #ec6e00;
}
.info-box--standard.style-3 .icon-wrap.f-left {
  margin-right: 30px;
}
.info-box--standard.style-3.icon-top .icon-wrap {
  text-align: left;
  margin: 0 0 25px 0;
}
.info-box--standard.style-3.icon-top .info-box__content .title {
  color: #222;
  font-size: 30px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .info-box--standard.style-3.icon-top .info-box__content .title {
    font-size: 22px;
  }
}
.info-box--standard.style-3.icon-top.content-align-right {
  direction: rtl;
}
.info-box--standard.style-3.icon-top.content-align-right .icon-wrap {
  text-align: right;
}

/*------------- #INFO-BOX--Number-style2 --------------*/
.info-box-number-style2 {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .info-box-number-style2 {
    margin-bottom: 30px;
  }
}
.info-box-number-style2 .content {
  padding: 50px 80px 10px 50px;
  position: relative;
}
@media (max-width: 1024px) {
  .info-box-number-style2 .content {
    padding: 30px 30px 10px 30px;
  }
}
.info-box-number-style2 .content .title {
  color: #fff;
  margin-bottom: 30px;
  z-index: 5;
  position: relative;
}
@media (max-width: 1024px) {
  .info-box-number-style2 .content .title {
    font-size: 22px;
  }
}
.info-box-number-style2 .content .text {
  color: #fff;
  z-index: 5;
  position: relative;
}
.info-box-number-style2 .read-more-block {
  position: relative;
  padding: 40px 50px;
  transition: all 0.3s ease;
}
.info-box-number-style2 .read-more-block .read-more {
  display: block;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease;
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  left: 50px;
}
@media (max-width: 1024px) {
  .info-box-number-style2 .read-more-block .read-more {
    left: 30px;
  }
}
.info-box-number-style2 .read-more-block .read-more img {
  opacity: 0;
  margin-left: 15px;
}
.info-box-number-style2 .number {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  margin-right: -5px;
}
.info-box-number-style2.even .content {
  background-color: #ec6e00;
}
.info-box-number-style2.even .number {
  color: #b79f4e;
}
.info-box-number-style2.even .read-more-block {
  background-color: #ec6e00;
}
.info-box-number-style2.odd .content {
  background-color: #b79f4e;
}
.info-box-number-style2.odd .number {
  color: #ec6e00;
}
.info-box-number-style2.odd .read-more-block {
  background-color: #b79f4e;
}
.info-box-number-style2:hover .read-more-block {
  background-color: transparent;
}
.info-box-number-style2:hover .read-more-block .read-more {
  color: #ec6e00;
  left: auto;
  right: 50px;
}
.info-box-number-style2:hover .read-more-block .read-more img {
  opacity: 1;
}

/*------------- #GO-BLOCK --------------*/
.go-block {
  position: relative;
  text-align: center;
  min-height: 635px;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .go-block {
    background-attachment: scroll;
  }
}
@media (max-width: 768px) {
  .go-block {
    min-height: 400px;
  }
}
@media (max-width: 640px) {
  .go-block {
    min-height: 250px;
  }
}

.go-block-content {
  opacity: 0;
  transform: scale(0.2);
  z-index: 2;
  padding: 0 15px;
}
.go-block-content .text {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -0.025em;
}
@media (max-width: 980px) {
  .go-block-content .text {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .go-block-content .text {
    font-size: 50px;
  }
}
@media (max-width: 570px) {
  .go-block-content .text {
    font-size: 30px;
  }
}
.go-block-content .text.t-transform-none {
  text-transform: none;
}
.go-block-content .text span {
  position: relative;
  display: inline-block;
}
.go-block-content .btn {
  margin-top: 50px;
}
.go-block-content .btn--modern {
  border: 2px solid #fff;
}
.go-block-content .btn--modern:hover {
  border-color: #ec6e00;
}
.go-block-content.title-border .text {
  font-size: 60px;
  position: relative;
  line-height: 1.3;
  text-transform: none;
}
@media (max-width: 640px) {
  .go-block-content.title-border .text {
    font-size: 40px;
  }
}
.go-block-content.title-border .text:after {
  content: "";
  display: block;
  width: 85%;
  height: 180%;
  border: 8px solid #ec6e00;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 640px) {
  .go-block-content.title-border .text:after {
    display: none;
  }
}

.go-block1 {
  background-image: url("../img/banner.jpg");
}

.go-block2 {
  background-image: url("../img/banner1.jpg");
}

.go-block3 {
  background-image: url("../img/banner2.jpg");
}

.go-block4 {
  background-image: url("../img/banner3.jpg");
}

.go-block5 {
  background-image: url("../img/banner4.jpg");
}

.go-block6 {
  background-image: url("../img/banner5.jpg");
}

.go-block7 {
  background-image: url("../img/banner6.jpg");
}

.go-block8 {
  background-image: url("../img/banner7.jpg");
}

.go-block9 {
  background-image: url("../img/banner8.jpg");
}

.go-block10 {
  background-image: url("../img/banner9.jpg");
}

.go-block11 {
  background-image: url("../img/banner10.jpg");
}

.go-block12 {
  background-image: url("../img/banner11.jpg");
}

.go-block13 {
  background-image: url("../img/banner12.jpg");
}

.go-block14 {
  background-image: url("../img/banner13.jpg");
}

.go-block15 {
  background-image: url("../img/banner14.jpg");
}

.go-block16 {
  background-image: url("../img/banner15.jpg");
}

.go-block17 {
  background-image: url("../img/banner16.jpg");
}

/*------------- #COUNTERS --------------*/
.counter-item {
  text-align: center;
  color: #222;
  /* float: left; */
  position: relative;
  z-index: 1;
}
.counter-item .counter-numbers {
  color: inherit;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.counter-item .counter-numbers.c-primary {
  color: #ec6e00;
}
.counter-item .counter-title {
  color: #999;
  display: block;
  position: relative;
  font-size: 14px;
}
.counter-item .counter-title:after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -35px;
}

.counters {
  position: relative;
  overflow: hidden;
}
.counters.col-4 .counter-item {
  width: 25%;
}
@media (max-width: 640px) {
  .counters.col-4 .counter-item {
    width: 50%;
    margin-bottom: 25px;
  }
}
.counters.col-5 .counter-item {
  width: 20%;
}
@media (max-width: 640px) {
  .counters.col-5 .counter-item {
    width: 50%;
    margin-bottom: 25px;
  }
}
.counters.col-3 .counter-item {
  width: 33.33%;
}
@media (max-width: 640px) {
  .counters.col-3 .counter-item {
    width: 100%;
    margin-bottom: 25px;
  }
}
.counters.bg-dark .counter-item,
.counters.bg-dark-light .counter-item {
  color: #fff;
}
@media (max-width: 640px) {
  .counters.bg-dark .counter-item,
  .counters.bg-dark-light .counter-item {
    /* width: 50%;  index'te Counter'ı bozuyor... */
    margin-bottom: 25px;
  }
}
.counters.bg-dark .counter-item .counter-title:after,
.counters.bg-dark-light .counter-item .counter-title:after {
  background-color: #ec6e00;
}
.counters.with-icon .counter-item {
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
@media (max-width: 640px) {
  .counters.with-icon .counter-item {
    width: 50%;
    margin-bottom: 25px;
  }
}
.counters.with-icon .counter-item .counter-title::after {
  display: none;
}
.counters.with-icon .counter-item .counter-icon {
  position: relative;
  color: #ec6e00;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 30px;
}
.counters.with-icon .counter-item .counter-icon:after,
.counters.with-icon .counter-item .counter-icon:before {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background-color: #444;
  position: absolute;
  top: 50%;
}
.counters.with-icon .counter-item .counter-icon:after {
  left: 25px;
}
.counters.with-icon .counter-item .counter-icon:before {
  right: 25px;
}
.counters.with-icon .counter-numbers {
  margin-bottom: 0;
}
.counters.icon-right {
  padding: 0 15px;
}
.counters.icon-right .counter-item {
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
@media (max-width: 640px) {
  .counters.icon-right .counter-item {
    width: 50%;
    margin-bottom: 25px;
  }
}
.counters.icon-right .counter-item .right-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #f5f5f5;
  font-size: 65px;
}
@media (max-width: 1024px) {
  .counters.icon-right .counter-item .right-icon {
    font-size: 35px;
  }
}
.counters.icon-right .counter-item:last-child .right-icon {
  display: none;
}
.counters.icon-right .counter-item .counter-title {
  text-transform: uppercase;
  color: #222;
}
.counters.icon-right .counter-item .counter-title:after {
  background-color: #ec6e00;
}
.counters.icon-right.bg-dark .counter-item .right-icon {
  color: #333;
}
.counters.icon-right.bg-dark .counter-item .counter-title {
  color: #fff;
}
.counters.style-2 .counter-item {
  text-align: left;
}
@media (max-width: 640px) {
  .counters.style-2 .counter-item {
    width: 50%;
    margin-bottom: 25px;
  }
}
.counters.style-2 .counter-item i {
  font-size: 65px;
  color: #fff;
  float: left;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .counters.style-2 .counter-item i {
    font-size: 35px;
    margin-right: 15px;
  }
}
.counters.style-2 .counter-item .counter-title {
  color: #ccc;
}
.counters.style-2 .counter-item .counter-title:after {
  display: none;
}
.counters.style-2 .counter-item .counter-numbers {
  padding-bottom: 0;
  margin-bottom: 5px;
  line-height: 1.1;
  color: #fff;
}
.counters.style-2.bg-light .counter-item i {
  color: #ec6e00;
}
.counters.style-2.bg-light .counter-item .counter-title {
  color: #666;
}
.counters.style-2.bg-light .counter-item .counter-numbers {
  color: #222;
}

/*------------- #TEAM-MEMBER --------------*/
.teammember-item {
  position: relative;
  float: left;
}
.teammember-item .socials {
  max-width: 100px;
  float: right;
  opacity: 0;
}
@media (max-width: 1280px) {
  .teammember-item .socials {
    max-width: none;
    float: left;
    clear: both;
  }
}
.teammember-item .socials .social__item {
  float: right;
}
@media (max-width: 1280px) {
  .teammember-item .socials .social__item {
    float: left;
  }
}
.teammember-item:hover .teammember-info {
  background: #222;
}
.teammember-item:hover .teammember-name {
  color: #fff;
}
.teammember-item:hover .teammember-prof {
  color: rgba(255, 255, 255, 0.3);
}
.teammember-item:hover .socials.socials--bg {
  opacity: 1;
}
.teammember-item:hover .socials.socials--bg .social__item {
  background-color: #333;
}
.teammember-item:hover .socials.socials--bg .social__item:hover {
  background-color: #222;
  border-color: #555;
  color: #999;
}
.teammember-item:hover .teammember__thumb img.hover {
  transform: scale(2);
  -webkit-transform: scale(2);
  opacity: 0;
}
.teammember-item .teammember__thumb {
  position: relative;
  overflow: hidden;
}
.teammember-item .teammember__thumb img {
  transition: all 1s ease-out;
}
.teammember-item .teammember__thumb img.main {
  opacity: 1;
  float: left;
}
.teammember-item .teammember__thumb img.hover {
  position: absolute;
  left: 0;
  top: 0;
}
.teammember-item.style-2 {
  text-align: center;
}
.teammember-item.style-2
  .teammember-info
  .teammember-info-wrap
  .teammember-prof {
  font-size: 12px;
  color: #ec6e00;
  margin-bottom: 20px;
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.teammember-item.style-2
  .teammember-info
  .teammember-info-wrap
  .teammember-name {
  font-size: 30px;
}
.teammember-item.style-2 .socials {
  float: none;
  max-width: 100%;
}
.teammember-item.style-2 .socials .social__item {
  float: none;
}
.teammember-item.style-2:hover .teammember-info {
  margin-top: -80px;
}
.teammember-item.style-2:hover .socials .social__item {
  background-color: #222;
}
.teammember-item.style-2:hover .socials .social__item:hover {
  background-color: #ec6e00;
  border-color: transparent;
  color: #222;
}
.teammember-item.style-3 .teammember__thumb .brush {
  position: absolute;
  bottom: -35px;
  left: 0;
  z-index: 1;
}
.teammember-item.style-3 .teammember__thumb .overlay {
  opacity: 0;
}
.teammember-item.style-3 .teammember-info {
  background: transparent;
  position: absolute;
  top: 65%;
  text-align: center;
  transition: all 0.3s ease;
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.teammember-item.style-3 .teammember-info .teammember-info-wrap {
  float: none;
  margin-bottom: 10px;
}
.teammember-item.style-3
  .teammember-info
  .teammember-info-wrap
  .teammember-prof {
  color: #fff;
  text-transform: uppercase;
}
.teammember-item.style-3
  .teammember-info
  .teammember-info-wrap
  .teammember-name {
  margin-bottom: 5px;
}
@media (max-width: 980px) {
  .teammember-item.style-3
    .teammember-info
    .teammember-info-wrap
    .teammember-name {
    font-size: 22px;
  }
}
.teammember-item.style-3
  .teammember-info
  .teammember-info-wrap
  .teammember-name.c-white {
  color: #fff;
}
.teammember-item.style-3 .teammember-info .socials {
  float: none;
  width: auto;
  max-width: 100%;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}
.teammember-item.style-3 .teammember-info .socials .social__item {
  float: none;
}
.teammember-item.style-3 .teammember-info .contact-info span {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  color: #fff;
  opacity: 0;
  text-transform: uppercase;
}
.teammember-item.style-3:hover .teammember__thumb .overlay {
  opacity: 1;
}
.teammember-item.style-3:hover .teammember-info {
  bottom: auto;
  top: 40%;
}
@media (max-width: 1024px) {
  .teammember-item.style-3:hover .teammember-info {
    top: 20%;
  }
}
.teammember-item.style-3:hover .teammember-info .socials {
  opacity: 1;
}
.teammember-item.style-3:hover .teammember-info .contact-info span {
  opacity: 1;
}
.teammember-item.style-4 {
  text-align: center;
}
@media (max-width: 768px) {
  .teammember-item.style-4 {
    margin-bottom: 30px;
  }
}
.teammember-item.style-4 .teammember__thumb .overlay {
  opacity: 0;
  background-color: rgba(245, 245, 245, 0.5);
}
.teammember-item.style-4 .teammember-info {
  background-color: #fff;
  width: 100%;
  margin: auto;
  padding: 40px 30px;
}
.teammember-item.style-4 .teammember-info .teammember-info-wrap {
  float: none;
}
.teammember-item.style-4
  .teammember-info
  .teammember-info-wrap
  .teammember-prof {
  font-size: 12px;
  color: #999;
  margin-bottom: 15px;
  font-family: sans-serif;
}
.teammember-item.style-4 .socials {
  float: none;
  width: auto;
  max-width: 100%;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}
.teammember-item.style-4 .socials .social__item {
  float: none;
  color: #222;
}
.teammember-item.style-4:hover .teammember__thumb .overlay {
  opacity: 1;
}
.teammember-item.style-4:hover
  .teammember-info
  .teammember-info-wrap
  .teammember-name {
  color: #222;
}
.teammember-item.style-4:hover .socials {
  opacity: 1;
}
.teammember-item.style-4:hover .socials .social__item:hover {
  color: #ec6e00;
}

.teammember-info {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 35px 30px;
  width: 95%;
  margin: -32px auto 0;
  transition: all 0.4s linear -0.1s;
}
.teammember-info .teammember-name {
  margin-bottom: 10px;
  line-height: 1.3;
  transition: all 0.1s ease-in;
  display: block;
}

.teammember-info-wrap {
  float: left;
}
@media (max-width: 1280px) {
  .teammember-info-wrap {
    margin-bottom: 20px;
  }
}

/*------------- #BLOCK-ACTION --------------*/
.block-action {
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 360px) {
  .block-action {
    display: block;
    text-align: center;
  }
}
@media (max-width: 360px) {
  .block-action .block-action__title {
    margin-bottom: 20px;
  }
}
.block-action.primary {
  padding: 30px 0;
}
.block-action.primary .block-action__title {
  color: #fff;
}
.block-action.primary .btn {
  border-color: #fff;
  color: #fff;
}
.block-action.primary .btn:hover {
  border-color: #222;
  color: #222;
  background-color: transparent;
}

/*------------- #LATEST-WORK --------------*/
.post-standard .post__thumb {
  position: relative;
}

.post-standard .hover-post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  overflow: hidden;
}
.post-standard .hover-post:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
}

.post-standard .post__content {
  position: relative;
  background: #fff;
  padding: 35px 30px;
  width: 95%;
  margin: -40px auto 0;
  transition: all 0.3s linear;
}
.post-standard .post__content .post__title {
  margin-bottom: 20px;
  color: #333;
  transition: all 0.3s linear;
  display: block;
}
.post-standard .post__content .post-additional-info .post__comments a {
  color: inherit;
  position: relative;
  display: inline-block;
  margin-left: 12px;
}
.post-standard .post__content .post-additional-info .post__comments a:hover {
  color: #fff;
}
.post-standard .post__content .post-additional-info .post__comments a:before {
  content: "/";
  display: block;
  position: absolute;
  left: -10px;
}

.post-standard:hover .post__content {
  background-color: #222;
}
.post-standard:hover .post__content .post__title {
  color: #fff;
}

.post-standard:hover .hover-post:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
}

.post-modern {
  position: relative;
}
.post-modern .post-modern__thumb {
  position: relative;
}
.post-modern .post-modern__thumb .overlay {
  background-color: rgba(51, 51, 51, 0.7);
  opacity: 0;
}
.post-modern .post__content {
  bottom: 40px;
  left: 50px;
  text-align: left;
  width: 80%;
  position: absolute;
}
@media (max-width: 1024px) {
  .post-modern .post__content {
    bottom: 20px;
    left: 20px;
  }
}
.post-modern .post__content .post__title {
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.1;
  transition: all 0.3s linear;
  display: block;
}
@media (max-width: 1280px) {
  .post-modern .post__content .post__title {
    font-size: 22px;
  }
}
@media (max-width: 800px) {
  .post-modern .post__content .post__title {
    font-size: 16px;
  }
}
.post-modern .post__content .post__text {
  color: #f5f5f5;
}
.post-modern
  .post__content
  .post__text
  .post-additional-info
  .post__comments
  a {
  color: inherit;
  position: relative;
  display: inline-block;
  margin-left: 12px;
}
.post-modern
  .post__content
  .post__text
  .post-additional-info
  .post__comments
  a:before {
  content: "/";
  display: block;
  position: absolute;
  left: -10px;
}
.post-modern:hover .post__content .post__title {
  color: #ec6e00;
}
.post-modern:hover .post-modern__thumb .overlay {
  opacity: 1;
}

.post {
  padding: 80px 0;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.post .post__content .post-thumb-title {
  position: relative;
}
.post .post__content .post-thumb-title .post-category {
  display: inline-block;
  color: #ccc;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.post .post__content .post-thumb-title .post-category:hover {
  color: #ec6e00;
}
.post .post__content .post-thumb-title .post-title {
  color: #222;
  font-size: 30px;
  margin-bottom: 25px;
}
.post .post__content .post-thumb-title .post-title:hover {
  color: #ec6e00;
}
.post .post__content .post-additional-info {
  margin-bottom: 20px;
}
.post .post__content .post-additional-info > span {
  display: inline-block;
  font-size: 13px;
  color: #999;
  font-weight: 400;
}
.post .post__content .post-additional-info > span a {
  color: inherit;
  font-weight: inherit;
  transition: all 0.3s ease;
}
.post .post__content .post-additional-info > span a:hover {
  color: #ec6e00;
}
.post .post__content .post__text {
  margin-bottom: 45px;
  font-weight: 400;
  color: #666;
}
.post.post-grid {
  background-color: #f5f5f5;
  padding: 30px 0;
  margin-bottom: 30px;
  border: none;
}
.post.post-grid .post__content {
  padding: 0 25px;
}
.post.post-grid .post__content .post-thumb-title .post-title {
  color: #222;
  font-size: 18px;
  font-weight: 400;
}
.post.post-grid .post__content .post-thumb-title .post-title:hover {
  color: #ec6e00;
}
.post.post-grid .post__content .post__text {
  margin-bottom: 0;
}
.post.has-post-thumbnail {
  padding-top: 0;
  position: relative;
}
.post.has-post-thumbnail .post-thumb {
  position: relative;
  margin-bottom: 30px;
}
.post.has-post-thumbnail .post-thumb img {
  width: 100%;
}
.post.has-post-thumbnail .post-thumb .post-thumb-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.post.has-post-thumbnail .post-thumb .post-thumb-title .post-category {
  display: inline-block;
  color: #ccc;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.post.has-post-thumbnail .post-thumb .post-thumb-title .post-category:hover {
  color: #ec6e00;
}
.post.has-post-thumbnail .post-thumb .post-title {
  color: #fff;
  font-size: 30px;
}
.post.has-post-thumbnail .post-thumb .post-title:hover {
  color: #ec6e00;
}
.post.has-post-thumbnail.post-grid {
  background-color: #f5f5f5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.post.has-post-thumbnail.post-grid .post-thumb .post-thumb-title .post-title {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.post.has-post-thumbnail.post-grid
  .post-thumb
  .post-thumb-title
  .post-title:hover {
  color: #ec6e00;
}
.post.has-post-thumbnail.post-grid .post__content {
  padding: 0 25px;
}
.post.has-post-thumbnail.post-grid .post__content .post__text {
  margin-bottom: 0;
}
.post.has-post-thumbnail.video .post__content .post-thumb-title {
  position: relative;
}
.post.has-post-thumbnail.video .post__content .post-title {
  color: #222;
}
.post.has-post-thumbnail.video .post__content .post-title:hover {
  color: #ec6e00;
}
.post.has-post-thumbnail.video.post-grid
  .post__content
  .post-thumb-title
  .post-title {
  color: #222;
  font-size: 18px;
  font-weight: 400;
}
.post.has-post-thumbnail.video.post-grid
  .post__content
  .post-thumb-title
  .post-title:hover {
  color: #ec6e00;
}
.post.has-post-thumbnail.quote {
  position: relative;
}
.post.has-post-thumbnail.quote .post-thumb {
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 40px;
}
@media (max-width: 768px) {
  .post.has-post-thumbnail.quote .post-thumb {
    padding: 30px;
  }
}
.post.has-post-thumbnail.quote .post__content {
  position: relative;
}
.post.has-post-thumbnail.quote .post__content .post-thumb-title {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: auto;
}
.post.has-post-thumbnail.quote .post__content .post-title {
  color: #fff;
}
.post.has-post-thumbnail.quote .post__content .post-title:hover {
  color: #ec6e00;
}
.post.has-post-thumbnail.quote .post-additional-info {
  margin-bottom: 50px;
}
.post.has-post-thumbnail.quote .post__quote {
  color: #fff;
  font-family: "Merriweather", Arial, "Helvetica Neue", Helvetica, serif;
  margin-bottom: 30px;
  font-weight: 400;
}
.post.has-post-thumbnail.quote .post__quote-author {
  color: #ccc;
  font-weight: 400;
}
.post.has-post-thumbnail.quote.post-grid {
  padding-bottom: 0;
}
.post.has-post-thumbnail.quote.post-grid .post-thumb {
  margin-bottom: 0;
}
.post.has-post-thumbnail.quote.post-grid .post__content {
  padding: 0;
}
.post.has-post-thumbnail.quote.post-grid .post__content .post-additional-info {
  margin-bottom: 20px;
}
.post.has-post-thumbnail.quote.post-grid
  .post__content
  .post-thumb-title
  .post-title {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.post.has-post-thumbnail.quote.post-grid
  .post__content
  .post-thumb-title
  .post-title:hover {
  color: #ec6e00;
}
.post.has-post-thumbnail.with-slider .btn-prev {
  left: 30px;
}
@media (max-width: 768px) {
  .post.has-post-thumbnail.with-slider .btn-prev {
    display: none;
  }
}
.post.has-post-thumbnail.with-slider .btn-next {
  right: 30px;
}
@media (max-width: 768px) {
  .post.has-post-thumbnail.with-slider .btn-next {
    display: none;
  }
}
.post.has-post-thumbnail.with-slider .swiper-pagination {
  bottom: 50px;
}
.post.has-post-thumbnail.with-slider.post-grid .post-thumb {
  margin-bottom: 30px;
}
.post.has-post-thumbnail.with-slider.post-grid .btn-prev {
  display: none;
}
.post.has-post-thumbnail.with-slider.post-grid .btn-next {
  display: none;
}
.post.has-post-thumbnail.with-slider.post-grid .swiper-pagination {
  bottom: 50px;
}
.post.has-post-thumbnail.with-slider .post-thumb {
  margin-bottom: 0;
}
.post.has-post-thumbnail.with-slider .swiper-nav-wrap {
  margin-bottom: 30px;
}

/*------------- #Post-standard-details --------------*/
.post-standard-details {
  text-align: left;
  margin-bottom: 50px;
}
.post-standard-details.post .post-thumb {
  text-align: center;
}
.post-standard-details.post .post-thumb .post-title {
  color: #fff;
  font-size: 30px;
}
@media (max-width: 768px) {
  .post-standard-details.post .post-thumb .post-title {
    font-size: 22px;
  }
}
.post-standard-details.post .post-thumb .post-title:hover {
  color: #fff;
}
.post-standard-details.post .post__content .post__text a {
  text-decoration: underline;
}
.post-standard-details.post .post-thumb-small-wrap {
  margin-bottom: 30px;
  overflow: hidden;
}
.post-standard-details.post .post-thumb-small-wrap .post-thumb-small {
  margin-bottom: 15px;
}
.post-standard-details.post .post-thumb-small-wrap .post-thumb-small img {
  margin-bottom: 5px;
}
.post-standard-details.post
  .post-thumb-small-wrap
  .post-thumb-small
  .post-thumb-small-description {
  font-size: 11px;
}

.details-share-tags {
  margin-bottom: 50px;
}
.details-share-tags .w-tags .widget__title {
  float: left;
  margin-right: 15px;
}
.details-share-tags .socials {
  text-align: right;
  color: #222;
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
@media (max-width: 570px) {
  .details-share-tags .socials {
    text-align: left;
  }
}
.details-share-tags .socials .social__item:first-child {
  margin-left: 15px;
}

/*------------- #BLOCK-QUOTE --------------*/
.block-quote {
  position: relative;
  padding: 30px 0;
  float: left;
  display: table;
}
.block-quote .block-quote__thumb {
  position: relative;
  width: 270px;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 570px) {
  .block-quote .block-quote__thumb {
    width: auto;
    display: block;
  }
}
.block-quote .block-quote__text {
  position: relative;
  font-size: 18px;
  color: #222;
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
  max-width: 60%;
  padding: 30px;
  margin-left: 270px;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 570px) {
  .block-quote .block-quote__text {
    max-width: none;
    margin-left: 0;
    display: block;
    padding: 15px;
    font-size: 16px;
  }
}
.block-quote .block-quote__text blockquote {
  position: relative;
  margin-bottom: 50px;
}
.block-quote .block-quote__text .block-quote__author {
  margin-top: 40px;
  font-style: normal;
  color: #999;
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*------------- #INFO-BOX --------------*/
.features {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
  display: table;
  padding-left: 310px;
}
@media (max-width: 1280px) {
  .features {
    padding-left: 50px;
  }
}
@media (max-width: 640px) {
  .features {
    padding-left: 0;
  }
}
.features .features-img__wrap {
  float: right;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .features .features-img__wrap {
    display: block;
    float: none;
  }
}
.features .features-img__wrap .features_img {
  position: relative;
}
.features .features-img__wrap .features_img:last-child {
  position: absolute;
  right: 0;
  bottom: -40px;
  transform: scale(0.2);
  opacity: 0;
}
.features .heading {
  width: 30%;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .features .heading {
    display: block;
    width: auto;
  }
}
.features .heading .heading-text {
  margin-bottom: 50px;
}
.features .btn--outline {
  border: none;
  background-color: #ec6e00;
  color: #fff;
}
.features .btn--outline:hover {
  background-color: #222;
}

/*------------- #TESTIMONIALS --------------*/
.testimonial-item {
  position: relative;
  text-align: center;
}
.testimonial-item .testimonial-item-thumb {
  position: relative;
  margin-bottom: 70px;
  padding: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial-item .testimonial-item-thumb .testimonial-author {
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -35px;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  overflow: hidden;
  z-index: 2;
}
.testimonial-item .testimonial-item-thumb .testimonial-author img {
  border-radius: 100%;
  overflow: hidden;
  width: 70px;
  height: 70px;
}
.testimonial-item .testimonial-item-thumb .tesimonial-content {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  font-family: "Merriweather", Arial, "Helvetica Neue", Helvetica, serif;
}
@media (max-width: 1280px) {
  .testimonial-item .testimonial-item-thumb .tesimonial-content {
    font-size: 15px;
  }
}
.testimonial-item .testimonial-item-thumb img {
  width: 100%;
}
.testimonial-item .author-name {
  color: #ec6e00;
}
.testimonial-item.style-2 .testimonial-item-thumb {
  padding: 50px 50px 85px;
  border: 1px solid #eee;
  margin-bottom: 70px;
  transition: all 0.3s ease;
}
@media (max-width: 980px) {
  .testimonial-item.style-2 .testimonial-item-thumb {
    padding: 10px 10px 40px;
  }
}
.testimonial-item.style-2 .testimonial-item-thumb .tesimonial-content {
  position: relative;
  color: #666;
  top: auto;
  left: auto;
  transform: none;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
}
@media (max-width: 1024px) {
  .testimonial-item.style-2 .testimonial-item-thumb .tesimonial-content {
    font-size: 16px;
  }
}
.testimonial-item.style-2 .testimonial-item-thumb .quote i {
  font-size: 22px;
  color: #222;
  margin-bottom: 40px;
}
.testimonial-item.style-2:hover .testimonial-item-thumb {
  background-color: #222;
}
.testimonial-item.style-2:hover .testimonial-item-thumb .thumb-img {
  opacity: 1;
}
.testimonial-item.style-2:hover .testimonial-item-thumb .tesimonial-content {
  color: #ccc;
}
.testimonial-item.style-2:hover .testimonial-item-thumb .quote i {
  color: #ec6e00;
}
.testimonial-item.style-2.bg-image .testimonial-item-thumb {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  margin-bottom: 0;
}
.testimonial-item.style-2.bg-image .tesimonial-content {
  position: relative;
  padding: 50px 20px 70px;
  z-index: 2;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.025em;
  margin-bottom: 0;
  background-color: #fff;
}
@media (max-width: 570px) {
  .testimonial-item.style-2.bg-image .tesimonial-content {
    font-size: 14px;
  }
}
.testimonial-item.style-2.bg-image .tesimonial-content .quote i {
  font-size: 22px;
  color: #222;
  margin-bottom: 40px;
}
.testimonial-item.style-2.bg-image .testimonial-author {
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -35px;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  overflow: hidden;
  z-index: 2;
}
.testimonial-item.style-2.bg-image .testimonial-author img {
  border-radius: 100%;
  overflow: hidden;
}
.testimonial-item.style-2.bg-image .author-name {
  margin-top: 50px;
  display: block;
}
.testimonial-item.style-2.bg-image:hover .testimonial-item-thumb {
  opacity: 1;
}
.testimonial-item.style-2.bg-image:hover .tesimonial-content {
  color: rgba(255, 255, 255, 0.7);
}
.testimonial-item.style-2.bg-image:hover .tesimonial-content .quote i {
  color: #ec6e00;
}

/*------------- #STUNNING-HEADER --------------*/
.stunning-header {
  padding: 240px 0 100px 0;
}
@media (max-width: 768px) {
  .stunning-header {
    padding: 100px 0 0;
  }
}
.stunning-header .stunning-header-content {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 5;
  padding: 0 15px;
}
.stunning-header .stunning-header-content .stunning-header-title {
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .stunning-header .stunning-header-content .stunning-header-title {
    font-size: 40px;
  }
}
.stunning-header .stunning-header-content .stunning-header-title.c-dark {
  color: #222;
}
.stunning-header .stunning-header-content .stunning-header-subtitle {
  color: #ccc;
  margin-bottom: 50px;
}
.stunning-header .stunning-header-content .breadcrumbs {
  padding: 130px 0 30px;
}
.stunning-header .stunning-header-content .breadcrumbs .breadcrumbs-item {
  display: inline-block;
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
  transition: all 0.3s ease;
}
.stunning-header .stunning-header-content .breadcrumbs .breadcrumbs-item:hover {
  opacity: 0.8;
}
.stunning-header .stunning-header-content .breadcrumbs .breadcrumbs-item a {
  color: #ec6e00;
  margin-right: 2px;
  font-size: 12px;
}
.stunning-header
  .stunning-header-content
  .breadcrumbs
  .breadcrumbs-item.active
  > span:first-child {
  color: #ccc;
  margin-right: 2px;
  font-size: 12px;
}
.stunning-header
  .stunning-header-content
  .breadcrumbs
  .breadcrumbs-item.active:hover {
  opacity: 1;
}
.stunning-header
  .stunning-header-content
  .breadcrumbs
  .breadcrumbs-item
  .right-arrow {
  margin-right: 2px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.stunning-header
  .stunning-header-content
  .breadcrumbs
  .breadcrumbs-item:last-child
  .right-arrow {
  display: none;
}
.stunning-header .stunning-header-content .breadcrumbs.border-top1 {
  border-top: 1px solid #eee;
}
.stunning-header .stunning-header-content .breadcrumbs.border-bottom1 {
  border-bottom: 1px solid #eee;
}
.stunning-header.page-404 {
  padding-top: 500px;
}
@media (max-width: 768px) {
  .stunning-header.page-404 {
    padding-top: 250px;
  }
}
@media (max-width: 768px) {
  .stunning-header.page-404 .stunning-header-title {
    font-size: 22px;
  }
}
.stunning-header.page-404 .btn {
  margin-bottom: 300px;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
@media (max-width: 768px) {
  .stunning-header.page-404 .btn {
    margin-bottom: 150px;
  }
}
.stunning-header.page-404 .btn:hover {
  background-color: #fff;
  color: #222;
}
.stunning-header.page-404 .breadcrumbs {
  padding: 0 0 30px;
}
.stunning-header.style-2 .stunning-header-content {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.stunning-header.style-2 .stunning-header-content .stunning-header-title {
  color: #222;
}
.stunning-header.style-2 .stunning-header-content .stunning-header-subtitle {
  color: #999;
}
.stunning-header.style-2 .stunning-header-content .breadcrumbs {
  padding: 30px 0;
  background-color: #fff;
  margin-top: 130px;
}
.stunning-header.style-2
  .stunning-header-content
  .breadcrumbs
  .breadcrumbs-item {
  display: inline-block;
}
.stunning-header.style-2
  .stunning-header-content
  .breadcrumbs
  .breadcrumbs-item
  .right-arrow {
  color: #ccc;
}
.stunning-header.style-2
  .stunning-header-content
  .breadcrumbs
  .breadcrumbs-item.active
  > span:first-child {
  color: #999;
  margin-right: 2px;
  font-size: 12px;
}
.stunning-header.style-2.content-small
  .stunning-header-content
  .stunning-header-title {
  color: #fff;
  font-size: 30px;
  margin-bottom: 160px;
}
.stunning-header.style-2.content-small .stunning-header-content .post-category {
  display: inline-block;
  color: #ccc;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.stunning-header.style-2.content-small
  .stunning-header-content
  .post-category:hover {
  color: #ec6e00;
}
.stunning-header.align-left .stunning-header-content {
  text-align: left;
}

/*------------- #CHHOSE-US --------------*/
.choose-us .choose-us-thumb {
  position: relative;
}
.choose-us .choose-us-thumb img {
  position: relative;
}
.choose-us .choose-us-thumb img.man {
  opacity: 0;
}
.choose-us .choose-us-thumb .brush {
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .choose-us .choose-us-thumb .brush {
    left: 50%;
  }
}

/*------------- #SERVICES --------------*/
.services {
  background: url("../img/bg-services.png") no-repeat left bottom;
  overflow: hidden;
}
.services .heading .heading-title {
  font-size: 30px;
}

/*------------- #CONTACTS --------------*/
.contacts {
  overflow: hidden;
  margin-bottom: 50px;
}
.contacts .contacts-item {
  align-items: center;
}
@media (max-width: 768px) {
  .contacts .contacts-item {
    margin-bottom: 30px;
  }
}
.contacts .contacts-item i {
  font-size: 32px;
  color: #ec6e00;
  float: left;
  margin-right: 50px;
}
.contacts .contacts-item .content {
  text-align: left;
  overflow: hidden;
}
.contacts .contacts-item .content .title {
  color: #222;
  margin-bottom: 20px;
}
.contacts .contacts-item .content p {
  margin-bottom: 0;
}
.contacts.style-2 {
  border: 10px solid #f5f5f5;
  padding: 50px;
  text-align: center;
}
.contacts.style-2 .contacts-item {
  margin-bottom: 45px;
}
.contacts.style-2 .contacts-item .content {
  text-align: center;
}

/*------------- #MOBILE-SLIDE-BLOCK --------------*/
.mobile-slide-block {
  background: url("../img/mobile-brush.png") 50% 50% no-repeat;
}
@media (max-width: 360px) {
  .mobile-slide-block {
    margin-bottom: 30px;
  }
}
.mobile-slide-block .mobile-slide-block-thumb {
  margin: 0 auto;
  max-width: 370px;
  position: relative;
}
.mobile-slide-block .mobile-slide-block-thumb .content {
  position: absolute;
  left: 26px;
  top: 93px;
  min-width: 318px;
  max-height: 564px;
}
@media (max-width: 360px) {
  .mobile-slide-block .mobile-slide-block-thumb .content {
    top: 76px;
    max-width: 239px;
    min-width: auto;
  }
}
@media (max-width: 320px) {
  .mobile-slide-block .mobile-slide-block-thumb .content {
    max-width: 199px;
  }
}

/*------------- #LIST --------------*/
.list {
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.list > li {
  margin-bottom: 18px;
  font-size: 14px;
  transition: all 0.3s ease;
}
@media (max-width: 640px) {
  .list > li {
    font-size: 14px;
  }
}
.list > li a {
  color: #ec6e00;
  display: block;
  overflow: hidden;
}
.list > li i {
  margin-right: 30px;
  margin-top: 2px;
  font-size: 13px;
  float: left;
  transition: all 0.3s ease;
  color: #ec6e00;
}

/*------------- #FEATURES-BLOCK --------------*/
.features-block .features-block-list {
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .features-block .features-block-list {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .features-block .features-block-list {
    margin-bottom: 30px;
  }
}
.features-block .features-block-list .features-block-title {
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .features-block .features-block-list .features-block-title {
    font-size: 22px;
  }
}

.features-block .features-block-thumb {
  position: relative;
}
@media (max-width: 768px) {
  .features-block .features-block-thumb {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
.features-block .features-block-thumb img {
  position: relative;
}
.features-block .features-block-thumb img:last-child {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.features-block .features-block-thumb img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
}
.features-block .features-block-thumb img.shadow-image {
  -webkit-box-shadow: -3px -4px 8px 0px rgba(50, 50, 50, 0.83);
  -moz-box-shadow: -3px -4px 8px 0px rgba(50, 50, 50, 0.83);
  box-shadow: -3px -4px 8px 0px rgba(50, 50, 50, 0.83);
}

/*------------- #GRID-PORTFOLIO --------------*/
#grid > li,
.sorting-container > li {
  padding: 15px;
}

#grid.col-2 > li,
.sorting-container.col-2 > li {
  width: 50%;
}
@media (max-width: 360px) {
  #grid.col-2 > li,
  .sorting-container.col-2 > li {
    width: 100%;
  }
}

#grid.col-3 > li,
.sorting-container.col-3 > li {
  width: 33.33%;
}
@media (max-width: 640px) {
  #grid.col-3 > li,
  .sorting-container.col-3 > li {
    width: 50%;
  }
}
@media (max-width: 360px) {
  #grid.col-3 > li,
  .sorting-container.col-3 > li {
    width: 100%;
  }
}
#grid.col-3 > li.latest-work__item--big,
.sorting-container.col-3 > li.latest-work__item--big {
  width: 66.66%;
}
@media (max-width: 640px) {
  #grid.col-3 > li.latest-work__item--big,
  .sorting-container.col-3 > li.latest-work__item--big {
    width: 100%;
  }
}

#grid.col-4 > li,
.sorting-container.col-4 > li {
  width: 25%;
}
@media (max-width: 640px) {
  #grid.col-4 > li,
  .sorting-container.col-4 > li {
    width: 50%;
  }
}
@media (max-width: 360px) {
  #grid.col-4 > li,
  .sorting-container.col-4 > li {
    width: 100%;
  }
}
#grid.col-4 > li.latest-work__item--big,
.sorting-container.col-4 > li.latest-work__item--big {
  width: 50%;
}
@media (max-width: 360px) {
  #grid.col-4 > li.latest-work__item--big,
  .sorting-container.col-4 > li.latest-work__item--big {
    width: 100%;
  }
}

#grid.not-space > li,
.sorting-container.not-space > li {
  padding: 0;
}

#grid.masonry > li,
.sorting-container.masonry > li {
  padding: 15px;
}

#grid.masonry.col-2 > li,
.sorting-container.masonry.col-2 > li {
  width: 50%;
}
@media (max-width: 360px) {
  #grid.masonry.col-2 > li,
  .sorting-container.masonry.col-2 > li {
    width: 100%;
  }
}

#grid.masonry.col-3 > li,
.sorting-container.masonry.col-3 > li {
  width: 33.33%;
}
@media (max-width: 640px) {
  #grid.masonry.col-3 > li,
  .sorting-container.masonry.col-3 > li {
    width: 50%;
  }
}
@media (max-width: 360px) {
  #grid.masonry.col-3 > li,
  .sorting-container.masonry.col-3 > li {
    width: 100%;
  }
}
#grid.masonry.col-3 > li.latest-work__item--big,
.sorting-container.masonry.col-3 > li.latest-work__item--big {
  width: 66.66%;
}
@media (max-width: 360px) {
  #grid.masonry.col-3 > li.latest-work__item--big,
  .sorting-container.masonry.col-3 > li.latest-work__item--big {
    width: 100%;
  }
}

#grid.masonry.col-4 > li,
.sorting-container.masonry.col-4 > li {
  width: 25%;
}
@media (max-width: 640px) {
  #grid.masonry.col-4 > li,
  .sorting-container.masonry.col-4 > li {
    width: 50%;
  }
}
@media (max-width: 360px) {
  #grid.masonry.col-4 > li,
  .sorting-container.masonry.col-4 > li {
    width: 100%;
  }
}
#grid.masonry.col-4 > li.latest-work__item--big,
.sorting-container.masonry.col-4 > li.latest-work__item--big {
  width: 50%;
}
@media (max-width: 360px) {
  #grid.masonry.col-4 > li.latest-work__item--big,
  .sorting-container.masonry.col-4 > li.latest-work__item--big {
    width: 100%;
  }
}

#grid.masonry.not-space > li,
.sorting-container.masonry.not-space > li {
  padding: 0;
}

/*------------- #VIDEO-BLOCK --------------*/
.video-block .video-block-thumb {
  position: relative;
}
.video-block .video-block-thumb .video-block-control {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.video-block .video-block-thumb .video-block-control .video-block-title {
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .video-block .video-block-thumb .video-block-control .video-block-title {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
@media (max-width: 570px) {
  .video-block .video-block-thumb .video-block-control .video-block-title {
    display: none;
  }
}
.video-block .video-block-thumb .video-block-control .video-play {
  margin-bottom: 40px;
  display: block;
}
@media (max-width: 768px) {
  .video-block .video-block-thumb .video-block-control .video-play {
    margin-bottom: 20px;
  }
}
@media (max-width: 570px) {
  .video-block .video-block-thumb .video-block-control .video-play {
    margin-bottom: 0;
  }
}
.video-block .video-block-thumb .video-block-control .video-block-subtitle {
  color: #ccc;
}
@media (max-width: 570px) {
  .video-block .video-block-thumb .video-block-control .video-block-subtitle {
    display: none;
  }
}

/*------------- #POPUP-CART --------------*/
.cart-popup-wrap {
  position: absolute;
  right: -50px;
  z-index: 1;
  width: 290px;
  overflow: hidden;
  border-top: 1px solid #666;
  background-color: #333;
  padding: 30px;
  top: -1000px;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 320px) {
  .cart-popup-wrap {
    right: -90px;
  }
}
.cart-popup-wrap .popup-cart .cart-product .cart-product__item {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.cart-popup-wrap .popup-cart .cart-product .cart-product__item .product-del {
  height: 20px;
  position: absolute;
  font-size: 20px;
  color: #999;
  z-index: 2;
  font-weight: 100;
  cursor: pointer;
  right: 0;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  text-align: center;
  transition: all 0.3s ease;
}
.cart-popup-wrap
  .popup-cart
  .cart-product
  .cart-product__item
  .product-del:hover {
  color: #ec6e00;
}
.cart-popup-wrap .popup-cart .cart-product .cart-product__item img {
  float: left;
  margin-right: 20px;
}
.cart-popup-wrap
  .popup-cart
  .cart-product
  .cart-product__item
  .cart-product-content {
  float: left;
  max-width: 60%;
}
.cart-popup-wrap
  .popup-cart
  .cart-product
  .cart-product__item
  .cart-product-content
  .cart-product-title {
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
}
.cart-popup-wrap
  .popup-cart
  .cart-product
  .cart-product__item
  .cart-product-content
  .price {
  font-size: 14px;
  color: #ec6e00;
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.cart-popup-wrap .cart-total {
  overflow: hidden;
}
.cart-popup-wrap .cart-total .cart-total-text {
  padding-bottom: 30px;
  overflow: hidden;
  border-bottom: 1px solid #666;
  margin-bottom: 30px;
}
.cart-popup-wrap .cart-total .cart-total-text .title {
  font-size: 14px;
  float: left;
  color: #999;
  font-weight: 400;
}
.cart-popup-wrap .cart-total .cart-total-text .total-price {
  font-size: 14px;
  float: right;
  color: #ec6e00;
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.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;
  width: 50%;
}
.cart-popup-wrap .cart-total .btn:hover {
  background-color: #fff;
  color: #222;
}
.cart-popup-wrap .cart-total .view-cart {
  float: left;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  padding: 12px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.cart-popup-wrap .cart-total .view-cart:hover {
  border-color: #fff;
  text-decoration: none;
}

/*------------- #MODULES --------------*/
/*------------- #HEADERS --------------*/
.header {
  padding: 10px 100px 0 100px;
  background: transparent;
  width: 100%;
  position: fixed;
  z-index: 20;
  transition: all 0.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 0.2s linear;
  position: relative;
}
@media (max-width: 800px) {
  .header .nav li {
    padding: 0 15px 40px;
  }
}
.header.headroom--not-top {
  padding-top: 20px;
  transition: all 0.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 0.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 0.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: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.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: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.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 {
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
}

.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 0.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 0.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: 99;
  transition: all 0.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 0.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 0.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: 99;
  transition: all 0.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 0.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 0.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 0.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 0.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 0.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: 0.7;
  transition: all 0.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: 0.5;
  transition: all 0.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 0.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: 0.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 0.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);
}
.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 0.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: 0.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 0.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 0.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 0.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 0.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 0.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 0.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 0.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 0.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;
  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 0.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 0.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 0.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 0.3s ease;
}
.gallery .gallery-item .gallery-item-content .gallery-item-title {
  transition: all 0.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 0.3s linear -0.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 0.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 0.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 0.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 0.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 0.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 0.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: 0.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 0.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 0.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 0.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 0.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 0.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 0.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 0.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 0.3s ease;
  z-index: -10;
}

body.overlay-enable:before {
  opacity: 0.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: 0.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 0.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 0.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 0.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 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 1s ease-out;
  transition: transform 0.5s ease-out, opacity 1s ease-out,
    -webkit-transform 0.5s ease-out;
  transition-delay: 0.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;
  }
}

/*------------- #WIDGETS --------------*/
/*------------- #W-About --------------*/
.w-about {
  float: left;
}
.w-about .w-about-text {
  font-weight: 400;
}

.w-about-photo .photo-wrap {
  float: left;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  max-width: 45%;
}
.w-about-photo .photo-wrap:hover .overlay {
  opacity: 0;
}

/*------------- #W-Subscribe --------------*/
.w-subscribe {
  float: left;
}
.w-subscribe .input {
  border: none;
  background-color: #333;
  padding: 10px;
  color: #999;
}
.w-subscribe .input-btn {
  width: 60px;
  height: 100%;
  background-color: #c8b163;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.3s linear;
}
.w-subscribe .input-btn i {
  color: #222;
  font-size: 20px;
  top: 50%;
  position: absolute;
  margin-top: -10px;
  left: 25px;
}
.w-subscribe .input-btn:hover {
  opacity: 1;
}
.w-subscribe .input-wrapper {
  position: relative;
}

/*------------- #W-Instagram --------------*/
.w-instagram {
  float: left;
}
.w-instagram .photo-item {
  float: left;
  padding: 0 10px 10px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.w-instagram .photo-item:hover .overlay {
  opacity: 0;
}
.w-instagram .photo-item-wrap {
  position: relative;
  float: left;
  width: 100%;
}

/*------------- #W-card --------------*/
.w-card {
  position: relative;
}

.w-card__info p {
  margin-bottom: 40px;
}

/*------------- #W-links --------------*/
.w-links {
  position: relative;
}

.w-links-lists li {
  margin: 10px 0;
  transition: all 0.3s linear;
  font-weight: 400;
}
.w-links-lists li a {
  color: #999;
}
.w-links-lists li:hover a {
  color: #fff;
}

/*------------- #W-flicker --------------*/
.w-flicker {
  position: relative;
  overflow: hidden;
}
.w-flicker .photo-item {
  float: left;
  margin-bottom: 7px;
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .w-flicker .photo-item {
    margin-right: 7px;
  }
}
.w-flicker .photo-item:hover .overlay {
  opacity: 0;
}
.w-flicker .photo-item-wrap {
  position: relative;
  float: left;
  width: auto;
  cursor: pointer;
}
.w-flicker .overlay {
  opacity: 0.3;
}
.w-flicker.col-4 .photo-item {
  width: 25%;
}
@media (max-width: 768px) {
  .w-flicker.col-4 .photo-item {
    width: auto;
  }
}

/*------------- #W-recent-post --------------*/
.w-recent__title {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.8;
  font-family: "Merriweather", Arial, "Helvetica Neue", Helvetica, serif;
  font-weight: 400;
  color: #999;
  display: block;
}
.w-recent__title:hover {
  color: #fff;
}

.w-recent-post .w-recent__item {
  margin-bottom: 30px;
}
.w-recent-post .w-recent__item:last-of-type {
  margin-bottom: 0;
}

.w-recent-post .post-additional-info {
  font-size: 12px;
  font-style: italic;
  color: #666;
}
.w-recent-post .post-additional-info .post__comments {
  color: inherit;
}
.w-recent-post .post-additional-info .post__comments:hover {
  color: #fff;
}

.widget {
  margin-bottom: 60px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .widget {
    margin-bottom: 30px;
  }
}
.widget .widget__title {
  margin-bottom: 15px;
}

/*------------- #W-filter --------------*/
.w-filter .price_slider_wrapper .ui-widget-content {
  background: #ccc;
  border-radius: 1em;
  height: 1px;
  position: relative;
  text-align: left;
  margin-bottom: 25px;
}
.w-filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
  background-color: #ec6e00;
  bottom: 0;
  height: 3px;
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
}
.w-filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  cursor: ew-resize;
  outline: 0;
  background: transparent;
  box-sizing: border-box;
  margin-top: -0.43em;
  opacity: 1;
  border-radius: 100%;
  border: 2px solid #ec6e00;
}
.w-filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-handle:last-child {
  margin-left: -1em;
}

.w-filter .price_slider_wrapper .price_slider_amount {
  text-align: left;
  font-size: 13px;
  color: #666;
  font-weight: 400;
}

/*------------- #w-category --------------*/
.w-category .categories .cat-item {
  margin-bottom: 15px;
}
.w-category .categories .cat-item a {
  font-size: 13px;
  color: #666;
  transition: all 0.3s ease;
  font-weight: 400;
}
.w-category .categories .cat-item a:before {
  content: "\f105";
  position: relative;
  margin-right: 15px;
  font-size: 13px;
  color: #666;
  font-family: FontAwesome;
  transition: all 0.3s ease;
}
.w-category .categories .cat-item:hover a {
  color: #ec6e00;
}
.w-category .categories .cat-item:hover a:before {
  color: #ec6e00;
  margin-left: 5px;
}

/*------------- #W-tags --------------*/
.w-tags {
  overflow: hidden;
}
.w-tags .tags-wrap li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}
.w-tags .tags-wrap li .w-tags-item {
  font-size: 11px;
  color: #666;
  transition: all 0.3s ease;
}
.w-tags .tags-wrap li:hover {
  background-color: #222;
  border-color: #222;
}
.w-tags .tags-wrap li:hover .w-tags-item {
  color: #ec6e00;
}

/*------------- #W-hot-product --------------*/
.w-hot-product .w-hot-product-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.w-hot-product .w-hot-product-item img {
  float: left;
  min-width: 77px;
}
@media (max-width: 800px) {
  .w-hot-product .w-hot-product-item img {
    min-width: auto;
  }
}
.w-hot-product .w-hot-product-item .hot-product-content {
  padding-left: 30px;
}
.w-hot-product
  .w-hot-product-item
  .hot-product-content
  .hot-product-description {
  color: #666;
  margin-bottom: 20px;
  display: block;
  transition: all 0.3s ease;
}
.w-hot-product
  .w-hot-product-item
  .hot-product-content
  .hot-product-description:hover {
  color: #ec6e00;
}
.w-hot-product .w-hot-product-item .hot-product-content .hot-product-price {
  font-size: 14px;
  color: #333;
  font-weight: 400;
}

/*------------- #W-banner --------------*/
.w-banner .title {
  font-size: 11px;
  color: #999;
  margin-bottom: 10px;
}

.w-banner .w-banner-thumb {
  position: relative;
  float: left;
}
.w-banner .w-banner-thumb .x {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.w-banner .w-banner-thumb .x span {
  display: block;
  height: 1px;
  background: #fff;
  margin: auto;
  width: 100%;
  transition: all 0.3s ease;
  left: 0;
  top: 50%;
  position: absolute;
}
.w-banner .w-banner-thumb .x span:first-of-type {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.w-banner .w-banner-thumb .x span:last-of-type {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.w-banner .w-banner-thumb .banner-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
  font-weight: 400;
}
@media (max-width: 800px) {
  .w-banner .w-banner-thumb .banner-title {
    left: 5px;
    font-size: 12px;
  }
}
.w-banner .w-banner-thumb .banner-size {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  font-weight: 400;
}
@media (max-width: 800px) {
  .w-banner .w-banner-thumb .banner-size {
    right: 5px;
    font-size: 12px;
  }
}

/*------------- #W-Search --------------*/
.contact-form .w-search {
  position: relative;
  margin-bottom: 0;
}
.contact-form .w-search .input-wrap input {
  text-transform: none;
  border: 1px solid #eee;
  margin-bottom: 0;
  background-color: #f5f5f5;
  transition: all 0.3s ease;
}
.contact-form .w-search .input-wrap input:focus {
  border-color: #ec6e00;
  color: #999;
}
.contact-form .w-search button {
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 13px;
  color: #a0a0a0;
  background: transparent;
  margin-top: 0;
  border: none;
}

/*------------- #W-popular-posts --------------*/
.w-popular-posts .w-popular-posts-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.w-popular-posts .w-popular-posts-item img {
  float: left;
  min-width: 88px;
}
.w-popular-posts .w-popular-posts-item .popular-posts-content {
  padding-left: 30px;
}
.w-popular-posts .w-popular-posts-item .popular-posts-content .post__date {
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 5px;
  font-style: normal;
  display: block;
}
.w-popular-posts
  .w-popular-posts-item
  .popular-posts-content
  .popular-posts-title {
  margin-bottom: 0;
}
.w-popular-posts
  .w-popular-posts-item
  .popular-posts-content
  .popular-posts-title
  a {
  color: #666;
  font-weight: 400;
  transition: all 0.3s ease;
  line-height: 1.5;
  display: block;
}
.w-popular-posts
  .w-popular-posts-item
  .popular-posts-content
  .popular-posts-title
  a:hover {
  color: #ec6e00;
}

/* Added By Furkan  */

.text-center {
  text-align: center !important;
}

.font-header {
  font-size: 16px !important;
}

@media (max-width: 1200px) {
  .font-header {
    font-size: 14px !important;
  }
}

@media (max-width: 600px) {
  .header-mobile {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}

.project-bg {
  padding: 240px 0 250px 0;
}
@media (max-width: 768px) {
  .project-bg {
    padding: 100px 0 0;
  }
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg2 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}
#myImg2:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1000px;
}

.modal-content2 {
  margin: auto;
  display: block;
  width: 30%;
  max-width: 1000px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
#caption2 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
.modal-content,
#caption2 {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  padding-top: 80px;
  position: absolute;
  top: 15px;
  right: 35px;
  color: #000000;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close2 {
  padding-top: 80px;
  position: absolute;
  top: 15px;
  right: 35px;
  color: #000000;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.close2:hover,
.close2:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

/* padding in red title on mobile*/
@media only screen and (max-width: 700px) {
  .custom-red-title {
    padding-left: 5px;
  }
}
