/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }
  a:active, a:hover {
    outline: 0; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
  text-transform: none; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer
  /* 3 */ }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0
    /* 2 */ }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box
    /* 2 */ }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  font-family: 'Libre Baskerville', serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
  color: #e8e8e8; }

.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block; }

.logo {
  width: 150px;
  height: 80px;
  background: url("../img/logo.png");
  background-repeat: no-repeat;
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 50px; }

.top-buffer {
  height: 90px; }

.menu-container {
  width: 100%; }

.nav-wrapper, .border-brand {
  width: 100%;
  float: left;
  position: absolute;
  z-index: 9;
  top: 0; }

.homepage-slide img {
  width: auto !important;
  height: 100% !important;
  bottom: 0 !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  position: relative !important;
  max-height: 100%; }

.home-slider {
  position: relative; }
  .home-slider .drop-arrow {
    position: absolute;
    bottom: 25px;
    right: 60px;
    width: 30px;
    z-index: 999; }
  .home-slider .bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce; }
  .home-slider .animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -ms-animation-duration: 2s;
    animation-duration: 2s; }
@-webkit-keyframes bounce {
  0%,
        20%,
        50%,
        80%,
        100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@keyframes bounce {
  0%,
        20%,
        50%,
        80%,
        100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }
.product-category {
  position: absolute;
  bottom: 10px;
  left: 5px;
  z-index: 999; }
  .product-category ul {
    float: left;
    list-style: none; }
    .product-category ul li {
      margin-left: 10px;
      display: inline-block;
      color: #ceb380;
      vertical-align: middle !important;
      font-size: 7px; }
      .product-category ul li a {
        color: #ceb380;
        position: relative; }
        .product-category ul li a:after {
          top: -5px;
          margin-top: 0;
          content: "";
          display: block;
          height: 2px;
          left: 0%;
          position: absolute;
          background: #ceb380;
          -webkit-transition: width .3s ease 0s, left .3s ease 0s;
                  transition: width .3s ease 0s, left .3s ease 0s;
          width: 0; }
        .product-category ul li a:hover:after {
          width: 100%;
          left: 0; }

.border-brand {
  margin-top: 95px;
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.fa-plus {
  display: none !important; }

.fa-minus {
  display: none !important; }

input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px; }

label {
  display: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

/* custom-dropdown */
nav[role="custom-dropdown"] {
  position: relative;
  width: 100%; }
  nav[role="custom-dropdown"] a,
  nav[role="custom-dropdown"] label {
    color: #ceb380;
    text-decoration: none;
    font-family: 'Buenard', serif;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
    padding: 8px 8px;
    width: auto;
    padding-bottom: 25px; }
    nav[role="custom-dropdown"] a div,
    nav[role="custom-dropdown"] label div {
      position: absolute;
      right: 4px;
      top: 32px;
      margin-right: 25px; }
      nav[role="custom-dropdown"] a div span,
      nav[role="custom-dropdown"] label div span {
        display: block;
        width: 23px;
        height: 3px;
        background-color: #ceb480;
        margin-top: 5px;
        -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease; }
  nav[role="custom-dropdown"] ul {
    padding: 0;
    margin: 0 auto;
    float: right;
    list-style: none;
    margin-right: 50px;
    margin-top: 35px; }
    nav[role="custom-dropdown"] ul li {
      float: left;
      margin-left: 20px;
      padding: 8px 8px;
      width: auto;
      padding-bottom: 25px;
      position: relative;
      text-align: center;
      cursor: pointer; }
      nav[role="custom-dropdown"] ul li:after {
        bottom: 0;
        margin-top: 20px;
        content: "";
        display: none;
        height: 2px;
        left: 50%;
        position: absolute;
        background: #ceb380;
        -webkit-transition: width .3s ease 0s, left .3s ease 0s;
                transition: width .3s ease 0s, left .3s ease 0s;
        width: 0; }
      nav[role="custom-dropdown"] ul li:hover:after {
        width: 100%;
        left: 0; }
      nav[role="custom-dropdown"] ul li.active:after {
        width: 100%;
        left: 0; }
      nav[role="custom-dropdown"] ul li ul {
        display: none;
        position: absolute;
        overflow: hidden;
        top: 100%;
        left: 0;
        margin-top: 0;
        padding-top: 30px; }
        nav[role="custom-dropdown"] ul li ul li {
          margin: 0;
          padding: 15px 15px 0px 15px;
          border-left: 1px solid #ceb380;
          border-right: 1px solid #ceb380;
          background-color: #000; }
          nav[role="custom-dropdown"] ul li ul li a {
            float: left;
            width: 170px;
            text-align: left;
            padding: 0 0 10px 0; }
            nav[role="custom-dropdown"] ul li ul li a i {
              display: none;
              margin-right: 5px; }
            nav[role="custom-dropdown"] ul li ul li a:hover i {
              display: inline-block; }
          nav[role="custom-dropdown"] ul li ul li:after {
            bottom: auto;
            margin-top: 0px;
            content: "";
            display: block;
            height: auto;
            left: auto;
            position: absolute;
            background: transparent;
            -webkit-transition: none;
                    transition: none;
            width: auto; }
          nav[role="custom-dropdown"] ul li ul li:hover:after {
            width: auto;
            left: auto; }
          nav[role="custom-dropdown"] ul li ul li:first-child {
            border-top: 3px solid #ceb380; }
          nav[role="custom-dropdown"] ul li ul li:last-child {
            border-bottom: 1px solid #ceb380;
            padding-bottom: 15px; }
      nav[role="custom-dropdown"] ul li:hover ul {
        display: block; }

.brand-line {
  width: 100%;
  display: block;
  color: #ceb380;
  opacity: .2; }

.body-container, .body-container-product {
  width: 80%;
  overflow: hidden;
  height: auto;
  margin: 0 auto;
  position: relative; }

.body-container-product {
  overflow: visible; }

.home-about-container {
  overflow: hidden; }

.homepage-slide {
  text-align: center; }

.home-product-section {
  overflow: hidden; }
  .home-product-section .flexslider {
    background: none;
    border: 0px solid #fff;
    margin: 0px;
    position: relative; }
    .home-product-section .flexslider .circle1 {
      border: 2px solid #ceb380;
      width: 350px;
      height: 375px;
      position: absolute;
      top: 5px;
      z-index: 100;
      border-radius: 100%;
      -webkit-animation: clockwiseRotate 4s linear infinite;
              animation: clockwiseRotate 4s linear infinite; }
    .home-product-section .flexslider .circle2 {
      border: 2px solid #ceb380;
      width: 350px;
      height: 375px;
      position: absolute;
      top: 0px;
      z-index: 99;
      border-radius: 100%;
      -webkit-animation: clockwiseRotate 5s linear infinite;
              animation: clockwiseRotate 5s linear infinite; }
    .home-product-section .flexslider .circle3 {
      border: 2px solid #ceb380;
      width: 350px;
      height: 375px;
      position: absolute;
      top: 0px;
      z-index: 99;
      border-radius: 100%; }
    .home-product-section .flexslider .product-img-wrapper {
      width: 350px;
      height: 375px;
      text-align: center; }
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
    .home-product-section .flexslider .slideInRight {
      -webkit-animation-name: slideInRight;
      animation-name: slideInRight;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
    .home-product-section .flexslider .fadeOutRight {
      -webkit-animation-name: fadeOutRight;
      animation-name: fadeOutRight;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }

.bottom-section {
  width: 80%;
  margin: 0 auto; }

.inner-client {
  position: initial;
  overflow: hidden;
  margin: 0 auto; }

.flexslider {
  background: none !important;
  border: 0px !important; }

.home-about-left {
  width: 50%;
  height: auto;
  float: left;
  position: relative; }
  .home-about-left p {
    padding: 0 100px 0px 0px; }
  .home-about-left h2 {
    margin-top: 0; 
    margin: 0 0 20px 0;
  }

.home-about-right {
  width: 40%;
  height: auto;
  float: right;
  position: relative;
  /*margin-top: 20px;
  margin-bottom: 55px;*/
  padding-bottom: 0;
  /*background-color: #ceb380;*/ }
  .home-about-right img {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    margin-left: -5px;
    margin-top: -15px; }

a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }

.about-button a {
  display: block; }
.about-button .btn {
 text-align: center;
  letter-spacing: 3px;
  position: relative;
  z-index: 999;
  border: 2px solid #ceb380;
  width: 170px;
  height: 22px;
  padding: 12px 26px 12px 0px;
  color: white;
  color: white;
  -webkit-transition: all ease 2s;
          transition: all ease 2s; }
  .about-button .btn:hover {
    color: #ceb380; }
  .about-button .btn:before {
    content: "";
    position: relative;
    border-bottom: 2px solid #ceb380;
    width: 30px;
    height: 1px;
    left: -15px;
    top: 6px;
    float: left;
    -webkit-transition: all ease .5s;
            transition: all ease .5s; }
  .about-button .btn:hover:before {
    left: 185px; }

.h1-head {
  color: #ceb380;
  letter-spacing: 2px;
  font-family: 'Buenard', serif;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 1.2;
  overflow: hidden; 
}
.h1-head .head-content {
  width: 100%;
  float: left;
}
.top-border {
  /*border-top: 3px solid #ceb380;*/ 
  width: 30px;
  height: 2px;
  background: #ceb380;
  float: left;
  margin-bottom: 10px;
}

/* Circles rotate */
/* Product slider */
.product-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -3px; }
  .product-wrapper .product-left {
    margin-top: 20px;
    float: left;
    position: relative; }
  .product-wrapper .product-right {
    width: 100%;
    float: right;
    position: relative;
    color: #fff;
    margin-left: 10%; }
    .product-wrapper .product-right h2 {
      color: #ceb380;
      letter-spacing: 2px;
      font-size: 1.8em; }
    .product-wrapper .product-right .btn {
      margin: 0 auto;
      text-align: center;
      letter-spacing: 3px;
      position: absolute;
      margin-right: -30px;
      margin-top: 15px;
      left: 0;
      z-index: 999;
      border: 2px solid #ceb380;
      width: 180px;
      height: 25px;
      padding: 17px 26px 10px 0px;
      color: white;
      -webkit-transition: all ease 2s;
              transition: all ease 2s; }
      .product-wrapper .product-right .btn:hover {
        color: #ceb380; }
      .product-wrapper .product-right .btn:before {
        content: "";
        position: relative;
        border-bottom: 2px solid #ceb380;
        width: 30px;
        height: 1px;
        left: -15px;
        top: 6px;
        float: left;
        -webkit-transition: all ease .5s;
                transition: all ease .5s; }
      .product-wrapper .product-right .btn:hover:before {
        left: 185px; }
    .product-wrapper .product-right .product-align {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: table; }
    .product-wrapper .product-right .product-align-middle {
      display: table-cell;
      vertical-align: middle;
      letter-spacing: 0.7px; }
    .product-wrapper .product-right .align-catalog {
      width: 100%;
      float: left;
      height: 72px; }

.left-quote {
  width: 55%;
  float: left;
  position: relative; }
  .left-quote .inner-left-quote {
    position: relative; }
  .left-quote h2 {
    color: #ceb380;
    margin-left: 5%;
    max-width: 85%; }
  .left-quote i {
    color: #806846 !important;
    font-size: 30px !important; }
  .left-quote .fa-quote-right {
    right: 100px;
    bottom: -25px;
    position: absolute; }
  .left-quote p {
    max-width: 50%;
    margin-left: 5%;
    margin-top: 6%; }
  .left-quote a {
    color: #ceb380;
    margin-left: 5%; }

.right-quote {
  width: 45%;
  float: right;
  overflow: hidden; }
  .right-quote .client-section {
    position: relative; }
    .right-quote .client-section .client-logo {
      margin: 5px 5px; }
      .right-quote .client-section .client-logo img {
        width: 100%;
        border: 1px solid #969696; }

#logo-slider .slides li .client-logo {
  width: calc(33.3333333333% - 20px);
  margin: 10px 10px;
  float: left; }

.body-container-footer {
  width: 90%;
  height: auto;
  margin: 0 auto; }

footer {
  width: 100%;
  background-color: #1a1a1a;
  position: absolute;
  float: left;
  bottom: 0;
  left: 0;
  margin-top: 0px; }
  footer .footer-left {
    width: 50%;
    float: left;
    text-align: left;
    text-transform: uppercase;
    color: #ceb380; }
  footer .footer-right {
    width: 50%;
    float: left;
    line-height: 1;
    text-align: right; }
    footer .footer-right i {
      color: #ceb380 !important;
      font-size: 15px !important;
      margin-right: 15px; }
  footer .footer-text {
    text-transform: uppercase;
    line-height: 1.5;
    color: #ceb380;
    margin: 10px 0; }

.new-footer {
  width: 100%;
  background-color: #1a1a1a;
  position: relative;
  float: left;
  bottom: 0;
  left: 0;
  margin-top: 0px; }
  .new-footer .footer-left-align {
    width: 50%;
    float: left;
    text-align: left;
    font-weight: 700;
    font-size: 12px;
    line-height: 2.5;
    text-transform: uppercase;
    color: #ceb380; }
  .new-footer .footer-right-align {
    width: 50%;
    float: left;
    line-height: 3.5;
    text-align: right; }
    .new-footer .footer-right-align i {
      color: #ceb380 !important;
      font-size: 15px !important;
      margin-right: 15px; }

input[type=checkbox]:checked ~ label div {
  position: absolute;
  right: 4px;
  top: 40px;
  margin-right: 25px; }
  input[type=checkbox]:checked ~ label div span:nth-child(1) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-bottom: -3px; }
  input[type=checkbox]:checked ~ label div span:nth-child(2) {
    display: none; }
  input[type=checkbox]:checked ~ label div span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: -1px; }

/* small screens */


@media screen and (max-width: 1201px) {
  /*.logo-wrapper {
    text-align: center;
    margin: 0 auto; }*/
  .js-submenu .fa-plus {
    display: inline-block !important;
    font-size: 12px !important;
    margin-left: 3px; }
  .js-submenu .fa-minus {
    display: none !important;
    font-size: 12px !important;
    margin-left: 3px; }
  .js-submenu ul {
    display: none !important; }
  .js-submenu.active ul {
    display: block !important; }
  .js-submenu.active .fa-plus {
    display: none !important; }
  .js-submenu.active .fa-minus {
    display: inline-block !important; }
  

  nav[role="custom-dropdown"] ul {
    display: none;
    height: 100%;
    margin-top: 60px;
    margin-right: 0px; }
    nav[role="custom-dropdown"] ul li:after {
      bottom: 0;
      margin-top: 0px;
      content: "";
      display: none;
      height: 0px;
      left: 0;
      position: relative;
      background: transparent;
      -webkit-transition: none;
              transition: none;
      width: 0; }
    nav[role="custom-dropdown"] ul li:hover:after {
      width: 0;
      left: 0;
      text-decoration: underline; }
    nav[role="custom-dropdown"] ul li ul {
      display: none;
      position: relative;
      top: 100%;
      width: 100%;
      left: 0;
      margin-top: 0;
      padding-top: 15px; }
      nav[role="custom-dropdown"] ul li ul li {
        margin: 0;
        padding: 15px 15px 0px 15px;
        border-left: 1px solid #ceb380;
        border-right: 1px solid #ceb380; }
        nav[role="custom-dropdown"] ul li ul li a {
          float: left;
          width: 100%;
          text-align: center; }
          nav[role="custom-dropdown"] ul li ul li a i {
            display: none;
            margin-right: 5px; }
          nav[role="custom-dropdown"] ul li ul li a:hover i {
            display: inline-block; }
        nav[role="custom-dropdown"] ul li ul li:after {
          bottom: auto;
          margin-top: 0px;
          content: "";
          display: block;
          height: auto;
          left: auto;
          position: absolute;
          background: transparent;
          -webkit-transition: none;
                  transition: none;
          width: auto; }
        nav[role="custom-dropdown"] ul li ul li:hover:after {
          width: auto;
          left: auto; }
        nav[role="custom-dropdown"] ul li ul li:first-child {
          border-top: 1px solid #ceb380;
          width: 100%;
          text-align: center;
          padding: 12px 0px;
          border-left: none;
          border-right: none; }
        nav[role="custom-dropdown"] ul li ul li:last-child {
          border-bottom: 1px solid #ceb380;
          padding-bottom: 0px;
          width: 100%;
          text-align: center;
          padding: 12px 0px;
          border-left: none;
          border-right: none; }

  label {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0; }

  .custom-dropdown label:after {
    position: absolute;
    right: 4px;
    top: 20px;
    content: "\2261";
    font-size: 2.8em;
    margin-right: 25px;
    display: none; }

  input[type=checkbox]:checked ~ label:after {
    color: #ceb480;
    z-index: 999;
    margin-right: 25px;
    display: none; }

  input[type=checkbox]:checked ~ ul {
    display: block;
    float: none;
    margin-right: 0; }
    input[type=checkbox]:checked ~ ul > li {
      width: 100%;
      opacity: .8;
      background-color: black;
      text-align: center;
      margin-left: 0;
      padding-right: 0;
      padding-left: 0;
      padding-bottom: 12px; }

  /*.home-about-left {
    width: 50%;
    height: auto;
    float: left;
    position: relative;
    color: #fff;
    top: 0px; }
    .home-about-left p {
      padding: 5px 30px 0px 0px;
      font-size: 14px; }

  .about-button .btn {
    margin: 0 auto;
    text-align: center;
    letter-spacing: 3px;
    position: absolute;
    margin-right: -30px;
    margin-top: 0px;
    left: 0;
    z-index: 999;
    border: 2px solid #ceb380;
    width: 180px;
    height: 25px;
    padding: 17px 26px 10px 0px;
    color: white;
    -webkit-transition: all ease 2s;
            transition: all ease 2s; }

  .product-wrapper .product-right {
        margin-left: 0;
    width: 100%; }*/ }


@media screen and (max-width: 1160px) {
  .body-container, .body-container-product {
    width: 90%; }

  .body-container-footer {
    width: 90%; } }



@media screen and (max-width: 1098px) {
  nav[role="custom-dropdown"] ul li {
    margin-left: 10px; } }
@media screen and (max-width: 1085px) {
  nav[role="custom-dropdown"] ul {
    margin-right: 25px; }

  .logo {
    margin-left: 30px; } }
@media screen and (max-width: 1024px) {
  .logo-wrapper {
    text-align: center;
    margin: 0 auto; }
  .js-submenu .fa-plus {
    display: inline-block !important;
    font-size: 12px !important;
    margin-left: 3px; }
  .js-submenu .fa-minus {
    display: none !important;
    font-size: 12px !important;
    margin-left: 3px; }
  .js-submenu ul {
    display: none !important; }
  .js-submenu.active ul {
    display: block !important; }
  .js-submenu.active .fa-plus {
    display: none !important; }
  .js-submenu.active .fa-minus {
    display: inline-block !important; }
  

  nav[role="custom-dropdown"] ul {
    display: none;
    height: 100%;
    margin-top: 60px;
    margin-right: 0px; }
    nav[role="custom-dropdown"] ul li:after {
      bottom: 0;
      margin-top: 0px;
      content: "";
      display: none;
      height: 0px;
      left: 0;
      position: relative;
      background: transparent;
      -webkit-transition: none;
              transition: none;
      width: 0; }
    nav[role="custom-dropdown"] ul li:hover:after {
      width: 0;
      left: 0;
      text-decoration: underline; }
    nav[role="custom-dropdown"] ul li ul {
      display: none;
      position: relative;
      top: 100%;
      width: 100%;
      left: 0;
      margin-top: 0;
      padding-top: 15px; }
      nav[role="custom-dropdown"] ul li ul li {
        margin: 0;
        padding: 15px 15px 0px 15px;
        border-left: 1px solid #ceb380;
        border-right: 1px solid #ceb380; }
        nav[role="custom-dropdown"] ul li ul li a {
          float: left;
          width: 100%;
          text-align: center; }
          nav[role="custom-dropdown"] ul li ul li a i {
            display: none;
            margin-right: 5px; }
          nav[role="custom-dropdown"] ul li ul li a:hover i {
            display: inline-block; }
        nav[role="custom-dropdown"] ul li ul li:after {
          bottom: auto;
          margin-top: 0px;
          content: "";
          display: block;
          height: auto;
          left: auto;
          position: absolute;
          background: transparent;
          -webkit-transition: none;
                  transition: none;
          width: auto; }
        nav[role="custom-dropdown"] ul li ul li:hover:after {
          width: auto;
          left: auto; }
        nav[role="custom-dropdown"] ul li ul li:first-child {
          border-top: 1px solid #ceb380;
          width: 100%;
          text-align: center;
          padding: 12px 0px;
          border-left: none;
          border-right: none; }
        nav[role="custom-dropdown"] ul li ul li:last-child {
          border-bottom: 1px solid #ceb380;
          padding-bottom: 0px;
          width: 100%;
          text-align: center;
          padding: 12px 0px;
          border-left: none;
          border-right: none; }

  label {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0; }

  .custom-dropdown label:after {
    position: absolute;
    right: 4px;
    top: 20px;
    content: "\2261";
    font-size: 2.8em;
    margin-right: 25px;
    display: none; }

  input[type=checkbox]:checked ~ label:after {
    color: #ceb480;
    z-index: 999;
    margin-right: 25px;
    display: none; }

  input[type=checkbox]:checked ~ ul {
    display: block;
    float: none;
    margin-right: 0; }
    input[type=checkbox]:checked ~ ul > li {
      width: 100%;
      opacity: .8;
      background-color: black;
      text-align: center;
      margin-left: 0;
      padding-right: 0;
      padding-left: 0;
      padding-bottom: 12px; }

  .home-about-left {
    width: 50%;
    height: auto;
    float: left;
    position: relative;
    color: #fff;
    top: 0px; }
    .home-about-left p {
      padding: 5px 30px 0px 0px;
      font-size: 14px; }

  .about-button .btn {
    margin: 0 auto;
    text-align: center;
    letter-spacing: 3px;
    position: absolute;
    margin-right: -30px;
    margin-top: 0px;
    left: 0;
    z-index: 999;
    border: 2px solid #ceb380;
    width: 180px;
    height: 25px;
    padding: 17px 26px 10px 0px;
    color: white;
    -webkit-transition: all ease 2s;
            transition: all ease 2s; }

  .product-wrapper .product-right {
        margin-left: 0;
    width: 100%; } }
@media screen and (max-width: 985px) {
  .flex-control-nav {
    margin-top: 55px !important; } }
@media screen and (max-width: 950px) {
  .left-quote {
    width: 100%;
    text-align: center;
    float: none;
    position: relative;
    margin: 0 auto; }
    .left-quote i {
      float: left; }
    .left-quote p {
      margin-left: 0;
      margin-top: 3%;
      max-width: 100%; }
    .left-quote h2 {
      max-width: 90%; }
    .left-quote .fa-quote-right {
      right: 0;
      bottom: 0;
      position: relative;
      float: right; }

  .flex-control-nav {
    margin-top: 35px !important; }

  .right-quote {
    width: 85%;
    float: none;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin: 0 auto; } }
@media screen and (max-width: 991px) {
  .about-button .btn {
    position: relative;
    margin: 0; }

  .home-about-left p {
    padding: 0; }

  .home-about-left h2 {
    margin-bottom: 0; } }
@media screen and (max-width: 900px) {
  .home-about-container {
    overflow: hidden; }

  .home-about-left {
    width: 50%;
    height: auto;
    float: left;
    position: relative;
    color: #fff;
    top: 0px; }
    .home-about-left p {
      font-size: 13px; }

  .product-wrapper .product-right .btn {
    text-align: center;
    letter-spacing: 3px;
    position: absolute;
    margin-right: -30px;
    margin-top: 5px;
    right: auto;
    left: 0;
    z-index: 999;
    border: 2px solid #ceb380;
    width: 180px;
    height: 20px;
    padding: 12px 26px 10px 0px;
    color: white;
    -webkit-transition: all ease 2s;
            transition: all ease 2s; }

  .h2-head {
    margin-top: 0; }

  .product-wrapper .product-right .product-align-middle {
    vertical-align: middle; }

  .product-align-middle p {
    font-size: 13px; }

  .home-product-section .flexslider .circle1 {
    border: 2px solid #ceb380;
    width: 300px;
    height: 325px;
    position: absolute;
    top: 5px;
    z-index: 100;
    border-radius: 100%;
    -webkit-animation: clockwiseRotate 4s linear infinite;
            animation: clockwiseRotate 4s linear infinite; }
  .home-product-section .flexslider .circle2 {
    border: 2px solid #ceb380;
    width: 300px;
    height: 325px;
    position: absolute;
    top: 0px;
    z-index: 99;
    border-radius: 100%;
    -webkit-animation: clockwiseRotate 5s linear infinite;
            animation: clockwiseRotate 5s linear infinite; }
  .home-product-section .flexslider .circle3 {
    border: 2px solid #ceb380;
    width: 300px;
    height: 325px;
    position: absolute;
    top: 0px;
    z-index: 99;
    border-radius: 100%; }
  .home-product-section .flexslider .product-img-wrapper {
    width: 300px;
    height: 325px; } }
@media screen and (max-width: 767px) {
  .body-container, .body-container-product {
    text-align: center; }

  .product-wrapper .product-right h2 {
    margin: 0; }

  footer .footer-left {
    width: 70%;
    text-align: center;
    line-height: 1; }
  footer .footer-right {
    width: 30%;
    float: left;
    height: 39px;
    padding: 0 0 5px;
    line-height: 1;
    text-align: center; }

  .home-product-section {
    padding-bottom: 30px; }
    .home-product-section .flexslider .circle1 {
      display: none; }
    .home-product-section .flexslider .circle2 {
      display: none; }
    .home-product-section .flexslider .circle3 {
      display: none; }

  .about-button .btn:hover:before {
    left: 165px; }

  .right-quote .client-section .client-logo {
    width: calc(25% - 20px);
    margin: 10px 10px;
    float: left; }

  .home-about-container {
    margin-bottom: 60px; 
    margin-top: 60px; 
  }

  .home-about-left {
    width: 100%;
    margin: 0 auto; }
    .home-about-left p {
      padding: 0px 0px 0px 0px; }
    .home-about-left .btn {
      bottom: 0px;
      left: 0;
      margin: 0 auto;
      right: 0;
      width: 150px;
      margin-top: 45px;
      position: relative; }

  .home-about-right {
    width: 60%;
    height: auto;
    display: none;
    float: right;
    position: relative;
    margin-top: 30px;
    margin-bottom: 35px;
    padding-bottom: 15px;
    background-color: #ceb380; }
    .home-about-right img {
      width: 100%;
      height: auto;
      display: inline-block;
      position: relative;
      margin-left: -15px;
      margin-top: -15px; }

  .flexslider {
    margin: 0px !important; }

  .product-wrapper .product-left {
    margin: 0 auto;
    float: left;
    position: relative; 
    width: 100%;}
    .product-wrapper .product-left .product-img-align {
      margin-top: 30px; }

  .left-quote {
    width: 100%;
    text-align: center;
    float: none;
    position: relative;
    margin: 0 auto; }
    .left-quote h2 {
      max-width: 100%;
      margin-left: 0;
      font-size: 18px;
      margin-bottom: 5px;
      margin-top: 5px; }
    .left-quote p {
      margin-left: 0;
      margin-top: 10px;
      max-width: 100%; }
    .left-quote a {
      margin-left: 0;
      font-weight: 700; }
    .left-quote .fa-quote-right {
      right: 0;
      bottom: 0;
      position: relative; }

  .right-quote {
    width: 85%;
    float: none;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin: 0 auto; }

  .drop-arrow {
    display: none; }

  .slides-pagination {
    display: none; } }
@media screen and (max-width: 690px) {
  .home-product-section .flexslider .product-img-wrapper {
    width: 50%;
    height: auto;
    margin: 0 auto; }

  .product-wrapper {
    width: 100%;
    display: block; }
    .product-wrapper .product-left {
      width: 100%;
      float: none;
      margin: 0 auto; }
      .product-wrapper .product-left .product-img-align {
        margin: 0 auto;
        margin-top: 0;
        width: 65%;
        text-align: center; }
    .product-wrapper .product-right {
      margin-left: 0;
      width: 100%;
      float: none;
      margin: 0 auto;
      text-align: center; }
      .product-wrapper .product-right .product-align {
        position: relative;
        width: 95%;
        margin: 0 auto; }
      .product-wrapper .product-right .align-catalog {
        margin-top: 15px; }
      .product-wrapper .product-right .btn {
        position: relative;
        margin-right: 0;
        margin: 0 auto; } }
@media screen and (max-width: 480px) {
  .flex-control-nav {
    margin-top: 0px !important; }

  .right-quote .client-section .client-logo {
    width: calc(50% - 20px);
    margin: 10px 10px;
    float: left; }

  .left-quote h2 {
    font-size: 15px; }

  .right-quote {
    width: 100%; }

  .home-about-left {
    width: 100%;
    margin: 0 auto; }
    .home-about-left p {
      padding: 0px 0px 20px 0px; }
    .home-about-left .btn {
      bottom: 0px;
      margin: 0 auto;
      position: relative;
      right: 0; }

  .flex-viewport {
    overflow: initial !important; } }
@media screen and (max-width: 416px) {
  .new-footer .footer-left-align {
    width: 100%;
    text-align: center;
    line-height: 1; }
  .new-footer .footer-right-align {
    width: 100%;
    float: left;
    padding: 0 0 5px;
    line-height: 0;
    text-align: center; } }
@media screen and (max-width: 400px) {
  .circle1 {
    display: none; }

  .circle2 {
    display: none; }

  .circle3 {
    left: 0 !important;
    border: 0 !important; } }
@media screen and (max-width: 320px) {
  .body-container, .body-container-product {
    text-align: center; }

  .home-about-left p {
    line-height: 1.5;
    padding: 0;
    margin-top: 0; }

  .home-about-left h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px; }

  .btn {
    bottom: 0px;
    right: 0;
    left: 0;
    position: relative; }
    .btn:before {
      content: "";
      position: relative;
      border-bottom: 2px solid #ceb380;
      width: 30px;
      height: 1px;
      left: -15px;
      top: 6px;
      float: left;
      -webkit-transition: all ease .5s;
              transition: all ease .5s; }
    .btn:hover:before {
      left: 165px; }

  .home-about-right {
    width: 100%;
    float: left;
    margin-bottom: 70px; }

  .product-wrapper .product-left {
    width: 90%;
    float: none;
    margin: 0 auto; }
  .product-wrapper .product-right {
    width: 90%; }
    .product-wrapper .product-right .product-align-middle p {
      line-height: 1.5; }

  .home-product-section .flexslider {
    margin: 0 0 15px; }

  footer .footer-left {
    width: 100%;
    text-align: center;
    line-height: 1; }
  footer .footer-right {
    width: 100%;
    float: left;
    padding: 0 0 10px 0;
    line-height: 0;
    text-align: center; }

  .new-footer .footer-left-align {
    width: 100%;
    text-align: center;
    line-height: 1; }
  .new-footer .footer-right-align {
    width: 100%;
    float: left;
    padding: 0 0 5px;
    line-height: 0;
    text-align: center; }

  .product-wrapper .product-right .align-catalog {
    margin-top: 5px; }

  .product-wrapper .product-left .product-img-align {
    width: 100%; } }
@-webkit-keyframes clockwiseRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes clockwiseRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@-webkit-keyframes counterClockwiseRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }
@keyframes counterClockwiseRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }
@media (max-height: 1024px) and (max-width: 665px) {
  .homepage-slide img {
    width: auto !important;
    height: auto !important;
    bottom: 0px !important;
    left: 5% !important;
    right: auto !important;
    top: auto !important;
    position: absolute !important;
    max-height: 100%;
    max-width: 90% !important; } }
@media (max-width: 600px) {
  .menu-navigation-basic {
    display: none; }

  .slicknav_menu {
    display: block; } }
#slides {
  position: relative;
  margin-top: -85px; }
  #slides .slides-container {
    display: none; }
  #slides .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%; }
    #slides .scrollable:after {
      content: "";
      display: table;
      clear: both; }

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%; }
  .slides-navigation a {
    position: absolute;
    display: block; }
    .slides-navigation a.prev {
      left: 0;
      display: none; }
    .slides-navigation a.next {
      right: 0;
      display: none; }

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 25px;
  right: 110px; }
  .slides-pagination a {
    border: 2px solid #ceb380;
    border-radius: 15px;
    width: 5px;
    height: 5px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
    margin: 2px;
    overflow: hidden;
    text-indent: -100%; }
    .slides-pagination a.current {
      background: #ceb380; }

/*!
 * fullPage 2.9.0
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled, .fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent; }

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none; }

.fp-section {
  position: relative;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left;
  height: 100%;
  display: block; }

.fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent; }
  .fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }
  #fp-nav.right {
    right: 17px; }
  #fp-nav.left {
    left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .fp-slidesNav.bottom {
    bottom: 17px; }
  .fp-slidesNav.top {
    top: 17px; }

#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
  display: inline-block; }

#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }
#fp-nav ul li:hover .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }
#fp-nav ul li .fp-tooltip.right {
  right: 20px; }
#fp-nav ul li .fp-tooltip.left {
  left: 20px; }

.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/*
 * jQuery FlexSlider v2.6.2
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover, .flex-slider a:hover {
  outline: none; }

.slides {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 1px; }
  .slides > li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 1px; }

.flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 1px; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left; }
  .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden; }
  .flexslider .slides img {
    width: 100%;
    display: block; }
  .flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }
  .flexslider .slides {
    zoom: 1; }
    .flexslider .slides img {
      height: auto;
      -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }
  .flex-direction-nav a {
    text-decoration: none;
    display: none;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .flex-direction-nav a:before {
      font-family: "flexslider-icon";
      font-size: 40px;
      display: inline-block;
      content: '\f001';
      color: rgba(0, 0, 0, 0.8);
      text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }
    .flex-direction-nav a.flex-next:before {
      content: '\f002'; }
  .flex-direction-nav .flex-prev {
    left: -50px;
    display: none; }
  .flex-direction-nav .flex-next {
    right: -50px;
    display: none;
    text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }
  .flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1; }
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }
  .flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }
  .flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004'; }
  .flex-pauseplay a:hover {
    opacity: 1; }
  .flex-pauseplay a.flex-play:before {
    content: '\f003'; }

/* .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  display: none;
  text-align: center;
  li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
} */
/* .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  &:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
  }
  &.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
  }
} */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0; }
  .flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
    .flex-control-thumbs img:hover {
      opacity: 1; }
  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
