/**
 * ----------------------------------------------
 * COLOR CODES
 * ----------------------------------------------
 *
*/
/**
 * ----------------------------------------------
 * Font face
 * 
 */
@font-face {
  font-family: "roboto", sans-serif;
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/roboto-thin.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-thin.woff2") format("woff2"), url("../fonts/roboto-thin.woff") format("woff"), url("../fonts/roboto-thin.ttf") format("truetype"), url("../fonts/roboto-thin.svg#roboto, sans-serif") format("svg"); }

@font-face {
  font-family: "roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-light.woff2") format("woff2"), url("../fonts/roboto-light.woff") format("woff"), url("../fonts/roboto-light.ttf") format("truetype"), url("../fonts/roboto-light.svg#roboto, sans-serif") format("svg"); }

@font-face {
  font-family: "roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-regular.woff2") format("woff2"), url("../fonts/roboto-regular.woff") format("woff"), url("../fonts/roboto-regular.ttf") format("truetype"), url("../fonts/roboto-regular.svg#roboto, sans-serif") format("svg"); }

@font-face {
  font-family: "roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-medium.woff2") format("woff2"), url("../fonts/roboto-medium.woff") format("woff"), url("../fonts/roboto-medium.ttf") format("truetype"), url("../fonts/roboto-medium.svg#roboto, sans-serif") format("svg"); }

@font-face {
  font-family: "roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-bold.woff2") format("woff2"), url("../fonts/roboto-bold.woff") format("woff"), url("../fonts/roboto-bold.ttf") format("truetype"), url("../fonts/roboto-bold.svg#roboto, sans-serif") format("svg"); }

@font-face {
  font-family: "roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-black.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-black.woff2") format("woff2"), url("../fonts/roboto-black.woff") format("woff"), url("../fonts/roboto-black.ttf") format("truetype"), url("../fonts/roboto-black.svg#roboto, sans-serif") format("svg"); }

