/*

        Framework: HASH Framework 1.0
        Version: 1.0
        Author: HASH Maldives
        Author URI: www.hash.mv

*/
/*__________________________________________________________________________
                                  FONTS CONFIG
__________________________________________________________________________*/
@font-face {
  font-family: faseyha;
  src: url(../fonts/dh/MV_Faseyha.otf);
}

@font-face {
  font-family: waheed;
  src: url(../fonts/dh/MVWaheed.otf);
}

@font-face {
  font-family: A_Bismillah;
  src: url(../fonts/dh/A_Bismillah.TTF);
}

/*__________________________________________________________________________
                                  FONTS CONFIG
__________________________________________________________________________*/
/*===============================================================================================================================
                                                    VARIABLES CONFIG
===============================================================================================================================*/
/*Theme Specific Colors*/
/*General Colors*/
/*Header*/
/*Navigation*/
/*Dropdown*/
/*Off Canvas Navigation*/
/*Footer*/
/*Widget Colors*/
/*Font management*/
/*===============================================================================================================================
                                                   / VARIABLES CONFIG
===============================================================================================================================*/
/*===============================================================================================================================
                                                    SITE ELEMENTS START
===============================================================================================================================*/
/*__________________________________________________________________________
                            SCROLL BAR CONFIG
__________________________________________________________________________*/
/*__________________________________________________________________________
                            SCROLL BAR CONFIG
__________________________________________________________________________*/
/* The emerging W3C standard
   that is currently Firefox-only */
* {
  scrollbar-width: thin;
  scrollbar-color: #92a1a5 #F6F7F9;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #F6F7F9;
}

*::-webkit-scrollbar-thumb {
  background-color: #92a1a5;
  border-radius: 20px;
  border: 3px solid #F6F7F9;
}

/*__________________________________________________________________________
                                  TYPOGRAPHY
__________________________________________________________________________*/
body {
  font-family: "Inter", sans-serif;
}

body.rtl {
  text-align: right;
}

p {
  line-height: 1.9em;
  word-wrap: break-word;
}

.page-container p {
  color: #475D66;
}

a {
  color: #d6954b;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
}

a:hover {
  color: #a76820;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
}

::-moz-selection {
  background-color: #d6954b;
  color: #e1edf0;
}

::selection {
  background-color: #d6954b;
  color: #e1edf0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
}

a,
p,
li,
span,
td,
tr {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 15px;
}

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

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

.text-line-through {
  text-decoration: line-through;
}

.text-thin {
  font-weight: 300;
}

.borderless td,
.borderless th,
.borderless tr,
.borderless tbody,
.borderless thead th {
  border: none;
}

.text-dark-grey {
  color: #96A5B5;
}

.text-light a,
.text-light p,
.text-light span,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light li {
  color: #F2F7F8;
}

.text-dark a,
.text-dark p,
.text-dark span,
.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark li,
.text-dark th,
.text-dark td {
  color: #54667A;
}

.text-light {
  color: #F7F9FA;
}

.text-dark {
  color: #2B3542;
}

.text-dark div div {
  color: #455b61;
  font-weight: 300;
}

.text-dimm {
  color: #92a1a5;
}

.text-bold {
  font-weight: bold;
}

.text-hash-blue {
  color: #00A2E3 !important;
}

.text-color-primary {
  color: #d6954b;
}

.text-color-primary-dimm {
  color: #e0aa6c;
}

.text-mute {
  color: #b3b9c9 !important;
  margin-bottom: 0;
  font-size: 15px;
  padding-top: 5px;
  font-weight: 700;
}

.description {
  color: #b3b9c9 !important;
  margin-bottom: 0;
  font-style: italic;
  font-size: 12px;
  padding-top: 5px;
}

.section-title {
  padding: 20px 0;
}

.text-underline {
  text-decoration: underline;
}

.border-1-all-light {
  border: 1px solid #92a1a5;
}

/*__________________________________________________________________________
                                 / TYPOGRAPHY
__________________________________________________________________________*/
/*__________________________________________________________________________
                                 VISIBILITY
__________________________________________________________________________*/
.show-on-desktop {
  display: block;
}

@media (max-width: 1000px) {
  .show-on-desktop {
    display: none;
  }
}

.show-on-desktop.btn {
  display: inline-block;
}

@media (max-width: 1000px) {
  .show-on-desktop.btn {
    display: none;
  }
}

.show-on-mobile {
  display: none;
}

@media (max-width: 1000px) {
  .show-on-mobile {
    display: block;
  }
}

.show-on-mobile.btn {
  display: none;
}

@media (max-width: 1000px) {
  .show-on-mobile.btn {
    display: inline-block;
  }
}

/*__________________________________________________________________________
                                 / VISIBILITY
__________________________________________________________________________*/
/*__________________________________________________________________________
                         ITEMS APPEARING ANIMATION
__________________________________________________________________________*/
.animateSlideInUp {
  visibility: hidden;
}

.animateSlideInUp.slideInUp {
  visibility: visible;
  -webkit-animation: slideInUp;
          animation: slideInUp;
  -webkit-animation-duration: .65s;
          animation-duration: .65s;
  visibility: visible;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animateSlideInUp.slideInUp:nth-child(odd) {
  -webkit-animation-duration: .85s;
          animation-duration: .85s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animateSlideInUp.already-visible {
  -webkit-animation: slideInUp;
          animation: slideInUp;
  -webkit-animation-duration: .65s;
          animation-duration: .65s;
  visibility: visible;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animateSlideInRight.slideInRight {
  -webkit-animation: slideInRight;
          animation: slideInRight;
  -webkit-animation-duration: .65s;
          animation-duration: .65s;
  visibility: visible;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animateSlideInRight.slideInRight:nth-child(odd) {
  -webkit-animation-duration: .85s;
          animation-duration: .85s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animateSlideInRight.already-visible {
  -webkit-animation: slideInRight;
          animation: slideInRight;
  -webkit-animation-duration: .65s;
          animation-duration: .65s;
  visibility: visible;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animateSlideInLeft.slideInLeft {
  -webkit-animation: slideInLeft;
          animation: slideInLeft;
  -webkit-animation-duration: .65s;
          animation-duration: .65s;
  visibility: visible;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animateSlideInLeft.slideInLeft:nth-child(odd) {
  -webkit-animation-duration: .85s;
          animation-duration: .85s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animateSlideInLeft.already-visible {
  -webkit-animation: slideInLeft;
          animation: slideInLeft;
  -webkit-animation-duration: .65s;
          animation-duration: .65s;
  visibility: visible;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/*__________________________________________________________________________
                         / ITEMS APPEARING ANIMATION
__________________________________________________________________________*/
/*__________________________________________________________________________
                                  FORM
__________________________________________________________________________*/
.form-group label {
  color: #455b61;
}

.form-group .form-control {
  background: #d5dde4;
  border: 0;
  padding: 0 15px;
  color: #455b61;
  height: 40px;
  border-radius: 0;
}

.form-group .form-control::-webkit-input-placeholder {
  color: #455b61;
}

.form-group .form-control:-ms-input-placeholder {
  color: #455b61;
}

.form-group .form-control::-ms-input-placeholder {
  color: #455b61;
}

.form-group .form-control::placeholder {
  color: #455b61;
}

.form-group select.form-control {
  border: 0;
  color: #92a1a5;
  font-weight: 300;
  font-size: 14px;
  padding: 10px;
  outline: 0;
  display: inline-block;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all .25s;
  transition: all .25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 10px 12px;
  vertical-align: middle;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbi1kcm9wZG93biIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzAgMjAiPjxwYXRoIGQ9Ik0xOS4zNiw5LDE1LjIsMTMuMTJhLjI4LjI4LDAsMCwxLS40MSwwTDEwLjYzLDlhLjI4LjI4LDAsMCwxLDAtLjQxbC40NS0uNDVBLjI5LjI5LDAsMCwxLDExLjI5LDhhLjMxLjMxLDAsMCwxLC4yMS4wOUwxNSwxMS42MSwxOC41MSw4LjFhLjI4LjI4LDAsMCwxLC40MSwwbC40NS40NWEuMjguMjgsMCwwLDEsMCwuNDFaIi8+PC9zdmc+);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 1.8em 1.2em;
  padding-right: 1.8em;
}

.form-group select.form-control option {
  padding: 5px;
}

.form-group textarea.form-control {
  padding-top: 7px;
  padding-bottom: 7px;
}

/*__________________________________________________________________________
                                 / FORM
__________________________________________________________________________*/
/*__________________________________________________________________________
                            CONTACT FORM STYLING
__________________________________________________________________________*/
.hash-contact-form-field-container {
  position: relative;
}

.hash-contact-form-field-container .hash-form-error {
  position: absolute;
  bottom: -10px;
}

.input-group.is-invalid-input input {
  border-bottom: 2px solid #ff0000 !important;
}

.hash-form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  color: #cc4b37;
}

.is-invalid-input .hash-form-error {
  display: block;
}

.hash-form-control {
  display: none;
}

.js-show-feedback {
  display: block;
}

.js-form-error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  padding: 10px 0;
  margin: 15px 0;
  text-align: center;
}

.message-submit-success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  padding: 10px 0;
  margin: 15px 0;
  text-align: center;
}

.js-form-loading {
  background: #cce5ff;
  color: #004085;
  border: 1px solid #b8daff;
  padding: 10px 0;
  margin: 15px 0;
  text-align: center;
}

/*__________________________________________________________________________
                            CONTACT FORM STYLING
__________________________________________________________________________*/
/*__________________________________________________________________________
                / CUSTOM CHECKBOX, RADIO BUTTON & SELECT INPUTS
__________________________________________________________________________*/
.control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
  margin-top: -2px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}

.control--radio .control__indicator {
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.control--checkbox .control__indicator {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

.control input:checked ~ .control__indicator {
  background: #d6954b;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #a76820;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 7px 15px;
  height: 40px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #d5dde4;
  color: #455b61;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select select::-ms-expand {
  display: none;
}

.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}

.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

/*__________________________________________________________________________
                / CUSTOM CHECKBOX, RADIO BUTTON & SELECT INPUTS
__________________________________________________________________________*/
/*__________________________________________________________________________
                                    TOGGLE
__________________________________________________________________________*/
.input-toggle {
  display: none;
}

.input-toggle + label {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
  background: #ddd;
  border-radius: 60px;
  cursor: pointer;
  outline: none;
  margin-top: 8px;
}

.input-toggle + label::before {
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  content: '';
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.4, 0.98, 0.52, 0.99);
  background: #f1f1f1;
  border-radius: 60px;
}

.input-toggle + label::after {
  width: 18px;
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.input-toggle:checked + label::before {
  background: #d6954b;
}

.input-toggle:checked + label::after {
  margin-left: 20px;
}

input.input-toggle + label::after {
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  content: '';
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.4, 0.98, 0.52, 0.99);
}

/*__________________________________________________________________________
                                   / TOGGLE
__________________________________________________________________________*/
/*__________________________________________________________________________
                                LANGUAGE TOGGLE
__________________________________________________________________________*/
.language-toggle {
  display: none;
}

.language-toggle + label {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
  background: #ddd;
  border-radius: 60px;
  cursor: pointer;
  outline: none;
  margin-top: 8px;
}

.language-toggle + label::before {
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  content: '';
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.4, 0.98, 0.52, 0.99);
  background: #f1f1f1;
  border-radius: 60px;
}

.language-toggle + label::after {
  width: 18px;
  background: #d6954b;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.language-toggle:checked + label::after {
  margin-left: 20px;
}

input.language-toggle + label::after {
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  content: '';
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.4, 0.98, 0.52, 0.99);
}

/*__________________________________________________________________________
                                / LANGUAGE TOGGLE
__________________________________________________________________________*/
/*__________________________________________________________________________
                        LANGUAGE ELEMENTS DISPLAY
__________________________________________________________________________*/
.lang-dh {
  display: none;
  text-align: right;
  direction: rtl;
  -webkit-transition: all 0.4s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.03, 0.98, 0.52, 0.99);
}

.lang-dh h1,
.lang-dh h2,
.lang-dh h3,
.lang-dh h4,
.lang-dh h5,
.lang-dh h6 {
  font-family: waheed !important;
  font-weight: 300 !important;
}

.lang-dh p {
  font-family: faseyha;
  font-weight: 200 !important;
  line-height: 2.5;
}

.lang-dh a {
  font-family: faseyha;
}

.lang-dh.visible {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  display: block;
}

p.lang-dh {
  font-size: 14px;
  font-weight: 200;
}

p.lang-dh,
span.lang-dh,
a.lang-dh,
li.lang-dh {
  font-family: faseyha;
}

h1.lang-dh,
h2.lang-dh,
h3.lang-dh,
h4.lang-dh,
h5.lang-dh,
h6.lang-dh {
  font-family: waheed !important;
  font-weight: 300 !important;
}

h1.lang-dh h1,
h1.lang-dh h2,
h1.lang-dh h3,
h1.lang-dh h4,
h1.lang-dh h5,
h1.lang-dh h6,
h2.lang-dh h1,
h2.lang-dh h2,
h2.lang-dh h3,
h2.lang-dh h4,
h2.lang-dh h5,
h2.lang-dh h6,
h3.lang-dh h1,
h3.lang-dh h2,
h3.lang-dh h3,
h3.lang-dh h4,
h3.lang-dh h5,
h3.lang-dh h6,
h4.lang-dh h1,
h4.lang-dh h2,
h4.lang-dh h3,
h4.lang-dh h4,
h4.lang-dh h5,
h4.lang-dh h6,
h5.lang-dh h1,
h5.lang-dh h2,
h5.lang-dh h3,
h5.lang-dh h4,
h5.lang-dh h5,
h5.lang-dh h6,
h6.lang-dh h1,
h6.lang-dh h2,
h6.lang-dh h3,
h6.lang-dh h4,
h6.lang-dh h5,
h6.lang-dh h6 {
  font-family: waheed !important;
  font-weight: 300 !important;
}

.lang-en {
  display: none;
  text-align: left;
  -webkit-transition: all 0.4s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.03, 0.98, 0.52, 0.99);
}

.lang-en.visible {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  display: block;
}

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

.text-center p,
.text-center a,
.text-center h1,
.text-center h2,
.text-center h3,
.text-center h4,
.text-center h5,
.text-center h6,
.text-center li {
  text-align: center !important;
}

/*__________________________________________________________________________
                        / LANGUAGE ELEMENTS DISPLAY
__________________________________________________________________________*/
/*__________________________________________________________________________
                                TIMELINE DESIGN
__________________________________________________________________________*/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
  overflow: auto;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

@media (max-width: 575px) {
  .timeline:before {
    left: 16px;
  }
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 575px) {
  .timeline > li {
    float: right;
    width: 100%;
    padding-left: 50px;
  }
}

.timeline > li:before {
  content: " ";
  display: table;
  content: " ";
  display: table;
}

.timeline > li:after {
  content: " ";
  display: table;
  clear: both;
  content: " ";
  display: table;
  clear: both;
}

@media (max-width: 575px) {
  .timeline > li:after {
    left: 0;
  }
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

@media (max-width: 575px) {
  .timeline > li > .timeline-panel {
    width: 100%;
  }
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

@media (max-width: 575px) {
  .timeline > li > .timeline-panel:before {
    left: -15px;
    right: auto;
    border-left-width: 0;
    border-right-width: 15px;
  }
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

@media (max-width: 575px) {
  .timeline > li > .timeline-panel:after {
    left: -14px;
    right: auto;
    border-left-width: 0;
    border-right-width: 14px;
  }
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #0eb941;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

@media (max-width: 575px) {
  .timeline > li > .timeline-badge {
    top: 26px;
    left: 26px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
  }
}

.timeline :nth-child(even) > .timeline-panel {
  float: right;
}

@media (max-width: 575px) {
  .timeline :nth-child(even) > .timeline-panel {
    float: right;
    width: 100%;
  }
}

.timeline :nth-child(even) > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline :nth-child(even) > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

.timeline-body > ul {
  margin-bottom: 0;
}

/*__________________________________________________________________________
                             / TIMELINE DESIGN
__________________________________________________________________________*/
/*__________________________________________________________________________
                                 MEGA SEARCH
__________________________________________________________________________*/
.megaSearchTrigger {
  cursor: pointer;
}

.mega-search {
  padding: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  opacity: 0;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mega-search.active {
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  height: 80px;
  margin-top: 5px;
}

.mega-search.active .mega-search-form {
  max-height: 100px;
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
}

.mega-search.active .mega-search-form .mega-search-input {
  display: block;
  padding: 8px 35px 8px 12px;
  height: 40px;
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  font-size: 16px;
}

.mega-search.active .mega-search-form .search-field-icon {
  font-size: 17px;
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
}

.mega-search.active .megasearch-close-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
}

.mega-search.active .megasearch-close-icon i {
  font-size: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
}

.mega-search .mega-search-form {
  max-height: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
}

.mega-search .mega-search-form .mega-search-input {
  width: 100%;
  height: 0;
  padding: 0;
  background: #e1edf0;
  border: 0;
  font-size: 0px;
  color: #2b393d;
  border-radius: 4px;
  font-weight: 200;
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
}

.mega-search .mega-search-form .mega-search-input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 200;
}

.mega-search .mega-search-form .mega-search-input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 200;
}

.mega-search .mega-search-form .mega-search-input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 200;
}

.mega-search .mega-search-form .mega-search-input::placeholder {
  font-size: 16px;
  font-weight: 200;
}

.mega-search .mega-search-form .search-field-icon {
  position: absolute;
  color: #d6954b;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0px;
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
}

.mega-search .megasearch-close-icon {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
}

.mega-search .megasearch-close-icon i {
  color: #92a1a5;
  font-size: 0px;
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
}

/*__________________________________________________________________________
                                 / MEGA SEARCH
__________________________________________________________________________*/
/*__________________________________________________________________________
                                 MEGA SEARCH
__________________________________________________________________________*/
.page-search {
  padding: 15px 0;
  margin: 0 0 20px 0;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #e1edf0;
  border-bottom: 1px solid #e1edf0;
}

.page-search .col {
  padding: 0;
}

.page-search .page-search-form {
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
}

.page-search .page-search-form .page-search-input {
  padding: 8px 35px 8px 12px;
  height: 40px;
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  font-size: 16px;
  width: 100%;
  background: #e1edf0;
  border: 0;
  color: #2b393d;
  border-radius: 4px;
  font-weight: 200;
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
}

.page-search .page-search-form .page-search-input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 200;
}

.page-search .page-search-form .page-search-input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 200;
}

.page-search .page-search-form .page-search-input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 200;
}

.page-search .page-search-form .page-search-input::placeholder {
  font-size: 16px;
  font-weight: 200;
}

.page-search .page-search-form .search-field-icon {
  position: absolute;
  color: #d6954b;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0px;
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
}

