@charset "UTF-8";
/*-----------------------------------------------------------

  Template Name: Droow - Ajax Portfolio Showcase HTML Template
  Template URI: http://theme.dsngrid.com/droow
  Description: Droow Ajax Portfolio Showcase HTML Template
  Author: design_grid
  Author URI: https://themeforest.net/user/design_grid
  Version: 1.0.0

-------------------------------------------------------------*/
/*-----------------------------------------------------------

    1.  Variables
    2.  Mixins
      - Mixins Master
      - Utilities
    3.  Normalize
    4.  Helpers
    5. Typography
      - Copy
	  - Headings
	6. Core
    7. Navigation
      - Links
      - Menus
	  - Next & Previous
    8. Content
      - pages
      - Comments
      - Archives
      - Footer
    9.Forms
      - Button
      - Fields
    10.Blocks
    11.Media
      - captions
    12.Version Light

-------------------------------------------------------------*/
/* -------------------------------------------------------
                     mixins
-------------------------------------------------------- */
[data-overlay]:before, [data-dsn="rStories"].work-masonry .story-item:before {
  content: '';
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

[data-overlay="0"]:before {
  opacity: 0;
}

[data-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before {
  opacity: 1;
}

.cover-bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.v-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.v-middle-horizontal {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.v-middle-vertical {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.background-main {
  background-color: #000;
}

.v-light:not(.no-light) .background-main {
  background-color: #f9f9f9;
}



.v-light:not(.no-light) .background-section {
  background-color: #e6e6e6;
}

.background-theme {
  background-color: #a56433;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
}

.v-light:not(.no-light) .background-theme {
  background-color: #d90a2c;
}

.theme-color {
  color: #a56433;
}

.fb {
  color: #3b5999;
}

.tw {
  color: #55acee;
}

.linked {
  color: #0077b5;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align:top;

}

iframe {
  border: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background: inherit;
  border: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

button,
input,
select,
optgroup,
textarea {
  text-rendering: optimizeLegibility;
}



.v-light:not(.no-light) h1, .v-light:not(.no-light)
, .v-light:not(.no-light)
h3, .v-light:not(.no-light)
h4, .v-light:not(.no-light)
h5, .v-light:not(.no-light)
h6 {
  color: #000;
}

/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/
h1 {
  font-size: 55px;
}



h3 {
  font-size: 35px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 18px;
}

p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}

cite,
dfn,
em,
i {
  font-style: italic;
}

span, a {
  display: inline-block;
  color: inherit;
}

blockquote cite {
  font-style: normal;
  font-family: "Roboto";
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  overflow: auto;
}

code,
kbd,
tt,
var {
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: underline;
}

/* -------------------------------------------------------
                   Core
-------------------------------------------------------- */
html {
  font-size: 15px;
}

body {
  background-color: #000;
  line-height: 1.2;
  color: white;
  font-family: "Lato", Sans-serif;
  font-weight: 100;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
}

body.dsn-mobile {
  overflow-y: auto;
}

body.v-light:not(.no-light) {
  color: #0009;
  background-color: #f9f9f9;
}

.main-root {
  position: relative;
}

.btn-play-inner-small svg {
  width: 45px;
  height: 45px;
}

.btn-play-inner-small svg .stroke,
.btn-play-inner-small svg .circle {
  fill: none;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.btn-play-inner-small svg .stroke {
  stroke: rgba(255, 255, 255, 0.3);
}

.btn-play-inner-small svg .circle {
  stroke: #fff;
  stroke-dashoffset: 700;
  stroke-dasharray: 700;
  stroke-linecap: butt;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.btn-play-inner-small svg g {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.btn-play-inner-small:hover .circle {
  stroke-dashoffset: 0;
  stroke-dasharray: 700;
  -webkit-transition: all 2s cubic-bezier(0.46, 0.08, 0.12, 0.91);
  -o-transition: all 2s cubic-bezier(0.46, 0.08, 0.12, 0.91);
  transition: all 2s cubic-bezier(0.46, 0.08, 0.12, 0.91);
}

.section-padding {
  padding-top: 80px;
  padding-bottom: 120px;



}

@media only screen and (max-width: 991px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-margin {
  margin-top: 120px;
  margin-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .section-margin {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.mt-section {
  margin-top: 120px;
}

@media only screen and (max-width: 991px) {
  .mt-section {
    margin-top: 80px;
  }
}

.mb-section {
  margin-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .mb-section {
    margin-bottom: 80px;
  }
}

.pt-section {
  padding-top: 120px;
}

@media only screen and (max-width: 991px) {
  .pt-section {
    padding-top: 80px;
  }
}

.pb-section {
  padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .pb-section {
    padding-bottom: 80px;
  }
}

.section-title {
  position: relative;
  margin-bottom: 70px;
  padding-top: 30px;
}

@media only screen and (max-width: 991px) {
  .section-title {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 40px;
    padding-top: 10px;
  }
}

.section-title.section-title-color span {
  color: #fff;
}

.section-title span {
  position: absolute;
  width: 100px;
  top: 0;
  line-height: 0.8;
  font-size: 90px;
  font-weight: 100;
  color: #a56433;
  font-family: "Roboto";
}

.v-light:not(.no-light) .section-title span {
  color: #d90a2c;
}

@media only screen and (max-width: 767px) {
  .section-title span {
    width: 62px;
    font-size: 60px;
  }
}

.section-title {
  position: relative;
  background-color: #000;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
}

.v-light:not(.no-light) .section-title  {
  background-color: #f9f9f9;
}

@media only screen and (max-width: 767px) {
  .section-title  {
    font-size: 32px;
    letter-spacing: 0;
  }
}

.section-title.no-bg  {
  background-color: transparent;
}

.section-title p {
  margin-left: 100px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .section-title p {
    margin-left: 65px;
    letter-spacing: 0;
  }
}

.section-title.text-center {
  padding: 0;
}

.section-title.text-center span {
  display: none;
}

.section-title.text-center p {
  margin-left: 0;
}

.section-title-2 {
  position: relative;
  margin-bottom: 3rem;
  font-size: 45px;
}
.section-title-3 {
  margin-bottom: .5rem;
  font-size: 35px;
}

.quality-features .feature-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.quality-features  > .row:not(:last-child) {
    margin-bottom: 2rem;
}

.quality-features .feature-box > div {
    width: 68%;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .quality-features .feature-box > div {
        width: 100%;
    }

    .quality-features  .feature-box:not(:last-child) {
        margin-bottom: 2rem;
    }
}

.quality-features .feature-box .feature-img {
    margin-bottom: 20px;
}

.quality-features .feature-box .feature-content div {
    margin-bottom: 10px;
}

.quality-features .feature-box .feature-content div:nth-child(1) {
    font-size:20px;
    text-align: left;
    font-weight: bold;
}

.quality-features .feature-box .feature-content div:nth-child(2) {
    font-size:18px;
    text-align: left;
}

@media only screen and (max-width: 991px) {
  .section-title-2 {
    margin-bottom: 2.5rem;
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-2 {
    margin-bottom: 2rem;
    font-size: 35px;
  }
}

.section-title-2  {
  position: relative;
  font-weight: 50;


  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 767px) {
  .section-title-2 .main-title  {
    font-size: 32px;
    letter-spacing: 0;
  }
  .section-title-3 .main-title-2  {
    font-size: 25px;
    letter-spacing: 0;
  }
}

.section-title-2 p {
  position: relative;


}




.section-title-2 p::after {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}

.v-light:not(.no-light) .section-title-2 p::after {
  background-color: #000;
}

.section-title-2 p::before {
  width: 60px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #eeeeee), color-stop(35%, #bababa), color-stop(65%, #999), to(#212121));
  background: -webkit-linear-gradient(left, #eeeeee 0, #bababa 35%, #999 65%, #212121 100%);
  background: -o-linear-gradient(left, #eeeeee 0, #bababa 35%, #999 65%, #212121 100%);
  background: linear-gradient(to right, #eeeeee 0, #bababa 35%, #999 65%, #212121 100%);
}

@media only screen and (max-width: 767px) {
  .section-title-2 p {
    letter-spacing: 0;
  }
}

.section-title-2.text-center {
  padding: 0;
}

.section-title-2.text-center span {
  display: none;
}

.section-title-2.text-center p {
  margin-left: 0;
}

.subtitle {
  position: relative;
  padding-left: 15px;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.subtitle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 4px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-scale-hero {
  /* -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15); */
}

.img-box-parallax .title-popup {
  display: none;
  -webkit-transform: translate(-50%, -90px);
  -ms-transform: translate(-50%, -90px);
  transform: translate(-50%, -90px);
}

.img-box-parallax:hover .title-popup {
  display: block;
}

.cursor {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  z-index: 999999;
  pointer-events: none;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(0.3) translate(-50%, -50%);
  -ms-transform: scale(0.3) translate(-50%, -50%);
  transform: scale(0.3) translate(-50%, -50%);
  mix-blend-mode: exclusion;
}



.cursor.cursor-scale-full span,
.mfp-zoom-out-cur .cursor span {
  color: #000;
}



.cursor.cursor-scale-half span {
  color: #fff;
}

.cursor.cursor-drag .cursor-next,
.cursor.cursor-drag .cursor-prev {
  position: absolute;
  top: 0;
  right: -25px;
}

.cursor.cursor-drag .cursor-prev {
  right: auto;
  left: -25px;
}

.cursor.cursor-drag.no-drag {
  mix-blend-mode: exclusion;
  color: #fff;
}

.cursor.cursor-drag.no-drag .cursor-next,
.cursor.cursor-drag.no-drag .cursor-prev,
.cursor.cursor-drag.no-drag .cursor-drag {
  display: none;
}

.cursor.cursor-drag.cursor-up-down .cursor-next,
.cursor.cursor-drag.cursor-up-down .cursor-prev {
  position: absolute;
  top: -50px;
  right: auto;
  left: 33px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.cursor.cursor-drag.cursor-up-down .cursor-prev {
  top: auto;
  bottom: -50px;
}

.cursor.cursor-drag.no-drag {
  mix-blend-mode: exclusion;
  background-color: #fff;
}

.cursor.cursor-drag.no-drag .cursor-next,
.cursor.cursor-drag.no-drag .cursor-prev,
.cursor.cursor-drag.no-drag .cursor-drag {
  display: none;
}

@media only screen and (max-width: 991px) {
  .cursor {
    display: none;
  }
}

.cursor .cursor-helper {
  position: absolute;
  border-radius: 50%;
  width: 100%;
  text-align: center;
}

.cursor .cursor-helper span {
  line-height: 76px;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 20px 20px 20px #000;
  display: none;
}

.cursor.cursor-view span.cursor-view {
  display: block;
}

.cursor.cursor-close span.cursor-close {
  display: block;
}

.cursor.cursor-play span.cursor-play {
  display: block;
}

.cursor.cursor-open span.cursor-open {
  display: block;
}

.cursor.cursor-prev span.cursor-prev {
  display: block;
}

.cursor.cursor-next span.cursor-next {
  display: block;
}

.cursor.cursor-drag span.cursor-drag {
  display: block;
}

.dsn-ajax-effect:not(.dsn-cursor-effect) .cursor {
  left: auto;
  top: auto;
  right: 10px;
  bottom: 10px;
  -webkit-transform: scale(0.3) translate(-50%, -50%);
  -ms-transform: scale(0.3) translate(-50%, -50%);
  transform: scale(0.3) translate(-50%, -50%);
  mix-blend-mode: unset;
}

.dsn-ajax-effect .cursor {
  display: inherit !important;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  mix-blend-mode: unset;
}

.dsn-ajax-effect .cursor:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 109px;
  border-radius: 50%;
  left: -9px;
  top: -15px;
  border-top: 5px solid #fff;
  -webkit-animation-name: animate-load;
  animation-name: animate-load;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.cursor.no-scale {
  -webkit-transform: scale(0) translate(-50%, -50%);
  -ms-transform: scale(0) translate(-50%, -50%);
  transform: scale(0) translate(-50%, -50%);
}

@-webkit-keyframes animate-load {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes animate-load {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes animate-load {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.dsn-arrow {
  position: relative;
}

.dsn-arrow [data-cursor]:not(.slick-slider) {
  position: absolute;
  width: 25%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.dsn-arrow.our-work [data-cursor]:not(.slick-slider) {
  height: 60%;
}

.dsn-arrow [data-cursor="next"]:not(.slick-slider) {
  right: 0;
  left: auto;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #012426;
}

.preloader .preloader-before {
  top: 0;
}

.preloader .preloader-after {
  bottom: 0;
}

.preloader .percent {
  position: absolute;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 16px;
  color: #0e737a;
  top: -25px;
}

.preloader .title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 0.9;
  letter-spacing: 10px;
}

.preloader .title .text-strok {
  color: transparent;
  -webkit-text-stroke: 1px #0e737a;
}

.preloader .title .text-fill {
  color: #0e737a;
  position: absolute;
  left: 0;
  -webkit-clip-path: inset(100.09% 0% 0% 0%);
  clip-path: inset(100.09% 0% 0% 0%);
}

.preloader .preloader-bar {
  position: absolute;
  width: 100%;
  height: 5px;
  top: 0;
  background: #1d1d1d;
}

.preloader .preloader-bar .preloader-progress {
  width: 0;
  height: 100%;
  background: #0e737a;
}

.view-demo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100vh;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .view-demo {
    display: block;
  }
}

.view-demo .half-left,
.view-demo .half-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.view-demo .half-left a,
.view-demo .half-right a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.view-demo .half-left a img,
.view-demo .half-right a img {
  margin: auto;
  width: 70%;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-box-shadow: 0 0 0 1px #ebebeb;
  box-shadow: 0 0 0 1px #ebebeb;
  border-radius: 4px;
}

.view-demo .half-left a:hover img,
.view-demo .half-right a:hover img {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.view-demo .half-left h4,
.view-demo .half-right h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
}

.view-demo .half-left h4.text-dark,
.view-demo .half-right h4.text-dark {
  color: #333;
}

@media only screen and (max-width: 991px) {
  .view-demo .half-left h4.text-dark,
  .view-demo .half-right h4.text-dark {
    color: #fff;
  }
}

@media only screen and (max-width: 991px) {
  .view-demo .half-left,
  .view-demo .half-right {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 60px 15px;
  }
  .view-demo .half-left a img,
  .view-demo .half-right a img {
    -webkit-box-shadow: 0 0 0 1px #161515;
    box-shadow: 0 0 0 1px #161515;
  }
}

.view-demo .overlay-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .view-demo .overlay-bg {
    display: none;
  }
}

.view-demo .overlay-bg div {
  width: 50%;
  height: 100%;
}

.view-demo .overlay-bg .black {
  background-color: #110f10;
}

.view-demo .overlay-bg .white {
  background-color: #fff;
}

.slick-dots {
  text-align: center;
  margin-top: 20px;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  line-height: 1px;
}

.slick-dots li button {
  position: relative;
  background-color: #a56433;
  width: 15px;
  height: 2px;
  font-size: 0;
  opacity: 0.5;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

.pointer-events {
  pointer-events: none;
}

@media only screen and (max-width: 991px) {
  .pl-container, .next-project .next-inner, .header-project .intro-project, .main-slider .dsn-slider-content .slide-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.animation-rotate img {
  -webkit-animation: rotate 15s linear infinite;
  animation: rotate 15s linear infinite;
}

.social-network-box {
  width: 95vh;
  position: absolute;
  left: 40px;
  bottom: 0;
  color: #fff;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  z-index: 3;
}

@media only screen and (max-width: 575px) {
  .social-network-box {
    display: none;
  }
}

.social-network-box.social-network-box_right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: auto;
  right: 40px;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}

.social-network-box .social-network ul li {
  display: inline-block;
  margin-right: 20px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.social-network-box .social-network ul li:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 991px) {
  .social-network-box {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: auto;
    right: 40px;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

a.link-hover {

  display: inline-block;
  letter-spacing: 2px;
  font-size: 13px;
  font-family: "Lato",sans-serif;
  font-weight: 100;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a.link-hover:before {
  content: attr(data-hover-text);
  position: absolute;
  left: 0;
  top: 100%;
  color: #fff;
}

a.link-hover:hover {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  text-decoration: none;
}

.link-vist {
  left: 30px;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .link-vist {
    margin-top: 20px;
  }
}

.link-vist .link-vist-text {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 3px;
  font-family: "Roboto";
}

.link-vist .link-vist-text:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  bottom: 1px;
  left: 0;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.link-vist .link-vist-arrow {
  margin-left: 10px;
}

.link-vist .link-vist-arrow svg {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.6s cubic-bezier(0.5, 0.2, 0.1, 1.14);
  -o-transition: all 0.6s cubic-bezier(0.5, 0.2, 0.1, 1.14);
  transition: all 0.6s cubic-bezier(0.5, 0.2, 0.1, 1.14);
}

.link-vist .link-vist-arrow svg * {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
}

.link-vist:hover .link-vist-text:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.link-vist:hover .link-vist-arrow svg {
  -webkit-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
  opacity: 0;
}

.scroll-to-top {
  position: fixed;
  right: -100px;
  bottom: 0px;
  width: 62px;
  height: 62px;
  z-index: 99;
  cursor: pointer;
}



.scroll-to-top .box-numper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 35px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.v-light:not(.no-light) .scroll-to-top .box-numper {
  color: #000;
}

.scroll-to-top .box-numper span {
  font-size: 12px;
}

.scroll-to-top img {
  width: 65px;
}

.v-light:not(.no-light) .scroll-to-top img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.scroll-d {
  right: 30px;
  bottom: 40px;
  cursor: pointer;
  z-index: 2;
}

.scroll-d img {
  width: 60px;
}

.v-light:not(.no-light) .scroll-d img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.shap-section {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 190px;
}

.shap-section img {
  opacity: 0.15;
}

.container-fluid.no-padding,
.container.no-padding,
.header-project .no-padding.link-vist {
  padding-left: 0;
  padding-right: 0;
}

.bg-section {
  top: 0;
  bottom: 0;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

.w-100-v {
  width: 100vh;
}

.h-100 {
  height: 100%;
}

.h-100-v {
  height: 100vh;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a-item-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.alignfull {
  position: relative;
  width: calc(100vw - 8px);
  left: 50%;
  margin-left: -50vw;
}

.dsn-effect-scroll .alignfull {
  width: 100vw;
}

.fw-blod {
  font-weight: bold;
}

.over-hidden {
  overflow: hidden;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

.before-z-index:before {
  z-index: 1;
}

.fw-600 {
  font-weight: 600;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.p-0 {
  padding: 0;
}

.box-after {
  position: relative;
  margin-bottom: 5px;
}

.box-after:after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: 100%;
  display: block;
  background: #a56433;
  bottom: -5px;
  left: 10px;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .container, .header-project .link-vist {
    max-width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .container, .header-project .link-vist {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .container, .header-project .link-vist {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.custom-container {
  width: 120%;
}

@media only screen and (max-width: 400px) {
  .custom-container {
    width: 100%;
  }
}

.content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.icon-lg {
  vertical-align: middle;
  font-size: 42px;
}

.title {
  position: relative;
  color: #fff;
  font-family: "Roboto";
  font-size: 65px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 4px;
}

@media only screen and (min-width: 1600px) {
  .title {
    font-size: 76px;
  }
}

@media only screen and (max-width: 991px) {
  .title {
    font-size: 65px;
  }
}

@media only screen and (max-width: 767px) {
  .title {
    font-size: 55px;
  }
}

@media only screen and (max-width: 575px) {
  .title {
    font-size: 45px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 400px) {
  .title {
    font-size: 40px;
  }
}

.text-underline {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 2px;
}

.metas {
  font-size: 16px;
  color: #a56433;
  margin-bottom: 25px;
}

.v-light:not(.no-light) .metas {
  color: #d90a2c;
}

.metas.meta-personal span {
  background-color: rgba(9, 9, 9, 0.5);
  padding: 5px 15px;
  color: #fff;
}

.metas span {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #a56433;
  letter-spacing: 2px;
}

.v-light:not(.no-light) .metas span {
  color: #d90a2c;
}

.metas span::after {
  content: ",";
  position: relative;
  color: #fff;
  font-size: 13px;
}

.metas span:last-of-type::after {
  display: none;
}

.title- {
  font-size: 38px;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 991px) {
  .title- {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .title- {
    font-size: 25px;
  }
}

.title-block {
  position: relative;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.title-about {
  position: relative;
  letter-spacing: 2px;
  font-size: 20px;

  padding-top: 320px;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .title-block {
    margin-bottom: 15px;
  }
}

.sub-text-header {
  margin-top: 25px;
}

.sub-text-header h5 {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 24px;
  display: inline-block;
}

.sm-title-block {
  position: relative;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .sm-title-block {
    margin-bottom: 15px;
  }
}

.p-larg {
  max-width: 1500px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  font-style: italic;
  margin-left: 10px;
  margin-right: 10px;
}

.dsn-video {
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -20 !important;
  width: 100%;
  height: 100%;
}

[data-dsn="video"] {
  width: 100%;
  height: 100%;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.scrool-down {
  width: 140px;
  height: 140px;
  -webkit-transform: scaleX(1.2);
  -ms-transform: scaleX(1.2);
  transform: scaleX(1.2);
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 3;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.scrool-down a {
  z-index: 3;
}

.scrool-down a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 99em;
  border-top: 2px solid #555;
  border-right: 2px solid #555;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: translateY(75%) rotate(-45deg);
  -ms-transform: translateY(75%) rotate(-45deg);
  transform: translateY(75%) rotate(-45deg);
  will-change: transform;
  cursor: pointer;
}

.scrool-down a:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 auto;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.background-box {
  background-color: #a56433;
  color: #000;
  font-weight: 700;
}

.color-white {
  color: #fff;
}

.overflow-hidden {
  overflow: hidden;
}

.user-no-selection {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.user-no-selection::-moz-selection {
  background: none;
  color: inherit;
}

.user-no-selection::selection {
  background: none;
  color: inherit;
}

[data-overlay] .transform-3d, [data-dsn="rStories"].work-masonry .story-item:before .transform-3d {
  position: relative;
  z-index: -1;
}

.cover-bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.no-shadow, .service .services-item {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.transform-3d {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.p-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.day-night {
  position: fixed;
  z-index: 99999;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.admin-bar .day-night {
  top: 74px;
}

@media screen and (min-width: 783px) {
  .admin-bar .day-night {
    top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .day-night {
    left: 150px;
    display: none;
  }
}

.day-night .night,
.day-night .moon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
  border-radius: 100%;
  opacity: 0;
}

.day-night .night svg,
.day-night .moon svg {
  width: 100%;
  height: 100%;
}

.day-night .night {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-color: #ff214f;
  opacity: 1;
}

.day-night .night svg {
  fill: #000;
  width: 100%;
  height: 100%;
}

.day-night .moon {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-color: #000;
  opacity: 0;
}

.day-night .moon svg {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  fill: #f0f0f0;
}

.v-light:not(.no-light) .day-night .night {
  opacity: 0;
}

.v-light:not(.no-light) .day-night .moon {
  opacity: 1;
}

.dsn-ajax-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.dsn-ajax-loader:not(.dsn-ajax-normal) {
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}

.dsn-ajax-loader.dsn-ajax-normal {
  background-color: #1b1b1b;
  z-index: 900199;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

.embed-3d-dimensions {
  max-width: 100%;
  height: 80vh;
}

.embed-3d-dimensions .overlay-3d-dimensions {
  -webkit-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #a56433;
}

.embed-3d-dimensions .overlay-3d-dimensions .button-action {
  cursor: pointer;
  background-color: #000;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.embed-3d-dimensions .overlay-3d-dimensions i {
  font-size: 50px;
}

.embed-3d-dimensions .overlay-3d-dimensions .action-key {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  left: 10px;
  top: 10px;
}

.embed-3d-dimensions .overlay-3d-dimensions .key-on {
  opacity: 1;
  z-index: 1;
}

.embed-3d-dimensions .overlay-3d-dimensions .key-off {
  opacity: 0;
  z-index: 0;
}

.embed-3d-dimensions.active-3d-dimensions .overlay-3d-dimensions {
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
}

.embed-3d-dimensions.active-3d-dimensions .overlay-3d-dimensions:before {
  display: none;
}

.embed-3d-dimensions.active-3d-dimensions .overlay-3d-dimensions .key-off {
  opacity: 1;
  z-index: 1;
}

.embed-3d-dimensions.active-3d-dimensions .overlay-3d-dimensions .key-on {
  opacity: 0;
  z-index: 0;
}

.embed-3d-dimensions iframe {
  border: none;
  max-width: 100%;
}

.dsn-ajax-effect {
  overflow: hidden !important;
}

.dsn-ajax-loader .title {
  color: #fff !important;
}

.dsn-z-index-2 {
  z-index: 2;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-box input::-webkit-input-placeholder,
.form-box textarea::-webkit-input-placeholder {
  color: #eee;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-box input:-ms-input-placeholder,
.form-box textarea:-ms-input-placeholder {
  color: #eee;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-box input::-ms-input-placeholder,
.form-box textarea::-ms-input-placeholder {
  color: #eee;
}

input::placeholder,
textarea::placeholder,
.form-control::placeholder,
.form-box input::placeholder,
.form-box textarea::placeholder {
  color: #eee;
}

.v-light:not(.no-light) input::-webkit-input-placeholder, .v-light:not(.no-light)
textarea::-webkit-input-placeholder, .v-light:not(.no-light)
.form-control::-webkit-input-placeholder, .v-light:not(.no-light)
.form-box input::-webkit-input-placeholder, .v-light:not(.no-light)
.form-box textarea::-webkit-input-placeholder {
  color: #0009;
}

.v-light:not(.no-light) input:-ms-input-placeholder, .v-light:not(.no-light)
textarea:-ms-input-placeholder, .v-light:not(.no-light)
.form-control:-ms-input-placeholder, .v-light:not(.no-light)
.form-box input:-ms-input-placeholder, .v-light:not(.no-light)
.form-box textarea:-ms-input-placeholder {
  color: #0009;
}

.v-light:not(.no-light) input::-ms-input-placeholder, .v-light:not(.no-light)
textarea::-ms-input-placeholder, .v-light:not(.no-light)
.form-control::-ms-input-placeholder, .v-light:not(.no-light)
.form-box input::-ms-input-placeholder, .v-light:not(.no-light)
.form-box textarea::-ms-input-placeholder {
  color: #0009;
}

.v-light:not(.no-light) input::placeholder, .v-light:not(.no-light)
textarea::placeholder, .v-light:not(.no-light)
.form-control::placeholder, .v-light:not(.no-light)
.form-box input::placeholder, .v-light:not(.no-light)
.form-box textarea::placeholder {
  color: #0009;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

.btn {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  padding: 20px 40px;
  text-transform: uppercase;
  word-spacing: 5px;
  font-family: "Roboto";
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .btn {
    padding: 15px 25px;
  }
}

.v-light:not(.no-light) .btn {
  color: #000;
  color: #fff;
}

.v-light:not(.no-light) .btn::before {
  background-color: #000;
}

.v-light:not(.no-light) .btn:hover {
  color: #fff;
}

.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

.btn span {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.btn:hover span {
  color: #000;
}

.v-light:not(.no-light) .btn:hover {
  color: #000;
}

.v-light:not(.no-light) .btn:hover span {
  color: #fff;
}

.btn:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.btn-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 48px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1.2px;
  border: 1.5px solid #a56433;
  cursor: pointer;
  margin: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.v-light:not(.no-light) .btn-form {
  border-color: #d90a2c;
  color: #000;
}

.btn-form .label {
  font-weight: bold;
  min-width: 150px;
  padding-left: 30px;
  padding-right: 10px;
  text-align: center;
}

.btn-form .icon-c {
  width: 12px;
  height: 12px;
  background-color: #a56433;
  border-radius: 50%;
  margin-right: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.v-light:not(.no-light) .btn-form .icon-c {
  background-color: #d90a2c;
}

.btn-form:hover {
  background-color: #a56433;
}

.v-light:not(.no-light) .btn-form:hover {
  background-color: #d90a2c;
  color: #fff;
}

.btn-form:hover .icon-c {
  background-color: #000;
}

.link-custom {
  border-radius: 30px;
  height: 48px;
  padding-right: 40px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.link-custom .link-text {
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  z-index: 2;
}

.v-light:not(.no-light) .link-custom .link-text {
  color: #000;
}

.link-custom .link-circle {
  -webkit-transition: width 200ms;
  -o-transition: width 200ms;
  transition: width 200ms;
  top: 0;
  right: 0;
  text-align: center;
  background: #fff;
  mix-blend-mode: exclusion;
  color: #000;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  z-index: 2;
}

.v-light:not(.no-light) .link-custom .link-circle {
  background-color: #e6e6e6;
  z-index: 0;
}

.link-custom .link-circle i {
  position: absolute;
  right: 20px;
  top: 17px;
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.link-custom:hover {
  padding-left: 40px;
}

.link-custom:hover .link-text {
  -webkit-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  transform: translateX(-9px);
}

.link-custom:hover .link-circle {
  width: 100%;
}

.link-custom:hover .link-circle i {
  -webkit-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  transform: translateX(-9px);
}

.link-custom.scroll-down i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.link-custom.scroll-down:hover .link-text {
  -webkit-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  transform: translateX(-9px);
}

.link-custom.scroll-down:hover .link-circle i {
  -webkit-transform: translateX(-9px) translateY(2px) rotate(90deg);
  -ms-transform: translateX(-9px) translateY(2px) rotate(90deg);
  transform: translateX(-9px) translateY(2px) rotate(90deg);
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  outline: 0;
  outline-style: none;
}

a:hover, a:active {
  outline: 0;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.font-heading {
  font-family: "Roboto";
}

.text-transform-upper {
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 22px 1.5rem;
  z-index: 9000;
  pointer-events: none;
  background-color: rgba(0,0,0,0) !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.w-full {
    max-width: 100% !important;
    width: 100% !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

@media only screen and (max-width: 767px) {
    .site-header {
        padding: 22px 30px;
    }

    .w-full {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
}

@media only screen and (max-width: 575px) {
  .site-header {
    padding: 22px 15px;
  }

  .w-full {
      padding-right: 15px !important;
      padding-left: 15px !important;
  }
}

.site-header .menu-cover-title {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 20vw;
  font-weight: 600;
  line-height: 1.15;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.05;
}

.site-header .inner-header .main-logo {
  max-width: 7rem;
  pointer-events: all;
}
@media only screen and (max-width: 575px) {
  .site-header .inner-header .main-logo  {
    max-width: 4rem;
    pointer-events: all;
  }

 
}
@media only screen and (max-width: 767px) {
  .site-header .inner-header .main-logo  {
    max-width: 4rem;
    pointer-events: all;
  }

}


.site-header .inner-header .main-logo .dark-logo {
  display: none;
}

.site-header .main-navigation {
  pointer-events: all;
}

.site-header .nav-border-bottom {
  display: none;
}

.site-header .menu-icon {
  position: relative;
  top: -5px;
  cursor: pointer;
  pointer-events: all;
  text-align: center;
}

.site-header .menu-icon .icon-m .menu-icon-line {
  background-color: white;
  width: 23px;
  height: 2px;
  -webkit-transition: -webkit-transform 0.2s ease-Out;
  transition: -webkit-transform 0.2s ease-Out;
  -o-transition: transform 0.2s ease-Out;
  transition: transform 0.2s ease-Out;
  transition: transform 0.2s ease-Out, -webkit-transform 0.2s ease-Out;
}

.site-header .menu-icon .icon-m .menu-icon-line.icon-top {
  width: 5px;
}

.site-header .menu-icon .icon-m .menu-icon-line.icon-center {
  width: 14px;
}

.site-header .menu-icon .icon-m .menu-icon-line.icon-bottom {
  margin-top: 5px;
}

.site-header .menu-icon .icon-m .icon-circle {
  position: absolute;
  top: -5px;
  left: -8px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: none;
}

.site-header .menu-icon .icon-m:hover .icon-circle {
  display: inherit;
}

.site-header .menu-icon .text-menu {
  top: -8px;
  width: 8.6rem;
  /* margin-right: 10px; */
  font-weight: 500;
  color: #fff;
  opacity: 0.9;
  font-size: 1.5rem;
}

.site-header .menu-icon .text-menu > div {
  left: 0;
  top: 0;
}

.site-header .menu-icon .text-menu .text-button .dsn-word-wrapper {
  overflow: hidden;
  will-change: transform;
}

.site-header .menu-icon .text-menu .text-button .dsn-chars-wrapper {
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(50%) rotate(15deg) scale(0.8);
  -ms-transform: translateY(50%) rotate(15deg) scale(0.8);
  transform: translateY(50%) rotate(15deg) scale(0.8);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.3, 0, 0.7, 1);
  transition: opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.3, 0, 0.7, 1);
  -o-transition: transform 0.4s cubic-bezier(0.3, 0, 0.7, 1), opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s;
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.7, 1), opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s;
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.7, 1), opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.3, 0, 0.7, 1);
  -webkit-transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
  -o-transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
  transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
}

.site-header .menu-icon .text-menu .text-button .dsn-chars-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) rotate(0deg) scale(1);
  -ms-transform: translateY(0) rotate(0deg) scale(1);
  transform: translateY(0) rotate(0deg) scale(1);
}

.site-header .menu-icon .text-menu .text-open .dsn-word-wrapper,
.site-header .menu-icon .text-menu .text-close .dsn-word-wrapper {
  overflow: hidden;
  will-change: transform;
}

.site-header .menu-icon .text-menu .text-open .dsn-chars-wrapper,
.site-header .menu-icon .text-menu .text-close .dsn-chars-wrapper {
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(50%) rotate(15deg) scale(0.8);
  -ms-transform: translateY(50%) rotate(15deg) scale(0.8);
  transform: translateY(50%) rotate(15deg) scale(0.8);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.3, 0, 0.7, 1);
  transition: opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.3, 0, 0.7, 1);
  -o-transition: transform 0.4s cubic-bezier(0.3, 0, 0.7, 1), opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s;
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.7, 1), opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s;
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.7, 1), opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.3, 0, 0.7, 1);
  -webkit-transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
  -o-transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
  transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
}

.site-header .menu-icon.nav-active .text-menu {
  width: 8.6rem;
}

.site-header .menu-icon:hover .icon-m .icon-top,
.site-header .menu-icon:hover .icon-m .icon-center {
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
}

.site-header .menu-icon:hover .icon-m .icon-bottom {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.site-header .menu-icon:hover .text-menu .text-button .dsn-word-wrapper {
  overflow: hidden;
  will-change: transform;
}

.site-header .menu-icon:hover .text-menu .text-button .dsn-chars-wrapper {
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(50%) rotate(15deg) scale(0.8);
  -ms-transform: translateY(50%) rotate(15deg) scale(0.8);
  transform: translateY(50%) rotate(15deg) scale(0.8);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.3, 0, 0.7, 1);
  transition: opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.3, 0, 0.7, 1);
  -o-transition: transform 0.4s cubic-bezier(0.3, 0, 0.7, 1), opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s;
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.7, 1), opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s;
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.7, 1), opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.3, 0, 0.7, 1);
  -webkit-transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
  -o-transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
  transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
}

.site-header .menu-icon:hover:not(.nav-active) .text-menu .text-open .dsn-chars-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) rotate(0deg) scale(1);
  -ms-transform: translateY(0) rotate(0deg) scale(1);
  transform: translateY(0) rotate(0deg) scale(1);
}

.site-header .menu-icon:hover.nav-active .text-menu .text-close .dsn-chars-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) rotate(0deg) scale(1);
  -ms-transform: translateY(0) rotate(0deg) scale(1);
  transform: translateY(0) rotate(0deg) scale(1);
}

.site-header ul.extend-container {
  width: 100%;
  padding: 0 30px 0 60px;
}

.site-header .container-content {
  width: 40%;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 767px) {
  .site-header .container-content {
    display: none;
  }
}

.site-header .container-content .nav-content {
  margin-top: 30px;
}

.site-header .container-content .nav-content:first-of-type {
  margin-top: 0;
}

.site-header .container-content .nav-content p {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.69);
}

.site-header .container-content .nav-content p:last-of-type {
  margin-top: 0;
}

.site-header .container-content .nav-content p .link-hover {
  text-transform:none;
}

.site-header .container-content .title-line, .site-header .container-content p.title-line {
  color: #ceca24;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}

.site-header .container-content .nav-social {
  margin-top: 30px;
}

.site-header .container-content .nav-social ul {
  margin-bottom: 0;
  color:rgba(255, 255, 255, 0.69);
  line-height: 1.6;
}

.site-header .container-content .nav-social ul li {

  display: inline-block;
  font-size: 13px;
  font-weight: 100;
  margin-right: 15px;
  padding-right: 5px;
}

.site-header .container-content .nav-social ul li a {

  display: inline-block;
  letter-spacing: 2px;
  font-size: 13px;
  font-family: "Lato",sans-serif;
  font-weight: 100;
  position: relative;

}

.site-header .extend-container .main-navigation {
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #012426;
  z-index: -1;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  visibility: visible;
}

.site-header .extend-container .main-navigation:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  opacity: 0.05;
  background-size: cover;
  background-repeat: no-repeat;
}

.site-header .extend-container .main-navigation ul.extend-container li {
  overflow: hidden;
  font-weight: 600;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 10px;
  line-height: 1;
}

.site-header .extend-container .main-navigation ul.extend-container li.dsn-active, .site-header .extend-container .main-navigation ul.extend-container li:hover {
  color: #ceca24;
}

.site-header .extend-container .main-navigation ul.extend-container li.dsn-active .dsn-meta-menu, .site-header .extend-container .main-navigation ul.extend-container li:hover .dsn-meta-menu {
  color: #a8a8a8;
}

.site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu img {
  width: 32px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu .dsn-title-menu {
  font-size: 42px;
  margin-left: 5px;
}

@media only screen and (max-width: 767px) {
  .site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu .dsn-title-menu {
    font-size: 32px;
  }
}

@media only screen and (max-width: 575px) {
  .site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu .dsn-title-menu {
    font-size: 24px;
  }
}

.site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu img,
.site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu .dsn-title-menu {
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  -o-transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform;
}

.site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu:hover img {
  -webkit-transform: translateX(-22px);
  -ms-transform: translateX(-22px);
  transform: translateX(-22px);
  opacity: 0;
  visibility: hidden;
}

.site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu:hover .dsn-title-menu {
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
}

.site-header .extend-container .main-navigation ul.extend-container li li {
  overflow: inherit;
  margin-bottom: 0;
}

.site-header .extend-container .main-navigation ul.extend-container li a {
  overflow: hidden;
  line-height: 1;
}

.site-header .extend-container .main-navigation ul.extend-container li a:after,
.site-header .extend-container .main-navigation ul.extend-container li a .dsn-meta-menu {
  position: absolute;
  display: inherit;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.site-header .extend-container .main-navigation ul.extend-container li a .dsn-meta-menu {
  margin-left: 10px;
  font-size: 12px;
  letter-spacing: 2px;
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
}

@media only screen and (max-width: 767px) {
  .site-header .extend-container .main-navigation ul.extend-container li a .dsn-meta-menu {
    display: none;
  }
}

.site-header .extend-container .main-navigation ul.extend-container li.dsn-drop-down > a:after {
  content: "";
  background-image: url("../img/right.svg");
  background-size: 17px;
  height: 17px;
  width: 17px;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(0, 8px);
  -ms-transform: translate(0, 8px);
  transform: translate(0, 8px);
}

.site-header .extend-container .main-navigation ul.extend-container li.dsn-drop-down > a:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(50%, 8px);
  -ms-transform: translate(50%, 8px);
  transform: translate(50%, 8px);
}

.site-header .extend-container .main-navigation ul.extend-container > li {
  font-size: 34px;
}

@media only screen and (max-width: 767px) {
  .site-header .extend-container .main-navigation ul.extend-container > li {
    font-size: 32px;
  }
}

@media only screen and (max-width: 575px) {
  .site-header .extend-container .main-navigation ul.extend-container > li {
    font-size: 24px;
  }
}

.site-header .extend-container .main-navigation ul.extend-container > li > a .dsn-title-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.site-header .extend-container .main-navigation ul.extend-container > li > a .dsn-meta-menu {
  opacity: 0;
  visibility: hidden;
}

.site-header .extend-container .main-navigation ul.extend-container > li ul {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 60px;
}

.site-header .extend-container .main-navigation ul.extend-container > li ul li {
  font-size: 32px;
  line-height: 1;
}

.site-header .extend-container .main-navigation ul.extend-container > li ul li a {
  line-height: 1.5;
}

.site-header .extend-container .main-navigation ul.extend-container > li ul li a .dsn-meta-menu {
  -webkit-transform: translateY(22px);
  -ms-transform: translateY(22px);
  transform: translateY(22px);
  margin-left: 10px;
}

@media only screen and (min-width: 992px) {
  .classic-menu .site-header .menu-icon {
    display: none;
  }
  .classic-menu .site-header .container-content {
    display: none;
  }
  .classic-menu .site-header .nav-border-bottom {
    position: absolute;
    display: block;
    top: 63px;
    left: 30px;
    width: 25px;
    height: 1px;
    background: #a56433;
    border-radius: 3px;
  }
  .classic-menu .site-header > .extend-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .classic-menu .site-header > .extend-container .menu-cover-title {
    display: none;
  }
  .classic-menu .site-header .extend-container .main-navigation {
    position: inherit;
    display: block;
    margin-left: auto;
    height: auto;
    width: auto;
    top: unset;
    left: unset;
    background-color: transparent;
    z-index: 1;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .classic-menu .site-header .extend-container .main-navigation:after {
    display: none;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container {
    display: block;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu {
    display: none;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container li a:after, .classic-menu .site-header .extend-container .main-navigation ul.extend-container li a .dsn-meta-menu {
    display: none;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container li.dsn-drop-down > a:after {
    display: none;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li {
    font-size: 15px;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 0;
    font-weight: 700;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li:first-of-type {
    margin-left: 0;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li > a .dsn-title-menu {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li > a .dsn-meta-menu {
    display: none;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li ul {
    position: absolute;
    display: block !important;
    width: 195px;
    height: auto;
    left: unset;
    top: unset;
    margin-top: 15px;
    padding: 10px;
    margin-left: -10px;
    background-color: #a56433;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition-property: opacity, visibility, -webkit-clip-path;
    transition-property: opacity, visibility, -webkit-clip-path;
    -o-transition-property: clip-path, opacity, visibility;
    transition-property: clip-path, opacity, visibility;
    transition-property: clip-path, opacity, visibility, -webkit-clip-path;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 3px;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li ul li {
    width: 100%;
    padding: 7px 0;
    border-bottom: 0.5px dotted #ffffff14;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li ul li .dsn-meta-menu {
    display: none;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li ul li:before {
    position: relative;
    content: '-';
    opacity: 0;
    top: -4px;
    visibility: hidden;
    margin-right: -4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li ul li.dsn-active, .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li ul li:hover {
    color: #fff;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li ul li.dsn-active:before, .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li ul li:hover:before {
    opacity: 1;
    visibility: visible;
    margin-right: 5px;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li:hover ul {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li:last-child ul {
    right: -32px;
  }
}

/* Social menu */
/** === Footer menu === */
.footer-navigation {
  display: inline;
}

.footer-navigation > div {
  display: inline;
}

.footer-navigation .footer-menu {
  display: inline;
  padding-left: 0;
}

.footer-navigation .footer-menu li {
  display: inline;
  margin-right: 1rem;
}

/*--------------------------------------------------------------
## Next / Previous
--------------------------------------------------------------*/
.next-up.next-project {
  height: 104vh;
}
.next-up.next-product {
  height: 25rem;
  margin-bottom: 2rem;
}
.teabg {
  height: 550px;
}
.teabg1{
  height: 600px;
}
.next-up-about{

  height: 1200px;
}


.project-height{
  height: 500px;
}

.teas-height{
  height: auto;
}

@media only screen and (max-width: 991px) {
  .next-up.next-project + .footer {
    position: relative;
    width: 100%;
    bottom: auto;
    z-index: 2;
  }
}

.next-up .next-up-inner {
  padding: 80px;
}

@media only screen and (max-width: 991px) {
  .next-up .next-up-inner {
    padding: 80px 40px;
  }
}

@media only screen and (max-width: 991px) {
  .next-up .next-up-inner {
    padding: 80px 30px;
  }
}

@media only screen and (max-width: 575px) {
  .next-up .next-up-inner {
    padding: 80px 15px;
  }
}

.next-up .next-up-inner  {
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 1;
}

.v-light:not(.no-light) .next-up .next-up-inner  {
  color: #000;
}

.next-up .next-up-inner .btn {
  text-align: center;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  width: 100%;
}

.v-light:not(.no-light) .next-up .next-up-inner .btn {
  color: #fff;
}

.next-up .next-up-inner .infos {
  margin-top: 30px;
  text-transform: uppercase;
}

.next-up .next-up-inner .infos .infos_content {
  font-size: 17px;
  letter-spacing: 2px;
  color: #fff;
}

.v-light:not(.no-light) .next-up .next-up-inner .infos .infos_content {
  color: #000;
}

.next-up .next-up-inner .infos a {
  padding: 8px 28px;
  font-size: 14px;
  font-weight: 600;
  background-color: #f9f9f9;
  color: #000;
}

/* Next/Previous Page */
.contact-up {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .contact-up .container, .contact-up .header-project .link-vist, .header-project .contact-up .link-vist {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.contact-up .c-wapp {
  padding-left: 15px;
  padding-right: 15px;
}

.contact-up .c-wapp:after, .contact-up .c-wapp:before,
.contact-up .c-wapp .section-bg::before {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 100%;
  top: 0;
  background-color: #090909;
  -webkit-transform: skew(22deg);
  -ms-transform: skew(22deg);
  transform: skew(22deg);
  -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  -o-transition-property: width, transform;
  transition-property: width, transform;
  transition-property: width, transform, -webkit-transform;
  left: -70px;
  right: -70px;
}

.v-light:not(.no-light) .contact-up .c-wapp:after, .v-light:not(.no-light) .contact-up .c-wapp:before, .v-light:not(.no-light)
.contact-up .c-wapp .section-bg::before {
  background-color: #e6e6e6;
}

@media only screen and (max-width: 767px) {
  .contact-up .c-wapp:after, .contact-up .c-wapp:before,
  .contact-up .c-wapp .section-bg::before {
    display: none;
  }
}

.contact-up .c-wapp:after {
  right: auto;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.contact-up .c-wapp:before {
  left: auto;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.contact-up .c-wapp .section-bg {
  top: 0;
  left: 0;
  background-color: #090909;
  -webkit-transform: skew(22deg);
  -ms-transform: skew(22deg);
  transform: skew(22deg);
}

.v-light:not(.no-light) .contact-up .c-wapp .section-bg {
  background-color: #e6e6e6;
}

.contact-up .c-wapp .section-bg::before {
  left: 0;
  right: 0;
  width: 0;
  background-color: #000;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.v-light:not(.no-light) .contact-up .c-wapp .section-bg::before {
  background-color: #f9f9f9;
}

@media only screen and (max-width: 767px) {
  .contact-up .c-wapp .section-bg {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
}

.contact-up .c-wapp a {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .contact-up .c-wapp a {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}

.contact-up .c-wapp a .hiring {
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.contact-up .c-wapp a .hiring:after {
  content: attr(data-dsn-content);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  color: #fff;
  -webkit-transition: -webkit-clip-path 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-clip-path 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: clip-path 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: clip-path 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: clip-path 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-clip-path 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-clip-path: inset(0% 0% 0% 0%);
  clip-path: inset(0% 0% 0% 0%);
}

.v-light:not(.no-light) .contact-up .c-wapp a .hiring {
  -webkit-text-stroke: 1px #000;
}

.v-light:not(.no-light) .contact-up .c-wapp a .hiring:after {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .contact-up .c-wapp a .hiring {
    display: block;
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media only screen and (max-width: 400px) {
  .contact-up .c-wapp a .hiring {
    font-size: 28px;
  }
}

.contact-up .c-wapp a .career {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}

.v-light:not(.no-light) .contact-up .c-wapp a .career {
  color: #d90a2c;
}

@media only screen and (max-width: 767px) {
  .contact-up .c-wapp a .career {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
}

.contact-up .c-wapp:hover:after, .contact-up .c-wapp:hover:before {
  -webkit-transform: skew(22deg) scaleX(0);
  -ms-transform: skew(22deg) scaleX(0);
  transform: skew(22deg) scaleX(0);
}

.contact-up .c-wapp:hover:before {
  -webkit-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.contact-up .c-wapp:hover:after {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.contact-up .c-wapp:hover .section-bg::before {
  width: 100%;
}

.contact-up .c-wapp:hover a .hiring:after {
  -webkit-clip-path: inset(0% 0% 0% 100%);
  clip-path: inset(0% 0% 0% 100%);
}

.next-project {
  height: 85vh;
}

.next-project .img-next-box {
  top: 0;
}

.next-project.dsn-active .title .img-box-shadow {
  opacity: 0;
}

.v-light:not(.no-light) .next-project .title {
  color: #fff;
}

.next-project .title .img-box-shadow {
  position: absolute;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(20%, #000), to(rgba(0, 0, 0, 0.26)));
  background-image: -webkit-linear-gradient(right, #000 20%, rgba(0, 0, 0, 0.26) 100%);
  background-image: -o-linear-gradient(right, #000 20%, rgba(0, 0, 0, 0.26) 100%);
  background-image: linear-gradient(to left, #000 20%, rgba(0, 0, 0, 0.26) 100%);
  height: 95vh;
  bottom: 50%;
  margin-bottom: -43vh;
  -webkit-transition: opacity 2.5s;
  -o-transition: opacity 2.5s;
  transition: opacity 2.5s;
  z-index: -1;
}

.next-project .title a:hover + .img-box-shadow {
  opacity: 0;
}

.next-project .bg-title {
  top: 20px;
  left: 0;
  font-size: 8vw;
  line-height: 1;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  opacity: 0.035;
  z-index: -1;
}

.next-project .next-label {
  top: 0;
}

.next-project .next-inner {
  z-index: 2;
}

.next-project .metas {
  margin-bottom: 25px;
}

.next-project a.link {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20px;
}

.next-project a.link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f9f9f9;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.next-project a.link:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.next-project + .footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .next-project + .footer {
    padding-top: 30px;
  }
}

.v-light:not(.no-light) .next-project + .footer .column-left .footer-social a {
  color: #fff;
}

.v-light:not(.no-light) .next-project + .footer .column-right h5,
.v-light:not(.no-light) .next-project + .footer .column-right .link-hover {
  color: #fff;
}

.v-light:not(.no-light) .next-project + .footer .scroll-top img {
  -webkit-filter: none;
  filter: none;
}

.v-light:not(.no-light) .next-project + .footer .scroll-top i {
  color: #fff;
}

/* Next/Previous Page */
.next-post-up {
  position: relative;
  background-color: #090909;
  overflow: hidden;
}

.v-light:not(.no-light) .next-post-up {
  background-color: #e6e6e6;
}

.next-post-up::before {
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #000;
  content: "";
  -webkit-transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.v-light:not(.no-light) .next-post-up::before {
  background-color: #f9f9f9;
}

.next-post-up .c-wapp {
  width: 100%;
  display: table;
}

.next-post-up .c-wapp::before, .next-post-up .c-wapp:after {
  display: none;
}

.next-post-up .c-wapp a {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .next-post-up .c-wapp a {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}

.next-post-up .c-wapp a .hiring {
  width: 50%;
  text-align: left;
  font-size: 42px;
}

@media only screen and (max-width: 767px) {
  .next-post-up .c-wapp a .hiring {
    display: block;
    text-align: center;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media only screen and (max-width: 400px) {
  .next-post-up .c-wapp a .hiring {
    font-size: 28px;
  }
}

.next-post-up .c-wapp a .career {
  color: #fff;
  width: 50%;
  position: relative;
  display: block;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}

.v-light:not(.no-light) .next-post-up .c-wapp a .career {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .next-post-up .c-wapp a .career {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.next-post-up:hover::before {
  width: 100%;
}

.dsn-pagination {
  position: relative;
  margin-top: 120px;
  margin-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .dsn-pagination {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.dsn-pagination .page-numbers {
  position: relative;
  font-size: 64px;
  font-weight: bold;
  margin-right: 30px;
  -webkit-transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
}

@media only screen and (max-width: 575px) {
  .dsn-pagination .page-numbers {
    font-size: 30px;
    margin-right: 20px;
  }
}

.dsn-pagination .page-numbers.current {
  color: #fff;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.v-light:not(.no-light) .dsn-pagination .page-numbers.current {
  color: #000;
}

.dsn-pagination .page-numbers:hover {
  color: #fff;
}

.v-light:not(.no-light) .dsn-pagination .page-numbers:hover {
  color: #000;
}

.dsn-pagination .next,
.dsn-pagination .prev {
  width: 90px;
  height: 90px;
  top: 20px;
}

@media only screen and (max-width: 575px) {
  .dsn-pagination .next,
  .dsn-pagination .prev {
    width: 60px;
    height: 60px;
  }
}

.dsn-pagination .next .button-m,
.dsn-pagination .prev .button-m {
  position: absolute;
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (max-width: 575px) {
  .dsn-pagination .next .button-m,
  .dsn-pagination .prev .button-m {
    width: 65px;
    height: 65px;
  }
}

.dsn-pagination .next .button-m:before,
.dsn-pagination .prev .button-m:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 50%;
  background: #090909;
  -webkit-transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.dsn-pagination .next .button-m svg,
.dsn-pagination .prev .button-m svg {
  position: absolute;
  top: 0;
  left: -10%;
  fill: #fff;
  z-index: 1;
  width: 30px;
  height: 100%;
  opacity: 1;
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  vertical-align: middle;
}

@media only screen and (max-width: 575px) {
  .dsn-pagination .next .button-m svg,
  .dsn-pagination .prev .button-m svg {
    left: -35%;
  }
}

.dsn-pagination .next .button-m span,
.dsn-pagination .prev .button-m span {
  top: 38px;
  position: relative;
  display: block;
  z-index: 2;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  -webkit-transform: translateX(9%);
  -ms-transform: translateX(9%);
  transform: translateX(9%);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 575px) {
  .dsn-pagination .next .button-m span,
  .dsn-pagination .prev .button-m span {
    top: 25px;
    left: -5px;
  }
}

.dsn-pagination .next .button-m:hover:before,
.dsn-pagination .prev .button-m:hover:before {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.dsn-pagination .next .button-m:hover svg,
.dsn-pagination .prev .button-m:hover svg {
  opacity: 0;
  -webkit-transform: translateX(-20%) !important;
  -ms-transform: translateX(-20%) !important;
  transform: translateX(-20%) !important;
}

.dsn-pagination .next .button-m:hover span,
.dsn-pagination .prev .button-m:hover span {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.dsn-pagination .next.prev .button-m,
.dsn-pagination .prev.prev .button-m {
  margin-right: 10px;
  margin-left: 0;
}

.dsn-pagination .next.prev .button-m svg,
.dsn-pagination .prev.prev .button-m svg {
  right: -10%;
  left: auto;
  -webkit-transform: translateX(-20%) rotate(180deg);
  -ms-transform: translateX(-20%) rotate(180deg);
  transform: translateX(-20%) rotate(180deg);
}

@media only screen and (max-width: 575px) {
  .dsn-pagination .next.prev .button-m svg,
  .dsn-pagination .prev.prev .button-m svg {
    right: -35%;
  }
}

.dsn-pagination .next.prev .button-m span,
.dsn-pagination .prev.prev .button-m span {
  -webkit-transform: translateX(-9%);
  -ms-transform: translateX(-9%);
  transform: translateX(-9%);
}

@media only screen and (max-width: 575px) {
  .dsn-pagination .next.prev .button-m span,
  .dsn-pagination .prev.prev .button-m span {
    top: 25px;
    right: -5px;
    left: auto;
  }
}

.dsn-pagination .next.prev:hover svg,
.dsn-pagination .prev.prev:hover svg {
  -webkit-transform: translateX(20%) rotate(180deg) !important;
  -ms-transform: translateX(20%) rotate(180deg) !important;
  transform: translateX(20%) rotate(180deg) !important;
}

.dsn-pagination .next.prev:hover span,
.dsn-pagination .prev.prev:hover span {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.title-cover {
  position: absolute;
  width: 100%;
  font-family: "Roboto";
  font-size: 10vw;
  font-weight: 600;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 1;
  text-transform: uppercase;
  pointer-events: none;
  overflow: hidden;
}


@media only screen and (max-width: 991px) {
  .intro-about .intro-about-info {
    margin-bottom: 50px;
    padding-right: 0;
  }
}

.intro-about .intro-about-info .accordion__item {
  margin-bottom: 0;
  padding: 10px 0px;
  border-bottom: 1px solid #0e0e0d;
}

.intro-about .intro-about-info .accordion__item:first-of-type {
  padding-top: 0;
}

.v-light:not(.no-light) .intro-about .intro-about-info .accordion__item {
  border-color: #bebebe;
}

.intro-about .intro-about-info .accordion__answer {
  padding-left: 50px;
}

.intro-about .intro-about-info .accordion__answer p {
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .intro-about .intro-about-info .accordion__answer {
    padding-left: 0;
  }
}

.intro-about .box-img {
  height: 100%;
  padding-left: 50px;
}

@media only screen and (max-width: 991px) {
  .intro-about .box-img {
    padding-left: 0;
    height: 80vh;
  }
}

@media only screen and (max-width: 767px) {
  .intro-about .box-img img {
    width: 100%;
  }
}

.intro-about .box-img .exper {
  bottom: 0;
  left: 0;
  padding: 60px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .intro-about .box-img .exper {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .intro-about .box-img .exper {
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 400px) {
  .intro-about .box-img .exper {
    width: 100%;
  }
}

.v-light:not(.no-light) .intro-about .box-img .exper {
  background-color: #d90a2c;
}

.intro-about .box-img .exper .numb-ex .word-text {
  font-size: 120px;
  font-weight: bold;
  color: #fff;
  line-height: 85px;
}

.intro-about .box-img .exper h4 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0;
}

.v-light:not(.no-light) .intro-about .box-img .exper h4 {
  color: #fff;
}

.accordion {
  line-height: 1.2;
}

.accordion__answer {
  display: none;
  max-width: 400px;
  padding-top: 10px;
}

.accordion__answer.active {
  display: block;
}

.accordion__item {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .accordion__item {
    margin-bottom: 20px;
  }
}

.accordion__item:last-of-type {
  margin-bottom: 0;
}

.accordion__question {
  padding: 8px 15px 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion__question:first-of-type {
  padding-top: 0;
}

.accordion__question .icon {
  width: 35px;
  margin-right: 15px;
}

.accordion__question h4 {
  font-weight: 600;
  margin-bottom: 0;
}

.accordion__question::before {
  content: "";
  display: inline-block;
  border: solid #a56433;
  border-width: 0 2px 2px 0;
  padding: 3px;
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.v-light:not(.no-light) .accordion__question::before {
  border-color: #d90a2c;
}

.expanded.accordion__question::before {
  content: "";
  border: solid #a56433;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.v-light:not(.no-light) .expanded.accordion__question::before {
  border-color: #d90a2c;
}

.intro-project {
  position: relative;
}

.intro-project .intro-text {
  position: relative;
}

.intro-project .title-cover {
  text-align: left;
}

.intro-project  {
  letter-spacing: 2px;
}

.intro-project:not(.text-center) .inner {
  max-width: 750px;
}

.intro-project .inner > p {
  font-weight: bold;
  margin-top: 20px;
}

@media only screen and (max-width: 575px) {
  .intro-project .inner > p {
    font-size: 14px;
  }
}

.intro-project.text-center .intro-text {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 750px;
}

@media only screen and (max-width: 575px) {
  .intro-project.text-center .intro-text {
    max-width: 100%;
    overflow: hidden;
  }
}

.intro-project.text-center .intro-text .title-cover {
  text-align: center;
}

.intro-project.text-center .intro-text .intro-project-details {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-me {
  padding: 50px 0;
}

.about-me .after-bg.cover-bg {
  background-size: auto;
  background-repeat: repeat;
}

.about-me .content {
  z-index: 2;
}

.about-me .title-block {
  margin-bottom: 0;
  letter-spacing: 1px;
  text-transform: inherit;
}

@media only screen and (max-width: 767px) {
  .about-me .title-block {
    margin-bottom: 15px;
  }
}

.about-me .section-bg {
  top: 0;
  left: 0;
  width: calc(100% - ((100vw - 1140px) / 2) - 15px);
  height: 100%;
  background-color: #090909;
  border-top: 2px solid #0e0e0d;
}

.v-light:not(.no-light) .about-me .section-bg {
  background-color: #e6e6e6;
  border-color: #bebebe;
}

.about-me .section-bg .after-bg {
  top: 0;
  left: 0;
  opacity: 0.05;
}

@media only screen and (max-width: 991px) {
  .about-me .section-bg {
    width: 100%;
  }
}

.about-me .section-bg::after {
  left: 0;
}

.service:not(.service-3) .service-content:nth-of-type(n + 3) {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .service:not(.service-3) .service-content:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .service:not(.service-3) .service-content:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

.service .services-item {
  padding: 30px 30px 50px;
  -webkit-box-shadow: 0 7px 9px rgba(0, 0, 0, 0.02);
  box-shadow: 0 7px 9px rgba(0, 0, 0, 0.02);
  border: 2px solid #0e0e0d;
}

.v-light:not(.no-light) .service .services-item {
  border-color: #bebebe;
}

@media only screen and (max-width: 991px) {
  .service .services-item {
    padding: 30px 25px;
  }
}

.service .services-item .after-bg {
  top: 0;
  left: 0;
  opacity: 0.01;
}

@media only screen and (max-width: 767px) {
  .service .services-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.service .services-item span {
  font-size: 55px;
  font-weight: 100;
  font-family: "Roboto";
  line-height: 95px;
  height: 60px;
  overflow: hidden;
}

.v-light:not(.no-light) .service .services-item span {
  color: #d90a2c;
}

@media only screen and (max-width: 991px) {
  .service .services-item span {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .service .services-item span {
    display: none;
  }
}

.service .services-item .icon {
  margin-right: 25px;
  line-height: 100px;
}

@media only screen and (max-width: 991px) {
  .service .services-item .icon {
    line-height: initial;
  }
}

@media only screen and (max-width: 767px) {
  .service .services-item .icon {
    margin-right: 0;
    margin-bottom: 20px;
    line-height: 1.2;
  }
}

.service .services-item .icon img {
  width: 90px;
}

@media only screen and (max-width: 767px) {
  .service .services-item .icon img {
    width: 40px;
  }
}

.service.service-3 .service-content:nth-of-type(n + 4) {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .service.service-3 .service-content:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .service.service-3 .service-content:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}

.service.service-3 .services-item {
  padding: 25px;
  height: 440px;
}

.service.service-3 .services-item .bg-section {
  left: 0;
}

.service.service-3 .services-item .bg-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  background-color: rgba(9, 9, 9, 0.5);
  -webkit-box-shadow: inset 0 -75px 60px -35px #000;
  box-shadow: inset 0 -75px 60px -35px #000;
  -webkit-transition: opacity 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  -o-transition: opacity 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  transition: opacity 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
}

.v-light:not(.no-light) .service.service-3 .services-item .bg-section:after {
  background-color: rgba(249, 249, 249, 0.9);
  -webkit-box-shadow: inset 0 -75px 60px -35px #f9f9f9;
  box-shadow: inset 0 -75px 60px -35px #f9f9f9;
}

.service.service-3 .services-item .box-content {
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.service.service-3 .services-item .box-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.v-light:not(.no-light) .service.service-3 .services-item .box-content:after {
  background-color: #f9f9f9;
}

.service.service-3 .services-item .box-content .icon {
  margin-right: 0;
  margin-bottom: 20px;
  line-height: 1;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.service.service-3 .services-item .box-content .icon img {
  width: 60px;
}

.service.service-3 .services-item .box-content .content-inner {
  margin: auto;
  z-index: 2;
}

.service.service-3 .services-item .box-content .content-inner .content {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.service.service-3 .services-item .box-content .content-inner p {
  opacity: 0;
}

.service.service-3 .services-item:hover .bg-section:after {
  opacity: 1;
}

.service.service-3 .services-item:hover .box-content:after {
  opacity: 0;
}

.service.service-3 .services-item:hover .box-content .icon {
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
}

.service.service-3 .services-item:hover .box-content .content {
  margin-top: -80px;
}

.service.service-3 .services-item:hover .box-content .content p {
  position: relative;
  opacity: 1;
}

.hero-about .sm-title-block {
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 1.6;
}

.hero-about .sm-title-block + p {
  margin-top: 20px;
}

.services-about {
  position: relative;
  overflow: hidden;
}

.services-about .services-wp {
  position: relative;
}

.services-about .services-wp .box-title-services {
  position: relative;
  padding-right: 50px;
}

@media only screen and (max-width: 991px) {
  .services-about .services-wp .box-title-services {
    padding-right: 0;
  }
}

.services-about .services-wp .box-title-services ul {
  position: relative;
  list-style: none;
}

@media only screen and (max-width: 991px) {
  .services-about .services-wp .box-title-services ul {
    margin-bottom: 30px;
  }
}

.services-about .services-wp .box-title-services ul li {
  padding: 15px 0px;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  line-height: 1.5;
  border-bottom: 1px solid #0e0e0d;
}

.v-light:not(.no-light) .services-about .services-wp .box-title-services ul li {
  color: #000;
  border-color: #bebebe;
}

@media only screen and (max-width: 991px) {
  .services-about .services-wp .box-title-services ul li {
    display: inline-block;
    margin-right: 15px;
    border-bottom: 0;
    padding: 0;
  }
}

.services-about .services-wp .box-title-services ul li:first-of-type {
  padding-top: 0;
}

.services-about .services-wp .box-title-services ul li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.services-about .services-wp .box-title-services ul li.active {
  color: #ceca24;
}

.v-light:not(.no-light) .services-about .services-wp .box-title-services ul li.active {
  color: #d90a2c;
}

.services-about .services-wp .content {
  position: relative;
}

.services-about .services-wp .content .services-item-info {
  position: relative;
  display: none;
}

.services-about .services-wp .content .services-item-info h5 {
  color: #a56433;
  font-weight: 500;
  margin-bottom: 20px;
}

.v-light:not(.no-light) .services-about .services-wp .content .services-item-info h5 {
  color: #d90a2c;
}

.services-about .services-wp .content .services-item-info ul {
  margin-top: 20px;
  list-style: none;
}

.services-about .services-wp .content .services-item-info ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.1;
}

.services-about .services-wp .content .services-item-info ul li:last-child {
  margin-bottom: 0;
}

.services-about .services-wp .content .services-item-info ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border-radius: 100%;
  background: #a56433;
}

.v-light:not(.no-light) .services-about .services-wp .content .services-item-info ul li:after {
  background-color: #d90a2c;
}

.services-about .services-wp .content .services-item-info:first-child {
  display: block;
}

.skills-personal {
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .skills-personal {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.skills-personal .skills-inner {
  position: relative;
  background-color: #000;
  padding-right: 40px;
}

@media only screen and (max-width: 991px) {
  .skills-personal .skills-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.v-light:not(.no-light) .skills-personal .skills-inner {
  background-color: #f9f9f9;
}

.skills-personal .skills-inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150%;
  height: 100%;
  left: -50%;
  background-color: inherit;
  border-top: 2px solid #0e0e0d;
}

@media only screen and (max-width: 991px) {
  .skills-personal .skills-inner::before {
    border: 0;
  }
}

.v-light:not(.no-light) .skills-personal .skills-inner::before {
  border-color: #bebebe;
}

@media only screen and (max-width: 991px) {
  .skills-personal .skills-inner::before {
    right: -25%;
    left: -25%;
  }
}

@media only screen and (max-width: 991px) {
  .skills-personal .skills-inner {
    padding-right: 0;
  }
}

.skills-personal .skills-inner .box-text {
  padding-right: 40px;
}

@media only screen and (max-width: 991px) {
  .skills-personal .skills-inner .skills-wapper {
    margin-top: 30px;
  }
}

.skills-item {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .skills-item {
    margin-bottom: 20px;
  }
}

.skills-item:last-of-type {
  margin-bottom: 0;
}

.skills-item .bar {
  position: relative;
  width: 100%;
  height: 25px;
  background-color: #090909;
  border-radius: 4px;
}

.v-light:not(.no-light) .skills-item .bar {
  background-color: #e6e6e6;
}

.skills-item .bar .fill {
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #a56433;
  background-image: url("../img/pattern.png");
  border-radius: 4px;
}

.v-light:not(.no-light) .skills-item .bar .fill {
  background-color: #d90a2c;
}

.skills-item .bar .fill .number {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.skills-item .bar .fill:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.our-work .container-fluid {
  padding: 0;
}

.our-work .slick-list {
  padding: 0;
}

.our-work .work-item {
  height: 100vh;
}

.our-work .work-item .img-next-box::before {
  z-index: -1;
}

.our-work .work-item img {
  height: 105%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.our-work .work-item:hover img {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.our-work .work-item a {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.our-work .work-item a[data-dsn-grid="moveUp"] img {
  height: 120%;
}

.our-work .work-item .item-border {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: transform 0.6s, background-color 0.6s cubic-bezier(0.08, 0.03, 0.22, 0.87), -webkit-transform 0.6s;
  z-index: 1;
}

.our-work .work-item .item-info {
  left: 0;
  padding: 30px;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  transition: -webkit-transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  -o-transition: transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  transition: transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  transition: transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87), -webkit-transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  z-index: 2;
  top: auto;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .our-work .work-item .item-info {
    padding: 30px 15px;
  }
}

.our-work .work-item .item-info .cat {
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Karla";
  opacity: 0.9;
}

.v-light:not(.no-light) .our-work .work-item .item-info .cat {
  color: rgba(255, 255, 255, 0.69);
}

.our-work .work-item .item-info h4 {
  font-size: 25px;
  -webkit-transition: margin-bottom 0.5s ease;
  -o-transition: margin-bottom 0.5s ease;
  transition: margin-bottom 0.5s ease;
  z-index: 3;
  font-weight: 600;
}

.v-light:not(.no-light) .our-work .work-item .item-info h4 {
  color: #fff;
}

.our-work .work-item .item-info p {
  margin-top: 10px;
}

.v-light:not(.no-light) .our-work .work-item .item-info p {
  color: #fff;
}

.our-work .work-item .item-info span {
  margin-top: 10px;
  color: #fff;
  opacity: 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.our-work .work-item:hover .item-border {
  background-color: rgba(0, 0, 0, 0.8);
}

.our-work .work-item:hover .item-info {
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

.our-work .work-item:hover .item-info h4 {
  margin-bottom: 10px;
}

.our-work .work-item:hover .item-info span {
  opacity: 1;
}

.work-masonry .filterings-t {
  position: relative;
  margin-bottom: 35px;
}

.work-masonry .filterings-t .filtering-wrap {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .work-masonry .filterings-t .filtering-wrap {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .work-masonry .filterings-t .filtering-wrap {
    border-bottom: 0;
    text-align: left;
  }
}

.v-light:not(.no-light) .work-masonry .filterings-t .filtering-wrap {
  border-bottom: solid 2px rgba(190, 190, 190, 0.27);
}

.work-masonry .filterings-t .filtering-wrap .filtering {
  overflow: auto;
  position: relative;
  margin-bottom: -2px;
}

.work-masonry .filterings-t .filtering-wrap .filtering button {
  color: #fff;
  width: auto;
  margin: 0 20px 0 0;
  padding: 0 5px 10px 5px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.work-masonry .filterings-t .filtering-wrap .filtering button:last-child {
  margin: 0;
}

@media only screen and (max-width: 575px) {
  .work-masonry .filterings-t .filtering-wrap .filtering button {
    margin-right: 10px;
  }
  .work-masonry .filterings-t .filtering-wrap .filtering button:last-of-type {
    margin-top: 15px;
  }
}

.v-light:not(.no-light) .work-masonry .filterings-t .filtering-wrap .filtering button {
  color: #0009;
}

.work-masonry .filterings-t .filtering-wrap .filtering button.active {
  font-weight: bold;
  border-bottom: solid 2px #fff;
}

.v-light:not(.no-light) .work-masonry .filterings-t .filtering-wrap .filtering button.active {
  border-bottom: solid 2px #bebebe;
}

.work-masonry .filterings-t.text-center .filtering-wrap {
  margin: auto;
}
accent-menu
.work-masonry .projects-list .work-item-box {
  width: auto;
  padding: 0;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}

.work-masonry .projects-list .work-item-box .work-item {
  height: auto;
}

.work-masonry .projects-list .work-item-box .work-item .cover-bg-img::before {
  display: none;
}

.awards-section {
  position: relative;
}

.awards-section .awards-item {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #1e1e1e;
}

.v-light:not(.no-light) .awards-section .awards-item {
  border-color: #bebebe;
}

.awards-section .awards-item .sm-title-block {
  letter-spacing: 0;
}

.awards-section .awards-item .btn {
  background-color: #a56433;
}

.v-light:not(.no-light) .awards-section .awards-item .btn {
  background-color: #d90a2c;
}

@media only screen and (max-width: 767px) {
  .awards-section .awards-item .block-awards {
    text-align: left;
  }
  .awards-section .awards-item .block-awards .btn {
    margin-top: 20px;
  }
}

.awards-section .awards-item:first-of-type {
  padding-top: 0;
}

.awards-section .awards-item:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.our-blog.our-blog-classic .blog-classic-item:nth-of-type(n + 4) {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .our-blog.our-blog-classic .blog-classic-item:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .our-blog.our-blog-classic .blog-classic-item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

.our-blog.our-blog-classic .blog-item {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 40px 20px;
  border: 2px solid #0e0e0d;
  margin-right: 0;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.39);
}

.v-light:not(.no-light) .our-blog.our-blog-classic .blog-item {
  border-color: #bebebe;
}

@media only screen and (max-width: 991px) {
  .our-blog.our-blog-classic .blog-item {
    padding: 30px 25px;
  }
}

.our-blog.our-blog-classic .blog-item .after-bg {
  top: 0;
  left: 0;
  opacity: 20;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.our-blog.our-blog-classic .blog-item .after-bg img {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.our-blog.our-blog-classic .blog-item.blog-item-active .after-bg {
  opacity: 0.1;
}

.our-blog.our-blog-classic .blog-item.blog-item-active .after-bg img {
  opacity: 1;
}

.our-blog.our-blog-classic .blog-item:hover .after-bg {
  opacity: 0.1;
}

.our-blog.our-blog-classic .blog-item:hover .after-bg img {
  opacity: 1;
}

.our-blog.our-blog-classic .blog-item .box-content {
  padding: 0;
}

.our-blog.our-blog-classic .blog-item .box-content .entry-date {
  font-weight: 600;
  margin-bottom: 20px;
}

.our-blog.our-blog-classic .blog-item .box-content .link-vist {
  left: auto;
  bottom: auto;
  margin-top: 20px;
}

.our-blog.our-blog-classic .blog-item .box-content .link-vist .link-vist-text {
  font-weight: bold;
}

.our-blog.our-blog-classic .blog-item .box-content .link-vist .link-vist-text::before {
  height: 1.5px;
}

.our-blog.our-blog-sub .blog-sub-item:nth-of-type(n + 4) {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .our-blog.our-blog-sub .blog-sub-item:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .our-blog.our-blog-sub .blog-sub-item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

.our-blog.our-blog-sub .blog-item {
  padding: 30px 25px;
  overflow: hidden;
}

.our-blog.our-blog-sub .blog-item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(280deg, rgba(255, 255, 255, 0.1), transparent 75%);
  background: -o-linear-gradient(280deg, rgba(255, 255, 255, 0.1), transparent 75%);
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.1), transparent 75%);
  -webkit-transform: skew(-10deg) translateX(50%);
  -ms-transform: skew(-10deg) translateX(50%);
  transform: skew(-10deg) translateX(50%);
  opacity: 0.9;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 2;
}

.our-blog.our-blog-sub .blog-item .after-bg {
  opacity: 0.09;
}

.our-blog.our-blog-sub .blog-item .after-bg img {
  opacity: 1;
}

.our-blog.our-blog-sub .blog-item .box-content {
  position: relative;
  z-index: 2;
}

.our-blog.our-blog-sub .blog-item .box-content .box-content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  ;
}

.our-blog.our-blog-sub .blog-item .box-content .entry-date {
  color: #fff;
  margin-bottom: auto;

}

.v-light:not(.no-light) .our-blog.our-blog-sub .blog-item .box-content .entry-date {
  color: #000;

}

.our-blog.our-blog-sub .blog-item .box-content .entry-date span.day {
  display: block;
  font-size: 35px;
  font-weight: bold;
  color: #a56433;
  line-height: 0.8;

}

.v-light:not(.no-light) .our-blog.our-blog-sub .blog-item .box-content .entry-date span.day {
  color: #d90a2c;

}

.our-blog.our-blog-sub .blog-item .box-content .content-bottom {
  margin-top: 60%;

}

.our-blog.our-blog-sub .blog-item .category {
  margin-bottom: 20px;
}

.our-blog.our-blog-sub .blog-item .category a {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1.2px;
}

.v-light:not(.no-light) .our-blog.our-blog-sub .blog-item .category a {
  color: #0009;
}

.our-blog.our-blog-sub .blog-item .title-block {
  margin-bottom: 0;
}

.our-blog.our-blog-sub .blog-item .link-vist {
  margin-top: 10px;
}

.our-blog.our-blog-sub .blog-item:hover:before {
  -webkit-transform: skew(-10deg) translateX(25%);
  -ms-transform: skew(-10deg) translateX(25%);
  transform: skew(-10deg) translateX(25%);
}

.our-blog.our-blog-sub .blog-item:hover .after-bg {
  opacity: 0.04;
}

.v-light:not(.no-light) .our-blog .link-vist .link-vist-text {
  color: #000;
}

.v-light:not(.no-light) .our-blog .link-vist .link-vist-text:before {
  background-color: #000;
}

.v-light:not(.no-light) .our-blog .link-vist .link-vist-arrow svg * {
  stroke: #000;
}

.video-section {
  height: 90vh;
}

.video-section .text-play,
.video-section .play-btn,
.video-section .icon-circle {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: auto;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .video-section .play-btn {
    background-color: #a56433;
  }
  .v-light:not(.no-light) .video-section .play-btn {
    background-color: #d90a2c;
  }
}

.video-section .icon-circle {
  position: absolute;
  top: 0;
  z-index: -1;
  background-color: #a56433;
}

.v-light:not(.no-light) .video-section .icon-circle {
  background-color: #d90a2c;
}

.video-section .text-play {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.testimonials-2:not(.testimonials-3) .testimonials-main-content {
  padding: 50px 0;
}

@media only screen and (max-width: 767px) {
  .testimonials-2:not(.testimonials-3) .testimonials-main-content {
    padding: 30px 0;
  }
}

.testimonials-2 .slick-list {
  padding: 0 !important;
}

.testimonials-2 .testimonials-nav {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .testimonials-2 .testimonials-nav {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 400px) {
  .testimonials-2 .testimonials-nav {
    display: none;
  }
}

.testimonials-2 .testimonials-nav .testimonials-nav-item-inner {
  width: 100%;
  text-align: center;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  .testimonials-2 .testimonials-nav .testimonials-nav-item-inner {
    width: 100%;
  }
}

.testimonials-2 .testimonials-nav .testimonials-nav-item-inner img {
  width: 100%;
  border-radius: 50%;
}

.testimonials-2 .testimonials-nav .slick-current .testimonials-nav-item-inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.testimonials-2 .testimonials-main-content {
  position: relative;
}

.testimonials-2 .testimonials-main-content:after {
  content: "";
  right: 30px;
  bottom: -40px;
  position: absolute;
  font-size: 150px;
  font-weight: bold;
  color: #fff;
  opacity: 0.3;
}

@media only screen and (max-width: 575px) {
  .testimonials-2 .testimonials-main-content:after {
    display: none;
  }
}

.testimonials-2 .testimonials-main-content .testimonials-item .top-box {
  padding: 0px;
}

@media only screen and (max-width: 767px) {
  .testimonials-2 .testimonials-main-content .testimonials-item .top-box {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonials-2 .testimonials-main-content .testimonials-item .top-box {
    padding: 0 15px;
  }
}

.testimonials-2 .testimonials-main-content .testimonials-item .bottom-box {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;

  -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
  margin-top: 20px;
  padding: 20px 65px 20px 40px;
}

.v-light:not(.no-light) .testimonials-2 .testimonials-main-content .testimonials-item .bottom-box {
  background-color: #d90a2c;
}

@media only screen and (max-width: 767px) {
  .testimonials-2 .testimonials-main-content .testimonials-item .bottom-box {
    padding: 20px 40px 20px 20px;
  }
}

.testimonials-2 .testimonials-main-content .testimonials-item .sm-title-block {
  margin-bottom: 10px;
}

.v-light:not(.no-light) .testimonials-2 .testimonials-main-content .testimonials-item .sm-title-block {
  color: #fff;
}

.testimonials-2 .testimonials-main-content .testimonials-item h6 {
  color: rgba(255, 255, 255, 0.69);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.testimonials-2.testimonials-3 .testimonials-nav {
  position: relative;
  overflow: hidden;
}

.testimonials-2.testimonials-3 .testimonials-nav::before {
  content: "";
  position: absolute;
  top: -35px;
  right: 65%;
  width: 100%;
  height: 350px;

  border-radius: 50%;
}

.v-light:not(.no-light) .testimonials-2.testimonials-3 .testimonials-nav::before {
  border-color: #bebebe;
}

@media only screen and (max-width: 767px) {
  .testimonials-2.testimonials-3 .testimonials-nav::before {
    display: none;
  }
}

.testimonials-2.testimonials-3 .testimonials-nav .testimonials-nav-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  margin-bottom: 10px;
}

.testimonials-2.testimonials-3 .testimonials-nav .testimonials-nav-item-inner img {
  width: 80px;
  border-radius: 50%;
}

.testimonials-2.testimonials-3 .testimonials-nav .testimonials-nav-item-inner .info {
  margin-left: 10px;
}

.testimonials-2.testimonials-3 .testimonials-nav .testimonials-nav-item-inner .info h5 {
  color: #a56433;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}

.v-light:not(.no-light) .testimonials-2.testimonials-3 .testimonials-nav .testimonials-nav-item-inner .info h5 {
  color: #d90a2c;
}

.testimonials-2.testimonials-3 .testimonials-nav .testimonials-nav-item-inner .info h6 {
  font-size: 14px;
  font-weight: 500;
}

.testimonials-2.testimonials-3 .testimonials-nav .slick-current .testimonials-nav-item-inner {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

@media only screen and (max-width: 767px) {
  .testimonials-2.testimonials-3 .testimonials-nav .slick-current .testimonials-nav-item-inner {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.testimonials-2.testimonials-3 .testimonials-main-content {
  position: relative;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .testimonials-2.testimonials-3 .testimonials-main-content {
    padding-bottom: 0;
  }
}

.testimonials-2.testimonials-3 .testimonials-main-content:after {
  display: none;
}

.testimonials-2.testimonials-3 .testimonials-main-content .testimonials-item {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .testimonials-2.testimonials-3 .testimonials-main-content .testimonials-item .top-box {
    padding-left: 0;
  }
}

.testimonials-2.testimonials-3 .testimonials-main-content .testimonials-item:after {
  content: "”";
  position: absolute;
  top: -15px;
  left: 0;
  font-size: 40px;
  line-height: 0.7;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.testimonials-2.testimonials-3 .testimonials-main-content .testimonials-item:before {
  content: "”";
  position: absolute;
  bottom: -15px;
  right: 0;
  font-size: 40px;
  line-height: 0.7;
}

@media only screen and (max-width: 767px) {
  .testimonials-2.testimonials-3 .testimonials-main-content .testimonials-item {
    padding: 0;
  }
}

.testimonials-2.testimonials-3 .slick-arrow {
  bottom: -20px;
  width: 40px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 2;
}

.testimonials-2.testimonials-3 .slick-arrow.fa-angle-left {
  left: 47%;

}

.testimonials-2.testimonials-3 .slick-arrow.fa-angle-right {
  left: 51%;
}

@media only screen and (max-width: 767px) {
  .testimonials-2.testimonials-3 .slick-arrow {
    display: none !important;
  }
}

.testimonials-2.testimonials-3.testimonials-new {
  position: relative;
}

.testimonials-2.testimonials-3.testimonials-new .testimonials-inner {
  position: relative;
}

.testimonials-2.testimonials-3.testimonials-new .testimonials-inner:after {
  content: "”";
  font-family: sans-serif;
  position: absolute;
  font-family: sans-serif;
  position: absolute;
  bottom: -70px;
  right: 30px;
  font-weight: 800;
  font-size: 165px;
  line-height: 100px;
  color: #fff;
}

.v-light:not(.no-light) .testimonials-2.testimonials-3.testimonials-new .testimonials-inner:after {
  color: #000;
}

.testimonials-2.testimonials-3.testimonials-new .testimonials-inner .testimonials-item .top-box .p-larg {
  font-family: "Roboto";
}

.testimonials-2.testimonials-3.testimonials-new .testimonials-inner .testimonials-item .top-box h5 {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.v-light:not(.no-light) .testimonials-2.testimonials-3.testimonials-new .testimonials-inner .testimonials-item .top-box h5 {
  color: #000;
}

.testimonials-2.testimonials-3.testimonials-new .testimonials-inner .testimonials-item .top-box h5::before, .testimonials-2.testimonials-3.testimonials-new .testimonials-inner .testimonials-item .top-box h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}

.testimonials-2.testimonials-3.testimonials-new .testimonials-inner .testimonials-item .top-box h5::after {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}

.v-light:not(.no-light) .testimonials-2.testimonials-3.testimonials-new .testimonials-inner .testimonials-item .top-box h5::after {
  background-color: #000;
}

.testimonials-2.testimonials-3.testimonials-new .testimonials-inner .testimonials-item .top-box h5::before {
  bottom: 3px;
  width: 80px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #eeeeee), color-stop(35%, #bababa), color-stop(65%, #999), to(#212121));
  background: -webkit-linear-gradient(left, #eeeeee 0, #bababa 35%, #999 65%, #212121 100%);
  background: -o-linear-gradient(left, #eeeeee 0, #bababa 35%, #999 65%, #212121 100%);
  background: linear-gradient(to right, #eeeeee 0, #bababa 35%, #999 65%, #212121 100%);
}

.testimonials-2.testimonials-3.testimonials-new .section-title-2 {
  position: absolute;
  width: 100%;
  text-align: right;
  margin-bottom: 0;
  top: -60px;
  margin-right: 80px;
  left: 0;
  padding-right: 35px;
}

@media only screen and (max-width: 991px) {
  .testimonials-2.testimonials-3.testimonials-new .section-title-2 {
    position: relative;
    text-align: left;
    top: auto;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonials-2.testimonials-3.testimonials-new .section-title-2 {
    margin-bottom: 40px;
  }
}

.testimonials-2.testimonials-3.testimonials-new .testimonials-inner {
  padding: 60px 35px;
}

@media only screen and (max-width: 767px) {
  .testimonials-2.testimonials-3.testimonials-new .testimonials-inner {
    padding: 60px 15px;
  }
}

.testimonials-2.testimonials-3.testimonials-new .testimonials-nav:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 70%;
  width: 100%;
  height: 210px;

  border-radius: 50%;
}

.testimonials-2.testimonials-3.testimonials-new .testimonials-nav .testimonials-nav-item {
  margin: 3px 0;
}

.testimonials-2.testimonials-3.testimonials-new .testimonials-nav-item-inner {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.testimonials-2.testimonials-3.testimonials-new .testimonials-nav-item-inner img {
  width: 50px;
  border-radius: 50%;
}

/***
    END Testimonials
 */
.brand-inner .slick-list {
  padding: 20px;
}

.brand-inner .slick-list::before, .brand-inner .slick-list::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.03);
}

.brand-inner .slick-list::before {
  top: 20px;
}

.brand-inner .slick-list::after {
  bottom: 20px;
}

.brand-inner .slick-slide {
  position: relative;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.v-light:not(.no-light) .brand-inner .slick-slide {
  background-color: #090909;
}

.brand-inner .slick-slide .after-bg {
  left: 0;
  top: 0;
  opacity: 0.1;
}

.brand-inner .slick-slide:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 160px;
  background: rgba(255, 255, 255, 0.03);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.v-light:not(.no-light) .brand-inner .slick-slide:before {
  background-color: #bebebe;
}

.brand-inner .slick-slide .brand-item {
  z-index: 2;
}

.brand-inner .slick-slide img {
  width: 110px;
}

.brand-client {
  position: relative;
}

.brand-client .wapper-client {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brand-client .wapper-client .logo-box {
  position: relative;
  background-color: #090909;
  border: 2px solid #0e0e0d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(25% - 2px);
  padding: 15px;
  min-height: 240px;
  margin-right: 2px;
  margin-bottom: 2px;
  overflow: hidden;
}

.v-light:not(.no-light) .brand-client .wapper-client .logo-box {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: #bebebe;
}

.brand-client .wapper-client .logo-box .after-bg {
  top: 0;
  left: 0;
  opacity: 0.1;
}

@media only screen and (max-width: 991px) {
  .brand-client .wapper-client .logo-box {
    width: calc(33.333% - 2px);
  }
}

@media only screen and (max-width: 767px) {
  .brand-client .wapper-client .logo-box {
    width: calc(50% - 2px);
  }
}

@media only screen and (max-width: 575px) {
  .brand-client .wapper-client .logo-box {
    width: 100%;
  }
}

.brand-client .wapper-client .logo-box img {
  max-width: 180px;
  margin: auto;
}

.brand-client .wapper-client .logo-box .info {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

.brand-client .wapper-client .logo-box .info .content {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-clip-path 0.56s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-clip-path 0.56s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: clip-path 0.56s cubic-bezier(0.77, 0, 0.175, 1);
  transition: clip-path 0.56s cubic-bezier(0.77, 0, 0.175, 1);
  transition: clip-path 0.56s cubic-bezier(0.77, 0, 0.175, 1), -webkit-clip-path 0.56s cubic-bezier(0.77, 0, 0.175, 1);
  background: #000;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 0);
}

.v-light:not(.no-light) .brand-client .wapper-client .logo-box .info .content {
  background-color: #f9f9f9;
}

.brand-client .wapper-client .logo-box .info .content .entry {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10%;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.brand-client .wapper-client .logo-box .info .content .entry div {
  width: 100%;
}

.brand-client .wapper-client .logo-box .info .content .entry div h5 {
  margin-bottom: 20px;
}

.brand-client .wapper-client .logo-box .info .content .entry div a {
  letter-spacing: 2px;
  font-weight: 600;
}

.brand-client .wapper-client .logo-box .info:hover .content {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.facts {
  height: 80vh;
}

@media only screen and (max-width: 991px) {
  .facts {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.facts .bg-section div::before {
  z-index: 1;
}

.v-light:not(.no-light) .facts .section-title  {
  color: #fff;
}

.facts .section-title p {
  font-weight: 600;
}

.v-light:not(.no-light) .facts .section-title p {
  color: rgba(255, 255, 255, 0.69);
}

@media only screen and (max-width: 991px) {
  .facts .section-title p {
    margin-left: 0;
  }
}

.facts .section-title span {
  line-height: 50%;
}

@media only screen and (max-width: 991px) {
  .facts .section-title span {
    display: none;
  }
}

.facts .section-title span img {
  width: 70px;
}

.facts .facts-inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.facts .facts-inner .fact-item {
  width: calc(33.33333% - 15px);
  margin-right: 15px;
  border: 1px solid rgba(165, 100, 51, 0.44);
}

.facts .facts-inner .fact-item:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 575px) {
  .facts .facts-inner .fact-item {
    width: 100%;
    margin-right: 0;
  }
  .facts .facts-inner .fact-item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

.v-light:not(.no-light) .facts .facts-inner .fact-item {
  border-color: #d90a2c;
}

.facts .facts-inner .fact-item .box-title {
  padding: 30px 20px;
}

@media only screen and (max-width: 767px) {
  .facts .facts-inner .fact-item .box-title {
    padding: 30px 15px;
  }
}

.facts .facts-inner .fact-item .box-title h5 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}

.v-light:not(.no-light) .facts .facts-inner .fact-item .box-title h5 {
  color: #fff;
}

.facts .facts-inner .fact-item .box-title:after {
  content: "";
  width: 40px;
  height: 3px;
  background: #a56433;
  position: absolute;
  left: 15px;
  top: 0;
}

.v-light:not(.no-light) .facts .facts-inner .fact-item .box-title:after {
  background-color: #d90a2c;
}

.facts .facts-inner .fact-item .box-number {
  padding: 30px 20px;
}

@media only screen and (max-width: 767px) {
  .facts .facts-inner .fact-item .box-number {
    padding: 30px 15px;
  }
}

.facts .facts-inner .fact-item .box-number .number {
  color: #fff;
  font-weight: bold;
  font-size: 70px;
  line-height: 0.9;
  letter-spacing: 2px;
}

@media only screen and (max-width: 575px) {
  .facts .facts-inner .fact-item .box-number .number {
    font-size: 42px;
  }
}

.fact-number .fact-number-inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fact-number .fact-number-inner .fact-number-item {
  width: 33.33333%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-color: #0e0e0d;
  border-style: solid;
  border-width: 0 1px 1px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fact-number .fact-number-inner .fact-number-item:nth-child(3), .fact-number .fact-number-inner .fact-number-item:nth-child(6) {
  border-right-width: 0;
}

.fact-number .fact-number-inner .fact-number-item:before {
  content: "";
  display: block;
  padding-top: 80%;
}

.fact-number .fact-number-inner .fact-number-item span {
  font-family: "Roboto";
  color: #fff;
}

.fact-number .fact-number-inner .fact-number-item .fact-num {
  font-size: 160px;
  font-family: "Roboto";
  letter-spacing: 0.05vw;
}

.fact-number .fact-number-inner .fact-number-item .fact-num-title {
  top: 62%;
  left: 68px;
  max-width: 190px;
  padding: 15px 8px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
}

.team .team-item-inner:nth-of-type(n + 4) {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .team .team-item-inner:nth-of-type(n + 3) {
    /* margin-top: 30px; */
  }
}

@media only screen and (max-width: 575px) {
  .team .team-item-inner:nth-of-type(n + 2) {
    /* margin-top: 30px; */
  }
}

.team .team-item {
  border: 2px solid #0e0e0d;

}

.v-light:not(.no-light) .team .team-item {
  border-color: #bebebe;
}

.team .team-item .box-img {
  position:relative;
  width: 100%;
  height: 400px;
}



.team .team-item .box-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(27, 26, 26, 0.5);
  -webkit-box-shadow: inset 0 -75px 60px -35px #171616;
  box-shadow: inset 0 -75px 60px -35px #171616;
  -webkit-transition: opacity 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  -o-transition: opacity 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  transition: opacity 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  z-index: 1;
}

.team .team-item .box-social {
  position: absolute;
  top: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0px;
  z-index: 3;
}

.team .team-item .box-social ul {
  position: absolute;
  top: 0;
  visibility: hidden;
}

.team .team-item .box-social ul li {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-bottom: -15px;
  -webkit-transition: all 0.2s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  -o-transition: all 0.2s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  transition: all 0.2s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  -webkit-transition-delay: calc(70ms * var(--html-dsn-index));
  -o-transition-delay: calc(70ms * var(--html-dsn-index));
  transition-delay: calc(70ms * var(--html-dsn-index));
  opacity: 0;
}

.team .team-item .box-social ul li .icon-circle {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  border-radius: 50%;
  border: 1px solid #a56433;
  z-index: -1;
  opacity: 0;
}

.v-light:not(.no-light) .team .team-item .box-social ul li .icon-circle {
  border: #d90a2c;
}

.team .team-item .box-social ul li a {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

.team .team-item .box-social ul li:hover .icon-circle {
  opacity: 1;
}

.team .team-item .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 15px;
  padding: 18px 24px 15px;
  backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.39);
  width: calc(100% - 30px);
  z-index: 3;
}

.v-light:not(.no-light) .team .team-item .text-box {
  background-color: #e6e6e6;
}

.team .team-item .text-box h5 {
  position: relative;
  color: rgba(255, 255, 255, 0.69);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.2px;
  margin-bottom: 10px;

}

.v-light:not(.no-light) .team .team-item .text-box h5 {
  color: #0009;
}

.team .team-item .text-box h5:before {

  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #ceca24;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.v-light:not(.no-light) .team .team-item .text-box h5:before {
  background-color: #d90a2c;
}

.team .team-item .text-box h3 {
  color: #fff;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.v-light:not(.no-light) .team .team-item .text-box h3 {
  color: #000;
}

.team .team-item:hover .box-img::after {
  opacity: 1;
}

.team .team-item:hover .box-social ul {
  visibility: visible;
}

.team .team-item:hover .box-social ul li {
  opacity: 1;
  margin-bottom: 5px;
}

[data-dsn-grid="move-up"],
[data-dsn-grid="moveUp"] {
  position: relative;
  overflow: hidden;
  height: 100vh;
  will-change: transform;
  -webkit-transform: rotateX(2deg);
  transform: rotateX(2deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

.container [data-dsn-grid="move-up"], .header-project .link-vist [data-dsn-grid="move-up"], .container [data-dsn-grid="moveUp"], .header-project .link-vist [data-dsn-grid="moveUp"] {
  height: 80vh;
}

[data-dsn-grid="move-up"] img,
[data-dsn-grid="move-up"] video,
[data-dsn-grid="moveUp"] img,
[data-dsn-grid="moveUp"] video {
  position: relative;
  width: 100%;
  top: -10%;
  height: 150%;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

[data-dsn-grid="move-up"] img.has-bigger-scale,
[data-dsn-grid="move-up"] video.has-bigger-scale,
[data-dsn-grid="moveUp"] img.has-bigger-scale,
[data-dsn-grid="moveUp"] video.has-bigger-scale {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

[data-dsn-grid="move-up"] img.has-skew,
[data-dsn-grid="move-up"] video.has-skew,
[data-dsn-grid="moveUp"] img.has-skew,
[data-dsn-grid="moveUp"] video.has-skew {
  -webkit-transform-origin: 0 90%;
  -ms-transform-origin: 0 90%;
  transform-origin: 0 90%;
  -webkit-transform: skewX(5deg);
  -ms-transform: skewX(5deg);
  transform: skewX(5deg);
}

[data-dsn-grid="move-up"] img.has-opposite-direction,
[data-dsn-grid="move-up"] video.has-opposite-direction,
[data-dsn-grid="moveUp"] img.has-opposite-direction,
[data-dsn-grid="moveUp"] video.has-opposite-direction {
  height: 120%;
  top: 0;
}

[data-dsn-grid="move-up"] img[data-dsn-scale="1"],
[data-dsn-grid="move-up"] video[data-dsn-scale="1"],
[data-dsn-grid="moveUp"] img[data-dsn-scale="1"],
[data-dsn-grid="moveUp"] video[data-dsn-scale="1"] {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

[data-dsn-grid="move-up"].h-100,
[data-dsn-grid="moveUp"].h-100 {
  height: 75vh;
}

.section-p  {
  max-width: 750px;
  font-size: 25px;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .section-p  {
    font-size: 22px;
  }
}

.section-p .title {
  font-size: 46px;
  margin-bottom: 30px;
  color: #a56433;
  text-transform: uppercase;
}

.v-light:not(.no-light) .section-p .title {
  color: #d90a2c;
}

@media only screen and (max-width: 767px) {
  .section-p.title {
    font-size: 28px;
  }
}

.section-p .caption-p {
  margin-top: 15px;
  color: #fff;
}

.v-light:not(.no-light) .section-p .caption-p {
  color: #000;
}

.box-seat {
  position: relative;
}

.box-seat [data-overlay]:before, .box-seat [data-dsn="rStories"].work-masonry .story-item:before, [data-dsn="rStories"].work-masonry .box-seat .story-item:before {
  z-index: 1;
}

.box-seat .pro-text {
  position: absolute;
  background-color: #090909;
  padding: 80px;
  right: 80px;
  bottom: -50px;
  border-radius: 7px;
}

@media only screen and (max-width: 767px) {
  .box-seat .pro-text {
    padding: 80px 30px;
  }
}

@media only screen and (max-width: 575px) {
  .box-seat .pro-text {
    padding: 80px 15px;
  }
}

.box-seat .pro-text:not(.container) {
  max-width: 600px;
}

.box-seat .pro-text .title-cover {
  left: 0;
}

.box-seat .pro-text h3 {
  font-size: 40px;
  font-weight: 600;
}

@media only screen and (max-width: 575px) {
  .box-seat .pro-text h3 {
    font-size: 22px;
  }
}

.v-light:not(.no-light) .box-seat .pro-text {
  background-color: #e6e6e6;
}

.v-light:not(.no-light) .box-seat .pro-text h3 {
  color: #fff;
}

.box-seat .pro-text p {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .box-seat .pro-text p {
    margin-top: 20px;
  }
}

.v-light:not(.no-light) .box-seat .pro-text p {
  color: rgba(255, 255, 255, 0.69);
}

.box-seat.box-seat-full .pro-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: rgba(13, 13, 13, 0.7);
  height: 80%;
  top: 10%;
}

.v-light:not(.no-light) .box-seat.box-seat-full .pro-text {
  background-color: rgba(0, 0, 0, 0.42);
}

@media only screen and (max-width: 991px) {
  .v-light:not(.no-light) .box-seat.box-seat-full .pro-text {
    background-color: black;
  }
}

.v-light:not(.no-light) .box-seat.box-seat-full .pro-text h3 {
  color: #fff;
}

.v-light:not(.no-light) .box-seat.box-seat-full .pro-text p {
  color: rgba(255, 255, 255, 0.69);
}

.v-light:not(.no-light) .box-seat.box-seat-full .pro-text .link-custom a {
  color: #fff;
}

.v-light:not(.no-light) .box-seat.box-seat-full .pro-text .link-custom a:before {
  color: #000;
  background-color: #fff;
}

.box-seat.box-seat-bottom {
  margin-bottom: 0;
}

.box-seat.box-seat-bottom .pro-text {
  position: relative;
  width: 100%;
  bottom: 150px;
  text-align: center;
  margin-bottom: -150px;
  border-radius: 3px 3px 0 0;
  right: auto;
}

@media only screen and (max-width: 767px) {
  .box-seat.box-seat-bottom .pro-text {
    width: 100%;
  }
}

.v-light:not(.no-light) .box-seat.box-seat-bottom .pro-text h3 {
  color: #000;
}

.v-light:not(.no-light) .box-seat.box-seat-bottom .pro-text p {
  color: #0009;
}

@media only screen and (max-width: 575px) {
  .box-seat.box-seat-center .inner-img {
    height: 80vh;
  }
}

.box-seat.box-seat-center .pro-text {
  max-width: 80%;
  right: 10%;
  bottom: unset;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(9, 9, 9, 0.7);
}

@media only screen and (max-width: 991px) {
  .box-seat.box-seat-center .pro-text {
    max-width: 100%;
    right: 0;
    padding: 40px 20px;
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .box-seat.box-seat-center .pro-text {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .box-seat.box-seat-center .pro-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.mask-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(70% + 20px);
  height: 100%;
  background-color: #090909;
  z-index: -1;
}

.v-light:not(.no-light) .mask-bg {
  background-color: #e6e6e6;
}

.slider-project {
  position: relative;
}

.slider-project .item-project {
  height: 85vh;
}

.slider-project .slick-list {
  cursor: -webkit-grab;
  cursor: grab;
}

.slider-project .slick-slide {
  overflow: hidden;
}

.slider-project .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}

.slider-project .slick-slide.slick-current img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.slider-project.slider-project-3 .item-project {
  height: 75vh;
}

.slider-project.slider-project-3.slider-project-min-height .item-project {
  height: 55vh;
}

.slider-project.slider-project-3 .slick-list {
  padding: 0 20% 0 20%;
}

@media only screen and (max-width: 767px) {
  .slider-project.slider-project-3 .slick-list {
    padding: 0 10% 0 10%;
  }
}

@media only screen and (max-width: 575px) {
  .slider-project.slider-project-3 .slick-list {
    padding: 0 0 0 0;
  }
}

.slider-project.slider-project-3 .slick-slide {
  margin: 0 10px;
}

.slider-project.slider-project-3 .slick-slide img {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 575px) {
  .slider-project.slider-project-3 .slick-slide img {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.box-gallery-vertical {
  position: relative;
  overflow: hidden;
}

.box-gallery-vertical .title-cover {
  text-align: left;
}

.box-gallery-vertical.box-gallery-vertical-order .mask-bg {
  left: 0;
  right: auto;
}

.box-gallery-vertical.box-gallery-vertical-order .row .col-lg-6:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.box-gallery-vertical.box-gallery-vertical-order .box-info {
  padding-right: 50px;
  padding-left: 0;
}

@media only screen and (max-width: 991px) {
  .box-gallery-vertical.box-gallery-vertical-order .box-info {
    padding-left: 30px;
    padding-top: 0;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .box-gallery-vertical.box-gallery-vertical-order .box-info {
    padding-bottom: 30px;
    padding-left: 0;
  }
}

.box-gallery-vertical.box-gallery-vertical-order .box-info .vertical-title::before {
  display: none;
}

.box-gallery-vertical [data-dsn-grid="moveUp"] {
  height: 100vh;
  max-width: 500px;
}

.box-gallery-vertical .vertical-title {
  position: relative;
}

.box-gallery-vertical .vertical-title::before {
  content: "";
  height: 1px;
  background: #fff;
  position: absolute;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  left: -25px;
  right: auto;
  width: 100px;
  top: 50%;
}

.v-light:not(.no-light) .box-gallery-vertical .vertical-title::before {
  background-color: #000;
}

.box-gallery-vertical .vertical-title  {
  font-size: 42px;
  margin-bottom: 30px;
}

.box-gallery-vertical .box-info {
  position: relative;
  padding-left: 10px;
}

.box-gallery-vertical h6 {
  font-family: "Karla";
  margin-bottom: 20px;
  line-height: 1.6;
}

.box-gallery-vertical .back_stage__subtitle {
  color: #fff;
  max-width: 270px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .box-gallery-vertical {
    padding: 0;
  }
  .box-gallery-vertical .box-im {
    margin: 0;
    max-width: 100%;
  }
  .box-gallery-vertical .mask-bg {
    display: none;
  }
  .box-gallery-vertical [data-dsn-grid="moveUp"] {
    height: 80vh;
  }
  .box-gallery-vertical .box-info {
    padding: 30px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 991px) and (max-width: 991px) {
  .box-gallery-vertical .box-info {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .box-gallery-vertical .box-info .vertical-title:before {
    display: none;
  }
  .box-gallery-vertical .box-info .vertical-title  {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: inherit;
  }
  .box-gallery-vertical .box-info .vertical-title p {
    font-size: 14px;
  }
  .box-gallery-vertical h6 {
    margin-bottom: 10px;
    font-weight: 600;
  }
  .box-gallery-vertical .link-custom {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .box-gallery-vertical .box-im {
    margin: 0;
    max-width: 100%;
  }
  .box-gallery-vertical .box-info {
    margin-bottom: 0;
    padding: 30px 0 0 0;
  }
  .box-gallery-vertical .box-info .vertical-title  {
    font-size: 25px;
  }
  .box-gallery-vertical .box-info .vertical-title h6 {
    font-size: 16px;
  }
  .box-gallery-vertical .box-info .vertical-title p {
    font-weight: 400;
  }
  .box-gallery-vertical .link-custom {
    margin-top: 20px;
  }
}

.box-gallery-vertical .mask-bg + div:not(.container) {
  overflow: hidden;
}

.box-gallery-vertical.box-gallery-content {
  padding: 0;
}

.box-gallery-vertical.box-gallery-content .mask-bg {
  display: none;
}

.box-gallery-vertical.box-gallery-content .bg-mask-content {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .box-gallery-vertical.box-gallery-content .bg-mask-content {
    margin-bottom: 0;
  }
}

.box-gallery-vertical.box-gallery-content .bg-mask-content .mask-bg-2 {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  right: 50%;
  margin-left: -30vw;
  margin-right: -50vw;
  background-color: #090909;
  border-radius: 7px;
}

.v-light:not(.no-light) .box-gallery-vertical.box-gallery-content .bg-mask-content .mask-bg-2 {
  background-color: #e6e6e6;
}

@media only screen and (max-width: 991px) {
  .box-gallery-vertical.box-gallery-content .bg-mask-content .mask-bg-2 {
    display: none;
  }
}

.box-gallery-vertical.box-gallery-content .bg-mask-content h6,
.box-gallery-vertical.box-gallery-content .bg-mask-content p {
  position: relative;
}

.box-gallery-vertical.box-gallery-content .bg-mask-content h6 {
  padding-top: 30px;
}

@media only screen and (max-width: 991px) {
  .box-gallery-vertical.box-gallery-content .bg-mask-content h6 {
    padding-top: 0;
  }
}

.box-gallery-vertical.box-gallery-content .bg-mask-content p {
  padding-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .box-gallery-vertical.box-gallery-content .bg-mask-content p {
    padding-bottom: 0;
  }
}

.box-gallery-vertical.box-gallery-content .bg-mask-content + div {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .box-gallery-vertical.box-gallery-content .bg-mask-content + div {
    margin-top: 0;
  }
}

.box-gallery-vertical.box-gallery-content.box-gallery-vertical-order .bg-mask-content {
  z-index: 1;
}

.box-gallery-vertical.box-gallery-content.box-gallery-vertical-order .bg-mask-content .mask-bg-2 {
  width: 58vw;
}

@media only screen and (min-width: 576px) {
  .fill-right-container {
    width: calc(100% - calc(-100vw / 2 + 100% / 2) - 15px);
  }
}

.full-width {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.colection-image .project-image-collage {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 767px) {
  .colection-image .project-image-collage {
    -ms-grid-columns: unset;
    grid-template-columns: unset;
  }
}

.colection-image .project-image-collage[data-dsn-grid="moveUp"] {
  height: 70vh;
}

.colection-image .project-image-collage:nth-of-type(n + 2) {
  margin-top: 40px;
}

.colection-image .project-image-collage a {
  height: 70vh;
}

@media only screen and (max-width: 575px) {
  .colection-image .project-image-collage {
    -ms-grid-columns: unset;
    grid-template-columns: unset;
  }
}

.colection-image .project-image-collage.project-collage-two-left {
  -ms-grid-columns: 35% 65%;
  grid-template-columns: 35% 65%;
}

@media only screen and (max-width: 767px) {
  .colection-image .project-image-collage.project-collage-two-left {
    -ms-grid-columns: unset;
    grid-template-columns: unset;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    height: auto;
  }
}

.colection-image .project-image-collage.project-collage-two-right {
  -ms-grid-columns: 60% 40%;
  grid-template-columns: 60% 40%;
}

@media only screen and (max-width: 767px) {
  .colection-image .project-image-collage.project-collage-two-right {
    -ms-grid-columns: unset;
    grid-template-columns: unset;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    height: auto;
  }
}

.gallery-col {
  position: relative;
  overflow: hidden;
  background-color: #090909;
}

.v-light:not(.no-light) .gallery-col {
  background-color: #e6e6e6;
}

.gallery-col .box-im {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}

.gallery-col .box-im a {
  height: 70vh;
}

@media only screen and (max-width: 991px) {
  .gallery-col .box-im {
    padding: 40px 40px 40px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-col .box-im {
    padding: 80px 60px;
  }
  .gallery-col .box-im .caption {
    left: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .gallery-col .box-im {
    padding: 80px 20px;
  }
  .gallery-col .box-im .caption {
    left: -20px;
  }
}

.gallery-col .box-im:nth-child(even) {
  background-color: #000;
}

.v-light:not(.no-light) .gallery-col .box-im:nth-child(even) {
  background-color: #f9f9f9;
}

.gallery-col .box-im .image-zoom {
  width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  text-align: center;
}

.gallery-col .box-im .image-zoom img {
  max-width: 100%;
  -webkit-transition: all 750ms ease-in-out;
  -o-transition: all 750ms ease-in-out;
  transition: all 750ms ease-in-out;
}

.project-image-vertical {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .project-image-vertical .row {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

.project-image-vertical .image-vertical-item {
  position: relative;
}

.project-image-vertical .image-vertical-item .captions {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  bottom: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
}

.v-light:not(.no-light) .project-image-vertical .image-vertical-item .captions {
  color: #000;
}

.project-image-vertical .image-vertical-item a {
  width: 100%;
}

.project-image-vertical .image-vertical-item:nth-of-type(odd) a {
  padding-right: 10%;
}

@media only screen and (max-width: 767px) {
  .project-image-vertical .image-vertical-item:nth-of-type(odd) a {
    padding-right: 0;
  }
}

.project-image-vertical .image-vertical-item:nth-of-type(odd) .captions {
  right: 2.5%;
}

@media only screen and (max-width: 767px) {
  .project-image-vertical .image-vertical-item:nth-of-type(odd) .captions {
    right: auto;
    left: 15px;
    bottom: 15px;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
  }
}

.project-image-vertical .image-vertical-item:nth-of-type(even) a {
  padding-left: 10%;
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .project-image-vertical .image-vertical-item:nth-of-type(even) a {
    padding-left: 0;
    margin-top: 0;
  }
}

.project-image-vertical .image-vertical-item:nth-of-type(even) .captions {
  left: 2.5%;
}

@media only screen and (max-width: 767px) {
  .project-image-vertical .image-vertical-item:nth-of-type(even) .captions {
    left: 15px;
    bottom: 15px;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
  }
}

.slider-project-swiper {
  position: relative;
}

.slider-project-swiper[data-dsn-grid="moveUp"] {
  height: 70vh;
}

.slider-project-swiper .swiper-container {
  width: 100%;
  height: 100%;
}

.slider-project-swiper .swiper-slide {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 70%;
  height: 80vh;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .slider-project-swiper .swiper-slide {
    width: 100%;
  }
}

.slider-project-swiper .swiper-slide img {
  width: auto;
}

.bg-color-global {
  background-color: #000;
}

.v-light:not(.no-light) .bg-color-global {
  background-color: #f9f9f9;
}

@media only screen and (min-width: 992px) {
  .wrapper > *:first-child.dsn-under-header {
    position: relative;
    margin-top: -80px;
    z-index: 2;
  }
  .wrapper > *:first-child.dsn-under-header .section-title, .wrapper > *:first-child.dsn-under-header .section-title-2 {
    display: none;
  }
}

.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar, .sidebar-single, .dsn-work-scrollbar {
  overflow:visible;
  height: 100vh;
}

.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar .scrollbar-track, .sidebar-single .scrollbar-track, .dsn-work-scrollbar .scrollbar-track {
  background: none;
  width: 5px;
}

.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar .scrollbar-track .scrollbar-thumb, .sidebar-single .scrollbar-track .scrollbar-thumb, .dsn-work-scrollbar .scrollbar-track .scrollbar-thumb {
  background: #424242;
  width: 5px;
}

.admin-bar.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar, .sidebar-single, .dsn-work-scrollbar {
  height: calc(100vh - 46px);
}

@media screen and (min-width: 783px) {
  .admin-bar.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar, .sidebar-single, .dsn-work-scrollbar {
    height: calc(100vh - 32px);
  }
}

.locked-scroll #dsn-scrollbar {
  background-color: #000;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/* -------------------------------------------------------
                   Header
-------------------------------------------------------- */
.intro-project-details {
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.intro-project-details .descrption-item {
  padding-top: 30px;
  padding-right: 50px;
}

@media only screen and (max-width: 991px) {
  .intro-project-details .descrption-item {
    width: 33.333%;
    padding-top: 30px;
    padding-right: 15px;
  }
}

.intro-project-details .descrption-item:last-of-type {
  padding-right: 0;
}

.intro-project-details .descrption-item h5 {
  position: relative;
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.v-light:not(.no-light) [data-dsn-header="project"], .v-light:not(.no-light)
[data-dsn-header="personal"] {
  background-color: #000;
}

.v-light:not(.no-light) [data-dsn-header="project"] .link-custom, .v-light:not(.no-light)
[data-dsn-header="personal"] .link-custom {
  color: #fff;
}

.v-light:not(.no-light) [data-dsn-header="project"] .link-custom .link-text, .v-light:not(.no-light)
[data-dsn-header="personal"] .link-custom .link-text {
  color: #fff;
}

.v-light:not(.no-light) [data-dsn-header="project"] .link-custom .link-circle, .v-light:not(.no-light)
[data-dsn-header="personal"] .link-custom .link-circle {
  background: #fff;
  color: #000;
}

.v-light:not(.no-light) [data-dsn-header="project"] .link-custom .link-circle i, .v-light:not(.no-light)
[data-dsn-header="personal"] .link-custom .link-circle i {
  color: #000;
}

.v-light:not(.no-light) [data-dsn-header="project"] .scroll-d img, .v-light:not(.no-light)
[data-dsn-header="personal"] .scroll-d img {
  -webkit-filter: none;
  filter: none;
}

.header-project .intro-project {
  width: 60%;
}

@media only screen and (max-width: 991px) {
  .header-project .intro-project {
    width: 100%;
  }
}

.v-light:not(.no-light) .header-project .intro-project .title {
  color: #fff;
}

.v-light:not(.no-light) .header-project .intro-project #dsn-hero-description {
  color: rgba(255, 255, 255, 0.69);
}

.header-project .description {
  margin-top: 25px;
}

.header-project .desc-personal {
  margin-top: 25px;
}

.header-project #dsn-hero-desc-items {
  margin-top: 25px;
}

@media only screen and (max-width: 991px) {
  .header-project .link-vist {
    left: 0;
  }
}

.header-project .v-middle-horizontal .intro-project {
  width: 100%;
}

.header-project.justify-content-center .intro-project, .header-project.text-center .intro-project {
  width: 100%;
}

.header-project .intro-project-details {
  padding: 0 30px 30px;
  margin-top: 30px;
  background-color: rgba(9, 9, 9, 0.7);
}

@media only screen and (max-width: 575px) {
  .header-project .intro-project-details {
    padding: 0 15px 30px;
  }
}

.v-light:not(.no-light) .header-project .intro-project-details h5 {
  color: #fff;
}

.header-project .intro-project-details h5:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #a56433;
}

.v-light:not(.no-light) .header-project .intro-project-details h5:after {
  background-color: #d90a2c;
}

.v-light:not(.no-light) .header-project .intro-project-details p {
  color: rgba(255, 255, 255, 0.69);
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  from {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  from {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.icon-sound {
  width: 25px;
  height: 25px;
}

.icon-sound svg {
  fill: #fff;
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke-linejoin: round;
  stroke-miterlimit: 1.5;
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.icon-sound svg .wave-line {
  fill: none;
  stroke: #a56433;
  stroke-width: 4px;
  opacity: 0;
}

/* -------------------------------------------------------

-------------------------------------------------------- */
header {
  overflow: hidden;
}

header .header-master {
  position: relative;
  width: 100%;
  height: 100vh;

}

@media only screen and (max-width: 767px) {
  header .header-master #dsn-hero-parallax-title {
    padding: 0 30px;
    left: 0;
  }
}

header .header-master .content {
  z-index: 2;
}

.v-light:not(.no-light) header .header-master .title {
  color: #fff;
}

header .header-hero .image-bg {
  width: 40%;
  left: auto;
  right: 0;
}

@media only screen and (max-width: 991px) {
  header .header-hero .image-bg {
    width: 100%;
  }
}

header .header-hero .hero-bottom {
  bottom: 0;
  left: 0;
}

header .header-hero .hero-bottom .video-box-bottom {
  width: 18vw;
  height: 22vh;
}

header .header-hero .hero-bottom .info {
  padding-left: 25px;
}

header .header-hero .hero-bottom .info li {
  font-size: 15px;
  margin-bottom: 15px;
}

header .header-hero .hero-bottom .info li strong {
  color: #fff;
}

header .header-hero .hero-bottom .info li span {
  margin-right: 5px;
  margin-left: 5px;
}

header .header-hero .bottom-info {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  header .header-hero .bottom-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

header .header-hero .box-left,
header .header-hero .box-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

@media only screen and (max-width: 991px) {
  header .header-hero .box-left,
  header .header-hero .box-right {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  header .header-hero .box-right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 30px;
  }
}

header .header-page.header-page-work-2 {
  height: 45vh;
}

header .header-page.header-page-work-2 .contenet-hero {
  padding: 0;
}

header .header-page.header-page-work-space {
  padding-bottom: 200px;
}

@media only screen and (max-width: 767px) {
  header .header-page.header-page-work-space {
    padding-bottom: 0;
  }
}

header .header-page .shap-section {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 190px;
}

header .header-page .shap-section img {
  opacity: 0.15;
}

header .header-page .contenet-hero {
  padding: 150px 0;
  max-width: 750px;
}

@media only screen and (max-width: 991px) {
  header .header-page .title {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  header .header-page .title {
    margin-bottom: 15px;
  }
}

header .header-page .title-page {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 25px;
  line-height: 1;
}

header .header-page .title-page:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -30px;
  height: 22px;
  width: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/line.svg");
}

@media only screen and (max-width: 991px) {
  header .header-page .title-page:before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  header .header-page .title-page {
    line-height: 1.2;
  }
}

header .header-page .subtitle-page {
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
  max-width: 730px;
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  header .header-page-contact .image-head {
    min-height: auto;
    height: auto;
    padding: 0px 0;
  }
}

.image-head {
  min-height: 600px;
  height: 80vh;
}

.image-head .box-overlay {
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0.7;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .image-head.image-head-contact ul {
    display: block;
  }
}

.image-head.image-head-contact .box-text {
  top: auto;
  width: 100%;
  padding: 0;
}

.image-head.image-head-contact .box-text .contact-info-item {
  margin-bottom: 0;
  padding: 20px 60px 20px 20px;
  width: calc(33.333% - 2px);
  margin-right: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-head.image-head-contact .box-text .contact-info-item .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {
  .image-head.image-head-contact .box-text .contact-info-item .icon {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 15px;
  }
}

.image-head.image-head-contact .box-text .contact-info-item .icon img {
  width: 35px;
}

.image-head.image-head-contact .box-text .contact-info-item .icon i {
  font-size: 22px;
  color: #fff;
}

.image-head.image-head-contact .box-text .contact-info-item strong {
  margin-bottom: 20px;
}

.image-head.image-head-contact label {
  pointer-events: none;
  margin-bottom: 30px;
  z-index: 3;
}

.image-head.image-head-contact label .input {
  display: none;
}

.image-head.image-head-contact label .input:checked + .toggle-wrapper {
  -webkit-box-shadow: 0 8px 14px 0 rgba(118, 72, 37, 0.12);
  box-shadow: 0 8px 14px 0 rgba(118, 72, 37, 0.12);
}

.image-head.image-head-contact label .input:checked + .toggle-wrapper > .selector {
  left: calc(100% - 35px);
  background-color: #a56433;
}

.image-head.image-head-contact label .input:checked ~ .notification > .selected:before {
  content: attr(data-text-select);
}

.image-head.image-head-contact label .toggle-wrapper {
  width: 70px;
  height: 35px;
  background-color: #eaeaea;
  border-radius: 30px;
  cursor: pointer;
  pointer-events: all;
  -webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.12);
}

.image-head.image-head-contact label .toggle-wrapper .selector {
  width: 25px;
  height: 25px;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #000;
  -webkit-transition: left 0.25s ease;
  -o-transition: left 0.25s ease;
  transition: left 0.25s ease;
  border-radius: 50%;
}

.image-head.image-head-contact label .notification {
  color: #0e0e0d;
  margin-left: 10px;
}

.image-head.image-head-contact label .notification .selected:before {
  content: attr(data-text);
  border-bottom: 1px solid;
  color: #a56433;
}

.image-head .image-bg,
.image-head .map-custom {
  left: 0;
  top: 0;
}

.image-head .box-text {
  top: -50px;
  z-index: 2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 80px;
  padding-right: 80px;
}

.v-light:not(.no-light) .image-head .box-text {
  background-color: #d90a2c;
}

.v-light:not(.no-light) .image-head .box-text.box-text-contact-2 {
  background-color: transparent;
}

.image-head .box-text.box-text-contact-2 .address-container .contact-info-item {
  margin-bottom: 0;
  padding: 30px 25px;
}

@media only screen and (max-width: 767px) {
  .image-head .box-text.box-text-contact-2 .address-container .contact-info-item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

.v-light:not(.no-light) .image-head .box-text.box-text-contact-2 .address-container .contact-info-item {
  background-color: #d90a2c;
}

@media only screen and (max-width: 767px) {
  .image-head .box-text.box-text-contact-2 .address-container .contact-info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .image-head .box-text {
    width: 100%;
    padding: 60px 20px;
  }
}

.image-head .box-text h5 {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .image-head .box-text h5 {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
  }
}

.v-light:not(.no-light) .image-head .box-text h5 {
  color: #fff;
}

.image-head .box-text h4 {
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.v-light:not(.no-light) .image-head .box-text h4 {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .image-head .box-text h4 {
    font-size: 32px;
    max-width: 100%;
  }
}

.image-head .box-text .address-container .contact-info-item {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 16px;
  margin-bottom: 15px;
  max-width: 400px;
}

.image-head .box-text .address-container .contact-info-item:last-of-type {
  margin-bottom: 0;
}

.v-light:not(.no-light) .image-head .box-text .address-container .contact-info-item {
  background-color: #d90a2c;
}

@media only screen and (max-width: 767px) {
  .image-head .box-text .address-container .contact-info-item {
    width: 100%;
    max-width: 100%;
  }
}

.image-head .box-text .address-container .contact-info-item strong {
  min-width: 80px;
  text-transform: uppercase;
  color: #fff;
}

.image-head .box-text .address-container .contact-info-item .dott {
  margin-right: 10px;
  margin-left: 10px;
}

.v-light:not(.no-light) .image-head .box-text .address-container .contact-info-item .dott {
  color: #fff;
}

.v-light:not(.no-light) .image-head .box-text .address-container .contact-info-item p {
  color: rgba(255, 255, 255, 0.69);
}

.header-review {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #000;
}

.header-review .btn-form {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header-review .header-top-review {
  position: absolute;
  top: 0;
  padding: 30px 40px;
  z-index: 2;
}

.header-review .header-top-review .box-logo img {
  width: 100px;
}

.header-review .header-top-review .btn {
  border: 2px solid #fff;
  padding: 15px 25px;
}

.header-review .review-img-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.header-review .review-img-container .img-veiw {
  position: absolute;
  width: 350px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-review .review-img-container .img-veiw1 {
  top: 25%;
  left: 4%;
}

.header-review .review-img-container .img-veiw2 {
  top: 55%;
  left: 8%;
}

.header-review .review-img-container .img-veiw3 {
  top: 85%;
  left: 4%;
}

.header-review .review-img-container .img-veiw4 {
  top: 25%;
  right: 4%;
}

.header-review .review-img-container .img-veiw5 {
  top: 55%;
  right: 8%;
}

.header-review .review-img-container .img-veiw6 {
  top: 85%;
  right: 4%;
}

.header-review .content-veiw {
  padding: 60px 15px;
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 2;
}

.header-review .content-veiw .cover-title {
  font-size: 20vw;
  font-weight: 600;
  line-height: 1.15;
  opacity: 0.05;
  z-index: -1;
}

.header-review .content-veiw  {
  font-size: 110px;
  font-weight: bold;
  font-size: 70px;
  margin-bottom: 30px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.header-review .content-veiw h4 {
  font-weight: 300;
  margin-bottom: 35px;
}

.header-review .content-veiw .btn {
  border: 2px solid #fff;
}

.header-review .scroll-d {
  left: 50%;
  right: auto;
  margin-left: -30px;
}

.header-review .scroll-d i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

/* -------------------------------------------------------

-------------------------------------------------------- */
.header-single-post {
  position: relative;
  height: 80vh;
}

.page-template-page-works .header-single-post {
  margin-bottom: 120px;
}

.header-single-post .inner-box {
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
  z-index: 2;
}

.header-single-post .inner-box .title {
  letter-spacing: 0;
  font-weight: 500;
  color: #fff;
}

.header-single-post .inner-box .post-info {
  margin-bottom: 12px;
}

.header-single-post .inner-box .post-info .dsn-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.2px;
  word-spacing: 2px;
}

.header-single-post .inner-box .post-info .blog-post-date {
  padding-right: 20px;
  padding-bottom: 8px;
  color: #fff;
}

.header-single-post .inner-box .blog-post-cat {
  margin-top: 20px;
}

.header-single-post .inner-box .blog-post-cat a {
  position: relative;
  text-transform: lowercase;
  margin-right: 5px;
  padding-bottom: 8px;
  color: #fff;
  font-weight: 600;
}

.header-single-post .inner-box .blog-post-cat a::after {
  content: ',';
}

.header-single-post .inner-box .blog-post-cat a:last-of-type {
  margin-right: 0;
}

.header-single-post .inner-box .blog-post-cat a:last-of-type::after {
  display: none;
}

.header-single-post .post-parallax-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}

.header-single-post .post-parallax-wrapper:before {
  z-index: 1;
}

.header-single-post .post-parallax-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

header .header-master.header-half {
  height: 80vh;
}

header .header-master.header-half .social-network-box {
  width: 80vh;
}

@media only screen and (min-width: 991px) {
  .hero-personal[data-dsn-header="personal"].dsn-end-animate .header-project .intro-project {
    left: 40%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hero-personal[data-dsn-header="personal"].dsn-end-animate #dsn-hero-parallax-img {
    width: 40%;
  }
}

@media only screen and (min-width: 991px) {
  [data-dsn-header="project"].dsn-end-animate #dsn-hero-parallax-img {
    left: 60%;
    width: 40%;
  }
}

/*--------------------------------------------------------------
## pages
--------------------------------------------------------------*/
/* -------------------------------------------------------
                   09 - Slider
-------------------------------------------------------- */
@media only screen and (max-width: 991px) {
  .main-slider .social-network-box {
    display: none;
  }
}

.main-slider .bg-container {
  position: relative;
  width: 80%;
  height: 100%;
  left: 20%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .main-slider .bg-container {
    width: 100%;
    left: 0;
  }
}

.main-slider.demo-2 .bg-container {
  width: 100%;
  left: 0;
}

.main-slider.demo-3 .bg-container .swiper-slide {
  height: 60%;
}

.main-slider.demo-3 .box-next {
  display: none;
}

.main-slider.demo-3 .dsn-slider-content .slide-content .description {
  display: none !important;
}

.main-slider .slide-item {
  overflow: hidden;
}

.main-slider .box-next,
.main-slider .description,
.main-slider .dsn-controls {
  z-index: 2;
}

.main-slider .description,
.main-slider .box-next {
  height: 120px;
  width: 40%;
  bottom: 0;
  max-width: 350px;
}

.main-slider .description {
  left: 0;
  font-size: 14px;
  font-weight: 700;
  padding: 30px;
  margin-right: -15px;
  margin-left: -15px;
}

.v-light:not(.no-light) .main-slider .description {
  background-color: #090909;
  color: rgba(255, 255, 255, 0.69);
}

@media only screen and (max-width: 767px) {
  .main-slider .description {
    display: none;
  }
}

.main-slider .box-next {
  background-color: #000;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .main-slider .box-next {
    width: 30%;
    height: 100px;
  }
}

@media only screen and (max-width: 575px) {
  .main-slider .box-next {
    width: 40%;
    height: 100px;
  }
}

.main-slider .box-next .content-box-next {
  width: 65%;
  padding: 20px 0 20px 20px;
}

.main-slider .box-next .content-box-next > span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
}

.main-slider .box-next .content-box-next .metas {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .main-slider .box-next .content-box-next {
    width: 100%;
    z-index: 2;
  }
  .main-slider .box-next .content-box-next .metas {
    display: none;
  }
}

.v-light:not(.no-light) .main-slider .box-next .content-box-next > span {
  color: #fff;
}

@media only screen and (max-width: 575px) {
  .main-slider .box-next .content-box-next {
    padding: 10px;
  }
}

.main-slider .box-next .content-box-next .title-next {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 18px;
}

.v-light:not(.no-light) .main-slider .box-next .content-box-next .title-next {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .main-slider .box-next .content-box-next .title-next {
    margin-bottom: 0;
  }
}

.main-slider .box-next .img-box-next {
  width: 35%;
}

@media only screen and (max-width: 767px) {
  .main-slider .box-next .img-box-next {
    position: absolute;
    right: 0;
    width: 100%;
  }
}

.main-slider .box-next .img-box-next .bg-container {
  width: 100%;
}

.main-slider .box-next .img-box-next .arrow {
  border-radius: 50%;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
}

@media only screen and (max-width: 767px) {
  .main-slider .box-next .img-box-next .arrow {
    display: none;
  }
}

.main-slider .box-next .img-box-next svg {
  width: 25px;
  fill: #fff;
  cursor: pointer;
}

.main-slider .dsn-controls {
  right: 20px;
  top: 25%;
  height: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-slider .dsn-controls .dsn-numbers {
  height: 40px;
  line-height: 40px;
}

.main-slider .dsn-controls .dsn-numbers span {
  width: 35px;
  color: #fff;
  letter-spacing: 2px;
}

.main-slider .dsn-controls .dsn-numbers span.full-number {
  color: rgba(255, 255, 255, 0.69);
}

.main-slider .dsn-controls .dsn-progress {
  background: rgba(255, 255, 255, 0.34);
  width: 2px;
  height: calc(100% - 100px);
}

.main-slider .dsn-controls .dsn-progress .dsn-progress-indicator {
  left: 0;
  top: 0;
  height: 70%;
  background-color: #fff;
}

.main-slider .dsn-slider-content {
  top: 0;
  z-index: 1;
  pointer-events: none;
}

.v-light:not(.no-light) .main-slider .dsn-slider-content .sub-text-header {
  color: #fff;
}

.v-light:not(.no-light) .main-slider .dsn-slider-content .sub-text-header h5 {
  color: #fff;
}

.main-slider .dsn-slider-content .metas,
.main-slider .dsn-slider-content .dsn-button-link,
.main-slider .dsn-slider-content .description,
.main-slider .dsn-slider-content .sub-text-header {
  -webkit-clip-path: inset(100% 0% 0% 0%);
  clip-path: inset(100% 0% 0% 0%);
  -webkit-transition: -webkit-clip-path 0.5s;
  transition: -webkit-clip-path 0.5s;
  -o-transition: clip-path 0.5s;
  transition: clip-path 0.5s;
  transition: clip-path 0.5s, -webkit-clip-path 0.5s;
}

.main-slider .dsn-slider-content .dsn-button-link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 5px;
}

.v-light:not(.no-light) .main-slider .dsn-slider-content .slide-content .title {
  color: #fff;
}

.v-light:not(.no-light) .main-slider .dsn-slider-content .slide-content .link-custom {
  color: #fff;
}

.v-light:not(.no-light) .main-slider .dsn-slider-content .slide-content .link-custom .link-text {
  color: #fff;
}

.v-light:not(.no-light) .main-slider .dsn-slider-content .slide-content .link-custom .link-circle {
  background: #fff;
  color: #000;
  z-index: 2;
}

.v-light:not(.no-light) .main-slider .dsn-slider-content .slide-content .link-custom .link-circle i {
  color: #000;
}

.v-light:not(.no-light) .main-slider .dsn-slider-content .slide-content .scroll-d img {
  -webkit-filter: none;
  filter: none;
}

.main-slider .dsn-slider-content .slide-content.dsn-active {
  z-index: 3;
}

.main-slider .dsn-slider-content .slide-content.dsn-active .title a,
.main-slider .dsn-slider-content .slide-content.dsn-active .metas,
.main-slider .dsn-slider-content .slide-content.dsn-active .dsn-button-link a,
.main-slider .dsn-slider-content .slide-content.dsn-active .description,
.main-slider .dsn-slider-content .slide-content.dsn-active .sub-text-header {
  pointer-events: auto;
}

.main-slider .dsn-slider-content .slide-content.dsn-active.dsn-active-cat .metas,
.main-slider .dsn-slider-content .slide-content.dsn-active.dsn-active-cat .dsn-button-link,
.main-slider .dsn-slider-content .slide-content.dsn-active.dsn-active-cat .description,
.main-slider .dsn-slider-content .slide-content.dsn-active.dsn-active-cat .sub-text-header {
  -webkit-clip-path: inset(0% 0% 0% 0%);
  clip-path: inset(0% 0% 0% 0%);
}

.main-slider .dsn-slider-content .slide-content:not(.dsn-active) .title {
  opacity: 0;
  visibility: hidden;
}

.nav-slider .metas span {
  font-size: 11px;
}

.main-slider .dsn-slider-content .dsn-button-link.mt-30 {
  margin-top: 25px;
}

@media only screen and (max-width: 991px) {
  .main-slider:not(.has-horizontal) > .bg-container:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
  }
}

/* -------------------------------------------------------
                   09 - portfolio
-------------------------------------------------------- */
.work-inner.work-inner-space {
  margin-top: -200px;
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .work-inner.work-inner-space {
    margin-top: 80px;
  }
}

.work-inner.our-work-3 .work-item {
  height: 100vh;
}

.work-inner.our-work-3 .work-container .nav-left,
.work-inner.our-work-3 .work-container .nav-right {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.work-inner [data-dsn-grid="moveUp"] {
  height: 100%;
}

.work-inner [data-dsn="video"] {
  position: absolute;
  top: 0;
}

.work-inner .filterings {
  position: absolute;
  top: 0;
  right: -20px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .work-inner .filterings {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: auto;
    left: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-left: 30px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .work-inner .filterings {
    margin-left: 15px;
  }
}

.work-inner .filterings .filterings-icon {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 20px;
}

.work-inner .filterings .filterings-icon:before, .work-inner .filterings .filterings-icon:after {
  content: "";
  position: absolute;
  right: 0;
  height: 2px;
  background-color: #fff;
}

.v-light:not(.no-light) .work-inner .filterings .filterings-icon:before, .v-light:not(.no-light) .work-inner .filterings .filterings-icon:after {
  background-color: #000;
}

.work-inner .filterings .filterings-icon:before {
  top: 14px;
  width: 20px;
}

.work-inner .filterings .filterings-icon:after {
  height: 2px;
  top: 5px;
  width: 28px;
}

.work-inner .filterings span {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-left: 15px;
  color: #fff;
  -webkit-transition: letter-spacing 0.5s ease-in-out;
  -o-transition: letter-spacing 0.5s ease-in-out;
  transition: letter-spacing 0.5s ease-in-out;
}

.v-light:not(.no-light) .work-inner .filterings span {
  color: #000;
}

.work-inner .filterings:hover span {
  letter-spacing: 3px;
}

.work-inner .projects-list {
  position: relative;
  width: 100%;
}

.work-inner .container-custom {
  max-width: 100%;
}

.work-inner:not(.work-masonry) .work-item-box:nth-of-type(n + 4) {
  margin-top: 50px;
}

@media only screen and (max-width: 991px) {
  .work-inner:not(.work-masonry) .work-item-box {
    width: calc(50% - 2px);
  }
  .work-inner:not(.work-masonry) .work-item-box:nth-of-type(n + 3) {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .work-inner:not(.work-masonry) .work-item-box {
    width: 100%;
    padding: 0;
  }
  .work-inner:not(.work-masonry) .work-item-box:nth-of-type(n + 2) {
    margin-top: 50px;
  }
}

.work-inner .work-item-box {
  display: inline-block;
  width: 33%;
  padding: 0 15px;
}

.work-inner .work-item {
  height: 80vh;
}

.work-inner .work-item.work-item-2 {
  height: 55vh;
}

.work-inner .work-item a {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.work-inner .work-item[data-dsn-grid="moveUp"] img {
  height: 120%;
}

.work-inner .work-item .item-border {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: transform 0.6s, background-color 0.6s cubic-bezier(0.08, 0.03, 0.22, 0.87), -webkit-transform 0.6s;
  z-index: 1;
  pointer-events: none;
}

.work-inner .work-item .item-info {
  left: 0;
  padding: 15px;

  width: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  transition: -webkit-transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  -o-transition: transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  transition: transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  transition: transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87), -webkit-transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  z-index: 2;
  top: auto;
  bottom: 0;
}

.work-inner .work-item .item-info .cat {
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Karla";
  opacity: 0.9;
}

.v-light:not(.no-light) .work-inner .work-item .item-info .cat {
  color: rgba(255, 255, 255, 0.69);
}

.work-inner .work-item .item-info h4 {
  font-size: 25px;
  -webkit-transition: margin-bottom 0.5s ease;
  -o-transition: margin-bottom 0.5s ease;
  transition: margin-bottom 0.5s ease;
  z-index: 3;
  font-weight: 600;
}

.v-light:not(.no-light) .work-inner .work-item .item-info h4 {
  color: #fff;
}

.work-inner .work-item .item-info p {
  margin: 20px 0;
}

.work-inner .work-item .item-info span {
  margin-top: 0;
  color: #fff;
  opacity: 0;
  font-size: 13px;

  letter-spacing: 2px;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.work-inner .work-item:hover .item-border, .work-inner .work-item.dsn-active .item-border {
  background-color: rgba(0, 0, 0, 0.8);
}

.work-inner .work-item:hover .item-info, .work-inner .work-item.dsn-active .item-info {
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

.work-inner .work-item:hover .item-info h4, .work-inner .work-item.dsn-active .item-info h4 {
  margin-bottom: 10px;
}

.work-inner .work-item:hover .item-info span, .work-inner .work-item.dsn-active .item-info span {
  opacity: 1;
}

.work-inner.work-4-col .work-item-box {
  width: calc(25% - 15px);
}

.work-inner.work-4-col .work-item-box:nth-of-type(n + 5) {
  margin-top: 50px;
}

@media only screen and (max-width: 991px) {
  .work-inner.work-4-col .work-item-box {
    width: calc(50% - 15px);
  }
}

@media only screen and (max-width: 767px) {
  .work-inner.work-4-col .work-item-box {
    width: 100%;
  }
}

.work-inner.work-4-col .work-item {
  height: 60vh;
}

.work-inner.work-2-col .work-item-box {
  width: calc(50% - 15px);
}

.work-inner.work-2-col .work-item-box:nth-of-type(n + 3) {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .work-inner.work-2-col .work-item-box {
    width: 100%;
  }
}

.work-inner.work-2-col .work-item {
  height: 100vh;
}

.work-inner .work-container .nav-left,
.work-inner .work-container .nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-size: 12px;
  min-height: 48px;
  border-radius: 50px;
  color: #fff;
  letter-spacing: 1.2px;
  cursor: pointer;
  background-color: rgba(165, 100, 51, 0.9);
}

.work-inner .work-container .nav-left .label,
.work-inner .work-container .nav-right .label {
  font-weight: bold;
  padding-left: 15px;
  padding-right: 10px;
  text-align: center;
}

.work-inner .work-container .nav-left .icon,
.work-inner .work-container .nav-right .icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
}

.work-inner .work-container .nav-left .icon i,
.work-inner .work-container .nav-right .icon i {
  font-size: 12px;
}

.work-inner .work-container .nav-left {
  left: 15px;
}

.work-inner .work-container .nav-left .label {
  padding-right: 15px;
  padding-left: 10px;
}

.work-inner .work-container .nav-left .icon {
  margin-left: 15px;
}

.work-inner .work-container .nav-right {
  right: 15px;
}

.work-inner .work-container .nav-right .icon {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 15px;
}

/* -------------------------------------------------------
                   Stores
-------------------------------------------------------- */
[data-dsn="rStories"].work-masonry .story-item {
  cursor: pointer;
}

[data-dsn="rStories"].work-masonry .story-item:before {
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

[data-dsn="rStories"].work-masonry .story-item .rs-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 999;
  padding: 15px;
  font-weight: bold;
}

[data-dsn="rStories"].work-masonry .story-item .rs-content .r-s-title {
  font-size: 20px;
  font-weight: bold;
}

[data-dsn="rStories"].work-masonry .story-item .rs-content h4 [data-dsn="rStories"].work-masonry .story-item .rs-content h4 {
  overflow: hidden;
  will-change: transform;
}

[data-dsn="rStories"].work-masonry .story-item .rs-content h4 .dsn-chars-wrapper {
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(50%) rotate(15deg) scale(0.8);
  -ms-transform: translateY(50%) rotate(15deg) scale(0.8);
  transform: translateY(50%) rotate(15deg) scale(0.8);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), visibility 0.3s;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), visibility 0.3s;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
  -o-transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
  transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
}

[data-dsn="rStories"].work-masonry .story-item .rs-content p [data-dsn="rStories"].work-masonry .story-item .rs-content p {
  overflow: hidden;
  will-change: transform;
}

[data-dsn="rStories"].work-masonry .story-item .rs-content p .dsn-word-wrapper {
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(50%) rotate(15deg) scale(0.8);
  -ms-transform: translateY(50%) rotate(15deg) scale(0.8);
  transform: translateY(50%) rotate(15deg) scale(0.8);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), visibility 0.3s;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), visibility 0.3s;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-delay: calc(50ms * var(--word-dsn-index) + 200ms);
  -o-transition-delay: calc(50ms * var(--word-dsn-index) + 200ms);
  transition-delay: calc(50ms * var(--word-dsn-index) + 200ms);
}

[data-dsn="rStories"].work-masonry .story-item:hover:before {
  opacity: 0;
}

[data-dsn="rStories"].work-masonry .story-item:hover .rs-content h4 {
  color: #fff;
}

[data-dsn="rStories"].work-masonry .story-item:hover .rs-content h4 .dsn-chars-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) rotate(0deg) scale(1);
  -ms-transform: translateY(0) rotate(0deg) scale(1);
  transform: translateY(0) rotate(0deg) scale(1);
}

[data-dsn="rStories"].work-masonry .story-item:hover .rs-content p {
  color: #fff;
}

[data-dsn="rStories"].work-masonry .story-item:hover .rs-content p .dsn-word-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) rotate(0deg) scale(1);
  -ms-transform: translateY(0) rotate(0deg) scale(1);
  transform: translateY(0) rotate(0deg) scale(1);
}

.filters-content {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-left: 8.82353%;
  padding-right: 8.82353%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.filters-content .filtering {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.filters-content .filtering button {
  color: #fff;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Roboto";
}

.filters-content .filtering button.active {
  color: #a56433;
  font-weight: 800;
  letter-spacing: 4px;
}

.filters-content .filtering button span.counter {
  position: absolute;
  right: -20px;
  top: -10px;
  font-size: 12px;
  font-weight: 600;
}

.filters-content .filtering button:not(:last-child) {
  margin-bottom: 30px;
}

.close-wind {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.button-loadmore {
  position: relative;
  clear: both;
  display: block;
  width: 190px;
  height: 60px;
  line-height: 63px;
  text-align: center;
  cursor: pointer;
  color: #bdc1c0;
  background-color: #a56433;
  font-size: 14px;
  font-weight: 600;
  padding: 0 35px;
  -webkit-transition: height 1s, border-radius 1s;
  -o-transition: height 1s, border-radius 1s;
  transition: height 1s, border-radius 1s;
}

.button-loadmore.loadmore-work {
  margin-left: auto;
  margin-right: auto;
}

.button-loadmore.dsn-loading {
  height: 23px !important;
  border-radius: 7px;
}

.button-loadmore.dsn-loading .progress-text {
  top: -19px;
}

.button-loadmore .dsn-load-progress-ajax {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #212121;
  color: #fff;
}

.button-loadmore .progress-text {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 2;
  width: 100%;
  height: 100%;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 1;
  font-size: 14px;
}

.button-loadmore .progress-no-more {
  display: none;
}

.our-work .work-item .item-info {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* -------------------------------------------------------
                   Blog
-------------------------------------------------------- */
.root-blog {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.root-blog .post-list-item {
  position: relative;
  margin-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .root-blog .post-list-item {
    margin-bottom: 80px;
  }
}

.root-blog .post-list-item figure {
  position: relative;
  width: 100%;
}

.root-blog .post-list-item figure a {
  width: 100%;
}

.root-blog .post-list-item figure img {
  position: relative;
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 80vh;
}

.root-blog .post-list-item .post-list-item-content {
  margin-top: 30px;
  width: 100%;
  position: relative;
}

.root-blog .post-list-item .post-list-item-content .post-info-date {
  margin-right: 20px;
}

@media only screen and (max-width: 575px) {
  .root-blog .post-list-item .post-list-item-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.root-blog .post-list-item .post-list-item-content .post-info-top a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.2px;
  word-spacing: 2px;
  margin-bottom: 20px;
  color: #fff;
}

.v-light:not(.no-light) .root-blog .post-list-item .post-list-item-content .post-info-top a {
  color: #000;
}

.root-blog .post-list-item .post-list-item-content .post-info-top > div {
  position: relative;
  display: inline-block;
}

.root-blog .post-list-item .post-list-item-content h3 {
  margin-bottom: 30px;
}

.root-blog .post-list-item .post-list-item-content .post-author {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}

.root-blog .post-list-item .post-list-item-content .post-author img {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

.root-blog .post-list-item .post-list-item-content .post-author span {
  font-weight: 300;
}

.root-blog .post-list-item .post-list-item-content .post-author span a {
  color: #fff;
  padding-left: 5px;
  letter-spacing: 2px;
}

.news-content {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .news-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.news-content .news-content-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.news-content .News-socials-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 23%;
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  .news-content .News-socials-wrapper {
    width: 26%;
  }
}

@media only screen and (max-width: 767px) {
  .news-content .News-socials-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.news-content .News-socials-wrapper .news-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.news-content .News-socials-wrapper .News-news-date {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #fff;
  opacity: 0.8;
}

.v-light:not(.no-light) .news-content .News-socials-wrapper .News-news-date {
  color: #000;
}

.news-content .News-socials-wrapper .title-caption {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .news-content .News-socials-wrapper .title-caption {
    display: inline-block;
    margin-bottom: 10px;
  }
}

.news-content .News-socials-wrapper .cat {
  display: block;
}

@media only screen and (max-width: 767px) {
  .news-content .News-socials-wrapper .cat {
    width: 100%;
    margin-bottom: 30px;
  }
}

.news-content .News-socials-wrapper .cat a {
  display: block;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .news-content .News-socials-wrapper .cat a {
    display: inline-block;
  }
}

.news-content .News-socials-wrapper .cat a span {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  background-color: #090909;
  padding: 5px 15px;
  margin: 0 5px 5px;
}

.v-light:not(.no-light) .news-content .News-socials-wrapper .cat a span {
  background-color: #e6e6e6;
  color: #000;
}

.news-content .News-socials-wrapper .cat a span:first-child {
  margin-left: 0;
}

.news-content .News-socials-wrapper .cat a span::last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .news-content .News-socials-wrapper .post-share {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .news-content .News-socials-wrapper .post-share ul {
    display: inline-block;
  }
}

.news-content .News-socials-wrapper .post-share ul li {
  list-style: none;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .news-content .News-socials-wrapper .post-share ul li {
    display: inline-block;
    margin-left: 10px;
  }
}

.news-content .News-socials-wrapper .post-share ul li:last-child {
  margin-bottom: 0;
}

.news-content .News-socials-wrapper .post-share ul li a {
  position: relative;
  text-decoration: none;
  -webkit-transition: color 670ms linear 417ms;
  -o-transition: color 670ms linear 417ms;
  transition: color 670ms linear 417ms;
}

.news-content .News-socials-wrapper .post-share ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 45%;
  left: -0.15em;
  right: -0.15em;
  background: rgba(82, 83, 85, 0.19);
  background-size: 100% 100%;
  -webkit-transition: 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scale(0.98, 0) translateZ(0);
  transform: scale(0.98, 0) translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: -1;
  background-repeat: repeat-x;
}

.news-content .News-socials-wrapper .post-share ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  left: -0.025em;
  right: -0.075em;
  background: rgba(82, 83, 85, 0.19);
  background-size: 100% 100%;
  -webkit-transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  -o-transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.news-content .News-socials-wrapper .post-share ul li a:hover:before {
  -webkit-transform: scale(1, 1.0) translateZ(0);
  transform: scale(1, 1.0) translateZ(0);
}

.news-content .News-socials-wrapper .post-share ul li a:hover:after {
  opacity: 0;
  -webkit-transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
}

.news-content .post-content {
  position: relative;
  display: block;
  width: 77%;
}

@media only screen and (max-width: 991px) {
  .news-content .post-content {
    width: 74%;
  }
}

@media only screen and (max-width: 767px) {
  .news-content .post-content {
    width: 100%;
  }
}

.news-content .post-content > * {
  margin-bottom: 30px;
}

.news-content .post-content > *:first-child, .news-content .post-content:first-child {
  margin-top: 0;
}

.news-content .post-content > *:last-child, .news-content .post-content:last-child {
  margin-bottom: 0;
}

.news-content .post-content p {
  letter-spacing: -0.6px;
}

.news-content .post-content p a {
  display: inline-block;
}

.news-content .post-content blockquote {
  font-size: 20px;
  font-family: serif;
  color: #fff;
  font-style: italic;
  padding: 10px 0 10px 15px;
  border-left: 1px solid #cacaca;
}

.v-light:not(.no-light) .news-content .post-content blockquote {
  color: #000;
  border-left: 1px solid #bebebe;
}

.news-content .post-content a {
  position: relative;
  text-decoration: none;
  -webkit-transition: color 670ms linear 417ms;
  -o-transition: color 670ms linear 417ms;
  transition: color 670ms linear 417ms;
}

.news-content .post-content a:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 45%;
  left: -0.15em;
  right: -0.15em;
  background: rgba(82, 83, 85, 0.19);
  background-size: 100% 100%;
  -webkit-transition: 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scale(0.98, 0) translateZ(0);
  transform: scale(0.98, 0) translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: -1;
  background-repeat: repeat-x;
}

.news-content .post-content a:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  left: -0.025em;
  right: -0.075em;
  background: rgba(82, 83, 85, 0.19);
  background-size: 100% 100%;
  -webkit-transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  -o-transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.news-content .post-content a:hover:before {
  -webkit-transform: scale(1, 1.0) translateZ(0);
  transform: scale(1, 1.0) translateZ(0);
}

.news-content .post-content a:hover:after {
  opacity: 0;
  -webkit-transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
}

.news-content .post-tags {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0 0;
}

@media only screen and (max-width: 767px) {
  .news-content .post-tags {
    padding: 30px 0 0;
  }
}

.news-content .post-tags a {
  color: #fff;
  margin-right: 30px;
  display: inline-block;
  line-height: 1;
  float: left;
}

.v-light:not(.no-light) .news-content .post-tags a {
  color: #000;
}

.news-content .post-tags a:before {
  content: "#";
  position: relative;
  margin-right: 5px;
  font-size: 14px;
  background-color: transparent;
  border: 0;
}

.news-content .post-tags a::after {
  display: none;
}

/* -------------------------------------------------------
                  contact
-------------------------------------------------------- */
.form-box {
  position: relative;
}

.form-box .form-group {
  width: 100%;
}

.form-box .form-group .help-block {
  color: red;
  font-weight: 600;
  margin-bottom: 15px;
}

.form-box .form-group li {
  list-style: none;
}

.entry {
  width: 100%;
  margin-bottom: 30px;
}

.entry input,
.entry textarea {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1.5px solid #a56433;
  padding-bottom: 20px;
  color: #eee;
  margin-top: 10px;
  margin-bottom: 0;
  letter-spacing: -0.5px;
}

.v-light:not(.no-light) .entry input, .v-light:not(.no-light)
.entry textarea {
  border-color: #d90a2c;
  color: #0009;
}

.entry input::-webkit-input-placeholder,
.entry textarea::-webkit-input-placeholder {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.5px;
}

.entry input:-ms-input-placeholder,
.entry textarea:-ms-input-placeholder {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.5px;
}

.entry input::-ms-input-placeholder,
.entry textarea::-ms-input-placeholder {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.5px;
}

.entry input::placeholder,
.entry textarea::placeholder {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.5px;
}

.entry input {
  height: 100%;
}

label {
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  font-family: "Lato",sans-serif;
}

.v-light:not(.no-light) label {
  color: #d90a2c;
}

#map .gm-fullscreen-control,
#map .gm-bundled-control,
#map .gm-bundled-control-on-bottom,
#map .gmnoprint,
#map .gm-style-cc {
  display: none !important;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-post {
  position: relative;
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comments-post .comments-title {
  margin-bottom: 70px;
}

@media only screen and (max-width: 991px) {
  .comments-post .comments-title {
    margin-bottom: 35px;
  }
}

.comments-post .comments-title .subtitle {
  margin-bottom: 0;
}

.comments-post .comments-area {
  position: relative;
}

.comments-post .comments-area .comment-list > li.comment:first-child {
  margin-top: 0;
}

.comments-post .comments-area .comment-list > li.comment:first-child > .comment-body {
  padding-top: 0;
}

.comments-post .comments-area .comment {
  list-style: none;
  margin-top: 20px;
}

.comments-post .comments-area .comment .comment-body {
  position: relative;
  padding-top: 30px;
}

.comments-post .comments-area .comment .comment-body .comment-author {
  position: relative;
  top: 10px;
  left: 0;
  width: 64px;
  height: 64px;
  display: block;
  float: left;
}

@media only screen and (max-width: 575px) {
  .comments-post .comments-area .comment .comment-body .comment-author {
    width: 30px;
    height: 30px;
  }
}

.comments-post .comments-area .comment .comment-body .comment-author img {
  display: block;
  height: auto;
  max-width: 100%;
  border-radius: 50%;
}

.comments-post .comments-area .comment .comment-body .comment-text {
  padding: 0 0 0 90px;
  min-height: 64px;
}

@media only screen and (max-width: 575px) {
  .comments-post .comments-area .comment .comment-body .comment-text {
    padding: 0 0 0 40px;
  }
}

.comments-post .comments-area .comment .comment-body .comment-text .comment-date {
  float: right;
  margin: 3px 5px 0 0;
  font-size: 13px;
  color: #b0b0b0;
}

.comments-post .comments-area .comment .comment-body .comment-text .comment-date:before {
  content: "/";
  display: inline-block;
  margin-right: 5px;
}

.comments-post .comments-area .comment .comment-body .comment-text .comment-info {
  position: relative;
  display: inline-block;
}

.comments-post .comments-area .comment .comment-body .comment-text .comment-info .comment-name {
  float: left;
  margin: 0;
  font-weight: 700;
  font-size: 17px;
}

.comments-post .comments-area .comment .comment-body .comment-text .text-holder p {
  margin: 7px 0 10px;
}

.comments-post .comments-area .comment .comment-body .comment-text .comment-reply-link {
  position: relative;
  text-decoration: none;
  -webkit-transition: color 670ms linear 417ms;
  -o-transition: color 670ms linear 417ms;
  transition: color 670ms linear 417ms;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
}

.v-light:not(.no-light) .comments-post .comments-area .comment .comment-body .comment-text .comment-reply-link {
  color: #000;
}

.comments-post .comments-area .comment .comment-body .comment-text .comment-reply-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 45%;
  left: -0.15em;
  right: -0.15em;
  background: rgba(82, 83, 85, 0.19);
  background-size: 100% 100%;
  -webkit-transition: 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scale(0.98, 0) translateZ(0);
  transform: scale(0.98, 0) translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: -1;
  background-repeat: repeat-x;
}

.comments-post .comments-area .comment .comment-body .comment-text .comment-reply-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  left: -0.025em;
  right: -0.075em;
  background: rgba(82, 83, 85, 0.19);
  background-size: 100% 100%;
  -webkit-transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  -o-transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.comments-post .comments-area .comment .comment-body .comment-text .comment-reply-link:hover:before {
  -webkit-transform: scale(1, 1.0) translateZ(0);
  transform: scale(1, 1.0) translateZ(0);
}

.comments-post .comments-area .comment .comment-body .comment-text .comment-reply-link:hover:after {
  opacity: 0;
  -webkit-transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
}

.comments-post .comments-area .comment .children {
  margin-left: 90px;
}

@media only screen and (max-width: 575px) {
  .comments-post .comments-area .comment .children {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 400px) {
  .comments-post .comments-area .comment .children {
    margin-left: 20px;
  }
}

.comments-post .comments-form {
  position: relative;
  width: 100%;
  margin-top: 120px;
}

@media only screen and (max-width: 991px) {
  .comments-post .comments-form {
    margin-top: 80px;
  }
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
/* 404 & Not found */
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/* -------------------------------------------------------
                   Footer
-------------------------------------------------------- */
.footer-1 .footer-links {
  padding: 50px 0;
}

@media only screen and (max-width: 991px) {
  .footer-1 .footer-links .footer-block-inner:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-1 .footer-links .footer-block-inner:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

.v-light:not(.no-light) .footer-1 .footer-links .link-hover {
  color: #000;
}

.v-light:not(.no-light) .footer-1 .footer-links .link-hover:before {
  color: #000;
}

.footer-1 .footer-links .footer-title {
  position: relative;
  color: #a56433;
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.v-light:not(.no-light) .footer-1 .footer-links .footer-title {
  color: #d90a2c;
}

.footer-1 .footer-links .footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15px;
  height: 2px;
  background-color: #fff;
}

.v-light:not(.no-light) .footer-1 .footer-links .footer-title::after {
  background-color: #bebebe;
}

.footer-1 .footer-links .footer-block.col-menu ul li {
  font-size: 14px;

  margin-bottom: 10px;
  overflow: hidden;
}

.footer-1 .footer-links .footer-block.col-menu ul li:last-of-type {
  margin-bottom: 0;
}

.footer-1 .footer-links .footer-block.col-menu ul li a {
  text-transform: uppercase;
}

.footer-1 .footer-links .footer-block.col-contact p {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-1 .footer-links .footer-block.col-contact p:last-of-type {
  margin-bottom: 0;
}

.footer-1 .footer-links .footer-block.col-contact p strong {
  color: #fff;
}

.v-light:not(.no-light) .footer-1 .footer-links .footer-block.col-contact p strong {
  color: #000;
}

.footer-1 .footer-links .footer-block.col-contact p span {
  margin-right: 5px;
  margin-left: 5px;
}

.footer-1 .footer-links .footer-block .footer-social ul {
  margin: 0;
}

.footer-1 .footer-links .footer-block .footer-social ul li {
  color: #fff;
  font-size: 15px;
  margin-right: 15px;
  padding-right: 5px;
}

.v-light:not(.no-light) .footer-1 .footer-links .footer-block .footer-social ul li {
  color: #000;
}

@media only screen and (max-width: 575px) {
  .footer-1 .footer-links .footer-block .footer-social ul li {
    font-size: 13px;
    margin-right: 3px;
    padding-right: 3px;
  }
}

.footer-1 .footer-links .footer-block .footer-social ul li:first-of-type {
  padding-left: 0;
}

.footer-1 .footer-links .footer-block .footer-social ul li a {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  position: relative;
  text-transform: capitalize;
}


.footer-1 .footer-links .footer-block .footer-social ul li a:hover {
  color:yellow;

}

.v-light:not(.no-light) .footer-1 .footer-links .footer-block .footer-social ul li a {
  color: #000;
}

.footer-1 .footer-links .footer-block .footer-logo {
  width: 70px;
}

.footer-1 .footer-links .footer-block .footer-logo img.logo-dark {
  display: block;
}

.v-light:not(.no-light) .footer-1 .footer-links .footer-block .footer-logo img.logo-dark {
  display: none;
}

.footer-1 .footer-links .footer-block .footer-logo img.logo-light {
  display: none;
}

.v-light:not(.no-light) .footer-1 .footer-links .footer-block .footer-logo img.logo-light {
  display: block;
}

.footer-1 .footer-nav {
  position: relative;
  padding: 30px 0px;
  text-align: center;
  background-color: #000;
}

.v-light:not(.no-light) .footer-1 .footer-nav {
  background-color: #f9f9f9;
}

@media only screen and (max-width: 575px) {
  .footer-1 .footer-nav {
    padding: 25px 0px;
  }
}

.footer-1 .footer-nav ul li {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0px 18px;
}

@media only screen and (max-width: 575px) {
  .footer-1 .footer-nav ul li {
    font-size: 13px;
    margin: 5px;
  }
}

.footer-1 .footer-nav ul li a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.v-light:not(.no-light) .footer-1 .footer-nav ul li a {
  color: #000;
}

.footer-1 .copyright {
  font-size: 14px;
  letter-spacing: 2.67px;
}

.footer-1 .copyright p {
  text-transform: uppercase;
}

.footer-1 .copyright .copright-text {
  color: #e6e6e6;
  margin-top: 5px;
}

.v-light:not(.no-light) .footer-1 .copyright .copright-text {
  color: #000;
}

.footer-1 .copyright .copright-text a {
  color: #a56433;
}

.v-light:not(.no-light) .footer-1 .copyright .copright-text a {
  color: #d90a2c;
}

.footer .footer-container {
  padding: 0 50px 30px;
}

@media only screen and (max-width: 767px) {
  .footer .footer-container {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 575px) {
  .footer .footer-container {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-container > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer .column-left,
.footer .column-right {
  width: calc(50% - 35px);
}

@media only screen and (max-width: 767px) {
  .footer .column-left,
  .footer .column-right {
    width: 100%;
    text-align: center;
  }
}

.footer .column-left .logo-footer img {
  width: 75px;
}

.footer .column-left .footer-social ul {
  margin: 0;
}

.footer .column-left .footer-social ul li {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
  padding-right: 5px;
}

@media only screen and (max-width: 575px) {
  .footer .column-left .footer-social ul li {
    font-size: 13px;
    margin-right: 3px;
    padding-right: 3px;
  }
}

.footer .column-left .footer-social ul li:first-of-type {
  padding-left: 0;
}

.footer .column-left .footer-social ul li a {
  color: #fff;
  display: inline-block;
  letter-spacing: 2px;
  font-size: 13px;
  font-family: "Roboto";
  font-weight: 400;
  position: relative;
}

.v-light:not(.no-light) .footer .column-left .footer-social ul li a {
  color: #000;
}

.footer .column-right {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .footer .column-right {
    text-align: center;
    margin-top: 20px;
  }
}

.footer .column-right h5 {
  color: rgba(255, 255, 255, 0.69);
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
}

.v-light:not(.no-light) .footer .column-right h5 {
  color: #000;
}

.footer .column-right h5 .love {
  color: #fd4145;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: bold;
}

.footer .column-right h5 .link-hover {
  text-transform: initial;
}

.v-light:not(.no-light) .footer .column-right h5 .link-hover {
  color: #000;
}

.footer .scroll-top {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .footer .scroll-top {
    position: absolute;
    right: 15px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media only screen and (max-width: 575px) {
  .footer .scroll-top {
    position: relative;
    margin-top: 20px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.footer .scroll-top .icon-circle {
  position: absolute;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
  border-radius: 50%;
  display: none;
  background-color: rgba(165, 100, 51, 0.3);
}

.footer .scroll-top:hover .icon-circle {
  display: inherit;
}

.footer .scroll-top img {
  width: 60px;
}

.v-light:not(.no-light) .footer .scroll-top img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.footer .scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.v-light:not(.no-light) .footer .scroll-top i {
  color: #000;
}

.cap {
  position: absolute;
  bottom: 30px;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#0e0e0e5c), to(#1b1515));
  background-image: -webkit-linear-gradient(left, #0e0e0e5c 0%, #1b1515 100%);
  background-image: -o-linear-gradient(left, #0e0e0e5c 0%, #1b1515 100%);
  background-image: linear-gradient(to right, #0e0e0e5c 0%, #1b1515 100%);
  padding: 4px 15px;
  color: #fff;
  z-index: 10;
}

.cap span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.caption {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  color: #fff;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  margin-top: 15px;
}

.v-light:not(.no-light) .caption {
  color: #000;
}

.section-dsn-color * {
  color: inherit !important;
}

.work-inner.work-masonry .work-item .item-info {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

section {
   
    background-repeat: none;
}

.section-margin {
    margin: 0 !important;
    padding-top: 30px;
    padding-bottom: 30px;
}

#dsn-hero-parallax-title {
    position: absolute;
    left: 1.5rem;
    top: 65%;
}

#dsn-hero-parallax-title h1 {
    font-weight: 200;
    font-size: 65px;
    backdrop-filter: blur(1px);
    background-color: rgba(255, 255, 255, 0.1);

    padding: 20px;
}

.main-title {
    color: #ceca24;
    font-family: "Lato", Sans-serif;
    font-size: 45px;
    font-weight:lighter;
    line-height: 1.2em;
    background: linear-gradient(to right, #f2f047 10%, #1ed94f 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.main-title-2 {
    font-size: 30px;
}

.main-title2 {
  color: #ceca24;
  font-family: "Lato", Sans-serif;
  font-size: 22px;
  font-weight:bold;
  line-height: 1.2em;
  background: linear-gradient(to right, #f2f047 10%, #1ed94f 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 10px;
  text-align: center;
}


h2{ color: #ceca24;
  font-family: "Lato", Sans-serif;
  font-size: 45px;
  font-weight:lighter;
  line-height: 1.2em;
  background: linear-gradient(to right, #f2f047 10%, #1ed94f 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

.font{
  font-family: "Lato", Sans-serif;
  font-weight:lighter;
  font-size: 22px;
}


.flex-containert {
  display: flex;

}

.flex-containert > div {

  margin: 10px;
  margin-top: 400px;
  font-size: 30px;
}



.flex-container {
  display:flex;

  flex-wrap: nowrap;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;


}

.flex-container > div {

  width: 50%;

  text-align: center;
  line-height: 50px;
  font-size: 22px;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;
  font-style: normal;




}


.flex-leader{
  flex:20%
}






.flex-container-slider{

  display: flex;
  flex-wrap: nowrap;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;
}

.flex-container-slider > div {

  width: 100%;
  margin-left: 50px;
  margin-right: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;
  font-style: normal;

  padding-bottom: 20px;


}

.flex-container-certification{

  display: flex;
  flex-wrap: nowrap;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;
}

.flex-container-certification > div {


  font-size: 22px;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;
  font-style: normal;
  margin: 1px;

}


.flex-slider{

flex:25%;

}

.flex-slider-left{
  flex:35%;
  text-align: center;
}

.flex-left-slider{
  flex:40%
}
.flex-right-slider{flex:60%}




.flex-container-ul2 {
  display: flex;
  flex-wrap: nowrap;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;


}

.flex-container-ul2 > div {

  width: 100%;



  font-size: 18px;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;
  font-style: normal;




}



.flex-container-grid{

  display: flex;
  flex-wrap: nowrap;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;


}

.flex-container-grid > div {

  width: 100%;


  font-size: 22px;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;
  font-style: normal;




}

.flex-ul{flex:4%;



}
.flex-ul2{flex:96%;

}


.flex-1{flex:25%}
.flex-2{flex:25%}
.flex-3{flex:25%}
.flex-4{flex:25%}

.flex-container-tea{
  display: flex;
  flex-wrap: nowrap;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;


}
.flex-container-tea > div {

    width: 100%;
    margin-left: 20px;
    margin-right: 20px;

    font-size: 22px;
    font-family: "Lato", Sans-serif;
    font-weight: lighter;
    font-style: normal;
}

.ceylon-teas-history .flex-container-tea:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.flex-container-about3{
  display: flex;
  flex-wrap: nowrap;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;


}
.flex-container-about3 > div {

  width: 50%;
  margin: 20px;

  line-height: 50px;
  font-size: 22px;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;
  font-style: normal;




}

.flex-container-about4{
  display: flex;
  flex-wrap: nowrap;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;


}
.flex-container-about4 > div {

  width: 90%;

  line-height: 50px;
  font-size: 22px;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;
  font-style: normal;
}


.flex-container-core{
  display: flex;
  flex-wrap: nowrap;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;


}
.flex-container-core > div {

  width: 90%;
  font-size: 22px;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;
  font-style: normal;
}

.core-values-container > div:not(:last-child) {
    padding-bottom: 3rem;
}


.flex-item-left-3-core{
  flex:40%;
}


.flex-container-about5{
  display: flex;
  flex-wrap: nowrap;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;


}
.flex-container-about5 > div {

  width: 100%;
  /* margin-top: 20px;
  margin-bottom: 20px; */

  line-height: 50px;
  font-size: 22px;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;
  font-style: normal;






}

.flex-container-new{
  display: flex;
  flex-wrap: nowrap;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;
}



.flex-container-new > div {

  width: 50%;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;

  line-height: 50px;
  font-size: 22px;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;
  font-style: normal;

  padding-bottom: 10px;
  margin-right:20px;

}








.flex-container-tea2{
  display: flex;
  flex-wrap: nowrap;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;


}
.flex-container-tea2 > div {

  width: 50%;
  margin-left: 30px;

  line-height: 30px;
  font-size: 22px;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;
  font-style: normal;

  padding-bottom: 10px;


}


.flex-item-left-tea{
  flex:80%;
}
.flex-item-right-tea{
  flex:20%;
}

.flex-item-left{
  flex:7%;
}
.flex-item-right{
  flex:93%;
}




.flex-item-left-2{
  flex:5%;
  text-align: center;

}
.flex-item-right-2{
  flex:95%;

}





.flex-container-teab {
  display:flex;

  flex-wrap: nowrap;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;


}

.flex-container-teab > div {

  width: 100%;



  font-size: 18px;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;
  font-style: normal;




}













.flex-item-left-b2{
  flex:8%;


}
.flex-item-middle-b2{
  flex:40%;

}

.flex-item-right-b2{
  flex:50%;

}






.flex-item-left-3{
  flex:25%;}
  .flex-item-left-4{
    flex:50%;
  }





.flex-container-about{
  display: flex;
  flex-wrap: nowrap;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;
}
.flex-container-about > div {

  width: 100%;

  text-align: center;
  line-height: 50px;
  font-size: 22px;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;
  font-style: normal;



}
.flex-container-about2{
  display: flex;
  flex-wrap: nowrap;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;
}
.flex-container-about2 > div {

  width: 100%;

  text-align: center;

  font-size: 22px;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;
  font-style: normal;

}

.flex-about{
flex:20%;

}



  .marg{
    margin-top: 60px;

    margin-left: 250px;
    margin-right: 250px;
  }




  .flex-containerv {
    display: flex;
    flex-direction: column;

  }

  .flex-containerv > div {

    width: 50%;
    margin: 10px;
    text-align: center;
    line-height: 50%;
    font-size: 22px;
    padding-top: 45px;
    text-align: left;
  }


  .cert{
      height: auto;
  }

  footer {
    background-image: url('../fbg-011111-png.png');
    background-repeat: none;
}
.mySlides{display:none;}


.mySlides2{display:none;
height: 34rem;
}


.imgsize{
    width:100% ;

}

.flex-left2{
flex:60%;
text-align:center;
}

.flex-right2{
  flex:40%;
  text-align:right;
}

.button {
  display: inline-block;
  padding: 12px 25px;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color:#ceca24;
  border: none;
  border-radius: 5px;
  color: black;

}

.button:hover {background-color: grey}

.button:active {
  background-color: darkgreen;
  transform: translateY(4px);}



  .flex-containers {
    display: flex;
    flex-direction: column;

  }

  .flex-containers > div {

    width: 100px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: left;
    line-height: 75px;
    font-size: 30px;
  }







  .r-s-date{
    font-family:Lato;
    font-weight: lighter;
  }



.about-size{
  text-align: left;
  font-size: 18px;
  font-family: Lato;
  font-weight: lighter;

}
.tea-size{

  text-align: left;
  font-size: 18px;
  font-family: Lato,sans-serif;
  font-weight: lighter;
  /* margin: 5px;
  margin-left: 0 !important; */
}





.about-pad{
  padding-top: 40px;

}
.img-1{
  padding-bottom: 30px;

}

.flex-container-product {
  display: flex;
  flex-direction: column;

}

.flex-container-product > div {

  width: 100%;

  text-align: left;

  font-size: 22px;
  font-family: "Lato", sans-serif;
}

.flex-container-product2 {
  display:flex;
  flex-direction: column;

}

.flex-container-product2 > div {

  width: 100%;

  text-align: center;
  line-height: 75px;
  font-size: 22px;
  font-family: "Lato", sans-serif;
}

.flex-container-quality {
  display: flex;
  flex-wrap: nowrap;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;


}

.flex-container-quality > div {
  width: 80%;
  text-align: center;
 margin-left: 100px;
 margin-right: 100px;


}




textarea[type=message], select {
  width: 100%;

  padding-bottom: 60px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid black;

  box-sizing: border-box;
  background-color: #d4d4d4;
  border-radius: 5px;


}


input[type=text], select {
  width: 100%;
  padding: 12px 5px;
  margin: 1px 0;
  display: inline-block;
  border: 1px solid black;

  box-sizing: border-box;
  background-color: #d4d4d4;
  border-radius: 5px;



}
input[type=email], select {
  width: 100%;
  padding: 12px 5px;
  margin: 1px 0;
  display: inline-block;
  border: 1px solid black;

  box-sizing: border-box;
  background-color: #d4d4d4;
  border-radius: 5px;

}

input[type=send] {
  width: 14%;
  background-color: #ceca24;
  color: black;
  padding: 14px 20px;

  border: none;

  cursor: pointer;
  text-align: center;
}


input[type=text]::placeholder {
 color: black;
}
textarea[type=message]::placeholder {
  color: black;
  border-radius: 5px;

}


textarea.careers[type=message], select {
  width: 100%;

  padding-bottom: 60px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid black;

  box-sizing: border-box;
  background-color: #d4d4d4;


}




input.careers[type=text], select {
  width: 80%;
  padding: 12px 5px;
  margin: 1px 0;
  display: inline-block;
  border: 1px solid black;

  box-sizing: border-box;
  background-color: #d4d4d4;


}
input.careers[type=email], select {
  width: 80%;
  padding: 12px 5px;
  margin: 1px 0;
  display: inline-block;
  border: 1px solid black;

  box-sizing: border-box;
  background-color: #d4d4d4;


}

input.careers[type=send] {
  width: 25%;
  background-color: #ceca24;
  color: black;
  padding: 17px 20px;

  border: none;

  cursor: pointer;
  text-align: center;
}


input.careers[type=text]::placeholder {
 color: black;
}
textarea.careers[type=message]::placeholder {
  color: black;

}



.flex-left-us
{
  flex:55%;

}

.flex-right-us
{
  flex:45%;


}






.flex-left
{
  flex:30%;

}


.flex-right
{
  flex:70%;

}

.flex-container-form {
  display: flex;
  flex-wrap: nowrap;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;


}

.flex-container-form > div {

  width: 100%;

  text-align: left;

  font-size: 22px;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;
  font-style: normal;




}




.flex-container-form2 {
  display: flex;
  flex-wrap: nowrap;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;


}

.flex-container-form2 > div {

  width: 60%;

  text-align: left;

  font-size: 22px;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;
  font-style: normal;




}

.flex-container-careers {
  display: flex;
  flex-wrap: nowrap;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;


}
.flex-container-careers > div {

  width: 100%;



  font-size: 22px;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;
  font-style: normal;


}
.flex-careers-left{flex:50%}
.flex-careers-right{flex:50%}














.flex-container-form-us {
  display: flex;
  flex-wrap: nowrap;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;


}

.flex-container-form-us > div {

  width: 100%;



  font-size:18px;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;
  font-style: normal;




}


.flex-container-footer {
  display: flex;
  flex-wrap: nowrap;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;


}

.flex-container-footer > div {

  width: 50%;



  font-size: 14px;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;
  font-style: normal;

}

.flex-footer-left{
  text-align: left;
}

.flex-footer-right{
  text-align: right;
  color: #ceca24;
}


.flex-container-quality {
  display: flex;
  flex-wrap: nowrap;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;


}


.flex-container-quality > div {

  width: 50%;



  font-size: 14px;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;
  font-style: normal;

}










.container1 {
  position: relative;
  width: 100%;
 

}



.overlay1 {
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;

  
  

}

.story-item:hover .overlay1 {
  opacity: 1;

}




.text {
  color: white;
  font-size: 20px;
  position: absolute;


  left:10%;
  -webkit-transform: translate(-20%, -20%);
  -ms-transform: translate(-20%, -20%);
  transform: translate(-20%, -20%);
  text-align: left;
}
.textabout {
  color: black;
  font-size: 18px;
  position: absolute;
  top: 10%; ;
  font-weight: 300;
  right:1%;
  -webkit-transform: translate(-20%, -20%);
  -ms-transform: translate(-20%, -20%);
  transform: translate(-20%, -20%);

}
.text2 {
  color: white;

  position: absolute;
  top: 1px; 
  left:30%;
  -webkit-transform: translate(-20%, -20%);
  -ms-transform: translate(-20%, -20%);
  transform: translate(-20%, -20%);
  text-align: center;
}

.texttest {
  color: white;

  position: absolute;
  top: 3px; 
  left:30%;
  -webkit-transform: translate(-20%, -20%);
  -ms-transform: translate(-20%, -20%);
  transform: translate(-20%, -20%);
  text-align: center;
}
.texttest2 {
  color: white;

  position: absolute;
  top: 1px;
  left:30%;
  -webkit-transform: translate(-20%, -20%);
  -ms-transform: translate(-20%, -20%);
  transform: translate(-20%, -20%);
  text-align: center;
}

.titletea{

 padding-top: 20px;



}

.titleabout{
  padding-top: 380px;



 }






.bgblack{

background-color: #000;
opacity: 0.5;


}




#sliderabt {
  position: relative;
  width: 760px;
  height: 400px;

  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
#sliderabt ul {
  position: relative;
  list-style: none;
  height: 100%;
  width: 10000%;
  padding: 0;
  margin: 0;
  transition: all 750ms ease;
  left: 0;
}
#sliderabt ul li {
  position: relative;
  height: 100%;

  float: left;
}
#sliderabt ul li img{
  width: 760px;
  height: 400px;
}

#sliderabt #prev, #sliderabt #next {
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 2rem;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  text-align: center;
  color: white;
  text-decoration: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 150ms ease;
}
#sliderabt #prev:hover, #sliderabt #next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 0;
}
#sliderabt #prev {
  left: 10px;
}
#sliderabt #next {
  right: 10px;
}

#sliderabt #text {
  left: 10px;
}

#sliderabt #text, #sliderabt #next {
  width: 30%;


  font-size: 18px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  text-align: left;
  color: white;
  text-decoration: none;
  position: absolute;
  top:40%;
  margin-left: 20px;
  transform: translateY(-50%);
  transition: all 150ms ease;



}





#slider {
  position: relative;
  width: 1700px;
  height: 500px;

  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
#slider ul {
  position: relative;
  list-style: none;
  height: 50%;
  width: 10000%;
  padding: 0;
  margin: 0;
  transition: all 750ms ease;
  left: 0;
}
#slider ul li {
  position: relative;
  height: 100%;

  float: left;
}
#slider ul li img{
  width: 1700px;
  height: 500px;
}

#slider #prev, #slider #next {
  width: 50px;



  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  text-align: center;
  color: white;
  text-decoration: none;
  position: absolute;

  transform: translateY(-50%);
  transition: all 150ms ease;
}
#slider #prev:hover, #slider #next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 0;
}
#slider #prev {
  left: 10px;
}
#slider #next {
  right: 10px;
}

#slider #text {
  left: 10px;
}

#slider #text, #slider #next {
  width: 30%;


  font-size: 18px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  text-align: left;
  color: white;
  text-decoration: none;
  position: absolute;
  top:40%;
  margin-left: 20px;
  transform: translateY(-50%);
  transition: all 150ms ease;



}




.flex-container-bg {
  display: flex;
  flex-wrap: nowrap;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;


}


.flex-container-bg > div {

  width: 100%;



  font-size: 18px;
  font-family: "Lato", Sans-serif;
  font-weight: lighter;
  font-style: normal;

}



.flex-bg-left{
  flex:40%;






  background-color: #000;
  opacity: 0.75;
}

.flex-bg-right{
  flex:60%;



}






.hide {
  display: none;
}

.myDIV:hover + .hide {
  display: block;
  color: white;
}


.textjust{
  text-align: justify;
  font-size: 15px;
}




.info-slide {
  position:absolute;
  bottom:0;
  float:left;
  width:100%;
  background:url(../images/blue-back.png);
  height:60px;
  cursor:pointer;
  overflow:hidden;
  text-align:center;
  transition: height .4s ease-in-out;
  -webkit-transition: height .4s ease-in-out;
  -moz-transition: height .4s ease-in-out;
}

.info-slide:hover {
  height:300px;
}



















#presentation{
  width: 480px;
  height: 120px;
  padding: 20px;
  margin: auto;
  background: #FFF;
  margin-top: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition: all 0.3s;
  border-radius: 3px;
}

#presentation:hover{
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  transition: all 0.3s;
  transform: translateZ(10px);
}

#floating-button{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #db4437;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  box-shadow: 0px 2px 5px #666;
}

.plus{
  color: white;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 55px;
  font-size: 38px;
  font-family: 'Roboto';
  font-weight: 300;
  animation: plus-out 0.3s;
  transition: all 0.3s;
}

#container-floating{
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 30px;
  z-index: 50px;
}

#container-floating:hover{
  height: 400px;
  width: 90px;
  padding: 30px;
}

#container-floating:hover .plus{
  animation: plus-in 0.15s linear;
  animation-fill-mode: forwards;
}

.edit{
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  padding: 0;
  opacity: 0;
  margin: auto;
  line-height: 65px;
  transform: rotateZ(-70deg);
  transition: all 0.3s;
  animation: edit-out 0.3s;
}

#container-floating:hover .edit{
  animation: edit-in 0.2s;
   animation-delay: 0.1s;
  animation-fill-mode: forwards;
}

@keyframes edit-in{
    from {opacity: 0; transform: rotateZ(-70deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}

@keyframes edit-out{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(-70deg);}
}

@keyframes plus-in{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(180deg);}
}

@keyframes plus-out{
    from {opacity: 0; transform: rotateZ(180deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}

.nds{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  z-index: 300;
  transform:  scale(0);
  cursor: pointer;
}

.nd1{
  background: #d3a411;
  right: 40px;
  bottom: 120px;
  animation-delay: 0.2s;
    animation: bounce-out-nds 0.3s linear;
  animation-fill-mode:  forwards;
}

.nd3{
  background: #3c80f6;
  right: 40px;
  bottom: 180px;
  animation-delay: 0.15s;
    animation: bounce-out-nds 0.15s linear;
  animation-fill-mode:  forwards;
}

.nd4{
  background: #ba68c8;
  right: 40px;
  bottom: 240px;
  animation-delay: 0.1s;
    animation: bounce-out-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

.nd5{
  background-image: url('https://lh3.googleusercontent.com/-X-aQXHatDQY/Uy86XLOyEdI/AAAAAAAAAF0/TBEZvkCnLVE/w140-h140-p/fb3a11ae-1fb4-4c31-b2b9-bf0cfa835c27');
  background-size: 100%;
  right: 40px;
  bottom: 300px;
  animation-delay: 0.08s;
  animation: bounce-out-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

@keyframes bounce-nds{
    from {opacity: 0;}
    to {opacity: 1; transform: scale(1);}
}

@keyframes bounce-out-nds{
    from {opacity: 1; transform: scale(1);}
    to {opacity: 0; transform: scale(0);}
}

#container-floating:hover .nds{

  animation: bounce-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

#container-floating:hover .nd3{
  animation-delay: 0.08s;
}
#container-floating:hover .nd4{
  animation-delay: 0.15s;
}
#container-floating:hover .nd5{
  animation-delay: 0.2s;
}

.letter{
  font-size: 23px;
  font-family: 'Roboto';
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 40px;
}

.reminder{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  line-height: 40px;
}

.profile{
  border-radius: 50%;
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}



.center {
  display: block;
  margin-left: auto;
  margin-right: auto;

}



input[type='checkbox'] { display: none; } .wrap-collabsible { margin: 0 0; } .lbl-toggle { display: block; font-weight: bold; font-family: 'Lato',sans-serif; font-size: 1.2rem; text-transform:none; text-align: center; padding: 1rem; color: #DDD; background-color: rgba(0, 0, 0, 0.39);backdrop-filter: blur(5px); cursor: pointer; border-radius: 0px; transition: all 0.25s ease-out; } .lbl-toggle:hover { color: #FFF; } .lbl-toggle::before { content: ' '; display: inline-block; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid currentColor; vertical-align: middle; margin-right: .7rem; transform: translateY(-2px); transition: transform .2s ease-out; } .toggle:checked+.lbl-toggle::before { transform: rotate(90deg) translateX(-3px); } .collapsible-content { max-height: 0px; overflow: hidden; transition: max-height .25s ease-in-out; } .toggle:checked + .lbl-toggle + .collapsible-content { max-height: 1000px; } .toggle:checked+.lbl-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .collapsible-content .content-inner {  border-bottom-left-radius: 0; border-bottom-right-radius: 0; padding: .5rem 1rem; } .collapsible-content p { margin-bottom: 0; }
input[type='checkbox2'] { display: none; } .wrap-collabsible2 { margin: 0 0; } .lbl-toggle2 { display: block; font-weight: bold; font-family: 'Lato',sans-serif; font-size: 1.2rem; text-transform:none; text-align: center; padding: 1rem; color: #DDD; background-color: rgba(0, 0, 0, 0.39);backdrop-filter: blur(5px); cursor: pointer; border-radius: 0px; transition: all 0.25s ease-out; } .lbl-toggle2:hover { color: #FFF; } .lbl-toggle2::before { content: ' '; display: inline-block; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid currentColor; vertical-align: middle; margin-right: .7rem; transform: translateY(-2px); transition: transform .2s ease-out; } .toggle2:checked+.lbl-toggle2::before { transform: rotate(90deg) translateX(-3px); } .collapsible-content2 { max-height: 0px; overflow: hidden; transition: max-height .25s ease-in-out; } .toggle2:checked + .lbl-toggle2 + .collapsible-content2 { max-height: 1000px; } .toggle2:checked+.lbl-toggle2 { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .collapsible-content2 .content-inner2 {  border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; padding: .5rem 1rem; } .collapsible-content2 p { margin-bottom: 0; }
input[type='checkbox3'] { display: none; } .wrap-collabsible3 { margin: 0 0; } .lbl-toggle3 { display: block; font-weight: bold; font-family: 'Lato',sans-serif; font-size: 1.2rem; text-transform:none; text-align: center; padding: 1rem; color: #DDD; background-color: rgba(0, 0, 0, 0.39);backdrop-filter: blur(5px); cursor: pointer; border-radius: 0px; transition: all 0.25s ease-out; } .lbl-toggle3:hover { color: #FFF; } .lbl-toggle3::before { content: ' '; display: inline-block; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid currentColor; vertical-align: middle; margin-right: .7rem; transform: translateY(-2px); transition: transform .2s ease-out; } .toggle3:checked+.lbl-toggle3::before { transform: rotate(90deg) translateX(-3px); } .collapsible-content3 { max-height: 0px; overflow: hidden; transition: max-height .25s ease-in-out; } .toggle3:checked + .lbl-toggle3 + .collapsible-content3 { max-height: 1000px; } .toggle3:checked+.lbl-toggle3 { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .collapsible-content3 .content-inner3 {  border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; padding: .5rem 1rem; } .collapsible-content3 p { margin-bottom: 0; }
input[type='checkbox4'] { display: none; } .wrap-collabsible4 { margin: 0 0; } .lbl-toggle4 { display: block; font-weight: bold; font-family: 'Lato',sans-serif; font-size: 1.2rem; text-transform:none; text-align: center; padding: 1rem; color: #DDD; background-color: rgba(0, 0, 0, 0.39);backdrop-filter: blur(5px); cursor: pointer; border-radius: 0px; transition: all 0.25s ease-out; } .lbl-toggle4:hover { color: #FFF; } .lbl-toggle4::before { content: ' '; display: inline-block; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid currentColor; vertical-align: middle; margin-right: .7rem; transform: translateY(-2px); transition: transform .2s ease-out; } .toggle4:checked+.lbl-toggle4::before { transform: rotate(90deg) translateX(-3px); } .collapsible-content4 { max-height: 0px; overflow: hidden; transition: max-height .25s ease-in-out; } .toggle4:checked + .lbl-toggle4 + .collapsible-content4 { max-height: 1000px; } .toggle4:checked+.lbl-toggle4 { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .collapsible-content4 .content-inner4 {  border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; padding: .5rem 1rem; } .collapsible-content4 p { margin-bottom: 0; }
input[type='checkbox5'] { display: none; } .wrap-collabsible5 { margin: 0 0; } .lbl-toggle5 { display: block; font-weight: bold; font-family: 'Lato',sans-serif; font-size: 1.2rem; text-transform:none; text-align: center; padding: 1rem; color: #DDD; background-color: rgba(0, 0, 0, 0.39);backdrop-filter: blur(5px); cursor: pointer; border-radius: 0px; transition: all 0.25s ease-out; } .lbl-toggle5:hover { color: #FFF; } .lbl-toggle5::before { content: ' '; display: inline-block; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid currentColor; vertical-align: middle; margin-right: .7rem; transform: translateY(-2px); transition: transform .2s ease-out; } .toggle5:checked+.lbl-toggle5::before { transform: rotate(90deg) translateX(-3px); } .collapsible-content5 { max-height: 0px; overflow: hidden; transition: max-height .25s ease-in-out; } .toggle5:checked + .lbl-toggle5 + .collapsible-content5 { max-height: 1000px; } .toggle5:checked+.lbl-toggle5 { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .collapsible-content5 .content-inner5 {  border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; padding: .5rem 1rem; } .collapsible-content5 p { margin-bottom: 0; }

.bottomleft {
  position: absolute;
  bottom: 20px;
  left: 16px;
  font-size: 18px;
}




.containerslider {
  position: relative;
  text-align: center;
  color: white;
}




.top-left {
  position: absolute;
  top: 8px;
  left: 1.5rem;
}


.main-section {
    padding: 3.5rem 0;
}
.main-section-2 {
    padding: 0;
}

@media only screen and (max-width: 991px) {
    .main-section {
        padding: 3rem 0;
    }
}

@media only screen and (max-width: 767px) {
    .main-section {
        padding: 2.5rem 0;
    }
}

@media only screen and (max-width: 575px) {
    #dsn-hero-parallax-title {
        padding: 0px 15px !important;
    }
}
@media only screen and (max-width: 992px) {
    #dsn-hero-parallax-title h1 {
        font-size: 45px;
     
    }
}
@media only screen and (max-width: 575px) {
    #dsn-hero-parallax-title h1 {
        font-size: 35px;
       
    }
}

.track-record-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3.5rem;
}

.track-record-features .feature-box-2 {
    width: 15%;
}

.track-record-features .feature-box-2 .feature-img img {
    width: 50px;
    height: 50px;
}
.track-record-features .feature-box-2 .feature-img {
    text-align: center;
}

.track-record-features .feature-box-2 .feature-content p {
    font-size:18px;
    padding-top: 10px;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .track-record-features .feature-box-2 {
        width: 50%;
    }

    .track-record-features .feature-box-2:not(:last-child) {
        margin-bottom: 2rem;
    }
}

.slider-w-overlay .work-item {
    height: 35rem;
}

.slider-w-overlay .work-container {
    position: relative;
}
.slider-w-overlay .item-info {
    top: 0;
    margin: 20px 1.5rem;
    width: 40%;
    padding: 20px;
    background: rgba(0,0,0,.75);
}

.slider-w-overlay .item-info h2 {
    margin-bottom: 20px;
}

.slider-w-overlay .item-info p {
    margin-bottom: 20px;
    font-size: 20px;
}

@media only screen and (max-width: 556px) {
  .slider-w-overlay .item-info p {
    margin-bottom: 20px;
    font-size: 18px;
}
}

@media only screen and (max-width: 1300px) {
    .slider-w-overlay .work-item {
        height: 38rem;
    }
}

@media only screen and (max-width: 1200px) {
    .slider-w-overlay .work-item {
        height: 40rem;
    }
}

@media only screen and (max-width: 1100px) {
    .slider-w-overlay .work-item {
        height: 42rem;
    }
}

@media only screen and (max-width: 1014px) {
    .slider-w-overlay .work-item {
        height: 32rem;
    }
    .slider-w-overlay .item-info {
        margin: 20px 30px;
        width: 42rem;
    }
}

@media only screen and (max-width: 767px) {
    .slider-w-overlay .work-item {
        height: 38rem;
    }
    .slider-w-overlay .item-info {
        margin: 20px 30px;
        width: 92%;
    }
}

@media only screen and (max-width: 575px) {
    .slider-w-overlay .work-item {
        height: 45rem;
    }
    .slider-w-overlay .item-info {
        margin: 20px 15px;
        width: 94%;
    }
}

@media only screen and (max-width: 430px) {
    .slider-w-overlay .work-item {
        height: 60rem;
    }
    .slider-w-overlay .item-info {
        margin: 20px 15px;
        width: 92%;
    }
}

.testimonials-main-content {
    width: 70%;
    margin: 0 auto;
}


@media only screen and (max-width: 767px) {
    .testimonials-main-content {
        width: 100%;
    }
}

.about-text p:not(:last-child) {
    margin-bottom: 20px;
}

.about-features > .row:not(:last-child) {
    margin-bottom: 2rem;
}

.team > .row {
    width: 80%;
    margin: 0 auto;
}

.team > .row:not(:last-child) {
    margin-bottom: 2rem;
}

@media only screen and (max-width: 992px) {
    .team > .row {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .team > .row {
        width: 100%;
        margin-bottom: 0;
    }

    .team .team-item-inner {
        padding: 0 !important;
    }

    .team .team-item-inner:not(:last-child) {
        margin-bottom: 2rem;
    }
}


@media only screen and (max-width: 767px) {
    .tea-map-img {
        float: none !important;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        margin-bottom: 2rem;
  
    }
}
@media only screen and (max-width: 992px) {
    .tea-map-img {
        width: 10rem !important;
    }

    .flex-container-tea, .flex-container-new {
        flex-wrap: wrap;

    }

    .flex-container-tea > div {
        text-align: left;
    }
}

.products-overview-image img {
    width: 80%;
}


@media only screen and (max-width: 992px) {
    .products-overview-image img {
        width: 100%;
    }

    .products-overview-info {
        margin-bottom: 2rem;
    }
}

.products-overview > .row:not(:last-child) {
    margin-bottom: 3rem;
}

.about-features.white-labelling .white-labelling-feature {
    display: flex;
}

.about-features.white-labelling .white-labelling-feature div {
    /* width: 10%; */
}


@media only screen and (max-width: 767px) {
    .about-features.white-labelling .white-labelling-feature {
        flex-wrap: wrap;
    }

    .white-labelling-feature > div > img {
        width: 5rem !important;
    }
}
@media only screen and (max-width: 992px) {
    input.careers[type=send], input[type=send] {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    input.careers[type=text], textarea.careers[type=message], select, input[type=text] {
        width: 100%;
    }

    input.careers[type=send], input[type=send] {
        width: 50%;
    }

    .flex-container-form {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-section .col-md-6:not(:last-child) {
        margin-bottom: 3rem;
    }
}

@media only screen and (max-width: 1119px) {
   .tea-map-img {
       width: 15rem !important;
   }
}

@media only screen and (max-width: 992px) {
   .tea-map-img {
       width: 6rem !important;
   }

   .tea-overview-info-2 {
       margin-left: 0 !important;
   }
}

.tea-overview-info-2 {
    margin-left: -1rem;
}




.fa-angle-left:before{
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGZmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA2LTAyVDE5OjM1OjE4KzA1OjMwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA2LTAyVDE5OjM1OjE4KzA1OjMwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wNi0wMlQxOTozNToxOCswNTozMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2ZjJjODZiNy04NjEwLWJjNGYtOTIyOS0xMjA3NzNlZWQ2ZGYiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplOWE2NThiMy00MWU2LWQ4NDUtOGI3OS1kM2I5MzYxMWNhNzciIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphY2I3NTA5Yy1lNzExLTA1NDgtOThhZi04NjBlNDQzNGNmMzkiIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDphY2I3NTA5Yy1lNzExLTA1NDgtOThhZi04NjBlNDQzNGNmMzkiIHN0RXZ0OndoZW49IjIwMjItMDYtMDJUMTk6MzU6MTgrMDU6MzAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NmYyYzg2YjctODYxMC1iYzRmLTkyMjktMTIwNzczZWVkNmRmIiBzdEV2dDp3aGVuPSIyMDIyLTA2LTAyVDE5OjM1OjE4KzA1OjMwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDxwaG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+IDxyZGY6QmFnPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDozNTI0OTkwNy1kOTYyLWZiNDEtOThhNi00YTE3OGQzZGQ1NWY8L3JkZjpsaT4gPC9yZGY6QmFnPiA8L3Bob3Rvc2hvcDpEb2N1bWVudEFuY2VzdG9ycz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7pZMf2AAAByUlEQVQ4jY2TsW5TMRSGv2P73ihNmpZWkRiYGBl5BhASiL4BDwAPAM8AExMPAAN7KhBCPANrN8SKqkZJmpDcxPbPcG+iRAFRy4N9rP87Pr997PXbez+BFvAbMG42BBwAVQBOgDPgB+DqU2FbLO2TM3AXGATgEvgOTP6dcC3XdnAEXLrm9ATATKTsSTlgVuc1cxg6gnRoLtVxGY3G3DYypUBZVHRb16QYMByCp+Y0SsvOncW4T6za4NNGswOIOXB69Itee0SMJUZ+LOWB8+lVqroXi+mt5lZ7ABFToF3O6LYnLFctMD2Q0ydDLyTeSEZ5MKFoX6NUbAChlhsCjrtXeCeyhWfm9F7oEfAVDPOJopyiLSttDVi7rMbs2kBh9QSBdxlMSLbzpK6WCweMp6ckGY74Qdkegn0BntdCR1oc7v20jYneR+ZVh+m8RxEqwL4Z9kTwDnhpQJz3iFUHc3HXg83GR65Gt/G2pAgrJPtsZmdKbmDF7LzoxAtryvgrwLvIalVS0aLwK5DD4Dxnd2zFLJetaySP5DelhMbUIYBkOJdwzRoEAjPG4FH2230xBBSAPnCfrWb63xBkq5upHxrSR27YzrZhcAAM/wCTt8Cmfe/QmAAAAABJRU5ErkJggg==');
}

.fa-angle-right:before{
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFyGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA2LTAyVDE5OjM2OjUxKzA1OjMwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA2LTAyVDE5OjM2OjUxKzA1OjMwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wNi0wMlQxOTozNjo1MSswNTozMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0ODAxYTc0Yy0yZWMzLTFhNDItOTczNS02ZjBhMTkyMWE0ZjkiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo1NGU2YmJhZi1hNjI3LThjNDAtYWViNS05ZWY1MzNlNmUxNmIiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphNWZmZmYwMy03ZDM5LTEzNDYtOGNlOS03NmRkZjg4YWY5MmMiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDphNWZmZmYwMy03ZDM5LTEzNDYtOGNlOS03NmRkZjg4YWY5MmMiIHN0RXZ0OndoZW49IjIwMjItMDYtMDJUMTk6MzY6NTErMDU6MzAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NDgwMWE3NGMtMmVjMy0xYTQyLTk3MzUtNmYwYTE5MjFhNGY5IiBzdEV2dDp3aGVuPSIyMDIyLTA2LTAyVDE5OjM2OjUxKzA1OjMwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+s3dGdgAAAdpJREFUOI2Vk01uE0EQhb9X07YhKCEGCxIW2SKx4RIg8SNYcwY4ABIHQMqODZwhayR+JLgES7YBBSIcBjkidjwz/VhkbOwoLKhNd6mrX72qV6XtFze+AgIa/s8KwAnoG+6Ad4WWItwinz7bty3B+wQMgU+g0fJXFsLPhC1Bwzjx3JcyTVMwGXeZTruroLXASBksUEbKGLXw6gOKWaa67rK2UrK1+YVB//s1oTJbD2RQmmISbjpIGS1wixnR7AJLbF45YKO//5mcnzUUr3Hco6jI1Tmq3xdRNBhwyyNmlXXSMeXhgP2fK2DIZlvoia03oFsqaurJBXLVI6Jh1vBgjmZCmeGvDaZ1QREZmVcO7kZOHyLHIzuoxmsL+RcYzEwCW5hAiyJ41jwvxS8BZBdcvrhHN9U0ucDwWOZdjvq2wztSpnP+EC/IO1ehqnusr/7g6qUJEoT81PJL8H3gY24SqXdEdI5xLuYAaaZCtPJ8Gw6YHKfrBM/DzUPCb2kS0RnTjTF5/vlkoNJfFSpGR+scjAZEeK+Xpv2QRwZcdyEq1AHnaAvQnIGBMlsU0VB0G8CH7bRhAzI45v1rh7mkXaaB4Sawe1qRf5sx2hIMElAKdlhaZ51xW/QFJ+tc/gFay8xC8SsIqgAAAABJRU5ErkJggg==');
}


.container1:hover .overlay1 {
  opacity: 1;
}


#overlay1 {

  background-color: rgba(0, 0, 0, 0.60);
  opacity: 1;
  padding-left: 5px;



}

.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:70px;
	right:25px;
  content: url('../img/call.png');

}

.my-float{
	margin-top:11px;
}


a, u {
  text-decoration: none;
}

a {
  text-decoration: none !important;
}


.tea-margin{
  margin-left:30px;
  margin-right: 30px;
}

.imageteas{
  width: 40%;
  margin-bottom: 2px;

}




.imagesize{
  width: 34%;
  margin-bottom: 2px;

}

@media only screen and (max-width: 767px) {
  .imagesize {
      width: 94%;
      margin-bottom: 2px;
      
  }
}

@media only screen and (max-width: 575px) {
  .imagesize {
    width: 94%;
    margin-bottom: 2px;
  }
}




.video-container {
  overflow: hidden;
  position: relative;
  width:100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.alert-success{
  z-index: 1;
  background: #D4EDDA;
  font-size: 18px;
  padding: 20px 40px;
  min-width: 420px;
  position: fixed;
  right: 0;
  top: 10px;
  border-left: 8px solid #3AD66E;
  border-radius: 4px;
  color:black
}

.alert-error{
  color:black;
  z-index: 1;
  background: #FFF3CD;
  font-size: 18px;
  padding: 20px 40px;
  min-width: 420px;
  position: fixed;
  right: 0;
  top: 10px;
  border-left: 8px solid #FFA502;
  border-radius: 4px;
}
.send-btn{
  background-color: #ceca24;
  padding: 10px 60px;
}
.emailbox{
  width: 50%;
  padding: 12px 5px;
  margin: 1px 0;
  display: inline-block;
  border: 1px solid black;

  box-sizing: border-box;
  background-color: #d4d4d4;
  color:black;

}
@media only screen and (max-width: 750px) {
  .emailbox{
    width: 100%;
    padding: 12px 5px;
    margin: 1px 0;
    display: inline-block;
    border: 1px solid black;
  
    box-sizing: border-box;
    background-color: #d4d4d4;
    color:black;
  
  }
}












.containertea {
  position: relative;
  width: 50%;
  max-width: 300px;
}
.containerteaglobal {
  position: relative;
  width: 100%;
  max-width: 150px;
}

.overlaytea {
  position: absolute; 
  bottom: 0; 

  color: white;
  font-size: 20px;
  bottom:40px;
  left:20px;
  text-align: center;
}
.overlaytea2 {
  position: absolute; 
  bottom: 0; 

  color: white;
  font-size: 15px;
  bottom:18px;
  left:20px;
  text-align: center;
}

.overlaycountry {
  position: absolute; 
  bottom: 0; 

  color: white;
  font-size: 20px;
  bottom:12px;
  left:20px;
  text-align: center;
}

















section ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.sec ul li{
    list-style: none;
   
    padding: 12px 20px;
    margin: 5px;
    letter-spacing: 1px;
    cursor: pointer;
}
section ul li.active{
    background: white;
    color: black;
}
.product{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.product .itemBox{
    position: relative;
    width: 200px;
    height: 200px;
    margin: 1px;
    display: block;
}
.product .itemBox.hide{
    display: none;
}
.product .itemBox img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}











.item{
  width:800px;
  hight:300px;
  text-align:center;
  margin:auto;
}
.icon{
  width:25px;padding:10px;line-height:40px;background:black;color:white;cursor:pointer;text-align:center;
}









 .testim {  
           width: 100%;  
           position: relative;  
          
          
 }  
 .testim .wrap {  
   position: relative;  
   width: 100%;  
   max-width: 1020px;  
   padding: 40px 20px;  
   margin: auto;  
 }  
 .testim .arrow {  
   display: block;  
   position: absolute;  
   color: #eee;  
   cursor: pointer;  
   font-size: 2em;  
   top: 50%;  
   -webkit-transform: translateY(-50%);  
           -ms-transform: translateY(-50%);  
           -moz-transform: translateY(-50%);  
           -o-transform: translateY(-50%);  
           transform: translateY(-50%);  
   -webkit-transition: all .3s ease-in-out;    
   -ms-transition: all .3s ease-in-out;    
   -moz-transition: all .3s ease-in-out;    
   -o-transition: all .3s ease-in-out;    
   transition: all .3s ease-in-out;  
   padding: 5px;  
   z-index: 22222222;  
 }  
 .testim .arrow:before {  
           cursor: pointer;  
 }  
 .testim .arrow:hover {  
   color: #ceca24;  
 }  
 .testim .arrow.left {  
   left: 10px;  
 }  
 .testim .arrow.right {  
   right: 10px;  
 }  
 .testim .dots {  
   text-align: center;  
   position: absolute;  
   width: 100%;  
   bottom: 60px;  
   left: 0;  
   display: block;  
   z-index: 3333;  
           height: 12px;  
 }  
 .testim .dots .dot {  
   list-style-type: none;  
   display: inline-block;  
   width: 12px;  
   height: 12px;  
   border-radius: 50%;  
   border: 1px solid #eee;  
   margin: 0 10px;  
   cursor: pointer;  
   -webkit-transition: all .5s ease-in-out;    
   -ms-transition: all .5s ease-in-out;    
   -moz-transition: all .5s ease-in-out;    
   -o-transition: all .5s ease-in-out;    
   transition: all .5s ease-in-out;  
           position: relative;  
 }  
 .testim .dots .dot.active,  
 .testim .dots .dot:hover {  
   background: #ceca24;  
   border-color: #ceca24;  
 }  
 .testim .dots .dot.active {  
   -webkit-animation: testim-scale .5s ease-in-out forwards;    
   -moz-animation: testim-scale .5s ease-in-out forwards;    
   -ms-animation: testim-scale .5s ease-in-out forwards;    
   -o-animation: testim-scale .5s ease-in-out forwards;    
   animation: testim-scale .5s ease-in-out forwards;    
 }  
 .testim .cont {  
   position: relative;  
           overflow: hidden;  
 }  
 .testim .cont > div {  
   text-align: center;  
   position: absolute;  
   top: 0;  
   left: 0;  
   padding: 0 0 70px 0;  
   opacity: 0;  
 }  
 .testim .cont > div.inactive {  
   opacity: 1;  
 }  
 .testim .cont > div.active {  
   position: relative;  
   opacity: 1;  
 }  
 .testim .cont div .img img {  
   display: block;  
   width: 100px;  
   height: 100px;  
   margin: auto;  
   border-radius: 50%;  
 }  
 .testim .cont div h2 {  
   color: #ceca24;  
   font-size: 22px;  
   margin: 15px 0;  
 }  
 .testim .cont div p {  
   font-size: 20px;  
   color: #eee;  
   width: 80%;  
   margin: auto;  
 }  
 .testim .cont div.active .img img {  
   -webkit-animation: testim-show .5s ease-in-out forwards;        
   -moz-animation: testim-show .5s ease-in-out forwards;        
   -ms-animation: testim-show .5s ease-in-out forwards;        
   -o-animation: testim-show .5s ease-in-out forwards;        
   animation: testim-show .5s ease-in-out forwards;        
 }  
 .testim .cont div.active h2 {  
   -webkit-animation: testim-content-in .4s ease-in-out forwards;    
   -moz-animation: testim-content-in .4s ease-in-out forwards;    
   -ms-animation: testim-content-in .4s ease-in-out forwards;    
   -o-animation: testim-content-in .4s ease-in-out forwards;    
   animation: testim-content-in .4s ease-in-out forwards;    
 }  
 .testim .cont div.active p {  
   -webkit-animation: testim-content-in .5s ease-in-out forwards;    
   -moz-animation: testim-content-in .5s ease-in-out forwards;    
   -ms-animation: testim-content-in .5s ease-in-out forwards;    
   -o-animation: testim-content-in .5s ease-in-out forwards;    
   animation: testim-content-in .5s ease-in-out forwards;    
 }  
 .testim .cont div.inactive .img img {  
   -webkit-animation: testim-hide .5s ease-in-out forwards;        
   -moz-animation: testim-hide .5s ease-in-out forwards;        
   -ms-animation: testim-hide .5s ease-in-out forwards;        
   -o-animation: testim-hide .5s ease-in-out forwards;        
   animation: testim-hide .5s ease-in-out forwards;        
 }  
 .testim .cont div.inactive h2 {  
   -webkit-animation: testim-content-out .4s ease-in-out forwards;      
   -moz-animation: testim-content-out .4s ease-in-out forwards;      
   -ms-animation: testim-content-out .4s ease-in-out forwards;      
   -o-animation: testim-content-out .4s ease-in-out forwards;      
   animation: testim-content-out .4s ease-in-out forwards;      
 }  
 .testim .cont div.inactive p {  
   -webkit-animation: testim-content-out .5s ease-in-out forwards;    
   -moz-animation: testim-content-out .5s ease-in-out forwards;    
   -ms-animation: testim-content-out .5s ease-in-out forwards;    
   -o-animation: testim-content-out .5s ease-in-out forwards;    
   animation: testim-content-out .5s ease-in-out forwards;    
 }  
 @-webkit-keyframes testim-scale {  
   0% {  
     -webkit-box-shadow: 0px 0px 0px 0px #eee;  
     box-shadow: 0px 0px 0px 0px #eee;  
   }  
   35% {  
     -webkit-box-shadow: 0px 0px 10px 5px #eee;      
     box-shadow: 0px 0px 10px 5px #eee;      
   }  
   70% {  
     -webkit-box-shadow: 0px 0px 10px 5px #ceca24;      
     box-shadow: 0px 0px 10px 5px #ceca24;      
   }  
   100% {  
     -webkit-box-shadow: 0px 0px 0px 0px #ceca24;      
     box-shadow: 0px 0px 0px 0px #ceca24;      
   }  
 }  
 @-moz-keyframes testim-scale {  
   0% {  
     -moz-box-shadow: 0px 0px 0px 0px #eee;  
     box-shadow: 0px 0px 0px 0px #eee;  
   }  
   35% {  
     -moz-box-shadow: 0px 0px 10px 5px #eee;      
     box-shadow: 0px 0px 10px 5px #eee;      
   }  
   70% {  
     -moz-box-shadow: 0px 0px 10px 5px #ceca24;      
     box-shadow: 0px 0px 10px 5px #ceca24;      
   }  
   100% {  
     -moz-box-shadow: 0px 0px 0px 0px #ceca24;      
     box-shadow: 0px 0px 0px 0px #ceca24;      
   }  
 }  
 @-ms-keyframes testim-scale {  
   0% {  
     -ms-box-shadow: 0px 0px 0px 0px #eee;  
     box-shadow: 0px 0px 0px 0px #eee;  
   }  
   35% {  
     -ms-box-shadow: 0px 0px 10px 5px #eee;      
     box-shadow: 0px 0px 10px 5px #eee;      
   }  
   70% {  
     -ms-box-shadow: 0px 0px 10px 5px #ceca24;      
     box-shadow: 0px 0px 10px 5px #ceca24;      
   }  
   100% {  
     -ms-box-shadow: 0px 0px 0px 0px #ceca24;      
     box-shadow: 0px 0px 0px 0px #ceca24;      
   }  
 }  
 @-o-keyframes testim-scale {  
   0% {  
     -o-box-shadow: 0px 0px 0px 0px #eee;  
     box-shadow: 0px 0px 0px 0px #eee;  
   }  
   35% {  
     -o-box-shadow: 0px 0px 10px 5px #eee;      
     box-shadow: 0px 0px 10px 5px #eee;      
   }  
   70% {  
     -o-box-shadow: 0px 0px 10px 5px #ceca24;      
     box-shadow: 0px 0px 10px 5px #ceca24;      
   }  
   100% {  
     -o-box-shadow: 0px 0px 0px 0px #ceca24;      
     box-shadow: 0px 0px 0px 0px #ceca24;      
   }  
 }  
 @keyframes testim-scale {  
   0% {  
     box-shadow: 0px 0px 0px 0px #eee;  
   }  
   35% {  
     box-shadow: 0px 0px 10px 5px #eee;      
   }  
   70% {  
     box-shadow: 0px 0px 10px 5px #ceca24;      
   }  
   100% {  
     box-shadow: 0px 0px 0px 0px #ceca24;      
   }  
 }  
 @-webkit-keyframes testim-content-in {  
   from {  
     opacity: 0;  
     -webkit-transform: translateY(100%);  
     transform: translateY(100%);  
   }  
   to {  
     opacity: 1;  
     -webkit-transform: translateY(0);      
     transform: translateY(0);      
   }  
 }  
 @-moz-keyframes testim-content-in {  
   from {  
     opacity: 0;  
     -moz-transform: translateY(100%);  
     transform: translateY(100%);  
   }  
   to {  
     opacity: 1;  
     -moz-transform: translateY(0);      
     transform: translateY(0);      
   }  
 }  
 @-ms-keyframes testim-content-in {  
   from {  
     opacity: 0;  
     -ms-transform: translateY(100%);  
     transform: translateY(100%);  
   }  
   to {  
     opacity: 1;  
     -ms-transform: translateY(0);      
     transform: translateY(0);      
   }  
 }  
 @-o-keyframes testim-content-in {  
   from {  
     opacity: 0;  
     -o-transform: translateY(100%);  
     transform: translateY(100%);  
   }  
   to {  
     opacity: 1;  
     -o-transform: translateY(0);      
     transform: translateY(0);      
   }  
 }  
 @keyframes testim-content-in {  
   from {  
     opacity: 0;  
     transform: translateY(100%);  
   }  
   to {  
     opacity: 1;  
     transform: translateY(0);      
   }  
 }  
 @-webkit-keyframes testim-content-out {  
   from {  
     opacity: 1;  
     -webkit-transform: translateY(0);  
     transform: translateY(0);  
   }  
   to {  
     opacity: 0;  
     -webkit-transform: translateY(-100%);      
     transform: translateY(-100%);      
   }  
 }  
 @-moz-keyframes testim-content-out {  
   from {  
     opacity: 1;  
     -moz-transform: translateY(0);  
     transform: translateY(0);  
   }  
   to {  
     opacity: 0;  
     -moz-transform: translateY(-100%);      
     transform: translateY(-100%);      
   }  
 }  
 @-ms-keyframes testim-content-out {  
   from {  
     opacity: 1;  
     -ms-transform: translateY(0);  
     transform: translateY(0);  
   }  
   to {  
     opacity: 0;  
     -ms-transform: translateY(-100%);      
     transform: translateY(-100%);      
   }  
 }  
 @-o-keyframes testim-content-out {  
   from {  
     opacity: 1;  
     -o-transform: translateY(0);  
     transform: translateY(0);  
   }  
   to {  
     opacity: 0;  
     transform: translateY(-100%);      
     transform: translateY(-100%);      
   }  
 }  
 @keyframes testim-content-out {  
   from {  
     opacity: 1;  
     transform: translateY(0);  
   }  
   to {  
     opacity: 0;  
     transform: translateY(-100%);      
   }  
 }  
 @-webkit-keyframes testim-show {  
   from {  
     opacity: 0;  
     -webkit-transform: scale(0);  
     transform: scale(0);  
   }  
   to {  
     opacity: 1;  
     -webkit-transform: scale(1);      
     transform: scale(1);      
   }  
 }  
 @-moz-keyframes testim-show {  
   from {  
     opacity: 0;  
     -moz-transform: scale(0);  
     transform: scale(0);  
   }  
   to {  
     opacity: 1;  
     -moz-transform: scale(1);      
     transform: scale(1);      
   }  
 }  
 @-ms-keyframes testim-show {  
   from {  
     opacity: 0;  
     -ms-transform: scale(0);  
     transform: scale(0);  
   }  
   to {  
     opacity: 1;  
     -ms-transform: scale(1);      
     transform: scale(1);      
   }  
 }  
 @-o-keyframes testim-show {  
   from {  
     opacity: 0;  
     -o-transform: scale(0);  
     transform: scale(0);  
   }  
   to {  
     opacity: 1;  
     -o-transform: scale(1);      
     transform: scale(1);      
   }  
 }  
 @keyframes testim-show {  
   from {  
     opacity: 0;  
     transform: scale(0);  
   }  
   to {  
     opacity: 1;  
     transform: scale(1);      
   }  
 }  
 @-webkit-keyframes testim-hide {  
   from {  
     opacity: 1;  
     -webkit-transform: scale(1);      
     transform: scale(1);      
   }  
   to {  
     opacity: 0;  
     -webkit-transform: scale(0);  
     transform: scale(0);  
   }  
 }  
 @-moz-keyframes testim-hide {  
   from {  
     opacity: 1;  
     -moz-transform: scale(1);      
     transform: scale(1);      
   }  
   to {  
     opacity: 0;  
     -moz-transform: scale(0);  
     transform: scale(0);  
   }  
 }  
 @-ms-keyframes testim-hide {  
   from {  
     opacity: 1;  
     -ms-transform: scale(1);      
     transform: scale(1);      
   }  
   to {  
     opacity: 0;  
     -ms-transform: scale(0);  
     transform: scale(0);  
   }  
 }  
 @-o-keyframes testim-hide {  
   from {  
     opacity: 1;  
     -o-transform: scale(1);      
     transform: scale(1);      
   }  
   to {  
     opacity: 0;  
     -o-transform: scale(0);  
     transform: scale(0);  
   }  
 }  
 @keyframes testim-hide {  
   from {  
     opacity: 1;  
     transform: scale(1);      
   }  
   to {  
     opacity: 0;  
     transform: scale(0);  
   }  
 }  
 @media all and (max-width: 300px) {  
      body {  
           font-size: 14px;  
      }  
 }  
 @media all and (max-width: 500px) {  
      .testim .arrow {  
           font-size: 1.5em;  
      }  
      .testim .cont div p {  
           line-height: 25px;  
      }  
 }  









.fa-chevron-right{
   content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFyGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA2LTAyVDE5OjM2OjUxKzA1OjMwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA2LTAyVDE5OjM2OjUxKzA1OjMwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wNi0wMlQxOTozNjo1MSswNTozMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0ODAxYTc0Yy0yZWMzLTFhNDItOTczNS02ZjBhMTkyMWE0ZjkiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo1NGU2YmJhZi1hNjI3LThjNDAtYWViNS05ZWY1MzNlNmUxNmIiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphNWZmZmYwMy03ZDM5LTEzNDYtOGNlOS03NmRkZjg4YWY5MmMiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDphNWZmZmYwMy03ZDM5LTEzNDYtOGNlOS03NmRkZjg4YWY5MmMiIHN0RXZ0OndoZW49IjIwMjItMDYtMDJUMTk6MzY6NTErMDU6MzAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NDgwMWE3NGMtMmVjMy0xYTQyLTk3MzUtNmYwYTE5MjFhNGY5IiBzdEV2dDp3aGVuPSIyMDIyLTA2LTAyVDE5OjM2OjUxKzA1OjMwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+s3dGdgAAAdpJREFUOI2Vk01uE0EQhb9X07YhKCEGCxIW2SKx4RIg8SNYcwY4ABIHQMqODZwhayR+JLgES7YBBSIcBjkidjwz/VhkbOwoLKhNd6mrX72qV6XtFze+AgIa/s8KwAnoG+6Ad4WWItwinz7bty3B+wQMgU+g0fJXFsLPhC1Bwzjx3JcyTVMwGXeZTruroLXASBksUEbKGLXw6gOKWaa67rK2UrK1+YVB//s1oTJbD2RQmmISbjpIGS1wixnR7AJLbF45YKO//5mcnzUUr3Hco6jI1Tmq3xdRNBhwyyNmlXXSMeXhgP2fK2DIZlvoia03oFsqaurJBXLVI6Jh1vBgjmZCmeGvDaZ1QREZmVcO7kZOHyLHIzuoxmsL+RcYzEwCW5hAiyJ41jwvxS8BZBdcvrhHN9U0ucDwWOZdjvq2wztSpnP+EC/IO1ehqnusr/7g6qUJEoT81PJL8H3gY24SqXdEdI5xLuYAaaZCtPJ8Gw6YHKfrBM/DzUPCb2kS0RnTjTF5/vlkoNJfFSpGR+scjAZEeK+Xpv2QRwZcdyEq1AHnaAvQnIGBMlsU0VB0G8CH7bRhAzI45v1rh7mkXaaB4Sawe1qRf5sx2hIMElAKdlhaZ51xW/QFJ+tc/gFay8xC8SsIqgAAAABJRU5ErkJggg==');
}

.fa-chevron-left{
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGZmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA2LTAyVDE5OjM1OjE4KzA1OjMwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA2LTAyVDE5OjM1OjE4KzA1OjMwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wNi0wMlQxOTozNToxOCswNTozMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2ZjJjODZiNy04NjEwLWJjNGYtOTIyOS0xMjA3NzNlZWQ2ZGYiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplOWE2NThiMy00MWU2LWQ4NDUtOGI3OS1kM2I5MzYxMWNhNzciIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphY2I3NTA5Yy1lNzExLTA1NDgtOThhZi04NjBlNDQzNGNmMzkiIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDphY2I3NTA5Yy1lNzExLTA1NDgtOThhZi04NjBlNDQzNGNmMzkiIHN0RXZ0OndoZW49IjIwMjItMDYtMDJUMTk6MzU6MTgrMDU6MzAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NmYyYzg2YjctODYxMC1iYzRmLTkyMjktMTIwNzczZWVkNmRmIiBzdEV2dDp3aGVuPSIyMDIyLTA2LTAyVDE5OjM1OjE4KzA1OjMwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDxwaG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+IDxyZGY6QmFnPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDozNTI0OTkwNy1kOTYyLWZiNDEtOThhNi00YTE3OGQzZGQ1NWY8L3JkZjpsaT4gPC9yZGY6QmFnPiA8L3Bob3Rvc2hvcDpEb2N1bWVudEFuY2VzdG9ycz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7pZMf2AAAByUlEQVQ4jY2TsW5TMRSGv2P73ihNmpZWkRiYGBl5BhASiL4BDwAPAM8AExMPAAN7KhBCPANrN8SKqkZJmpDcxPbPcG+iRAFRy4N9rP87Pr997PXbez+BFvAbMG42BBwAVQBOgDPgB+DqU2FbLO2TM3AXGATgEvgOTP6dcC3XdnAEXLrm9ATATKTsSTlgVuc1cxg6gnRoLtVxGY3G3DYypUBZVHRb16QYMByCp+Y0SsvOncW4T6za4NNGswOIOXB69Itee0SMJUZ+LOWB8+lVqroXi+mt5lZ7ABFToF3O6LYnLFctMD2Q0ydDLyTeSEZ5MKFoX6NUbAChlhsCjrtXeCeyhWfm9F7oEfAVDPOJopyiLSttDVi7rMbs2kBh9QSBdxlMSLbzpK6WCweMp6ckGY74Qdkegn0BntdCR1oc7v20jYneR+ZVh+m8RxEqwL4Z9kTwDnhpQJz3iFUHc3HXg83GR65Gt/G2pAgrJPtsZmdKbmDF7LzoxAtryvgrwLvIalVS0aLwK5DD4Dxnd2zFLJetaySP5DelhMbUIYBkOJdwzRoEAjPG4FH2230xBBSAPnCfrWb63xBkq5upHxrSR27YzrZhcAAM/wCTt8Cmfe/QmAAAAABJRU5ErkJggg==');
}










#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  margin-left: auto;
  margin-right: auto
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 500px; /* 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 */
}

@media only screen and (max-width: 767px) {
  .modal {
   
    padding-top: 100px; /* Location of the box */
      
  }
}

@media only screen and (max-width: 575px) {
  .modal {

  padding-top: 100px; /* Location of the box */
  }
}


/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 30%;
  max-width: 50%;
}


@media only screen and (max-width: 767px) {
  .modal-content {
   
    width: 60%;
    max-width: 60%;
      
  }
}

@media only screen and (max-width: 575px) {
  .modal-content {
    width: 60%;
    max-width: 60%;
  }
}


/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.out {
animation-name: zoom-out;
animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(1)}
  to {-webkit-transform:scale(2)}
}

@keyframes zoom {
  from {transform:scale(0.4)}
  to {transform:scale(1)}
}

@keyframes zoom-out {
  from {transform:scale(1)}
  to {transform:scale(0)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close: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%;
  }
}























.containernav {
  width: 100vw;
  min-width: 100%;
  height: 100vh;
  min-height: 100%;
  position: relative;
  background: #012426; /* fallback for old browsers */
  background: -webkit-linear-gradient(#012426);
  background: linear-gradient(#012426);
}

.menu_overlay {
  width: 100vw;
  height: 170vh;
  position: absolute;
  overflow: hidden;
  color: #fff;
  z-index: 100;
 
  background: -webkit-linear-gradient(to right, #ffa751, #ffe259);
  background: linear-gradient(#012426);
  display: flex;
  justify-content: right;
  align-items: right;
}

.listnav {
  height: 60%;
  width: 60%;
  position: relative;
  list-style: none;
}

.list1{
  height: 70%;
  width: 70%;
  padding: 10px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}
.list2{

  height: 70%;
  width: 70%;
  padding: 10px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}
.list3{
  height: 70%;
  width: 50%;
  
  padding: 10px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}
.list4 {
  
  height: 70%;
  width: 50%;
  padding: 10px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}
.list5 {
  height: 70%;
  width: 50%;
  padding: 10px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}
.list6 {
  height: 70%;
  width: 50%;
  padding: 10px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}
.list7 {
  height: 70%;
  width: 20%;
 
  padding: 10px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}
.list8 {
  height: 70%;
  width: 30%;
 
  padding: 10px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}



.listnav li:nth-child(1) {
  top: 0;
  left: -70%;
  background: url(../navmenu/responsive/home.jpg);

}

.listnav li:nth-child(2) {
  top: 70%;
  left: -70%;
  background-color: #4f6a6a;
  background: url(../navmenu/responsive/about.jpg);

}

.listnav li:nth-child(3) {
    bottom: -70%;
  left: 0;
  background: url(../navmenu/responsive/product.jpg);

}

.listnav li:nth-child(4) {
  
  top: 0%;
  right: 50%;
  background: url(../navmenu/responsive/ceylon.jpg);

}
.listnav li:nth-child(5) {
  bottom: -70%;
  right: 0;
  background: url(../navmenu/responsive/quality.jpg);

}
.listnav li:nth-child(6) {
  bottom: -20%;
  right: 0;
  background: url(../navmenu/responsive/newsr.jpg);

}
.listnav li:nth-child(7) {
  top: 0%;
  right: 30%;
  background: url(../navmenu/responsive/contact.jpg);

}
.listnav li:nth-child(8) {
  top: 0;
  right: 0;
  
  background: url(../navmenu/responsive/contact.jpg);

}



@keyframes bounce {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1) rotate(10deg);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1) rotate(10deg);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes bounce2 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1) rotate(-10deg);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1) rotate(-10deg);
  }
  100% {
    transform: scale(1);
  }
}

.listnav a {
  font-size: 2.5rem;
  font-weight:600;
  text-decoration: none;
  color: #fff;
}

.menu_overlay .fas {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 2.5rem;
  transition: all 0.3s ease;
  z-index: 100;
}
.menu_overlay .fas:hover {
  color: #4b134f;
  transform: scale(1.1) rotate(180deg);
}

#menuBtn {
  display: none;
}

.landing_page {
  max-height: 100vh;
  height: 100%;
  width: 100%;
  position: relative;
}

.menu {
  position: absolute;
  right: 20px;
  top: 20px;
}

.fas {
  font-size: 2rem;
  color: #222;
}

.fas:hover {
  color: #4b134f;
}

.side_text {
  height: 10vh;
  width: 60%;
  color: #c94b4b;
  position: absolute;
  left: 0px;
  bottom: 20px;
  text-shadow: 0 0 1px #111;
  padding: 10px;
  font-size: 16px;
  color: #4b134f;
}

.main_text {
  color: #c94b4b;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 1px #111;
  display: flex;
  flex-direction: column;
}

.h2-r,
.h2-l {
  font-size: 6rem;
}

.h2-r {
  transform: rotate(270deg);
  margin-left: -100px;
  z-index: 10;
}

.h2-l {
  margin-left: 100px;
  background-color: #4b134f;
  padding: 20px;
  z-index: 0;
}


  


@media screen and (max-width: 750px) {
  .listnav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
   
  }

  .listnav li:nth-child(1) {
    top: 0;
    left: 0%;
    background-color:#6f4f4c;
    width: 100%;
  }
  
  .listnav li:nth-child(2) {
    top: 0%;
    left: 0%;
    background-color: #4f6a6a;
    width: 100%;
  }
  
  .listnav li:nth-child(3) {
    top: 0;
    right: 0;
    background-color: #685f5f;
    width: 100%;
  }
  
  .listnav li:nth-child(4) {
    bottom: 0%;
    right: 0;
    background-color: #545e6b;
    width: 100%;
  }
  .listnav li:nth-child(5) {
    bottom: 0%;
    right: 0;
    background-color: #7e7e7f;
    width: 100%;
  }
  .listnav li:nth-child(6) {
    top: 0%;
    right: 0%;
    background-color: #6b6b47;
    width: 100%;
  }
  .listnav li:nth-child(7) {
    top: 0%;
    left: 0%;
    background-color: darkgray;
    width: 100%;
  }
  .listnav li:nth-child(8) {
    top: 0%;
    right: 0%;
    background-color: darkslategray;
    width: 100%;
  }
  
  .listnav li {

    position: relative;
  }

  .listnav a {
    font-size: 1.4rem;
  }
}


.bgeff{
  background-color: rgba(0, 0, 0, 0.30);
 padding-left: 10px;
 padding-right: 10px;
}














@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700|Playfair+Display');
.demo-2 {
    font-family: 'Josefin Sans', sans-serif;
    --color-text: #000;
    --color-bg: #9c9c9c;
    --color-link: #8958b1;
    --color-link-hover: #fff;
    --color-info: #000;
}

.content__title {
    font-family: 'Lato', sans-serif;
    font-size: 8vw;
    margin: 0;
    position: relative;
    font-weight: normal;
}

.content__subtitle {
    font-size: 1.45rem;
    padding: 1rem 0;
    letter-spacing: 2px;
    text-indent: 2px;
}

.content__subtitle::after {
    content: '\2014';
    position: relative;
    display: block;
    font-size: 2.75rem;
    text-align: center;
}

.gm_menu-trigger {
    display: none;
}

.grim {
    display: none;
}

.content--switch {
    background-size: cover;
}

.content--switch::after {
    content: '';
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: 0;
    background: linear-gradient(transparent, #000);
}

#content-1 {
    background-image: url(../img/bg.jpg);
}

#content-2 {
    background-image: url(../img/bg1.jpg);
}

#content-3 {
    background-image: url(../img/bg2.jpg);
}

#content-4 {
    background-image: url(../img/bg3.jpg);
}

#content-5 {
    background-image: url(../img/bg4.jpg);
}

#content-6 {
    background-image: url(../img/bg5.jpg);
}


    .gm_menu-trigger {
        display: inline-block;
        background: none;
        border: 0;
        grid-area: menu;
        justify-self: start;
        align-self: end;
        cursor: pointer;
        pointer-events: auto;
        font-family: inherit;
        color: inherit;
        position: relative;
        padding: 0;
        color: #fff;
        white-space: nowrap;
    }
    .gm_menu-trigger--close {
        color: #000;
        align-self: center;
    }
    .grim {
        display: grid;
        position: fixed;
        z-index: 1000;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        grid-template-columns: repeat(32, 3.125vw);
        grid-template-rows: repeat(32, 3.125vh);
        pointer-events: none;
    }
    .grim--open {
        pointer-events: auto;
    }
    .grim__item {
        position: relative;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .grim__item:first-child {
      grid-area: 1 / 34 / 2 / -2;
  }
  .grim__item:nth-child(2) {
      grid-area: 1 / -1 / 0 / 31;
  }
  .grim__item:nth-child(3) {
      grid-area: 1 / 33 / 3 / 29;
  }
  
  .grim__item:nth-child(5) {
      grid-area: 3 / 29 / -26 / -1;
  }
  .grim__item:nth-child(6) {
      grid-area: 1 / -9 / 8 / -5;
  }
  .grim__item:nth-child(7) {
      grid-area: -18 / 25 / 8 / -1;
  }
  .grim__item:nth-child(8) {
      grid-area: 1/ 16 / 19 / -9;
  }
  .grim__item:nth-child(9) {
      grid-area: -18 / 16 / 33 / 33;
  }
  .grim__item:nth-child(10) {
      grid-area: 1 / 1 / 16 / -18;
  }
  .grim__item:nth-child(11) {
    grid-area:33/ 1/ 16 / -18;
}
    .grim__item-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        box-shadow: 0 0 0 2px currentColor;
        background: currentColor;
        background-repeat: no-repeat !important;
        background-size: cover !important; 
    }
    .grim__item-bg--1 {
      color: #000;
    }
    .grim__item-bg--2 {
        color: #000;text-align: center;
    }
    .grim__item-bg--3 {
      color: #fff;text-align: center;
    }
    .grim__item-bg--4 {
      background: url(../navmenu/career.JPG);
    }
    .grim__item-bg--5 {
      background: url(../navmenu/contact.jpg);
    }
    .grim__item-bg--6 {
      background: url(../navmenu/newsr.jpg);
    }
    .grim__item-bg--7 {
      background: url(../navmenu/quality.JPG);
    }
    .grim__item-bg--8 {
      background: url(../navmenu/about.JPG);
    }
    .grim__item-bg--9 {
      background: url(../navmenu/ceylon.jpg);
    }
    .grim__item-bg--10 {
      background: url(../navmenu/home.jpg);
    }
    .grim__item-bg--11 {
      background: url(../navmenu/product.JPG);
  }
    .grim__item-img {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: 50% 100%;
        background-color: currentColor;
    }
    .grim__item-img--1 {
      background: url(../navmenu/home.jpg);
    }
    .grim__item-img--2 {
      background: url(../navmenu/quality.JPG);
    }
    .grim__item-img--3 {
      background: url(../navmenu/about.JPG);
    }
    .grim__item-img--4 {
      background: url(../navmenu/ceylon.jpg);
    }
    .grim__item-img--5 {
      background: url(../navmenu/home.jpg);
    }
    .grim__item-img--6 {
      background: url(../navmenu/product.JPG);
    }
    .grim__item-content {
        position: relative;
        color: white;
        overflow: hidden;
    }
    .grim__item-content:hover,
    .grim__item-content:focus {
        opacity: 0.8;
        color: #cccccc;
        transition: opacity 0.3s;
    }
    .grim__item-inner {
        padding: 0 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: relative;
        opacity: 0;
    }
    .grim__item-title {
        font-weight: 300;
        margin: 0;
        font-size: 4vmax;
        font-family: "Lato", Sans-serif;
    }
    .grim__item:nth-child(-n+6) .grim__item-title {
        font-size: 2vmax;
    }
    .grim__item:nth-child(5) .grim__item-title {
        color: #fff;
    }
    .grim__item-desc {
        font-size: 0.85rem;
        margin: 0.5rem 0 0 0;
    }
    .grim__item-desc::after {
        content: '\2014';
        position: relative;
        display: block;
        font-size: 1.75rem;
    }






  @media only screen and (max-width: 450px){

    .demo-2 {
      font-family: 'Josefin Sans', sans-serif;
      --color-text: #000;
      --color-bg: #9c9c9c;
      --color-link: #8958b1;
      --color-link-hover: #fff;
      --color-info: #000;
  }
  
  .content__title {
      font-family: 'Lato', sans-serif;
      font-size: 8vw;
      margin: 0;
      position: relative;
      font-weight: normal;
  }
  
  .content__subtitle {
      font-size: 1.45rem;
      padding: 1rem 0;
      letter-spacing: 2px;
      text-indent: 2px;
  }
  
  .content__subtitle::after {
      content: '\2014';
      position: relative;
      display: block;
      font-size: 2.75rem;
      text-align: center;
  }
  
  .gm_menu-trigger {
      display: none;
  }
  
  .grim {
      display: none;
  }
  
  .content--switch {
      background-size: cover;
  }
  
  .content--switch::after {
      content: '';
      pointer-events: none;
      position: absolute;
      width: 100%;
      height: 20%;
      bottom: 0;
      background: linear-gradient(transparent, #000);
  }
  
  #content-1 {
      background-image: url(../img/bg.jpg);
  }
  
  #content-2 {
      background-image: url(../img/bg1.jpg);
  }
  
  #content-3 {
      background-image: url(../img/bg2.jpg);
  }
  
  #content-4 {
      background-image: url(../img/bg3.jpg);
  }
  
  #content-5 {
      background-image: url(../img/bg4.jpg);
  }
  
  #content-6 {
      background-image: url(../img/bg5.jpg);
  }
  
  
      .gm_menu-trigger {
          display: inline-block;
          background: none;
          border: 0;
          grid-area: menu;
          justify-self: start;
          align-self: end;
          cursor: pointer;
          pointer-events: auto;
          font-family: inherit;
          color: inherit;
          position: relative;
          padding: 0;
          color: #fff;
          white-space: nowrap;
      }
      .gm_menu-trigger--close {
          color: #000;
          align-self: center;
      }
      .grim {
          display: grid;
          position: fixed;
          z-index: 1000;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100vh;
          grid-template-columns: repeat(32, 3.125vw);
          grid-template-rows: repeat(32, 3.125vh);
          pointer-events: none;
      }
      .grim--open {
          pointer-events: auto;
      }
      .grim__item {
          position: relative;
          overflow: hidden;
          display: flex;
          justify-content: center;
          align-items: center;
      }
      .grim__item:first-child {
          grid-area: 1 / 31 / 2 / -1;
      }
      .grim__item:nth-child(2) {
        grid-area: 1 / 31 / 5 / -1;
      }
      .grim__item:nth-child(3) {
          grid-area: 2 / 33 / 4 / 31;
      }
      .grim__item:nth-child(4) {
          grid-area: 5 / 1 / 1 / 31;
      }
      .grim__item:nth-child(5) {
          grid-area: 9 / 33 / -20 / 1;
      }
      .grim__item:nth-child(6) {
          grid-area: 13 / 1 / 17/ -1;
      }
      .grim__item:nth-child(7) {
          grid-area: -29 / 33 / 9 / -33;
      }
      .grim__item:nth-child(8) {
          grid-area: 35/ 33 / 29/ 1;
      }
      .grim__item:nth-child(9) {
          grid-area: -9/ 33 / 29 / 1;
      }
      .grim__item:nth-child(10) {
          grid-area: 17/ 1 / 21 / -1;
      }
      .grim__item:nth-child(11) {
        grid-area:21/ 1/ 25 / -1;
    }
      .grim__item-bg {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          opacity: 0;
          box-shadow: 0 0 0 2px currentColor;
          background: currentColor;
      }
      .grim__item-bg--1 {
        color: #000;
      }
      .grim__item-bg--2 {
          color: #000;text-align: center;
      }
      .grim__item-bg--3 {
        background: url(../navmenu/about.JPG);
        text-align: center;
      }
      .grim__item-bg--4 {
        background: url(../navmenu/career.JPG);
      }
      .grim__item-bg--5 {
        background: url(../navmenu/contact.jpg);
      }
      .grim__item-bg--6 {
        background: url(../navmenu/newsr.jpg);
      }
      .grim__item-bg--7 {
        background: url(../navmenu/quality.JPG);
      }
      .grim__item-bg--8 {
        background: url(../navmenu/about.JPG);
      }
      .grim__item-bg--9 {
        background: url(../navmenu/ceylon.jpg);
      }
      .grim__item-bg--10 {
        background: url(../navmenu/home.jpg);
      }
      .grim__item-bg--11 {
        background: url(../navmenu/product.JPG);
    }
      .grim__item-img {
          position: absolute;
          width: 100%;
          height: 100%;
          opacity: 0;
          background-repeat: no-repeat;
          background-size: 100% auto;
          background-position: 50% 100%;
          background-color: currentColor;
      }
      .grim__item-img--1 {
        background: url(../navmenu/home.jpg);
      }
      .grim__item-img--2 {
        background: url(../navmenu/quality.jpg);
      }
      .grim__item-img--3 {
        background: url(../navmenu/about.jpg);
      }
      .grim__item-img--4 {
        background: url(../navmenu/ceylon.jpg);
      }
      .grim__item-img--5 {
        background: url(../navmenu/home.jpg);
      }
      .grim__item-img--6 {
        background: url(../navmenu/product.jpg);
      }
      .grim__item-content {
          position: relative;
          color: white;
          overflow: hidden;
      }
      .grim__item-content:hover,
      .grim__item-content:focus {
          opacity: 0.8;
          color: #cccccc;
          transition: opacity 0.3s;
      }
      .grim__item-inner {
          padding: 0 1rem;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          position: relative;
          opacity: 0;
      }
      .grim__item-title {
          font-weight: normal;
          margin: 0;
          font-size: 4vmax;
          font-family: 'Playfair Display', serif;
      }
      .grim__item:nth-child(-n+6) .grim__item-title {
          font-size: 2vmax;
      }
      .grim__item:nth-child(5) .grim__item-title {
          color: #fff;
      }
      .grim__item-desc {
          font-size: 0.85rem;
          margin: 0.5rem 0 0 0;
      }
      .grim__item-desc::after {
          content: '\2014';
          position: relative;
          display: block;
          font-size: 1.75rem;
      }
  
    }
  
  
  
  


    @media only screen and (max-width: 750px){
.vacancy{
width: 70%;
}


    }



    @media only screen and (max-width: 750px){
      .menubtn{
      display: none;
      }
      
      
          }


          
    @media only screen and (min-width: 750px){
      .menubtn4n{
      display: none;
      }
      
      
          }
  @media only screen and (max-width: 750px){
            .menuresponsive{
              padding-top: 8px;
            
            }
            
            
                }



      @media screen and (min-device-height: 0px) and (max-device-height: 550px) {
      
        .menubtn{
          display: none;
       
            }
          }
          @media screen and (min-device-height: 0px) and (max-device-height: 550px) {
      
            .menubtn4n{
              display: grid;

                }
                .listnav {
                  display: flex;
                  flex-direction: column;
                  justify-content: center;
                  align-items: center;
                  width: 100%;
                  height: 57%;
                 
                }
              
                .listnav li:nth-child(1) {
                  top: 0%;
                  left: 0%;
                  background-color:#6f4f4c;
                  width: 50%;
                  height: 25%;
                }
                
                .listnav li:nth-child(2) {
                  top: 0%;
                  left: 50%;
                  background-color: #4f6a6a;
                  width: 50%;
                  height: 25%;
                }
                
                .listnav li:nth-child(3) {
                  top: 25%;
                  left: 0%;
                  background-color: #685f5f;
                  width: 50%;
                  height: 25%;
                }
                
                .listnav li:nth-child(4) {
                  top: 25%;
                  left: 50%;
                  background-color: #545e6b;
                  width: 50%;
                  height: 25%;
                }
                .listnav li:nth-child(5) {
                  top: 50%;
                  left: 0%;
                  background-color: #7e7e7f;
                  width: 50%;
                  height: 25%;
                }
                .listnav li:nth-child(6) {
                  top: 50%;
                  left: 50%;
                  background-color: #6b6b47;
                  width: 50%;
                  height: 25%;
                }
                .listnav li:nth-child(7) {
                  top: 75%;
                  left: 0%;
                  background-color: darkgray;
                  width: 100%;
                  height: 25%;
                }
                .listnav li:nth-child(8) {
                  top: 93%;
                  left: 26%;
                  background-color: darkslategray;
                  width: 50%;
                  height: 40px;
                  
                }
                
                .listnav li {
                  margin-bottom: 2px;
                  position: fixed;
                }
              
                .listnav a {
                  font-size: 1.4rem;
                }

             
                .menu_overlay {
                 padding-top:50px;
                 padding-bottom: 100px;
                  width: 100vw;
                  height: 170vh;
                  position: absolute;
                  overflow: hidden;
                  color: #fff;
                  z-index: 100;
                 
                  background: -webkit-linear-gradient(to right, #ffa751, #ffe259);
                  background: linear-gradient(#012426);
                  display: flex;
                  justify-content: right;
                  align-items: right;
                }
 


              }



              @media screen and (min-device-width: 0px) and (max-device-width: 750px) {

                .menubtn{
                  display: none;
               
                    }
              }

              

              #overlaytea1{
                background-color: rgba(0, 0, 0, 0.60);
                opacity: 1;
                padding-left: 5px;
                width: 90px;
              }
              #overlaytea2{
                background-color: rgba(0, 0, 0, 0.60);
                opacity: 1;
                padding-left: 5px;
                width: 130px;
              }
              #overlaytea3{
                background-color: rgba(0, 0, 0, 0.60);
                opacity: 1;
                padding-left: 5px;
                width: 100px;
              }
              #overlaytea4{
                background-color: rgba(0, 0, 0, 0.60);
                opacity: 1;
                padding-left: 5px;
                width: 105px;
              }
              #overlaytea5{
                background-color: rgba(0, 0, 0, 0.60);
                opacity: 1;
                padding-left: 5px;
                width: 115px;
              }
              #overlaytea6{
                background-color: rgba(0, 0, 0, 0.60);
                opacity: 1;
                padding-left: 5px;
                width: 150px;
              }
              #overlaytea7{
                background-color: rgba(0, 0, 0, 0.60);
                opacity: 1;
                padding-left: 5px;
                width: 130px;
              }
              #overlaytea8{
                background-color: rgba(0, 0, 0, 0.60);
                opacity: 1;
                padding-left: 5px;
                width: 125px;
              }
              #overlaytea9{
                background-color: rgba(0, 0, 0, 0.60);
                opacity: 1;
                padding-left: 5px;
                width: 100px;
              }
              #overlaytea10{
                background-color: rgba(0, 0, 0, 0.60);
                opacity: 1;
                padding-left: 5px;
                width: 115px;
              }
              #overlaytea11{
                background-color: rgba(0, 0, 0, 0.60);
                opacity: 1;
                padding-left: 5px;
                width: 75px;
              }
              #overlaytea12{
                background-color: rgba(0, 0, 0, 0.60);
                opacity: 1;
                padding-left: 5px;
                width: 90px;
              }



              .slider-w-overlay1 .work-item1 {
                height: 50.5rem;
              }
.bg{
          background-image: url('../img/bg-img.jpeg');
        }

        
        








        


.v-light.menu-light .header-top .taeef .menu-icon .icon-circle {
  border: 2px solid var(--dsn-background_color);
}
.header-top .taeef .menu-icon:hover .icon-circle {
  opacity: 0.2;
  visibility: visible;
}
.header-top .taeef .menu-icon .text-menu {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  top: -10px;
  right: 80px;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.9;
}
.v-light.menu-light .header-top .taeef .menu-icon .text-menu {
  color: var(--dsn-heading-color-light);
}
.header-top .taeef .menu-icon .text-menu > div {
  position: absolute;
  left: 0;
  top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.header-top .taeef .menu-icon .text-menu .text-button .dsn-wrapper {
  margin-right: 7px;
}
.header-top .taeef .menu-icon .text-menu .text-button .dsn-wrapper:last-child {
  margin-right: 0;
}
.header-top .taeef .menu-icon .text-menu .text-button .dsn-word-wrapper {
  will-change: transform;
}
.header-top .taeef .menu-icon .text-menu .text-button .dsn-word-wrapper .dsn-chars-wrapper {
  will-change: transform;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.header-top .taeef .menu-icon .text-menu .text-button .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(0) {
  -webkit-transition: opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s ease-in-out 0ms;
  transition: opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s ease-in-out 0ms;
  -o-transition: transform 0.5s ease-in-out 0ms, opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms;
  transition: transform 0.5s ease-in-out 0ms, opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms;
  transition: transform 0.5s ease-in-out 0ms, opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s ease-in-out 0ms;
}
.header-top .taeef .menu-icon .text-menu .text-button .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(1) {
  -webkit-transition: opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms, -webkit-transform 0.5s ease-in-out 45ms;
  transition: opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms, -webkit-transform 0.5s ease-in-out 45ms;
  -o-transition: transform 0.5s ease-in-out 45ms, opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms;
  transition: transform 0.5s ease-in-out 45ms, opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms;
  transition: transform 0.5s ease-in-out 45ms, opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms, -webkit-transform 0.5s ease-in-out 45ms;
}
.header-top .taeef .menu-icon .text-menu .text-button .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(2) {
  -webkit-transition: opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms, -webkit-transform 0.5s ease-in-out 90ms;
  transition: opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms, -webkit-transform 0.5s ease-in-out 90ms;
  -o-transition: transform 0.5s ease-in-out 90ms, opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms;
  transition: transform 0.5s ease-in-out 90ms, opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms;
  transition: transform 0.5s ease-in-out 90ms, opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms, -webkit-transform 0.5s ease-in-out 90ms;
}
.header-top .taeef .menu-icon .text-menu .text-button .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(3) {
  -webkit-transition: opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms, -webkit-transform 0.5s ease-in-out 135ms;
  transition: opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms, -webkit-transform 0.5s ease-in-out 135ms;
  -o-transition: transform 0.5s ease-in-out 135ms, opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms;
  transition: transform 0.5s ease-in-out 135ms, opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms;
  transition: transform 0.5s ease-in-out 135ms, opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms, -webkit-transform 0.5s ease-in-out 135ms;
}
.header-top .taeef .menu-icon .text-menu .text-button .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(4) {
  -webkit-transition: opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms, -webkit-transform 0.5s ease-in-out 180ms;
  transition: opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms, -webkit-transform 0.5s ease-in-out 180ms;
  -o-transition: transform 0.5s ease-in-out 180ms, opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms;
  transition: transform 0.5s ease-in-out 180ms, opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms;
  transition: transform 0.5s ease-in-out 180ms, opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms, -webkit-transform 0.5s ease-in-out 180ms;
}
.header-top .taeef .menu-icon .text-menu .text-open .dsn-word-wrapper {
  overflow: hidden;
  will-change: transform;
}
.header-top .taeef .menu-icon .text-menu .text-open .dsn-word-wrapper .dsn-chars-wrapper {
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(50%) rotate(15deg) scale(0.8);
      -ms-transform: translateY(50%) rotate(15deg) scale(0.8);
          transform: translateY(50%) rotate(15deg) scale(0.8);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
.header-top .taeef .menu-icon .text-menu .text-close .dsn-word-wrapper {
  overflow: hidden;
  will-change: transform;
}
.header-top .taeef .menu-icon .text-menu .text-close .dsn-word-wrapper .dsn-chars-wrapper {
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(50%) rotate(15deg) scale(0.8);
      -ms-transform: translateY(50%) rotate(15deg) scale(0.8);
          transform: translateY(50%) rotate(15deg) scale(0.8);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
.header-top .taeef .menu-icon .icon-m {
  position: relative;
  width: 22px;
  display: inline-block;
  height: 18px;
}
.header-top .taeef .menu-icon .menu-icon-close {
  position: absolute;
  font-size: 20px;
  text-align: center;
  top: 0;
  color: var(--dsn-heading-color);
}
.v-light.menu-light .header-top .taeef .menu-icon .menu-icon-close {
  color: var(--dsn-heading-color-light);
}
.header-top .taeef .menu-icon__line {
  height: 2px;
  width: 22px;
  display: block;
  background-color: #ffffff;
  margin-bottom: 4px;
  -webkit-transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease, background-color 0.5s ease;
  transition: transform 0.2s ease, background-color 0.5s ease;
  transition: transform 0.2s ease, background-color 0.5s ease, -webkit-transform 0.2s ease;
}
.v-light.menu-light .header-top .taeef .menu-icon__line {
  background-color: var(--dsn-background_color);
}
.header-top .taeef .menu-icon:hover .menu-icon__line-left {
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}
.header-top .taeef .menu-icon:hover .menu-icon__line-right {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}
.header-top .taeef .menu-icon__line-left {
  width: 11px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out !important;
  transition: -webkit-transform 0.5s ease-in-out !important;
  -o-transition: transform 0.5s ease-in-out !important;
  transition: transform 0.5s ease-in-out !important;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out !important;
}
.header-top .taeef .menu-icon__line-right {
  width: 11px;
  position: absolute;
  right: 2px;
}
.header-top .taeef .menu-icon:hover .text-menu .text-button .dsn-word-wrapper {
  overflow: hidden;
  will-change: transform;
}
.header-top .taeef .menu-icon:hover .text-menu .text-button .dsn-word-wrapper .dsn-chars-wrapper {
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(50%) rotate(15deg) scale(0.8);
      -ms-transform: translateY(50%) rotate(15deg) scale(0.8);
          transform: translateY(50%) rotate(15deg) scale(0.8);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
.header-top .taeef .menu-icon:hover .text-menu .text-open .dsn-wrapper {
  margin-right: 7px;
}
.header-top .taeef .menu-icon:hover .text-menu .text-open .dsn-wrapper:last-child {
  margin-right: 0;
}
.header-top .taeef .menu-icon:hover .text-menu .text-open .dsn-word-wrapper {
  will-change: transform;
}
.header-top .taeef .menu-icon:hover .text-menu .text-open .dsn-word-wrapper .dsn-chars-wrapper {
  will-change: transform;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.header-top .taeef .menu-icon:hover .text-menu .text-open .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(0) {
  -webkit-transition: opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s ease-in-out 0ms;
  transition: opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s ease-in-out 0ms;
  -o-transition: transform 0.5s ease-in-out 0ms, opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms;
  transition: transform 0.5s ease-in-out 0ms, opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms;
  transition: transform 0.5s ease-in-out 0ms, opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s ease-in-out 0ms;
}
.header-top .taeef .menu-icon:hover .text-menu .text-open .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(1) {
  -webkit-transition: opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms, -webkit-transform 0.5s ease-in-out 45ms;
  transition: opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms, -webkit-transform 0.5s ease-in-out 45ms;
  -o-transition: transform 0.5s ease-in-out 45ms, opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms;
  transition: transform 0.5s ease-in-out 45ms, opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms;
  transition: transform 0.5s ease-in-out 45ms, opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms, -webkit-transform 0.5s ease-in-out 45ms;
}
.header-top .taeef .menu-icon:hover .text-menu .text-open .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(2) {
  -webkit-transition: opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms, -webkit-transform 0.5s ease-in-out 90ms;
  transition: opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms, -webkit-transform 0.5s ease-in-out 90ms;
  -o-transition: transform 0.5s ease-in-out 90ms, opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms;
  transition: transform 0.5s ease-in-out 90ms, opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms;
  transition: transform 0.5s ease-in-out 90ms, opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms, -webkit-transform 0.5s ease-in-out 90ms;
}
.header-top .taeef .menu-icon:hover .text-menu .text-open .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(3) {
  -webkit-transition: opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms, -webkit-transform 0.5s ease-in-out 135ms;
  transition: opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms, -webkit-transform 0.5s ease-in-out 135ms;
  -o-transition: transform 0.5s ease-in-out 135ms, opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms;
  transition: transform 0.5s ease-in-out 135ms, opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms;
  transition: transform 0.5s ease-in-out 135ms, opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms, -webkit-transform 0.5s ease-in-out 135ms;
}
.header-top .taeef .menu-icon:hover .text-menu .text-open .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(4) {
  -webkit-transition: opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms, -webkit-transform 0.5s ease-in-out 180ms;
  transition: opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms, -webkit-transform 0.5s ease-in-out 180ms;
  -o-transition: transform 0.5s ease-in-out 180ms, opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms;
  transition: transform 0.5s ease-in-out 180ms, opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms;
  transition: transform 0.5s ease-in-out 180ms, opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms, -webkit-transform 0.5s ease-in-out 180ms;
}
body.nav-active .header-top .taeef .menu-icon .text-menu {
  top: -17px;
}
body.nav-active .header-top .taeef .menu-icon .text-menu .text-button .dsn-wrapper {
  margin-right: 7px;
}
body.nav-active .header-top .taeef .menu-icon .text-menu .text-button .dsn-wrapper:last-child {
  margin-right: 0;
}
body.nav-active .header-top .taeef .menu-icon .text-menu .text-button .dsn-word-wrapper {
  will-change: transform;
}
body.nav-active .header-top .taeef .menu-icon .text-menu .text-button .dsn-word-wrapper .dsn-chars-wrapper {
  will-change: transform;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
body.nav-active .header-top .taeef .menu-icon .text-menu .text-button .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(0) {
  -webkit-transition: opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s ease-in-out 0ms;
  transition: opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s ease-in-out 0ms;
  -o-transition: transform 0.5s ease-in-out 0ms, opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms;
  transition: transform 0.5s ease-in-out 0ms, opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms;
  transition: transform 0.5s ease-in-out 0ms, opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s ease-in-out 0ms;
}
body.nav-active .header-top .taeef .menu-icon .text-menu .text-button .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(1) {
  -webkit-transition: opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms, -webkit-transform 0.5s ease-in-out 45ms;
  transition: opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms, -webkit-transform 0.5s ease-in-out 45ms;
  -o-transition: transform 0.5s ease-in-out 45ms, opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms;
  transition: transform 0.5s ease-in-out 45ms, opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms;
  transition: transform 0.5s ease-in-out 45ms, opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms, -webkit-transform 0.5s ease-in-out 45ms;
}
body.nav-active .header-top .taeef .menu-icon .text-menu .text-button .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(2) {
  -webkit-transition: opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms, -webkit-transform 0.5s ease-in-out 90ms;
  transition: opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms, -webkit-transform 0.5s ease-in-out 90ms;
  -o-transition: transform 0.5s ease-in-out 90ms, opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms;
  transition: transform 0.5s ease-in-out 90ms, opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms;
  transition: transform 0.5s ease-in-out 90ms, opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms, -webkit-transform 0.5s ease-in-out 90ms;
}
body.nav-active .header-top .taeef .menu-icon .text-menu .text-button .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(3) {
  -webkit-transition: opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms, -webkit-transform 0.5s ease-in-out 135ms;
  transition: opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms, -webkit-transform 0.5s ease-in-out 135ms;
  -o-transition: transform 0.5s ease-in-out 135ms, opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms;
  transition: transform 0.5s ease-in-out 135ms, opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms;
  transition: transform 0.5s ease-in-out 135ms, opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms, -webkit-transform 0.5s ease-in-out 135ms;
}
body.nav-active .header-top .taeef .menu-icon .text-menu .text-button .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(4) {
  -webkit-transition: opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms, -webkit-transform 0.5s ease-in-out 180ms;
  transition: opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms, -webkit-transform 0.5s ease-in-out 180ms;
  -o-transition: transform 0.5s ease-in-out 180ms, opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms;
  transition: transform 0.5s ease-in-out 180ms, opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms;
  transition: transform 0.5s ease-in-out 180ms, opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms, -webkit-transform 0.5s ease-in-out 180ms;
}
body.nav-active .header-top .taeef .menu-icon .text-menu .text-open .dsn-word-wrapper {
  overflow: hidden;
  will-change: transform;
}
body.nav-active .header-top .taeef .menu-icon .text-menu .text-open .dsn-word-wrapper .dsn-chars-wrapper {
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(50%) rotate(15deg) scale(0.8);
      -ms-transform: translateY(50%) rotate(15deg) scale(0.8);
          transform: translateY(50%) rotate(15deg) scale(0.8);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
body.nav-active .header-top .taeef .menu-icon:hover .text-menu .text-button .dsn-word-wrapper {
  overflow: hidden;
  will-change: transform;
}
body.nav-active .header-top .taeef .menu-icon:hover .text-menu .text-button .dsn-word-wrapper .dsn-chars-wrapper {
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(50%) rotate(15deg) scale(0.8);
      -ms-transform: translateY(50%) rotate(15deg) scale(0.8);
          transform: translateY(50%) rotate(15deg) scale(0.8);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
body.nav-active .header-top .taeef .menu-icon:hover .text-menu .text-close .dsn-wrapper {
  margin-right: 7px;
}
body.nav-active .header-top .taeef .menu-icon:hover .text-menu .text-close .dsn-wrapper:last-child {
  margin-right: 0;
}
body.nav-active .header-top .taeef .menu-icon:hover .text-menu .text-close .dsn-word-wrapper {
  will-change: transform;
}
body.nav-active .header-top .taeef .menu-icon:hover .text-menu .text-close .dsn-word-wrapper .dsn-chars-wrapper {
  will-change: transform;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
body.nav-active .header-top .taeef .menu-icon:hover .text-menu .text-close .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(0) {
  -webkit-transition: opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s ease-in-out 0ms;
  transition: opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s ease-in-out 0ms;
  -o-transition: transform 0.5s ease-in-out 0ms, opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms;
  transition: transform 0.5s ease-in-out 0ms, opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms;
  transition: transform 0.5s ease-in-out 0ms, opacity 0.3s ease-in-out 200ms, visibility 0.3s 0ms, -webkit-transform 0.5s ease-in-out 0ms;
}
body.nav-active .header-top .taeef .menu-icon:hover .text-menu .text-close .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(1) {
  -webkit-transition: opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms, -webkit-transform 0.5s ease-in-out 45ms;
  transition: opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms, -webkit-transform 0.5s ease-in-out 45ms;
  -o-transition: transform 0.5s ease-in-out 45ms, opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms;
  transition: transform 0.5s ease-in-out 45ms, opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms;
  transition: transform 0.5s ease-in-out 45ms, opacity 0.3s ease-in-out 245ms, visibility 0.3s 45ms, -webkit-transform 0.5s ease-in-out 45ms;
}
body.nav-active .header-top .taeef .menu-icon:hover .text-menu .text-close .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(2) {
  -webkit-transition: opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms, -webkit-transform 0.5s ease-in-out 90ms;
  transition: opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms, -webkit-transform 0.5s ease-in-out 90ms;
  -o-transition: transform 0.5s ease-in-out 90ms, opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms;
  transition: transform 0.5s ease-in-out 90ms, opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms;
  transition: transform 0.5s ease-in-out 90ms, opacity 0.3s ease-in-out 290ms, visibility 0.3s 90ms, -webkit-transform 0.5s ease-in-out 90ms;
}
body.nav-active .header-top .taeef .menu-icon:hover .text-menu .text-close .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(3) {
  -webkit-transition: opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms, -webkit-transform 0.5s ease-in-out 135ms;
  transition: opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms, -webkit-transform 0.5s ease-in-out 135ms;
  -o-transition: transform 0.5s ease-in-out 135ms, opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms;
  transition: transform 0.5s ease-in-out 135ms, opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms;
  transition: transform 0.5s ease-in-out 135ms, opacity 0.3s ease-in-out 335ms, visibility 0.3s 135ms, -webkit-transform 0.5s ease-in-out 135ms;
}
body.nav-active .header-top .taeef .menu-icon:hover .text-menu .text-close .dsn-word-wrapper .dsn-chars-wrapper:nth-of-type(4) {
  -webkit-transition: opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms, -webkit-transform 0.5s ease-in-out 180ms;
  transition: opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms, -webkit-transform 0.5s ease-in-out 180ms;
  -o-transition: transform 0.5s ease-in-out 180ms, opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms;
  transition: transform 0.5s ease-in-out 180ms, opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms;
  transition: transform 0.5s ease-in-out 180ms, opacity 0.3s ease-in-out 380ms, visibility 0.3s 180ms, -webkit-transform 0.5s ease-in-out 180ms;
}





.teapot:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}

 .teapot {
  transition: transform .7s;
}


.menuresponsive{
  padding-right: 0px;
}



.menutext{
  position: relative;
  display: table !important;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  top:3px;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.9;
}

.teapot{
  width: 50px;
}

@media only screen and (max-width: 767px) {
  .teapot:hover  {
      
    transform:none; 
  }
  
}

@media only screen and (max-width: 575px) {
  .teapot:hover  {
    transform:none; 
}

  
}

@media only screen and (max-width: 430px) {
  .teapot:hover  {
    transform:none; 
}

  
}  






@media screen and (min-device-height: 0px) and (max-device-height: 550px) {
      
  .teapot:hover  {
    transform:none; 
}

    }


 
    @media screen and (min-width: 0px) and (max-width: 450px) {
      .cover-bg-img-how {
        height: 48rem !important;
      }
    }
    
    @media screen and (min-width: 450px) and (max-width: 750px) {
      .cover-bg-img-how {
        height: 35rem !important;
      }
    }
    
    @media screen and (min-width: 750px) and (max-width: 1050px) {
      .cover-bg-img-how {
        height: 45rem !important;
      }
    }
    
    @media screen and (min-width: 1050px) and (max-width: 1350px) {
      .cover-bg-img-how {
        height: 40rem !important;
      }
    }
    
    @media screen and (min-width: 1350px) and (max-width: 1580px) {
      .cover-bg-img-how {
        height: 32rem !important;
      }
    }
    
    /* Default height */
    .cover-bg-img-how {
      width: 100%;
      height: 30rem;
      margin-left: 16px;
    }


    .content {
     margin-top: 8px;
  }



     
        .cover {
            width: 100%;
            height: auto;
            max-width: 100%;
            display: block;
        }