/*! ===== button rounded style =====*/
.btn-rounded {
  display: inline-block;
  padding: 12px 20px;
  min-width: 120px;
  text-align: center;
  background-color: #3aafe1;
  color: #ffffff;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  border-radius: 5px;
  border: 2px solid #3aafe1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn-rounded.btn-o {
    background-color: #ffffff;
    color: #3aafe1;
    border-color: #3aafe1; }

.btn-rounded:hover, .btn-rounded:focus {
  background-color: #1b86b3;
  border-color: #1b86b3;
  outline: none;
  color: #ffffff; }

/*! ===== button square style =====*/
.btn-square {
  display: inline-block;
  padding: 12px 20px;
  min-width: 120px;
  text-align: center;
  background-color: #3aafe1;
  color: #ffffff;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  border-radius: 0;
  border: 2px solid #3aafe1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn-square.btn-o {
    background-color: #ffffff;
    color: #3aafe1;
    border-color: #3aafe1; }

.btn-square:hover, .btn-square:focus {
  background-color: #1b86b3;
  border-color: #1b86b3;
  outline: none;
  color: #ffffff; }

.btn-circle {
  /*===== button circle style =====*/
  display: inline-block;
  padding: 12px 20px;
  min-width: 120px;
  text-align: center;
  background-color: #3aafe1;
  color: #ffffff;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  border-radius: 25px;
  border: 2px solid #3aafe1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn-circle.btn-o {
    background-color: #ffffff;
    color: #3aafe1;
    border-color: #3aafe1; }

.btn-circle:hover, .btn-circle:focus {
  background-color: #1b86b3;
  border-color: #1b86b3;
  outline: none;
  color: #ffffff; }

/*===== heading style 1 =====*/
.heading-1 {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-size: 70px;
  color: #2e3c40; }

/*===== heading style 2 =====*/
.heading-2 {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #2e3c40; }

/*===== heading style 3 =====*/
.heading-3 {
  font-family: "roboto", sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #2e3c40; }

/*===== heading style 4 =====*/
.heading-4 {
  font-family: "roboto", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #2e3c40; }

.heading-5 {
  /*===== heading style 5 =====*/
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #2e3c40; }

/*===== heading style 6 =====*/
.heading-6 {
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #2e3c40; }

/*===== paragraph style 1 =====*/
.p-text {
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #616161;
  line-height: 25px;
  margin: 0px; }

/*! ===== link style =====*/
.link-text {
  text-decoration: none;
  font-family: "roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #3aafe1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .link-text:hover, .link-text:focus {
    text-decoration: none;
    outline: none;
    color: #1b86b3; }

/**
 * ----------------------------------------------
 * SIMPLE RESET
 * ----------------------------------------------
 */
* {
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  background-color: #ffffff; }

/**
 * ----------------------------------------------
 * CUSTOM CLASS
 * ----------------------------------------------
 */
.page-wrapper {
  position: relative; }

.fix-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 500px) {
    .fix-container {
      padding: 0 3%; } }
  @media only screen and (min-width: 500px) and (max-width: 800px) {
    .fix-container {
      padding: 0 3%; } }

.bottom-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  padding: 0 60px; }
  .bottom-nav .bottom-text a {
    font-family: GeezaPro;
    font-size: 36px;
    color: #AD6E05;
    text-decoration: none; }
  .bottom-nav .center {
    display: inline-block; }

@media only screen and (max-width: 767px) {
  .bottom-nav {
    display: none; } }

.white-space {
  height: 130px;
  width: 100%; }
  @media only screen and (min-width: 1370px) {
    .white-space {
      height: 160px; } }
  @media only screen and (max-width: 500px) {
    .white-space {
      height: 80px; } }
  @media only screen and (max-width: 400px) {
    .white-space {
      height: 50px; } }

.fix {
  margin: 0px;
  padding: 0px; }

.p-none {
  padding: 0px; }

.m-none {
  margin: 0px; }

.clear {
  clear: both; }

/*! ===== input field style =====*/
.input-field {
  border: 1px solid #616161;
  padding: 12px;
  border-radius: 5px;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 14px; }
  .input-field:hover::-webkit-input-placeholder, .input-field:focus::-webkit-input-placeholder {
    color: #616161;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .input-field:hover:-ms-input-placeholder, .input-field:focus:-ms-input-placeholder {
    color: #616161;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .input-field:hover::placeholder, .input-field:focus::placeholder {
    color: #616161;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.pop-over-st {
  width: 482px;
  background-color: #bd995c;
  color: #fff;
  padding: 20px;
  text-align: right;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(179, 179, 179, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(179, 179, 179, 0.1);
  display: none;
  position: absolute;
  right: 0px;
  bottom: 0px; }
  @media only screen and (max-width: 932px) {
    .pop-over-st {
      width: 432px; } }
  @media only screen and (max-width: 480px) {
    .pop-over-st {
      width: 320px; } }
  @media only screen and (max-width: 940px) {
    .pop-over-st {
      display: block; } }
  .pop-over-st .left-side-box {
    float: left;
    width: 40%;
    padding-right: 10px;
    padding-left: 50px;
    text-align: right; }
    @media only screen and (max-width: 932px) {
      .pop-over-st .left-side-box {
        padding-left: 20px;
        width: 30%; } }
    @media only screen and (max-width: 932px) {
      .pop-over-st .left-side-box {
        padding-left: 0px;
        width: 20%;
        padding-right: 0px; } }
    .pop-over-st .left-side-box h2 {
      font-family: "GE Dinar One Medium",'Montserrat', sans-serif;
      text-align: right;
      font-size: 24px; }
  .pop-over-st .right-side-box {
    float: right;
    position: relative;
    width: 60%; }
    .pop-over-st .right-side-box img {
      position: absolute;
      right: 0px;
      top: -90px; }
      @media only screen and (max-width: 932px) {
        .pop-over-st .right-side-box img {
          width: 220px; } }
      @media only screen and (max-width: 932px) {
        .pop-over-st .right-side-box img {
          width: 180px;
          top: -60px; } }
    .pop-over-st .right-side-box p {
      font-family: "GE Dinar One Medium",'Montserrat', sans-serif;
      font-size: 14px;
      text-align: right;
      margin-top: 70px; }
  .pop-over-st::after {
    content: "";
    display: table;
    clear: both; }

@media only screen and (max-width: 767px) {
  .desk-menu {
    display: none; } }

.desk-menu .humberger-menu-box .menu-icon2 {
  border: none;
  text-align: center;
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
  margin-right: 0;
  padding: 7px;
  background: transparent;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer; }
  .desk-menu .humberger-menu-box .menu-icon2:after {
    width: 40px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    border: none;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-name: intervalHamburgerBorder;
    animation-name: intervalHamburgerBorder;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .desk-menu .humberger-menu-box .menu-icon2.open span {
    -webkit-animation: inherit;
    animation: inherit;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 30%;
    -ms-transform-origin: 30%;
    transform-origin: 30%;
    margin: 3px 0; }
    .desk-menu .humberger-menu-box .menu-icon2.open span:nth-child(2) {
      -webkit-animation: inherit;
      animation: inherit;
      display: none; }
    .desk-menu .humberger-menu-box .menu-icon2.open span:nth-child(3) {
      -webkit-animation: inherit;
      animation: inherit;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform-origin: 35%;
      -ms-transform-origin: 35%;
      transform-origin: 35%; }
  .desk-menu .humberger-menu-box .menu-icon2 span {
    width: 24px;
    height: 2.8px;
    background: #BD995D;
    display: block;
    border-radius: 3px;
    margin: 5px 0;
    -webkit-animation: move 1.5s infinite;
    animation: move 1.5s infinite;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .desk-menu .humberger-menu-box .menu-icon2 span:nth-child(2) {
      -webkit-animation: move 1.5s infinite;
      animation: move 1.6s infinite;
      width: 20px; }
    .desk-menu .humberger-menu-box .menu-icon2 span:nth-child(3) {
      -webkit-animation: move 1.5s infinite;
      animation: move 1.7s infinite;
      width: 24px;
      height: 2.8px !important; }
  .desk-menu .humberger-menu-box .menu-icon2:hover span {
    width: 24px;
    -webkit-animation: paused;
    animation: paused; }

.desk-menu .humberger-menu-box .drop-menu {
  position: fixed;
  z-index: 9;
  width: 300px;
  min-height: 600px;
  background-color: #ffffff;
  top: 0;
  right: 0;
  padding: 60px 0;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: all 0.8s cubic-bezier(0.57, -0.52, 0.59, 1.43);
  -moz-transition: all 0.8s cubic-bezier(0.57, -0.52, 0.59, 1.43);
  -o-transition: all 0.8s cubic-bezier(0.57, -0.52, 0.59, 1.43);
  transition: all 0.8s cubic-bezier(0.57, -0.52, 0.59, 1.43); }
  .desk-menu .humberger-menu-box .drop-menu.open {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  .desk-menu .humberger-menu-box .drop-menu .menu-list {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-top: 70px; }
  .desk-menu .humberger-menu-box .drop-menu .menu-item {
    text-align: center; }
    .desk-menu .humberger-menu-box .drop-menu .menu-item a {
      font-family: GeezaPro;
      font-size: 36px;
      color: #25272A;
      text-align: right;
      text-decoration: none;
      margin: 7px 0;
      display: inline-block;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      position: relative; }
      .desk-menu .humberger-menu-box .drop-menu .menu-item a:after {
        content: '';
        width: 0%;
        height: 10px;
        border-radius: 10px;
        background-color: #FF73B3;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }

.page-wrapper .navbar-default {
  background-color: #ffffff;
  border-color: transparent;
  position: fixed;
  z-index: 2;
  width: 100%;
  padding: 20px 0;
  opacity: 0.9;
  display: none; }
  @media only screen and (max-width: 767px) {
    .page-wrapper .navbar-default {
      display: block;
      padding-top: 6px;
      padding-bottom: 0px; } }
  .page-wrapper .navbar-default.cavallo-menu {
    margin-bottom: 0;
    border: none;
    border-radius: 0; }
    .page-wrapper .navbar-default.cavallo-menu .navbar-header {
      margin: 0; }
      .page-wrapper .navbar-default.cavallo-menu .navbar-header .humberger-menu-box {
        display: none; }
        @media only screen and (max-width: 767px) {
          .page-wrapper .navbar-default.cavallo-menu .navbar-header .humberger-menu-box {
            display: inline-block;
            float: right; } }
        .page-wrapper .navbar-default.cavallo-menu .navbar-header .humberger-menu-box .menu-icon {
          border: none;
          text-align: center;
          position: relative;
          width: 40px;
          height: 40px;
          display: block;
          margin: 0 auto;
          margin-right: 0;
          padding: 7px;
          background: transparent;
          border-radius: 50%;
          z-index: 10;
          cursor: pointer; }
          .page-wrapper .navbar-default.cavallo-menu .navbar-header .humberger-menu-box .menu-icon:after {
            width: 40px;
            height: 40px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            pointer-events: none;
            border: none;
            -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
            -webkit-animation-name: intervalHamburgerBorder;
            animation-name: intervalHamburgerBorder;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
          .page-wrapper .navbar-default.cavallo-menu .navbar-header .humberger-menu-box .menu-icon.open span {
            -webkit-animation: inherit;
            animation: inherit;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transform-origin: 30%;
            -ms-transform-origin: 30%;
            transform-origin: 30%;
            margin: 3px 0; }
            .page-wrapper .navbar-default.cavallo-menu .navbar-header .humberger-menu-box .menu-icon.open span:nth-child(2) {
              -webkit-animation: inherit;
              animation: inherit;
              display: none; }
            .page-wrapper .navbar-default.cavallo-menu .navbar-header .humberger-menu-box .menu-icon.open span:nth-child(3) {
              -webkit-animation: inherit;
              animation: inherit;
              -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
              -webkit-transform-origin: 35%;
              -ms-transform-origin: 35%;
              transform-origin: 35%; }
          .page-wrapper .navbar-default.cavallo-menu .navbar-header .humberger-menu-box .menu-icon span {
            width: 24px;
            height: 2.8px;
            background: #BD995D;
            display: block;
            border-radius: 3px;
            margin: 5px 0;
            -webkit-animation: move 1.5s infinite;
            animation: move 1.5s infinite;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
            .page-wrapper .navbar-default.cavallo-menu .navbar-header .humberger-menu-box .menu-icon span:nth-child(2) {
              -webkit-animation: move 1.5s infinite;
              animation: move 1.6s infinite;
              width: 20px; }
            .page-wrapper .navbar-default.cavallo-menu .navbar-header .humberger-menu-box .menu-icon span:nth-child(3) {
              -webkit-animation: move 1.5s infinite;
              animation: move 1.7s infinite;
              width: 24px;
              height: 2.8px !important; }
          .page-wrapper .navbar-default.cavallo-menu .navbar-header .humberger-menu-box .menu-icon:hover span {
            width: 24px;
            -webkit-animation: paused;
            animation: paused; }
        .page-wrapper .navbar-default.cavallo-menu .navbar-header .humberger-menu-box .drop-menu {
          position: fixed;
          z-index: 9;
          width: 300px;
          min-height: 600px;
          background-color: #ffffff;
          top: 0;
          right: 0;
          padding: 60px 0;
          -webkit-transform: translateX(110%);
          -moz-transform: translateX(110%);
          -ms-transform: translateX(110%);
          -o-transform: translateX(110%);
          transform: translateX(110%);
          -webkit-transition: all 0.8s cubic-bezier(0.57, -0.52, 0.59, 1.43);
          -moz-transition: all 0.8s cubic-bezier(0.57, -0.52, 0.59, 1.43);
          -o-transition: all 0.8s cubic-bezier(0.57, -0.52, 0.59, 1.43);
          transition: all 0.8s cubic-bezier(0.57, -0.52, 0.59, 1.43); }
          .page-wrapper .navbar-default.cavallo-menu .navbar-header .humberger-menu-box .drop-menu.open {
            -webkit-transform: translateX(0%);
            -moz-transform: translateX(0%);
            -ms-transform: translateX(0%);
            -o-transform: translateX(0%);
            transform: translateX(0%); }
          .page-wrapper .navbar-default.cavallo-menu .navbar-header .humberger-menu-box .drop-menu .menu-list {
            max-width: 1170px;
            width: 100%;
            margin: 0 auto;
            text-align: left;
            padding-top: 70px; }
          .page-wrapper .navbar-default.cavallo-menu .navbar-header .humberger-menu-box .drop-menu .menu-item {
            text-align: center; }
            .page-wrapper .navbar-default.cavallo-menu .navbar-header .humberger-menu-box .drop-menu .menu-item a {
              font-family: GeezaPro;
              font-size: 36px;
              color: #25272A;
              text-align: right;
              text-decoration: none;
              margin: 7px 0;
              display: inline-block;
              -webkit-transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out;
              position: relative; }
              .page-wrapper .navbar-default.cavallo-menu .navbar-header .humberger-menu-box .drop-menu .menu-item a:after {
                content: '';
                width: 0%;
                height: 10px;
                border-radius: 10px;
                background-color: #FF73B3;
                position: absolute;
                top: 50%;
                left: 0;
                z-index: -1;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out; }
      .page-wrapper .navbar-default.cavallo-menu .navbar-header .cavallo-logo {
        padding: 6px 15px; }

.page-wrapper nav.dextop-menu {
  padding: 80px 60px;
  position: fixed;
  width: 100%;
  z-index: 1;
  padding-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .page-wrapper nav.dextop-menu {
      display: none; } }
  .page-wrapper nav.dextop-menu a {
    font-family: GeezaPro;
    font-size: 36px;
    color: #272116;
    text-align: right; }
    .page-wrapper nav.dextop-menu a:hover, .page-wrapper nav.dextop-menu a:focus {
      text-decoration: none;
      color: #AD6E05; }

.page-wrapper header .header-slider .item-img-1 {
  background: url(../images/home-bg.jpg); }
  @media only screen and (max-width: 767px) {
    .page-wrapper header .header-slider .item-img-1 {
      background: url(../images/home-bg-mob.jpg); } }

.page-wrapper header .header-slider .visibility-hidden {
  visibility: hidden; }

.page-wrapper header .header-slider .containt-wrapper {
  background: url(../images/about-video-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 160px; }
  @media only screen and (max-width: 991px) {
    .page-wrapper header .header-slider .containt-wrapper {
      height: 500px; } }
  @media only screen and (max-width: 48px) {
    .page-wrapper header .header-slider .containt-wrapper {
      height: 400px; } }

.page-wrapper header .header-slider .slider-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative; }
  @media only screen and (max-width: 480px) {
    .page-wrapper header .header-slider .slider-img {
      height: 600px; } }
  .page-wrapper header .header-slider .slider-img .containt {
    padding: 250px 0;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .page-wrapper header .header-slider .slider-img .containt {
        padding: 180px 0; } }
    @media only screen and (max-width: 480px) {
      .page-wrapper header .header-slider .slider-img .containt {
        padding: 150px 0;
        padding-top: 100px; } }
    @media only screen and (max-width: 480px) {
      .page-wrapper header .header-slider .slider-img .containt .logo-center {
        display: none; } }
    .page-wrapper header .header-slider .slider-img .containt .logo-center img {
      max-width: 100% !important;
      width: 192px;
      height: auto;
      margin: 100px auto 0px; }
    .page-wrapper header .header-slider .slider-img .containt .video-img {
      position: relative; }
      @media only screen and (max-width: 767px) {
        .page-wrapper header .header-slider .slider-img .containt .video-img {
          height: 400px;
          margin-top: 20px; } }
      @media only screen and (max-width: 480px) {
        .page-wrapper header .header-slider .slider-img .containt .video-img {
          height: 200px;
          margin-top: 20px; } }
      .page-wrapper header .header-slider .slider-img .containt .video-img .play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
        @media only screen and (max-width: 991px) {
          .page-wrapper header .header-slider .slider-img .containt .video-img .play-icon {
            top: 30%; } }
        @media only screen and (max-width: 767px) {
          .page-wrapper header .header-slider .slider-img .containt .video-img .play-icon {
            top: 8%; } }
        @media only screen and (max-width: 480px) {
          .page-wrapper header .header-slider .slider-img .containt .video-img .play-icon {
            top: 50%;
            display: block; } }
        .page-wrapper header .header-slider .slider-img .containt .video-img .play-icon a i {
          width: 84px;
          height: 84px;
          border-radius: 50%;
          line-height: 84px;
          text-align: center;
          background: #FFFFFF;
          font-size: 20px;
          color: #7b836c; }
          @media only screen and (max-width: 480px) {
            .page-wrapper header .header-slider .slider-img .containt .video-img .play-icon a i {
              width: 45px;
              height: 45px;
              line-height: 44px;
              font-size: 18px; } }
      .page-wrapper header .header-slider .slider-img .containt .video-img .about-video-text {
        max-width: 293px;
        direction: rtl;
        float: right;
        margin-right: 30px;
        margin-top: 100px;
        position: absolute;
        right: 0;
        top: 30%; }
        .page-wrapper header .header-slider .slider-img .containt .video-img .about-video-text h3 {
          font-family: GeezaPro;
          font-size: 48px;
          color: #FFFFFF;
          text-align: right; }
    .page-wrapper header .header-slider .slider-img .containt .bottom-text {
      position: absolute;
      bottom: 105px;
      right: 100px; }
      @media only screen and (max-width: 991px) {
        .page-wrapper header .header-slider .slider-img .containt .bottom-text {
          top: 70%;
          right: 10%; } }
      @media only screen and (max-width: 480px) {
        .page-wrapper header .header-slider .slider-img .containt .bottom-text {
          top: 100%;
          right: 20%; } }
      .page-wrapper header .header-slider .slider-img .containt .bottom-text .slider-number {
        font-family: Baskerville;
        color: #121216;
        text-align: right; }
        .page-wrapper header .header-slider .slider-img .containt .bottom-text .slider-number a {
          text-decoration: none; }
          .page-wrapper header .header-slider .slider-img .containt .bottom-text .slider-number a span {
            font-family: Baskerville;
            color: #121216;
            text-align: right; }
          .page-wrapper header .header-slider .slider-img .containt .bottom-text .slider-number a .count-1st {
            font-size: 36px;
            position: relative; }
            .page-wrapper header .header-slider .slider-img .containt .bottom-text .slider-number a .count-1st:after {
              content: " ";
              width: 38px;
              height: 1px;
              background: #121216;
              position: absolute;
              top: 5px; }
          .page-wrapper header .header-slider .slider-img .containt .bottom-text .slider-number a .count-2nd {
            font-size: 14px;
            position: absolute;
            top: 2px;
            right: -57px; }
      .page-wrapper header .header-slider .slider-img .containt .bottom-text .intro-text h2 {
        font-family: GeezaPro;
        font-size: 64px;
        color: #121216;
        text-align: right; }
        @media only screen and (max-width: 991px) {
          .page-wrapper header .header-slider .slider-img .containt .bottom-text .intro-text h2 {
            font-size: 54px; } }
        @media only screen and (max-width: 767px) {
          .page-wrapper header .header-slider .slider-img .containt .bottom-text .intro-text h2 {
            font-size: 44px; } }
      .page-wrapper header .header-slider .slider-img .containt .bottom-text.second-slide-bottom-text {
        right: 100px; }
        @media only screen and (max-width: 991px) {
          .page-wrapper header .header-slider .slider-img .containt .bottom-text.second-slide-bottom-text {
            top: 30%;
            right: 10%; } }
        @media only screen and (max-width: 480px) {
          .page-wrapper header .header-slider .slider-img .containt .bottom-text.second-slide-bottom-text {
            top: 37%; } }
        .page-wrapper header .header-slider .slider-img .containt .bottom-text.second-slide-bottom-text .slider-number {
          font-family: Baskerville;
          color: #FFFFFF;
          text-align: right; }
          @media only screen and (max-width: 767px) {
            .page-wrapper header .header-slider .slider-img .containt .bottom-text.second-slide-bottom-text .slider-number {
              text-align: center; } }
          .page-wrapper header .header-slider .slider-img .containt .bottom-text.second-slide-bottom-text .slider-number a {
            text-decoration: none; }
            .page-wrapper header .header-slider .slider-img .containt .bottom-text.second-slide-bottom-text .slider-number a span {
              font-family: Baskerville;
              color: #FFFFFF;
              text-align: right; }
            .page-wrapper header .header-slider .slider-img .containt .bottom-text.second-slide-bottom-text .slider-number a .count-1st {
              font-size: 36px;
              position: relative; }
              @media only screen and (max-width: 767px) {
                .page-wrapper header .header-slider .slider-img .containt .bottom-text.second-slide-bottom-text .slider-number a .count-1st {
                  font-size: 24px; } }
              .page-wrapper header .header-slider .slider-img .containt .bottom-text.second-slide-bottom-text .slider-number a .count-1st:after {
                content: " ";
                width: 38px;
                height: 1px;
                background: #FFFFFF;
                position: absolute;
                top: 5px; }
                @media only screen and (max-width: 767px) {
                  .page-wrapper header .header-slider .slider-img .containt .bottom-text.second-slide-bottom-text .slider-number a .count-1st:after {
                    left: 30px; } }
            .page-wrapper header .header-slider .slider-img .containt .bottom-text.second-slide-bottom-text .slider-number a .count-2nd {
              font-size: 14px;
              font-size: 14px;
              position: absolute;
              top: 2px;
              right: -57px; }
              @media only screen and (max-width: 767px) {
                .page-wrapper header .header-slider .slider-img .containt .bottom-text.second-slide-bottom-text .slider-number a .count-2nd {
                  right: 0; } }
              @media only screen and (max-width: 480px) {
                .page-wrapper header .header-slider .slider-img .containt .bottom-text.second-slide-bottom-text .slider-number a .count-2nd {
                  right: -20px; } }
        .page-wrapper header .header-slider .slider-img .containt .bottom-text.second-slide-bottom-text .intro-text {
          color: #FFFFFF; }
          .page-wrapper header .header-slider .slider-img .containt .bottom-text.second-slide-bottom-text .intro-text h2 {
            font-family: GeezaPro;
            font-size: 64px;
            color: #FFFFFF;
            text-align: right; }
            @media only screen and (max-width: 991px) {
              .page-wrapper header .header-slider .slider-img .containt .bottom-text.second-slide-bottom-text .intro-text h2 {
                font-size: 54px; } }
            @media only screen and (max-width: 767px) {
              .page-wrapper header .header-slider .slider-img .containt .bottom-text.second-slide-bottom-text .intro-text h2 {
                font-size: 44px; } }
            @media only screen and (max-width: 480px) {
              .page-wrapper header .header-slider .slider-img .containt .bottom-text.second-slide-bottom-text .intro-text h2 {
                font-size: 29px; } }

.page-wrapper header .header-slider .owl-nav .owl-prev {
  left: 1%; }

.page-wrapper header .header-slider .owl-nav .owl-next {
  right: 1%;
  float: right; }

.page-wrapper header .header-slider .owl-nav .owl-prev, .page-wrapper header .header-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }
  .page-wrapper header .header-slider .owl-nav .owl-prev:hover, .page-wrapper header .header-slider .owl-nav .owl-next:hover {
    font-size: 25px; }

.page-wrapper .standing-man {
  width: 100%;
  margin: 0px auto;
  position: relative; }
  .page-wrapper .standing-man img {
    width: 100%; }
  @media only screen and (max-width: 991px) {
    .page-wrapper .standing-man .ds-imggg {
      display: none; } }
  .page-wrapper .standing-man .mbl-imggg {
    display: none; }
    @media only screen and (max-width: 991px) {
      .page-wrapper .standing-man .mbl-imggg {
        display: block; } }

.page-wrapper .service {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .page-wrapper .service {
      height: 600px; } }
  .page-wrapper .service .ball-point {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #BD995D;
    display: block;
    position: absolute;
    -webkit-box-shadow: 0 0 0 9px rgba(249, 247, 247, 0.4);
    box-shadow: 0 0 0 9px rgba(249, 247, 247, 0.4);
    z-index: 999;
    cursor: pointer; }
    .page-wrapper .service .ball-point .pop-over-st {
      display: none; }
    .page-wrapper .service .ball-point.active .pop-over-st {
      display: block; }
      @media only screen and (max-width: 940px) {
        .page-wrapper .service .ball-point.active .pop-over-st {
          display: none; } }
      @media only screen and (max-width: 1260px) {
        .page-wrapper .service .ball-point.active .pop-over-st {
          width: 348px; } }
      @media only screen and (max-width: 1260px) {
        .page-wrapper .service .ball-point.active .pop-over-st .left-side-box {
          width: 30%;
          padding-left: 0px; } }
    .page-wrapper .service .ball-point .pop-over-st {
      position: relative;
      top: -21px;
      left: 38px; }
      .page-wrapper .service .ball-point .pop-over-st .angel-img {
        position: absolute;
        left: -13px; }
  .page-wrapper .service .point-1 {
    top: 40%;
    left: 50%; }
    @media only screen and (max-width: 991px) {
      .page-wrapper .service .point-1 {
        top: 46%;
        left: 12%; } }
    @media only screen and (max-width: 400px) {
      .page-wrapper .service .point-1 {
        top: 29%;
        left: 12%; } }
  .page-wrapper .service .point-2 {
    bottom: 30%;
    left: 56%; }
    @media only screen and (max-width: 991px) {
      .page-wrapper .service .point-2 {
        bottom: 30%;
        left: 10%; } }
    @media only screen and (max-width: 400px) {
      .page-wrapper .service .point-2 {
        bottom: 42%;
        left: 10%; } }
  .page-wrapper .service .point-3 {
    bottom: 42%;
    right: 26%; }
    @media only screen and (max-width: 1600px) {
      .page-wrapper .service .point-3 {
        bottom: 44%;
        right: 34%; } }
    @media only screen and (max-width: 400px) {
      .page-wrapper .service .point-3 {
        bottom: 55%;
        right: 30%; } }
  .page-wrapper .service .box-wrapper {
    padding: 400px 0 50px; }
    .page-wrapper .service .box-wrapper .box-right {
      max-width: 450px;
      width: 100%;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 30px;
      background: #FFFFFF;
      -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
      float: right;
      position: relative;
      visibility: hidden; }
      @media only screen and (max-width: 767px) {
        .page-wrapper .service .box-wrapper .box-right {
          max-width: 300px;
          visibility: visible; } }
      .page-wrapper .service .box-wrapper .box-right:before {
        content: " ";
        width: 11px;
        height: 11px;
        background: #ffffff;
        position: absolute;
        margin-top: -40px;
        -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
        clip-path: polygon(50% 0, 0 100%, 100% 100%); }
      .page-wrapper .service .box-wrapper .box-right .left {
        width: 30%;
        padding: 10px 15px; }
        @media only screen and (max-width: 767px) {
          .page-wrapper .service .box-wrapper .box-right .left {
            padding: 5px;
            padding-left: 0; } }
        .page-wrapper .service .box-wrapper .box-right .left h2 {
          font-family: GeezaPro;
          font-size: 24px;
          color: #25272A;
          text-align: right;
          margin: 0;
          direction: rtl; }
          @media only screen and (max-width: 767px) {
            .page-wrapper .service .box-wrapper .box-right .left h2 {
              font-size: 18px; } }
      .page-wrapper .service .box-wrapper .box-right .right {
        width: 70%;
        text-align: right; }
        .page-wrapper .service .box-wrapper .box-right .right img {
          margin-top: -70px; }
          @media only screen and (max-width: 767px) {
            .page-wrapper .service .box-wrapper .box-right .right img {
              width: 160px; } }
        .page-wrapper .service .box-wrapper .box-right .right p {
          margin: 0;
          padding: 30px 0 0 50px; }
          @media only screen and (max-width: 767px) {
            .page-wrapper .service .box-wrapper .box-right .right p {
              padding: 10px 0 0 0px;
              font-size: 12px; } }

.page-wrapper .collections {
  position: relative;
  overflow: hidden; }
  .page-wrapper .collections h2.filter {
    margin-top: 75px; }
    @media only screen and (max-width: 767px) {
      .page-wrapper .collections h2.filter {
        display: none; } }
    .page-wrapper .collections h2.filter a {
      font-family: GeezaPro;
      font-size: 36px;
      color: #AD6E05;
      direction: rtl; }
  .page-wrapper .collections .filter-mobile-text {
    display: none; }
    @media only screen and (max-width: 767px) {
      .page-wrapper .collections .filter-mobile-text {
        display: block; } }
    .page-wrapper .collections .filter-mobile-text h2.filter-colection-mob {
      font-family: GeezaPro;
      font-size: 36px;
      color: #AD6E05;
      text-align: right; }
  .page-wrapper .collections .filter-div {
    direction: rtl;
    display: none; }
    @media only screen and (max-width: 767px) {
      .page-wrapper .collections .filter-div {
        display: block;
        display: none; } }
    .page-wrapper .collections .filter-div .single-filter {
      text-align: right;
      margin: 50px 0; }
      .page-wrapper .collections .filter-div .single-filter .filter-title {
        font-family: GeezaPro-Bold;
        font-size: 18px;
        color: #BD995D;
        letter-spacing: 0;
        text-align: right;
        line-height: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #6D6D70; }
      .page-wrapper .collections .filter-div .single-filter .filter-product-list {
        width: 100%; }
        .page-wrapper .collections .filter-div .single-filter .filter-product-list .single-list {
          width: 100%;
          padding: 10px 0; }
          .page-wrapper .collections .filter-div .single-filter .filter-product-list .single-list .product-quntity {
            width: 50%;
            text-align: left;
            float: left; }
            .page-wrapper .collections .filter-div .single-filter .filter-product-list .single-list .product-quntity a {
              font-family: LibreFranklin-Regular;
              font-size: 14px;
              color: #6D6D70;
              letter-spacing: 1.56px;
              text-align: right;
              line-height: 22px;
              text-decoration: none; }
          .page-wrapper .collections .filter-div .single-filter .filter-product-list .single-list .product-name {
            width: 50%;
            text-align: right;
            float: right; }
            .page-wrapper .collections .filter-div .single-filter .filter-product-list .single-list .product-name a {
              font-family: GeezaPro;
              font-size: 14px;
              color: #6D6D70;
              letter-spacing: 1.56px;
              text-align: right;
              line-height: 22px;
              text-decoration: none; }
  .page-wrapper .collections .view-btn {
    float: left; }
    .page-wrapper .collections .view-btn a {
      font-family: GeezaPro-Bold;
      font-size: 12px;
      border-bottom: 1px solid #767676;
      color: #767676;
      padding-left: 20px;
      padding-right: 10px;
      padding-bottom: 3px;
      text-decoration: none; }
  .page-wrapper .collections .product-single-list {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 50px; }
    @media only screen and (max-width: 768px) {
      .page-wrapper .collections .product-single-list {
        grid-gap: 20px; } }
  .page-wrapper .collections .title {
    text-align: left;
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 400; }
    @media only screen and (max-width: 768px) {
      .page-wrapper .collections .title {
        text-align: center; } }
  .page-wrapper .collections .collections-slider {
    position: relative;
    margin-top: 40px; }
  .page-wrapper .collections .item {
    max-width: 340px;
    width: 100%;
    margin: 0 auto; }
    .page-wrapper .collections .item .img-box {
      width: 100%;
      max-height: 530px;
      height: 100%;
      position: relative; }
    .page-wrapper .collections .item .only-img {
      width: 100%;
      height: 100%; }
      .page-wrapper .collections .item .only-img img {
        width: 100%;
        height: auto;
        -webkit-box-shadow: 1px 1px 2px 0px rgba(93, 83, 83, 0.5);
        box-shadow: 1px 1px 2px 0px rgba(93, 83, 83, 0.5);
        border: 1px solid rgba(132, 125, 125, 0.8); }
    .page-wrapper .collections .item .hover-info {
      position: absolute;
      top: 0;
      left: 0;
      width: 82%;
      height: 88%;
      margin: 30px;
      border: 1px solid #ffffff;
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .page-wrapper .collections .item .btn-box {
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
      padding: 50px 0;
      background-color: rgba(255, 255, 255, 0.8); }
      .page-wrapper .collections .item .btn-box .btn-square {
        background-color: #25272A;
        border: 2px solid #25272A; }
        .page-wrapper .collections .item .btn-box .btn-square:hover {
          background-color: #3aafe1;
          border: 2px solid #3aafe1; }
    .page-wrapper .collections .item .info-box::after {
      content: "";
      display: block;
      clear: both; }
    .page-wrapper .collections .item .info-box .p-text {
      color: #000000; }
    .page-wrapper .collections .item .info-box .name {
      margin: 10px 0;
      font-family: 'Playfair Display', sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #25272A;
      float: right;
      text-align: right;
      width: 50%; }
      .page-wrapper .collections .item .info-box .name .p-text {
        font-family: 'Playfair Display', sans-serif; }
    .page-wrapper .collections .item .info-box .price {
      margin: 10px 0;
      float: left;
      width: 50%;
      text-align: left; }
      .page-wrapper .collections .item .info-box .price .new-price {
        display: inline-block; }
        .page-wrapper .collections .item .info-box .price .new-price .p-text {
          font-family: 'Karla', sans-serif;
          font-weight: 400;
          font-size: 18px;
          color: #767676; }
    .page-wrapper .collections .item:hover .hover-info {
      opacity: 1; }
    @media only screen and (max-width: 768px) {
      .page-wrapper .collections .item {
        min-height: 580px; } }
  .page-wrapper .collections .owl-dots {
    text-align: center;
    margin-top: 20px; }
    .page-wrapper .collections .owl-dots .owl-dot {
      display: inline-block;
      margin: 0 0px; }
      .page-wrapper .collections .owl-dots .owl-dot span {
        display: inline-block;
        width: 40px;
        height: 6px;
        border-radius: 50%;
        background-color: #F1F1F1;
        border-radius: 0px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .page-wrapper .collections .owl-dots .owl-dot.active span {
        width: 40px;
        height: 6px;
        background-color: #1E1D21; }
  .page-wrapper .collections .owl-nav {
    position: absolute;
    left: -50px;
    top: calc(50% - 40px);
    width: calc(100% + 100px);
    z-index: -1; }
    .page-wrapper .collections .owl-nav .owl-prev {
      float: left; }
      .page-wrapper .collections .owl-nav .owl-prev i {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #D0A234;
        color: #D0A234;
        text-align: center;
        line-height: 38px; }
        @media only screen and (max-width: 768px) {
          .page-wrapper .collections .owl-nav .owl-prev i {
            border: 1px solid #fff;
            color: #fff; } }
    .page-wrapper .collections .owl-nav .owl-next {
      text-align: right; }
      .page-wrapper .collections .owl-nav .owl-next i {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #D0A234;
        color: #D0A234;
        text-align: center;
        line-height: 38px; }
        @media only screen and (max-width: 768px) {
          .page-wrapper .collections .owl-nav .owl-next i {
            border: 1px solid #fff;
            color: #fff; } }
    @media only screen and (max-width: 768px) {
      .page-wrapper .collections .owl-nav {
        left: 0;
        z-index: 0;
        width: 100%; } }
  .page-wrapper .collections .collection-menu-section {
    text-align: left;
    margin-top: 40px; }
  .page-wrapper .collections .loading-div {
    text-align: center;
    margin: 80px auto; }
  .page-wrapper .collections .btn-loading {
    color: #767676;
    font-size: 18px; }
  .page-wrapper .collections .view-more-btn {
    float: right; }
    .page-wrapper .collections .view-more-btn a {
      color: #767676;
      font-family: 'Montserrat', sans-serif;
      font-size: 18px;
      font-weight: 500;
      text-decoration: underline; }
  .page-wrapper .collections .collection-menu-list {
    margin: 0; }
    .page-wrapper .collections .collection-menu-list li {
      margin: 0 20px; }
      .page-wrapper .collections .collection-menu-list li a {
        color: #5E5E5E;
        text-decoration: none;
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        font-weight: 500; }
        @media only screen and (max-width: 768px) {
          .page-wrapper .collections .collection-menu-list li a {
            font-size: 16px; } }
      .page-wrapper .collections .collection-menu-list li.active a {
        color: #D0A234;
        text-decoration: line-through; }
      @media only screen and (max-width: 768px) {
        .page-wrapper .collections .collection-menu-list li {
          margin: 0; } }
    @media only screen and (max-width: 768px) {
      .page-wrapper .collections .collection-menu-list {
        text-align: center;
        margin-top: 30px; } }
  .page-wrapper .collections .collection-list-nav {
    margin-top: 50px; }
    .page-wrapper .collections .collection-list-nav .control {
      text-decoration: none;
      color: #5E5E5E;
      margin: 0 15px; }
      .page-wrapper .collections .collection-list-nav .control.mixitup-control-active {
        color: #D0A234;
        text-decoration: line-through;
        font-size: 20px; }
    @media only screen and (max-width: 475px) {
      .page-wrapper .collections .collection-list-nav {
        text-align: center; }
        .page-wrapper .collections .collection-list-nav .control {
          margin: 0; } }
  .page-wrapper .collections .bottom-nav {
    bottom: 40px !important; }
  .page-wrapper .collections .right-fixed {
    padding: 4px 0px;
    position: fixed;
    right: -47px;
    top: 42%;
    width: 0;
    background: #bd995c;
    border-color: #bd995c;
    vertical-align: top;
    transform: rotate(7deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    -o-transform: rotate(90deg);
    /* Opera */
    text-decoration: none;
    display: none;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(93, 83, 83, 0.5);
    box-shadow: 1px 1px 2px 0px rgba(93, 83, 83, 0.5);
    border: 1px solid rgba(132, 125, 125, 0.8); }
    .page-wrapper .collections .right-fixed:hover {
      background: #121216;
      border-color: #121216; }
    @media only screen and (max-width: 767px) {
      .page-wrapper .collections .right-fixed {
        display: block;
        z-index: 1;
        right: -20; } }

.page-wrapper .map-section {
  position: relative;
  overflow: hidden;
  height: 100vh;
  padding-top: 110px; }
  .page-wrapper .map-section #map {
    height: 400px;
    display: block;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .page-wrapper .map-section #map {
        height: 300px;
        margin: 0px auto 0px; } }
  .page-wrapper .map-section ul.map-nav {
    height: 40px;
    margin-bottom: 50px;
    margin-top: 20px; }
    @media only screen and (max-width: 767px) {
      .page-wrapper .map-section ul.map-nav {
        text-align: center; } }
    .page-wrapper .map-section ul.map-nav li {
      margin: 0 20px; }
      @media only screen and (max-width: 767px) {
        .page-wrapper .map-section ul.map-nav li {
          margin: 0 2px; } }
      .page-wrapper .map-section ul.map-nav li:last-child {
        margin-right: 0; }
      .page-wrapper .map-section ul.map-nav li a {
        font-family: GeezaPro-Bold;
        font-size: 14px;
        color: #6D6D70;
        letter-spacing: 0;
        line-height: 20px;
        text-decoration: none;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out; }
        .page-wrapper .map-section ul.map-nav li a:hover {
          font-size: 24px;
          color: #BD995D; }
      .page-wrapper .map-section ul.map-nav li.active a {
        font-size: 24px;
        color: #BD995D;
        letter-spacing: 1.6px;
        line-height: 17.6px; }
  .page-wrapper .map-section .map-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 350px;
    position: relative; }
    .page-wrapper .map-section .map-img .pointer {
      width: 26px;
      height: 26px;
      background: #BD995D;
      border-radius: 50%;
      position: absolute;
      top: 40%;
      left: 30%;
      -webkit-box-shadow: 0 0 0px 12px #FFFFFF;
      box-shadow: 0 0 0px 12px #FFFFFF;
      cursor: pointer; }
      .page-wrapper .map-section .map-img .pointer:nth-child(2) {
        position: absolute;
        top: 53%;
        left: 73%; }
      .page-wrapper .map-section .map-img .pointer:nth-child(3) {
        position: absolute;
        top: 83%;
        left: 48%; }
  .page-wrapper .map-section .map-containt-slider {
    margin-top: 100px; }
    .page-wrapper .map-section .map-containt-slider .item {
      max-width: 300px; }
      @media only screen and (max-width: 768px) {
        .page-wrapper .map-section .map-containt-slider .item {
          margin: 0px auto; } }
      .page-wrapper .map-section .map-containt-slider .item .containt {
        cursor: pointer;
        font-family: GeezaPro;
        font-size: 14px;
        color: #6D6D70;
        text-align: right;
        line-height: 29px; }
        @media only screen and (max-width: 768px) {
          .page-wrapper .map-section .map-containt-slider .item .containt {
            text-align: center; } }
        .page-wrapper .map-section .map-containt-slider .item .containt span {
          font-family: PlayfairDisplay-Regular; }
        .page-wrapper .map-section .map-containt-slider .item .containt .title {
          font-family: GeezaPro-Bold;
          font-size: 24px;
          color: #BD995D;
          position: relative;
          margin-right: 80px;
          margin-left: 40px;
          display: inline-block; }
          .page-wrapper .map-section .map-containt-slider .item .containt .title:before {
            content: " ";
            width: 70px;
            height: 2px;
            background: #BD995D;
            position: absolute;
            right: -124px;
            top: 13px;
            display: none; }
      .page-wrapper .map-section .map-containt-slider .item .bottom-containt {
        font-family: GeezaPro;
        font-size: 14px;
        color: #6D6D70;
        text-align: right;
        line-height: 26px;
        margin-top: 50px; }
        .page-wrapper .map-section .map-containt-slider .item .bottom-containt span {
          font-family: PlayfairDisplay-Regular; }
        .page-wrapper .map-section .map-containt-slider .item .bottom-containt .phone span {
          font-family: PlayfairDisplay-Regular; }
        .page-wrapper .map-section .map-containt-slider .item .bottom-containt .email span {
          font-family: PlayfairDisplay-Regular; }
    .page-wrapper .map-section .map-containt-slider .owl-nav .owl-prev {
      left: 1%; }
    .page-wrapper .map-section .map-containt-slider .owl-nav .owl-next {
      right: 1%;
      float: right; }
    .page-wrapper .map-section .map-containt-slider .owl-nav .owl-prev, .page-wrapper .map-section .map-containt-slider .owl-nav .owl-next {
      position: absolute;
      top: 5%;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
      .page-wrapper .map-section .map-containt-slider .owl-nav .owl-prev:hover, .page-wrapper .map-section .map-containt-slider .owl-nav .owl-next:hover {
        font-size: 25px; }
  .page-wrapper .map-section .bottom-nav {
    bottom: 50px; }

.page-wrapper .contact-us {
  position: relative; }
  .page-wrapper .contact-us .contact-wrapper {
    margin-top: 100px; }
    @media only screen and (max-width: 480px) {
      .page-wrapper .contact-us .contact-wrapper {
        padding-right: 20px; } }
    .page-wrapper .contact-us .contact-wrapper .contact-mobile {
      display: none; }
      @media only screen and (max-width: 767px) {
        .page-wrapper .contact-us .contact-wrapper .contact-mobile {
          display: block;
          margin-bottom: 50px; } }
      .page-wrapper .contact-us .contact-wrapper .contact-mobile h4 {
        color: #AD6E05;
        letter-spacing: 0;
        line-height: 20px;
        margin-bottom: 20px; }
      .page-wrapper .contact-us .contact-wrapper .contact-mobile p {
        font-family: GeezaPro;
        color: #6D6D70;
        letter-spacing: 2px;
        line-height: 26px;
        padding-left: 50px; }
    .page-wrapper .contact-us .contact-wrapper .contact-form form input, .page-wrapper .contact-us .contact-wrapper .contact-form form textarea {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .page-wrapper .contact-us .contact-wrapper .contact-form form.form-horizontal .form-group {
      margin: 10px 0;
      border-bottom: 1px solid rgba(109, 109, 112, 0.3); }
      .page-wrapper .contact-us .contact-wrapper .contact-form form.form-horizontal .form-group:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0;
        border-color: #AD6E05; }
      .page-wrapper .contact-us .contact-wrapper .contact-form form.form-horizontal .form-group .custom-control {
        height: 45px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0;
        border-radius: 0; }
      .page-wrapper .contact-us .contact-wrapper .contact-form form.form-horizontal .form-group .form-control {
        text-align: right;
        font-family: GeezaPro;
        font-size: 18px;
        letter-spacing: 1.2px;
        line-height: 17.6px; }
        .page-wrapper .contact-us .contact-wrapper .contact-form form.form-horizontal .form-group .form-control:focus {
          -webkit-box-shadow: none;
          box-shadow: none;
          outline: 0;
          border-color: #AD6E05; }
        .page-wrapper .contact-us .contact-wrapper .contact-form form.form-horizontal .form-group .form-control::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          font-family: GeezaPro;
          font-size: 18px;
          color: #6D6D70;
          letter-spacing: 1.2px;
          line-height: 17.6px; }
          .page-wrapper .contact-us .contact-wrapper .contact-form form.form-horizontal .form-group .form-control::-webkit-input-placeholder:focus {
            color: #AD6E05; }
      .page-wrapper .contact-us .contact-wrapper .contact-form form.form-horizontal .form-group textarea {
        height: 130px;
        resize: vertical;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0;
        border-radius: 0; }
        .page-wrapper .contact-us .contact-wrapper .contact-form form.form-horizontal .form-group textarea:focus {
          -webkit-box-shadow: none;
          box-shadow: none;
          outline: 0; }
    .page-wrapper .contact-us .contact-wrapper .contact-form form .btn-rounded {
      min-width: 168px;
      height: 42px;
      padding: 0;
      font-family: GeezaPro-Bold;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 2.92px;
      line-height: 19.2px;
      background: #AD6E05;
      border: 0;
      margin-top: 30px; }
    .page-wrapper .contact-us .contact-wrapper .contact-right h4, .page-wrapper .contact-us .contact-wrapper .contact-right p {
      font-family: GeezaPro-Bold;
      font-size: 18px;
      margin: 0; }
    @media only screen and (max-width: 767px) {
      .page-wrapper .contact-us .contact-wrapper .contact-right .contact {
        display: none; } }
    .page-wrapper .contact-us .contact-wrapper .contact-right .contact h4 {
      color: #AD6E05;
      letter-spacing: 0;
      line-height: 20px;
      margin-bottom: 20px; }
    .page-wrapper .contact-us .contact-wrapper .contact-right .contact p {
      font-family: GeezaPro;
      color: #6D6D70;
      letter-spacing: 2px;
      line-height: 26px;
      padding-left: 200px; }
    .page-wrapper .contact-us .contact-wrapper .contact-right .phone {
      margin-top: 80px; }
      .page-wrapper .contact-us .contact-wrapper .contact-right .phone h4 {
        color: #AD6E05;
        letter-spacing: 0;
        line-height: 20px;
        margin-bottom: 20px; }
      .page-wrapper .contact-us .contact-wrapper .contact-right .phone h3 {
        font-family: PlayfairDisplay-Regular;
        font-size: 24px;
        color: #AD6E05;
        letter-spacing: 0;
        text-align: right;
        line-height: 28px;
        margin: 0; }
    .page-wrapper .contact-us .contact-wrapper .contact-right .social {
      margin-top: 60px; }
      @media only screen and (max-width: 767px) {
        .page-wrapper .contact-us .contact-wrapper .contact-right .social {
          display: none; } }
      .page-wrapper .contact-us .contact-wrapper .contact-right .social h4 {
        color: #25272A;
        letter-spacing: 1.2px;
        line-height: 17.6px; }
      .page-wrapper .contact-us .contact-wrapper .contact-right .social .social-site {
        margin-top: 20px; }
        .page-wrapper .contact-us .contact-wrapper .contact-right .social .social-site li {
          margin: 0 5px; }
          .page-wrapper .contact-us .contact-wrapper .contact-right .social .social-site li a {
            text-decoration: none; }
            .page-wrapper .contact-us .contact-wrapper .contact-right .social .social-site li a i {
              color: #AD6E05;
              font-size: 20px; }

.appointment-section {
  padding-top: 0px !important; }

.product-dtls-page {
  height: 750px;
  position: relative;
  padding: 100px 0; }
  .product-dtls-page .single-product-img {
    text-align: center; }
    .product-dtls-page .single-product-img img {
      max-width: 100%; }
  .product-dtls-page .single-product-right {
    margin-top: 100px; }
    @media only screen and (max-width: 991px) {
      .product-dtls-page .single-product-right {
        margin-top: 0; } }
    .product-dtls-page .single-product-right .right-inner {
      padding: 0px 80px; }
      @media only screen and (max-width: 767px) {
        .product-dtls-page .single-product-right .right-inner {
          padding: 0 50px; } }
      @media only screen and (max-width: 480px) {
        .product-dtls-page .single-product-right .right-inner {
          padding: 0px 20px; } }
      .product-dtls-page .single-product-right .right-inner p {
        font-family: PlayfairDisplay-Regular;
        font-size: 12px;
        color: #404040;
        letter-spacing: 0; }
      .product-dtls-page .single-product-right .right-inner .product-code {
        font-family: LibreFranklin-Regular;
        font-size: 14px;
        color: #6D6D70;
        text-align: right; }
      .product-dtls-page .single-product-right .right-inner .single-product-name {
        font-family: GeezaPro;
        font-size: 36px;
        color: #AD6E05;
        text-align: right;
        margin-top: 50px;
        margin-bottom: 25px; }
      .product-dtls-page .single-product-right .right-inner .product-price {
        font-family: LibreFranklin-Regular;
        font-size: 14px;
        color: #25272A;
        letter-spacing: 1.17px;
        text-align: right;
        line-height: 22px; }
      .product-dtls-page .single-product-right .right-inner .dtls {
        font-family: GeezaPro;
        font-size: 18px;
        color: #25272A;
        text-align: right;
        line-height: 24px;
        padding: 20px 0px 20px 0; }
        @media only screen and (max-width: 991px) {
          .product-dtls-page .single-product-right .right-inner .dtls {
            color: #130000; } }
      .product-dtls-page .single-product-right .right-inner .social {
        margin-bottom: 50px; }
        @media only screen and (max-width: 991px) {
          .product-dtls-page .single-product-right .right-inner .social {
            text-align: center; } }
        .product-dtls-page .single-product-right .right-inner .social ul li {
          margin: 0px 10px; }
          .product-dtls-page .single-product-right .right-inner .social ul li:last-child {
            margin-right: 0; }
          .product-dtls-page .single-product-right .right-inner .social ul li a i {
            color: #BD995D; }
      .product-dtls-page .single-product-right .right-inner .enqure {
        text-align: right;
        margin-bottom: 50px; }
        @media only screen and (max-width: 991px) {
          .product-dtls-page .single-product-right .right-inner .enqure {
            text-align: center; } }
        .product-dtls-page .single-product-right .right-inner .enqure .enqure-btn {
          width: 257px;
          font-family: GeezaPro;
          font-size: 14px;
          color: #FFFFFF;
          letter-spacing: 2.92px;
          line-height: 19.2px;
          text-align: center;
          background: #BD995D;
          padding: 15px 90px;
          text-transform: uppercase;
          text-decoration: none;
          margin-top: 10px;
          border: 0;
          outline: 0; }
  .product-dtls-page .bg-color-left {
    margin-top: 100px; }
    .product-dtls-page .bg-color-left .slide-number {
      text-align: left; }
      .product-dtls-page .bg-color-left .slide-number span {
        font-family: Montserrat-Medium;
        font-size: 12px;
        color: #545454;
        letter-spacing: 0;
        text-align: center; }
      .product-dtls-page .bg-color-left .slide-number span.active {
        font-family: Montserrat-Medium;
        font-size: 32px;
        color: #121216;
        letter-spacing: 0;
        text-align: center; }
    .product-dtls-page .bg-color-left .slide-arrow {
      margin-top: 170px;
      text-align: center;
      position: absolute;
      left: 0;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      color: #BD995D; }
      .product-dtls-page .bg-color-left .slide-arrow .left-arrow a {
        color: #BD995D; }
      .product-dtls-page .bg-color-left .slide-arrow .left-arrow:hover {
        opacity: 0.7; }
      .product-dtls-page .bg-color-left .slide-arrow .left-arrow i {
        cursor: pointer; }
      .product-dtls-page .bg-color-left .slide-arrow .right-arrow {
        margin-top: 50px;
        margin-left: 20px; }
        .product-dtls-page .bg-color-left .slide-arrow .right-arrow a {
          color: #BD995D; }
        .product-dtls-page .bg-color-left .slide-arrow .right-arrow:hover {
          opacity: 0.7; }
        .product-dtls-page .bg-color-left .slide-arrow .right-arrow i {
          cursor: pointer; }
  .product-dtls-page .bottom-nav {
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 20px; }
    .product-dtls-page .bottom-nav .bottom-text a {
      font-family: GeezaPro;
      font-size: 36px;
      color: #AD6E05;
      text-decoration: none; }
    .product-dtls-page .bottom-nav .center {
      display: inline-block; }

button.close {
  padding: 20px; }

.appoinment-modal .img-section {
  position: relative; }
  @media only screen and (max-width: 999px) {
    .appoinment-modal .img-section {
      display: none; } }
  .appoinment-modal .img-section img {
    margin: 0 auto; }

.appoinment-modal .form-appoinment {
  max-width: 460px;
  height: 596px;
  padding: 40px 50px;
  margin: 0 auto;
  direction: rtl; }
  @media only screen and (max-width: 991px) {
    .appoinment-modal .form-appoinment {
      padding: 10px; } }
  @media only screen and (max-width: 480px) {
    .appoinment-modal .form-appoinment {
      max-width: 300px; } }
  .appoinment-modal .form-appoinment .form_style {
    font-size: 18px;
    letter-spacing: 0;
    text-align: right;
    height: 60px;
    padding: 17px 0px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #E3E3E3;
    border-radius: 0px;
    font-family: "GE Dinar One Medium",'Playfair Display', serif;
    color: #25272A; }
    .appoinment-modal .form-appoinment .form_style::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-size: 18px;
      color: #767676;
      letter-spacing: 0;
      text-align: right;
      direction: rtl;
      font-family: "GE Dinar One Medium",'Playfair Display', serif;
      color: #25272A; }
      @media screen and (max-width: 480px) {
        .appoinment-modal .form-appoinment .form_style::-webkit-input-placeholder {
          font-size: 16.2px; } }
    .appoinment-modal .form-appoinment .form_style ::-moz-placeholder {
      /* Firefox 19+ */
      font-size: 18px;
      color: #767676;
      letter-spacing: 0;
      text-align: left; }
    .appoinment-modal .form-appoinment .form_style :-ms-input-placeholder {
      /* IE 10+ */
      font-size: 18px;
      color: #767676;
      letter-spacing: 0;
      text-align: left; }
    .appoinment-modal .form-appoinment .form_style :-moz-placeholder {
      /* Firefox 18- */
      font-size: 18px;
      color: #767676;
      letter-spacing: 0;
      text-align: left; }
    @media screen and (max-width: 991px) {
      .appoinment-modal .form-appoinment .form_style {
        height: 50px;
        padding: 8px 0px; } }
  .appoinment-modal .form-appoinment p {
    font-size: 18px;
    color: #BD995D;
    letter-spacing: 0;
    text-align: right;
    padding: 25px 0px;
    font-family: "GE Dinar One Medium",'Playfair Display', serif; }
    @media only screen and (max-width: 480px) {
      .appoinment-modal .form-appoinment p {
        font-family: "GE Dinar One Medium",'Playfair Display', serif;
        font-size: 16.2px;
        color: #BD995D;
        letter-spacing: 0;
        text-align: right; } }
  .appoinment-modal .form-appoinment .btn_style {
    font-family: "GE Dinar One Medium",'Playfair Display', serif;
    color: #FFFFFF;
    background: #121216;
    margin: 25px 0px;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    height: 60px;
    width: 340px;
    border: none;
    border-radius: 0px;
    direction: rtl;
    outline: 0; }
    @media only screen and (max-width: 480px) {
      .appoinment-modal .form-appoinment .btn_style {
        width: 240px; } }

.appoinment-modal .title {
  display: none;
  margin-top: 60px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 999px) {
    .appoinment-modal .title {
      display: block; } }
  .appoinment-modal .title h2 {
    font-family: "GE Dinar One Medium",'Playfair Display', serif;
    font-size: 48px;
    color: #25272A;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px; }
    .appoinment-modal .title h2::after {
      content: "";
      background-color: #D0A234;
      width: 30%;
      height: 2px;
      display: block;
      margin: 8px auto; }
  .appoinment-modal .title .p-text {
    color: #BD995D;
    font-size: 18px; }

.page-wrapper .about-page {
  height: 750px;
  position: relative; }
  .page-wrapper .about-page .about-inner {
    padding-bottom: 100px;
    text-align: right;
    padding-top: 140px; }
    @media only screen and (max-width: 767px) {
      .page-wrapper .about-page .about-inner {
        padding: 100px 0; } }
    @media only screen and (max-width: 767px) {
      .page-wrapper .about-page .about-inner {
        padding-bottom: 50px; } }
    .page-wrapper .about-page .about-inner .about-mbl-title-text {
      max-width: 220px;
      margin-right: 45px;
      text-align: right;
      display: inline-block; }
      .page-wrapper .about-page .about-inner .about-mbl-title-text h3 {
        font-family: GeezaPro;
        font-size: 36px;
        color: #25272A;
        text-align: right; }
    .page-wrapper .about-page .about-inner h4 {
      font-family: GeezaPro;
      font-size: 24px;
      color: #767676;
      text-align: right;
      margin-right: 80px; }
      @media only screen and (max-width: 767px) {
        .page-wrapper .about-page .about-inner h4 {
          margin-right: 30px;
          font-size: 24px; } }
    .page-wrapper .about-page .about-inner .video-img {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 500px;
      margin-top: 40px;
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      padding-top: 25px;
      height: 0; }
      .page-wrapper .about-page .about-inner .video-img iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      @media only screen and (max-width: 767px) {
        .page-wrapper .about-page .about-inner .video-img {
          height: 400px;
          margin-top: 20px; } }
      @media only screen and (max-width: 480px) {
        .page-wrapper .about-page .about-inner .video-img {
          height: 200px;
          margin-top: 20px; } }
  .page-wrapper .about-page a.close {
    display: none;
    font-family: GeezaPro;
    font-size: 24px;
    color: #25272A;
    opacity: 1;
    text-align: right; }
    @media only screen and (max-width: 991px) {
      .page-wrapper .about-page a.close {
        display: block;
        text-align: center;
        float: none; } }
  .page-wrapper .about-page .bottom-nav {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -60px; }
    .page-wrapper .about-page .bottom-nav .bottom-text a {
      font-family: GeezaPro;
      font-size: 36px;
      color: #AD6E05;
      text-decoration: none; }
    .page-wrapper .about-page .bottom-nav .center {
      display: inline-block; }

.page-wrapper .appointment-page {
  position: relative;
  padding-top: 140px; }
  .page-wrapper .appointment-page .appointment-heading {
    direction: rtl;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .page-wrapper .appointment-page .appointment-heading {
        max-width: 432px;
        width: 100%;
        margin: 0 auto;
        margin-top: 100px;
        text-align: right; } }
    @media only screen and (max-width: 480px) {
      .page-wrapper .appointment-page .appointment-heading {
        max-width: 300px;
        padding: 0 10px; } }
    .page-wrapper .appointment-page .appointment-heading h1.title {
      font-family: GeezaPro;
      font-size: 48px;
      color: #25272A;
      letter-spacing: 2.67px; }
      @media only screen and (max-width: 767px) {
        .page-wrapper .appointment-page .appointment-heading h1.title {
          font-size: 21.6px;
          color: #25272A; } }
    .page-wrapper .appointment-page .appointment-heading .line {
      width: 60px;
      height: 2px;
      background: #BD995D;
      text-align: center;
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        .page-wrapper .appointment-page .appointment-heading .line {
          display: none; } }
    .page-wrapper .appointment-page .appointment-heading p.appointment-text {
      font-family: PlayfairDisplay-Italic;
      font-size: 18px;
      color: #BD995D;
      letter-spacing: 0;
      text-align: center;
      line-height: 38px;
      margin-top: 50px; }
      @media only screen and (max-width: 767px) {
        .page-wrapper .appointment-page .appointment-heading p.appointment-text {
          font-size: 12px;
          color: #787878;
          line-height: 19px;
          text-align: right; } }
      @media only screen and (max-width: 480px) {
        .page-wrapper .appointment-page .appointment-heading p.appointment-text {
          margin-top: 20px; } }
  .page-wrapper .appointment-page .appoinment-form-wrapper {
    padding: 30px 0; }
    .page-wrapper .appointment-page .appoinment-form-wrapper .img-box {
      max-width: 460px;
      height: 596px;
      position: relative;
      margin: 0 auto; }
      @media screen and (max-width: 480px) {
        .page-wrapper .appointment-page .appoinment-form-wrapper .img-box {
          display: none; } }
      .page-wrapper .appointment-page .appoinment-form-wrapper .img-box img {
        max-width: 100%;
        height: auto;
        display: block; }
      .page-wrapper .appointment-page .appoinment-form-wrapper .img-box .img-overlay {
        max-width: 256px;
        height: 96px;
        position: absolute;
        bottom: 60px;
        left: 60px; }
        .page-wrapper .appointment-page .appoinment-form-wrapper .img-box .img-overlay p {
          color: #ffffff;
          font-size: 36px;
          letter-spacing: 2px;
          text-align: left; }
    .page-wrapper .appointment-page .appoinment-form-wrapper .form-appoinment {
      max-width: 460px;
      height: 596px;
      padding: 40px 50px;
      margin: 0 auto;
      direction: rtl; }
      @media only screen and (max-width: 991px) {
        .page-wrapper .appointment-page .appoinment-form-wrapper .form-appoinment {
          padding: 10px; } }
      @media only screen and (max-width: 480px) {
        .page-wrapper .appointment-page .appoinment-form-wrapper .form-appoinment {
          max-width: 300px; } }
      .page-wrapper .appointment-page .appoinment-form-wrapper .form-appoinment .form_style {
        font-size: 18px;
        letter-spacing: 0;
        text-align: right;
        height: 60px;
        padding: 17px 0px;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #E3E3E3;
        border-radius: 0px;
        font-family: GeezaPro;
        color: #25272A; }
        .page-wrapper .appointment-page .appoinment-form-wrapper .form-appoinment .form_style::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          font-size: 18px;
          color: #767676;
          letter-spacing: 0;
          text-align: right;
          direction: rtl;
          font-family: GeezaPro;
          color: #25272A; }
          @media screen and (max-width: 480px) {
            .page-wrapper .appointment-page .appoinment-form-wrapper .form-appoinment .form_style::-webkit-input-placeholder {
              font-size: 16.2px; } }
        .page-wrapper .appointment-page .appoinment-form-wrapper .form-appoinment .form_style ::-moz-placeholder {
          /* Firefox 19+ */
          font-size: 18px;
          color: #767676;
          letter-spacing: 0;
          text-align: left; }
        .page-wrapper .appointment-page .appoinment-form-wrapper .form-appoinment .form_style :-ms-input-placeholder {
          /* IE 10+ */
          font-size: 18px;
          color: #767676;
          letter-spacing: 0;
          text-align: left; }
        .page-wrapper .appointment-page .appoinment-form-wrapper .form-appoinment .form_style :-moz-placeholder {
          /* Firefox 18- */
          font-size: 18px;
          color: #767676;
          letter-spacing: 0;
          text-align: left; }
        @media screen and (max-width: 991px) {
          .page-wrapper .appointment-page .appoinment-form-wrapper .form-appoinment .form_style {
            height: 50px;
            padding: 8px 0px; } }
      .page-wrapper .appointment-page .appoinment-form-wrapper .form-appoinment p {
        font-size: 18px;
        color: #BD995D;
        letter-spacing: 0;
        text-align: right;
        padding: 25px 0px;
        font-family: GeezaPro; }
        @media only screen and (max-width: 480px) {
          .page-wrapper .appointment-page .appoinment-form-wrapper .form-appoinment p {
            font-family: GeezaPro;
            font-size: 16.2px;
            color: #BD995D;
            letter-spacing: 0;
            text-align: right; } }
      .page-wrapper .appointment-page .appoinment-form-wrapper .form-appoinment .btn_style {
        font-family: GeezaPro;
        color: #FFFFFF;
        background: #121216;
        margin: 25px 0px;
        font-size: 14px;
        letter-spacing: 0;
        text-align: center;
        height: 60px;
        width: 340px;
        border: none;
        border-radius: 0px;
        direction: rtl;
        outline: 0; }
        @media only screen and (max-width: 480px) {
          .page-wrapper .appointment-page .appoinment-form-wrapper .form-appoinment .btn_style {
            width: 240px; } }
  .page-wrapper .appointment-page .bottom-nav {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 50px !important;
    margin-bottom: 50px; }
    .page-wrapper .appointment-page .bottom-nav .bottom-text a {
      font-family: GeezaPro;
      font-size: 36px;
      color: #AD6E05;
      text-decoration: none; }
    .page-wrapper .appointment-page .bottom-nav .center {
      display: inline-block; }

.page-wrapper .sm-line {
  width: 30px;
  height: 2px;
  background: #121216;
  display: inline-block; }

.page-wrapper .story-header {
  background: url(../images/story-header-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 730px; }
  @media only screen and (max-width: 480px) {
    .page-wrapper .story-header {
      background: url(../images/home-bg-mob.jpg);
      height: 500px; } }
  .page-wrapper .story-header .containt {
    padding: 250px 0;
    position: relative; }
    @media only screen and (max-width: 480px) {
      .page-wrapper .story-header .containt {
        padding: 100px 0; } }
    @media only screen and (max-width: 480px) {
      .page-wrapper .story-header .containt .logo-center {
        display: none; } }
    .page-wrapper .story-header .containt .bottom-text {
      position: absolute;
      bottom: 105px;
      right: 0;
      text-align: right; }
      @media only screen and (max-width: 767px) {
        .page-wrapper .story-header .containt .bottom-text {
          right: 10%; } }
      @media only screen and (max-width: 480px) {
        .page-wrapper .story-header .containt .bottom-text {
          top: 100%; } }
      .page-wrapper .story-header .containt .bottom-text .date-wrapper {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; }
        .page-wrapper .story-header .containt .bottom-text .date-wrapper .month {
          font-family: GeezaPro;
          font-size: 20px;
          color: #121216;
          text-align: right;
          margin-right: 20px; }
        .page-wrapper .story-header .containt .bottom-text .date-wrapper .date {
          font-family: Baskerville;
          font-size: 20px;
          color: #121216;
          text-align: right; }
      .page-wrapper .story-header .containt .bottom-text .intro-text h2 {
        font-family: GeezaPro;
        font-size: 82px;
        color: #121216;
        text-align: right; }
        @media only screen and (max-width: 767px) {
          .page-wrapper .story-header .containt .bottom-text .intro-text h2 {
            font-size: 64px; } }

.page-wrapper .about {
  padding-top: 100px;
  overflow: hidden; }
  .page-wrapper .about .top-text a {
    font-family: GeezaPro;
    font-size: 36px;
    color: #AD6E05;
    text-align: right; }
    .page-wrapper .about .top-text a:hover, .page-wrapper .about .top-text a:focus {
      text-decoration: none;
      color: #AD6E05; }
    @media only screen and (max-width: 991px) {
      .page-wrapper .about .top-text a {
        display: none; } }
  @media only screen and (max-width: 991px) {
    .page-wrapper .about .containt-part1 {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; } }
  .page-wrapper .about .containt-part1 h1 {
    max-width: 330px;
    width: 100%;
    font-family: GeezaPro;
    font-size: 48px;
    color: #25272A;
    text-align: right;
    float: right; }
    @media only screen and (max-width: 991px) {
      .page-wrapper .about .containt-part1 h1 {
        font-size: 35px;
        margin: 0 auto; } }
    @media only screen and (max-width: 767px) {
      .page-wrapper .about .containt-part1 h1 {
        max-width: 180px;
        margin-left: 60px;
        font-size: 24px; } }
    @media only screen and (max-width: 480px) {
      .page-wrapper .about .containt-part1 h1 {
        margin-left: 0; } }
  .page-wrapper .about .containt-part1 p.text-1 {
    font-family: GeezaPro;
    font-size: 20px;
    color: #25272A;
    text-align: right;
    line-height: 28px;
    max-width: 129px;
    width: 100%;
    margin-top: 150px;
    float: right; }
    @media only screen and (max-width: 991px) {
      .page-wrapper .about .containt-part1 p.text-1 {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .page-wrapper .about .containt-part1 p.text-1 {
        display: none; } }
  .page-wrapper .about .containt-part1 .img {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 130px; }
    @media only screen and (max-width: 991px) {
      .page-wrapper .about .containt-part1 .img {
        margin-top: 20px;
        margin-left: 63px;
        text-align: center; } }
    @media only screen and (max-width: 480px) {
      .page-wrapper .about .containt-part1 .img {
        margin-left: 0; } }
    .page-wrapper .about .containt-part1 .img img {
      max-width: 100%; }
      @media only screen and (max-width: 991px) {
        .page-wrapper .about .containt-part1 .img img {
          width: 200px;
          height: 200px; } }
      @media only screen and (max-width: 510px) {
        .page-wrapper .about .containt-part1 .img img {
          width: 160px;
          height: 160px; } }
      @media only screen and (max-width: 375px) {
        .page-wrapper .about .containt-part1 .img img {
          width: 140px;
          height: 140px; } }
  .page-wrapper .about .containt-part2 {
    margin-top: 30px; }
    @media only screen and (max-width: 991px) {
      .page-wrapper .about .containt-part2 {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
    @media only screen and (max-width: 991px) {
      .page-wrapper .about .containt-part2 .text-wrapper {
        max-width: 380px;
        width: 100%;
        margin-right: 30px; } }
    @media only screen and (max-width: 767px) {
      .page-wrapper .about .containt-part2 .text-wrapper {
        max-width: 250px;
        width: 100%;
        margin-right: 100px; } }
    @media only screen and (max-width: 480px) {
      .page-wrapper .about .containt-part2 .text-wrapper {
        margin-right: 50px; } }
    .page-wrapper .about .containt-part2 .text-wrapper .text-part {
      font-family: GeezaPro;
      font-size: 20px;
      color: #25272A;
      text-align: right;
      line-height: 32px;
      margin: 50px 0; }
      @media only screen and (max-width: 991px) {
        .page-wrapper .about .containt-part2 .text-wrapper .text-part {
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .page-wrapper .about .containt-part2 .text-wrapper .text-part {
          font-size: 12px;
          line-height: 18px; } }
      @media only screen and (max-width: 480px) {
        .page-wrapper .about .containt-part2 .text-wrapper .text-part {
          margin: 20px 0; } }
    .page-wrapper .about .containt-part2 .right-side {
      text-align: right;
      direction: rtl; }
      .page-wrapper .about .containt-part2 .right-side p a {
        font-family: GeezaPro;
        font-size: 20px;
        color: #25272A;
        text-align: right;
        text-decoration: none; }

.page-wrapper .interview h4 {
  font-family: GeezaPro;
  font-size: 36px;
  color: #25272A;
  text-align: right;
  margin-right: 80px; }
  @media only screen and (max-width: 767px) {
    .page-wrapper .interview h4 {
      margin-right: 30px;
      font-size: 24px; } }

.page-wrapper .interview .video-img {
  background: url(../images/story-video-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  margin-top: 80px; }
  @media only screen and (max-width: 767px) {
    .page-wrapper .interview .video-img {
      height: 200px;
      margin-top: 20px; } }
  .page-wrapper .interview .video-img .play-icon a {
    position: absolute;
    top: 31%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    @media only screen and (max-width: 767px) {
      .page-wrapper .interview .video-img .play-icon a {
        top: 35%; } }
    @media only screen and (max-width: 480px) {
      .page-wrapper .interview .video-img .play-icon a {
        top: 22%;
        display: block; } }
    .page-wrapper .interview .video-img .play-icon a i {
      width: 84px;
      height: 84px;
      border-radius: 50%;
      line-height: 84px;
      text-align: center;
      background: #FFFFFF;
      font-size: 30px; }
      @media only screen and (max-width: 767px) {
        .page-wrapper .interview .video-img .play-icon a i {
          width: 34px;
          height: 34px;
          line-height: 34px;
          font-size: 18px; } }

.page-wrapper .interview .interview-text {
  max-width: 389px;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 480px) {
    .page-wrapper .interview .interview-text {
      max-width: 260px;
      margin-right: 50px; } }
  .page-wrapper .interview .interview-text .text-part {
    font-family: GeezaPro;
    font-size: 20px;
    color: #25272A;
    text-align: right;
    line-height: 32px;
    margin: 50px 0; }
    @media only screen and (max-width: 767px) {
      .page-wrapper .interview .interview-text .text-part {
        font-size: 12px;
        line-height: 18px; } }

.page-wrapper .collection-section h4 {
  font-family: GeezaPro;
  font-size: 36px;
  color: #25272A;
  text-align: center;
  direction: rtl; }
  @media only screen and (max-width: 767px) {
    .page-wrapper .collection-section h4 {
      text-align: right;
      font-size: 24px;
      margin-right: 30px; } }

.page-wrapper .collection-section .collection-img {
  margin: 50px 0; }
  @media only screen and (max-width: 767px) {
    .page-wrapper .collection-section .collection-img {
      margin-top: 20px; } }
  .page-wrapper .collection-section .collection-img .collection-img2, .page-wrapper .collection-section .collection-img .collection-img3 {
    width: 300px;
    height: 384px; }
    @media only screen and (max-width: 767px) {
      .page-wrapper .collection-section .collection-img .collection-img2, .page-wrapper .collection-section .collection-img .collection-img3 {
        width: 243px;
        height: 243px; } }
    @media only screen and (max-width: 550px) {
      .page-wrapper .collection-section .collection-img .collection-img2, .page-wrapper .collection-section .collection-img .collection-img3 {
        width: 160px;
        height: 160px; } }
  @media only screen and (max-width: 550px) {
    .page-wrapper .collection-section .collection-img .collection-img1 {
      width: 325px; } }
  .page-wrapper .collection-section .collection-img img {
    max-width: 100%;
    display: block;
    float: left; }
    @media only screen and (max-width: 767px) {
      .page-wrapper .collection-section .collection-img img {
        display: inline-block;
        float: none; } }

.page-wrapper footer {
  padding: 25px 0; }
  .page-wrapper footer .copyright-text {
    font-family: Baskerville;
    font-size: 14px;
    color: #25272A;
    letter-spacing: 0.12px; }

.page-wrapper .product-dtls-list-page-header {
  background: url(../images/story-header-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 400px; }
  .page-wrapper .product-dtls-list-page-header .intro-wrap .intro {
    padding-top: 250px;
    text-align: right; }

.page-wrapper .collections .product-single-list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 50px; }
  @media only screen and (max-width: 768px) {
    .page-wrapper .collections .product-single-list {
      grid-gap: 20px; } }

.page-wrapper .collections .title {
  text-align: left;
  font-family: "GE Dinar One Medium",'Playfair Display', serif;
  font-size: 48px;
  font-weight: 400; }
  @media only screen and (max-width: 768px) {
    .page-wrapper .collections .title {
      text-align: right; } }

.page-wrapper .collections .collections-slider {
  position: relative;
  margin-top: 40px; }

.page-wrapper .collections .item {
  max-width: 340px;
  width: 100%;
  margin: 0 auto; }
  .page-wrapper .collections .item .img-box {
    width: 100%;
    max-height: 530px;
    height: 100%;
    position: relative; }
  .page-wrapper .collections .item .only-img {
    width: 100%;
    height: 100%; }
    .page-wrapper .collections .item .only-img img {
      width: 100%;
      height: auto; }
  .page-wrapper .collections .item .hover-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 82%;
    height: 88%;
    margin: 30px;
    border: 1px solid #ffffff;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .page-wrapper .collections .item .btn-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 50px 0;
    background-color: rgba(255, 255, 255, 0.8); }
    .page-wrapper .collections .item .btn-box .btn-square {
      background-color: #25272A;
      border: 2px solid #25272A; }
      .page-wrapper .collections .item .btn-box .btn-square:hover {
        background-color: #3aafe1;
        border: 2px solid #3aafe1; }
  .page-wrapper .collections .item .info-box::after {
    content: "";
    display: block;
    clear: both; }
  .page-wrapper .collections .item .info-box .p-text {
    color: #000000; }
  .page-wrapper .collections .item .info-box .name {
    margin: 10px 0;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #25272A;
    float: left;
    text-align: left;
    width: 50%; }
    .page-wrapper .collections .item .info-box .name .p-text {
      font-family: 'Playfair Display', sans-serif; }
  .page-wrapper .collections .item .info-box .price {
    margin: 10px 0;
    float: right;
    width: 50%;
    text-align: right; }
    .page-wrapper .collections .item .info-box .price .new-price {
      display: inline-block; }
      .page-wrapper .collections .item .info-box .price .new-price .p-text {
        font-family: "GE Dinar One Medium",'Karla', sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #767676; }
  .page-wrapper .collections .item:hover .hover-info {
    opacity: 1; }
  @media only screen and (max-width: 768px) {
    .page-wrapper .collections .item {
      min-height: 580px; } }

.page-wrapper .collections .owl-dots {
  text-align: center;
  margin-top: 20px; }
  .page-wrapper .collections .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 0px; }
    .page-wrapper .collections .owl-dots .owl-dot span {
      display: inline-block;
      width: 40px;
      height: 6px;
      border-radius: 50%;
      background-color: #F1F1F1;
      border-radius: 0px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .page-wrapper .collections .owl-dots .owl-dot.active span {
      width: 40px;
      height: 6px;
      background-color: #1E1D21; }

.page-wrapper .collections .owl-nav {
  position: absolute;
  left: -50px;
  top: calc(50% - 40px);
  width: calc(100% + 100px);
  z-index: -1; }
  .page-wrapper .collections .owl-nav .owl-prev {
    float: left; }
    .page-wrapper .collections .owl-nav .owl-prev i {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid #D0A234;
      color: #D0A234;
      text-align: center;
      line-height: 38px; }
      @media only screen and (max-width: 768px) {
        .page-wrapper .collections .owl-nav .owl-prev i {
          border: 1px solid #fff;
          color: #fff; } }
  .page-wrapper .collections .owl-nav .owl-next {
    text-align: right; }
    .page-wrapper .collections .owl-nav .owl-next i {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid #D0A234;
      color: #D0A234;
      text-align: center;
      line-height: 38px; }
      @media only screen and (max-width: 768px) {
        .page-wrapper .collections .owl-nav .owl-next i {
          border: 1px solid #fff;
          color: #fff; } }
  @media only screen and (max-width: 768px) {
    .page-wrapper .collections .owl-nav {
      left: 0;
      z-index: 0;
      width: 100%; } }

.page-wrapper .collections .collection-menu-section {
  text-align: right;
  margin-top: 40px;
  position: relative; }
  .page-wrapper .collections .collection-menu-section .view-all-btn {
    position: absolute;
    left: 20px;
    top: 0px;
    color: #767676;
    font-family: "GE Dinar One Medium",'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500; }
    .page-wrapper .collections .collection-menu-section .view-all-btn::after {
      content: "";
      content: "";
      background-color: #767676;
      width: 100%;
      height: 1px;
      display: block; }
    .page-wrapper .collections .collection-menu-section .view-all-btn:hover {
      color: #D0A234; }
      .page-wrapper .collections .collection-menu-section .view-all-btn:hover::after {
        background-color: #D0A234; }

.page-wrapper .collections .loading-div {
  text-align: center;
  margin: 80px auto; }

.page-wrapper .collections .btn-loading {
  color: #767676;
  font-size: 18px; }

.page-wrapper .collections .view-more-btn {
  float: right; }
  .page-wrapper .collections .view-more-btn a {
    color: #767676;
    font-family: "GE Dinar One Medium",'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline; }

.page-wrapper .collections .collection-menu-list {
  margin: 0;
  float: right; }
  .page-wrapper .collections .collection-menu-list li {
    margin: 0 20px; }
    .page-wrapper .collections .collection-menu-list li a {
      color: #5E5E5E;
      text-decoration: none;
      font-family: "GE Dinar One Medium",'Montserrat', sans-serif;
      font-size: 14px;
      font-weight: 300; }
    .page-wrapper .collections .collection-menu-list li.active a {
      color: #D0A234;
      text-decoration: line-through; }
    @media only screen and (max-width: 768px) {
      .page-wrapper .collections .collection-menu-list li {
        margin: 0; } }
  @media only screen and (max-width: 768px) {
    .page-wrapper .collections .collection-menu-list {
      text-align: center; } }

.page-wrapper .collections .collection-list-nav {
  margin-top: 50px; }
  .page-wrapper .collections .collection-list-nav .control {
    text-decoration: none;
    color: #5E5E5E;
    margin: 0 15px; }
    .page-wrapper .collections .collection-list-nav .control.mixitup-control-active {
      color: #D0A234;
      text-decoration: line-through;
      font-size: 20px; }
  @media only screen and (max-width: 475px) {
    .page-wrapper .collections .collection-list-nav {
      text-align: center; }
      .page-wrapper .collections .collection-list-nav .control {
        margin: 0; } }

.page-wrapper .arabic .collections .collection-list-nav {
  text-align: right; }

.page-wrapper .arabic .collections .item .name {
  margin: 10px 0;
  color: #767676;
  font-family: 'Karla', sans-serif;
  font-weight: 400px;
  font-size: 18px;
  color: #25272A;
  float: right;
  text-align: right; }

.page-wrapper .arabic .collections .item .price {
  margin: 10px 0;
  float: left;
  text-align: left;
  width: 50px; }
  .page-wrapper .arabic .collections .item .price .new-price {
    display: inline-block; }
    .page-wrapper .arabic .collections .item .price .new-price .p-text {
      color: #767676; }

.page-wrapper .arabic .collections .item .info-box .p-text {
  font-family: "GE Dinar One Medium";
  font-weight: 400; }

.page-wrapper .arabic .collections .collection-list-nav .control {
  font-family: "GE Dinar One Medium";
  font-weight: 400; }

.page-wrapper .newsletter {
  background-color: #F5F4F4;
  padding-top: 300px;
  text-align: center; }
  .page-wrapper .newsletter.inner-news {
    padding-top: 40px; }
  .page-wrapper .newsletter .title h2 {
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    text-transform: capitalize; }
  .page-wrapper .newsletter .title .p-text {
    font-family: "GE Dinar One Medium",'Playfair Display', serif;
    font-size: 15px;
    color: #787878;
    letter-spacing: 0.41px;
    text-align: center;
    line-height: 31px; }
  .page-wrapper .newsletter .newsletter-box {
    padding: 80px 0; }
    .page-wrapper .newsletter .newsletter-box form {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .page-wrapper .newsletter .newsletter-box form .form-group {
        display: inline-block;
        margin-right: 0;
        margin-left: 0; }
        .page-wrapper .newsletter .newsletter-box form .form-group .form-control {
          width: 300px;
          height: 40px;
          background: #FFFFFF;
          -webkit-box-shadow: 0 8px 19px 3px rgba(73, 88, 108, 0.1);
          box-shadow: 0 8px 19px 3px rgba(73, 88, 108, 0.1);
          outline: 0;
          border: none;
          border-radius: 0; }
          @media only screen and (max-width: 500px) {
            .page-wrapper .newsletter .newsletter-box form .form-group .form-control {
              width: 200px; } }
          @media only screen and (max-width: 360px) {
            .page-wrapper .newsletter .newsletter-box form .form-group .form-control {
              width: 160px; } }
          @media only screen and (max-width: 300px) {
            .page-wrapper .newsletter .newsletter-box form .form-group .form-control {
              width: 120px; } }
          .page-wrapper .newsletter .newsletter-box form .form-group .form-control:focus {
            outline: 0; }
          .page-wrapper .newsletter .newsletter-box form .form-group .form-control::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            font-family: Montserrat-ExtraLight;
            font-size: 12px;
            color: #2F2E2E;
            letter-spacing: 0.37px; }
          .page-wrapper .newsletter .newsletter-box form .form-group .form-control ::-moz-placeholder {
            /* Firefox 19+ */
            font-family: Montserrat-ExtraLight;
            font-size: 12px;
            color: #2F2E2E;
            letter-spacing: 0.37px; }
          .page-wrapper .newsletter .newsletter-box form .form-group .form-control :-ms-input-placeholder {
            /* IE 10+ */
            font-family: Montserrat-ExtraLight;
            font-size: 12px;
            color: #2F2E2E;
            letter-spacing: 0.37px; }
          .page-wrapper .newsletter .newsletter-box form .form-group .form-control :-moz-placeholder {
            /* Firefox 18- */
            font-family: Montserrat-ExtraLight;
            font-size: 12px;
            color: #2F2E2E;
            letter-spacing: 0.37px; }
      .page-wrapper .newsletter .newsletter-box form .btn-subscribe {
        width: 116px;
        height: 40px;
        background: #121216;
        -webkit-box-shadow: 0 8px 19px 3px rgba(73, 88, 108, 0.1);
        box-shadow: 0 8px 19px 3px rgba(73, 88, 108, 0.1);
        font-family: Montserrat-Regular;
        font-size: 12px;
        color: #FFFFFF;
        letter-spacing: 1.08px;
        text-align: center;
        text-decoration: none;
        line-height: 40px;
        border: 0;
        outline: 0; }