/*__________________________________________________________________________
                                 / MEGA SEARCH
__________________________________________________________________________*/
/*__________________________________________________________________________
                               PAGINATION
__________________________________________________________________________*/
.hash-pagination {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hash-pagination .page-numbers {
  padding: 5px 12px;
  margin: 4px;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #d6954b;
  background-color: #e1edf0;
}

.hash-pagination .page-numbers:hover {
  background: #d6954b;
  color: #fff;
}

.hash-pagination .page-numbers.current {
  background: #d6954b;
  color: #fff;
  border: none;
}

/*
        BOOTSTRAP PAGINATION CUSTOMIZATION
  */
.pagination .page-item.active .page-link {
  background: #d6954b;
  color: #e1edf0;
}

.pagination .page-item .page-link {
  border: none;
  background: #FFFFFF;
  color: #d6954b;
  border-radius: 50%;
  padding: 0;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
}

.pagination .page-item .page-link:hover {
  background: #d6954b;
  color: #e1edf0;
}

/*__________________________________________________________________________
                              / PAGINATION
__________________________________________________________________________*/
/*__________________________________________________________________________
                               LAYOUT ELEMENTS
__________________________________________________________________________*/
body {
  background: #f5f7f7;
}

.container-fluid.main {
  padding-left: 0;
  padding-right: 0;
}

/*__________________________________________________________________________
                              / LAYOUT ELEMENTS
__________________________________________________________________________*/
/*__________________________________________________________________________
                            MASTER SLIDER START
__________________________________________________________________________*/
.home-slider .ms-caption.none {
  display: none;
}

.home-slider .ms-caption .caption-inner {
  padding: 25px !important;
}

.home-slider .ms-caption .caption-inner.text-center .slide-excerpt span {
  text-align: center !important;
}

.home-slider .ms-caption .caption-inner.text-left .slide-excerpt span {
  text-align: left !important;
}

.home-slider .ms-caption .caption-inner.text-right .slide-excerpt {
  text-align: right !important;
}

.home-slider .ms-caption .caption-inner.text-right .slide-excerpt span {
  text-align: right !important;
}

.home-slider .ms-caption.lang-dh-enabled .caption-inner.text-left {
  text-align: right !important;
}

.home-slider .ms-caption.lang-dh-enabled .caption-inner.text-left .slide-excerpt {
  text-align: right !important;
}

.home-slider .ms-caption.lang-dh-enabled .caption-inner.text-left .slide-excerpt span {
  text-align: right !important;
}

.home-slider .ms-caption.lang-dh-enabled .caption-inner.text-right {
  text-align: left !important;
}

.home-slider .ms-caption.lang-dh-enabled .caption-inner.text-right .slide-excerpt {
  text-align: left !important;
}

.home-slider .ms-caption.lang-dh-enabled .caption-inner.text-right .slide-excerpt span {
  text-align: left !important;
}

.home-slider .ms-caption.bottom_left {
  bottom: 60px !important;
  top: auto !important;
  margin-top: auto !important;
  left: 0 !important;
  right: auto !important;
  margin-right: auto !important;
  font-size: 25px !important;
  max-width: 500px;
}

.home-slider .ms-caption.bottom_left.lang-dh-enabled {
  right: 0 !important;
  left: auto !important;
}

.home-slider .ms-caption.bottom_left.lang-dh-enabled .ms-caption-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.home-slider .ms-caption.bottom_right {
  bottom: 60px !important;
  top: auto !important;
  margin-top: auto !important;
  right: 0 !important;
  left: auto !important;
  margin-left: auto !important;
  font-size: 25px !important;
  max-width: 500px;
}

.home-slider .ms-caption.bottom_right.lang-dh-enabled {
  left: 0 !important;
  right: auto !important;
}

.home-slider .ms-caption.bottom_right.lang-dh-enabled .ms-caption-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.home-slider .ms-caption.top_left {
  top: 60px !important;
  bottom: auto !important;
  margin-bottom: auto !important;
  left: 0 !important;
  font-size: 25px !important;
  max-width: 500px;
}

.home-slider .ms-caption.top_left.lang-dh-enabled {
  right: 0 !important;
  left: auto !important;
}

.home-slider .ms-caption.top_left.lang-dh-enabled .ms-caption-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.home-slider .ms-caption.top_right {
  top: 60px !important;
  bottom: auto !important;
  margin-bottom: auto !important;
  right: 0 !important;
  left: auto !important;
  margin-left: auto !important;
  font-size: 25px !important;
  max-width: 500px;
}

.home-slider .ms-caption.top_right.lang-dh-enabled {
  left: 0 !important;
  right: auto !important;
}

.home-slider .ms-caption.top_right.lang-dh-enabled .ms-caption-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.home-slider .ms-caption.center {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 25px !important;
}

.home-slider .ms-caption.center .ms-caption-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-slider .ms-caption.center .caption-inner {
  padding: 35px !important;
}

.home-slider .ms-caption.center.center_right {
  margin-left: auto;
  left: auto;
  right: 35px;
}

.home-slider .ms-caption.center.center_right .ms-caption-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.home-slider .ms-caption.center.center_right .caption-inner {
  padding: 35px;
}

.home-slider .ms-caption.center.center_right.lang-dh-enabled {
  left: 35px;
  right: auto;
}

.home-slider .ms-caption.center.center_right.lang-dh-enabled .ms-caption-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.home-slider .ms-caption.center.center_left {
  margin-right: auto;
  right: auto;
  left: 35px;
}

.home-slider .ms-caption.center.center_left .ms-caption-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.home-slider .ms-caption.center.center_left .caption-inner {
  padding: 35px;
}

.home-slider .ms-caption.center.center_left.lang-dh-enabled {
  right: 35px;
  left: auto;
}

.home-slider .ms-caption.center.center_left.lang-dh-enabled .ms-caption-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.home-slider .ms-caption.center.center_top {
  top: 35px !important;
  margin-bottom: auto;
  bottom: auto;
}

.home-slider .ms-caption.center.center_top .ms-caption-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-slider .ms-caption.center.center_top .caption-inner {
  padding: 35px;
}

.home-slider .ms-caption.center.center_bottom {
  margin-top: auto;
  top: auto;
  padding-bottom: 45px !important;
}

.home-slider .ms-caption.center.center_bottom .ms-caption-container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-slider .ms-caption.center.center_bottom .caption-inner {
  padding: 35px;
}

.home-slider .ms-caption.center .ms-caption-container {
  height: 100%;
}

.home-slider .ms-caption.center.bg-filter-white {
  background: rgba(255, 255, 255, 0.3);
  color: #2b393d;
}

@media (max-width: 575px) {
  .home-slider .ms-caption.bottom_left, .home-slider .ms-caption.bottom_right, .home-slider .ms-caption.top_left, .home-slider .ms-caption.top_right, .home-slider .ms-caption.center, .home-slider .ms-caption.center_right, .home-slider .ms-caption.center_left, .home-slider .ms-caption.center_top, .home-slider .ms-caption.center_bottom {
    bottom: 0 !important;
    margin-top: auto;
    max-height: 150px;
    max-width: 100%;
    padding: 10px !important;
    background-color: transparent;
    width: 100%;
    left: 0 !important;
  }
  .home-slider .ms-caption.bottom_left .ms-caption-container .caption-inner, .home-slider .ms-caption.bottom_right .ms-caption-container .caption-inner, .home-slider .ms-caption.top_left .ms-caption-container .caption-inner, .home-slider .ms-caption.top_right .ms-caption-container .caption-inner, .home-slider .ms-caption.center .ms-caption-container .caption-inner, .home-slider .ms-caption.center_right .ms-caption-container .caption-inner, .home-slider .ms-caption.center_left .ms-caption-container .caption-inner, .home-slider .ms-caption.center_top .ms-caption-container .caption-inner, .home-slider .ms-caption.center_bottom .ms-caption-container .caption-inner {
    position: relative;
    bottom: 0;
    padding-bottom: 35px;
  }
  .home-slider .ms-caption.bottom_left .ms-caption-container .caption-inner p,
  .home-slider .ms-caption.bottom_left .ms-caption-container .caption-inner h1,
  .home-slider .ms-caption.bottom_left .ms-caption-container .caption-inner h2,
  .home-slider .ms-caption.bottom_left .ms-caption-container .caption-inner h3,
  .home-slider .ms-caption.bottom_left .ms-caption-container .caption-inner h4,
  .home-slider .ms-caption.bottom_left .ms-caption-container .caption-inner h5,
  .home-slider .ms-caption.bottom_left .ms-caption-container .caption-inner h6, .home-slider .ms-caption.bottom_right .ms-caption-container .caption-inner p,
  .home-slider .ms-caption.bottom_right .ms-caption-container .caption-inner h1,
  .home-slider .ms-caption.bottom_right .ms-caption-container .caption-inner h2,
  .home-slider .ms-caption.bottom_right .ms-caption-container .caption-inner h3,
  .home-slider .ms-caption.bottom_right .ms-caption-container .caption-inner h4,
  .home-slider .ms-caption.bottom_right .ms-caption-container .caption-inner h5,
  .home-slider .ms-caption.bottom_right .ms-caption-container .caption-inner h6, .home-slider .ms-caption.top_left .ms-caption-container .caption-inner p,
  .home-slider .ms-caption.top_left .ms-caption-container .caption-inner h1,
  .home-slider .ms-caption.top_left .ms-caption-container .caption-inner h2,
  .home-slider .ms-caption.top_left .ms-caption-container .caption-inner h3,
  .home-slider .ms-caption.top_left .ms-caption-container .caption-inner h4,
  .home-slider .ms-caption.top_left .ms-caption-container .caption-inner h5,
  .home-slider .ms-caption.top_left .ms-caption-container .caption-inner h6, .home-slider .ms-caption.top_right .ms-caption-container .caption-inner p,
  .home-slider .ms-caption.top_right .ms-caption-container .caption-inner h1,
  .home-slider .ms-caption.top_right .ms-caption-container .caption-inner h2,
  .home-slider .ms-caption.top_right .ms-caption-container .caption-inner h3,
  .home-slider .ms-caption.top_right .ms-caption-container .caption-inner h4,
  .home-slider .ms-caption.top_right .ms-caption-container .caption-inner h5,
  .home-slider .ms-caption.top_right .ms-caption-container .caption-inner h6, .home-slider .ms-caption.center .ms-caption-container .caption-inner p,
  .home-slider .ms-caption.center .ms-caption-container .caption-inner h1,
  .home-slider .ms-caption.center .ms-caption-container .caption-inner h2,
  .home-slider .ms-caption.center .ms-caption-container .caption-inner h3,
  .home-slider .ms-caption.center .ms-caption-container .caption-inner h4,
  .home-slider .ms-caption.center .ms-caption-container .caption-inner h5,
  .home-slider .ms-caption.center .ms-caption-container .caption-inner h6, .home-slider .ms-caption.center_right .ms-caption-container .caption-inner p,
  .home-slider .ms-caption.center_right .ms-caption-container .caption-inner h1,
  .home-slider .ms-caption.center_right .ms-caption-container .caption-inner h2,
  .home-slider .ms-caption.center_right .ms-caption-container .caption-inner h3,
  .home-slider .ms-caption.center_right .ms-caption-container .caption-inner h4,
  .home-slider .ms-caption.center_right .ms-caption-container .caption-inner h5,
  .home-slider .ms-caption.center_right .ms-caption-container .caption-inner h6, .home-slider .ms-caption.center_left .ms-caption-container .caption-inner p,
  .home-slider .ms-caption.center_left .ms-caption-container .caption-inner h1,
  .home-slider .ms-caption.center_left .ms-caption-container .caption-inner h2,
  .home-slider .ms-caption.center_left .ms-caption-container .caption-inner h3,
  .home-slider .ms-caption.center_left .ms-caption-container .caption-inner h4,
  .home-slider .ms-caption.center_left .ms-caption-container .caption-inner h5,
  .home-slider .ms-caption.center_left .ms-caption-container .caption-inner h6, .home-slider .ms-caption.center_top .ms-caption-container .caption-inner p,
  .home-slider .ms-caption.center_top .ms-caption-container .caption-inner h1,
  .home-slider .ms-caption.center_top .ms-caption-container .caption-inner h2,
  .home-slider .ms-caption.center_top .ms-caption-container .caption-inner h3,
  .home-slider .ms-caption.center_top .ms-caption-container .caption-inner h4,
  .home-slider .ms-caption.center_top .ms-caption-container .caption-inner h5,
  .home-slider .ms-caption.center_top .ms-caption-container .caption-inner h6, .home-slider .ms-caption.center_bottom .ms-caption-container .caption-inner p,
  .home-slider .ms-caption.center_bottom .ms-caption-container .caption-inner h1,
  .home-slider .ms-caption.center_bottom .ms-caption-container .caption-inner h2,
  .home-slider .ms-caption.center_bottom .ms-caption-container .caption-inner h3,
  .home-slider .ms-caption.center_bottom .ms-caption-container .caption-inner h4,
  .home-slider .ms-caption.center_bottom .ms-caption-container .caption-inner h5,
  .home-slider .ms-caption.center_bottom .ms-caption-container .caption-inner h6 {
    color: #fff !important;
  }
  .home-slider .ms-caption.bottom_left .lang-dh h1,
  .home-slider .ms-caption.bottom_left .lang-dh h2,
  .home-slider .ms-caption.bottom_left .lang-dh h3,
  .home-slider .ms-caption.bottom_left .lang-dh h4,
  .home-slider .ms-caption.bottom_left .lang-dh h5,
  .home-slider .ms-caption.bottom_left .lang-dh h6, .home-slider .ms-caption.bottom_right .lang-dh h1,
  .home-slider .ms-caption.bottom_right .lang-dh h2,
  .home-slider .ms-caption.bottom_right .lang-dh h3,
  .home-slider .ms-caption.bottom_right .lang-dh h4,
  .home-slider .ms-caption.bottom_right .lang-dh h5,
  .home-slider .ms-caption.bottom_right .lang-dh h6, .home-slider .ms-caption.top_left .lang-dh h1,
  .home-slider .ms-caption.top_left .lang-dh h2,
  .home-slider .ms-caption.top_left .lang-dh h3,
  .home-slider .ms-caption.top_left .lang-dh h4,
  .home-slider .ms-caption.top_left .lang-dh h5,
  .home-slider .ms-caption.top_left .lang-dh h6, .home-slider .ms-caption.top_right .lang-dh h1,
  .home-slider .ms-caption.top_right .lang-dh h2,
  .home-slider .ms-caption.top_right .lang-dh h3,
  .home-slider .ms-caption.top_right .lang-dh h4,
  .home-slider .ms-caption.top_right .lang-dh h5,
  .home-slider .ms-caption.top_right .lang-dh h6, .home-slider .ms-caption.center .lang-dh h1,
  .home-slider .ms-caption.center .lang-dh h2,
  .home-slider .ms-caption.center .lang-dh h3,
  .home-slider .ms-caption.center .lang-dh h4,
  .home-slider .ms-caption.center .lang-dh h5,
  .home-slider .ms-caption.center .lang-dh h6, .home-slider .ms-caption.center_right .lang-dh h1,
  .home-slider .ms-caption.center_right .lang-dh h2,
  .home-slider .ms-caption.center_right .lang-dh h3,
  .home-slider .ms-caption.center_right .lang-dh h4,
  .home-slider .ms-caption.center_right .lang-dh h5,
  .home-slider .ms-caption.center_right .lang-dh h6, .home-slider .ms-caption.center_left .lang-dh h1,
  .home-slider .ms-caption.center_left .lang-dh h2,
  .home-slider .ms-caption.center_left .lang-dh h3,
  .home-slider .ms-caption.center_left .lang-dh h4,
  .home-slider .ms-caption.center_left .lang-dh h5,
  .home-slider .ms-caption.center_left .lang-dh h6, .home-slider .ms-caption.center_top .lang-dh h1,
  .home-slider .ms-caption.center_top .lang-dh h2,
  .home-slider .ms-caption.center_top .lang-dh h3,
  .home-slider .ms-caption.center_top .lang-dh h4,
  .home-slider .ms-caption.center_top .lang-dh h5,
  .home-slider .ms-caption.center_top .lang-dh h6, .home-slider .ms-caption.center_bottom .lang-dh h1,
  .home-slider .ms-caption.center_bottom .lang-dh h2,
  .home-slider .ms-caption.center_bottom .lang-dh h3,
  .home-slider .ms-caption.center_bottom .lang-dh h4,
  .home-slider .ms-caption.center_bottom .lang-dh h5,
  .home-slider .ms-caption.center_bottom .lang-dh h6 {
    font-size: 20;
    color: #fff;
    font-weight: 300;
    font-family: waheed;
  }
  .home-slider .ms-caption.bottom_left .lang-en h1,
  .home-slider .ms-caption.bottom_left .lang-en h2,
  .home-slider .ms-caption.bottom_left .lang-en h3,
  .home-slider .ms-caption.bottom_left .lang-en h4,
  .home-slider .ms-caption.bottom_left .lang-en h5,
  .home-slider .ms-caption.bottom_left .lang-en h6, .home-slider .ms-caption.bottom_right .lang-en h1,
  .home-slider .ms-caption.bottom_right .lang-en h2,
  .home-slider .ms-caption.bottom_right .lang-en h3,
  .home-slider .ms-caption.bottom_right .lang-en h4,
  .home-slider .ms-caption.bottom_right .lang-en h5,
  .home-slider .ms-caption.bottom_right .lang-en h6, .home-slider .ms-caption.top_left .lang-en h1,
  .home-slider .ms-caption.top_left .lang-en h2,
  .home-slider .ms-caption.top_left .lang-en h3,
  .home-slider .ms-caption.top_left .lang-en h4,
  .home-slider .ms-caption.top_left .lang-en h5,
  .home-slider .ms-caption.top_left .lang-en h6, .home-slider .ms-caption.top_right .lang-en h1,
  .home-slider .ms-caption.top_right .lang-en h2,
  .home-slider .ms-caption.top_right .lang-en h3,
  .home-slider .ms-caption.top_right .lang-en h4,
  .home-slider .ms-caption.top_right .lang-en h5,
  .home-slider .ms-caption.top_right .lang-en h6, .home-slider .ms-caption.center .lang-en h1,
  .home-slider .ms-caption.center .lang-en h2,
  .home-slider .ms-caption.center .lang-en h3,
  .home-slider .ms-caption.center .lang-en h4,
  .home-slider .ms-caption.center .lang-en h5,
  .home-slider .ms-caption.center .lang-en h6, .home-slider .ms-caption.center_right .lang-en h1,
  .home-slider .ms-caption.center_right .lang-en h2,
  .home-slider .ms-caption.center_right .lang-en h3,
  .home-slider .ms-caption.center_right .lang-en h4,
  .home-slider .ms-caption.center_right .lang-en h5,
  .home-slider .ms-caption.center_right .lang-en h6, .home-slider .ms-caption.center_left .lang-en h1,
  .home-slider .ms-caption.center_left .lang-en h2,
  .home-slider .ms-caption.center_left .lang-en h3,
  .home-slider .ms-caption.center_left .lang-en h4,
  .home-slider .ms-caption.center_left .lang-en h5,
  .home-slider .ms-caption.center_left .lang-en h6, .home-slider .ms-caption.center_top .lang-en h1,
  .home-slider .ms-caption.center_top .lang-en h2,
  .home-slider .ms-caption.center_top .lang-en h3,
  .home-slider .ms-caption.center_top .lang-en h4,
  .home-slider .ms-caption.center_top .lang-en h5,
  .home-slider .ms-caption.center_top .lang-en h6, .home-slider .ms-caption.center_bottom .lang-en h1,
  .home-slider .ms-caption.center_bottom .lang-en h2,
  .home-slider .ms-caption.center_bottom .lang-en h3,
  .home-slider .ms-caption.center_bottom .lang-en h4,
  .home-slider .ms-caption.center_bottom .lang-en h5,
  .home-slider .ms-caption.center_bottom .lang-en h6 {
    font-size: 20;
    color: #fff;
    font-weight: 700;
  }
  .home-slider .ms-caption.bottom_left .slide-excerpt .lang-dh, .home-slider .ms-caption.bottom_right .slide-excerpt .lang-dh, .home-slider .ms-caption.top_left .slide-excerpt .lang-dh, .home-slider .ms-caption.top_right .slide-excerpt .lang-dh, .home-slider .ms-caption.center .slide-excerpt .lang-dh, .home-slider .ms-caption.center_right .slide-excerpt .lang-dh, .home-slider .ms-caption.center_left .slide-excerpt .lang-dh, .home-slider .ms-caption.center_top .slide-excerpt .lang-dh, .home-slider .ms-caption.center_bottom .slide-excerpt .lang-dh {
    line-height: 22px;
    color: #fff;
  }
  .home-slider .ms-caption.bottom_left .slide-excerpt .lang-en, .home-slider .ms-caption.bottom_right .slide-excerpt .lang-en, .home-slider .ms-caption.top_left .slide-excerpt .lang-en, .home-slider .ms-caption.top_right .slide-excerpt .lang-en, .home-slider .ms-caption.center .slide-excerpt .lang-en, .home-slider .ms-caption.center_right .slide-excerpt .lang-en, .home-slider .ms-caption.center_left .slide-excerpt .lang-en, .home-slider .ms-caption.center_top .slide-excerpt .lang-en, .home-slider .ms-caption.center_bottom .slide-excerpt .lang-en {
    line-height: 17px;
    color: #fff;
  }
  .home-slider .ms-caption.bottom_left::before, .home-slider .ms-caption.bottom_right::before, .home-slider .ms-caption.top_left::before, .home-slider .ms-caption.top_right::before, .home-slider .ms-caption.center::before, .home-slider .ms-caption.center_right::before, .home-slider .ms-caption.center_left::before, .home-slider .ms-caption.center_top::before, .home-slider .ms-caption.center_bottom::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0 !important;
    height: 200px !important;
    background-color: black;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
            mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  }
  .home-slider .ms-caption.bottom_left h1,
  .home-slider .ms-caption.bottom_left h2,
  .home-slider .ms-caption.bottom_left h3,
  .home-slider .ms-caption.bottom_left h4,
  .home-slider .ms-caption.bottom_left h5,
  .home-slider .ms-caption.bottom_left h6, .home-slider .ms-caption.bottom_right h1,
  .home-slider .ms-caption.bottom_right h2,
  .home-slider .ms-caption.bottom_right h3,
  .home-slider .ms-caption.bottom_right h4,
  .home-slider .ms-caption.bottom_right h5,
  .home-slider .ms-caption.bottom_right h6, .home-slider .ms-caption.top_left h1,
  .home-slider .ms-caption.top_left h2,
  .home-slider .ms-caption.top_left h3,
  .home-slider .ms-caption.top_left h4,
  .home-slider .ms-caption.top_left h5,
  .home-slider .ms-caption.top_left h6, .home-slider .ms-caption.top_right h1,
  .home-slider .ms-caption.top_right h2,
  .home-slider .ms-caption.top_right h3,
  .home-slider .ms-caption.top_right h4,
  .home-slider .ms-caption.top_right h5,
  .home-slider .ms-caption.top_right h6, .home-slider .ms-caption.center h1,
  .home-slider .ms-caption.center h2,
  .home-slider .ms-caption.center h3,
  .home-slider .ms-caption.center h4,
  .home-slider .ms-caption.center h5,
  .home-slider .ms-caption.center h6, .home-slider .ms-caption.center_right h1,
  .home-slider .ms-caption.center_right h2,
  .home-slider .ms-caption.center_right h3,
  .home-slider .ms-caption.center_right h4,
  .home-slider .ms-caption.center_right h5,
  .home-slider .ms-caption.center_right h6, .home-slider .ms-caption.center_left h1,
  .home-slider .ms-caption.center_left h2,
  .home-slider .ms-caption.center_left h3,
  .home-slider .ms-caption.center_left h4,
  .home-slider .ms-caption.center_left h5,
  .home-slider .ms-caption.center_left h6, .home-slider .ms-caption.center_top h1,
  .home-slider .ms-caption.center_top h2,
  .home-slider .ms-caption.center_top h3,
  .home-slider .ms-caption.center_top h4,
  .home-slider .ms-caption.center_top h5,
  .home-slider .ms-caption.center_top h6, .home-slider .ms-caption.center_bottom h1,
  .home-slider .ms-caption.center_bottom h2,
  .home-slider .ms-caption.center_bottom h3,
  .home-slider .ms-caption.center_bottom h4,
  .home-slider .ms-caption.center_bottom h5,
  .home-slider .ms-caption.center_bottom h6 {
    font-size: 20px;
  }
  .home-slider .ms-caption.bottom_left span,
  .home-slider .ms-caption.bottom_left p,
  .home-slider .ms-caption.bottom_left a, .home-slider .ms-caption.bottom_right span,
  .home-slider .ms-caption.bottom_right p,
  .home-slider .ms-caption.bottom_right a, .home-slider .ms-caption.top_left span,
  .home-slider .ms-caption.top_left p,
  .home-slider .ms-caption.top_left a, .home-slider .ms-caption.top_right span,
  .home-slider .ms-caption.top_right p,
  .home-slider .ms-caption.top_right a, .home-slider .ms-caption.center span,
  .home-slider .ms-caption.center p,
  .home-slider .ms-caption.center a, .home-slider .ms-caption.center_right span,
  .home-slider .ms-caption.center_right p,
  .home-slider .ms-caption.center_right a, .home-slider .ms-caption.center_left span,
  .home-slider .ms-caption.center_left p,
  .home-slider .ms-caption.center_left a, .home-slider .ms-caption.center_top span,
  .home-slider .ms-caption.center_top p,
  .home-slider .ms-caption.center_top a, .home-slider .ms-caption.center_bottom span,
  .home-slider .ms-caption.center_bottom p,
  .home-slider .ms-caption.center_bottom a {
    font-size: 13px;
  }
}