.margintop-buffer {
  height: 90px; }

h1 {
  color: #ceb380;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 0; }

.under .line {
  height: 1px;
  width: 60px;
  display: inline-block;
  background-color: #ceb480;
  vertical-align: middle; }
.under .squre {
  height: 7px;
  width: 7px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #ceb480;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.sub-head {
  color: #e8e8e8;
  margin-top: 10px
  /*text-transform: lowercase;*/ }

.body-container-manage {
  width: 90%;
  height: auto;
  margin: 0 auto;
  position: relative; }

.row-manage {
  width: 100%;
  height: auto;
  margin-top: 50px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .row-manage .founder-left {
    width: 50%;
    float: left;
    text-align: center;
    position: relative; }
    .row-manage .founder-left .wrapper-left {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
      .row-manage .founder-left .wrapper-left .wrapper-left-align {
        width: 100%;
        height: 100%; }
      .row-manage .founder-left .wrapper-left img {
        width: 100%; }
  .row-manage .founder-right {
    width: 40%;
    margin-left: 5%;
    float: left;
    position: relative; }
    .row-manage .founder-right .wrapper-right {
      width: 100%;
      display: table;
      left: 0;
      top: 0; }
      .row-manage .founder-right .wrapper-right .wrapper-right-align {
        display: table-cell;
        vertical-align: middle; }
    .row-manage .founder-right p {
      color: #fff;
      font-size: 18px;
      margin-top: 0;
      margin-bottom: 10px; }
      .row-manage .founder-right p .border-head {
        padding: 7px 0 5px 0; }
    .row-manage .founder-right .founder-name {
      font-size: 22px;
      text-transform: uppercase;
      color: #ceb380;
      margin-top: 0; }
    .row-manage .founder-right .main-content-head {
      font-size: 18px;
      text-transform: uppercase;
      margin-top: 0; }
    .row-manage .founder-right a {
      color: #fff;
      font-size: 14px;
      text-transform: lowercase; }
      .row-manage .founder-right a .topborder-email {
        border-top: 2px solid #ceb380;
        padding-top: 10px; }
    .row-manage .founder-right .main-content {
      font-size: 13px;
      line-height: 2;
      letter-spacing: 0.5px;
      margin-top: 15px; }

.new-container {
  width: 100%;
  height: auto;
  background-color: #0a0a0a;
  margin-top: -55px;
  overflow: hidden; }
  .new-container .row-manage-second {
    width: 95%;
    height: auto;
    margin-top: 50px;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
    .new-container .row-manage-second .left-content {
      float: left;
      width: 40%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1; }
    .new-container .row-manage-second .right-content {
      float: right;
      width: 65%;
      margin-top: 70px;
      text-align: left; }
      .new-container .row-manage-second .right-content .main-head {
        font-size: 22px;
        color: #ceb380;
        margin-bottom: 0; }
      .new-container .row-manage-second .right-content .sub-head {
        text-transform: uppercase;
        font-size: 18px;
        margin-bottom: 0;
        padding-bottom: 7px; }
    .new-container .row-manage-second p {
      padding: 0px 50px 0px 160px;
      margin-bottom: 30px;
      color: #fff; }
      .new-container .row-manage-second p a {
        color: #fff;
        text-transform: lowercase;
        font-size: 13px; }
        .new-container .row-manage-second p a .topborder-email {
          border-top: 2px solid #ceb380;
          padding-top: 15px; }
  .new-container .heading-top {
    padding-top: 95px;
    padding-bottom: 40px;
    text-transform: uppercase;
    color: #ceb380;
    font-weight: 600;
    font-size: 18px; }
  .new-container .draw {
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
    position: relative;
    -webkit-transition: color 1s;
            transition: color 1s; }
    .new-container .draw::before, .new-container .draw::after {
      box-sizing: border-box;
      content: '';
      position: absolute;
      width: 100%;
      height: 100%; }
    .new-container .draw::before, .new-container .draw::after {
      border: 2px solid transparent;
      width: 0;
      height: 0; }
    .new-container .draw::before {
      top: 0;
      left: 0; }
    .new-container .draw::after {
      bottom: 0;
      right: 0; }
    .new-container .draw:hover {
      color: #ceb480; }
    .new-container .draw:hover::before, .new-container .draw:hover::after {
      width: 100%;
      height: 100%; }
    .new-container .draw:hover::before {
      border-top-color: #ceb480;
      border-right-color: #ceb480;
      -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
              transition: width 0.25s ease-out, height 0.25s ease-out 0.25s; }
    .new-container .draw:hover::after {
      border-bottom-color: #ceb480;
      border-left-color: #ceb480;
      -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
              transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s; }
  .new-container .draw-left {
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
    position: relative;
    -webkit-transition: color 1s;
            transition: color 1s; }
    .new-container .draw-left::before, .new-container .draw-left::after {
      box-sizing: border-box;
      content: '';
      position: absolute;
      width: 100%;
      height: 100%; }
    .new-container .draw-left::before, .new-container .draw-left::after {
      border: 2px solid transparent;
      width: 0;
      height: 0; }
    .new-container .draw-left::before {
      top: 0;
      right: 0; }
    .new-container .draw-left::after {
      bottom: 0;
      left: 0; }
    .new-container .draw-left:hover {
      color: #ceb480; }
    .new-container .draw-left:hover::before, .new-container .draw-left:hover::after {
      width: 100%;
      height: 100%; }
    .new-container .draw-left:hover::before {
      border-top-color: #ceb480;
      border-left-color: #ceb480;
      -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
              transition: width 0.25s ease-out, height 0.25s ease-out 0.25s; }
    .new-container .draw-left:hover::after {
      border-bottom-color: #ceb480;
      border-right-color: #ceb480;
      -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
              transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s; }

.row-manage-third {
  width: 95%;
  height: auto;
  margin-top: 50px;
  margin: 50px auto;
  position: relative;
  overflow: hidden; }
  .row-manage-third .left-content-third {
    float: left;
    width: 65%;
    position: relative;
    margin-top: 70px;
    z-index: 1; }
    .row-manage-third .left-content-third .main-head {
      font-size: 22px;
      color: #ceb380;
      margin-bottom: 0; }
    .row-manage-third .left-content-third .sub-head {
      text-transform: uppercase;
      font-size: 18px;
      margin-bottom: 0;
      padding-bottom: 7px; }
    .row-manage-third .left-content-third p {
      padding: 0px 140px 0px 50px;
      margin-bottom: 30px;
      color: #fff; }
      .row-manage-third .left-content-third p a {
        color: #fff;
        text-transform: lowercase;
        font-size: 13px; }
        .row-manage-third .left-content-third p a .topborder-email {
          border-top: 2px solid #ceb380;
          padding-top: 15px; }
  .row-manage-third .right-content-third {
    float: right;
    width: 40%;
    right: 0;
    top: 0;
    z-index: 5;
    position: absolute; }

@media screen and (min-width: 1440px) {
  .img-align-lg {
    max-width: 450px; }

  .img-align-lg-secnd {
    max-width: 450px;
    margin-left: 45px; } }
@media screen and (min-width: 1650px) {
  .img-align-lg-secnd {
    max-width: 450px;
    margin-left: 200px; } }
@media screen and (max-width: 1024px) {
  .new-container .row-manage-second .left-content {
    width: 45%; }
  .new-container .row-manage-second .right-content p {
    padding: 0px 50px 0px 150px;
    margin-bottom: 30px;
    color: #fff; }
    .new-container .row-manage-second .right-content p a {
      color: #fff;
      text-transform: lowercase;
      font-size: 13px; }
      .new-container .row-manage-second .right-content p a .topborder-email {
        border-top: 2px solid #ceb380; }

  .row-manage-third .right-content-third {
    width: 45%; }
  .row-manage-third .left-content-third p {
    padding: 0px 140px 0px 70px; } }
@media screen and (max-width: 900px) {
  .new-container .row-manage-second .left-content {
    width: 50%; }
  .new-container .row-manage-second .right-content p {
    padding: 0px 50px 0px 150px;
    font-size: 13px;
    margin-bottom: 30px;
    color: #fff; }
    .new-container .row-manage-second .right-content p a {
      color: #fff;
      text-transform: lowercase;
      font-size: 13px; }
      .new-container .row-manage-second .right-content p a .topborder-email {
        border-top: 2px solid #ceb380; }
  .new-container .row-manage-third .right-content-third {
    width: 50%; }
  .new-container .row-manage-third .left-content-third p {
    padding: 0px 140px 0px 70px; } }
@media screen and (max-width: 767px) {
  .row-manage {
    display: block; }
    .row-manage .founder-left {
      width: 100%; }
      .row-manage .founder-left .wrapper-left {
        position: relative;
        display: block; }
        .row-manage .founder-left .wrapper-left .wrapper-left-align {
          display: block; }
    .row-manage .founder-right {
      width: 100%;
      margin-left: 0; }
      .row-manage .founder-right .wrapper-right {
        display: block;
        width: 90%;
        margin: 40px auto; }

  .new-container .heading-top {
    padding-top: 30px; }
  .new-container .row-manage-second .left-content {
    width: 100%;
    position: relative;
    text-align: center; }
    .new-container .row-manage-second .left-content img {
      max-width: 600px; }
  .new-container .row-manage-second .right-content {
    float: left;
    width: 99%;
    margin-top: 20px;
    border: 0; }
    .new-container .row-manage-second .right-content p {
      padding: 0px 5px 0px 30px;
      font-size: 13px;
      margin-bottom: 30px;
      color: #fff; }
      .new-container .row-manage-second .right-content p a {
        color: #fff;
        text-transform: lowercase;
        font-size: 13px; }
        .new-container .row-manage-second .right-content p a .topborder-email {
          border-top: 2px solid #ceb380; }
  .new-container .row-manage-third .right-content-third {
    width: 100%;
    position: relative;
    text-align: center; }
    .new-container .row-manage-third .right-content-third img {
      max-width: 600px; }
  .new-container .row-manage-third .left-content-third {
    width: 99%;
    margin-top: 20px;
    border: 0; }
    .new-container .row-manage-third .left-content-third p {
      padding: 0px 50px 0px 30px; } }
@media screen and (max-width: 480px) {
  .new-container .row-manage-second .right-content {
    border: 0; }
    .new-container .row-manage-second .right-content p {
      padding: 0px 15px; }

  .new-container .row-manage-third .left-content-third p {
    padding: 0px 15px; } }
@media screen and (max-width: 400px) {
  .new-container .row-manage-second .right-content p {
    padding: 0px 15px; }

  .new-container .row-manage-third .left-content-third p {
    padding: 0px 15px; } }
.border-right {
  width: 100px;
  height: 5px;
  background-color: #ceb480;
  position: absolute; }

.under .squre-new {
  height: 25px;
  width: 25px;
  display: inline-block;
  top: 18px;
  left: 18px;
  position: absolute;
  visibility: visible;
  background-color: #ceb480;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.squre-new::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 2px;
  width: 190px;
  border-top: 4px solid #ceb480;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left; }

.under .squre-new-second {
  height: 25px;
  width: 25px;
  display: inline-block;
  top: 18px;
  left: 18px;
  position: absolute;
  visibility: visible;
  background-color: #ceb480;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.squre-new-second::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 190px;
  border-top: 4px solid #ceb480;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  right: 0;
  top: 1px; }

.cd-timeline-img {
  visibility: hidden !important; }

body {
  background-color: #000;
  color: #fff; }

.story-row {
  overflow: auto;
  margin-top: 50px; }
  .story-row .story-left {
    width: 60%;
    height: auto;
    float: left;
    position: relative;
    z-index: 5; }
    .story-row .story-left img {
      max-width: 95%;
      float: right; }
  .story-row .story-right {
    width: 40%;
    overflow: auto;
    float: right;
    padding-top: 40px;
    box-sizing: border-box; }
    .story-row .story-right .brand-color {
      color: #ceb380; }
    .story-row .story-right p {
      padding-left: 45px; }

.story-below-row {
  position: relative;
  float: left;
  margin-bottom: 75px; }
  .story-below-row .story-below {
    width: 80%;
    float: left;
    background-color: #fff;
    height: auto;
    z-index: 1;
    margin-top: -60px;
    box-sizing: border-box; }
    .story-below-row .story-below p {
      color: black;
      padding-left: 40px;
      padding-right: 50px; }
    .story-below-row .story-below .story-wrapper {
      padding-top: 75px;
      padding-bottom: 16px; }
  .story-below-row .story-below-right {
    width: 22%;
    height: auto;
    position: absolute;
    color: black;
    right: 0;
    bottom: 30px;
    background-color: #ceb380; }
    .story-below-row .story-below-right .badge-align {
      margin-top: 20px; }

.title-heading-new {
  margin-bottom: 5px;
  color: #ceb480;
  font-family: 'Playfair Display SC', serif;
  font-size: 30px;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 400; }

.new-container .body-container-manage .value-wrapper {
  width: 100%;
  float: left;
  margin-top: 45px; }
  .new-container .body-container-manage .value-wrapper .value-left {
    width: 45%;
    height: auto;
    float: left; }
    .new-container .body-container-manage .value-wrapper .value-left .value-left-one {
      width: 90%;
      float: left;
      position: relative; }
      .new-container .body-container-manage .value-wrapper .value-left .value-left-one .circle-new {
        position: absolute;
        width: 120px;
        height: 120px;
        background-color: #ceb380;
        border-radius: 100%;
        text-align: center; }
        .new-container .body-container-manage .value-wrapper .value-left .value-left-one .circle-new img {
          margin-top: 20px; }
    .new-container .body-container-manage .value-wrapper .value-left .value-left-two {
      width: 70%;
      float: right; }
      .new-container .body-container-manage .value-wrapper .value-left .value-left-two .left-head {
        color: #ceb480;
        font-family: 'Buenard', serif;
        margin-bottom: 0;
        font-size: 25px;
        margin-top: 0;
        text-transform: uppercase; }
        .new-container .body-container-manage .value-wrapper .value-left .value-left-two .left-head .top-new-border {
          border-top: 1px solid #ceb380; }
      .new-container .body-container-manage .value-wrapper .value-left .value-left-two p {
        margin-top: 0; }
  .new-container .body-container-manage .value-wrapper .value-right {
    width: 45%;
    float: right; }
    .new-container .body-container-manage .value-wrapper .value-right .value-left-one {
      width: 90%;
      float: left;
      position: relative; }
      .new-container .body-container-manage .value-wrapper .value-right .value-left-one .circle-new {
        position: absolute;
        width: 120px;
        height: 120px;
        background-color: #ceb380;
        border-radius: 100%;
        text-align: center; }
        .new-container .body-container-manage .value-wrapper .value-right .value-left-one .circle-new img {
          margin-top: 20px; }
    .new-container .body-container-manage .value-wrapper .value-right .value-left-two {
      width: 70%;
      float: right; }
      .new-container .body-container-manage .value-wrapper .value-right .value-left-two .left-head {
        margin-bottom: 0;
        font-size: 25px;
        margin-top: 0;
        text-transform: uppercase;
        color: #ceb480;
        font-family: 'Buenard', serif; }
        .new-container .body-container-manage .value-wrapper .value-right .value-left-two .left-head .top-new-border {
          border-top: 1px solid #ceb380; }
      .new-container .body-container-manage .value-wrapper .value-right .value-left-two p {
        margin-top: 0; }
.new-container .body-container-manage .value-below {
  width: 100%;
  float: left;
  margin-top: 85px;
  margin-bottom: 50px; }
  .new-container .body-container-manage .value-below .value-below-left {
    width: 80%;
    float: left; }
    .new-container .body-container-manage .value-below .value-below-left .value-below-one {
      width: 50%;
      float: left;
      position: relative; }
      .new-container .body-container-manage .value-below .value-below-left .value-below-one .circle-new {
        position: absolute;
        width: 120px;
        height: 120px;
        background-color: #ceb380;
        border-radius: 100%;
        text-align: center; }
        .new-container .body-container-manage .value-below .value-below-left .value-below-one .circle-new img {
          margin-top: 20px; }
  .new-container .body-container-manage .value-below .value-below-right {
    width: 86%;
    float: right; }
    .new-container .body-container-manage .value-below .value-below-right .right-head {
      color: #ceb480;
      font-family: 'Buenard', serif;
      font-size: 25px;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 0; }
      .new-container .body-container-manage .value-below .value-below-right .right-head .top-new-border {
        border-top: 1px solid #ceb380; }
    .new-container .body-container-manage .value-below .value-below-right p {
      margin-top: 0; }

/********* Media Queries *********/
@media screen and (max-width: 1203px) {
  .story-row .story-right {
    padding-top: 0px; }
    .story-row .story-right p {
      margin-top: 0; }

  .story-below-row .story-below {
    margin-top: -30px; }
    .story-below-row .story-below .story-wrapper {
      padding-top: 45px; } }
@media screen and (max-width: 1082px) {
  .story-below-row .story-below-right {
    top: 250px; }
  .story-below-row .story-below {
    margin-top: 30px; }
    .story-below-row .story-below .story-wrapper {
      padding-top: 20px; } }
@media screen and (max-width: 1024px) {
  .new-container .body-container-manage .value-wrapper .value-left .value-left-one .circle-new {
    width: 120px; }
  .new-container .body-container-manage .value-wrapper .value-right .value-left-one .circle-new {
    width: 120px; }
  .new-container .body-container-manage .value-below .value-below-left .value-below-one .circle-new {
    width: 120px; } }
@media screen and (max-width: 992px) {
  .new-container .body-container-manage .value-wrapper {
    margin-top: 25px; }
    .new-container .body-container-manage .value-wrapper .value-left {
      width: 100%; }
      .new-container .body-container-manage .value-wrapper .value-left .value-left-one .circle-new {
        width: 120px; }
      .new-container .body-container-manage .value-wrapper .value-left .value-left-two {
        width: 80%;
        margin-top: 20px; }
    .new-container .body-container-manage .value-wrapper .value-right {
      width: 100%;
      margin-top: 85px; }
      .new-container .body-container-manage .value-wrapper .value-right .value-left-one .circle-new {
        width: 120px; }
      .new-container .body-container-manage .value-wrapper .value-right .value-left-two {
        width: 80%;
        margin-top: 20px; }
  .new-container .body-container-manage .value-below .value-below-left .value-below-one .circle-new {
    width: 120px; }
  .new-container .body-container-manage .value-below .value-below-right {
    width: 80%; } }
@media screen and (max-width: 970px) {
  .story-row {
    margin-top: 40px; }
    .story-row .story-left {
      width: 100%;
      text-align: center; }
      .story-row .story-left img {
        float: none; }
    .story-row .story-right {
      width: 100%;
      padding-top: 30px; }
      .story-row .story-right p {
        padding-left: 0; }

  .story-below-row .story-below {
    width: 100%; }
  .story-below-row .story-below-right {
    display: none; } }
@media screen and (max-width: 767px) {
  .new-container .body-container-manage .value-wrapper .value-left .value-left-one {
    display: none; }
    .new-container .body-container-manage .value-wrapper .value-left .value-left-one .circle-new {
      display: none; }
  .new-container .body-container-manage .value-wrapper .value-left .value-left-two {
    width: 100%;
    text-align: center; }
  .new-container .body-container-manage .value-wrapper .value-right {
    margin-top: 25px; }
    .new-container .body-container-manage .value-wrapper .value-right .value-left-one {
      display: none; }
      .new-container .body-container-manage .value-wrapper .value-right .value-left-one .circle-new {
        display: none; }
    .new-container .body-container-manage .value-wrapper .value-right .value-left-two {
      width: 100%;
      text-align: center; }
  .new-container .body-container-manage .value-below {
    margin-top: 45px;
    margin-bottom: 45px; }
    .new-container .body-container-manage .value-below .value-below-left .value-below-one {
      display: none; }
      .new-container .body-container-manage .value-below .value-below-left .value-below-one .circle-new {
        display: none; }
    .new-container .body-container-manage .value-below .value-below-right {
      width: 100%;
      text-align: center; } }
@media screen and (max-width: 640px) {
  .story-below-row .story-below p {
    padding-left: 30px;
    padding-right: 30px; }
  .story-below-row .story-below .story-wrapper {
    padding-top: 10px; } }
@media screen and (max-width: 400px) {
  .story-below-row .story-below p {
    padding-left: 20px;
    padding-right: 20px; } }
/*career css starts*/
.career {
  margin-top: 126px; }

.career-heading {
  text-align: center; }

.title-heading {
  margin: 30px 0 0 0;
  color: #ceb480;
  font-family: 'Buenard', serif;
  font-size: 30px;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 400;
  padding: 0; }

.under .line {
  height: 1px;
  width: 40px;
  display: inline-block;
  background-color: #ceb480;
  vertical-align: middle; }
.under .squre {
  height: 7px;
  width: 7px;
  display: inline-block;
  background-color: #ceb480;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle; }

.career-para {
  padding: 0px 30px; }
  .career-para p {
    text-align: center;
    max-width: 1000px;
    margin: 20px auto; }
    .career-para p span {
      display: inline-block;
      width: 100%; }
    .career-para p a {
      text-transform: lowercase;
      color: #ceb380;
      font-size: 12px; }
    .career-para p:nth-child(1) {
      color: #e8e8e8; }
    .career-para p:nth-child(2) {
      text-transform: uppercase;
      color: #ceb480;
      font-size: 16px;
      font-weight: bold;
      margin: 30px auto;
      letter-spacing: 1px; }
    .career-para p:nth-child(3) {
      width: 70%; }
    .career-para p:nth-child(4) {
      color: #e8e8e8; }

.career-whole {
  width: 80%;
  overflow: hidden;
  margin: 50px auto; }

.contact-us-whole {
  width: 80%;
  margin: 50px auto; }

.form {
  width: 50%;
  float: left;
  background-color: #000;
  margin: 30px 0px;
  padding: 40px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-left: 30px;
  margin-right: -30px;
  z-index: 2;
  position: relative; }
  .form div {
    color: #e8e8e8; }
  .form input {
    border: 0px solid;
    border-bottom: 1px solid #ccc;
    outline: 0;
    width: 100%;
    color: #ceb480;
    background-color: transparent;
    padding: 10px 0px; }
  .form p {
    margin-bottom: 20px; }

.opening {
  background-color: #ceb480;
  width: 50%;
  float: left;
  box-sizing: border-box;
  display: block;
  position: relative; }
  .opening i {
    position: absolute;
    right: 8%;
    color: black;
    top: 8%; }
  .opening .inside {
    display: block;
    margin: 50px auto;
    color: #000;
    width: 240px; }
    .opening .inside p {
      margin-bottom: 30px;
      color: #000;
      font-size: 18px;
      font-weight: 300;
      line-height: 1.5;
      font-weight: 700; }
    .opening .inside ul {
      list-style-type: disc;
      margin-left: 30px; }
      .opening .inside ul li {
        margin: 60px -50px;
        color: #000;
        font-weight: 600; }

/* about us css */
.first-div {
  width: 90%;
  margin: 0 auto;
  overflow: auto; }

.first-div-1, .first-div-2 {
  width: 50%;
  float: left; }

/* about us css ends */
.group {
  position: relative;
  margin-bottom: 45px; }

input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #757575; }
  input:focus {
    outline: none; }

/* ====== LABEL ====== */
.form-label {
  color: #e8e8e8;
  font-weight: 300;
  line-height: 1.5;
  position: absolute;
  pointer-events: none;
  display: inline-block;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

/* active state */
input:focus ~ .form-label, input:valid ~ .form-label {
  top: -20px;
  font-size: 16px;
  color: #e8e8e8; }

/* ====== BOTTOM BARS ====== */
.bar {
  position: relative;
  display: block;
  width: 100%;
  height: 2px; }
  .bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #ceb480;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all; }
  .bar:before {
    left: 50%; }
  .bar:after {
    right: 50%; }

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width: 50%; }

/* ====== HIGHLIGHTER ====== */
.highlight {
  position: absolute;
  height: 60%;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5; }

/* active state */
input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease; }

/* ====== ANIMATIONS ====== */
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE; }
  to {
    width: 0;
    background: transparent; } }
@keyframes inputHighlighter {
  from {
    background: #5264AE; }
  to {
    width: 0;
    background: transparent; } }
/* ====== UPLOAD BUTTON ====== */
.fa.fa-arrow-up {
  font-size: 15px; }

.wrapper {
  width: 80%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px; }
  .wrapper .file-upload {
    height: 30px;
    width: 50%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid #ceb480;
    overflow: hidden;
    background-image: -webkit-linear-gradient(top, black 50%, #ceb480 50%);
    background-image: linear-gradient(to bottom, black 50%, #ceb480 50%);
    background-size: 100% 200%;
    -webkit-transition: all 1s;
            transition: all 1s;
    color: #FFFFFF;
    font-size: 100px; }
    .wrapper .file-upload input[type='file'] {
      height: 0px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      cursor: pointer; }
    .wrapper .file-upload:hover {
      background-position: 0 -100%;
      color: black; }
  .wrapper p:nth-child(1) {
    width: 50%; }

/* ====== SEND BUTTON ====== */
.send-button {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  width: 120px;
  -webkit-transition: background-color 0.5s;
          transition: background-color 0.5s;
  cursor: pointer;
  padding: 10px 0px;
  outline: none; }
  .send-button:hover {
    background-color: #000;
    color: #ceb480; }
  .send-button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-transition: 0.5s;
            transition: 0.5s; }

#career-form-id .send-button {
  background-color: #000;
  border: 1px solid #ceb480;
  color: #ceb480;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  width: 120px;
  -webkit-transition: background-color 0.5s;
          transition: background-color 0.5s;
  cursor: pointer;
  padding: 10px 0;
  outline: none; }
  #career-form-id .send-button:hover {
    background-color: #ceb480;
    color: #000; }
  #career-form-id .send-button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-transition: 0.5s;
            transition: 0.5s; }

.form-wrapper .send-button {
  background-color: #000;
  border: 1px solid #ceb480;
  color: #ceb480;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  width: 120px;
  -webkit-transition: background-color 0.5s;
          transition: background-color 0.5s;
  cursor: pointer;
  padding: 10px 0;
  outline: none; }
  .form-wrapper .send-button:hover {
    background-color: #ceb480;
    color: #000; }
  .form-wrapper .send-button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-transition: 0.5s;
            transition: 0.5s; }

/* ====== FOOTER ====== */
.zar-footer {
  width: 100%;
  background-color: #1a1a1a;
  position: relative;
  float: left;
  bottom: 0;
  left: 0;
  margin-top: 0px; }

@media (max-width: 991px) {
  .career-whole {
    width: 90%; }

  .wrapper {
    width: 100%; } }
@media (max-width: 767px) {
  .opening {
    width: 100%; }

  .form {
    width: 100%;
    margin-left: 0px;
    padding: 0; }

  .career-para p:nth-child(3) {
    width: 100%; } }
@media (max-width: 480px) {
  .wrapper {
    width: 100%;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial; }
    .wrapper p:nth-child(1) {
      width: auto;
      float: left;
      padding: 0 15px 0 0; }
    .wrapper .file-upload {
      width: 30%; }

  .career-whole {
    margin: 0 auto; }
    .career-whole .form {
      border: 0;
      padding: 20px 0 0 0;
      margin: 0;
      margin-bottom: 40px; }
    .career-whole .opening {
      margin-bottom: 40px; }

  .career-whole .send-button {
    padding: 0; }

  .career-whole .send-wrapper {
    text-align: center; }

  .opening .inside p {
    margin: 0; }

  .opening .inside ul li {
    margin: 30px -50px; }

  .opening .inside ul li:nth-last-child(1) {
    margin-bottom: 0; } }
/* ====== Contact Us Css Starts ====== */
.contact-page {
  padding-top: 96px;
  width: 100%;
  height: auto; }
  .contact-page img {
    width: 100%;
    height: auto; }

.contact-us-whole {
  width: 80%;
  margin: 50px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -220px; }

.faa-group {
  margin-top: 10px; }

.digits,
.digits a {
  color: #000; }

.top-new-text {
  font-size: 40% !important;
  top: -1.5em !important; }

.contact-us-whole .form-contact-us {
  width: 50%;
  box-sizing: border-box;
  float: left;
  background-color: white;
  padding: 40px;
  border: 1px solid #ccc;
  position: relative; }
  .contact-us-whole .form-contact-us .form-header {
    margin-bottom: 15px; }
    .contact-us-whole .form-contact-us .form-header img {
      float: right;
      margin-top: 6px; }

.address-content {
  margin-left: 25px;
  display: inline-block;
  vertical-align: top; }
  .address-content .email {
    text-transform: lowercase;
    color: #000; }
  .address-content p {
    margin: 0; }

.address-block {
  margin-bottom: 45px; }

.contact-us-whole .form-contact-us input {
  color: #ceb480;
  padding: 10px 0px 10px 0px; }
.contact-us-whole .form-contact-us .wrapper {
  margin-bottom: 45px;
  display: initial; }
  .contact-us-whole .form-contact-us .wrapper .file-upload {
    width: 25%;
    border: 2px; }
.contact-us-whole .form-contact-us .form-label {
  color: black; }
.contact-us-whole .form-contact-us input:focus ~ .form-label, .contact-us-whole .form-contact-us input:valid ~ .form-label {
  color: black; }
.contact-us-whole .form-contact-us h3 {
  color: #ceb480;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-family: 'Buenard', serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px; }

/* active state */
.contact-us-whole .contact-us-inside h3 {
  padding: 0;
  margin-top: 0px;
  font-family: 'Buenard', serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.contact-us-whole .contact-us-right {
  background-color: #ceb480;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 40px;
  position: relative; }
  .contact-us-whole .contact-us-right .contact-us-inside {
    display: table;
    color: #000; }

input[type='submit'] {
  height: 0px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer; }

.social-icons a {
  color: black;
  margin-right: 10px; }
.social-icons i {
  color: black;
  font-size: 18px !important;
  margin-right: 5px; }

/*.social-icons a
{
   border-right: 1px solid black;
}

.social-icons a:last-child
{
   border-right: none;
}*/
.google-icon {
  float: right;
  position: absolute;
  border-radius: 2px;
  top: -22px;
  right: 22px; }

@media (max-width: 991px) {
  .social-icons {
    display: none; } }
@media (max-width: 967px) {
  .contact-us-whole {
    width: 100%;
    display: inline; }

  .contact-us-whole .form-contact-us {
    width: 70%;
    margin: 15%;
    margin-top: -100px; }

  .contact-us-whole .contact-us-right {
    width: 70%;
    margin: 15%;
    margin-top: -30px; } }
@media (max-width: 527px) {
  .address-content {
    display: block;
    margin-top: -30px; }

  .address-block .zar-tel {
    display: block; } }
@media (max-width: 580px) {
  .contact-us-whole .form-contact-us {
    width: 90%;
    margin: 5%;
    padding: 20px; }

  .contact-us-whole .contact-us-right {
    width: 90%;
    margin: 5%;
    padding: 20px; } }
/* ====== Product Category ====== */
html {
  height: 100%; }

.sr .row .col {
  visibility: hidden; }

.first-page {
  margin-top: 50px;
  display: table;
  width: 100%;
  height: 100%; }

.second-page {
  margin-top: 30px;
  position: relative; }

.product-quote {
  text-align: center;
  width: 50%;
  padding: 0;
  display: inline-block;
  margin: 5% 25%;
  color: #ceb380; }

.quote-text {
  text-align: center;
  margin: 0;
  padding: 25px; }

.container-product {
  width: 90%;
  margin: auto; }
  .container-product * {
    box-sizing: border-box; }

/*.container-product:after
{
	content: "";
	display: table;
	clear:both;
}*/
.row:before, row:after {
  content: "";
  display: table;
  clear: both; }

[class*='cell-'] {
  float: left;
  width: 30%;
  box-sizing: border-box;
  margin: 1.66666666667%; }
  [class*='cell-'] p {
    color: #ceb380;
    text-align: center; }

.col img {
  width: 100%;
  border: 1px solid #ceb480; }

/*Code on 30 Dec 2016*/
.first-page-wrapper {
  display: table-row;
  width: 100%; }
  .first-page-wrapper img {
    width: 100%;
    display: inline-block; }

.first-page-wrapper .left-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  left: -50%;
  width: 50%;
  background-color: white;
  border: 1px solid green;
  box-sizing: border-box
  /*position: absolute;*/ }

.first-page-wrapper .right-image {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  right: -50%;
  width: 50%;
  background-color: black;
  box-sizing: border-box; }
  .first-page-wrapper .right-image a {
    position: absolute;
    bottom: 0px;
    right: 60px;
    width: 30px;
    z-index: 999; }

.first-page-wrapper .box-content p, h1, h3, .under-subheading {
  color: black;
  padding: 0 40px; }

.first-page-wrapper .box-content p:first-child {
  color: #ceb480; }

.first-page-wrapper .left-content .box-content h3 {
  margin: 0px;
  color: #ceb480; }
.first-page-wrapper .left-content .box-content .type-desc {
  color: #ceb480; }

.under-subheading {
  color: #ceb480; }
  .under-subheading .line {
    height: 2px;
    width: 40px;
    display: inline-block;
    background-color: #ceb480;
    vertical-align: middle; }

@media all and (max-width: 800px) {
  [class*='cell-'] {
    width: 45%;
    margin: 2.5%; }

  .first-page {
    height: auto;
    position: relative; }

  .first-page-wrapper {
    height: auto;
    position: relative;
    overflow: hidden;
    width: 100%; } }
@media (max-width: 767px) {
  .first-page {
    display: block; }
    .first-page .first-page-wrapper {
      display: block; }
      .first-page .first-page-wrapper .right-image {
        display: block;
        width: 100%;
        right: 0; }
      .first-page .first-page-wrapper .left-content {
        display: block;
        width: 100%;
        left: 0; }

  .drag-drop-container {
    margin-left: -25px; }

  .drag-content {
    left: 96px !important; }

  .product-quote {
    text-align: center;
    width: 70%;
    padding: 0;
    display: block;
    margin: 5% auto;
    color: #ceb380;
    overflow: auto; }
    .product-quote i.fa-quote-left {
      float: left; }
    .product-quote .quote-text {
      padding: 0;
      display: block;
      clear: both; }
    .product-quote i.fa-quote-right {
      float: right; } }
@media all and (max-width: 650px) {
  [class*='cell-'] {
    width: 90%;
    margin: 5%; } }
.register-form {
  width: 90%;
  margin: auto;
  margin-top: 50px; }

.career-para a.log-in {
  margin-left: 5px;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px; }

.form-wrapper {
  overflow: auto; }
  .form-wrapper .buttons {
    width: 100%;
    float: left;
    text-align: center;
    margin: 30px 0 50px 0; }
    .form-wrapper .buttons .send-button:nth-child(1) {
      margin-right: 15px; }
    .form-wrapper .buttons .send-button:nth-child(2) {
      margin-left: 15px; }

.form-part-width {
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding: 0px 50px; }
  .form-part-width .group {
    position: relative;
    margin: 15px 0px 40px 0px; }
  .form-part-width .first {
    float: right;
    width: 100%;
    max-width: 320px; }
  .form-part-width .second {
    float: left;
    width: 100%;
    max-width: 320px; }
  .form-part-width .first input, .form-part-width .second input {
    border: 0px solid;
    border-bottom: 1px solid #ccc;
    outline: 0;
    width: 100%;
    color: #ceb480;
    background-color: transparent;
    padding: 10px 0px; }
  .form-part-width label {
    display: block;
    text-transform: capitalize; }

label.error {
  color: red;
  position: absolute;
  bottom: -26px;
  z-index: -1; }

@media (max-width: 767px) {
  .form-wrapper {
    overflow: visible; }

  .register-form {
    width: 80%; }

  .form-part-width {
    width: 100%;
    padding: 0; }
    .form-part-width .first, .form-part-width .second {
      float: none;
      margin: auto; } }
.form .login-link {
  text-align: center;
  margin: 15px 0 0 0;
  padding: 0; }
  .form .login-link a {
    color: #ceb480;
    text-decoration: none; }

.nicescroll-cursors {
  border: 0 !important;
  background-color: #ceb480 !important; }

.internal-navigation {
  margin-top: 146px; }
  .internal-navigation select {
    width: 200px;
    margin: auto;
    font-size: 13px;
    color: #000;
    outline: none;
    display: none;
    border-radius: 3px;
    padding: 5px;
    box-sizing: border-box; }
  .internal-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-width: 1024px;
    margin: auto;
    overflow: auto;
    display: block; }
    .internal-navigation ul li {
      display: inline-block;
      width: 10%;
      text-align: center;
      float: left; }
      .internal-navigation ul li a {
        color: #ceb480;
        display: inline-block; }
        .internal-navigation ul li a div {
          float: left;
          margin-top: 10px; }
        .internal-navigation ul li a::after {
          background-color: #ceb480;
          width: 10px;
          content: "";
          height: 10px;
          display: none;
          opacity: 0;
          border-radius: 50%;
          margin: 30px auto 0;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
      .internal-navigation ul li a.active div {
        margin-top: 0px; }
      .internal-navigation ul li a.active::after {
        display: block;
        opacity: 1; }

@media (max-width: 991px) {
  .internal-navigation select {
    display: block; }

  .internal-navigation ul {
    display: none; } }
@media (min-width: 767px) {
  .sticky-footer {
    min-height: calc(100vh - 41px); }

  .zar-footer {
    height: 41px; } }

/*# sourceMappingURL=main.css.map */