.home-slider .slide-excerpt {
  margin: 0;
  padding-bottom: 10px;
}

.home-slider .bg-filter {
  z-index: 1;
}

.home-slider .ms-nav-next {
  background-color: #2b393d !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e1edf0;
}

.home-slider .ms-nav-next:hover {
  background-color: #01151c !important;
}

.home-slider .ms-nav-prev {
  background-color: #2b393d !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e1edf0;
}

.home-slider .ms-nav-prev:hover {
  background-color: #01151c !important;
}

.home-slider .ms-bullet-selected {
  background: #d6954b !important;
}

/*__________________________________________________________________________
                            / MASTER SLIDER END
__________________________________________________________________________*/
/*__________________________________________________________________________
                                 BUTTONS
__________________________________________________________________________*/
/*
         BUTTONS
*/
.btn {
  border-radius: 2px;
}

.btn.dark {
  background: #2b393d;
  color: #e1edf0;
}

.btn.light {
  background: #e1edf0;
  color: #2b393d;
}

.btn.primary {
  background: #d6954b;
  color: #e1edf0;
}

.btn.outline.dark {
  border: 2px solid #455b61;
  background: transparent;
  color: #455b61;
  text-shadow: 0 0 3px #FFFFFF;
}

.btn.outline.light {
  border: 2px solid #e1edf0;
  background: transparent;
  color: #e1edf0;
  text-shadow: 0 0 3px #000;
}

.btn.outline.primary {
  border: 2px solid #d6954b;
  background: transparent;
  color: #d6954b;
  text-shadow: 0 0 3px #FFFFFF;
}

.btn:hover {
  background: #a76820;
  color: #e1edf0;
}

.btn.btn-small {
  padding: 5px 15px;
  font-size: 12px;
}

.btn.btn-medium {
  padding: 10px 50px;
  font-size: 20px;
}

.btn.btn-big {
  padding: 15px 65px;
  font-size: 25px;
}

.btn.btn-full {
  width: 100%;
  padding: 15px;
  font-size: 20px;
}

/*
        / BUTTONS
*/
/*
        OFFCANVAS TOGGLER
*/
.offCanvasToggler {
  cursor: pointer;
  display: none;
}

@media (max-width: 1000px) {
  .offCanvasToggler {
    display: block;
  }
}

.mobileSearchToggler {
  cursor: pointer;
}

/*
        / OFFCANVAS TOGGLER
*/
/*__________________________________________________________________________
                                BUTTONS END
__________________________________________________________________________*/
/*__________________________________________________________________________
                                SECTIONS START
__________________________________________________________________________*/
.section {
  padding-top: 45px;
  padding-bottom: 45px;
}

/*__________________________________________________________________________
                                SECTIONS END
__________________________________________________________________________*/
/*__________________________________________________________________________
                            BOOTSTRAP TABS START
__________________________________________________________________________*/
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 0;
  background: #CEE8F0;
  color: #d6954b;
  border: 0;
  -webkit-transition: all ease-in-out 100ms;
  transition: all ease-in-out 100ms;
}

.nav.nav-tabs .nav-item .nav-link.active {
  border-radius: 0;
  background: #2B3542;
  color: #d6954b;
  border: 0;
}

.nav.nav-tabs .nav-item .nav-link:hover {
  border-radius: 0;
  background: #d6954b;
  color: #CEE8F0 !important;
  border: 0;
  -webkit-transition: all ease-in-out 100ms;
  transition: all ease-in-out 100ms;
}

/*__________________________________________________________________________
                            BOOTSTRAP TABS END
__________________________________________________________________________*/
/*__________________________________________________________________________
                                 CARD ITEMS
__________________________________________________________________________*/
.card-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.card-item:hover .thumbnail.zoh img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
}

.card-item .thumbnail {
  overflow: hidden;
}

.card-item .thumbnail img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
}

.card-item .title {
  color: #475D66;
  padding-top: 5px;
}

.card-item .title h1,
.card-item .title h2,
.card-item .title h3,
.card-item .title h4,
.card-item .title h5,
.card-item .title h6 {
  line-height: 1.6;
  margin-bottom: 0;
}

.card-item .title span {
  font-weight: bold;
}

.card-item .title p {
  line-height: 1.7;
}

@media (max-width: 575px) {
  .card-item .title p {
    font-size: 12px;
  }
}

.card-item .card-footer {
  padding: 0;
  background-color: transparent;
  border-top: 1px solid #e1edf0;
  border-bottom: 1px solid #e1edf0;
  padding: 7px 0;
}

.card-item.product .sale-badge {
  position: absolute;
  padding: 5px 10px;
  right: 0;
  margin-right: 15px;
  top: 40px;
  background: #da2222;
  color: #e1edf0;
  font-weight: 700;
  font-size: 12px;
}

@media (max-width: 767px) {
  .card-item.product .text-container {
    padding-left: 0;
  }
}

.card-item.product .product-meta .price-tag p,
.card-item.product .product-meta .price-tag span {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .card-item.product .product-meta .price-tag p,
  .card-item.product .product-meta .price-tag span {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .card-item.product {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/*__________________________________________________________________________
                                / CARD ITEMS
__________________________________________________________________________*/
/*__________________________________________________________________________
                         CARD GALLERY STYLE ITEMS
__________________________________________________________________________*/
.gallery-card-item {
  margin-top: 15px;
  margin-bottom: 15px;
}

.gallery-card-item .camera-icon {
  position: absolute;
  height: 60px;
  width: 60px;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #ECECEC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery-card-item .thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-card-item .title h6 {
  line-height: 1.6;
}

/*__________________________________________________________________________
                        / CARD GALLERY STYLE ITEMS
__________________________________________________________________________*/
/*__________________________________________________________________________
                                 LIST ITEMS
__________________________________________________________________________*/
.list-item {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
}

.list-item a:hover .title {
  color: #d6954b !important;
}

.list-item .thumbnail img {
  width: 200px;
  height: auto;
}

.list-item .list-item-text-container {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.list-item .title {
  color: #475D66;
}

.list-item .title h1,
.list-item .title h2,
.list-item .title h3,
.list-item .title h4,
.list-item .title h5,
.list-item .title h6 {
  line-height: 1.6;
}

.list-item.product {
  border-bottom: 0.5px solid #e1edf0;
}

.list-item.product .thumbnail-container .thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .list-item.product .text-container {
    padding-left: 0;
  }
}

.list-item.product .product-meta .price-tag p,
.list-item.product .product-meta .price-tag span {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .list-item.product .product-meta .price-tag p,
  .list-item.product .product-meta .price-tag span {
    font-size: 12px;
  }
}

.list-item.product .product-meta .additional-details p,
.list-item.product .product-meta .additional-details span {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .list-item.product .product-meta .additional-details p,
  .list-item.product .product-meta .additional-details span {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .list-item.product {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 993px) {
  /*Normal List Items*/
  .list-item .thumbnail img {
    width: 120px;
    height: 83px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .list-item .title h6 {
    font-size: 12px;
  }
  .list-item .title h6 {
    font-size: 12px;
  }
}

@media (max-width: 355px) {
  .list-item .thumbnail img {
    width: 110px;
  }
  .list-item .publication-thumbnail img {
    width: 110px;
  }
  .list-item .title h6 {
    font-size: 10px;
  }
  .list-item .list-item-text-container {
    width: 60%;
  }
  .meta i {
    font-size: 10px;
  }
}

/*__________________________________________________________________________
                                / LIST ITEMS
__________________________________________________________________________*/
/*__________________________________________________________________________
                                HYBRID ITEMS
__________________________________________________________________________*/
.hybrid-items-container {
  padding-right: 15px;
  padding-left: 15px;
}

.hybrid-items-container .hybrid-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 1200px) {
  .hybrid-items-container .hybrid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
}

@media (max-width: 992px) {
  .hybrid-items-container .hybrid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (max-width: 768px) {
  .hybrid-items-container .hybrid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (max-width: 575px) {
  .hybrid-items-container .hybrid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.hybrid-items-container .hybrid-item:hover .thumbnail.zoh img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
}

.hybrid-items-container .hybrid-item .thumbnail-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.hybrid-items-container .hybrid-item .thumbnail {
  overflow: hidden;
}

.hybrid-items-container .hybrid-item .thumbnail img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
}

.hybrid-items-container .hybrid-item .title {
  color: #475D66;
  padding-top: 5px;
}

.hybrid-items-container .hybrid-item .title h1,
.hybrid-items-container .hybrid-item .title h2,
.hybrid-items-container .hybrid-item .title h3,
.hybrid-items-container .hybrid-item .title h4,
.hybrid-items-container .hybrid-item .title h5,
.hybrid-items-container .hybrid-item .title h6 {
  line-height: 1.6;
  margin-bottom: 0;
}

.hybrid-items-container .hybrid-item .title span {
  font-weight: bold;
}

.hybrid-items-container .hybrid-item .title p {
  line-height: 1.7;
}

@media (max-width: 575px) {
  .hybrid-items-container .hybrid-item .title p {
    font-size: 12px;
  }
}

.hybrid-items-container .hybrid-item .star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 16px;
  width: 5.3em;
  font-family: 'star';
  font-weight: 400;
}

.hybrid-items-container .hybrid-item .star-rating::before {
  content: '\53\53\53\53\53';
  font-family: 'star';
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.hybrid-items-container .hybrid-item .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.hybrid-items-container .hybrid-item .star-rating span::before {
  color: #da2222 !important;
  content: '\53\53\53\53\53';
  font-family: 'star';
  top: 0;
  position: absolute;
  left: 0;
  color: #2c2d33;
  font-size: 16px !important;
}

.hybrid-items-container .hybrid-item .card-footer {
  padding: 0;
  background-color: transparent;
  border-top: 1px solid #e1edf0;
  border-bottom: 1px solid #e1edf0;
  padding: 7px 0;
}

.hybrid-items-container .hybrid-item .button {
  margin-top: 10px;
  display: inline-block;
  padding: 10px 10px;
  font-size: 12px;
  width: auto;
  text-align: center;
}

.hybrid-items-container .hybrid-item .button.view_product_button {
  margin-left: 12px;
}

@media (max-width: 575px) {
  .hybrid-items-container .hybrid-item .button.view_product_button {
    margin-left: 7px;
  }
}

@media (max-width: 575px) {
  .hybrid-items-container .hybrid-item .button {
    padding: 10px 8px;
    font-size: 10px;
  }
}

.hybrid-items-container .hybrid-item.product .sale-badge {
  position: absolute;
  padding: 5px 10px;
  right: 0;
  left: auto !important;
  margin-right: 15px;
  top: 40px;
  background: #da2222;
  color: #e1edf0;
  font-weight: 700;
  font-size: 12px;
}

.hybrid-items-container .hybrid-item.product .product-meta .price-tag p,
.hybrid-items-container .hybrid-item.product .product-meta .price-tag span {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .hybrid-items-container .hybrid-item.product .product-meta .price-tag p,
  .hybrid-items-container .hybrid-item.product .product-meta .price-tag span {
    font-size: 12px;
  }
}

.hybrid-items-container .hybrid-item.product .woocommerce-product-details__short-description {
  display: none;
}

@media (max-width: 575px) {
  .hybrid-items-container .hybrid-item.product {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.hybrid-items-container.grid .hybrid-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 1200px) {
  .hybrid-items-container.grid .hybrid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
}

@media (max-width: 992px) {
  .hybrid-items-container.grid .hybrid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (max-width: 768px) {
  .hybrid-items-container.grid .hybrid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (max-width: 575px) {
  .hybrid-items-container.grid .hybrid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.hybrid-items-container.grid .hybrid-item:hover .thumbnail.zoh img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
}

.hybrid-items-container.grid .hybrid-item .thumbnail-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.hybrid-items-container.grid .hybrid-item .thumbnail {
  overflow: hidden;
}

.hybrid-items-container.grid .hybrid-item .thumbnail img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
}

.hybrid-items-container.grid .hybrid-item .title {
  color: #475D66;
  padding-top: 5px;
}

.hybrid-items-container.grid .hybrid-item .title h1,
.hybrid-items-container.grid .hybrid-item .title h2,
.hybrid-items-container.grid .hybrid-item .title h3,
.hybrid-items-container.grid .hybrid-item .title h4,
.hybrid-items-container.grid .hybrid-item .title h5,
.hybrid-items-container.grid .hybrid-item .title h6 {
  line-height: 1.6;
  margin-bottom: 0;
}

.hybrid-items-container.grid .hybrid-item .title span {
  font-weight: bold;
}

.hybrid-items-container.grid .hybrid-item .title p {
  line-height: 1.7;
}

@media (max-width: 575px) {
  .hybrid-items-container.grid .hybrid-item .title p {
    font-size: 12px;
  }
}

.hybrid-items-container.grid .hybrid-item .card-footer {
  padding: 0;
  background-color: transparent;
  border-top: 1px solid #e1edf0;
  border-bottom: 1px solid #e1edf0;
  padding: 7px 0;
}

.hybrid-items-container.grid .hybrid-item .button {
  margin-top: 10px;
  display: inline-block;
  padding: 10px 10px;
  font-size: 12px;
  width: auto;
  text-align: center;
}

.hybrid-items-container.grid .hybrid-item .button.view_product_button {
  margin-left: 12px;
}

@media (max-width: 575px) {
  .hybrid-items-container.grid .hybrid-item .button.view_product_button {
    margin-left: 7px;
  }
}

@media (max-width: 575px) {
  .hybrid-items-container.grid .hybrid-item .button {
    padding: 10px 8px;
    font-size: 10px;
  }
}

.hybrid-items-container.grid .hybrid-item.product .sale-badge {
  position: absolute;
  padding: 5px 10px;
  right: 0;
  margin-right: 15px;
  top: 40px;
  background: #da2222;
  color: #e1edf0;
  font-weight: 700;
  font-size: 12px;
}

.hybrid-items-container.grid .hybrid-item.product .product-meta .price-tag p,
.hybrid-items-container.grid .hybrid-item.product .product-meta .price-tag span {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .hybrid-items-container.grid .hybrid-item.product .product-meta .price-tag p,
  .hybrid-items-container.grid .hybrid-item.product .product-meta .price-tag span {
    font-size: 12px;
  }
}

.hybrid-items-container.grid .hybrid-item.product .woocommerce-product-details__short-description {
  display: none;
}

@media (max-width: 575px) {
  .hybrid-items-container.grid .hybrid-item.product {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.hybrid-items-container.list .hybrid-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1edf0;
}

.hybrid-items-container.list .hybrid-item:last-of-type {
  border-bottom: 0;
}

.hybrid-items-container.list .hybrid-item:hover .thumbnail.zoh img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
}

.hybrid-items-container.list .hybrid-item .thumbnail-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}

@media (max-width: 575px) {
  .hybrid-items-container.list .hybrid-item .thumbnail-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
}

.hybrid-items-container.list .hybrid-item .thumbnail-container .thumbnail {
  overflow: hidden;
}

.hybrid-items-container.list .hybrid-item .thumbnail-container .thumbnail img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
}

.hybrid-items-container.list .hybrid-item .title {
  color: #475D66;
  padding-top: 5px;
}

.hybrid-items-container.list .hybrid-item .title h1,
.hybrid-items-container.list .hybrid-item .title h2,
.hybrid-items-container.list .hybrid-item .title h3,
.hybrid-items-container.list .hybrid-item .title h4,
.hybrid-items-container.list .hybrid-item .title h5,
.hybrid-items-container.list .hybrid-item .title h6 {
  line-height: 1.6;
  margin-bottom: 0;
}

.hybrid-items-container.list .hybrid-item .title span {
  font-weight: bold;
}

.hybrid-items-container.list .hybrid-item .title p {
  line-height: 1.7;
}

@media (max-width: 575px) {
  .hybrid-items-container.list .hybrid-item .title p {
    font-size: 12px;
  }
}

.hybrid-items-container.list .hybrid-item .card-footer {
  padding: 0;
  background-color: transparent;
  border-top: 1px solid #e1edf0;
  border-bottom: 1px solid #e1edf0;
  padding: 7px 0;
}

.hybrid-items-container.list .hybrid-item .button {
  margin-top: 10px;
  display: inline-block;
  padding: 10px 15px;
  font-size: 12px;
  width: auto;
  text-align: center;
}

.hybrid-items-container.list .hybrid-item .button.view_product_button {
  margin-left: 15px;
}

@media (max-width: 575px) {
  .hybrid-items-container.list .hybrid-item .button {
    padding: 10px 10px;
    font-size: 10px;
  }
}

.hybrid-items-container.list .hybrid-item.product .thumbnail-container {
  position: relative;
}

.hybrid-items-container.list .hybrid-item.product .sale-badge {
  position: absolute;
  padding: 5px 10px;
  left: 20px;
  right: auto;
  margin-right: 15px;
  margin-left: 15px;
  top: 40px;
  background: #da2222;
  color: #e1edf0;
  font-weight: 700;
  font-size: 12px;
}

@media (max-width: 767px) {
  .hybrid-items-container.list .hybrid-item.product .text-container {
    padding-left: 0;
  }
}

.hybrid-items-container.list .hybrid-item.product .product-meta .price-tag p,
.hybrid-items-container.list .hybrid-item.product .product-meta .price-tag span {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .hybrid-items-container.list .hybrid-item.product .product-meta .price-tag p,
  .hybrid-items-container.list .hybrid-item.product .product-meta .price-tag span {
    font-size: 12px;
  }
}

.hybrid-items-container.list .hybrid-item.product .woocommerce-product-details__short-description {
  display: none;
}

@media (max-width: 575px) {
  .hybrid-items-container.list .hybrid-item.product {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/*__________________________________________________________________________
                            / HYBRID  ITEMS
__________________________________________________________________________*/
/*__________________________________________________________________________
                                EVENT CARD
__________________________________________________________________________*/
.event-card {
  position: relative;
}

.event-card .thumbnail {
  height: 350px;
  overflow: hidden;
}

.event-card .thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-card .text {
  position: absolute;
  bottom: -75px;
  min-height: 140px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  z-index: 1;
  text-align: center;
  width: 90%;
  background: #fafcfd;
  padding: 10px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  overflow: hidden;
}

.event-card .text .circle {
  content: '';
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  right: -55px;
  top: -55px;
}

.event-card .text .meta span {
  color: #2b393d;
  font-size: 12px;
}

.event-card .text .title h1,
.event-card .text .title h2,
.event-card .text .title h3,
.event-card .text .title h4,
.event-card .text .title h5,
.event-card .text .title h6 {
  color: #2b393d;
}

.event-item {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.event-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
}

.event-item a:hover .title {
  color: #d6954b !important;
}

.event-item .meta p {
  color: #2b393d;
}

@media (max-width: 575px) {
  .event-item .meta p {
    font-size: 12px;
  }
}

.event-item .thumbnail img {
  width: 200px;
  height: auto;
}

.event-item .list-item-text-container {
  padding-left: 10px;
  width: 100%;
}

.event-item .title {
  color: #475D66;
}

.event-item .title h1,
.event-item .title h2,
.event-item .title h3,
.event-item .title h4,
.event-item .title h5,
.event-item .title h6 {
  line-height: 1.6;
}

.event-item.product {
  border-bottom: 0.5px solid #e1edf0;
}

.event-item.product .thumbnail-container .thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .event-item.product .text-container {
    padding-left: 0;
  }
}

.event-item.product .product-meta .price-tag p,
.event-item.product .product-meta .price-tag span {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .event-item.product .product-meta .price-tag p,
  .event-item.product .product-meta .price-tag span {
    font-size: 12px;
  }
}

.event-item.product .product-meta .additional-details p,
.event-item.product .product-meta .additional-details span {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .event-item.product .product-meta .additional-details p,
  .event-item.product .product-meta .additional-details span {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .event-item.product {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 993px) {
  /*Normal List Items*/
  .event-item .thumbnail img {
    width: 120px;
    height: 83px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .event-item .title h6 {
    font-size: 12px;
  }
  .event-item .title h6 {
    font-size: 12px;
  }
}

@media (max-width: 355px) {
  .event-item .thumbnail img {
    width: 110px;
  }
  .event-item .publication-thumbnail img {
    width: 110px;
  }
  .event-item .title h6 {
    font-size: 10px;
  }
  .event-item.list-item-text-container {
    width: 60%;
  }
  .meta i {
    font-size: 10px;
  }
}

/*__________________________________________________________________________
                                EVENT CARD
__________________________________________________________________________*/
/*__________________________________________________________________________
                                  TABLES
__________________________________________________________________________*/
/*__________________________________________________________________________
                                 / TABLES
__________________________________________________________________________*/
/*__________________________________________________________________________
                                  BREADCRUMBS
__________________________________________________________________________*/
.text-center .breadcrumb {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.breadcrumb {
  background: 0;
  border: 0;
  padding: 0;
  margin: 0;
}

.breadcrumb span {
  padding: 0 0 0 0;
  font-family: "Inter", sans-serif, "faseyha";
}

.breadcrumb span.current {
  padding: 0 10px 0 10px;
}

.breadcrumb a {
  padding: 0 0 0 0;
  color: #455b61;
}

.breadcrumb a:hover {
  color: #d6954b;
}

.breadcrumb i {
  padding-top: 6px;
  font-size: 10px;
  padding-right: 5px;
  padding-left: 5px;
  color: #92a1a5;
}

@media (max-width: 575px) {
  .breadcrumb {
    margin-bottom: 5px;
  }
  .breadcrumb a,
  .breadcrumb span {
    font-size: 12px;
  }
  .breadcrumb i {
    padding-top: 4px;
  }
}

.woocommerce-breadcrumb {
  font-size: 12px;
  color: #455b61;
}

.woocommerce-breadcrumb a {
  font-size: 12px;
  color: #92a1a5;
}

.woocommerce-breadcrumb a:hover {
  color: #415157;
}

/*__________________________________________________________________________
                                 / BREADCRUMBS
__________________________________________________________________________*/
/*__________________________________________________________________________
                         SELF CENTERING ELEMENTS
__________________________________________________________________________*/
.circle-60 {
  height: 60px;
  width: 60px;
  border: 3px solid #7FD1F1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.circle-60:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.circle-130 {
  height: 130px;
  width: 130px;
  border: 2px solid #7FD1F1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.circle-130:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.circle-200 {
  height: 200px;
  width: 200px;
  border: 2px solid #ECECEC;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.circle-200:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.social-icons {
  display: inline-block;
}

.social-icon {
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  margin: 5px;
}

.social-icon.small {
  height: 25px;
  width: 25px;
  margin: 0px;
}

.social-icon.colored {
  background: #fff;
}

.social-icon.colored .fa-phone {
  color: #455b61;
}

.social-icon.colored .fa-envelope {
  color: #455b61;
}

.social-icon.colored .fa-facebook-f {
  color: #3b5998;
}

.social-icon.colored .fa-facebook-square {
  color: #3b5998;
}

.social-icon.colored .fa-facebook {
  color: #3b5998;
}

.social-icon.colored .fa-facebook-messenger {
  color: #0084FF;
}

.social-icon.colored .fa-instagram {
  color: #fd1d1d;
}

.social-icon.colored .fa-instagram-square {
  color: #fd1d1d;
}

.social-icon.colored .fa-telegram-plane {
  color: #0088cc;
}

.social-icon.colored .fa-telegram {
  color: #0088cc;
}

.social-icon.colored .fa-viber {
  color: #665cac;
}

.social-icon.colored .fa-google-plus-square {
  color: #db4a39;
}

.social-icon.colored .fa-google-plus-g {
  color: #db4a39;
}

.social-icon.colored .fa-google-plus {
  color: #db4a39;
}

.social-icon.colored .fa-whatsapp {
  color: #25d366;
}

.social-icon.colored .fa-twitter {
  color: #00acee;
}

.social-icon.colored .fa-linkedin-in {
  color: #0e76a8;
}

.social-icon.colored .fa-youtube {
  color: #c4302b;
}

.social-icon.borderless {
  background: transparent;
  height: 20px;
  width: 20px;
}

.social-icon:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/*__________________________________________________________________________
                          / SELF CENTERING ELEMENTS
__________________________________________________________________________*/
/*__________________________________________________________________________
                          POSITIONING ELEMENTS
__________________________________________________________________________*/
.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

/*__________________________________________________________________________
                          / POSITIONING ELEMENTS
__________________________________________________________________________*/
/*__________________________________________________________________________
                                META ELEMENTS
__________________________________________________________________________*/
.meta {
  padding: 5px 0;
}

.meta p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

.meta p span {
  font-size: 12px;
  color: #7A868C;
}

.single-meta {
  border-top: 1px solid #AEBCC2;
  border-bottom: 1px solid #AEBCC2;
  margin-bottom: 15px;
}

@media (max-width: 993px) {
  .meta p span {
    font-size: 10px;
  }
}

/*__________________________________________________________________________
                            / META ELEMENTS
__________________________________________________________________________*/
/*__________________________________________________________________________
                             SPECIAL ELEMENTS
__________________________________________________________________________*/
/*
        BOX SHADOW
*/
.box-shadow {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*
        / BOX SHADOW
*/
/*
        BG FILTER
*/
.bg-filter {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}

.bg-filter-dark {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}

.bg-filter-dark.t01 {
  background: rgba(0, 0, 0, 0.1);
}

.bg-filter-dark.t02 {
  background: rgba(0, 0, 0, 0.2);
}

.bg-filter-dark.t03 {
  background: rgba(0, 0, 0, 0.3);
}

.bg-filter-dark.t04 {
  background: rgba(0, 0, 0, 0.4);
}

.bg-filter-dark.t05 {
  background: rgba(0, 0, 0, 0.5);
}

.bg-filter-dark.t06 {
  background: rgba(0, 0, 0, 0.6);
}

.bg-filter-dark.t07 {
  background: rgba(0, 0, 0, 0.7);
}

.bg-filter-dark.t08 {
  background: rgba(0, 0, 0, 0.8);
}

.bg-filter-dark.t09 {
  background: rgba(0, 0, 0, 0.9);
}

.bg-filter-white {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}

.bg-filter-white.t01 {
  background: rgba(255, 255, 255, 0.1);
}

.bg-filter-white.t02 {
  background: rgba(255, 255, 255, 0.2);
}

.bg-filter-white.t03 {
  background: rgba(255, 255, 255, 0.3);
}

.bg-filter-white.t04 {
  background: rgba(255, 255, 255, 0.4);
}

.bg-filter-white.t05 {
  background: rgba(255, 255, 255, 0.5);
}

.bg-filter-white.t06 {
  background: rgba(255, 255, 255, 0.6);
}

.bg-filter-white.t07 {
  background: rgba(255, 255, 255, 0.7);
}

.bg-filter-white.t08 {
  background: rgba(255, 255, 255, 0.8);
}

.bg-filter-white.t09 {
  background: rgba(255, 255, 255, 0.9);
}

.bg-filter-blue {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}

.bg-filter-blue.t01 {
  background: rgba(9, 180, 232, 0.1);
}

.bg-filter-blue.t02 {
  background: rgba(9, 180, 232, 0.2);
}

.bg-filter-blue.t03 {
  background: rgba(9, 180, 232, 0.3);
}

.bg-filter-blue.t04 {
  background: rgba(9, 180, 232, 0.4);
}

.bg-filter-blue.t05 {
  background: rgba(9, 180, 232, 0.5);
}

.bg-filter-blue.t06 {
  background: rgba(9, 180, 232, 0.6);
}

.bg-filter-blue.t07 {
  background: rgba(9, 180, 232, 0.7);
}

.bg-filter-blue.t08 {
  background: rgba(9, 180, 232, 0.8);
}

.bg-filter-blue.t09 {
  background: rgba(9, 180, 232, 0.9);
}

/*
        / BG FILTER
*/
/*__________________________________________________________________________
                             / SPECIAL ELEMENTS
__________________________________________________________________________*/
/*===============================================================================================================================
                                                    // SITE ELEMENTS END
===============================================================================================================================*/
/*===============================================================================================================================
                                                                HEADER
===============================================================================================================================*/
.header {
  /*__________________________________________________________________________
                                    ELEMENT SETTINGS
    __________________________________________________________________________*/
  /*
            LANGUAGE SWITCH
        */
  /*
            / LANGUAGE SWITCH
        */
  /*__________________________________________________________________________
                                   / ELEMENT SETTINGS
    __________________________________________________________________________*/
  /*__________________________________________________________________________
                                    HEADER DEFAULT
    __________________________________________________________________________*/
  /*__________________________________________________________________________
                                  /  HEADER DEFAULT
    __________________________________________________________________________*/
  /*__________________________________________________________________________
                                  HEADER DUALMENU
    __________________________________________________________________________*/
  /*__________________________________________________________________________
                                /  HEADER DUALMENU
    __________________________________________________________________________*/
  /*__________________________________________________________________________
                                  HEADER STYLE FOUR
    __________________________________________________________________________*/
  /*__________________________________________________________________________
                                 / HEADER STYLE FOUR
    __________________________________________________________________________*/
  /*__________________________________________________________________________
                                  HEADER ECOMMERCE ONE
    __________________________________________________________________________*/
  /*__________________________________________________________________________
                                 / HEADER ECOMMERCE ONE
    __________________________________________________________________________*/
}

.header .language-switch {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 1370px) {
  .header .language-switch {
    right: 10px;
  }
  .header .language-switch .lang-label {
    font-size: 12px;
  }
}

.header.header-default {
  padding: 5px 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  height: 60px;
  /*
        LOGO
        */
  /*
        OFFCANVAS TOGGLER
        */
  /*
                / OFFCANVAS TOGGLER
        */
  /*
        LOGO
        */
  /*
        OFFCANVAS TOGGLER
        */
  /*
                / OFFCANVAS TOGGLER
        */
}

.header.header-default > .container {
  height: 100%;
}

.header.header-default > .container > .row {
  height: 100%;
}

.header.header-default > .container > .row > div {
  height: 100%;
}

.header.header-default .logo-img-container,
.header.header-default .logo-text {
  float: left;
}

.header.header-default .header-logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header.header-default .header-logo {
  color: #113847;
  margin-right: auto;
}

.header.header-default .header-logo img {
  height: 45px;
  width: auto;
}

.header.header-default .logo-text h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding-left: 17px;
  color: #113847;
}

.header.header-default .navbar-toggler {
  display: none;
  z-index: 100;
  cursor: pointer;
  padding: 0px 10px 0px 10px;
}

@media (max-width: 1000px) {
  .header.header-default .navbar-toggler {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 1366px) {
  .header.header-default .header-logo img {
    height: 47px;
    width: auto;
  }
}

@media (max-width: 1000px) {
  .header.header-default .header-logo img {
    height: 40px;
    width: auto;
  }
  .header.header-default .logo-text h3 {
    font-size: 16px;
  }
}

.header.header-default.dark {
  background: #01151c;
}

.header.header-default.dark .header-logo {
  color: #e1edf0;
}

.header.header-default.dark .header-logo .logo-text h1,
.header.header-default.dark .header-logo .logo-text h2,
.header.header-default.dark .header-logo .logo-text h3,
.header.header-default.dark .header-logo .logo-text h4,
.header.header-default.dark .header-logo .logo-text h4,
.header.header-default.dark .header-logo .logo-text h5,
.header.header-default.dark .header-logo .logo-text h6 {
  color: #e1edf0;
}

.header.header-default.dark .nav .nav-item .nav-link {
  color: #e1edf0;
}

.header.header-default.dark .nav .nav-item .nav-link.active {
  color: #d6954b;
}

.header.header-default.dark .nav .nav-item span {
  color: #e1edf0;
}

.header.header-default.dark .navbar-toggler {
  color: #e1edf0;
}

.header.header-default.dark .header-search {
  background: #455b61;
}

.header.header-default.dark .dropdown-menu {
  background-color: #01151c;
  border: 0.5px solid #242a2c;
}

.header.header-default.dark .dropdown-menu.dropdown-menu-left::after {
  border-bottom-color: #2b393d;
}

.header.header-default.dark .dropdown-menu.dropdown-menu-right::after {
  border-bottom-color: #2b393d;
}

.header.header-default.dark .dropdown-menu .megamenu-column {
  background: #01151c;
}

.header.header-default.dark .dropdown-menu .megamenu-column:not(:first-child):after {
  background-color: #242a2c;
}

.header.header-default.dark .dropdown-menu .megamenu-column span.sub {
  color: #92a1a5;
}

.header.header-default.dark .dropdown-menu .megamenu-column .featured-image a {
  color: #d6954b;
}

.header.header-default.dark .dropdown-menu .megamenu-column .divider {
  background: #242a2c;
}

.header.header-default.dark .dropdown-menu .megamenu-column .section-heading {
  color: #F6F7F9;
}

.header.header-default.dark .dropdown-menu .megamenu-column .section-heading span {
  color: #F6F7F9;
}

.header.header-default.dark .mega-search {
  border-top: 1px solid #2b393d;
  background: #01151c;
}

.header.header-default.dark .mega-search .mega-search-form .mega-search-input {
  background: #2b393d;
  color: #e1edf0;
}

.header.header-default.dark .mega-search .mega-search-form .mega-search-input::-webkit-input-placeholder {
  color: #e1edf0;
}

.header.header-default.dark .mega-search .mega-search-form .mega-search-input:-ms-input-placeholder {
  color: #e1edf0;
}

.header.header-default.dark .mega-search .mega-search-form .mega-search-input::-ms-input-placeholder {
  color: #e1edf0;
}

.header.header-default.dark .mega-search .mega-search-form .mega-search-input::placeholder {
  color: #e1edf0;
}

.header.header-default.light {
  background: #FFFFFF;
}

.header.header-default.light .nav .nav-item .nav-link {
  color: #415157;
}

.header.header-default.light .nav .nav-item .nav-link.active {
  color: #d6954b;
}

.header.header-default.light .navbar-toggler {
  color: #2b393d;
}

.header.header-default.light .header-search {
  background: #e1edf0;
}

.header.header-default.light .dropdown-menu {
  background-color: #fafcfd;
}

.header.header-default.light .dropdown-menu.dropdown-menu-left::after {
  border-bottom-color: #2b393d;
}

.header.header-default.light .dropdown-menu.dropdown-menu-right::after {
  border-bottom-color: #2b393d;
}

.header.header-default.light .mega-search {
  border-top: 1px solid #e1edf0;
  background: #FFFFFF;
}

.header.header-default.light .mega-search .mega-search-form .mega-search-input {
  background: #e1edf0;
  color: #2b393d;
}

.header.header-default.light .mega-search .mega-search-form .mega-search-input::-webkit-input-placeholder {
  color: #2b393d;
}

.header.header-default.light .mega-search .mega-search-form .mega-search-input:-ms-input-placeholder {
  color: #2b393d;
}

.header.header-default.light .mega-search .mega-search-form .mega-search-input::-ms-input-placeholder {
  color: #2b393d;
}

.header.header-default.light .mega-search .mega-search-form .mega-search-input::placeholder {
  color: #2b393d;
}

.header.header-default.transparent.style-five {
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header.header-default.transparent.style-five.scrolled {
  height: 60px;
}

.header.header-default.transparent.style-five.scrolled.dark {
  background: #01151c;
}

.header.header-default.transparent.style-five.scrolled.light {
  background: #fafcfd;
}

@media (max-width: 1000px) {
  .header.header-default.transparent.style-five {
    height: 50px;
  }
  .header.header-default.transparent.style-five.dark {
    background: #01151c;
  }
  .header.header-default.transparent.style-five.light {
    background: #fafcfd;
  }
}

.header.header-default.transparent.style-five .container-fluid,
.header.header-default.transparent.style-five .navigation-container {
  padding-right: 0;
}

.header.header-default.transparent.dark {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
}

.header.header-default.transparent.dark .nav .nav-item > .nav-link {
  color: #e1edf0;
}

.header.header-default.transparent.dark .nav .nav-item > .nav-link.active {
  color: #d6954b;
}

.header.header-default.transparent.dark .navbar-toggler {
  color: #e1edf0;
}

.header.header-default.transparent.dark .header-search {
  background: #e1edf0;
}

.header.header-default.transparent.dark .dropdown-menu {
  background-color: #01151c;
}

.header.header-default.transparent.dark .dropdown-menu::after {
  border-bottom-color: #01151c;
}

.header.header-default.transparent.dark .dropdown-menu.dropdown-menu-left::after {
  border-bottom-color: #01151c;
}

.header.header-default.transparent.dark .dropdown-menu.dropdown-menu-right::after {
  border-bottom-color: #01151c;
}

.header.header-default.transparent.dark .dropdown-menu .megamenu-column {
  background: #01151c;
}

.header.header-default.transparent.dark .dropdown-menu .megamenu-column:not(:first-child):after {
  background-color: #242a2c;
}

.header.header-default.transparent.dark .dropdown-menu .megamenu-column span.sub {
  color: #92a1a5;
}

.header.header-default.transparent.dark .dropdown-menu .megamenu-column .featured-image a {
  color: #d6954b;
}

.header.header-default.transparent.dark .dropdown-menu .megamenu-column .divider {
  background: #242a2c;
}

.header.header-default.transparent.dark .dropdown-menu .megamenu-column .section-heading span {
  color: #F6F7F9;
}

.header.header-default.transparent.dark .mega-search {
  border-top: 0;
  background: transparent;
}

.header.header-default.transparent.dark .mega-search .mega-search-form .mega-search-input {
  background: rgba(0, 0, 0, 0.8);
  color: #e1edf0;
}

.header.header-default.transparent.dark .mega-search .mega-search-form .mega-search-input::-webkit-input-placeholder {
  color: #e1edf0;
}

.header.header-default.transparent.dark .mega-search .mega-search-form .mega-search-input:-ms-input-placeholder {
  color: #e1edf0;
}

.header.header-default.transparent.dark .mega-search .mega-search-form .mega-search-input::-ms-input-placeholder {
  color: #e1edf0;
}

.header.header-default.transparent.dark .mega-search .mega-search-form .mega-search-input::placeholder {
  color: #e1edf0;
}

.header.header-default.transparent.dark .mega-search .megasearch-close-icon i {
  color: #d6954b;
}

.header.header-default.transparent.light {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
}

.header.header-default.transparent.light .nav .nav-item.active > .nav-link {
  color: #d6954b;
}

.header.header-default.transparent.light .nav .nav-item > .nav-link {
  color: #2b393d;
}

.header.header-default.transparent.light .nav .nav-item > .nav-link.active {
  color: #d6954b;
}

.header.header-default.transparent.light .navbar-toggler {
  color: #2b393d;
}

.header.header-default.transparent.light .header-search {
  background: #e1edf0;
}

.header.header-default.transparent.light .dropdown-menu {
  background-color: #fafcfd;
}

.header.header-default.transparent.light .dropdown-menu.dropdown-menu-left::after {
  border-bottom-color: #2b393d;
}

.header.header-default.transparent.light .dropdown-menu.dropdown-menu-right::after {
  border-bottom-color: #fafcfd;
}

.header.header-default.transparent.light .mega-search {
  border-top: 0;
  background: transparent;
}

.header.header-default.transparent.light .mega-search .mega-search-form .mega-search-input {
  background: rgba(255, 255, 255, 0.8);
  color: #2b393d;
}

.header.header-default.transparent.light .mega-search .mega-search-form .mega-search-input::-webkit-input-placeholder {
  color: #2b393d;
}

.header.header-default.transparent.light .mega-search .mega-search-form .mega-search-input:-ms-input-placeholder {
  color: #2b393d;
}

.header.header-default.transparent.light .mega-search .mega-search-form .mega-search-input::-ms-input-placeholder {
  color: #2b393d;
}

.header.header-default.transparent.light .mega-search .mega-search-form .mega-search-input::placeholder {
  color: #2b393d;
}

.header.header-default.transparent.light .mega-search .megasearch-close-icon i {
  color: #d6954b;
}

.header.header-default .shrink {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.header.header-default .logo-img-container,
.header.header-default .logo-text {
  float: left;
}

.header.header-default .header-logo {
  color: #113847;
}

.header.header-default .header-logo img {
  height: 45px;
  width: auto;
}

.header.header-default .logo-text h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding-left: 17px;
  color: #113847;
}

.header.header-default .navbar-toggler {
  display: none;
  z-index: 100;
  cursor: pointer;
  padding: 0px 10px 0px 10px;
}

@media (max-width: 1000px) {
  .header.header-default .navbar-toggler {
    display: block;
  }
}

@media (max-width: 1366px) {
  .header.header-default .header-logo img {
    height: 47px;
    width: auto;
  }
}

@media (max-width: 1000px) {
  .header.header-default {
    height: 50px;
  }
  .header.header-default .header-logo img {
    height: 40px;
    width: auto;
  }
  .header.header-default .logo-text h3 {
    font-size: 16px;
  }
}

.header.header-dualmenu {
  z-index: 1000;
}

@media (max-width: 575px) {
  .header.header-dualmenu > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

.header.header-dualmenu.dark .top-ribbon {
  background: #01151c;
  height: 30px;
}

.header.header-dualmenu.dark .top-ribbon .row {
  height: 100%;
}

.header.header-dualmenu.dark .top-ribbon .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header.header-dualmenu.dark .top-ribbon .row > div .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header.header-dualmenu.dark .top-ribbon .nav .nav-item .nav-link {
  padding: 2px 10px;
  color: #e1edf0;
  font-size: 12px;
}

.header.header-dualmenu.dark .top-ribbon .dropdown-menu {
  background-color: #01151c;
}

.header.header-dualmenu.dark .logo-container {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2b393d;
}

@media (max-width: 1000px) {
  .header.header-dualmenu.dark .logo-container {
    background: #01151c;
  }
}

@media (max-width: 575px) {
  .header.header-dualmenu.dark .logo-container {
    height: 50px;
  }
}

.header.header-dualmenu.dark .logo-container .navbar-toggler {
  color: #e1edf0;
}

.header.header-dualmenu.dark .logo-container .row {
  width: 100%;
}

.header.header-dualmenu.dark .logo-container .row .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .header.header-dualmenu.dark .logo-container .row .col:nth-child(1) {
    -webkit-box-flex: 50px;
        -ms-flex: 50px 0;
            flex: 50px 0;
    padding-left: 10px;
    padding-right: 0;
  }
}

.header.header-dualmenu.dark .logo-container .row .col .header-logo img {
  height: 60px;
}

.header.header-dualmenu.dark .logo-container .row .col .header-logo .logo-text h3 {
  color: #92a1a5;
  padding-left: 10px;
}

@media (max-width: 1000px) {
  .header.header-dualmenu.dark .logo-container .row .col .header-logo .logo-text h3 {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .header.header-dualmenu.dark .logo-container .row .col .header-logo img {
    height: 30px;
  }
  .header.header-dualmenu.dark .logo-container .row .col .header-logo .logo-text h3 {
    font-size: 15px;
    margin: 0;
  }
}

.header.header-dualmenu.dark .logo-container .row .col .nav .nav-item .nav-link {
  padding-right: 0;
  color: #e1edf0;
}

.header.header-dualmenu.dark .main-nav {
  border-top: none;
  border-bottom: none;
  background: #01151c;
}

.header.header-dualmenu.dark .main-nav .nav .nav-item.dropdown.show > .nav-link {
  background: #2b393d;
}

.header.header-dualmenu.dark .main-nav .nav .nav-item .nav-link {
  color: #e1edf0;
}

.header.header-dualmenu.dark .main-nav .nav .nav-item .nav-link.active {
  color: #d6954b;
}

.header.header-dualmenu.dark .main-nav .nav .nav-item .nav-link:hover {
  background: #2b393d;
}

.header.header-dualmenu.dark .main-nav .nav .nav-item span {
  color: #e1edf0;
}

.header.header-dualmenu.dark .main-nav .dropdown-menu {
  background-color: #01151c;
  top: 38px !important;
  border-radius: 0;
  padding: 0;
  border: none;
  border: 0.5px solid #242a2c;
}

.header.header-dualmenu.dark .main-nav .dropdown-menu .nav-item .nav-link {
  color: #e1edf0;
  padding: 5px 12px;
}

.header.header-dualmenu.dark .main-nav .dropdown-menu .nav-item .nav-link:hover {
  background: #01151c;
}

.header.header-dualmenu.dark .main-nav .dropdown-menu.dropdown-menu-left::after {
  border: none;
}

.header.header-dualmenu.dark .main-nav .dropdown-menu::after {
  border: none !important;
}

.header.header-dualmenu.dark .main-nav .dropdown-menu.dropdown-menu-right::after {
  border: none;
}

.header.header-dualmenu.dark .main-nav .dropdown-menu .megamenu-column {
  background: #01151c;
  padding-top: 8px;
  padding-bottom: 8px;
}

.header.header-dualmenu.dark .main-nav .dropdown-menu .megamenu-column:not(:first-child):after {
  background-color: #242a2c;
}

.header.header-dualmenu.dark .main-nav .dropdown-menu .megamenu-column span.sub {
  color: #92a1a5;
}

.header.header-dualmenu.dark .main-nav .dropdown-menu .megamenu-column .featured-image a {
  color: #d6954b;
}

.header.header-dualmenu.dark .main-nav .dropdown-menu .megamenu-column .divider {
  background: #242a2c;
}

.header.header-dualmenu.dark .main-nav .dropdown-menu .megamenu-column .section-heading span {
  color: #F6F7F9;
}

.header.header-dualmenu.dark .main-nav .dropdown-menu .dropdown-menu {
  margin-left: 0;
}

.header.header-dualmenu.dark .main-nav .dropdown-menu .dropdown-menu .nav-item .dropdown-menu {
  left: -220px;
}

.header.header-dualmenu.dark .mega-search {
  background: #01151c;
}

.header.header-dualmenu.dark .mega-search.active {
  border-top: 1px solid #2b393d;
  margin-top: 0;
}

.header.header-dualmenu.dark .mega-search .mega-search-form .mega-search-input {
  background: #2b393d;
  color: #e1edf0;
}

.header.header-dualmenu.dark .mega-search .mega-search-form .mega-search-input::-webkit-input-placeholder {
  color: #e1edf0;
}

.header.header-dualmenu.dark .mega-search .mega-search-form .mega-search-input:-ms-input-placeholder {
  color: #e1edf0;
}

.header.header-dualmenu.dark .mega-search .mega-search-form .mega-search-input::-ms-input-placeholder {
  color: #e1edf0;
}

.header.header-dualmenu.dark .mega-search .mega-search-form .mega-search-input::placeholder {
  color: #e1edf0;
}

.header.header-dualmenu.dark .mega-search .megasearch-close-icon i {
  color: #d6954b;
}

.header.header-dualmenu.light .top-ribbon {
  background: #01151c;
  height: 30px;
}

.header.header-dualmenu.light .top-ribbon .row {
  height: 100%;
}

.header.header-dualmenu.light .top-ribbon .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header.header-dualmenu.light .top-ribbon .row > div .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header.header-dualmenu.light .top-ribbon .nav .nav-item .nav-link {
  padding: 2px 10px;
  color: #e1edf0;
  font-size: 12px;
}

.header.header-dualmenu.light .top-ribbon .dropdown-menu {
  background-color: #01151c;
}

.header.header-dualmenu.light .logo-container {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 575px) {
  .header.header-dualmenu.light .logo-container {
    height: 50px;
  }
}

.header.header-dualmenu.light .logo-container .row {
  width: 100%;
}

.header.header-dualmenu.light .logo-container .row .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .header.header-dualmenu.light .logo-container .row .col:nth-child(1) {
    -webkit-box-flex: 50px;
        -ms-flex: 50px 0;
            flex: 50px 0;
    padding-left: 10px;
    padding-right: 0;
  }
}

.header.header-dualmenu.light .logo-container .row .col .header-logo img {
  height: 60px;
}

.header.header-dualmenu.light .logo-container .row .col .header-logo .logo-text h3 {
  color: #455b61;
  padding-left: 10px;
}

@media (max-width: 1000px) {
  .header.header-dualmenu.light .logo-container .row .col .header-logo .logo-text h3 {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .header.header-dualmenu.light .logo-container .row .col .header-logo img {
    height: 30px;
  }
  .header.header-dualmenu.light .logo-container .row .col .header-logo .logo-text h3 {
    font-size: 15px;
    margin: 0;
  }
}

.header.header-dualmenu.light .logo-container .row .col .nav .nav-item .nav-link {
  padding-right: 0;
  color: #2b393d;
}

.header.header-dualmenu.light .main-nav {
  border-top: 1px solid #e1edf0;
  border-bottom: 1px solid #e1edf0;
}

.header.header-dualmenu.light .main-nav .nav .nav-item.dropdown.show > .nav-link {
  background: #2b393d;
}

.header.header-dualmenu.light .main-nav .nav .nav-item .nav-link {
  color: #2b393d;
}

.header.header-dualmenu.light .main-nav .nav .nav-item .nav-link.active {
  color: #d6954b;
}

.header.header-dualmenu.light .main-nav .nav .nav-item .nav-link:hover {
  background: #2b393d;
}

.header.header-dualmenu.light .main-nav .dropdown-menu {
  background-color: #fafcfd;
  top: 38px !important;
  border-radius: 0;
  padding: 0;
  border: none;
}

.header.header-dualmenu.light .main-nav .dropdown-menu .nav-item .nav-link {
  color: #2b393d;
  padding: 5px 12px;
}

.header.header-dualmenu.light .main-nav .dropdown-menu .nav-item .nav-link:hover {
  background: #e1edf0;
}

.header.header-dualmenu.light .main-nav .dropdown-menu.dropdown-menu-left::after {
  border: none;
}

.header.header-dualmenu.light .main-nav .dropdown-menu::after {
  border: none !important;
}

.header.header-dualmenu.light .main-nav .dropdown-menu.dropdown-menu-right::after {
  border: none;
}

.header.header-dualmenu.light .main-nav .dropdown-menu .megamenu-column {
  background: #fafcfd;
  padding-top: 8px;
  padding-bottom: 8px;
}

.header.header-dualmenu.light .main-nav .dropdown-menu .megamenu-column:not(:first-child):after {
  background-color: #F6F7F9;
}

.header.header-dualmenu.light .main-nav .dropdown-menu .megamenu-column span.sub {
  color: #92a1a5;
}

.header.header-dualmenu.light .main-nav .dropdown-menu .megamenu-column .featured-image a {
  color: #d6954b;
}

.header.header-dualmenu.light .main-nav .dropdown-menu .megamenu-column .divider {
  background: #F6F7F9;
}

.header.header-dualmenu.light .main-nav .dropdown-menu .megamenu-column .section-heading span {
  color: #92a1a5;
}

.header.header-dualmenu.light .main-nav .dropdown-menu .dropdown-menu {
  margin-left: 0;
  top: 3px !important;
}

.header.header-dualmenu.light .main-nav .dropdown-menu .dropdown-menu .nav-item .dropdown-menu {
  left: -220px;
}

.header.header-stylefour {
  padding-bottom: 5px;
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  /*
        LOGO
        */
  /*
        OFFCANVAS TOGGLER
        */
  /*
                / OFFCANVAS TOGGLER
        */
}

@media (max-width: 1000px) {
  .header.header-stylefour {
    padding-top: 5px;
  }
}

.header.header-stylefour .top-ribbon {
  background: #01151c;
  height: 30px;
  margin-bottom: 5px;
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  opacity: 1;
}

.header.header-stylefour .top-ribbon > .container {
  height: 100%;
}

.header.header-stylefour .top-ribbon.scrolled {
  opacity: 0;
  height: 0px;
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
}

.header.header-stylefour .top-ribbon.scrolled > div {
  height: 0px;
  font-size: 0 !important;
  -webkit-transition: all .75s ease;
  transition: all .75s ease;
}

.header.header-stylefour .top-ribbon.scrolled .social-icon {
  height: 0;
  -webkit-transition: all .75s ease;
  transition: all .75s ease;
}

.header.header-stylefour .top-ribbon.scrolled .nav .nav-item .nav-link {
  font-size: 0 !important;
  -webkit-transition: all .75s ease;
  transition: all .75s ease;
}

.header.header-stylefour .top-ribbon .row {
  height: 100%;
  -webkit-transition: all .75s ease;
  transition: all .75s ease;
}

.header.header-stylefour .top-ribbon .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header.header-stylefour .top-ribbon .row > div .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header.header-stylefour .top-ribbon .nav .nav-item .nav-link {
  padding: 2px 10px;
  font-size: 12px;
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
}

.header.header-stylefour > .container {
  height: 100%;
}

.header.header-stylefour > .container > .row {
  height: 100%;
}

.header.header-stylefour > .container > .row > div {
  height: 100%;
}

.header.header-stylefour .shrink {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.header.header-stylefour .logo-img-container,
.header.header-stylefour .logo-text {
  float: left;
}

.header.header-stylefour .header-logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header.header-stylefour .header-logo {
  color: #113847;
  margin-right: auto;
}

.header.header-stylefour .header-logo img {
  height: 45px;
  width: auto;
}

.header.header-stylefour .logo-text h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding-left: 17px;
  color: #113847;
}

.header.header-stylefour .navbar-toggler {
  display: none;
  z-index: 100;
  cursor: pointer;
  padding: 0px 10px 0px 10px;
}

@media (max-width: 1000px) {
  .header.header-stylefour .navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 1366px) {
  .header.header-stylefour .header-logo img {
    height: 47px;
    width: auto;
  }
}

@media (max-width: 1000px) {
  .header.header-stylefour .header-logo img {
    height: 40px;
    width: auto;
  }
  .header.header-stylefour .logo-text h3 {
    font-size: 16px;
  }
}

.header.header-stylefour.light {
  background: #FFFFFF;
}

.header.header-stylefour.light .top-ribbon .nav .nav-item .nav-link {
  color: #e1edf0;
}

.header.header-stylefour.light .top-ribbon .dropdown-menu {
  background-color: #01151c;
}

.header.header-stylefour.light .nav .nav-item .nav-link {
  color: #415157;
}

.header.header-stylefour.light .nav .nav-item .nav-link.active {
  color: #d6954b;
}

.header.header-stylefour.light .navbar-toggler {
  color: #2b393d;
}

.header.header-stylefour.light .header-search {
  background: #e1edf0;
}

.header.header-stylefour.light .dropdown-menu {
  background-color: #fafcfd;
}

.header.header-stylefour.light .dropdown-menu.dropdown-menu-left::after {
  border-bottom-color: #2b393d;
}

.header.header-stylefour.light .dropdown-menu.dropdown-menu-right::after {
  border-bottom-color: #2b393d;
}

.header.header-stylefour.light .dropdown-menu .megamenu-column:not(:first-child):after {
  background-color: #eeeeee;
}

.header.header-stylefour.light .dropdown-menu .megamenu-column span.sub {
  color: #92a1a5;
}

.header.header-stylefour.light .dropdown-menu .megamenu-column .featured-image a {
  color: #d6954b;
}

.header.header-stylefour.light .dropdown-menu .megamenu-column .divider {
  background: #e1edf0;
}

.header.header-stylefour.light .dropdown-menu .megamenu-column .section-heading span {
  color: #415157;
}

.header.header-stylefour.light .mega-search {
  border-top: 1px solid #e1edf0;
  background: #FFFFFF;
}

.header.header-stylefour.light .mega-search .mega-search-form .mega-search-input {
  background: #e1edf0;
  color: #2b393d;
}

.header.header-stylefour.light .mega-search .mega-search-form .mega-search-input::-webkit-input-placeholder {
  color: #2b393d;
}

.header.header-stylefour.light .mega-search .mega-search-form .mega-search-input:-ms-input-placeholder {
  color: #2b393d;
}

.header.header-stylefour.light .mega-search .mega-search-form .mega-search-input::-ms-input-placeholder {
  color: #2b393d;
}

.header.header-stylefour.light .mega-search .mega-search-form .mega-search-input::placeholder {
  color: #2b393d;
}

.header.header-stylefour.dark {
  background: #01151c;
}

.header.header-stylefour.dark .top-ribbon {
  border-bottom: 1px solid #182326;
}

.header.header-stylefour.dark .top-ribbon .nav .nav-item .nav-link {
  color: #e1edf0;
}

.header.header-stylefour.dark .top-ribbon .dropdown-menu {
  background-color: #01151c;
}

.header.header-stylefour.dark .nav .nav-item .nav-link {
  color: #e1edf0;
}

.header.header-stylefour.dark .nav .nav-item .nav-link.active {
  color: #d6954b;
}

.header.header-stylefour.dark .nav .nav-item span span {
  color: #e1edf0;
}

.header.header-stylefour.dark .navbar-toggler {
  color: #e1edf0;
}

.header.header-stylefour.dark .header-search {
  background: #e1edf0;
}

.header.header-stylefour.dark .dropdown-menu {
  background: #01151c;
  border: 0.5px solid #242a2c;
}

.header.header-stylefour.dark .dropdown-menu.dropdown-menu-left::after {
  border-bottom-color: #2b393d;
}

.header.header-stylefour.dark .dropdown-menu.dropdown-menu-right::after {
  border-bottom-color: #2b393d;
}

.header.header-stylefour.dark .dropdown-menu .megamenu-column {
  background: #01151c;
}

.header.header-stylefour.dark .dropdown-menu .megamenu-column:not(:first-child):after {
  background-color: #242a2c;
}

.header.header-stylefour.dark .dropdown-menu .megamenu-column span.sub {
  color: #92a1a5;
}

.header.header-stylefour.dark .dropdown-menu .megamenu-column .featured-image a {
  color: #d6954b;
}

.header.header-stylefour.dark .dropdown-menu .megamenu-column .divider {
  background: #242a2c;
}

.header.header-stylefour.dark .dropdown-menu .megamenu-column .section-heading span {
  color: #F6F7F9;
}

.header.header-stylefour.dark .mega-search {
  border-top: 1px solid #182326;
  background: #01151c;
  z-index: 1;
}

.header.header-stylefour.dark .mega-search .mega-search-form .mega-search-input {
  background: #2b393d;
  color: #e1edf0;
}

.header.header-stylefour.dark .mega-search .mega-search-form .mega-search-input::-webkit-input-placeholder {
  color: #e1edf0;
}

.header.header-stylefour.dark .mega-search .mega-search-form .mega-search-input:-ms-input-placeholder {
  color: #e1edf0;
}

.header.header-stylefour.dark .mega-search .mega-search-form .mega-search-input::-ms-input-placeholder {
  color: #e1edf0;
}

.header.header-stylefour.dark .mega-search .mega-search-form .mega-search-input::placeholder {
  color: #e1edf0;
}

.header.header-ecom {
  padding-bottom: 5px;
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  /*
        OFFCANVAS TOGGLER
        */
  /*
                / OFFCANVAS TOGGLER
        */
}

@media (max-width: 1000px) {
  .header.header-ecom {
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  .header.header-ecom {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.header.header-ecom .top-ribbon {
  background: #01151c;
  height: 30px;
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  opacity: 1;
}

.header.header-ecom .top-ribbon > .container {
  height: 100%;
}

.header.header-ecom .top-ribbon.scrolled {
  opacity: 0;
  height: 0px;
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
}

.header.header-ecom .top-ribbon.scrolled > div {
  height: 0px;
  font-size: 0 !important;
  -webkit-transition: all .75s ease;
  transition: all .75s ease;
}

.header.header-ecom .top-ribbon.scrolled .social-icon {
  height: 0;
  -webkit-transition: all .75s ease;
  transition: all .75s ease;
}

.header.header-ecom .top-ribbon.scrolled .nav .nav-item .nav-link {
  font-size: 0 !important;
  -webkit-transition: all .75s ease;
  transition: all .75s ease;
}

.header.header-ecom .top-ribbon .row {
  height: 100%;
  -webkit-transition: all .75s ease;
  transition: all .75s ease;
}

.header.header-ecom .top-ribbon .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header.header-ecom .top-ribbon .row > div .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header.header-ecom .top-ribbon .nav .nav-item.active .nav-link {
  color: #d6954b !important;
}

.header.header-ecom .top-ribbon .nav .nav-item .nav-link {
  padding: 2px 10px;
  color: #e1edf0 !important;
  font-size: 12px;
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
}

.header.header-ecom .top-ribbon .nav .nav-item .nav-link:hover {
  color: #a76820 !important;
}

.header.header-ecom .top-ribbon .nav .dropdown-menu {
  background-color: #2b393d;
}

.header.header-ecom .top-ribbon .nav .dropdown-menu.dropdown-menu-left::after {
  border-bottom-color: #2b393d;
}

.header.header-ecom .top-ribbon .nav .dropdown-menu.dropdown-menu-right::after {
  border-bottom-color: #2b393d;
}

.header.header-ecom .top-ribbon .nav .dropdown-menu .megamenu-column:not(:first-child):after {
  background-color: #eeeeee;
}

.header.header-ecom .top-ribbon .nav .dropdown-menu .megamenu-column span.sub {
  color: #92a1a5;
}

.header.header-ecom .top-ribbon .nav .dropdown-menu .megamenu-column .featured-image a {
  color: #d6954b;
}

.header.header-ecom .top-ribbon .nav .dropdown-menu .megamenu-column .divider {
  background: #e1edf0;
}

.header.header-ecom .top-ribbon .nav .dropdown-menu .megamenu-column .section-heading span {
  color: #415157;
}

.header.header-ecom .middle-logo-and-search-container {
  height: 70px;
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  /*
            LOGO
            */
}

@media (max-width: 1000px) {
  .header.header-ecom .middle-logo-and-search-container {
    height: 50px;
  }
}

@media (max-width: 575px) {
  .header.header-ecom .middle-logo-and-search-container {
    height: 40px;
  }
}

.header.header-ecom .middle-logo-and-search-container > .container {
  height: 100%;
}

.header.header-ecom .middle-logo-and-search-container > .container > .row {
  height: 100%;
}

.header.header-ecom .middle-logo-and-search-container > .container > .row > div {
  height: 100%;
}

.header.header-ecom .middle-logo-and-search-container .shrink {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.header.header-ecom .middle-logo-and-search-container .logo-img-container,
.header.header-ecom .middle-logo-and-search-container .logo-text {
  float: left;
}

.header.header-ecom .middle-logo-and-search-container .header-logo {
  color: #113847;
  margin-right: auto;
}

.header.header-ecom .middle-logo-and-search-container .header-logo img {
  height: 45px;
  width: auto;
}

.header.header-ecom .middle-logo-and-search-container .logo-text {
  min-width: 120px;
}

@media (max-width: 575px) {
  .header.header-ecom .middle-logo-and-search-container .logo-text {
    display: none;
  }
}

.header.header-ecom .middle-logo-and-search-container .logo-text h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding-left: 5px;
  color: #113847;
}

.header.header-ecom .middle-logo-and-search-container .header-logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1000px) {
  .header.header-ecom .middle-logo-and-search-container .header-logo-container .navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header.header-ecom .middle-logo-and-search-container .ecom-search {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 575px) {
  .header.header-ecom .middle-logo-and-search-container .ecom-search {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.header.header-ecom .middle-logo-and-search-container .ecom-search .ecom-search-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.header.header-ecom .middle-logo-and-search-container .ecom-search .ecom-search-form .ecom-search-input {
  display: block;
  padding: 5px 35px 5px 10px;
  height: 40px;
  font-size: 16px;
  width: 100%;
  border: 0.5px solid #e1edf0;
  color: #92a1a5;
  font-weight: 200;
}

.header.header-ecom .middle-logo-and-search-container .ecom-search .ecom-search-form .ecom-search-input::-webkit-input-placeholder {
  color: #92a1a5;
}

.header.header-ecom .middle-logo-and-search-container .ecom-search .ecom-search-form .ecom-search-input:-ms-input-placeholder {
  color: #92a1a5;
}

.header.header-ecom .middle-logo-and-search-container .ecom-search .ecom-search-form .ecom-search-input::-ms-input-placeholder {
  color: #92a1a5;
}

.header.header-ecom .middle-logo-and-search-container .ecom-search .ecom-search-form .ecom-search-input::placeholder {
  color: #92a1a5;
}

.header.header-ecom .middle-logo-and-search-container .ecom-search .ecom-search-form .search-field-icon {
  position: absolute;
  color: #d6954b;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 17px;
}

.header.header-ecom .middle-logo-and-search-container .ecom-search .ecom-search-form #product_cat,
.header.header-ecom .middle-logo-and-search-container .ecom-search .ecom-search-form .pdoduct_cat {
  border-top: 0.5px solid #e1edf0;
  border-bottom: 0.5px solid #e1edf0;
  border-right: 0;
  border-left: 0;
  color: #92a1a5;
  font-weight: 300;
  font-size: 14px;
  padding-right: 10px;
  padding-left: 10px;
  outline: 0;
  display: inline-block;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all .25s;
  transition: all .25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: middle;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbi1kcm9wZG93biIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzAgMjAiPjxwYXRoIGQ9Ik0xOS4zNiw5LDE1LjIsMTMuMTJhLjI4LjI4LDAsMCwxLS40MSwwTDEwLjYzLDlhLjI4LjI4LDAsMCwxLDAtLjQxbC40NS0uNDVBLjI5LjI5LDAsMCwxLDExLjI5LDhhLjMxLjMxLDAsMCwxLC4yMS4wOUwxNSwxMS42MSwxOC41MSw4LjFhLjI4LjI4LDAsMCwxLC40MSwwbC40NS40NWEuMjguMjgsMCwwLDEsMCwuNDFaIi8+PC9zdmc+);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 1.8em 1.2em;
  padding-right: 1.8em;
}

.header.header-ecom .middle-logo-and-search-container .ecom-search .ecom-search-form #product_cat::-webkit-input-placeholder,
.header.header-ecom .middle-logo-and-search-container .ecom-search .ecom-search-form .pdoduct_cat::-webkit-input-placeholder {
  color: #92a1a5;
}

.header.header-ecom .middle-logo-and-search-container .ecom-search .ecom-search-form #product_cat:-ms-input-placeholder,
.header.header-ecom .middle-logo-and-search-container .ecom-search .ecom-search-form .pdoduct_cat:-ms-input-placeholder {
  color: #92a1a5;
}

.header.header-ecom .middle-logo-and-search-container .ecom-search .ecom-search-form #product_cat::-ms-input-placeholder,
.header.header-ecom .middle-logo-and-search-container .ecom-search .ecom-search-form .pdoduct_cat::-ms-input-placeholder {
  color: #92a1a5;
}

.header.header-ecom .middle-logo-and-search-container .ecom-search .ecom-search-form #product_cat::placeholder,
.header.header-ecom .middle-logo-and-search-container .ecom-search .ecom-search-form .pdoduct_cat::placeholder {
  color: #92a1a5;
}

@media (max-width: 992px) {
  .header.header-ecom .middle-logo-and-search-container .ecom-search .ecom-search-form #product_cat,
  .header.header-ecom .middle-logo-and-search-container .ecom-search .ecom-search-form .pdoduct_cat {
    display: none;
  }
}

.header.header-ecom .middle-logo-and-search-container .ecom-search .ecom-search-form .ecom-search-icon-container {
  width: 45px;
  border: 0.5px solid #e1edf0;
}

@media (max-width: 767px) {
  .header.header-ecom .middle-logo-and-search-container .ecom-search .ecom-search-form .ecom-search-icon-container {
    border: 0;
  }
}

.header.header-ecom .middle-logo-and-search-container .after-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 65px;
          flex: 0 65px;
}

.header.header-ecom.scrolled {
  padding-bottom: 0;
}

@media (max-width: 575px) {
  .header.header-ecom.scrolled {
    height: 50px;
  }
}

.header.header-ecom.scrolled .middle-logo-and-search-container {
  height: 50px;
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
}

@media (max-width: 575px) {
  .header.header-ecom.scrolled .middle-logo-and-search-container {
    height: 40px;
  }
}

.header.header-ecom.scrolled .top-ribbon {
  margin-bottom: 0;
}

.header.header-ecom.scrolled .ecom-navigation-container {
  display: none;
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
}

.header.header-ecom .ecom-navigation-container {
  border-top: 0.5px solid #e1edf0;
  padding-top: 5px;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  display: block;
}

@media (max-width: 1000px) {
  .header.header-ecom .ecom-navigation-container {
    padding-top: 0px;
    display: none;
  }
}

.header.header-ecom .ecom-navigation-container .nav .nav-item.active .nav-link {
  color: #d6954b !important;
}

.header.header-ecom .ecom-navigation-container .nav .nav-item.active .nav-link.active {
  color: #d6954b !important;
}

.header.header-ecom .ecom-navigation-container .nav .nav-item .nav-link {
  color: #415157;
}

.header.header-ecom .ecom-navigation-container .nav .nav-item .nav-link.active {
  color: #d6954b !important;
}

.header.header-ecom .navbar-toggler {
  display: none;
  z-index: 100;
  cursor: pointer;
  padding: 0px 5px 0px 5px;
}

@media (max-width: 1000px) {
  .header.header-ecom .navbar-toggler {
    display: block;
  }
}

@media (max-width: 1366px) {
  .header.header-ecom .header-logo img {
    height: 47px;
    width: auto;
  }
}

@media (max-width: 1000px) {
  .header.header-ecom .header-logo img {
    height: 40px;
    width: auto;
  }
  .header.header-ecom .logo-text h3 {
    font-size: 16px;
  }
}

.header.header-ecom.light {
  background: #FFFFFF;
}

.header.header-ecom.light .nav .nav-item.active .nav-link {
  color: #415157;
}

.header.header-ecom.light .nav .nav-item.active .nav-link.active {
  color: #d6954b !important;
}

.header.header-ecom.light .nav .nav-item .nav-link {
  color: #415157;
}

.header.header-ecom.light .nav .nav-item .nav-link.active {
  color: #d6954b !important;
}

.header.header-ecom.light .navbar-toggler {
  color: #2b393d;
}

.header.header-ecom.light .header-search {
  background: #e1edf0;
}

.header.header-ecom.light .dropdown-menu {
  background-color: #fafcfd;
}

.header.header-ecom.light .dropdown-menu.dropdown-menu-left::after {
  border-bottom-color: #2b393d;
}

.header.header-ecom.light .dropdown-menu.dropdown-menu-right::after {
  border-bottom-color: #2b393d;
}

.header.header-ecom.light .dropdown-menu .megamenu-column:not(:first-child):after {
  background-color: #eeeeee;
}

.header.header-ecom.light .dropdown-menu .megamenu-column span.sub {
  color: #92a1a5;
}

.header.header-ecom.light .dropdown-menu .megamenu-column .featured-image a {
  color: #d6954b;
}

.header.header-ecom.light .dropdown-menu .megamenu-column .divider {
  background: #e1edf0;
}

.header.header-ecom.light .dropdown-menu .megamenu-column .section-heading span {
  color: #415157;
}

.header.header-ecom.light .mega-search {
  border-top: 1px solid #e1edf0;
  background: #FFFFFF;
}

.header.header-ecom.light .mega-search .mega-search-form .mega-search-input {
  background: #e1edf0;
  color: #2b393d;
}

.header.header-ecom.light .mega-search .mega-search-form .mega-search-input::-webkit-input-placeholder {
  color: #2b393d;
}

.header.header-ecom.light .mega-search .mega-search-form .mega-search-input:-ms-input-placeholder {
  color: #2b393d;
}

.header.header-ecom.light .mega-search .mega-search-form .mega-search-input::-ms-input-placeholder {
  color: #2b393d;
}

.header.header-ecom.light .mega-search .mega-search-form .mega-search-input::placeholder {
  color: #2b393d;
}

.header.header-ecom.dark {
  background: #01151c;
}

.header.header-ecom.dark .top-ribbon {
  border-bottom: 1px solid #182326;
}

.header.header-ecom.dark .nav .nav-item.avtive .nav-link.active {
  color: #d6954b;
}

.header.header-ecom.dark .nav .nav-item .nav-link {
  color: #e1edf0;
}

.header.header-ecom.dark .nav .nav-item .nav-link.active {
  color: #d6954b;
}

.header.header-ecom.dark .navbar-toggler {
  color: #e1edf0;
}

.header.header-ecom.dark .header-search {
  background: #e1edf0;
}

.header.header-ecom.dark .dropdown-menu {
  background: #01151c;
  border: 0.5px solid #242a2c;
}

.header.header-ecom.dark .dropdown-menu.dropdown-menu-left::after {
  border-bottom-color: #2b393d;
}

.header.header-ecom.dark .dropdown-menu.dropdown-menu-right::after {
  border-bottom-color: #2b393d;
}

.header.header-ecom.dark .dropdown-menu .megamenu-column {
  background: #01151c;
}

.header.header-ecom.dark .dropdown-menu .megamenu-column:not(:first-child):after {
  background-color: #242a2c;
}

.header.header-ecom.dark .dropdown-menu .megamenu-column span.sub {
  color: #92a1a5;
}

.header.header-ecom.dark .dropdown-menu .megamenu-column .featured-image a {
  color: #d6954b;
}

.header.header-ecom.dark .dropdown-menu .megamenu-column .divider {
  background: #242a2c;
}

.header.header-ecom.dark .dropdown-menu .megamenu-column .section-heading span {
  color: #F6F7F9;
}

.header.header-ecom.dark .mega-search {
  border-top: 1px solid #182326;
  background: #01151c;
  z-index: 1;
}

.header.header-ecom.dark .mega-search .mega-search-form .mega-search-input {
  background: #2b393d;
  color: #e1edf0;
}

.header.header-ecom.dark .mega-search .mega-search-form .mega-search-input::-webkit-input-placeholder {
  color: #e1edf0;
}

.header.header-ecom.dark .mega-search .mega-search-form .mega-search-input:-ms-input-placeholder {
  color: #e1edf0;
}

.header.header-ecom.dark .mega-search .mega-search-form .mega-search-input::-ms-input-placeholder {
  color: #e1edf0;
}

.header.header-ecom.dark .mega-search .mega-search-form .mega-search-input::placeholder {
  color: #e1edf0;
}

/*===============================================================================================================================
                                                    // HEADER DEFAULT
===============================================================================================================================*/
/*===============================================================================================================================
                                                    SITE NAVIGATION START
===============================================================================================================================*/
/*
        HEADER NAVIGATION START
*/
.navigation-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar .navbar-brand {
  padding: 0;
}

.nav {
  -ms-flex-item-align: center;
      align-self: center;
  /* padding: 10px 0; */
  font-family: "Inter", sans-serif;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0;
}

.nav.navbar {
  padding: 0;
}

.nav .navbar-brand {
  padding: 0;
}

.nav .nav-item .dropdown-toggle {
  white-space: normal;
}

.nav .nav-item .dropdown-toggle span.lang-en {
  float: left;
}

.nav .nav-item .dropdown-toggle span.lang-dh {
  float: right;
}

.nav .nav-item .nav-link.dropdown-toggle span.lang-en {
  float: left;
}

.nav .nav-item .nav-link.dropdown-toggle span.lang-dh {
  float: right;
}

.nav .nav-item .nav-link:hover {
  color: #d6954b !important;
}

.nav .nav-item .nav-link.dropdown-toggle::after {
  margin-left: .255em;
  margin-right: .255em;
}

.nav .nav-item.dropdown.show > .nav-link {
  color: #d6954b !important;
}

.nav.accordion .nav-item.has-children > .nav-link::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
  float: right;
  margin-top: 9px;
}

.nav.accordion .nav-item.has-children > .nav-link.collapsed {
  -webkit-transition: all 750ms ease-in-out;
  transition: all 750ms ease-in-out;
  background: transparent;
}

.nav.accordion .nav-item.has-children > .nav-link.collapsed::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  float: right;
  margin-top: 9px;
}

.nav.accordion .nav-item.has-children .submenu {
  list-style-type: none;
  padding-left: 13px;
}

.nav.accordion .nav-item.has-children .submenu .nav-item:last-child {
  padding-bottom: 15px;
}

.nav-item {
  position: relative;
}

/*
        DROPDOWN MENU
*/
.dropdown-menu {
  padding: 15px 20px;
  top: 45px !important;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px) !important;
          transform: translateY(30px) !important;
  transition: all 0.4s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  -webkit-transition: all 0.4s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  -moz-transition: all 0.4s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  -o-transition: all 0.4s cubic-bezier(0.03, 0.98, 0.52, 0.99);
}

.dropdown-menu.show {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
  transition: all 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  -webkit-transition: all 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  -moz-transition: all 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  -o-transition: all 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
}

.dropdown-menu.depth_6 {
  left: 220px !important;
}

.dropdown-menu.depth_7 {
  left: 220px !important;
}

.dropdown-menu.depth_8 {
  left: 220px !important;
}

.dropdown-menu .nav-item.active a {
  color: #d6954b;
}

.dropdown-menu .nav-item .nav-link {
  color: #e1edf0;
  line-height: 1.9;
  padding: 3px 5px;
}

.dropdown-menu .nav-item .nav-link:hover {
  color: #d6954b;
}

.dropdown-menu.dropdown-menu {
  min-width: 220px;
}

.dropdown-menu.dropdown-menu::after {
  border: solid 8px transparent;
  border-bottom-color: transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #2b393d;
  top: 0;
  left: 40px;
  margin-top: -16px;
}

.dropdown-menu.dropdown-menu.no-caret::after {
  border: 0;
}

.dropdown-menu.dropdown-menu-left {
  min-width: 220px;
}

.dropdown-menu.dropdown-menu-left::after {
  right: 0;
  border: solid 8px transparent;
  border-bottom-color: transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #2b393d;
  top: 0;
  left: 40px;
  margin-top: -16px;
}

.dropdown-menu.dropdown-menu-right {
  left: -125px !important;
  top: 45px !important;
}

.dropdown-menu.dropdown-menu-right::after {
  border: solid 8px transparent;
  border-bottom-color: transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #2b393d;
  top: 0;
  left: 165px !important;
  margin-top: -16px;
}

.dropdown-menu.dropdown-menu-right.rtl {
  left: 0px !important;
  right: auto;
}

.dropdown-menu .dropdown-toggle::after {
  display: inline-block;
  margin-top: 10px;
  vertical-align: 0.255em;
  content: "";
  border-bottom: 0.3em solid transparent;
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-left: 0.3em solid;
  float: right;
  margin-left: .255em;
}

.dropdown-menu .dropdown-submenu {
  position: relative;
}

.dropdown-menu .dropdown-submenu > .dropdown-menu {
  top: 0 !important;
  left: 100%;
  margin-top: -3px;
  margin-left: 19px;
}

.dropdown-menu .dropdown-submenu > .dropdown-menu .dropdown-menu.sub-menu {
  left: -258px;
}

.dropdown-menu .dropdown-submenu > .dropdown-menu .dropdown-menu.sub-menu::after {
  left: 219px !important;
  border: solid 8px transparent;
  border-top-color: transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #455b61;
  top: 28px !important;
  margin-left: 0;
}

.dropdown-menu .dropdown-submenu > .dropdown-menu::after {
  right: 0;
  border: solid 8px transparent;
  border-bottom-color: transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #455b61;
  top: 28px !important;
  left: 0;
  margin-left: -16px;
}

.dropdown-menu .header-search {
  width: 100%;
  padding: 8px 35px 8px 12px;
  background: #e1edf0;
  border: 0;
  font-size: 16px;
  color: #d6954b;
  border-radius: 4px;
  font-weight: 200;
}

.dropdown-menu .header-search::-webkit-input-placeholder {
  color: #d6954b;
  font-size: 16px;
  font-weight: 200;
}

.dropdown-menu .header-search:-ms-input-placeholder {
  color: #d6954b;
  font-size: 16px;
  font-weight: 200;
}

.dropdown-menu .header-search::-ms-input-placeholder {
  color: #d6954b;
  font-size: 16px;
  font-weight: 200;
}

.dropdown-menu .header-search::placeholder {
  color: #d6954b;
  font-size: 16px;
  font-weight: 200;
}

.dropdown-menu .header-search-form .search-field-icon {
  position: absolute;
  color: #d6954b;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 17px;
}

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -webkit-transition: all ease-in-out 950ms;
    transition: all ease-in-out 950ms;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
    opacity: 0;
    -webkit-transition: all ease-in-out 950ms;
    transition: all ease-in-out 950ms;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: all ease-in-out 950ms;
    transition: all ease-in-out 950ms;
  }
  0% {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
    opacity: 0;
    -webkit-transition: all ease-in-out 950ms;
    transition: all ease-in-out 950ms;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.dropIn {
  -webkit-animation-name: dropIn;
  animation-name: dropIn;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dropIn,
.dropOut {
  -webkit-animation-duration: .45s;
  animation-duration: .45s;
}

.dropOut {
  -webkit-animation-name: dropOut;
  animation-name: dropOut;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes slideIn_right {
  0% {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-210px);
            transform: translateX(-210px);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn_right {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px) scale(1.1) translateZ(0) perspective(1px);
            transform: translateY(40px) scale(1.1) translateZ(0) perspective(1px);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1) translateZ(0) perspective(1px);
            transform: translateY(0) scale(1) translateZ(0) perspective(1px);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px) scale(1.1) translateZ(0) perspective(1px);
            transform: translateY(40px) scale(1.1) translateZ(0) perspective(1px);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1) translateZ(0) perspective(1px);
            transform: translateY(0) scale(1) translateZ(0) perspective(1px);
  }
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(80px) translateZ(0) perspective(1px);
            transform: translateX(80px) translateZ(0) perspective(1px);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0) perspective(1px);
            transform: translateY(0) translateZ(0) perspective(1px);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(80px) translateZ(0) perspective(1px);
            transform: translateX(80px) translateZ(0) perspective(1px);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) translateZ(0) perspective(1px);
            transform: translateX(0) translateZ(0) perspective(1px);
  }
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80px) translateZ(0) perspective(1px);
            transform: translateX(-80px) translateZ(0) perspective(1px);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0) perspective(1px);
            transform: translateY(0) translateZ(0) perspective(1px);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80px) translateZ(0) perspective(1px);
            transform: translateX(-80px) translateZ(0) perspective(1px);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) translateZ(0) perspective(1px);
            transform: translateX(0) translateZ(0) perspective(1px);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.dropIn {
  -webkit-animation-name: dropIn;
  animation-name: dropIn;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dropIn,
.dropOut {
  -webkit-animation-duration: .45s;
  animation-duration: .45s;
}

.dropOut {
  -webkit-animation-name: dropOut;
  animation-name: dropOut;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.slideIn_right {
  -webkit-animation-name: slideIn_right;
  animation-name: slideIn_right;
}

.nav-mobile {
  display: none;
}

@media (max-width: 1200px) {
  .text-dark .nav .nav-item .nav-link {
    font-size: 12px;
  }
}

@media (max-width: 1000px) {
  .navigation-container .nav.navbar {
    min-width: 220px;
  }
  .navigation-container .nav.navbar li {
    display: none !important;
  }
  .nav-desktop {
    display: none !important;
  }
  .nav-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-mobile .nav-item .nav-link {
    padding: 5px 10px;
  }
  .display-on-pc-mobile {
    display: block !important;
  }
}

.nav.navbar-left li.megamenu > .dropdown-menu {
  left: 15px !important;
}

.nav.navbar-right li.megamenu > .dropdown-menu {
  right: 15px !important;
}

.nav li.megamenu {
  position: static;
}

.nav li.megamenu > .dropdown-menu {
  min-width: 277px;
  left: auto !important;
  padding-left: 0;
  padding-right: 0;
}

.nav li.megamenu > .dropdown-menu .megamenu-column {
  width: 277px;
  display: block;
  float: left;
}

.nav li.megamenu > .dropdown-menu .megamenu-column:not(:first-child):after {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  background-color: #eeeeee;
  height: 100%;
  top: 0;
}

.nav li.megamenu > .dropdown-menu .megamenu-column ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav li.megamenu > .dropdown-menu .megamenu-column span.sub {
  font-size: 12px;
  padding: 2px 20px;
  margin-top: -4px;
  display: block;
  line-height: 1.6em;
}

.nav li.megamenu > .dropdown-menu .megamenu-column a {
  font-size: 13px;
  padding: 2px 20px;
  display: block;
  font-weight: 400;
}

.nav li.megamenu > .dropdown-menu .megamenu-column a span.sub {
  padding: 2px 0;
}

.nav li.megamenu > .dropdown-menu .megamenu-column .featured-image {
  padding-bottom: 15px;
}

.nav li.megamenu > .dropdown-menu .megamenu-column .featured-image a {
  font-size: 14px;
  font-weight: 500;
}

.nav li.megamenu > .dropdown-menu .megamenu-column .featured-image a:hover .thumbnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
}

.nav li.megamenu > .dropdown-menu .megamenu-column .featured-image .thumbnail {
  overflow: hidden;
  margin-bottom: 5px;
}

.nav li.megamenu > .dropdown-menu .megamenu-column .featured-image .thumbnail img {
  width: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
}

.nav li.megamenu > .dropdown-menu .megamenu-column .description a {
  display: none;
}

.nav li.megamenu > .dropdown-menu .megamenu-column .divider {
  height: 1px;
  background: #e1edf0;
  margin: 15px 20px 10px 20px;
  max-width: 60px;
}

.nav li.megamenu > .dropdown-menu .megamenu-column .section-heading {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  font-weight: 500;
  color: #415157;
}

.nav li.megamenu > .dropdown-menu .megamenu-column .section-heading span {
  font-weight: 500;
  color: #415157;
}

.nav li.megamenu > .dropdown-menu .megamenu-column .section-heading a {
  display: none;
}

.nav li.megamenu > .dropdown-menu .megamenu-column .dropdown-menu {
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav li.megamenu > .dropdown-menu:after {
  border: 0;
}

/*
        / HEADER NAVIGATION END
*/
/*
        OFFCANVAS NAVIGATION START
*/
.offcanvas-wrapper {
  overflow-x: hidden;
  /**/
  /* active status */
}

.offcanvas-wrapper .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1999;
  cursor: pointer;
  display: none;
}

.offcanvas-wrapper .offCanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 15.625rem;
  z-index: 2000;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  overflow-y: auto;
}

.offcanvas-wrapper .offCanvas .header-logo-container {
  padding-right: 30px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 7px;
}

.offcanvas-wrapper .offCanvas .header-logo-container a.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offcanvas-wrapper .offCanvas .header-logo-container a.header-logo .logo-img-container img {
  width: auto;
  height: 40px;
}

.offcanvas-wrapper .offCanvas .header-logo-container a.header-logo .logo-text {
  padding-left: 10px;
}

.offcanvas-wrapper .offCanvas .header-logo-container a.header-logo .logo-text h3 {
  font-size: 16px;
  margin: 0;
}

.offcanvas-wrapper .offCanvas div.search-form form .offcanvas-search-form-container .offcanvas-search-form {
  padding-right: 30px;
}

.offcanvas-wrapper .offCanvas span.lang-dh div.search-form form .offcanvas-search-form-container .offcanvas-search-form {
  padding-left: 30px;
  padding-right: 10px;
}

.offcanvas-wrapper .offCanvas span.lang-dh div.search-form form .offcanvas-search-form-container .search-field-icon {
  left: 15px !important;
  right: auto;
}

.offcanvas-wrapper .offCanvas div.search-form {
  padding-right: 30px;
}

.offcanvas-wrapper .offCanvas ul.nav-tabs .nav-item {
  width: 50%;
}

.offcanvas-wrapper .offCanvas .tab-content .tab-pane {
  padding-top: 20px;
}

.offcanvas-wrapper .offCanvas .tab-content .widget_product_categories {
  margin: 0;
}

.offcanvas-wrapper .offCanvas.dark {
  background-color: #01151c;
}

.offcanvas-wrapper .offCanvas.dark .header-logo-container {
  border-bottom: 0.5px solid #455b61;
}

.offcanvas-wrapper .offCanvas.dark .header-logo-container a.header-logo .logo-text h3 {
  color: #e1edf0;
}

.offcanvas-wrapper .offCanvas.dark .offcanvas-search-form {
  background: #2b393d;
  color: #d6954b;
}

.offcanvas-wrapper .offCanvas.dark .navbar-close-icon {
  color: #e1edf0;
}

.offcanvas-wrapper .offCanvas.dark ul.nav-tabs {
  border-bottom: 0.5px solid #415157;
}

.offcanvas-wrapper .offCanvas.dark ul.nav-tabs .nav-item .nav-link {
  background-color: #242a2c;
}

.offcanvas-wrapper .offCanvas.dark ul.nav-tabs .nav-item .nav-link.active {
  background-color: #2b393d;
}

.offcanvas-wrapper .offCanvas.dark .nav .nav-item.active .nav-link {
  color: #d6954b;
}

.offcanvas-wrapper .offCanvas.dark .nav .nav-item .nav-link {
  color: #e1edf0;
}

.offcanvas-wrapper .offCanvas.dark .nav .nav-item .nav-link.active {
  color: #d6954b;
}

.offcanvas-wrapper .offCanvas.dark .nav .nav-item .nav-link:hover {
  color: #d6954b;
}

.offcanvas-wrapper .offCanvas.dark .nav .nav-item .lang-label {
  color: #e1edf0;
}

.offcanvas-wrapper .offCanvas.dark .nav.accordion .nav-item.has-children > .nav-link {
  background-color: #2b393d;
}

.offcanvas-wrapper .offCanvas.dark .nav.accordion .nav-item.has-children > .nav-link.collapsed {
  -webkit-transition: all 750ms ease-in-out;
  transition: all 750ms ease-in-out;
  background: transparent;
}

.offcanvas-wrapper .offCanvas.dark .nav.accordion .nav-item.has-children .submenu {
  background-color: #2b393d;
}

.offcanvas-wrapper .offCanvas.dark ul.offcanvas-accordion-product-categories {
  list-style-type: none;
  padding-left: 0;
  border: 0.5px solid #2b393d;
  position: relative;
  background: inherit;
  height: auto;
  background: #01151c;
  min-height: 100%;
}

.offcanvas-wrapper .offCanvas.dark ul.offcanvas-accordion-product-categories li.cat-item.open a {
  background-color: #242a2c;
  color: #d6954b;
}

.offcanvas-wrapper .offCanvas.dark ul.offcanvas-accordion-product-categories li.cat-item.open > span.toggle i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
  color: #e1edf0;
}

.offcanvas-wrapper .offCanvas.dark ul.offcanvas-accordion-product-categories li.cat-item span.toggle {
  position: absolute;
  right: 0px;
  cursor: pointer;
  padding: 8px;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.offcanvas-wrapper .offCanvas.dark ul.offcanvas-accordion-product-categories li.cat-item span.toggle i {
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
  color: #e1edf0;
}

.offcanvas-wrapper .offCanvas.dark ul.offcanvas-accordion-product-categories li.cat-item a {
  color: #e1edf0;
  padding: 8px 15px;
  display: block;
  border-bottom: 0.5px solid #2b393d;
}

.offcanvas-wrapper .offCanvas.dark ul.offcanvas-accordion-product-categories li.cat-item:hover {
  background: #FFFFFF;
}

.offcanvas-wrapper .offCanvas.dark ul.offcanvas-accordion-product-categories li.cat-item:hover ul.children {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px) !important;
          transform: translateX(0px) !important;
  -webkit-transition: none;
  transition: none;
}

.offcanvas-wrapper .offCanvas.dark ul.offcanvas-accordion-product-categories li.cat-item.cat-parent > a::after {
  margin: 0;
  content: none;
}

.offcanvas-wrapper .offCanvas.dark ul.offcanvas-accordion-product-categories li.cat-item ul.children {
  list-style-type: none;
  padding-left: 0;
  position: relative;
  border: 0;
  right: 0;
  width: auto;
  height: 100%;
  z-index: 500;
  overflow: auto;
  top: 0;
  background: #455b61;
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  -webkit-transition: none;
  transition: none;
  padding-left: 10px;
  background: #242a2c;
}

.offcanvas-wrapper .offCanvas.dark ul.offcanvas-accordion-product-categories li.cat-item ul.children li.cat-item a {
  color: #e1edf0;
  border-bottom: 0.5px solid #2b393d;
}

.offcanvas-wrapper .offCanvas.dark ul.offcanvas-accordion-product-categories li.cat-item ul.children li.cat-item ul.children {
  position: relative;
  left: 0;
  width: 100%;
  border: 0;
}

.offcanvas-wrapper .offCanvas.dark ul.offcanvas-accordion-product-categories li.cat-item ul.children li.cat-item ul.children li.cat-item a {
  color: #e1edf0;
  padding-left: 25px;
}

.offcanvas-wrapper .offCanvas.light {
  background-color: #fafcfd;
}

.offcanvas-wrapper .offCanvas.light .offcanvas-search-form {
  background: #e1edf0;
}

.offcanvas-wrapper .offCanvas.light .navbar-close-icon {
  color: #2b393d;
}

.offcanvas-wrapper .offCanvas.light ul.nav-tabs {
  border: 0;
}

.offcanvas-wrapper .offCanvas.light ul.nav-tabs .nav-item {
  width: 50%;
}

.offcanvas-wrapper .offCanvas.light ul.nav-tabs .nav-item .nav-link {
  background-color: #fafcfd;
  border-bottom: 0.5px solid #e1edf0;
  border-top: 0.5px solid #e1edf0;
}

.offcanvas-wrapper .offCanvas.light ul.nav-tabs .nav-item .nav-link.active {
  background-color: #e1edf0;
  border-bottom: 0.5px solid #e1edf0;
  border-top: 0.5px solid #e1edf0;
}

.offcanvas-wrapper .offCanvas.light ul.nav-tabs .nav-item .lang-label {
  color: #2b393d;
}

.offcanvas-wrapper .offCanvas.light .nav .nav-item .nav-link {
  color: #2b393d;
}

.offcanvas-wrapper .offCanvas.light .nav .nav-item .nav-link.active {
  color: #d6954b;
}

.offcanvas-wrapper .offCanvas.light .nav .nav-item .nav-link:hover {
  color: #d6954b;
}

.offcanvas-wrapper .offCanvas.light .nav.accordion .nav-item.has-children > .nav-link {
  background-color: #e1edf0;
}

.offcanvas-wrapper .offCanvas.light .nav.accordion .nav-item.has-children > .nav-link.collapsed {
  -webkit-transition: all 750ms ease-in-out;
  transition: all 750ms ease-in-out;
  background: transparent;
}

.offcanvas-wrapper .offCanvas.light .nav.accordion .nav-item.has-children .submenu {
  background-color: #e1edf0;
}

.offcanvas-wrapper .offCanvas .navbar-close-icon {
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 18px;
  cursor: pointer;
}

.offcanvas-wrapper .offCanvas .social-icons {
  display: inline-block;
  width: 100%;
  padding: 5px;
}

.offcanvas-wrapper .content .mainNavbar,
.offcanvas-wrapper .content .mainContainer {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

.offcanvas-wrapper.leftCanvas .offCanvas {
  left: 0;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.offcanvas-wrapper.active .overlay {
  display: block;
}

.offcanvas-wrapper.active .offCanvas {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.offcanvas-wrapper.active.leftCanvas .content .mainNavbar,
.offcanvas-wrapper.active.leftCanvas .content .mainContainer {
  -webkit-transform: translate(250px);
          transform: translate(250px);
}

.offcanvas-search-form {
  padding: 5px 10px;
  width: 200px;
  border: 0;
  border-radius: 2px;
  margin: 10px 10px;
  font-size: 15px;
  font-weight: 200;
}

.offcanvas-search-form-container {
  width: 218px;
  height: 54px;
}

.offcanvas-search-form-container .search-field-icon {
  position: absolute;
  margin: auto;
  right: 15px;
  top: 19px;
  bottom: 0;
  color: #e0aa6c;
}

/*
        / OFFCANVAS NAVIGATION END
*/
/*===============================================================================================================================
                                                    // SITE NAVIGATION END
===============================================================================================================================*/
/*===============================================================================================================================
                                                    SITE HOME PAGE START
===============================================================================================================================*/
.page-section {
  padding: 40px 0;
  position: relative;
}

.page-section.light {
  background-color: #fafcfd;
  color: #2b393d;
}

.page-section.dark {
  background-color: #01151c;
  color: #92a1a5;
}

.page-section.image-background {
  background-position: center;
  background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  background-attachment: fixed;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

@media (max-width: 767px) {
  .page-section.image-background.blind-left .page-text p, .page-section.image-background.blind-left .page-text h1, .page-section.image-background.blind-left .page-text h2, .page-section.image-background.blind-left .page-text h3, .page-section.image-background.blind-left .page-text h4, .page-section.image-background.blind-left .page-text h5, .page-section.image-background.blind-left .page-text h6 {
    color: #e1edf0 !important;
  }
}

.page-section.image-background.blind-left::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 0;
  top: 0;
}

@media (max-width: 767px) {
  .page-section.image-background.blind-left::after {
    width: 0;
    height: 0;
    background: transparent;
    color: #e1edf0;
  }
}

.page-section.image-background.blind-left.rtl::after {
  right: 0;
}

.page-section.image-background.light {
  color: #2b393d;
}

.page-section.image-background.light::after {
  background: #fafcfd;
}

.page-section.image-background.light .bg-filter {
  background: rgba(255, 255, 255, 0.6);
}

.page-section.image-background.dark {
  color: #92a1a5;
}

.page-section.image-background.dark::after {
  background: #01151c;
}

.page-section.image-background.dark .bg-filter {
  background: rgba(0, 0, 0, 0.6);
}

.page-section.image-background.text-white {
  color: #fafcfd;
}

.page-section.image-background > .container {
  position: relative;
  z-index: 1;
}

.page-section .icon {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .page-section .icon.large {
    margin-bottom: 25px;
  }
}

.page-section .image {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .page-section .image.large {
    margin-bottom: 25px;
  }
}

.page-section .image img {
  width: 100%;
  height: auto;
}

.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.parallax .flare {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.parallax .flare:after {
  content: "";
  position: absolute;
  width: 400px;
  height: 300%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: auto;
  top: 0;
  bottom: 0;
  right: 30%;
}

.parallax .flare.t01:after {
  background: rgba(255, 255, 255, 0.1);
}

.parallax .flare.t02:after {
  background: rgba(255, 255, 255, 0.2);
}

.parallax .flare.t03:after {
  background: rgba(255, 255, 255, 0.3);
}

.parallax .flare.t04:after {
  background: rgba(255, 255, 255, 0.4);
}

.parallax .flare.t05:after {
  background: rgba(255, 255, 255, 0.5);
}

.parallax .flare.t06:after {
  background: rgba(255, 255, 255, 0.6);
}

.parallax .flare.t07:after {
  background: rgba(255, 255, 255, 0.7);
}

.parallax .flare.t08:after {
  background: rgba(255, 255, 255, 0.8);
}

.parallax .flare.t09:after {
  background: rgba(255, 255, 255, 0.9);
}

.ite-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ite-element a {
  border-radius: 2px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ite-element.left-aligned .ite-element-container .icon {
  -webkit-box-flex: 50px;
      -ms-flex: 50px 0;
          flex: 50px 0;
}

.ite-element.left-aligned .ite-element-container .title {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ite-element.left-aligned .ite-element-container .title p,
.ite-element.left-aligned .ite-element-container .title h1,
.ite-element.left-aligned .ite-element-container .title h2,
.ite-element.left-aligned .ite-element-container .title h3,
.ite-element.left-aligned .ite-element-container .title h4,
.ite-element.left-aligned .ite-element-container .title h5,
.ite-element.left-aligned .ite-element-container .title h6 {
  margin-bottom: 0;
}

.ite-element.left-aligned .ite-element-container .excerpt {
  padding-top: 10px;
}

.ite-element .ite-element-container {
  padding: 15px;
  width: 100%;
}

.ite-element .ite-element-container .title {
  padding-top: 15px;
}

.ite-element .ite-element-container .excerpt p,
.ite-element .ite-element-container .excerpt span {
  font-size: 12px;
  margin-bottom: 0;
}

.ite-element.light a {
  border: 1px solid #92a1a5;
}

.ite-element.light .ite-element-container {
  background-color: transparent;
}

.ite-element.light .ite-element-container .title {
  color: #455b61;
}

.ite-element.light .ite-element-container .excerpt p,
.ite-element.light .ite-element-container .excerpt span {
  color: #455b61;
}

.ite-element.dark a {
  border: 1px solid #e1edf0;
}

.ite-element.dark .ite-element-container {
  background-color: transparent;
}

.ite-element.dark .ite-element-container .title {
  color: #e1edf0;
}

.ite-element.dark .ite-element-container .excerpt p,
.ite-element.dark .ite-element-container .excerpt span {
  color: #e1edf0;
}

.ite-element.border-less a {
  border: none;
}

.ib-element.dark .ib-element-container {
  background: #010d11;
}

.ib-element.light .ib-element-container {
  background: #e1edf0;
}

.ib-element a:hover .icon-container i {
  color: #d6954b !important;
  -webkit-transition: all .75s ease;
  transition: all .75s ease;
}

.ib-element a:hover .ib-element-container .ib-element-inner {
  border: 1px solid #d6954b;
  -webkit-transition: all .75s ease;
  transition: all .75s ease;
}

.ib-element a .ib-element-container {
  padding: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.ib-element a .ib-element-container .ib-element-inner {
  border: 1px solid transparent;
  -webkit-transition: all .75s ease;
  transition: all .75s ease;
  height: 150px;
  position: relative;
}

@media (max-width: 767px) {
  .ib-element a .ib-element-container .ib-element-inner {
    border: 1px solid #d6954b;
  }
}

.ib-element a .ib-element-container .ib-element-inner .text {
  padding: 20px 0 0 20px;
}

.ib-element a .ib-element-container .ib-element-inner .text h1,
.ib-element a .ib-element-container .ib-element-inner .text h2,
.ib-element a .ib-element-container .ib-element-inner .text h3,
.ib-element a .ib-element-container .ib-element-inner .text h4,
.ib-element a .ib-element-container .ib-element-inner .text h5,
.ib-element a .ib-element-container .ib-element-inner .text h6,
.ib-element a .ib-element-container .ib-element-inner .text span,
.ib-element a .ib-element-container .ib-element-inner .text a {
  font-weight: 300;
}

.ib-element a .ib-element-container .ib-element-inner .icon-container {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.ib-element a .ib-element-container .ib-element-inner .icon-container i {
  color: #92a1a5;
  font-size: 60px;
  -webkit-transition: all .75s ease;
  transition: all .75s ease;
}

.card-simple {
  padding: 15px;
  background: #e1edf0;
  border-radius: 2px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.card-simple p {
  margin: 0;
}

.card-simple.light {
  background: #e1edf0;
}

.card-simple.light p {
  color: #455b61;
}

.card-simple.dark {
  background: #415157;
}

.card-simple.dark p {
  color: #e1edf0;
}

.hash-cat-block {
  padding-bottom: 20px;
}

.hash-cat-block:hover .thumbnail.zoh img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
}

.hash-cat-block .thumbnail {
  overflow: hidden;
}

.hash-cat-block .thumbnail img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
}

.hash-cat-block .title {
  padding-top: 10px;
}

.hash-cat-block .title h1,
.hash-cat-block .title h2,
.hash-cat-block .title h3,
.hash-cat-block .title h4,
.hash-cat-block .title h5,
.hash-cat-block .title h5,
.hash-cat-block .title h6 {
  color: #455b61;
  font-weight: 300;
}

/*===============================================================================================================================
                                                    // SITE HOME PAGE END
===============================================================================================================================*/
/*===============================================================================================================================
                                                   SITE PAGE TEMPLATE START
===============================================================================================================================*/
.mainContainer.has-fixed-header {
  margin-top: 60px;
}

.mainContainer.has-fixed-header.has-topbar {
  margin-top: 86px;
}

.mainContainer.has-header-ecomone {
  margin-top: 145px;
}

.page-container {
  padding-top: 25px;
  padding-bottom: 50px;
}

.page-container.has-fixed-header {
  margin-top: 0px;
}

.page-featured-image {
  margin-bottom: 10px;
}

.page-featured-image img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.featured-title {
  position: absolute;
  width: 100%;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
}

.featured-title h2 {
  line-height: 1.5;
}

.page-title {
  color: #475D66;
  padding: 10px 0;
}

.page-title h2 {
  line-height: 1.6;
}

.page-text {
  padding-top: 20px;
  padding-bottom: 20px;
  word-wrap: break-word;
  max-width: 100%;
}

.page-text p,
.page-text h1,
.page-text h2,
.page-text h3,
.page-text h4,
.page-text h5,
.page-text h6,
.page-text span,
.page-text ul,
.page-text li {
  word-wrap: break-word;
}

.page-text div div {
  font-weight: 300;
}

.page-text.editor-content span.lang-dh {
  color: #455b61;
  font-weight: 200;
}

.page-text.editor-content span.lang-dh h1,
.page-text.editor-content span.lang-dh h2,
.page-text.editor-content span.lang-dh h3,
.page-text.editor-content span.lang-dh h4,
.page-text.editor-content span.lang-dh h5,
.page-text.editor-content span.lang-dh h6 {
  color: #455b61;
}

.page-text img {
  height: auto;
}

@media (max-width: 1366px) {
  .mainContainer.has-fixed-header {
    margin-top: 57px;
  }
  .mainContainer.has-topbar {
    margin-top: 57px !important;
  }
  .mainContainer.has-header-ecomone {
    margin-top: 145px;
  }
}

@media (max-width: 1000px) {
  .mainContainer.has-fixed-header {
    margin-top: 50px;
  }
  .mainContainer.has-topbar {
    margin-top: 50px !important;
  }
}

@media (max-width: 575px) {
  .page-featured-image {
    max-height: 250px;
  }
  .page-featured-image img {
    height: 200px;
  }
  .featured-title h2 {
    font-size: 25px;
  }
  .page-title h2 {
    font-size: 26px;
  }
}

/*===============================================================================================================================
                                                  // SITE PAGE TEMPLATE END
===============================================================================================================================*/
/*===============================================================================================================================
                                                   SITE SINGLE TEMPLATE START
===============================================================================================================================*/
.single-under-title .article-date-container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.single-under-title .article-date-container span {
  font-size: 12px;
}

.single-under-title .article-date-container span i {
  font-size: 15px;
}

@media (max-width: 575px) {
  .single-under-title .article-date-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 10px;
  }
}

.single-under-title .article-social-share-icons-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

@media (max-width: 575px) {
  .single-under-title .article-social-share-icons-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*===============================================================================================================================
                                                  // SITE SINGLE TEMPLATE END
===============================================================================================================================*/
/*===============================================================================================================================
                                                SITE SINGLE EVENT TEMPLATE START
===============================================================================================================================*/
.single-event-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fafcfd;
  padding: 10px;
  margin-bottom: 15px;
}

.single-event-meta .single-event-meta-item {
  width: 50%;
}

.single-event-meta .single-event-meta-item .icon i {
  color: #455b61;
}

.single-event-meta .single-event-meta-item .text .label {
  color: #92a1a5;
}

.single-event-meta .single-event-meta-item .text .value h4 {
  color: #455b61;
}

@media (max-width: 1000px) {
  .single-event-meta .single-event-meta-item .icon i {
    color: #455b61;
  }
  .single-event-meta .single-event-meta-item .text .label {
    font-size: 10px;
    color: #92a1a5;
  }
  .single-event-meta .single-event-meta-item .text .value h4 {
    font-size: 12px;
    font-weight: 300;
    color: #455b61;
  }
}

/*===============================================================================================================================
                                               // SITE SINGLE EVENT TEMPLATE END
===============================================================================================================================*/
/*===============================================================================================================================
                                                   SITE GALLERY TEMPLATE START
===============================================================================================================================*/
.gallery-images-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery-images-container img {
  width: 350px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 10px;
}

.gallery-item.col-3 img {
  width: 100%;
  height: auto;
}

/*===============================================================================================================================
                                                  // SITE GALLERY TEMPLATE END
===============================================================================================================================*/
/*===============================================================================================================================
                                                   CONTACT PAGE TEMPLATE START
===============================================================================================================================*/
.contact-page-container {
  padding-top: 60px;
  padding-bottom: 70px;
}

.page-content.contact-page .icon-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  padding-right: 0;
}

.page-content.contact-page .icon-container i {
  margin-top: 7px;
}

.page-content.contact-page .text-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}

.page-content.contact-page .text-container p {
  margin-bottom: 5px;
}

.location-map {
  background: #CECECE;
  height: 450px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .location-map {
    height: 400px;
    margin-top: 50px;
  }
}

/*===============================================================================================================================
                                                  // CONTACT PAGE TEMPLATE END
===============================================================================================================================*/
/*===============================================================================================================================
                                                   SITE ERROR PAGES START
===============================================================================================================================*/
/*__________________________________________________________________________
                                ERROR 404 START
__________________________________________________________________________*/
.error-404 {
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.error-404 .row > div {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.error-404 .inner-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #92a1a5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.error-404 .inner-404 h1 {
  font-size: 150px;
}

.error-404 .inner-404 h1 i {
  font-size: 120px;
  padding-right: 15px;
  padding-left: 15px;
}

.error-404 .text {
  position: relative;
  min-width: 220px;
}

.error-404 .text::after {
  content: "";
  border-left: 2px solid #d6954b;
  position: absolute;
  background-color: #f5f7f7;
  height: 180px;
  width: 100px;
  -webkit-transform: rotate(19deg);
          transform: rotate(19deg);
  left: -55px;
  top: 30px;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.error-404 .text .content {
  position: relative;
  z-index: 2;
}

.error-404 .text .content h1,
.error-404 .text .content h2,
.error-404 .text .content h3,
.error-404 .text .content h4,
.error-404 .text .content h5,
.error-404 .text .content h6 {
  color: #455b61;
}

@media (max-width: 767px) {
  .error-404 .row > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .error-404 .inner-404 {
    bottom: -35px;
    position: relative;
  }
  .error-404 .inner-404 h1 {
    font-size: 120px;
  }
  .error-404 .inner-404 h1 i {
    font-size: 100px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .error-404 .text {
    padding-top: 25px;
  }
  .error-404 .text::after {
    border-left: 0;
    border-top: 2px solid #03c6fc;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    left: -17px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    top: -2px;
  }
  .error-404 .text .content {
    text-align: center;
  }
}

/*__________________________________________________________________________
                                ERROR 404 END
__________________________________________________________________________*/
/*===============================================================================================================================
                                                  // SITE ERROR PAGES END
===============================================================================================================================*/
/*===============================================================================================================================
                                                   SITE SIDEBAR START
===============================================================================================================================*/
.sidebar-search,
.sidebar-search-form {
  width: 100%;
}

.sidebar-search-form {
  width: 100%;
}

.sidebar-search {
  width: 100%;
  padding: 8px 35px 8px 12px;
  background: #e1edf0;
  border: 1px solid #e0aa6c;
  font-size: 16px;
  color: #e0aa6c;
  border-radius: 4px;
}

.sidebar-search:placeholder {
  color: #d6954b;
  font-size: 16px;
}

.sidebar-search-form .search-field-icon {
  position: absolute;
  color: #e0aa6c;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sidebar-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.sidebar-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sidebar-item .title {
  color: #2b393d;
}

.sidebar-item .thumbnail img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar-item .list-item-text-container {
  padding-left: 10px;
  padding-right: 10px;
}

.list-view-details h5 {
  color: #2b393d;
  font-size: 17px;
}

@media (max-width: 1200px) {
  .sidebar-item .list-item-text-container {
    width: 65%;
    padding-left: 10px;
  }
  .sidebar-item .meta p span {
    font-size: 8px;
  }
}

@media (max-width: 993px) {
  .sidebar-item .list-item-text-container {
    width: 70%;
    padding-left: 10px;
  }
}

/*===============================================================================================================================
                                                  // SITE SIDEBAR END
===============================================================================================================================*/
/*===============================================================================================================================
                                                     SITE WIDGETS START
===============================================================================================================================*/
/*__________________________________________________________________________
                          WIDGETS GENERAL SETTINGS 
__________________________________________________________________________*/
.widget {
  margin-top: 15px;
  margin-bottom: 15px;
}

.widget .widget-title {
  padding-bottom: 10px;
  font-size: 18px;
}

.widget .widget-container {
  height: 100%;
}

.widget .widget-container.with-bg {
  height: 100%;
}

.widget .widget-container .widget-title {
  padding: 10px;
  font-weight: 500;
  font-size: 17px;
  text-align: left;
}

.widget .widget-container .widget-title.with-bg {
  padding: 12px;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
}

.widget .widget-container .widget-content {
  padding: 10px 10px;
}

.widget .widget-container .widget-content a:hover {
  color: #d6954b !important;
}

.widget.light .widget-container {
  background: #e1edf0;
}

.widget.light .widget-container.with-bg {
  background: #fafcfd;
}

.widget.light .widget-container .widget-title {
  color: #455b61;
}

.widget.light .widget-container .widget-title.with-bg {
  background: #F6F7F9;
}

.widget.light .widget-container .widget-content a {
  color: #455b61;
}

.widget.dark .widget-container {
  background: #01151c;
}

.widget.dark .widget-container.with-bg {
  background: #2b393d;
}

.widget.dark .widget-container .widget-title {
  color: #e1edf0;
}

.widget.dark .widget-container .widget-title.with-bg {
  background: #010d11;
}

.widget.dark .widget-container .widget-content a {
  color: #e1edf0;
}

/*__________________________________________________________________________
                        / WIDGETS GENERAL SETTINGS END
__________________________________________________________________________*/
/*__________________________________________________________________________
                          WORDPRESS DEFAULT WIDGETS
__________________________________________________________________________*/
.widget.widget_search .widget-container form input {
  background: #d5dde4;
  border: 0;
  padding: 0 15px;
  color: #455b61;
  height: 40px;
  border-radius: 0;
  width: 100%;
}

.widget.widget_search .widget-container form input::-webkit-input-placeholder {
  color: #455b61;
}

.widget.widget_search .widget-container form input:-ms-input-placeholder {
  color: #455b61;
}

.widget.widget_search .widget-container form input::-ms-input-placeholder {
  color: #455b61;
}

.widget.widget_search .widget-container form input::placeholder {
  color: #455b61;
}

.widget.widget_calendar .calendar_wrap table {
  width: 100%;
}

.widget.widget_calendar .calendar_wrap table caption {
  padding: 5px 10px;
  background: #415157;
  border-radius: 3px;
  color: #e1edf0;
  margin-top: 20px;
  font-weight: 300;
}

.widget.widget_calendar .calendar_wrap table thead tr th {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.widget.widget_calendar .calendar_wrap table tbody tr td {
  text-align: center;
}

.widget.widget_calendar .calendar_wrap table tbody tr td#today {
  background-color: #415157;
  border-radius: 3px;
}

/*__________________________________________________________________________
                        / WORDPRESS DEFAULT WIDGETS
__________________________________________________________________________*/
/*
        SIDEBAR WIDGETS START
*/
.sidebar .widget.light .widget-container {
  background: transparent;
}

.sidebar .widget.light .widget-container.with-bg {
  background: #e1edf0;
}

.sidebar .widget.light .widget-container .widget-title {
  color: #455b61;
}

.sidebar .widget.light .widget-container .widget-title.with-bg {
  background: #e1edf0;
}

.sidebar .widget.light .widget-container .widget-content a {
  color: #455b61;
}

.sidebar .widget.dark .widget-container {
  background: transparent;
}

.sidebar .widget.dark .widget-container.with-bg {
  background: #2b393d;
}

.sidebar .widget.dark .widget-container .widget-title {
  color: #e1edf0;
}

.sidebar .widget.dark .widget-container .widget-title.with-bg {
  background: #010d11;
}

.sidebar .widget.dark .widget-container .widget-content a {
  color: #e1edf0;
}

/*
        SIDEBAR WIDGETS END
*/
/*
        FOOTER WIDGETS START
*/
/*
        FOOTER WIDGETS END
*/
/*===============================================================================================================================
                                                     // SITE WIDGETS END
===============================================================================================================================*/
/*===============================================================================================================================
                                                   WORDPRESS GALLERY START
===============================================================================================================================*/
/*=======================================================================================*/
/*UNIVERSAL WORDPRESS GALLERY SETTINGS*/
/*=======================================================================================*/
.gallery .gallery-caption {
  text-align: left !important;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
  font-weight: 300;
  color: #455b61;
}

.gallery.gallery-columns-9 .gallery-item img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: none !important;
  padding: 5px;
}

@media (max-width: 993px) {
  .gallery.gallery-columns-9 .gallery-item img {
    width: 100%;
    height: 65px;
  }
}

@media (max-width: 767px) {
  .gallery.gallery-columns-9 .gallery-item {
    width: 50% !important;
  }
  .gallery.gallery-columns-9 .gallery-item img {
    width: 100%;
    height: 180px;
  }
}

@media (max-width: 575px) {
  .gallery.gallery-columns-9 .gallery-item {
    width: 100% !important;
  }
  .gallery.gallery-columns-9 .gallery-item img {
    width: 100%;
    height: 250px;
  }
}

.gallery.gallery-columns-8 .gallery-item img {
  width: 100%;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: none !important;
  padding: 5px;
}

@media (max-width: 993px) {
  .gallery.gallery-columns-8 .gallery-item img {
    width: 100%;
    height: 70px;
  }
}

@media (max-width: 767px) {
  .gallery.gallery-columns-8 .gallery-item {
    width: 50% !important;
  }
  .gallery.gallery-columns-8 .gallery-item img {
    width: 100%;
    height: 180px;
  }
}

@media (max-width: 575px) {
  .gallery.gallery-columns-8 .gallery-item {
    width: 100% !important;
  }
  .gallery.gallery-columns-8 .gallery-item img {
    width: 100%;
    height: 250px;
  }
}

.gallery.gallery-columns-7 {
  text-align: center;
}

.gallery.gallery-columns-7 .gallery-item {
  display: inline-block;
}

.gallery.gallery-columns-7 .gallery-item img {
  width: 100%;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: none !important;
  padding: 5px;
}

@media (max-width: 993px) {
  .gallery.gallery-columns-7 .gallery-item img {
    width: 100%;
    height: 80px;
  }
}

@media (max-width: 767px) {
  .gallery.gallery-columns-7 .gallery-item {
    width: 50% !important;
  }
  .gallery.gallery-columns-7 .gallery-item img {
    width: 100%;
    height: 180px;
  }
}

@media (max-width: 575px) {
  .gallery.gallery-columns-7 .gallery-item {
    width: 100% !important;
  }
  .gallery.gallery-columns-7 .gallery-item img {
    width: 100%;
    height: 250px;
  }
}

.gallery.gallery-columns-6 .gallery-item img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: none !important;
  padding: 5px;
}

@media (max-width: 993px) {
  .gallery.gallery-columns-6 .gallery-item img {
    width: 100%;
    height: 80px;
  }
}

@media (max-width: 767px) {
  .gallery.gallery-columns-6 .gallery-item {
    width: 50% !important;
  }
  .gallery.gallery-columns-6 .gallery-item img {
    width: 100%;
    height: 180px;
  }
}

@media (max-width: 575px) {
  .gallery.gallery-columns-6 .gallery-item {
    width: 100% !important;
  }
  .gallery.gallery-columns-6 .gallery-item img {
    width: 100%;
    height: 250px;
  }
}

.gallery.gallery-columns-5 .gallery-item img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: none !important;
  padding: 5px;
}

@media (max-width: 993px) {
  .gallery.gallery-columns-5 .gallery-item img {
    width: 100%;
    height: 120px;
  }
}

@media (max-width: 767px) {
  .gallery.gallery-columns-5 .gallery-item {
    width: 50% !important;
  }
  .gallery.gallery-columns-5 .gallery-item img {
    width: 100%;
    height: 180px;
  }
}

@media (max-width: 575px) {
  .gallery.gallery-columns-5 .gallery-item {
    width: 100% !important;
  }
  .gallery.gallery-columns-5 .gallery-item img {
    width: 100%;
    height: 250px;
  }
}

.gallery.gallery-columns-4 .gallery-item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: none !important;
  padding: 5px;
}

@media (max-width: 993px) {
  .gallery.gallery-columns-4 .gallery-item img {
    width: 100%;
    height: 120px;
  }
}

@media (max-width: 767px) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 50% !important;
  }
  .gallery.gallery-columns-4 .gallery-item img {
    width: 100%;
    height: 180px;
  }
}

@media (max-width: 575px) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 100% !important;
  }
  .gallery.gallery-columns-4 .gallery-item img {
    width: 100%;
    height: 250px;
  }
}

.gallery.gallery-columns-3 .gallery-item img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: none !important;
  padding: 5px;
}

@media (max-width: 993px) {
  .gallery.gallery-columns-3 .gallery-item img {
    width: 100%;
    height: 150px;
  }
}

@media (max-width: 767px) {
  .gallery.gallery-columns-3 .gallery-item img {
    width: 100%;
    height: 120px;
  }
}

@media (max-width: 575px) {
  .gallery.gallery-columns-3 .gallery-item {
    width: 100% !important;
  }
  .gallery.gallery-columns-3 .gallery-item img {
    width: 100%;
    height: 250px;
  }
}

.gallery.gallery-columns-2 .gallery-item img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: none !important;
  padding: 5px;
}

@media (max-width: 993px) {
  .gallery.gallery-columns-2 .gallery-item img {
    width: 100%;
    height: 250px;
  }
}

@media (max-width: 767px) {
  .gallery.gallery-columns-2 .gallery-item img {
    width: 100%;
    height: 150px;
  }
}

@media (max-width: 575px) {
  .gallery.gallery-columns-2 .gallery-item {
    width: 100% !important;
  }
  .gallery.gallery-columns-2 .gallery-item img {
    width: 100%;
    height: 220px;
  }
}

.gallery.gallery-columns-1 img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: none !important;
  padding: 5px;
}

@media (max-width: 767px) {
  .gallery.gallery-columns-1 img {
    height: 350px;
  }
}

@media (max-width: 575px) {
  .gallery.gallery-columns-1 img {
    height: 250px;
  }
}

.gallery-item {
  float: left !important;
}

/*=======================================================================================*/
/*UNIVERSAL WORDPRESS GALLERY SETTINGS*/
/*=======================================================================================*/
/*===============================================================================================================================
                                                   / WORDPRESS GALLERY END
===============================================================================================================================*/
/*===============================================================================================================================
                                                         SITE FOOTER
===============================================================================================================================*/
/*__________________________________________________________________________
                              FOOTER GENERAL
__________________________________________________________________________*/
.main-footer .footer-copyright.light {
  background: #fafcfd;
  color: #455b61;
}

.main-footer .footer-copyright.dark {
  background: #010d11;
  color: #e1edf0;
}

.main-footer .footer-widgets.light {
  background: #e1edf0;
}

.main-footer .footer-widgets.dark {
  background: #01151c;
}

/*__________________________________________________________________________
                             / FOOTER GENERAL
__________________________________________________________________________*/
/*__________________________________________________________________________
                            FOOTER WIDGET SECTION
__________________________________________________________________________*/
.footer-widgets {
  padding: 45px 0;
}

/*__________________________________________________________________________
                           / FOOTER WIDGET SECTION
__________________________________________________________________________*/
/*__________________________________________________________________________
                          FOOTER COPYRIGHT SECTION
__________________________________________________________________________*/
.footer-copyright {
  text-align: left;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-text {
  font-size: 13px;
}

@media (max-width: 500px) {
  .footer-text {
    font-size: 12px;
  }
}

/*__________________________________________________________________________
                          / FOOTER COPYRIGHT SECTION
__________________________________________________________________________*/
/*===============================================================================================================================
                                                       // SITE FOOTER
===============================================================================================================================*/
/*# sourceMappingURL=hashframework.css.map */