/****************************
           GENERAL
*****************************/
/* Background */
/* Font Size and Family */
/* Colors */
/* Basic Meida Queries */
/* Elements */
/* Radiuses */  
/*Colors for color mixer*/
/****************************
           HEADER
*****************************/
/*When to open Main Menu Burger*/
/*When to open Second Menu Burger*/
/*Header Menu Navigation*/
/*Header Dropdown menu*/
/*Mobile Main Menu Navigation*/
/*Mobile Main Menu Navigation*/
/*Sidebar nav*/
/*Header member nav*/
/*Header burger*/
/*Header social*/
/*Logo on Header*/
/*Social icons General*/



.text-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
  opacity: 0.1;
  font-size: 140px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 120px;
  letter-spacing: normal;
  color: #212121;
}
.text-background.xl {
  font-size: 300px;
  line-height: 280px;
}
.bg-default {
  background-color: #212121;
}
.bg-primary {
  background-color: #0044de !important;
}
.bg-secondary {
  background-color: #6aabcf !important;
}
.bg-silver {
  background-color: #f3f3f3 !important;
}
.bg-content-box {
  background-clip: content-box;
  /*  @media screen and (max-width: 991px) {
      background-clip: border-box;
    }*/
}
.typography-area img {
  max-width: 100%;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 28, 2019, 11:47:53 AM
    Author     : m.petkov
*/
/*Color mixer*/
.bg-default,
.badge-default,
.icon-bg-default,
.hr-bg-default {
  background-color: #212121;
}
.module-hr-bg-default div[class*="hr-"] {
  background-color: #212121 !important;
}
.text-default {
  color: #212121 !important;
}
.text-default > *:not(font),
.text-default .btn-link,
.icon-default {
  color:  #9d853d !important;
}
.border-default-1 {
  border: 1px solid #212121;
}
.border-default-2 {
  border: 2px solid #212121;
}
.border-default-3 {
  border: 3px solid #212121;
}
.border-default-4 {
  border: 4px solid #212121;
}
.border-default-5 {
  border: 5px solid #212121;
}
.border-default-6 {
  border: 6px solid #212121;
}
.border-default-7 {
  border: 7px solid #212121;
}
.border-default-8 {
  border: 8px solid #212121;
}
.border-default-9 {
  border: 9px solid #212121;
}
.border-default-10 {
  border: 10px solid #212121;
}
.border-top-default-1 {
  border-top: 1px solid #212121;
}
.border-top-default-2 {
  border-top: 2px solid #212121;
}
.border-top-default-3 {
  border-top: 3px solid #212121;
}
.border-top-default-4 {
  border-top: 4px solid #212121;
}
.border-top-default-5 {
  border-top: 5px solid #212121;
}
.border-top-default-6 {
  border-top: 6px solid #212121;
}
.border-top-default-7 {
  border-top: 7px solid #212121;
}
.border-top-default-8 {
  border-top: 8px solid #212121;
}
.border-top-default-9 {
  border-top: 9px solid #212121;
}
.border-top-default-10 {
  border-top: 10px solid #212121;
}
.border-right-default-1 {
  border-right: 1px solid #212121;
}
.border-right-default-2 {
  border-right: 2px solid #212121;
}
.border-right-default-3 {
  border-right: 3px solid #212121;
}
.border-right-default-4 {
  border-right: 4px solid #212121;
}
.border-right-default-5 {
  border-right: 5px solid #212121;
}
.border-right-default-6 {
  border-right: 6px solid #212121;
}
.border-right-default-7 {
  border-right: 7px solid #212121;
}
.border-right-default-8 {
  border-right: 8px solid #212121;
}
.border-right-default-9 {
  border-right: 9px solid #212121;
}
.border-right-default-10 {
  border-right: 10px solid #212121;
}
.border-bottom-default-1 {
  border-bottom: 1px solid #212121;
}
.border-bottom-default-2 {
  border-bottom: 2px solid #212121;
}
.border-bottom-default-3 {
  border-bottom: 3px solid #212121;
}
.border-bottom-default-4 {
  border-bottom: 4px solid #212121;
}
.border-bottom-default-5 {
  border-bottom: 5px solid #212121;
}
.border-bottom-default-6 {
  border-bottom: 6px solid #212121;
}
.border-bottom-default-7 {
  border-bottom: 7px solid #212121;
}
.border-bottom-default-8 {
  border-bottom: 8px solid #212121;
}
.border-bottom-default-9 {
  border-bottom: 9px solid #212121;
}
.border-bottom-default-10 {
  border-bottom: 10px solid #212121;
}
.border-left-default-1 {
  border-left: 1px solid #212121;
}
.border-left-default-2 {
  border-left: 2px solid #212121;
}
.border-left-default-3 {
  border-left: 3px solid #212121;
}
.border-left-default-4 {
  border-left: 4px solid #212121;
}
.border-left-default-5 {
  border-left: 5px solid #212121;
}
.border-left-default-6 {
  border-left: 6px solid #212121;
}
.border-left-default-7 {
  border-left: 7px solid #212121;
}
.border-left-default-8 {
  border-left: 8px solid #212121;
}
.border-left-default-9 {
  border-left: 9px solid #212121;
}
.border-left-default-10 {
  border-left: 10px solid #212121;
}
.bg-primary,
.badge-primary,
.icon-bg-primary,
.hr-bg-primary {
  background-color: #0044de;
}
.module-hr-bg-primary div[class*="hr-"] {
  background-color: #0044de !important;
}
.text-primary {
  color: #9d853d !important;
}
.text-primary > *:not(font),
.text-primary .btn-link,
.icon-primary {
  color: #9d853d !important;
}
.border-primary-1 {
  border: 1px solid #0044de;
}
.border-primary-2 {
  border: 2px solid #0044de;
}
.border-primary-3 {
  border: 3px solid #0044de;
}
.border-primary-4 {
  border: 4px solid #0044de;
}
.border-primary-5 {
  border: 5px solid #0044de;
}
.border-primary-6 {
  border: 6px solid #0044de;
}
.border-primary-7 {
  border: 7px solid #0044de;
}
.border-primary-8 {
  border: 8px solid #0044de;
}
.border-primary-9 {
  border: 9px solid #0044de;
}
.border-primary-10 {
  border: 10px solid #0044de;
}
.border-top-primary-1 {
  border-top: 1px solid #0044de;
}
.border-top-primary-2 {
  border-top: 2px solid #0044de;
}
.border-top-primary-3 {
  border-top: 3px solid #0044de;
}
.border-top-primary-4 {
  border-top: 4px solid #0044de;
}
.border-top-primary-5 {
  border-top: 5px solid #0044de;
}
.border-top-primary-6 {
  border-top: 6px solid #0044de;
}
.border-top-primary-7 {
  border-top: 7px solid #0044de;
}
.border-top-primary-8 {
  border-top: 8px solid #0044de;
}
.border-top-primary-9 {
  border-top: 9px solid #0044de;
}
.border-top-primary-10 {
  border-top: 10px solid #0044de;
}
.border-right-primary-1 {
  border-right: 1px solid #0044de;
}
.border-right-primary-2 {
  border-right: 2px solid #0044de;
}
.border-right-primary-3 {
  border-right: 3px solid #0044de;
}
.border-right-primary-4 {
  border-right: 4px solid #0044de;
}
.border-right-primary-5 {
  border-right: 5px solid #0044de;
}
.border-right-primary-6 {
  border-right: 6px solid #0044de;
}
.border-right-primary-7 {
  border-right: 7px solid #0044de;
}
.border-right-primary-8 {
  border-right: 8px solid #0044de;
}
.border-right-primary-9 {
  border-right: 9px solid #0044de;
}
.border-right-primary-10 {
  border-right: 10px solid #0044de;
}
.border-bottom-primary-1 {
  border-bottom: 1px solid #0044de;
}
.border-bottom-primary-2 {
  border-bottom: 2px solid #0044de;
}
.border-bottom-primary-3 {
  border-bottom: 3px solid #0044de;
}
.border-bottom-primary-4 {
  border-bottom: 4px solid #0044de;
}
.border-bottom-primary-5 {
  border-bottom: 5px solid #0044de;
}
.border-bottom-primary-6 {
  border-bottom: 6px solid #0044de;
}
.border-bottom-primary-7 {
  border-bottom: 7px solid #0044de;
}
.border-bottom-primary-8 {
  border-bottom: 8px solid #0044de;
}
.border-bottom-primary-9 {
  border-bottom: 9px solid #0044de;
}
.border-bottom-primary-10 {
  border-bottom: 10px solid #0044de;
}
.border-left-primary-1 {
  border-left: 1px solid #0044de;
}
.border-left-primary-2 {
  border-left: 2px solid #0044de;
}
.border-left-primary-3 {
  border-left: 3px solid #0044de;
}
.border-left-primary-4 {
  border-left: 4px solid #0044de;
}
.border-left-primary-5 {
  border-left: 5px solid #0044de;
}
.border-left-primary-6 {
  border-left: 6px solid #0044de;
}
.border-left-primary-7 {
  border-left: 7px solid #0044de;
}
.border-left-primary-8 {
  border-left: 8px solid #0044de;
}
.border-left-primary-9 {
  border-left: 9px solid #0044de;
}
.border-left-primary-10 {
  border-left: 10px solid #0044de;
}
.bg-secondary,
.badge-secondary,
.icon-bg-secondary,
.hr-bg-secondary {
  background-color: #6aabcf;
}
.module-hr-bg-secondary div[class*="hr-"] {
  background-color: #6aabcf !important;
}
.text-secondary {
  color: #6aabcf !important;
}
.text-secondary > *:not(font),
.text-secondary .btn-link,
.icon-secondary {
  color: #6aabcf !important;
}
.border-secondary-1 {
  border: 1px solid #6aabcf;
}
.border-secondary-2 {
  border: 2px solid #6aabcf;
}
.border-secondary-3 {
  border: 3px solid #6aabcf;
}
.border-secondary-4 {
  border: 4px solid #6aabcf;
}
.border-secondary-5 {
  border: 5px solid #6aabcf;
}
.border-secondary-6 {
  border: 6px solid #6aabcf;
}
.border-secondary-7 {
  border: 7px solid #6aabcf;
}
.border-secondary-8 {
  border: 8px solid #6aabcf;
}
.border-secondary-9 {
  border: 9px solid #6aabcf;
}
.border-secondary-10 {
  border: 10px solid #6aabcf;
}
.border-top-secondary-1 {
  border-top: 1px solid #6aabcf;
}
.border-top-secondary-2 {
  border-top: 2px solid #6aabcf;
}
.border-top-secondary-3 {
  border-top: 3px solid #6aabcf;
}
.border-top-secondary-4 {
  border-top: 4px solid #6aabcf;
}
.border-top-secondary-5 {
  border-top: 5px solid #6aabcf;
}
.border-top-secondary-6 {
  border-top: 6px solid #6aabcf;
}
.border-top-secondary-7 {
  border-top: 7px solid #6aabcf;
}
.border-top-secondary-8 {
  border-top: 8px solid #6aabcf;
}
.border-top-secondary-9 {
  border-top: 9px solid #6aabcf;
}
.border-top-secondary-10 {
  border-top: 10px solid #6aabcf;
}
.border-right-secondary-1 {
  border-right: 1px solid #6aabcf;
}
.border-right-secondary-2 {
  border-right: 2px solid #6aabcf;
}
.border-right-secondary-3 {
  border-right: 3px solid #6aabcf;
}
.border-right-secondary-4 {
  border-right: 4px solid #6aabcf;
}
.border-right-secondary-5 {
  border-right: 5px solid #6aabcf;
}
.border-right-secondary-6 {
  border-right: 6px solid #6aabcf;
}
.border-right-secondary-7 {
  border-right: 7px solid #6aabcf;
}
.border-right-secondary-8 {
  border-right: 8px solid #6aabcf;
}
.border-right-secondary-9 {
  border-right: 9px solid #6aabcf;
}
.border-right-secondary-10 {
  border-right: 10px solid #6aabcf;
}
.border-bottom-secondary-1 {
  border-bottom: 1px solid #6aabcf;
}
.border-bottom-secondary-2 {
  border-bottom: 2px solid #6aabcf;
}
.border-bottom-secondary-3 {
  border-bottom: 3px solid #6aabcf;
}
.border-bottom-secondary-4 {
  border-bottom: 4px solid #6aabcf;
}
.border-bottom-secondary-5 {
  border-bottom: 5px solid #6aabcf;
}
.border-bottom-secondary-6 {
  border-bottom: 6px solid #6aabcf;
}
.border-bottom-secondary-7 {
  border-bottom: 7px solid #6aabcf;
}
.border-bottom-secondary-8 {
  border-bottom: 8px solid #6aabcf;
}
.border-bottom-secondary-9 {
  border-bottom: 9px solid #6aabcf;
}
.border-bottom-secondary-10 {
  border-bottom: 10px solid #6aabcf;
}
.border-left-secondary-1 {
  border-left: 1px solid #6aabcf;
}
.border-left-secondary-2 {
  border-left: 2px solid #6aabcf;
}
.border-left-secondary-3 {
  border-left: 3px solid #6aabcf;
}
.border-left-secondary-4 {
  border-left: 4px solid #6aabcf;
}
.border-left-secondary-5 {
  border-left: 5px solid #6aabcf;
}
.border-left-secondary-6 {
  border-left: 6px solid #6aabcf;
}
.border-left-secondary-7 {
  border-left: 7px solid #6aabcf;
}
.border-left-secondary-8 {
  border-left: 8px solid #6aabcf;
}
.border-left-secondary-9 {
  border-left: 9px solid #6aabcf;
}
.border-left-secondary-10 {
  border-left: 10px solid #6aabcf;
}
.bg-dark,
.badge-dark,
.icon-bg-dark,
.hr-bg-dark {
  background-color: #212121;
}
.module-hr-bg-dark div[class*="hr-"] {
  background-color: #212121 !important;
}
.text-dark {
  color: #212121 !important;
}
.text-dark > *:not(font),
.text-dark .btn-link,
.icon-dark {
  color: #212121 !important;
}
.border-dark-1 {
  border: 1px solid #212121;
}
.border-dark-2 {
  border: 2px solid #212121;
}
.border-dark-3 {
  border: 3px solid #212121;
}
.border-dark-4 {
  border: 4px solid #212121;
}
.border-dark-5 {
  border: 5px solid #212121;
}
.border-dark-6 {
  border: 6px solid #212121;
}
.border-dark-7 {
  border: 7px solid #212121;
}
.border-dark-8 {
  border: 8px solid #212121;
}
.border-dark-9 {
  border: 9px solid #212121;
}
.border-dark-10 {
  border: 10px solid #212121;
}
.border-top-dark-1 {
  border-top: 1px solid #212121;
}
.border-top-dark-2 {
  border-top: 2px solid #212121;
}
.border-top-dark-3 {
  border-top: 3px solid #212121;
}
.border-top-dark-4 {
  border-top: 4px solid #212121;
}
.border-top-dark-5 {
  border-top: 5px solid #212121;
}
.border-top-dark-6 {
  border-top: 6px solid #212121;
}
.border-top-dark-7 {
  border-top: 7px solid #212121;
}
.border-top-dark-8 {
  border-top: 8px solid #212121;
}
.border-top-dark-9 {
  border-top: 9px solid #212121;
}
.border-top-dark-10 {
  border-top: 10px solid #212121;
}
.border-right-dark-1 {
  border-right: 1px solid #212121;
}
.border-right-dark-2 {
  border-right: 2px solid #212121;
}
.border-right-dark-3 {
  border-right: 3px solid #212121;
}
.border-right-dark-4 {
  border-right: 4px solid #212121;
}
.border-right-dark-5 {
  border-right: 5px solid #212121;
}
.border-right-dark-6 {
  border-right: 6px solid #212121;
}
.border-right-dark-7 {
  border-right: 7px solid #212121;
}
.border-right-dark-8 {
  border-right: 8px solid #212121;
}
.border-right-dark-9 {
  border-right: 9px solid #212121;
}
.border-right-dark-10 {
  border-right: 10px solid #212121;
}
.border-bottom-dark-1 {
  border-bottom: 1px solid #212121;
}
.border-bottom-dark-2 {
  border-bottom: 2px solid #212121;
}
.border-bottom-dark-3 {
  border-bottom: 3px solid #212121;
}
.border-bottom-dark-4 {
  border-bottom: 4px solid #212121;
}
.border-bottom-dark-5 {
  border-bottom: 5px solid #212121;
}
.border-bottom-dark-6 {
  border-bottom: 6px solid #212121;
}
.border-bottom-dark-7 {
  border-bottom: 7px solid #212121;
}
.border-bottom-dark-8 {
  border-bottom: 8px solid #212121;
}
.border-bottom-dark-9 {
  border-bottom: 9px solid #212121;
}
.border-bottom-dark-10 {
  border-bottom: 10px solid #212121;
}
.border-left-dark-1 {
  border-left: 1px solid #212121;
}
.border-left-dark-2 {
  border-left: 2px solid #212121;
}
.border-left-dark-3 {
  border-left: 3px solid #212121;
}
.border-left-dark-4 {
  border-left: 4px solid #212121;
}
.border-left-dark-5 {
  border-left: 5px solid #212121;
}
.border-left-dark-6 {
  border-left: 6px solid #212121;
}
.border-left-dark-7 {
  border-left: 7px solid #212121;
}
.border-left-dark-8 {
  border-left: 8px solid #212121;
}
.border-left-dark-9 {
  border-left: 9px solid #212121;
}
.border-left-dark-10 {
  border-left: 10px solid #212121;
}
.bg-light,
.badge-light,
.icon-bg-light,
.hr-bg-light {
  background-color: #f4f4f4;
}
.module-hr-bg-light div[class*="hr-"] {
  background-color: #f4f4f4 !important;
}
.text-light {
  color: #f4f4f4 !important;
}
.text-light > *:not(font),
.text-light .btn-link,
.icon-light {
  color: #f4f4f4 !important;
}
.border-light-1 {
  border: 1px solid #f4f4f4;
}
.border-light-2 {
  border: 2px solid #f4f4f4;
}
.border-light-3 {
  border: 3px solid #f4f4f4;
}
.border-light-4 {
  border: 4px solid #f4f4f4;
}
.border-light-5 {
  border: 5px solid #f4f4f4;
}
.border-light-6 {
  border: 6px solid #f4f4f4;
}
.border-light-7 {
  border: 7px solid #f4f4f4;
}
.border-light-8 {
  border: 8px solid #f4f4f4;
}
.border-light-9 {
  border: 9px solid #f4f4f4;
}
.border-light-10 {
  border: 10px solid #f4f4f4;
}
.border-top-light-1 {
  border-top: 1px solid #f4f4f4;
}
.border-top-light-2 {
  border-top: 2px solid #f4f4f4;
}
.border-top-light-3 {
  border-top: 3px solid #f4f4f4;
}
.border-top-light-4 {
  border-top: 4px solid #f4f4f4;
}
.border-top-light-5 {
  border-top: 5px solid #f4f4f4;
}
.border-top-light-6 {
  border-top: 6px solid #f4f4f4;
}
.border-top-light-7 {
  border-top: 7px solid #f4f4f4;
}
.border-top-light-8 {
  border-top: 8px solid #f4f4f4;
}
.border-top-light-9 {
  border-top: 9px solid #f4f4f4;
}
.border-top-light-10 {
  border-top: 10px solid #f4f4f4;
}
.border-right-light-1 {
  border-right: 1px solid #f4f4f4;
}
.border-right-light-2 {
  border-right: 2px solid #f4f4f4;
}
.border-right-light-3 {
  border-right: 3px solid #f4f4f4;
}
.border-right-light-4 {
  border-right: 4px solid #f4f4f4;
}
.border-right-light-5 {
  border-right: 5px solid #f4f4f4;
}
.border-right-light-6 {
  border-right: 6px solid #f4f4f4;
}
.border-right-light-7 {
  border-right: 7px solid #f4f4f4;
}
.border-right-light-8 {
  border-right: 8px solid #f4f4f4;
}
.border-right-light-9 {
  border-right: 9px solid #f4f4f4;
}
.border-right-light-10 {
  border-right: 10px solid #f4f4f4;
}
.border-bottom-light-1 {
  border-bottom: 1px solid #f4f4f4;
}
.border-bottom-light-2 {
  border-bottom: 2px solid #f4f4f4;
}
.border-bottom-light-3 {
  border-bottom: 3px solid #f4f4f4;
}
.border-bottom-light-4 {
  border-bottom: 4px solid #f4f4f4;
}
.border-bottom-light-5 {
  border-bottom: 5px solid #f4f4f4;
}
.border-bottom-light-6 {
  border-bottom: 6px solid #f4f4f4;
}
.border-bottom-light-7 {
  border-bottom: 7px solid #f4f4f4;
}
.border-bottom-light-8 {
  border-bottom: 8px solid #f4f4f4;
}
.border-bottom-light-9 {
  border-bottom: 9px solid #f4f4f4;
}
.border-bottom-light-10 {
  border-bottom: 10px solid #f4f4f4;
}
.border-left-light-1 {
  border-left: 1px solid #f4f4f4;
}
.border-left-light-2 {
  border-left: 2px solid #f4f4f4;
}
.border-left-light-3 {
  border-left: 3px solid #f4f4f4;
}
.border-left-light-4 {
  border-left: 4px solid #f4f4f4;
}
.border-left-light-5 {
  border-left: 5px solid #f4f4f4;
}
.border-left-light-6 {
  border-left: 6px solid #f4f4f4;
}
.border-left-light-7 {
  border-left: 7px solid #f4f4f4;
}
.border-left-light-8 {
  border-left: 8px solid #f4f4f4;
}
.border-left-light-9 {
  border-left: 9px solid #f4f4f4;
}
.border-left-light-10 {
  border-left: 10px solid #f4f4f4;
}
.bg-"grey",
.badge-"grey",
.icon-bg-"grey",
.hr-bg-"grey" {
  background-color: #bfbfbf;
}
.module-hr-bg-"grey" div[class*="hr-"] {
  background-color: #bfbfbf !important;
}
.text-"grey" {
  color: #bfbfbf !important;
}
.text-"grey" > *:not(font),
.text-"grey" .btn-link,
.icon-"grey" {
  color: #bfbfbf !important;
}
.border-"grey"-1 {
  border: 1px solid #bfbfbf;
}
.border-"grey"-2 {
  border: 2px solid #bfbfbf;
}
.border-"grey"-3 {
  border: 3px solid #bfbfbf;
}
.border-"grey"-4 {
  border: 4px solid #bfbfbf;
}
.border-"grey"-5 {
  border: 5px solid #bfbfbf;
}
.border-"grey"-6 {
  border: 6px solid #bfbfbf;
}
.border-"grey"-7 {
  border: 7px solid #bfbfbf;
}
.border-"grey"-8 {
  border: 8px solid #bfbfbf;
}
.border-"grey"-9 {
  border: 9px solid #bfbfbf;
}
.border-"grey"-10 {
  border: 10px solid #bfbfbf;
}
.border-top-"grey"-1 {
  border-top: 1px solid #bfbfbf;
}
.border-top-"grey"-2 {
  border-top: 2px solid #bfbfbf;
}
.border-top-"grey"-3 {
  border-top: 3px solid #bfbfbf;
}
.border-top-"grey"-4 {
  border-top: 4px solid #bfbfbf;
}
.border-top-"grey"-5 {
  border-top: 5px solid #bfbfbf;
}
.border-top-"grey"-6 {
  border-top: 6px solid #bfbfbf;
}
.border-top-"grey"-7 {
  border-top: 7px solid #bfbfbf;
}
.border-top-"grey"-8 {
  border-top: 8px solid #bfbfbf;
}
.border-top-"grey"-9 {
  border-top: 9px solid #bfbfbf;
}
.border-top-"grey"-10 {
  border-top: 10px solid #bfbfbf;
}
.border-right-"grey"-1 {
  border-right: 1px solid #bfbfbf;
}
.border-right-"grey"-2 {
  border-right: 2px solid #bfbfbf;
}
.border-right-"grey"-3 {
  border-right: 3px solid #bfbfbf;
}
.border-right-"grey"-4 {
  border-right: 4px solid #bfbfbf;
}
.border-right-"grey"-5 {
  border-right: 5px solid #bfbfbf;
}
.border-right-"grey"-6 {
  border-right: 6px solid #bfbfbf;
}
.border-right-"grey"-7 {
  border-right: 7px solid #bfbfbf;
}
.border-right-"grey"-8 {
  border-right: 8px solid #bfbfbf;
}
.border-right-"grey"-9 {
  border-right: 9px solid #bfbfbf;
}
.border-right-"grey"-10 {
  border-right: 10px solid #bfbfbf;
}
.border-bottom-"grey"-1 {
  border-bottom: 1px solid #bfbfbf;
}
.border-bottom-"grey"-2 {
  border-bottom: 2px solid #bfbfbf;
}
.border-bottom-"grey"-3 {
  border-bottom: 3px solid #bfbfbf;
}
.border-bottom-"grey"-4 {
  border-bottom: 4px solid #bfbfbf;
}
.border-bottom-"grey"-5 {
  border-bottom: 5px solid #bfbfbf;
}
.border-bottom-"grey"-6 {
  border-bottom: 6px solid #bfbfbf;
}
.border-bottom-"grey"-7 {
  border-bottom: 7px solid #bfbfbf;
}
.border-bottom-"grey"-8 {
  border-bottom: 8px solid #bfbfbf;
}
.border-bottom-"grey"-9 {
  border-bottom: 9px solid #bfbfbf;
}
.border-bottom-"grey"-10 {
  border-bottom: 10px solid #bfbfbf;
}
.border-left-"grey"-1 {
  border-left: 1px solid #bfbfbf;
}
.border-left-"grey"-2 {
  border-left: 2px solid #bfbfbf;
}
.border-left-"grey"-3 {
  border-left: 3px solid #bfbfbf;
}
.border-left-"grey"-4 {
  border-left: 4px solid #bfbfbf;
}
.border-left-"grey"-5 {
  border-left: 5px solid #bfbfbf;
}
.border-left-"grey"-6 {
  border-left: 6px solid #bfbfbf;
}
.border-left-"grey"-7 {
  border-left: 7px solid #bfbfbf;
}
.border-left-"grey"-8 {
  border-left: 8px solid #bfbfbf;
}
.border-left-"grey"-9 {
  border-left: 9px solid #bfbfbf;
}
.border-left-"grey"-10 {
  border-left: 10px solid #bfbfbf;
}
.cuted:after,
.cuted-top:before,
.cutted-bottom:after {
  pointer-events: none;
}
.main-content {
  overflow: hidden;
}
.main-content p {
  color: #212121;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  /*  @media screen and (max-width: 767px) {
        font-size: @paragraph-sm;
      }*/
}
@media screen and (max-width: 1199px) {
  .main-content p {
    font-size: 14px;
  }
}
.main-content p.highlight {
  color: #212121;
  font-size: 18px !important;
  position: relative !important;
  font-weight: 600 !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: 1.44 !important;
  letter-spacing: 0.23px !important;
  padding-left: 30px !important;
  text-align: left !important;
  /*
    @media screen and (max-width: 767px) {
      font-size: @paragraph-md;
    }
    */
}
@media screen and (max-width: 1199px) {
  .main-content p.highlight {
    font-size: 16px !important;
  }
}
.main-content p.highlight:before {
  display: block;
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
  margin-left: -30px;
  background-color: #0044de;
  -webkit-mask-image: url('../img/hr-vertical.svg');
  mask-image: url('../img/hr-vertical.svg');
  -webkit-mask-repeat: repeat-y;
  mask-repeat: repeat-y;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.main-content p.lead {
  color: #212121;
  font-size: 24px !important;
  position: relative !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: 1.44 !important;
  letter-spacing: 0.23px !important;
}
@media screen and (max-width: 1199px) {
  .main-content p.lead {
    font-size: 16px !important;
  }
}
.main-content blockquote {
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.32;
  letter-spacing: 0.35px;
  text-align: center;
  color: #303953;
}
.main-content blockquote:before {
  width: 100%;
  content: '\f10e';
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 25px auto;
  left: 0;
  right: 0;
  text-align: center;
}
.main-content blockquote .testimonial {
  margin-top: 40px;
}
.main-content blockquote .testimonial img {
  width: 81px;
  height: 81px;
  object-fit: contain;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-bottom: 15px;
}
.main-content blockquote .testimonial .name {
  display: block;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: 0.23px;
  text-align: center;
  color: #212121;
}
.main-content blockquote .testimonial .info {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
  color: #b3b7c5;
}
.main-content blockquote.text-white .testimonial .name,
.main-content blockquote.text-white .testimonial .info {
  color: #f4f4f4;
}
.main-content blockquote.small {
  font-size: 16px;
  text-align: left;
}
.main-content blockquote.small:before {
  text-align: left;
  margin: 25px auto 25px 0;
}
.main-content blockquote.small .testimonial .name {
  text-align: left;
}
.main-content blockquote.small .testimonial .info {
  text-align: left;
}
.main-content .bg-default p,
.main-content .bg-default p.lead,
.main-content .bg-default p.highlight,
.main-content .bg-default blockquote,
.main-content .bg-default blockquote.small {
  color: #f4f4f4;
}
.main-content .text-left blockquote {
  text-align: left;
}
.main-content .text-left blockquote:before {
  text-align: left;
  margin: 0 auto 25px 0;
}
.main-content .text-left blockquote .testimonial .name {
  text-align: left;
}
.main-content .text-left blockquote .testimonial .info {
  text-align: left;
}
.main-content small {
  color: #979aa6;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
}
@media screen and (max-width: 1199px) {
  .main-content small {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .main-content small {
    font-size: 12px;
  }
}
.main-content ol.ol {
  padding-left: 15px;
}
.main-content ol.ol li {
  color: #0044de;
  text-align: left;
  margin-bottom: 20px;
  list-style-type: decimal;
  font-weight: bold;
  font-size: 16px;
}
.main-content ol.ol li:after {
  clear: both;
  display: block;
  content: '';
}
.main-content ol.ol li:before {
  content: '|';
  display: block;
  font-weight: 900;
  margin-right: 10px;
  float: left;
}
.main-content ol.ol li span {
  color: #212121;
  float: left;
  display: block;
  font-weight: normal;
  width: calc(100% - 25px);
}
.main-content ul.ul li {
  color: #0044de;
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
}
.main-content ul.ul li:after {
  clear: both;
  display: block;
  content: '';
}
.main-content ul.ul li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f061';
  display: block;
  font-weight: 900;
  margin-right: 10px;
  float: left;
}
.main-content ul.ul li span {
  color: #212121;
  float: left;
  display: block;
  width: calc(100% - 25px);
}
.main-content section {
  z-index: 9;
  position: relative;
  clear: both;
}
.main-content section > div {
  z-index: 3;
  position: relative;
}
.main-content nav {
  z-index: 2;
}
.main-content .hidden {
  display: none;
}
@media (min-width: 1200px) {
  .main-content .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .main-content .hidden-md {
    display: none !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .main-content .hidden-sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .main-content .hidden-xs {
    display: none !important;
  }
}
.main-content .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.shadow-sm {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}
.shadow-md {
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 17px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.1);
}
/* Background */
.background-image-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: static;
}
[data-bg-contain] .background-image-holder {
  background-size: contain;
}
[data-parallax] .background-image-holder {
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  [data-parallax] .background-image-holder {
    background-attachment: scroll;
  }
}
[data-background-position="center top"] .background-image-holder {
  background-position: center top;
}
[data-background-position="center bottom"] .background-image-holder {
  background-position: center bottom;
}
[background-position="center center"] .background-image-holder {
  background-position: center center;
}
[data-overlay] {
  position: relative;
}
[data-overlay] .background-image-holder:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #212121, #545454);
  opacity: 0.5;
  z-index: 2;
  pointer-events: none;
}
[data-overlay-inverse] .background-image-holder:after {
  background-image: linear-gradient(to bottom right, #0044de, #457eff);
}
[data-overlay-black] .background-image-holder:after {
  background-image: linear-gradient(to bottom right, #000000, #000000);
}
[data-overlay="1"] .background-image-holder:after {
  opacity: 0.1;
}
[data-overlay="2"] .background-image-holder:after {
  opacity: 0.2;
}
[data-overlay="3"] .background-image-holder:after {
  opacity: 0.3;
}
[data-overlay="4"] .background-image-holder:after {
  opacity: 0.4;
}
[data-overlay="5"] .background-image-holder:after {
  opacity: 0.5;
}
[data-overlay="6"] .background-image-holder:after {
  opacity: 0.6;
}
[data-overlay="7"] .background-image-holder:after {
  opacity: 0.7;
}
[data-overlay="8"] .background-image-holder:after {
  opacity: 0.8;
}
[data-overlay="9"] .background-image-holder:after {
  opacity: 0.9;
}
[data-overlay="10"] .background-image-holder:after {
  opacity: 1;
}
.form-control {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #d8d8d8;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  color: #212121;
  height: calc(1.5em + .75rem + 4px);
}
.form-control:focus {
  border-color: #0044de;
  -webkit-box-shadow: 0 0 10px rgba(0, 68, 222, 0.5) !important;
  box-shadow: 0 0 10px rgba(0, 68, 222, 0.5) !important;
}
.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cacaca;
  opacity: 1;
  /* Firefox */
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cacaca;
}
.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cacaca;
}
.bootstrap-select .dropdown-toggle:focus,
.btn:focus,
.btn-group .dropdown-toggle:active,
.btn-group.show .dropdown-toggle {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.module {
  line-height: 1;
}
.custom-control.custom-radio.d-inline-block,
.custom-control.custom-checkbox.d-inline-block,
.custom-control.custom-switch.d-inline-block {
  margin-left: 20px;
}
.custom-control.custom-radio.d-inline-block:first-of-type,
.custom-control.custom-checkbox.d-inline-block:first-of-type,
.custom-control.custom-switch.d-inline-block:first-of-type {
  margin-left: 0;
}
.custom-control.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 68, 222, 0.25);
}
.custom-control.custom-radio:first-of-type {
  margin-left: 0;
}
.custom-control.custom-radio .custom-control-label {
  padding-top: 2px;
  line-height: 1.5;
}
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: #0044de;
  border: 3px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 13px;
  height: 13px;
}
.custom-control.custom-radio .custom-control-label::before {
  width: 13px;
  height: 13px;
}
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background: #0044de;
  width: 15px;
  height: 15px;
  border-color: #6c757d;
}
.custom-control.custom-radio .custom-control-label::before {
  top: 3px;
  left: -25px;
}
.custom-control.custom-radio .custom-control-label::before,
.custom-control.custom-radio .custom-control-label::after {
  margin-top: 4px;
}
.custom-control.custom-checkbox .custom-control-label {
  line-height: 1.5;
}
.custom-control.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 68, 222, 0.25);
}
.custom-control.custom-checkbox .custom-control-label::before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #6c757d;
  background-color: #fff;
}
.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%236c757d' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-control.custom-switch .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 68, 222, 0.25);
}
.custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #0044de;
  background-color: #0044de;
}
.custom-control.custom-switch .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #0044de;
}
.form-control.is-valid,
.was-validated .form-control:valid,
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #d8d8d8;
  background-size: calc(0.625em) calc(0.625em);
}
.invalid-feedback {
  color: #0044de;
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background: #0044de;
}
.bootstrap-select .dropdown-menu {
  margin-top: -1px !important;
}
.bootstrap-select .dropdown-toggle::after {
  border-top: .2em solid;
  border-right: .2em solid transparent;
  border-left: .2em solid transparent;
}
.bootstrap-select .btn.dropdown-toggle,
.bootstrap-select .dropdown-menu {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.bootstrap-select .btn.dropdown-toggle,
.bootstrap-select .bootstrap-select .dropdown-menu {
  background: #ffffff;
  border: 1px solid #d8d8d8;
}
.bootstrap-select .dropdown-item:focus,
.bootstrap-select .dropdown-item:hover {
  color: #3f4043;
}
.bootstrap-select .dropdown-item:focus,
.bootstrap-select .dropdown-item:hover {
  color: #3f4043;
  text-decoration: none;
  background-color: #f4f4f4;
}
/* Ajax Loading */
.js-ajax-loading {
  transition: .2s;
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 999;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
}
.js-ajax-loading img {
  display: block;
  margin: 0 auto;
  -webkit-animation: pulse 1s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: pulse 1s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
body.page-loaded .js-ajax-loading {
  opacity: 0;
  visibility: hidden;
}
@keyframes pulse {
  0%,
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* *******************************************
 **************** Containers *************** *
 ******************************************* */
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 1366px) and (max-width: 1439px) {
  .container {
    width: 1336px;
    max-width: 1336px;
  }
}
@media (max-width: 1365px) {
  .container,
  .container,
  .container {
    width: 90%;
    max-width: 90%;
  }
}
@media (max-width: 991px) {
  .container,
  .container,
  .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1440px;
    max-width: 1440px;
  }
}
@media (min-width: 1660px) {
  .container {
    width: 1660px;
    max-width: 1660px;
  }
}
/*
@media (min-width: 1650px) {
  .container {
    width: 1650px;
    max-width: 1650px;
  }
}*/
/* *******************************************
 **************** Navigation *************** *
 ******************************************* */
/*Flex mixin*/
.inline-flex,
.flex-inline,
.mixin-inline-flex {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.flex,
.flex-row,
.mixin-flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-row-nowrap,
.mixin-flex-row-nowrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.row-reverse,
.flex-row-reverse,
.mixin-flex-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-column,
.mixin-flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-wrap: wrap;
  flex-direction: column;
}
.flex-column-reverse,
.mixin-flex-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-center,
.mixin-flex-center {
  align-items: center;
  justify-content: center;
}
.overlay {
  position: relative;
}
.overlay:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #212121;
  opacity: 0.5;
}
.overlay-opacity-0:after {
  opacity: 0!important;
}
.overlay-opacity-1:after {
  opacity: 0.1!important;
}
.overlay-opacity-2:after {
  opacity: 0.2!important;
}
.overlay-opacity-3:after {
  opacity: 0.3!important;
}
.overlay-opacity-4:after {
  opacity: 0.4!important;
}
.overlay-opacity-5:after {
  opacity: 0.5!important;
}
.overlay-opacity-6:after {
  opacity: 0.6!important;
}
.overlay-opacity-7:after {
  opacity: 0.7!important;
}
.overlay-opacity-8:after {
  opacity: 0.8!important;
}
.overlay-opacity-9:after {
  opacity: 0.9!important;
}
.overlay-opacity-10:after {
  opacity: 1!important;
}
.overlay * {
  position: relative;
  z-index: 1;
}
section:not(.block-style) .has-style,
section:not(.block-style).has-style {
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  border-radius: 0%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
/* Icon Style */
.icons {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  /*.mixin-flex-center();*/
  /*    background: transparent;*/
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 0.1rem;
  line-height: 1;
  /* background-clip: content-box;*/
  /*.has-style();*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.icon-style-1 {
  /*  width: @width;
        height: @height;*/
  font-size: 2rem;
}
.icon-style-2 {
  /*  width: @width;
        height: @height;*/
  font-size: 3rem;
}
.icon-style-3 {
  /*  width: @width;
        height: @height;*/
  font-size: 4rem;
}
/* Icon Style */
/* *******************************************
 **************** Navigation *************** *
 ******************************************* */
.navigation-holder {
  position: relative;
  z-index: 10;
  width: 100%;
}
.navigation-holder:not(.not-transparent) {
  height: 0;
}
.navigation {
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: height .4s;
  transition: background .4s;
  background: rgba(255, 255, 255, 0.15);
}
.navigation .logo a .logo-text,
.navigation .logo .logo-text,
.navigation .logo a,
.navigation .logo a span {
  color: #212121;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
}
.navigation-holder.not-transparent,
.navigation-holder.not-transparent .navigation:not(.sticky) {
  position: relative !important;
}
.navigation-holder.not-transparent .navigation,
.sticky-nav .sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  background: #ffffff;
}
.navigation.sticky {
  border-bottom: 2px solid #e5e5e5;
}
.sticky-padding {
  padding-top: 65px;
}
.mw-live-edit .navigation.sticky {
  margin-top: 55px;
}
.navigation-holder:not(.not-transparent) .navigation .logo.logo-dark {
  display: none !important;
}
.navigation-holder:not(.not-transparent) .navigation .logo.logo-light {
  display: flex !important;
}
.navigation-holder:not(.not-transparent) .navigation.sticky .logo.logo-dark {
  display: flex !important;
}
.navigation-holder:not(.not-transparent) .navigation.sticky .logo.logo-light {
  display: none !important;
}
.navigation-holder.not-transparent .navigation .logo.logo-dark {
  display: flex !important;
}
.navigation-holder.not-transparent .navigation .logo.logo-light {
  display: none !important;
}
.navigation-holder.not-transparent .navigation.sticky .logo.logo-dark {
  display: flex !important;
}
.navigation-holder.not-transparent .navigation.sticky .logo.logo-light {
  display: none !important;
}
.navigation {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
/* Sticky nav */
html:not(.sidebar-nav-website) body.sticky-nav .sticky:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 7px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), transparent);
  bottom: -7px;
  z-index: 2;
}
body.sticky-nav:not(.mw-live-edit) .navigation {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  margin-right: 0;
  margin-left: 0;
}
.navbar-header:after {
  display: block;
  clear: both;
  content: '';
  font-size: 0;
}
.navbar-header ul.socials {
  margin: 0;
}
.navbar-header ul.socials li a {
  background: transparent;
  color: #ffffff;
  font-size: 18px;
  padding: 0;
  margin: 0;
  height: 20px;
  width: 20px;
}
.navbar-header ul.socials a:hover {
  background: transparent;
  color: #ffffff;
}
.navbar-header ul.header-contacts-list li {
  display: inline-block;
}
.navbar-header ul.header-contacts-list li + li {
  margin-left: 15px;
}
.navbar-header ul.header-contacts-list li a {
  color: #ffffff;
  font-size: .75rem;
  padding: 5px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.navigation-holder.not-transparent .navbar-header ul.header-contacts-list li a,
.navigation.sticky .navbar-header ul.header-contacts-list li a {
  color: #212121;
}
.navbar-header ul.header-contacts-list li a:hover {
  text-decoration: none;
}
.navbar-header ul.header-contacts-list li a span {
  line-height: 0;
}
body:not([data-lang="ar"]) .navbar-header ul.header-contacts-list li a span:nth-of-type(2) {
  margin-left: 7px;
}
body[data-lang="ar"] .navbar-header ul.header-contacts-list li a span:nth-of-type(2) {
  margin-right: 7px;
}
.navbar-header ul.header-contacts-list li a i {
  font-weight: 600;
  font-size: 1rem;
}
.navbar-header ul.socials.header-social-phone {
  margin-top: 20px;
}
.navbar-header ul.socials.header-social-phone li a {
  color: #ffffff;
}
/*Logo settings*/
.logo a .logo-text,
.logo .logo-text,
.logo a,
.logo a span {
  color: #212121;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  padding-left: 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.logo a span {
  width: auto !important;
}
.navigation .navbar-header .logo {
  position: relative;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -0.4em;
}
.navigation.sticky .navbar-header .logo {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation .navbar-header .logo a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.navigation .navbar-header .logo img {
  max-height: 100px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation.sticky .navbar-header .logo img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .navigation .navbar-header .logo img {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .navigation .navbar-header .logo {
    height: 36px;
    margin: 15px 0;
  }
  .navigation .navbar-header .logo img {
    max-height: 100%;
    width: auto !important;
  }
}
/*END Logo settings*/
@media screen and (max-width: 767px) {
  body.lock-scroll-extra-menu {
    overflow: hidden;
  }
  body.lock-scroll {
    overflow: hidden;
  }
}
.navigation .navbar-header .toggle,
.navigation .navbar-header .cart {
  display: none;
}
.navigation .navbar-header .toggle,
.navigation .navbar-header .toggle-inside-menu {
  height: 25px;
  width: 34px;
}
body:not([data-lang="ar"]) .navigation .navbar-header .toggle {
  text-align: right;
}
body[data-lang="ar"] .navigation .navbar-header .toggle {
  text-align: left;
}
body:not([data-lang="ar"]) .navigation .navbar-header .toggle-inside-menu {
  margin-left: 15px;
}
body[data-lang="ar"] .navigation .navbar-header .toggle-inside-menu {
  margin-right: 15px;
}
.toggle-inside-menu .mobile-menu-btn span {
  background: #212121;
}
html:not(.sidebar-nav-website) .toggle .mobile-menu-btn.active span {
  background: transparent;
}
.extra-toggle .mobile-menu-btn.active span {
  background: #ffffff;
}
.mobile-menu-btn {
  color: #212121;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 34px;
  height: 22px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0;
}
.toggle-inside-menu {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.mobile-menu-btn span {
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  height: 2px;
  width: 33px;
  top: 0;
  right: 0;
  background: #ffffff;
}
.navigation.sticky .mobile-menu-btn span,
.not-transparent.navigation-holder .mobile-menu-btn span {
  background: #212121;
}
.mobile-menu-btn span:first-child {
  -webkit-transform-origin: 0 center;
  -ms-transform-origin: 0 center;
  -moz-transform-origin: 0 center;
  transform-origin: 0 center;
}
.mobile-menu-btn span:nth-child(2) {
  top: 9px;
}
.mobile-menu-btn span:nth-child(3) {
  -webkit-transform-origin: 0 center;
  -ms-transform-origin: 0 center;
  -moz-transform-origin: 0 center;
  transform-origin: 0 center;
  top: 19px;
}
.mobile-menu-btn.active:not(.blocked-toggle) span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(-2px);
  -moz-transform: rotate(45deg) translateY(-2px);
  -ms-transform: rotate(45deg) translateY(-2px);
  transform: rotate(45deg) translateY(-3px);
}
.mobile-menu-btn.active:not(.blocked-toggle) span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(2px);
  -ms-transform: rotate(-45deg) translateY(2px);
  -moz-transform: rotate(-45deg) translateY(2px);
  transform: rotate(-45deg) translateY(3px);
}
.mobile-menu-btn.active:not(.blocked-toggle) span:nth-child(2) {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.mobile-menu-btn.active:not(.blocked-toggle) {
  transform: rotate(180deg);
  right: 3px;
}
.toggle-inside-menu .mobile-menu-btn.active {
  right: 0px;
}
/* Kebab icon */
.extra-toggle {
  display: none;
}
.mobile-menu-btn-2.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-menu-btn-2 {
  position: relative;
  z-index: 1;
  width: 25px;
  height: 25px;
  cursor: pointer;
  display: inline-block;
  transition: 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu-btn-2 span {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  margin: auto;
  pointer-events: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
}
.mobile-menu-btn-2 span:nth-child(1) {
  top: 0;
}
.mobile-menu-btn-2 span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobile-menu-btn-2 span:nth-child(3) {
  bottom: 0;
}
/*Sidebar Nav menu collapse icon*/
.sidebar-nav-website .navigation .list li > a:after {
  display: none;
}
.sidebar-nav-website .submenu-toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
}
.sidebar-nav-website .submenu-toggle:before {
  position: absolute;
  top: 50%;
  content: " ";
  right: 20px;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  background-color: #212121;
  transform: rotate(90deg);
  transition: transform 0.25s ease-in-out;
}
.sidebar-nav-website .submenu-toggle.active-icon:before {
  transform: rotate(0);
}
.sidebar-nav-website .submenu-toggle:after {
  position: absolute;
  top: 50%;
  content: " ";
  right: 20px;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  background-color: #212121;
}
/*End Sidebar Nav menu collapse icon*/
.mobile-menu-label {
  margin-right: 10px;
  width: 100%;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  height: 30px;
  font-size: 14px;
  display: none;
}
.mobile-menu-label b {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  color: #ffffff;
}
.mobile-menu-label b + b {
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px) scale(0.9);
}
.mobile-extra-menu-active .mobile-menu-label b:first-child {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-20px) scale(0.9);
}
.mobile-extra-menu-active .mobile-menu-label b + b {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.navigation .navbar-header .cart {
  text-align: left;
}
.navigation .navbar-header .cart a {
  color: #ffffff;
  font-size: 24px;
}
.navigation .menu-overlay {
  flex: 1;
}
.member-nav > .dropdown > .dropdown-menu {
  margin-top: 10px;
}
.navigation .list {
  display: block;
  max-width: 100%;
  text-align: center;
}
.navigation .list li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  text-transform: inherit;
}
.navigation .list .dropdown-menu span.name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 20px);
  display: inline-block;
}
.navigation .list > li > a {
  display: block;
  text-decoration: none;
  position: relative;
  color: #ffffff;
  padding: .7rem .5rem;
}
.not-transparent .navigation .list > li > a,
.navigation.sticky .list > li > a {
  color: #212121;
}
.navigation .list li > a:after {
  content: '';
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(0);
  top: calc(50% - 1.5px);
}
body:not([data-lang="ar"]) .navigation .list li.has-sub-menu > a:after {
  margin-left: 10px;
}
body[data-lang="ar"] .navigation .list li.has-sub-menu > a:after {
  margin-right: 10px;
}
.navigation li:hover > a:after {
  transform: rotate(-90deg);
}
.navigation .list > li > a:hover,
.navigation .list > li.active > a,
.navigation .list > li.active-parent > a {
  color: #0044de;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dropdown-menu .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  left: 100%;
}
.navigation .list > li {
  margin: 0 25px;
  display: inline-block;
  clear: both;
}
.navigation .list > li > ul a {
  padding: .5rem .7rem;
  color: #f4f4f4;
}
.dropdown-menu > li > a {
  display: block;
  clear: both;
  font-weight: 600;
  text-transform: inherit;
  text-decoration: none;
}
.navigation .menu .list {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation .list > li:hover {
  z-index: 10;
}
.show > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.dropdown-menu > li > a:focus {
  background-color: transparent;
}
.navigation .dropdown-menu {
  background: #212121;
  border: 1px solid rgba(244, 244, 244, 0.1);
}
.navigation .module-menu .dropdown-menu {
  max-width: 15rem;
  min-width: 12rem;
}
/*.navigation .list>li>ul a:hover {
    background-color: @header-dropdown-back-on-hover;
    color: @header-dropdown-color-on-hover;
}*/
.navigation .list .dropdown:hover .dropdown-menu {
  margin: 0;
}
.member-nav .dropdown-menu li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.member-nav .dropdown-menu:not(.shopping-cart) a {
  padding: .5rem .7rem;
  color: #f4f4f4;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
.member-nav .dropdown-menu:not(.shopping-cart) li:not(:first-child) a:hover {
  color: rgba(244, 244, 244, 0.8);
}
.member-nav .btn-member .dropdown-menu li:not(:first-of-type) a:hover {
  background: rgba(244, 244, 244, 0.03);
}
.member-nav .shopping-cart-holder .btn:hover {
  background: rgba(0, 68, 222, 0.9);
  color: #212121;
}
.navigation .menu .list > li.mobile-search,
.navigation .menu .list > li.mobile-profile {
  display: none;
}
.navigation .menu .list > li.mobile-search form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
}
.mobile-search button {
  border: none;
  color: white;
  background: #0044de;
  height: 45px;
  text-align: center;
  width: auto;
  padding: 0 15px;
}
.mobile-search input {
  background: transparent;
  border: none;
  height: 45px;
  width: 100%;
  color: #212121;
}
.mobile-search .fa {
  color: #212121;
  margin: 0 14px;
}
/* Member nav */
.member-nav {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.member-nav li.dropdown {
  position: static;
}
.member-nav li.dropdown a {
  position: relative;
}
.member-nav .dropdown-menu {
  right: 0;
  left: auto !important;
  transform: unset !important;
  margin-top: 50px !important;
}
.member-nav .btn {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.member-nav > li {
  display: inline-block;
  vertical-align: middle;
}
.member-nav > li a {
  text-decoration: none;
}
.member-nav .dropdown-toggle > span {
  color: #f4f4f4;
  font-size: 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  position: absolute;
  z-index: 1;
  background-color: #0044de;
  min-width: 16px;
  min-height: 16px;
  align-items: center;
  justify-content: center;
  top: -4px;
  right: -9px;
}
.member-nav-inverse .member-nav .dropdown-toggle > span {
  color: #212121;
}
.member-nav .dropdown-toggle > i {
  color: #ffffff;
  font-size: 22px;
  line-height: 28px;
}
.not-transparent .navigation .member-nav .dropdown-toggle > i,
.navigation.sticky .member-nav .dropdown-toggle > i {
  color: #212121;
}
.member-nav a:after {
  display: none !important;
}
.member-nav .search button.dropdown-toggle {
  margin-right: 0;
  color: #ffffff;
  border: 0;
  background: transparent;
}
.member-nav .search button.dropdown-toggle:after {
  display: none;
}
.member-nav .search button {
  outline: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.member-nav .search .dropdown-menu {
  padding-left: .5rem;
  padding-right: .5rem;
}
.member-nav .search input {
  background: #ffffff;
  font-size: .9rem;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: .4rem .7rem;
  outline: none;
  border: 0;
  flex: 1;
}
.member-nav .search .dropdown-menu i {
  color: rgba(33, 33, 33, 0.7);
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
body:not([data-lang="ar"]) .member-nav .search .dropdown-menu i {
  padding: 0 0 0 0.5rem;
}
body[data-lang="ar"] .member-nav .search .dropdown-menu i {
  padding: 0 0.5rem 0 0;
}
/* Header Shopping Cart */
.navigation .menu .member-nav .shopping-cart {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.navigation .menu .member-nav .shopping-cart:before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #212121;
  content: '';
  display: block;
  position: absolute;
  margin-top: -10px;
  margin-left: 39px;
}
.member-nav .shopping-cart-holder {
  padding: 0 20px;
  width: 240px;
  max-width: 100%;
  overflow: hidden;
}
.member-nav .shopping-cart-holder .product {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 68, 222, 0.2);
}
.member-nav .shopping-cart-holder .product .remove {
  position: absolute;
  right: 10px;
  color: #0044de;
  line-height: 0;
  top: 10px;
}
.member-nav .shopping-cart-holder .product .remove:hover {
  background: transparent;
  color: #457eff;
}
.member-nav .shopping-cart-holder .product h5 {
  color: #ffffff;
  font-size: 14px;
}
.member-nav .shopping-cart-holder .product .qty {
  color: rgba(0, 68, 222, 0.9);
}
.member-nav .shopping-cart-holder .product .price {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.member-nav .shopping-cart-holder .total p {
  font-size: 16px;
  color: #ffffff;
  margin: 15px 0 10px 0;
}
.member-nav .shopping-cart-holder .btn {
  margin-top: 20px;
  display: block;
  width: 100%;
}
.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #212121;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 15rem;
  /*    top: 100%;*/
}
body[data-lang="ar"] .dropdown-menu {
  text-align: right;
}
.dropdown-menu li {
  position: relative;
}
.member-nav > .dropdown > .dropdown-menu {
  margin-top: .7rem;
}
.member-nav .dropdown-menu:before {
  position: absolute;
  top: -7px;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  content: '';
  left: 10px;
  display: none;
}
.member-nav .dropdown-menu,
.member-nav .dropdown-menu:before {
  background-color: #212121;
}
/*See more icon*/
.navigation .sub-menu-more > a {
  font-size: 0 !important;
  line-height: 0;
  position: relative !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  width: 32px;
  height: 32px;
  padding: 0px !important;
  align-items: center;
}
.navigation .sub-menu-more > a span {
  left: 2px;
}
.navigation .sub-menu-more > a span:before {
  left: 12px;
}
.navigation .sub-menu-more > a span:after {
  left: 24px;
}
.navigation .sub-menu-more > a span,
.navigation .sub-menu-more > a span:after,
.navigation .sub-menu-more > a span:before {
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation .sub-menu-more > a:hover span,
.navigation .sub-menu-more > a:hover span:after,
.navigation .sub-menu-more > a:hover span:before {
  background-color: rgba(255, 255, 255, 0.4);
}
.navigation .sub-menu-more > a span:after,
.navigation .sub-menu-more > a span:before {
  content: '';
  display: block;
}
/*!!! Only for main header menu !!!*/
@media screen and (min-width: 1200px) {
  html:not(.sidebar-nav-website) {
    /*See more icon*/
    /*End See more icon*/
  }
  html:not(.sidebar-nav-website) .navigation .menu .small-navbar .list li a {
    font-size: calc(14px);
  }
  html:not(.sidebar-nav-website) .navigation .menu .list > li:hover > a {
    color: #0044de;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  html:not(.sidebar-nav-website) .navigation .menu .list > li > ul li:hover > a {
    color: rgba(244, 244, 244, 0.8);
    background-color: rgba(244, 244, 244, 0.03);
  }
  html:not(.sidebar-nav-website) .navigation .menu .list > li > ul li:hover > a:focus {
    color: #212121;
  }
  html:not(.sidebar-nav-website) .navigation .list li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  html:not(.sidebar-nav-website) .mw-live-edit .navigation .menu-overlay {
    position: static;
  }
  html:not(.sidebar-nav-website) .toggle-inside-menu {
    display: none;
  }
  html:not(.sidebar-nav-website) .navigation .menu .collapseNav-initialized {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    align-items: center;
  }
  html:not(.sidebar-nav-website) .navigation-holder:not(.header_style_3) .navigation .menu .sub-menu-more > .dropdown-menu {
    left: auto;
    right: 0;
  }
  html:not(.sidebar-nav-website) .navigation-holder:not(.header_style_3) .navigation .menu .sub-menu-more .dropdown-menu .dropdown-menu {
    left: -100%;
    right: 100%;
  }
  html:not(.sidebar-nav-website) .navigation-holder:not(.header_style_3) .navigation .menu .sub-menu-more .dropdown-menu li:hover > a:after {
    transform: rotate(90deg) !important;
  }
}
@media screen and (max-width: 1199px) {
  .navigation .menu .sub-menu-more {
    display: none !important;
  }
  .navigation .menu ul {
    width: 100%;
    margin-top: 20px;
  }
  .navigation .menu .list li {
    display: block;
    margin: 0;
    clear: both;
    width: 100%;
  }
  .navigation .menu .list > li > a {
    color: #212121;
    clear: both;
    padding: 10px 30px;
    text-align: left;
  }
  .navigation .menu a.dropdown-toggle::after {
    margin-top: 0px;
  }
  .navigation .menu .list .dropdown span.name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 20px);
    display: inline-block;
  }
  .navigation .menu .list > li > ul a {
    color: rgba(33, 33, 33, 0.7);
  }
  .navigation .menu .list > li > ul > li a {
    padding: 8px 40px;
  }
  .navigation .menu .list > li > ul > li > ul > li a {
    padding: 8px 50px;
  }
  .navigation .menu .list > li a:hover {
    background-color: rgba(244, 244, 244, 0.03);
    color: #212121;
  }
  .navigation .menu .dropdown-menu > .active > a,
  .navigation .menu .dropdown-menu > .active > a:focus {
    background-color: rgba(244, 244, 244, 0.03);
    color: #212121;
  }
  .navigation .menu .list > li.active-parent > a,
  .navigation .menu .list > li.active > a {
    color: #0044de;
  }
  .navigation .menu .list > li.active li.active-parent > a {
    color: #212121;
  }
  .navigation .menu .show > .dropdown-menu {
    display: block;
    position: relative;
    float: none;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 0;
  }
  .navigation .menu .list .dropdown.show {
    background: rgba(244, 244, 244, 0.5);
    margin: 0 20px;
    padding-bottom: 15px;
  }
  .navigation .menu .has-sub-menu ul.dropdown-menu {
    position: static !important;
    transform: unset !important;
    opacity: 1;
    visibility: visible;
    display: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    border: 0;
    margin: 0;
    background: transparent;
    max-width: 100%;
    min-width: unset;
  }
  .navigation .menu-overlay[class*="pl-"] {
    padding: 0 !important;
  }
  .navigation .navbar-header .toggle {
    display: block;
  }
  .navigation .member-nav {
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  .navigation.sticky .menu .member-nav {
    display: block;
  }
  html:not(.sidebar-nav-website) .navigation .menu-overlay {
    visibility: hidden;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 !important;
    background: rgba(33, 33, 33, 0.5);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10;
  }
  html:not(.sidebar-nav-website) .navigation .menu {
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px 0 40px 0;
    background: #f4f4f4;
    min-height: calc(100vh);
    transform: scaleY(1) scaleX(0) translateX(400px);
    transform-origin: right 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: 100%;
    width: 100%;
    -webkit-box-shadow: 0px 35px 60px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 35px 60px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 35px 60px 0px rgba(0, 0, 0, 0.6);
    z-index: 10;
  }
  html.mobile-menu-active:not(.sidebar-nav-website) .menu-overlay {
    opacity: 1;
    visibility: visible;
  }
  html.mobile-menu-active:not(.sidebar-nav-website) .menu {
    visibility: visible;
    overflow: auto;
    opacity: 1;
    transform: scaleY(1) scaleX(1) translateX(0);
    max-width: 400px;
  }
  nav.navigation li.btn-cart a:not(.btn) {
    display: inline-flex;
    align-items: center;
    position: relative;
  }
  .member-nav.main-member-nav:not(.visible-search) .search {
    display: none;
  }
  .navigation .menu .list > li.mobile-search {
    display: block;
    width: 100%;
    background: #ffffff;
    padding: 0 15px;
    background-clip: content-box;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .member-nav .dropdown-menu:before {
    left: auto;
    right: 10px;
  }
  /***** Sidebar navigation menu *****/
  .sidebar-nav-website .navigation .menu-overlay {
    visibility: visible;
    width: 340px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 !important;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    margin-left: -340px;
  }
  .sidebar-nav-website .navigation .menu {
    visibility: visible;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px 0 40px;
    background: #f4f4f4;
    height: calc(100vh);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: 100%;
    width: 340px;
    z-index: 1;
  }
  .mobile-menu-active.sidebar-nav-website .mw-live-edit .menu-overlay {
    top: 56px;
  }
  .mobile-menu-active.sidebar-nav-website .menu-overlay {
    margin-left: 0;
  }
  .mobile-menu-active.sidebar-nav-website .menu {
    overflow: auto;
    max-width: 340px;
    border-right: 1px solid #ffffff;
  }
  .mobile-menu-active.sidebar-nav-website .main {
    width: calc(100% - 340px);
    right: -340px;
  }
  .mobile-menu-active.sidebar-nav-website body.sticky-nav:not(.mw-live-edit) .js-sidebar-nav {
    width: calc(100%);
    margin: 0;
    left: 0;
  }
  .sidebar-nav-website .main {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    right: 0;
  }
  .sidebar-nav-website .navigation .menu ul {
    margin-top: 0;
  }
  .sidebar-nav-website .navigation .menu .module-menu .list > .has-sub-menu > ul.dropdown-menu {
    padding: 0 0 1rem 0;
  }
  .sidebar-nav-website .navigation .menu .module-menu .list > li:not(:first-of-type) {
    border-top: 1px solid #ffffff;
  }
  .sidebar-nav-website .navigation .menu .module-menu .list > li:last-of-type {
    border-bottom: 1px solid #ffffff;
  }
  .sidebar-nav-website .navigation .menu .list > li > a {
    padding: 1rem 2rem;
  }
  .sidebar-nav-website .navigation .menu .list > li > ul > li a {
    padding: .5rem 2.5rem;
  }
  .sidebar-nav-website .navigation .menu .list > li > ul > li > ul > li a {
    padding: .5rem 3rem;
  }
  /***** End Sidebar navigation menu *****/
}
@media (max-width: 1365px) {
  html.sidebar-nav-website.mobile-menu-active,
  html.sidebar-nav-website.mobile-menu-active body {
    overflow: hidden;
  }
  .mobile-menu-active.sidebar-nav-website .main {
    width: calc(100%);
  }
  .mobile-menu-active.sidebar-nav-website body.sticky-nav:not(.mw-live-edit) .js-sidebar-nav {
    width: calc(100%);
  }
  .sidebar-nav-website .navigation .menu-overlay {
    width: 100%;
    margin-left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
  }
  .mobile-menu-active.sidebar-nav-website .menu-overlay {
    visibility: visible;
    opacity: 1;
    background-color: rgba(33, 33, 33, 0.5);
  }
  .sidebar-nav-website .navigation .menu {
    margin-left: -340px;
  }
  .mobile-menu-active.sidebar-nav-website .navigation .menu {
    margin-left: 0;
  }
  .sidebar-nav-website .mobile-menu-btn {
    z-index: 10;
  }
}
@media (max-width: 767px) {
  .mobile-menu-active.sidebar-nav-website body.sticky-nav:not(.mw-live-edit) .js-sidebar-nav {
    width: calc(100%);
    left: 340px;
  }
  .sidebar-nav-website .navigation .menu ul {
    margin-top: 20px;
  }
  .sidebar-nav-website .navigation .menu {
    min-height: calc(100vh);
  }
}
@media (max-width: calc(340px + 64px)) {
  .sidebar-nav-website .navigation .menu {
    width: calc(100vw - 64px);
    max-width: calc(100vw - 64px);
    margin-left: calc(-100vw - 64px);
  }
  .mobile-menu-active.sidebar-nav-website body.sticky-nav:not(.mw-live-edit) .js-sidebar-nav {
    left: calc(100vw - 64px);
  }
  .mobile-menu-active.sidebar-nav-website .main {
    right: calc(-100vw + 64px);
  }
}
@media (max-width: 767px) {
  html:not(.sidebar-nav-website) .navigation .menu {
    padding-bottom: 220px;
  }
  .navigation .list li > a:after {
    position: absolute;
    margin-left: 0;
  }
  body:not([data-lang="ar"]) .navigation .list li > a:after {
    right: 0;
    margin-right: 25px;
  }
  body[data-lang="ar"] .navigation .list li > a:after {
    left: 0;
    margin-left: 25px;
  }
  .member-nav li.btn-member {
    display: none;
  }
  .navigation .menu .list > li.mobile-profile {
    display: block;
  }
  .navbar-header ul.socials.header-social-phone {
    justify-content: center;
    padding: 0 15px;
  }
  .navbar-header ul.socials.header-social-phone li a {
    color: #212121;
    background-color: #ffffff;
  }
  .navbar-header ul.header-contacts-list-phone {
    padding: 0 15px;
  }
}
@media (max-width: 575px) {
  html:not(.sidebar-nav-website) .navigation .menu {
    width: calc(100% - 30px);
  }
  .member-nav .btn-cart,
  .member-nav.visible-search .search {
    position: static;
  }
  .member-nav > .dropdown.btn-cart > .dropdown-menu,
  .member-nav.visible-search > .dropdown.search > .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
    transform-origin: center top;
    transform: translate3d(0px, 0px, 0px) !important;
    top: 100% !important;
    margin-top: 0;
    min-height: 100vh;
    width: 100%;
  }
  .member-nav.visible-search > .dropdown.search > .dropdown-menu:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
    background-color: rgba(244, 244, 244, 0.5);
    height: 100vh;
    z-index: 0;
    width: 100%;
  }
  .member-nav.visible-search > .dropdown.search > .dropdown-menu {
    min-height: initial;
    padding: 1rem;
  }
  .member-nav > .dropdown > .dropdown-menu:before {
    display: none;
  }
  .member-nav .shopping-cart-holder {
    width: 100%;
  }
  .navbar-header ul.header-contacts-list li + li {
    margin-left: 5px;
  }
}
/*Secondary menu*/
.navigation .secondary-menu {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 1;
}
.navigation .secondary-menu .module-menu {
  width: 100%;
}
.navigation .secondary-menu .list li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.secondary-menu > ul.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 100%;
  position: absolute;
  background-color: #0044de;
}
.navigation .secondary-menu > li > a {
  display: block;
  font-size: 16px;
  color: #282627;
  text-decoration: none;
  position: relative;
}
.navigation .secondary-menu > li > a,
.navigation .secondary-menu > li > ul a {
  padding: 10px 30px;
  text-align: right;
}
.navigation .secondary-menu .list > li.mobile-search,
.navigation .secondary-menu .list > li.mobile-profile {
  display: none;
}
.navigation .secondary-menu .list > li.mobile-search form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
}
.navigation .secondary-menu .list > li.mobile-search {
  background: #ffffff;
}
/* Mega DropDown Secondary menu in huge resolution */
/* Not Finished */
/*@media screen and (min-width: 992px) {
    .navigation .secondary-menu.secondary-menu-open .module-menu {
        margin-top: 20px;
    }
    .navigation .secondary-menu.secondary-menu-open .module-menu>ul{
        padding-bottom: 0;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navigation .secondary-menu.secondary-menu-open .module-menu>ul>li {
        display: inline-block;
    }
}*/
/* END Mega DropDown Secondary menu in huge resolution */
@media screen and (min-width: 1199px) {
  .navigation .secondary-menu .small-navbar .list li a {
    font-size: calc(14px);
  }
  .navigation .secondary-menu .list > li:hover > a {
    color: #0044de;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .navigation .secondary-menu .list > li > ul li:hover > a {
    color: rgba(244, 244, 244, 0.8);
    background-color: rgba(244, 244, 244, 0.03);
  }
  /*See more icon for secondary menu*/
  .navigation .secondary-menu .collapseNav-initialized {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    align-items: center;
  }
  .navigation-holder:not(.header_style_3) .navigation .secondary-menu .sub-menu-more > .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navigation-holder:not(.header_style_3) .navigation .secondary-menu .sub-menu-more .dropdown-menu .dropdown-menu {
    left: -100%;
    right: 100%;
  }
  .navigation-holder:not(.header_style_3) .navigation .secondary-menu .sub-menu-more .dropdown-menu li:hover > a:after {
    transform: rotate(90deg) !important;
  }
  /*End See more icon*/
}
@media screen and (max-width: 1199px) {
  .navigation .secondary-menu .sub-menu-more {
    display: none !important;
  }
  .mobile-menu-label {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .extra-toggle {
    width: 34px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
  }
  .navigation .secondary-menu .module-menu > ul {
    margin-top: 20px;
    padding-bottom: 160px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .navigation .secondary-menu {
    position: absolute;
    right: 0;
    left: 0;
    top: calc(-100vh);
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 20px 0;
    background-color: #f4f4f4;
    min-height: calc(100vh);
    transform-origin: top 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: 100%;
    width: 100%;
    z-index: -1;
    bottom: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 1;
    align-content: flex-start;
  }
  .mobile-extra-menu-active .secondary-menu {
    visibility: visible;
    overflow: auto;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0%, 100%, 0);
    webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 220px;
  }
  .navigation .secondary-menu ul {
    width: 100%;
  }
  .navigation .secondary-menu .list > li,
  .navigation .secondary-menu .list > li li {
    display: block;
    margin: 0;
    clear: both;
  }
  .navigation .secondary-menu .list > li > ul a,
  .navigation .secondary-menu .list > li > a {
    color: #212121;
    clear: both;
    padding: 10px 30px;
  }
  .navigation .secondary-menu .list > li > ul a {
    color: rgba(33, 33, 33, 0.7);
  }
  .navigation .secondary-menu .list > li > ul > li a {
    padding: 8px 40px;
  }
  .navigation .secondary-menu .list > li > ul > li > ul a {
    padding: 8px 50px;
  }
  .navigation .secondary-menu .list > li a:hover {
    background-color: rgba(244, 244, 244, 0.03);
    color: #212121;
  }
  .navigation .secondary-menu .dropdown-menu > .active > a,
  .navigation .secondary-menu .dropdown-menu > .active > a:focus {
    background-color: rgba(244, 244, 244, 0.03);
    color: #212121;
  }
  .navigation .secondary-menu .list > li.active-parent > a,
  .navigation .secondary-menu .list > li.active > a {
    color: #0044de;
  }
  .navigation .secondary-menu .list > li.active li.active-parent > a {
    color: #212121;
  }
  .navigation .secondary-menu .has-sub-menu ul.dropdown-menu {
    position: static !important;
    transform: unset !important;
    opacity: 1;
    visibility: visible;
    display: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    border: 0;
    margin: 0;
    background: 0 0;
    max-width: 100%;
    min-width: unset;
  }
  .navigation .secondary-menu .list > li.mobile-search {
    display: block;
    margin-top: 20px;
  }
  .member-nav.secondary-member-nav:not(.visible-search) .search {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .navigation .secondary-menu .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navigation .secondary-menu .list > li.mobile-profile {
    display: block;
    margin-top: 20px;
  }
}
.header-social-links {
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.header-contacts {
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.header-contacts ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.main-header,
.down-header,
.up-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}
.container.color-background-container:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #0044de;
  opacity: 1;
  z-index: -1;
}
@media screen and (min-width: 1451px) {
  .down-header {
    margin-bottom: 20px;
  }
}
/*Header style 1*/
.header_style_1 .navigation .navbar-header .toggle {
  flex: 1;
}
@media screen and (min-width: 1200px) {
  .header_style_1 .menu-overlay .module-menu .list {
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body:not([data-lang="ar"]) .header_style_1 .member-nav {
    padding-left: 30px;
  }
  body[data-lang="ar"] .header_style_1 .member-nav {
    padding-right: 30px;
  }
}
/*Header style 2*/
@media screen and (min-width: 1200px) {
  .header_style_2 .menu-overlay .menu {
    width: 100%;
  }
  .header_style_2 .navigation .menu .collapseNav-initialized {
    justify-content: center;
  }
  .header_style_2 .menu-overlay {
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/*Header style 3*/
.header_style_3 .member-nav {
  flex: 1;
}
.header_style_3 .navigation .navbar-header .toggle {
  flex: 1;
}
@media (max-width: 575px) {
  .mobile-menu-active .header_style_3 .menu {
    width: 100%;
  }
}
/*Header style 4*/
.header_style_4 .member-nav {
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.header_style_4 .navigation .navbar-header .toggle {
  flex: 1;
}
@media screen and (min-width: 1200px) {
  .header_style_4 .menu-overlay .module-menu .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .header_style_4 .menu-overlay .menu {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .header_style_4 .member-nav .dropdown-menu:before {
    left: 10px;
    right: auto;
  }
}
@media (max-width: 767px) {
  .website_member-nav .header_style_4 .navigation .navbar-header .logo {
    margin: 10px;
  }
}
@media (max-width: 575px) {
  .mobile-menu-active .header_style_4 .menu {
    width: 100%;
  }
}
/*Header style 5*/
.header_style_5 .navbar-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-wrap: wrap;
  flex-direction: column;
}
.header_style_5.not-transparent .navigation .socials li a,
.header_style_5 .navigation.sticky .socials li a {
  color: #212121;
}
.header_style_5 .down-header {
  margin-bottom: 0;
}
.header_style_5 .down-header .header-social-links {
  margin-bottom: 0;
}
.header_style_5 .main-header {
  justify-content: space-between;
  align-items: center;
}
.header_style_5 .main-header .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.header_style_5 .down-header {
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .header_style_5 .menu-overlay {
    text-align: center;
  }
  .header_style_5 .menu-overlay .module-menu .list {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .header_style_5 .main-header .logo,
  .header_style_5 .main-header .member-nav {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .header_style_5 .main-header .logo {
    justify-content: flex-start;
  }
}
/*Header style 6*/
.header_style_6 .navbar-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-wrap: wrap;
  flex-direction: column;
}
.header_style_6 .main-header {
  justify-content: space-between;
  align-items: center;
}
.header_style_6 .main-header .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.header_style_6 .down-header {
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .header_style_6 .menu-overlay {
    text-align: center;
  }
  .header_style_6 .menu-overlay .module-menu .list {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .header_style_6 .main-header .logo {
    flex: 1;
  }
  .header_style_6 .main-header .member-nav {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .header_style_6 .navbar-header ul.header-contacts-list {
    text-align: center;
  }
  .header_style_6 .navbar-header ul.header-contacts-list li a {
    background-color: #ffffff;
    color: #212121;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
}
/*Header style 7*/
html:not(.mobile-menu-active) .header_style_7.navigation-holder .navigation .logo.logo-dark,
html:not(.mobile-menu-active) .header_style_7.navigation-holder.not-transparent .navigation .logo.logo-dark,
html:not(.mobile-menu-active) .header_style_7.navigation-holder .navigation.sticky .logo.logo-dark,
html:not(.mobile-menu-active) .header_style_7.navigation-holder.not-transparent .navigation.sticky .logo.logo-dark {
  display: none !important;
}
html:not(.mobile-menu-active) .header_style_7.navigation-holder .navigation .logo.logo-light,
html:not(.mobile-menu-active) .header_style_7.navigation-holder.not-transparent .navigation .logo.logo-light,
html:not(.mobile-menu-active) .header_style_7.navigation-holder .navigation.sticky .logo.logo-light,
html:not(.mobile-menu-active) .header_style_7.navigation-holder.not-transparent .navigation.sticky .logo.logo-light {
  display: flex !important;
}
html:not(.mobile-menu-active) .header_style_7 .navigation.sticky {
  border: 0 !important;
}
html:not(.mobile-menu-active) .header_style_7 .navigation .list > li > a {
  color: #f4f4f4 !important;
}
html:not(.mobile-menu-active) .header_style_7 .navigation .member-nav .dropdown-toggle > i,
html:not(.mobile-menu-active) .header_style_7 .navigation .member-nav .dropdown-toggle > i,
html:not(.mobile-menu-active) .header_style_7 .navigation .member-nav .dropdown-toggle > i,
html:not(.mobile-menu-active) .header_style_7 .not-transparent .navigation .member-nav .dropdown-toggle > i,
html:not(.mobile-menu-active) .header_style_7 .navigation.sticky .member-nav .dropdown-toggle > i,
html:not(.mobile-menu-active) .header_style_7 .not-transparent .navigation .member-nav .dropdown-toggle > i,
html:not(.mobile-menu-active) .header_style_7 .navigation.sticky .member-nav .dropdown-toggle > i,
html:not(.mobile-menu-active) .header_style_7 .not-transparent .navigation .member-nav .dropdown-toggle > i {
  color: #f4f4f4 !important;
}
html:not(.mobile-menu-active) .header_style_7 .member-nav .dropdown-toggle > span {
  background-color: #f4f4f4 !important;
  color: #0044de !important;
}
.header_style_7 .navbar-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-wrap: wrap;
  flex-direction: column;
}
.header_style_7 .main-header {
  justify-content: space-between;
  align-items: center;
}
.header_style_7 .main-header .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.header_style_7 .down-header {
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header_style_7 .down-header {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header_style_7 .down-header {
    justify-content: flex-end;
    margin-bottom: 10px;
  }
}
/*Header style 8*/
.header_style_8 .navigation-holder.not-transparent .navbar-header ul.header-contacts-list li a,
.header_style_8 .navigation.sticky .navbar-header ul.header-contacts-list li a {
  color: #f4f4f4;
}
.header_style_8 .toggle {
  flex: 1;
}
.header_style_8 .up-header {
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
}
.header_style_8 .up-header .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header_style_8 .up-header .list li {
  margin: 0;
}
.header_style_8 .up-header .list li a {
  color: #f4f4f4;
}
.header_style_8 .up-header .list li a:hover {
  color: #ffffff;
}
.header_style_8 .header-social-links {
  justify-content: center;
  flex: unset;
}
.header_style_8 .main-header {
  justify-content: space-between;
  align-items: center;
}
.header_style_8 .main-header .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.header_style_8 .member-nav {
  flex: unset;
}
@media screen and (min-width: 1200px) {
  .header_style_8 .secondary-menu.secondray-menu-open {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .header_style_8 .up-header {
    justify-content: space-between;
  }
  .header_style_8 .header-contacts,
  .header_style_8 .header-social-links,
  .header_style_8 .toggle {
    flex: unset;
  }
}
/*Header style 9*/
.header_style_9 .mobile-menu-btn.active:not(.blocked-toggle) span {
  background: #212121;
}
@media screen and (max-width: 5000px) {
  .header_style_9 .navigation .menu .sub-menu-more {
    display: none !important;
  }
  .header_style_9 .navigation .menu ul {
    width: 100%;
    margin-top: 20px;
  }
  .header_style_9 .navigation .menu .list li {
    display: block;
    margin: 0;
    clear: both;
    width: 100%;
  }
  .header_style_9 .navigation .menu .list > li > a {
    color: #212121;
    clear: both;
    padding: 10px 30px;
  }
  .header_style_9 .navigation .menu .list > li > ul a {
    color: rgba(33, 33, 33, 0.7);
  }
  .header_style_9 .navigation .menu .list > li > ul > li a {
    padding: 8px 40px;
  }
  .header_style_9 .navigation .menu .list > li > ul > li > ul > li a {
    padding: 8px 50px;
  }
  .header_style_9 .navigation .menu .list > li a:hover {
    background-color: rgba(244, 244, 244, 0.03);
    color: #212121;
  }
  .header_style_9 .navigation .menu .dropdown-menu > .active > a,
  .header_style_9 .navigation .menu .dropdown-menu > .active > a:focus {
    background-color: rgba(244, 244, 244, 0.03);
    color: #212121;
  }
  .header_style_9 .navigation .menu .list > li.active-parent > a,
  .header_style_9 .navigation .menu .list > li.active > a {
    color: #0044de;
  }
  .header_style_9 .navigation .menu .list > li.active li.active-parent > a {
    color: #212121;
  }
  .header_style_9 .navigation .menu .show > .dropdown-menu {
    display: block;
    position: relative;
    float: none;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 0;
  }
  .header_style_9 .navigation .menu .list .dropdown.show {
    background: #457eff;
    margin: 0 20px;
    padding-bottom: 15px;
  }
  .header_style_9 .navigation .menu .has-sub-menu ul.dropdown-menu {
    position: static !important;
    transform: unset !important;
    opacity: 1;
    visibility: visible;
    display: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    border: 0;
    margin: 0;
    background: transparent;
    max-width: 100%;
    min-width: unset;
  }
  .header_style_9 .navigation .menu-overlay[class*="pl-"] {
    padding: 0 !important;
  }
  .header_style_9 .navigation .navbar-header .toggle {
    display: block;
    margin-right: 20px;
  }
  .header_style_9 .navigation .member-nav {
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  .header_style_9 .navigation.sticky .menu .member-nav {
    display: block;
  }
  .header_style_9 nav.navigation li.btn-cart a:not(.btn) {
    display: inline-flex;
    align-items: center;
    position: relative;
  }
  .header_style_9 .member-nav.main-member-nav:not(.visible-search) .search {
    display: none;
  }
  .header_style_9 .navigation .menu .list > li.mobile-search {
    display: block;
    width: 100%;
    background: #ffffff;
    padding: 0 15px;
    background-clip: content-box;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .header_style_9 .member-nav .dropdown-menu:before {
    left: auto;
    right: 10px;
  }
  /***** Sidebar navigation menu *****/
  .sidebar-nav-website .header_style_9 .navigation .menu-overlay {
    visibility: visible;
    width: 340px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 !important;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    margin-left: -340px;
  }
  .sidebar-nav-website .header_style_9 .navigation .menu {
    visibility: visible;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px 0 40px;
    background: #f4f4f4;
    height: calc(100vh);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: 100%;
    width: 340px;
    z-index: 1;
  }
  .sidebar-nav-website .header_style_9 .navigation .menu ul {
    margin-top: 0;
  }
  .sidebar-nav-website .header_style_9 .navigation .menu .module-menu .list > .has-sub-menu > ul.dropdown-menu {
    padding: 0 0 1rem 0;
  }
  .sidebar-nav-website .header_style_9 .navigation .menu .module-menu .list > li:not(:first-of-type) {
    border-top: 1px solid #f4f4f4;
  }
  .sidebar-nav-website .header_style_9 .navigation .menu .module-menu .list > li:last-of-type {
    border-bottom: 1px solid #f4f4f4;
  }
  .sidebar-nav-website .header_style_9 .navigation .menu .list > li > a {
    padding: 1rem 2rem;
  }
  .sidebar-nav-website .header_style_9 .navigation .menu .list > li > ul > li a {
    padding: .5rem 2.5rem;
  }
  .sidebar-nav-website .header_style_9 .navigation .menu .list > li > ul > li > ul > li a {
    padding: .5rem 3rem;
  }
  .sidebar-nav-website .header_style_9 .main {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    right: 0;
  }
  .mobile-menu-active.sidebar-nav-website .header_style_9 .mw-live-edit .menu-overlay {
    top: 56px;
  }
  .mobile-menu-active.sidebar-nav-website .header_style_9 .menu-overlay {
    margin-left: 0;
  }
  .mobile-menu-active.sidebar-nav-website .header_style_9 .menu {
    overflow: auto;
    max-width: 340px;
    border-right: 1px solid #f4f4f4;
  }
  .mobile-menu-active.sidebar-nav-website .header_style_9 .main {
    width: calc(100% - 340px);
    right: -340px;
  }
  .mobile-menu-active.sidebar-nav-website body.sticky-nav:not(.mw-live-edit) .header_style_9 .js-sidebar-nav {
    width: calc(100%);
    margin: 0;
    left: 0;
  }
  /***** End Sidebar navigation menu *****/
}
.header-posts-holder .posts-menu {
  z-index: 99;
  display: none;
  width: 100%;
  height: 280px;
  left: 0;
  position: absolute;
  background: #ffffff;
  border-top: 2px solid rgba(33, 33, 33, 0.1);
}
@media screen and (min-width: 992px) and (max-width: 1439px) {
  .header-posts-holder .posts-menu {
    height: 560px;
  }
}
.header-posts-holder .posts-menu.opened {
  display: block;
}
.header-posts-holder .posts-menu .container {
  position: relative;
}
.header-posts-holder .posts-menu .container:before {
  content: '';
  right: 30px;
  border: solid rgba(33, 33, 33, 0.1);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 7px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  background: #fff;
  position: absolute;
  top: -10px;
}
.header-posts-holder .posts-menu .events {
  float: right;
}
.header-posts-holder .posts-menu .events .event {
  margin-bottom: 30px;
  width: 140px;
  float: left;
  margin-left: 30px;
}
.header-posts-holder .posts-menu .events .event h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.header-posts-holder .posts-menu .events .event:after {
  display: block;
  clear: both;
  content: '';
}
.header-posts-holder .posts-menu .events .event .info {
  margin-top: 10px;
}
.header-posts-holder .posts-menu .events .event .image img {
  max-width: 100%;
  width: 140px;
  height: 140px;
}
@media screen and (max-width: 767px) {
  .header-posts-holder .posts-menu {
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 9;
    right: 0;
    width: 300px;
    left: auto;
    box-shadow: 0 11px 32px 0 rgba(219, 219, 219, 0.5);
  }
  .header-posts-holder .posts-menu .posts-title {
    display: none;
  }
  .header-posts-holder .posts-menu .btn-posts {
    margin: 30px 0;
  }
  .header-posts-holder .posts-menu .btn-posts .btn span.fas {
    margin-top: 3px;
  }
  .header-posts-holder .posts-menu .events {
    float: none;
  }
  .header-posts-holder .posts-menu .events .event {
    max-width: 100%;
    padding: 15px 0;
    margin-left: 0;
    margin-bottom: 0;
    border-bottom: 2px solid rgba(33, 33, 33, 0.1);
    float: none;
    width: 300px;
  }
  .header-posts-holder .posts-menu .events .event:last-of-type {
    border-bottom: 0;
  }
  .header-posts-holder .posts-menu .events .event .image {
    margin-right: 25px;
    float: left;
  }
  .header-posts-holder .posts-menu .events .event .image img {
    width: 60px;
    height: 60px;
  }
}
/* *******************************************
 **************** Margins *************** *
 ******************************************* */
.row-mx-1 {
  margin-left: -1px !important;
  margin-right: -1px !important;
}
.row-mx-2 {
  margin-left: -2px !important;
  margin-right: -2px !important;
}
.row-mx-3 {
  margin-left: -3px !important;
  margin-right: -3px !important;
}
.row-mx-4 {
  margin-left: -4px !important;
  margin-right: -4px !important;
}
.row-mx-5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.row-mx-6 {
  margin-left: -6px !important;
  margin-right: -6px !important;
}
.row-mx-7 {
  margin-left: -7px !important;
  margin-right: -7px !important;
}
.row-mx-8 {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.row-mx-9 {
  margin-left: -9px !important;
  margin-right: -9px !important;
}
.row-mx-10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.row-mx-11 {
  margin-left: -11px !important;
  margin-right: -11px !important;
}
.row-mx-12 {
  margin-left: -12px !important;
  margin-right: -12px !important;
}
.row-mx-13 {
  margin-left: -13px !important;
  margin-right: -13px !important;
}
.row-mx-14 {
  margin-left: -14px !important;
  margin-right: -14px !important;
}
.row-mx-15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.col-px-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}
.col-px-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.col-px-3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.col-px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.col-px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.col-px-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.col-px-7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
.col-px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.col-px-9 {
  padding-left: 9px !important;
  padding-right: 9px !important;
}
.col-px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.col-px-11 {
  padding-left: 11px !important;
  padding-right: 11px !important;
}
.col-px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.col-px-13 {
  padding-left: 13px !important;
  padding-right: 13px !important;
}
.col-px-14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}
.col-px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
/* *******************************************
 **************** Socials *************** *
 ******************************************* */
ul.socials.center {
  text-align: center;
}
ul.socials {
  margin-top: 20px;
}
ul.socials li {
  display: inline-block;
  color: #212121;
  margin-right: 15px;
  width: auto;
}
ul.socials li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  background: #0044de;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 20px;
  padding: 9px 0;
  text-align: center;
  position: relative;
}
ul.socials li a:hover {
  background: #212121;
  color: #212121;
  text-decoration: none;
}
ul.socials.labels {
  margin-top: 0;
  text-align: right !important;
}
ul.socials.labels li {
  display: inline-block;
  color: #212121;
  margin-left: 5px;
  margin-right: 0px !important;
  width: auto;
}
ul.socials.labels li a {
  display: block;
  color: #f4f4f4 !important;
  text-decoration: none;
  background: rgba(61, 0, 180, 0.03);
  height: 30px;
  width: auto;
  font-size: 14px;
  line-height: 14px;
  padding: 0px 15px;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
ul.socials.labels li a i {
  font-size: 16px;
  margin-right: 10px;
  float: left;
  margin-top: 7px;
  color: #f4f4f4;
}
ul.socials.labels li a span {
  float: left;
  display: block;
  margin-top: 7px;
  font-size: 12px;
  line-height: 18px;
}
ul.socials.labels li a:hover {
  background: #212121;
  color: #ffffff;
  text-decoration: none;
}
ul.socials.labels li a.facebook {
  background: #3B5998;
}
ul.socials.labels li a.google-plus {
  background: #d62d20;
}
ul.socials.labels li a.twitter {
  background: #1dcaff;
}
ul.socials.labels li a.pinterest {
  background: #cb2027;
}
ul.socials.labels li a.linkedin {
  background: #0077B5;
}
ul.socials.labels li:hover a {
  color: #ffffff;
  background: #212121;
}
/* *******************************************
 **************** Socials *************** *
 ******************************************* */
ul.socials-2.center {
  text-align: center;
}
ul.socials-2 li {
  display: inline-block;
  color: #212121;
  margin: 0 10px;
  width: auto;
}
ul.socials-2 li a {
  display: block;
  color: #212121;
  text-decoration: none;
  font-size: 26px;
  padding: 2px 0;
  text-align: center;
  position: relative;
}
ul.socials-2 li a:hover {
  color: #457eff;
}
/* *******************************************
 **************** Elements *************** *
 ******************************************* */
/* Google Maps */
#map {
  height: 400px;
  width: 100%;
}
#map img {
  width: inherit;
}
#map .gmnoprint {
  width: 200px;
}
/* To Top */
#to-top {
  width: 40px;
  height: 40px;
  background-color: #c3b661;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  opacity: .4;
  border: 0;
  color: #ffffff;
  padding: 0;
  z-index: 99;
}
#to-top:before {
  content: "\f077";
  color: white;
  font-family: 'FontAwesome';
  position: relative;
  top: -1px;
}
#to-top:hover {
  opacity: 1;
}
/* Tables holder */
.div-table {
  display: table;
  width: 100%;
  height: 100%;
}
.div-table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
/* Buttons */
.btn {
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}
.btn-lg {
  padding: .75rem 2.1rem;
  font-size: 1.05rem;
  font-weight: 700;
  min-width: 250px;
}
[class*="btn-outline"] {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.btn img {
  max-width: 100%;
  max-height: 30px;
}
.btn-default {
  color: #f4f4f4;
  background: #212121;
  border: 1px solid #212121;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-default:hover,
.btn-default.focus,
.btn-default:focus {
  color: #f4f4f4;
  background-color: #545454;
  border: 1px solid #545454;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-outline-default {
  color: #212121;
  border-color: #212121;
}
.btn-outline-default:hover {
  background-color: #212121;
  border-color: #212121;
  color: #f4f4f4;
}
.btn-primary {
  color: #f4f4f4;
  background-color: #c5a84d;
  border: 1px solid #c5a84d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-primary:disabled {
  color: #f4f4f4;
  background-color: #c5a84d;
  border: 1px solid #c5a84d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  opacity:0.2;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
  color: #f4f4f4;
  background-color: #9d853d;
  border: 1px solid #9d853d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-outline-primary {
  border-color: #c5a84d;
  color: #000000;
}
.btn-outline-primary:hover {
  background-color: #9d853d !important;
  border-color: #9d853d !important;
}
.btn-outline-primary.active:hover,
.btn-outline-primary.active.focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.active {
  color: #f4f4f4 !important;
  background-color: #9d853d !important;
  border: 1px solid #9d853d !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
.btn-link {
  color: #9d853d;
  text-decoration: none;
  font-size: 18px;
}
.btn-link:hover {
  color: #c5a84d;
  text-decoration: none;
}
.btn i {
  margin-right: 10px;
}
.btn-play {
  width: 85px;
  height: 85px;
  border-radius: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-play i {
  margin: 0;
}
.button-1 {
  height: 50px;
  background: #0044de;
  border: 1px solid #0044de;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: background 5s cubic-bezier(0.19, 1, 0.22, 1), border 1s cubic-bezier(0.19, 1, 0.22, 1), color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  user-select: none;
  display: inline-block;
}
.button-1 .mask {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100px;
  position: absolute;
  transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 200px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.button-1:hover {
  background: #0044de;
  border: 1px solid #0044de;
  transition: background 0s;
}
.button-1:hover .mask {
  background-color: #fff;
  transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}
.button-1 a,
.button-1 button {
  font-size: 14px;
  color: #f4f4f4;
  text-align: center;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0px 40px 0 40px;
  transition: padding-right 0.2s linear 0s, padding-left 0.2s linear 0s;
}
.button-1 a:before,
.button-1 button:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 40px;
  transition: all 0.2s linear 0s;
}
.button-1 a:hover,
.button-1 button:hover {
  text-indent: -20px;
  padding: 0px 45px 0 35px;
}
.button-1 a:hover:before,
.button-1 button:hover:before {
  opacity: 1;
  text-indent: 0px;
}
.button-1.button-md {
  height: 40px;
}
.button-1 button:hover {
  text-indent: 0px;
}
.button-2 {
  height: 50px;
  background: #0044de;
  border: 1px solid #0044de;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: background 5s cubic-bezier(0.19, 1, 0.22, 1), border 1s cubic-bezier(0.19, 1, 0.22, 1), color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  user-select: none;
  display: inline-block;
}
.button-2 .mask {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100px;
  position: absolute;
  transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 200px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.button-2:hover {
  background: #0044de;
  border: 1px solid #0044de;
  transition: background 0s;
}
.button-2:hover .mask {
  background-color: #fff;
  transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}
.button-2 a,
.button-2 button {
  font-size: 14px;
  color: #f4f4f4;
  text-align: center;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0px 70px 0 30px;
  transition: padding-right 0.2s linear 0s, padding-left 0.2s linear 0s;
}
.button-2 a:before,
.button-2 button:before {
  border-left: 1px solid #f4f4f4;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  transition: all 0.2s linear 0s;
  z-index: 2;
  background: #0044de;
}
.button-2 a:hover,
.button-2 button:hover {
  text-indent: -20px;
}
.button-2 a:hover:before,
.button-2 button:hover:before {
  text-indent: 0px;
  width: 50px;
}
.button-2.button-md {
  height: 40px;
}
.button-2 button:hover {
  text-indent: 0px;
}
.button-3 {
  height: 50px;
  background: #fff;
  border: 1px solid #0044de;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: background 5s cubic-bezier(0.19, 1, 0.22, 1), border 1s cubic-bezier(0.19, 1, 0.22, 1), color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  user-select: none;
  display: inline-block;
}
.button-3:hover {
  background: #fff;
  border: 1px solid #0044de;
  transition: background 0s;
}
.button-3 a,
.button-3 button {
  font-size: 14px;
  color: #212121;
  text-align: center;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0px 40px 0 40px;
  transition: padding-right 0.2s linear 0s, padding-left 0.2s linear 0s;
}
.button-3 a:before,
.button-3 button:before {
  left: 130%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 90%;
  color: #0044de;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  font-family: 'Font Awesome 5 Free';
  content: "\f061";
  font-weight: 900;
}
.button-3 a:hover,
.button-3 button:hover {
  padding: 0px 45px 0 35px;
}
.button-3 a:hover:before,
.button-3 button:hover:before {
  left: calc(100% - 30px);
}
.button-3.button-md {
  height: 40px;
}
.button-4 {
  color: #f4f4f4;
  cursor: pointer;
  position: relative;
  text-decoration: none !important;
  text-transform: uppercase;
  overflow: hidden;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 50px;
  border: 1px solid #f4f4f4;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}
.button-4 span {
  color: #f4f4f4;
  z-index: 20;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.button-4:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: auto;
}
.button-4:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.button-4.button-md {
  height: 40px;
}
.button-5 {
  padding: 0px 60px 0 20px;
  color: #f4f4f4;
  cursor: pointer;
  position: relative;
  text-decoration: none !important;
  text-transform: uppercase;
  overflow: hidden;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 50px;
  border: 1px solid #f4f4f4;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}
.button-5 span {
  color: #f4f4f4;
  z-index: 20;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.button-5:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: auto;
}
.button-5:before {
  border-left: 1px solid #f4f4f4;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  transition: all 0.2s linear 0s;
  z-index: 2;
  background: transparent;
  color: #f4f4f4;
}
.button-5:hover:before {
  width: 50px;
}
.button-5:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.button-5.button-md {
  height: 40px;
}
.button-6 {
  height: 50px;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: background 5s cubic-bezier(0.19, 1, 0.22, 1), border 1s cubic-bezier(0.19, 1, 0.22, 1), color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  user-select: none;
  display: inline-block;
}
.button-6:hover {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  transition: background 0s;
  opacity: 0.9;
}
.button-6 a,
.button-6 button {
  font-size: 14px;
  color: #212121;
  text-align: center;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0px 40px 0 40px;
  transition: padding-right 0.2s linear 0s, padding-left 0.2s linear 0s;
}
.button-6 a:before,
.button-6 button:before {
  left: 130%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 90%;
  color: #212121;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  font-family: 'Font Awesome 5 Free';
  content: "\f061";
  font-weight: 900;
}
.button-6 a:hover,
.button-6 button:hover {
  padding: 0px 45px 0 35px;
}
.button-6 a:hover:before,
.button-6 button:hover:before {
  left: calc(100% - 30px);
}
.button-6.button-md {
  height: 40px;
}
.button-7 {
  color: #f4f4f4 !important;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
}
.button-7 span {
  display: block;
  z-index: 2;
  padding-bottom: 2px;
  padding-right: 30px;
  transition: all .2s linear 0s;
}
.button-7 span:after {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  height: 100%;
  margin-right: 5px;
  z-index: 2;
  background: 0 0;
  color: #fff;
}
.button-7:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background: #0044de;
  height: 7px;
  bottom: 0;
  z-index: -1;
}
.button-7:hover span {
  padding-right: 40px;
}
.button-8 {
  color: #9d853d !important;
  text-decoration: none !important;
  font-size: 18px !important;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 2;
}
.button-8 span {
  font-size: 18px !important;
  display: block;
  z-index: 2;
  padding-right: 20px;
  transition: all .2s linear 0s;
  color: #9d853d !important;
}
.button-8 span:after {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  background: 0 0;
  color: #9d853d;
  margin-top: 2px;
}
.button-8:hover span {
  padding-right: 25px;
}
.button-8.button-red {
  color: #0044de !important;
}
.button-8.button-red span:after {
  color: #0044de;
}
.button-1 button,
.button-2 button,
.button-3 button,
.button-4 button,
.button-5 button,
.button-6 button,
.button-7 button,
.button-8 button {
  line-height: 1;
  background: transparent;
  border: 0;
}
/* Newsletter form */
.newsletter-form input {
  width: calc(100% - 40px);
}
.newsletter-form button {
  width: 40px;
  padding: 6px 0 7px 0;
}
.newsletter-form button i {
  float: none;
  margin: 0 auto;
}
/* Tables */
.table {
  width: auto;
  margin: 0 auto;
}
.table th {
  background: #212121;
  color: #ffffff;
}
.table th,
.table td {
  font-size: 16px;
}
.table td {
  color: #212121;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border: 0;
  padding: 10px 30px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background: rgba(61, 0, 180, 0.05);
}
/* Tabs */
.tabs {
  margin-bottom: 10px;
}
.tabs .tab-pane {
  min-height: 200px;
  padding: 80px 0;
}
.tabs .nav-tabs {
  border-bottom: 0;
}
@media screen and (max-width: 991px) {
  .tabs .tab-pane {
    padding: 80px 0 20px 0;
  }
}
.tabs .nav-tabs > li .icon::before {
  display: block;
  margin: 0 0 0.35em;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  pointer-events: none;
  font-size: 36px;
}
.tabs .nav-tabs > li.active .icon::before {
  color: #212121;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tabs .nav-tabs > li > a {
  color: #212121;
  font-size: 18px;
  line-height: 1.3333333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 3px solid transparent;
  margin: 0;
  padding: 10px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  margin: 0 auto;
  width: auto;
  text-align: center;
}
.tabs .nav-tabs > li > a span {
  font-weight: 700;
  color: #212121;
}
.tabs .nav-tabs > li.active > a span {
  font-weight: 700;
  color: #212121;
}
.tabs .nav-tabs > li.active > a,
.tabs .nav-tabs > li.active > a:focus,
.tabs .nav-tabs > li.active > a:hover {
  color: #212121;
  border: 0;
  border-bottom: 3px solid #212121;
}
.tabs .nav-tabs > li > a:focus,
.tabs .nav-tabs > li > a:hover {
  background: transparent;
  color: #212121;
  border-bottom: 3px solid #212121;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .tabs .nav-tabs > li > a span {
    display: none;
  }
  .tabs .nav-tabs > li .icon::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 480px) {
  .tabs .nav-tabs > li .icon::before {
    font-size: 30px;
  }
}
@media screen and (max-width: 400px) {
  .tabs .nav-tabs > li .icon::before {
    font-size: 28px;
  }
}
.tabs .nav-tabs > li {
  text-align: center;
}
/* Tabs 2 */
.tabs-2 {
  margin-bottom: 10px;
}
.tabs-2 .tab-pane {
  min-height: 200px;
  padding: 80px 0;
}
.tabs-2 .nav-tabs {
  text-align: center;
  border-bottom: 0;
}
@media screen and (min-width: 992px) {
  .tabs-2 .nav-tabs {
    border-bottom: 3px solid #212121;
    height: 45px;
  }
}
.tabs-2 .nav-tabs > li {
  margin: 0 2px;
  display: inline-block;
  float: none;
}
.tabs-2 .nav-tabs > li > a {
  color: #212121;
  font-size: 16px;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 10px 30px;
  text-align: center;
  background: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tabs-2 .nav-tabs > li.active > a,
.tabs-2 .nav-tabs > li.active > a:focus,
.tabs-2 .nav-tabs > li.active > a:hover {
  color: #ffffff;
  border: 0;
  background: #212121;
}
.tabs-2 .nav > li > a:focus,
.tabs-2 .nav > li > a:hover {
  background: #ffffff;
  color: #212121;
}
.tabs-2 .nav-tabs > li > a i {
  margin-right: 10px;
  line-height: 18px;
  float: left;
}
.tabs-2 .nav-tabs > li > a i.material-icons {
  font-size: 22px;
  margin-top: 3px;
  line-height: 10px;
}
@media screen and (max-width: 991px) {
  .tabs-2 .nav-tabs > li {
    width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .tabs-2 .nav-tabs > li {
    width: 100% !important;
  }
}
.tabs-2 .as-buttons.nav-tabs {
  border: 0;
  text-align: center;
}
.tabs-2 .as-buttons.nav-tabs > li {
  margin: 0 10px;
  display: inline-block;
  float: none;
}
.tabs-2 .as-buttons.nav-tabs > li a i {
  float: left;
  margin-top: 10px;
}
.tabs-2 .as-buttons.nav-tabs > li > a {
  border: 1px solid #212121;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  color: #212121;
}
.tabs-2 .as-buttons.nav-tabs > li.active > a,
.tabs-2 .as-buttons.nav-tabs > li.active > a:focus,
.tabs-2 .as-buttons.nav-tabs > li.active > a:hover {
  border: 1px solid #212121;
  background-color: #212121;
  color: #ffffff;
}
/* Select holder */
.field-holder {
  margin-bottom: 20px;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  line-height: 19px;
}
.field-holder label {
  color: #212121;
  padding: 13px 15px 13px 0;
  font-weight: bold;
  font-size: 16px;
}
.field-holder .bootstrap-select,
.field-holder label,
.field-holder input,
.field-holder select:not(.selectpicker) {
  float: left;
  display: block;
  width: auto !important;
}
.field-holder .btn,
.field-holder select:not(.selectpicker),
.field-holder input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d1d1d1;
  font-size: 18px;
  font-weight: bold;
  color: #212121;
  height: 46px;
  padding: 12px 12px;
  background: #ffffff;
}
/* Accordions */
.accordions .panel {
  border: 0;
  margin-bottom: 25px;
}
.accordions .panel-heading {
  background: rgba(61, 0, 180, 0.03);
  padding: 0;
  border-color: #f9f9f9;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.accordions .panel-collapse,
.accordions .collapse {
  width: 100%;
}
.accordions .panel-title {
  margin-bottom: 0;
  font-size: 20px;
  text-align: left;
}
.accordions .panel-title > .small,
.accordions .panel-title > .small > a,
.panel-title > a,
.accordions .panel-title > small,
.accordions .panel-title > small > a {
  font-size: 20px;
  color: #212121;
  display: block;
  padding: 14px 12px;
}
.accordions .panel-title > a {
  font-size: 20px;
  color: #212121;
  display: block;
  padding: 14px 12px;
  text-decoration: none;
  position: relative;
}
.accordions .panel-title > a:before {
  padding: 25px;
  background: #212121;
  display: block;
  float: right;
  margin-top: -14px;
  margin-right: -12px;
  content: '';
}
.accordions .panel-title > a:after {
  font-family: FontAwesome;
  font-size: 24px;
  color: #ffffff;
  display: block;
  content: '\f105';
  right: 19px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 24px;
  line-height: 0;
  transition: all 0.2s ease;
}
.accordions .panel-title > a.collapsed:after {
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Safari 3-8 */
  transform: rotate(0deg);
}
.accordions .panel-body {
  padding: 15px;
  border: 1px solid #f9f9f9;
  border-top: 0 !important;
}
.accordions .panel-body,
.accordions .panel-body p {
  text-align: left;
  font-size: 16px;
  color: #212121;
  line-height: 1.5;
}
/* Slick slider - Testimonials */
.slick-testimonials.slick-slider {
  padding-bottom: 30px;
}
.slick-testimonials.slick-slider .slick-prev:before,
.slick-testimonials.slick-slider .slick-next:before {
  color: #212121;
  font-size: 30px;
  padding: 5px;
  opacity: 1;
}
.slick-testimonials.slick-slider .slick-prev:hover:before,
.slick-testimonials.slick-slider .slick-next:hover:before {
  color: #212121;
}
.slick-testimonials.slick-slider.inverse .slick-prev:before,
.slick-testimonials.slick-slider.inverse .slick-next:before {
  color: #f4f4f4;
}
.slick-testimonials.slick-slider.inverse .slick-prev:hover:before,
.slick-testimonials.slick-slider.inverse .slick-next:hover:before {
  color: #f4f4f4;
}
.slick-testimonials .slide-holder {
  width: auto;
  padding-top: 45px;
  margin: 0 auto;
  max-width: 820px;
  text-align: center;
}
.slick-testimonials .slide .img-holder {
  width: 120px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
  border: 0;
  background-color: #ffffff;
}
.slick-testimonials .slide .info-holder {
  text-align: center;
}
.slick-testimonials .slide .info-holder h3,
.slick-testimonials .slide .info-holder h5 {
  color: #212121;
}
.slick-testimonials.inverse .slide .info-holder h3,
.slick-testimonials.inverse .slide .info-holder h5 {
  color: #f4f4f4;
}
.slick-testimonials .slide .info-holder h4 {
  color: #212121;
  margin-bottom: 18px;
}
.slick-testimonials .slide .info-holder p {
  color: #212121;
  font-weight: 500;
}
.slick-testimonials.inverse .slide .info-holder h4,
.slick-testimonials.inverse .slide .info-holder p {
  color: #ffffff;
}
.slick-testimonials .slide {
  transition: all 0.4s ease;
}
.slick-testimonials .slick-dots {
  text-align: center;
  margin-top: 20px;
}
.slick-testimonials .slick-dots li {
  display: inline-block;
  font-size: 0px;
  margin: 0 10px;
}
.slick-testimonials .slick-dots li button {
  border: 0;
  height: 16px;
  width: 16px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  background: #ffffff;
}
.slick-testimonials.inverse .slick-dots li button {
  border: 0;
}
.slick-testimonials .slick-dots li.slick-active button {
  background: #0044de;
}
.slick-testimonials .slick-dots li button:before {
  display: none;
}
@media screen and (max-width: 1199px) {
  .slick-testimonials .slide.slick-center {
    margin-top: 0px;
  }
  .slick-testimonials .slick-dots {
    margin-top: 30px;
  }
}
.slick-testimonials .slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 4;
  font-size: 0;
  border: 0;
  background: none;
}
.slick-testimonials .slick-arrow:before {
  font-family: FontAwesome;
  color: #f4f4f4;
  display: block;
  font-size: 20px;
}
.slick-testimonials .slick-next {
  right: 5%;
}
.slick-testimonials .slick-next:before {
  content: '\f054';
}
.slick-testimonials .slick-prev {
  left: 5%;
}
.slick-testimonials .slick-prev:before {
  content: '\f053';
}
/* Slick slider - Testimonials 2 */
.slick-testimonials-2.slick-slider {
  padding-bottom: 30px;
}
.slick-testimonials-2 .slide-holder {
  width: 100%;
  margin: 0 auto;
}
.slick-testimonials-2 .slide .img-holder {
  width: 105px;
  height: 105px;
  background-size: cover;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto;
}
.slick-testimonials-2 .slide .info-holder {
  width: 100%;
  padding: 30px 0px 30px 0px;
  text-align: center;
}
.slick-testimonials-2 .slide .info-holder h3 {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 8px;
}
.slick-testimonials-2 .slide .info-holder h4 {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 38px;
}
.slick-testimonials-2 .slide .info-holder p {
  font-size: 16px;
  color: #ffffff;
}
.slick-testimonials-2 .slide {
  transition: all 0.4s ease;
}
.slick-testimonials-2 .slick-dots {
  text-align: center;
}
.slick-testimonials-2 .slick-dots li button:before {
  display: none;
}
.slick-testimonials-2 .slick-dots li {
  display: inline;
  font-size: 0px;
  margin: 0 5px;
}
.slick-testimonials-2 .slick-dots li button {
  border: 0;
  height: 14px;
  width: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  background: transparent;
  border: 1px solid #ffffff;
}
.slick-testimonials-2 .slick-dots li.slick-active button {
  background: #ffffff;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 1199px) {
  .slick-testimonials-2 .slide.slick-center {
    margin-top: 0px;
  }
  .slick-testimonials-2 .slick-dots {
    margin-top: 30px;
  }
}
.slick-testimonials-2 .slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 4;
  font-size: 0;
  border: 0;
  background: none;
  display: none !important;
}
.slick-testimonials-2:hover .slick-arrow {
  display: block !important;
}
.slick-testimonials-2 .slick-arrow:before {
  font-family: FontAwesome;
  color: #ffffff;
  display: block;
  font-size: 20px;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
}
.slick-testimonials-2 .slick-next {
  right: 5%;
}
.slick-testimonials-2 .slick-next:before {
  content: '\f054';
}
.slick-testimonials-2 .slick-prev {
  left: 5%;
}
.slick-testimonials-2 .slick-prev:before {
  content: '\f053';
}
/* Slick slider 3 - Testimonials */
.slick-testimonials-3 .slick-track {
  display: flex;
}
.slick-testimonials-3 .slick-track .slick-slide {
  display: flex;
  height: auto;
}
.slick-testimonials-3 .slick-list {
  max-width: calc(100% - 100px);
  margin: 0 auto;
}
.slick-testimonials-3 .slick-prev:before,
.slick-testimonials-3 .slick-next:before {
  color: #212121;
  font-size: 30px;
  padding: 5px;
  opacity: 1;
}
.slick-testimonials-3 .slick-prev:hover:before,
.slick-testimonials-3 .slick-next:hover:before {
  color: #212121;
}
.slick-testimonials-3 .slide-holder {
  width: auto;
  margin: 0 auto;
  max-width: 820px;
  text-align: center;
  padding: 25px;
}
.slick-testimonials-3 .img-holder {
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 0;
  border: 0;
  background-color: #ffffff;
}
.slick-testimonials-3 .slide .info-holder {
  text-align: left;
}
.slick-testimonials-3 .slide .info-holder p {
  color: #212121;
  font-size: 16px;
}
.slick-testimonials-3 .slide {
  transition: all 0.4s ease;
}
.slick-testimonials-3 .slick-dots {
  text-align: center;
  margin-top: 20px;
}
.slick-testimonials-3 .slick-dots li {
  display: inline-block;
  font-size: 0px;
  margin: 0 10px;
}
.slick-testimonials-3 .slick-dots li button {
  border: 0;
  height: 16px;
  width: 16px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  background: #ffffff;
}
.slick-testimonials-3 .inverse .slick-dots li button {
  border: 0;
}
.slick-testimonials-3 .slick-dots li.slick-active button {
  background: #0044de;
}
.slick-testimonials-3 .slick-dots li button:before {
  display: none;
}
@media screen and (max-width: 1199px) {
  .slick-testimonials-3 .slide.slick-center {
    margin-top: 0px;
  }
  .slick-testimonials-3 .slick-dots {
    margin-top: 30px;
  }
}
.slick-testimonials-3 .slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 4;
  font-size: 0;
  border: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 17px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.1);
  width: 45px;
  height: 45px;
  border-radius: 100%;
}
.slick-testimonials-3 .slick-arrow:before {
  font-family: FontAwesome;
  color: #212121;
  display: block;
  font-size: 20px;
}
.slick-testimonials-3 .slick-next {
  right: 0%;
}
.slick-testimonials-3 .slick-next:before {
  content: '\f054';
}
.slick-testimonials-3 .slick-prev {
  left: 0%;
}
.slick-testimonials-3 .slick-prev:before {
  content: '\f053';
}
/* Slick brands */
.slick-brands .slide {
  text-align: center;
}
.slick-brands .slide img {
  max-width: 80%;
  margin: 0 auto;
}
/* Paging */
.pagination > li {
  margin: 5px 3px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  font-weight: bold;
  color: #f4f4f4 !important;
  background-color: #0044de !important;
  border: 0 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pagination > li > a,
.pagination > li > span {
  color: #212121 !important;
  background-color: #ffffff !important;
  border: 0 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #212121 !important;
  background-color: #f3f3f3 !important;
  border: 0 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #f4f4f4 !important;
  background-color: #0044de !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* lists */
.styled-lists li {
  color: #212121;
  padding: 0 30px;
  margin-bottom: 55px;
}
@media screen and (max-width: 1199px) {
  .styled-lists li {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 991px) {
  .styled-lists li {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .styled-lists li {
    margin-bottom: 25px;
  }
}
.styled-lists li:before {
  content: '\f192';
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  margin: 3px 0 0 -22px;
  color: #212121;
}
.styled-lists li strong {
  font-size: 20px;
  font-weight: bold;
}
.styled-lists li p {
  font-size: 16px;
}
/* Blog posts */
.blog-posts .slick-arrow {
  display: none;
}
.blog-posts .post {
  margin-bottom: 30px !important;
}
.blog-posts .post .description {
  min-height: 260px;
  text-align: left;
}
.blog-posts .post .description h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-posts .post .date {
  font-size: 16px;
}
.blog-posts .post .description p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-posts .post .description .cats {
  color: #bfbfbf;
  font-size: 14px;
  margin: 5px 0 5px 0;
  text-decoration: none;
  text-align: center;
}
.blog-posts .slick-dots {
  text-align: left;
  padding: 0 10px;
}
/* Blog posts 2 */
.blog-posts-2 .post {
  display: block;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.blog-posts-2 .description h5 {
  color: #212121;
  font-weight: 600;
  font-size: 14px;
  margin: 10px 0 10px 0;
  text-decoration: none;
  text-align: left;
}
.blog-posts-2 a,
.blog-posts-2 a:hover {
  text-decoration: none;
}
.blog-posts-2 .description {
  padding: 15px 0;
}
.blog-posts-2 .description,
.blog-posts-2 .description p {
  color: #bfbfbf;
  font-size: 12px;
  line-height: 1.7;
}
.blog-posts-2 .post .image {
  width: 90px;
  height: 90px;
  min-width: 90px;
  background-position: center center;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  float: left;
  margin-right: 20px;
}
/* Teamcard */
.teamcard .member {
  margin-bottom: 25px;
}
.teamcard .description h3 {
  color: #212121;
  font-size: 24px;
  margin: 10px 0 5px 0;
  text-align: center;
  font-weight: bold;
}
.teamcard .description {
  padding: 15px;
  text-align: center;
}
.teamcard .description,
.teamcard .description p {
  color: #212121;
  font-size: 18px;
  line-height: 1.5;
}
.teamcard .member .image {
  height: 240px;
  width: 240px;
  margin: 0 auto;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
/* Teamcard 2 */
.teamcard-2 .member {
  max-width: 240px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.teamcard-2 .description h3 {
  color: #212121;
  font-size: 18px;
  line-height: 1.4;
  margin: 10px 0 5px 0;
  text-align: left;
  font-weight: bold;
}
.teamcard-2 .description {
  text-align: left;
}
.teamcard-2 .description span {
  font-size: 12px;
  display: block;
  color: #bfbfbf;
}
.teamcard-2 .description,
.teamcard-2 .description p {
  color: #212121;
  font-size: 16px;
  line-height: 1.4;
}
.teamcard-2 .member .image {
  height: 290px;
  margin: 0 auto;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.teamcard-2 .member .image .hover {
  visibility: hidden;
  display: inline-block;
  position: relative;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.teamcard-2 .member:hover .image .hover {
  visibility: visible;
  background-color: rgba(33, 33, 33, 0.8);
  color: #ffffff;
  opacity: 1;
}
.teamcard-2 .member .image .hover .socials {
  padding-top: 110px;
  text-align: center;
}
.teamcard-2 .member .image .hover ul.socials li {
  display: inline-block;
  color: #212121;
  margin: 0 5px;
  width: auto;
}
.teamcard-2 .member .image .hover ul.socials li a {
  display: block;
  color: #212121;
  text-decoration: none;
  background: rgba(61, 0, 180, 0.03);
  height: 40px;
  width: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 26px;
  padding: 2px 0;
  text-align: center;
  position: relative;
}
.teamcard-2 .member .image .hover ul.socials li a:hover {
  background: #212121;
  color: #212121;
  text-decoration: none;
}
/* Teamcard */
.masonry-team .teamcard .member {
  min-height: 250px;
  padding: 25px 10px 15px 10px;
  height: 100%;
  display: flex;
  flex-flow: column;
  margin: 0;
}
.masonry-team .teamcard .member .description h3 {
  color: #212121;
  font-size: 24px;
  margin: 10px 0 5px 0;
  text-align: center;
  font-weight: bold;
}
.masonry-team .teamcard .member .description {
  padding: 15px;
  text-align: center;
}
.masonry-team .teamcard .member .description,
.masonry-team .teamcard .member .description p {
  color: #212121;
  font-size: 16px;
  line-height: 1.5;
}
.masonry-team .teamcard .member .image {
  height: 85px;
  width: 85px;
  margin: 0 auto;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.masonry-team .teamcard .member .socials-holder {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.masonry-team .teamcard .member ul.socials {
  text-align: center;
  margin: 0;
}
.masonry-team .teamcard .member ul.socials li {
  margin: 0;
}
.masonry-team .teamcard .member ul.socials li a {
  background: transparent;
  color: #212121;
  font-size: 22px;
}
.masonry-team .teamcard .member ul.socials li a:hover {
  background: transparent;
  color: #0044de;
}
.masonry-team .masonry-grid-works {
  margin: 0 -10px;
}
.masonry-team .masonry-grid-works_fullwidth {
  margin: 0;
}
.masonry-team .masonry-grid-works__sizer_w-50 {
  width: 50%;
}
.masonry-team .masonry-grid-works__sizer_w-33 {
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
}
.masonry-team .masonry-grid-works__sizer_w-25 {
  width: -webkit-calc(100% / 4);
  width: calc(100% / 4);
}
.masonry-team .masonry-grid-works__item {
  padding: 15px;
}
.masonry-team .masonry-grid-works__item_w-50 {
  width: 50%;
}
.masonry-team .masonry-grid-works__item_w-33 {
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
}
.masonry-team .masonry-grid-works__item_w-25 {
  width: -webkit-calc(100% / 4);
  width: calc(100% / 4);
}
.masonry-team .list-masonry-grid-works-filter {
  display: block;
  text-align: center;
}
.masonry-team .list-masonry-grid-works-filter__item {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.masonry-team .list-masonry-grid-works-filter__link_active .list-masonry-grid-works-filter__link-lines {
  opacity: 1;
  visibility: visible;
}
.masonry-team .list-masonry-grid-works-filter__link-lines {
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.masonry-team .list-masonry-grid-works-filter__link-lines:before,
.masonry-team .list-masonry-grid-works-filter__link-lines:after {
  content: '';
  display: block;
  background-color: #212121;
  position: absolute;
}
.masonry-team .list-masonry-grid-works-filter__link-lines_top:before {
  width: 1px;
  height: 38px;
  bottom: -9px;
  left: 2px;
}
.masonry-team .list-masonry-grid-works-filter__link-lines_top:after {
  width: 1px;
  height: 30px;
  bottom: -9px;
  left: 0px;
}
.masonry-team .list-masonry-grid-works-filter__link-lines_bottom:before {
  width: 1px;
  height: 38px;
  top: -9px;
  right: 2px;
}
.masonry-team .list-masonry-grid-works-filter__link-lines_bottom:after {
  width: 1px;
  height: 30px;
  top: -9px;
  right: 0px;
}
.masonry-team .list-masonry-grid-works-filter__link-lines_left:before {
  width: 60px;
  height: 1px;
  bottom: 2px;
  left: -9px;
}
.masonry-team .list-masonry-grid-works-filter__link-lines_left:after {
  width: 50px;
  height: 1px;
  bottom: 0px;
  left: -9px;
}
.masonry-team .list-masonry-grid-works-filter__link-lines_right:before {
  width: 60px;
  height: 1px;
  top: 2px;
  right: -9px;
}
.masonry-team .list-masonry-grid-works-filter__link-lines_right:after {
  width: 50px;
  height: 1px;
  top: 0px;
  right: -9px;
}
@media only screen and (max-width: 991px) {
  .masonry-team .masonry-grid-works__sizer_w-33,
  .masonry-team .masonry-grid-works__item_w-33 {
    width: 50%;
  }
  .masonry-team .masonry-grid-works__sizer_w-25,
  .masonry-team .masonry-grid-works__item_w-25 {
    width: 33.3%;
  }
}
@media only screen and (max-width: 767px) {
  .masonry-team .masonry-grid-works__sizer_w-50,
  .masonry-team .masonry-grid-works__item_w-50 {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .masonry-team .masonry-grid-works__sizer_w-33,
  .masonry-team .masonry-grid-works__item_w-33 {
    width: 100%;
  }
  .masonry-team .masonry-grid-works__sizer_w-25,
  .masonry-team .masonry-grid-works__item_w-25 {
    width: 100%;
  }
}
/* Shop products */
.shop-products .product {
  margin-bottom: 40px;
  /*
  .image:hover .hover {
      visibility: visible;
      opacity: 1;
    }
    */
}
.shop-products .product h3 {
  text-decoration: none;
  text-align: left;
  min-height: 45px;
}
.shop-products .product .price-holder {
  display: flex;
  justify-content: left;
  align-items: center;
}
.shop-products .product a,
.shop-products .product a:hover {
  text-decoration: none;
}
.shop-products .product .image {
  padding: 15px;
  position: relative;
  background-origin: content-box;
  height: 360px;
  width: 100%;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #c5a84d;
}
.shop-products .product:hover .image {
  border: 1px solid #9d853d;
  -webkit-box-shadow: 0 0 10px rgba(175, 145, 8, 0.4);
  box-shadow: 0 0 10px rgba(233, 214, 41, 0.4);
}
.shop-products .product:hover .image .hover {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(33, 33, 33, 0.15);
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}
.shop-products .product .hover .btn {
  padding: 10px;
  text-align: center;
  margin: 0 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  transform: translateY(-20px);
  transition: all .3s;
}
.shop-products .product .hover .btn + .btn {
  transform: translateY(20px);
}
.shop-products .product .btn.btn-primary {
  background: #c5a84d;
  border-color: #c5a84d;
  color: #ffffff;
  font-weight: bold;
}
.shop-products .product:hover .btn.btn-primary {
  background: #9d853d;
  border-color: #9d853d;
  color: #f4f4f4;
}
.shop-products .product .image:hover .hover .btn {
  transform: translateY(0);
}
.shop-products .product .hover .btn i {
  margin: 0;
}
.shop-products .product .hover > * {
  top: 45%;
  position: relative;
}
.shop-products .product .heading-holder {
  min-height: 50px;
  color: #9d853d;
}
.shop-products .product .heading-holder h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shop-products .product .btn {
  padding: 5px 10px;
}
.shop-products .product .btn i {
  float: left;
  margin-right: 5px;
  font-size: 18px;
  margin-top: 2px;
}
.shop-products .product .price,
.shop-products .product .price-old {
  font-size: 16px;
  font-weight: bold;
}
.shop-products .product .price {
  color: #9d853d;
}
.shop-products .product .price-old {
  text-decoration: line-through;
  color: #9d853d;
  margin-right: 10px;
}
.shop-products .product .product-label {
  min-width: 60px;
  position: absolute;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #0044de;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  right: 35px;
  top: 20px;
  font-weight: bold;
  z-index: 1;
  padding: 6px 10px;
}
.related-products .product .image {
  height: 250px;
}
/* Pricing list */
.pricing-list > div {
  max-width: 290px;
  margin-bottom: 30px;
}
.pricing-list .btn {
  min-width: unset;
}
.pricing-list .plan {
  max-width: 290px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.28);
  height: 100%;
  margin: 0 auto 0px auto;
}
.pricing-list .plan .label {
  font-size: 12px;
  text-align: center;
  min-height: 26px;
  width: 100%;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 7px;
}
.pricing-list .plan .label.bestseller {
  background: #0044de;
  color: #f4f4f4;
}
.pricing-list .plan .heading {
  font-size: 16px;
  text-align: center;
  padding: 20px 10px 20px 10px;
}
.pricing-list .plan .heading .price {
  position: relative;
  margin-top: 10px;
}
.pricing-list .plan .heading .price .sum {
  font-size: 75px;
  font-weight: bold;
  margin: 0 0px;
  color: #212121;
}
.pricing-list .plan .heading .price small {
  font-size: 16px;
  font-weight: bold;
  color: #212121;
}
.pricing-list .plan .heading .price .period {
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  position: relative;
  display: block;
  margin-top: 20px;
  color: #212121;
}
.pricing-list .plan .heading .price .period:after {
  margin: 10px auto 0 auto;
  display: block;
  content: '';
  width: 100%;
  max-width: 75px;
  height: 4px;
  background-color: #0044de;
  -webkit-mask-image: url('../img/hr.svg');
  mask-image: url('../img/hr.svg');
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.pricing-list .plan .heading p {
  font-size: 16px;
  color: #0044de;
  font-weight: 600;
}
.pricing-list .plan .description {
  text-align: center;
  padding: 0 15px 45px 15px;
}
.pricing-list .plan .description p {
  font-size: 16px;
  text-align: center;
}
.pricing-list .plan .description p.strikethrough {
  text-decoration: line-through;
  color: #868686;
}
.pricing-list .plan:hover {
  background: #0044de;
  cursor: pointer;
}
.pricing-list .plan:hover .price .sum,
.pricing-list .plan:hover .price small,
.pricing-list .plan:hover .price .period,
.pricing-list .plan:hover p,
.pricing-list .plan:hover span {
  color: #f4f4f4;
}
.pricing-list .plan:hover .price .period:after {
  background-color: #ffffff;
}
/* *******************************************
 ************** Footer ********************* *
 ******************************************* */
footer {
  background: #212121;
}
footer .logo {
  margin-bottom: 30px;
}
footer .logo img {
  max-width: 100px;
}

footer a {
  color: #f4f4f4;
  text-decoration: none;
}
footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
footer ul li a {
  display: block;
  color: #f4f4f4;
  text-decoration: none;
  padding: 0px 0;
}
footer ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
footer,
footer p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #979aa6;
}
footer a,
footer p a {
  font-size: 16px !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #f4f4f4;
}
footer a.underlined,
footer p a.underlined {
  display: inline-block;
}
footer a.underlined:after,
footer p a.underlined:after {
  content: '';
  display: block;
  border-bottom: 2px solid #979aa6;
}
footer .copyright {
  margin-top: 30px;
}
footer .copyright ul {
  line-height: 1;
}
footer .copyright ul li {
  display: inline-block;
  width: auto;
}
footer .copyright ul li a:after {
  content: '|';
  margin: 0 2px 0 3px;
}
footer .copyright a {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #979aa6;
  text-decoration: none;
}
footer .copyright li:last-of-type a:after {
  content: '';
  margin: 0 2px 0 3px;
}
footer .copyright p {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #979aa6;
}
footer h4 {
  color: #f4f4f4;
  display: block;
  margin-bottom: 10px;
  text-transform: none;
}
footer .newsletter-holder {
  font-size: 36px;
  font-weight: 600;
  color: #f3f3f3;
}
footer ul.socials {
  margin-top: 20px;
  display: block;
  width: 100%;
}
footer ul.socials li {
  margin: 0 10px;
  width: auto;
  display: inline-block !important;
  border: 0 !important;
}
footer ul.socials li a {
  display: block;
  text-decoration: none;
  height: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  position: relative;
  padding: 0 !important;
  font-size: 20px !important;
  background: transparent !important;
  width: auto;
  color: #f4f4f4;
}
footer ul.socials li a:hover {
  text-decoration: none;
  color: rgba(244, 244, 244, 0.5);
}
@media screen and (max-width: 991px) {
  footer {
    text-align: left;
  }
  footer .container > .edit > .row > div {
    margin-bottom: 60px;
  }
  footer .logo-column,
  footer .logo-column p {
    text-align: center !important;
  }
  footer .newsletter-form {
    max-width: 250px;
    margin: 0 -15px 0 -15px;
  }
}
@media screen and (max-width: 575px) {
  footer {
    text-align: center;
  }
  footer .container > .edit > .row > div {
    margin-bottom: 60px;
  }
  footer ul li a {
    padding: 7px 0;
  }
  footer .newsletter-form {
    max-width: 250px;
    margin: 0 auto;
  }
  footer ul.socials li a {
    font-size: 46px !important;
  }
}
/* Newsletter */
.newsletter-holder {
  background: #292832;
  width: 420px;
  max-width: 100%;
  height: 55px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 5px;
}
.newsletter-holder input {
  border: 0;
  background: transparent;
  float: left;
  width: 65%;
  padding: 0 20px;
  height: 100%;
  font-size: 16px;
}
.newsletter-holder button {
  float: left;
  width: 35%;
  background: #212121;
  color: #ffffff;
  font-size: 16px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 0;
  padding: 11px;
}
.newsletter-holder button:hover {
  background-color: #ffffff;
  color: #212121;
}
.section-silver {
  background: #f3f3f3;
}
.section-dark {
  background: #0044de;
}
/* *******************************************
 ************** Section ************** *
 ******************************************* */
.section {
  min-height: 100px;
  padding: 30px 0;
}
/* *******************************************
 ************** Section 2 ************** *
 ******************************************* */
.section-2 {
  padding: 30px 0 0 0;
}
.section-2 .background-image-holder {
  min-height: 50vh;
  height: 750px;
  max-height: 100vh;
}
.section-2.vh-80 .background-image-holder {
  min-height: 80vh;
  height: 80vh;
}
.section-2 h1,
.section-2 h2,
.section-2 h3,
.section-2 h4,
.section-2 h5,
.section-2 h6,
.section-2 p,
.section-2 p.lead {
  color: #ffffff;
}
.section-2 .container {
  z-index: 9;
}
.section-2 .socials-holder {
  z-index: 9;
  right: 0;
  height: 100%;
  text-align: right;
  color: #ffffff;
  display: flex;
  flex-flow: column;
  align-self: center;
  justify-self: center;
  align-items: center;
  justify-content: center;
}
.section-2 .socials-holder ul li {
  display: block;
}
.section-2 .socials-holder ul li a {
  color: #ffffff;
  font-size: 24px;
  margin: 35px 40px 35px 0;
}
@media screen and (max-width: 991px) {
  .section-2 .socials-holder {
    display: none;
  }
}
/* *******************************************
 ************** Section 3 ************** *
 ******************************************* */
.section-3 {
  padding: 30px 0 0 0;
}
.section-3 .background-image-holder {
  min-height: 20vh;
  height: 350px;
  max-height: 50vh;
}
.section-3.vh-100 .background-image-holder {
  min-height: 100vh;
}
.section-3 h1,
.section-3 h2,
.section-3 h3,
.section-3 h4,
.section-3 h5,
.section-3 h6,
.section-3 p,
.section-3 p.lead {
  color: #ffffff;
}
.section-3 .container {
  z-index: 9;
}
.section-3 .socials-holder {
  z-index: 9;
  right: 0;
  height: 100%;
  text-align: right;
  color: #ffffff;
  display: flex;
  flex-flow: column;
  align-self: center;
  justify-self: center;
  align-items: center;
  justify-content: center;
}
.section-3 .socials-holder ul li {
  display: block;
}
.section-3 .socials-holder ul li a {
  color: #ffffff;
  font-size: 24px;
  margin: 35px 40px 35px 0;
}
@media screen and (max-width: 991px) {
  .section-3 .socials-holder {
    display: none;
  }
}
/* *******************************************
 ************** Section 4 ************** *
 ******************************************* */
.section-4 .bg-secondary {
  background-clip: content-box !important;
}
.section-4 * {
  color: #f4f4f4;
}
@media screen and (max-width: 575px) {
  .section-4 .h-100 {
    height: auto;
  }
  .section-4 .module-btn {
    bottom: 0;
    position: absolute;
  }
}
.section-4 .info-holder {
  padding: 40px 30px;
}
@media screen and (max-width: 575px) {
  .section-4 .info-holder {
    height: 370px;
  }
}
/* *******************************************
 ************** Section 5 ************** *
 ******************************************* */
.section-5 .picrow {
  margin-bottom: 10px;
}
.section-5 .photo-container {
  position: relative;
}
.section-5 .photo-container .image-thumb {
  padding: 0px 5px !important;
  width: calc(100% - 10px);
  background: transparent;
}
/* *******************************************
 ************** Section 6 ************** *
 ******************************************* */
.section-6 {
  padding: 30px 0;
  /* h1,h2,h3,h4,h5,h6,p{
     color: @default;
   }*/
}
.section-6 .mwembed {
  height: auto !important;
  width: auto !important;
}
@media screen and (max-width: 1199px) {
  .section-6 .info-holder {
    margin-bottom: 30px;
    text-align: center;
  }
}
.section-6 .div-table-cell {
  position: relative;
}
.section-6 .div-table-cell .button-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}
/* *******************************************
 ************** Section 7 ************** *
 ******************************************* */
.section-7 .card {
  height: 100%;
  background: #ffffff;
  border: 0;
  padding: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.section-7 .card .stamp {
  margin-left: 0;
  margin-bottom: 30px;
  color: #f4f4f4;
  font-size: 35px;
}
.section-7 .card .stamp i {
  color: #212121;
}
@media screen and (max-width: 767px) {
  .section-7 .card .stamp {
    font-size: 30px;
    width: 80px;
    height: 60px;
    padding: 0;
    margin-bottom: 0;
  }
}
.section-7 .card.dark {
  background: #212121;
}
.section-7 .card.dark h1,
.section-7 .card.dark h2,
.section-7 .card.dark h3,
.section-7 .card.dark h4,
.section-7 .card.dark p {
  color: #f4f4f4;
}
.section-7 .card.dark i {
  color: #f4f4f4;
}
.section-7 .card:hover {
  background: #0044de;
}
.section-7 .card:hover h1,
.section-7 .card:hover h2,
.section-7 .card:hover h3,
.section-7 .card:hover h4,
.section-7 .card:hover p {
  color: #f4f4f4;
}
.section-7 .card:hover i {
  color: #f4f4f4;
}
/* *******************************************
 ************** Section 8 ************** *
 ******************************************* */
.section-8 {
  position: relative;
  z-index: 9;
}
.section-8 .icon-holder {
  margin-top: 50px;
  margin-bottom: 50px;
}
.section-8 .icon-holder .mw-icon,
.section-8 .icon-holder .icon {
  margin-bottom: 35px;
  font-size: 65px;
  color: #0044de;
  display: block;
}
/* *******************************************
 ************** Section 9 ************** *
 ******************************************* */
.section-9 {
  padding: 0;
  z-index: -1;
}
.section-9 .background-image-holder {
  position: relative;
  height: 575px;
  max-height: 100vh;
  /*&:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      top: 0;
      height: 300px;
      background: rgba(255, 255, 255, 1);
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 0.72) 29%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(1%, rgba(255, 255, 255, 1)), color-stop(29%, rgba(255, 255, 255, 0.72)), color-stop(100%, rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 0.72) 29%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 0.72) 29%, rgba(255, 255, 255, 0) 100%);
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 0.72) 29%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 0.72) 29%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    }*/
}
.section-9 .container {
  padding: 160px 0 320px 0;
}
@media screen and (max-width: 1199px) {
  .section-9 .container {
    padding: 120px 0 240px 0;
  }
}
@media screen and (max-width: 991px) {
  .section-9 .container {
    padding: 120px 0 240px 0;
  }
}
@media screen and (max-width: 575px) {
  .section-9 .container {
    padding: 80px 0 160px 0;
  }
}
.section-9 .blockquote-holder {
  max-width: 680px;
  padding-bottom: 400px;
}
@media screen and (min-width: 1441px) {
  .section-9 .blockquote-holder {
    padding-bottom: 600px;
  }
}
.mw-live-edit .section-9 {
  margin-top: 0px;
}
.section-9.no-gradient {
  margin-top: 0px;
}
.section-9.no-gradient .background-image-holder {
  min-height: 70vh;
}
.section-9.no-gradient .background-image-holder:before {
  display: none;
}
/* *******************************************
 ************** Section 10 ************** *
 ******************************************* */
.section-10 .mwembed {
  height: auto !important;
}
.section-10 .new-world-testimonials-2 .info-holder {
  text-align: left !important;
}
@media screen and (min-width: 992px) {
  .section-10 .video-left .video-holder {
    padding-right: 4.15%;
  }
}
@media screen and (max-width: 991px) {
  .section-10 .video-right .left-side {
    order: 1 !important;
  }
  .section-10 .video-right .right-side {
    order: 2 !important;
  }
}
@media screen and (min-width: 992px) {
  .section-10 .video-right .video-holder {
    padding-left: 4.15%;
  }
}
/* *******************************************
 ************** Section 11 ************** *
 ******************************************* */
.section-11 i.fab {
  font-size: 36px;
  color: #0044de;
  margin-bottom: 30px;
}
.section-11 .title-holder {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* *******************************************
 ************** Section 12 ************** *
 ******************************************* */
.section-12 {
  position: relative;
  z-index: 9;
}
.section-12 .icon-holder {
  margin: 50px auto;
}
.section-12 .icon-holder .mw-icon,
.section-12 .icon-holder .icon {
  margin-bottom: 20px;
  font-size: 55px;
  color: #0044de;
  display: block;
}
.section-12 h6 {
  font-size: 36px;
  color: #212121;
  margin-bottom: 10px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.section-12 p {
  color: #212121;
}
.section-12 .button-holder:before {
  opacity: 0;
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .section-12 h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .section-12 .button-holder {
    margin-top: 30px;
    padding: 40px 0 50px 0;
  }
  .section-12 .button-holder:before {
    opacity: 1;
  }
  .section-12 .icon-holder {
    margin: 20px auto;
  }
}
/* *******************************************
 ************** Section 13 ************** *
 ******************************************* */
.section-13 {
  position: relative;
  z-index: 9;
}
.section-13 .icon-holder {
  margin: 50px auto;
}
.section-13 .icon-holder .icon,
.section-13 .icon-holder .mw-icon {
  margin-bottom: 30px;
  font-size: 55px;
  color: #ffffff;
  display: block;
}
.section-13 h6 {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.section-13 p {
  color: #ffffff;
}
.section-13 .button-holder:before {
  opacity: 0;
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .section-13 h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .section-13 .button-holder {
    margin-top: 30px;
    padding: 40px 0 50px 0;
  }
  .section-13 .button-holder:before {
    opacity: 1;
  }
  .section-13 .icon-holder {
    margin: 20px auto;
  }
}
/* *******************************************
 ************** Section 14 ************** *
 ******************************************* */
.section-14 .info {
  float: left;
  width: calc(100% - 50px);
}
.section-14 .mw-icon,
.section-14 .icon {
  display: block;
  float: left;
  width: 50px;
  margin-bottom: 20px;
}
.section-14 .mw-icon i,
.section-14 .icon i {
  font-size: 38px;
  color: #f4f4f4;
  opacity: 0.5;
  margin-top: 5px;
}
@media screen and (max-width: 575px) {
  .section-14 .info,
  .section-14 .icon {
    float: none;
    width: 100%;
  }
}
/* *******************************************
 ************** Section 15 ************** *
 ******************************************* */
.section-15 {
  min-height: 100px;
  padding: 30px 0;
  background-color: #212121;
}
.section-15 .container {
  padding: 0 10%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .section-15 .slider-wrapper {
    max-width: 100%;
  }
}
/* *******************************************
 ************** Section 16 ************** *
 ******************************************* */
.section-16 {
  min-height: 100px;
  padding: 30px 0;
}
.section-16 .info-holder {
  z-index: 9;
  background: #ffffff;
  padding: 50px 70px;
  border: 1px solid rgba(33, 33, 33, 0.3);
}
.section-16 .flexbox-container {
  justify-content: center;
}
.section-16 .left-side {
  padding: 120px 60px;
  min-height: 550px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.section-16 h1,
.section-16 h2,
.section-16 h3,
.section-16 h4,
.section-16 h5,
.section-16 h6 {
  color: #212121;
}
.section-16 p,
.section-16 span {
  font-size: 16px;
  line-height: 1.5;
  color: #212121;
}
.section-16 p {
  margin-bottom: 10px;
}
.section-16 .img-holder {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 991px) {
  .section-16 .left-side {
    min-height: auto;
    padding: 10px;
  }
  .section-16 p {
    text-align: center;
  }
  .section-16 .img-holder {
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
  }
  .section-16 .flexbox-container {
    flex-direction: column-reverse;
  }
  .section-16 .info-holder {
    padding: 50px 20px;
  }
}
/* *******************************************
 ************** Section 17 ************** *
 ******************************************* */
.section-17 {
  min-height: 100px;
  padding: 30px 0;
}
.section-17 .info-holder {
  z-index: 9;
  background: #ffffff;
  padding: 50px 70px;
  border: 1px solid rgba(33, 33, 33, 0.3);
}
.section-17 .flexbox-container {
  justify-content: center;
}
.section-17 .right-side {
  padding: 120px 60px;
  min-height: 550px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.section-17 h1,
.section-17 h2,
.section-17 h3,
.section-17 h4,
.section-17 h5,
.section-17 h6 {
  color: #212121;
}
.section-17 p,
.section-17 span {
  font-size: 16px;
  line-height: 1.5;
  color: #212121;
}
.section-17 p {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .section-17 .right-side {
    min-height: auto;
    padding: 10px;
  }
  .section-17 p {
    text-align: center;
  }
  .section-17 .flexbox-container {
    flex-direction: column;
  }
}
.section-17 .img-holder {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 991px) {
  .section-17 .img-holder {
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
  }
  .section-17 .info-holder {
    padding: 50px 20px;
  }
}
/* *******************************************
 ************** Section 18 ************** *
 ******************************************* */
.section-18 .padding-holder {
  padding: 50px 30px;
  max-height: calc(100vh - 100px);
}
@media screen and (min-width: 1200px) {
  .section-18 .padding-holder {
    min-height: 680px;
    height: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .section-18 .button-holder {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 1200px) {
  .section-18 .background-image-holder .button-holder {
    bottom: 50px;
    position: absolute;
  }
}
.section-18 .text-white h1,
.section-18 .text-white h2,
.section-18 .text-white h3,
.section-18 .text-white h4,
.section-18 .text-white h5,
.section-18 .text-white h6,
.section-18 .text-white p {
  color: #ffffff !important;
}
/* *******************************************
 ************** Section 19 ************** *
 ******************************************* */
.section-19 {
  padding: 30px 0 0 0;
}
.section-19 .background-image-holder {
  min-height: 400px;
  height: 30.25vw;
  max-height: 90vh;
  /*position: relative;
    &:before {
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(red(@default), green(@default), blue(@default), .3);
      content: '';
      width: 100%;
      height: 100%;
      z-index: 1;
    }*/
}
.section-19 .background-image-holder > div {
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .section-19 .background-image-holder {
    height: 56.25vw;
  }
}
.section-19 .text-holder {
  min-height: 400px;
}
.section-19 .info-holder {
  padding-left: 50px;
  padding-right: 50px;
}
.section-19 .info-holder h1,
.section-19 .info-holder h2,
.section-19 .info-holder h3,
.section-19 .info-holder h4,
.section-19 .info-holder h5,
.section-19 .info-holder h6,
.section-19 .info-holder p {
  color: #ffffff !important;
}
.section-19 blockquote:before,
.section-19 blockquote,
.section-19 blockquote .testimonial .name {
  color: #ffffff;
  text-align: left;
}
.section-19 .socials-holder {
  right: 0;
  height: 100%;
  text-align: right;
  color: #ffffff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.section-19 .socials-holder ul li {
  display: block;
}
.section-19 .socials-holder ul li a {
  color: #ffffff;
  font-size: 24px;
  margin: 35px 40px 35px 0;
}
@media screen and (min-width: 992px) {
  .section-19 .stamp {
    background: transparent !important;
    width: auto;
    height: auto;
    max-width: 450px;
  }
}
@media screen and (max-width: 991px) {
  .section-19 .socials-holder {
    display: none;
  }
  .section-19 .stamp {
    padding: 35px;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
  }
  .section-19 .background-image-holder.cuted {
    margin-bottom: 140px;
  }
  .section-19 .background-image-holder.cuted:after {
    display: block;
    width: 100%;
    position: absolute;
    content: '';
    background: url('../img/divider.svg');
    -webkit-background-size: cover;
    background-size: cover;
    height: 140px;
    z-index: 9;
    top: calc(100% - 140px);
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .section-19 blockquote:before,
  .section-19 blockquote,
  .section-19 blockquote .testimonial .name {
    text-align: center;
  }
  .section-19 blockquote {
    font-size: 16px;
  }
  .section-19 blockquote:before {
    font-size: 18px;
  }
  .section-19 .align-self-end {
    align-self: flex-start !important;
    text-align: center;
  }
  .section-19 .info-holder {
    padding-bottom: 10px;
    margin: 50px auto 30px auto;
  }
}
@media screen and (max-width: 767px) {
  .section-19 blockquote:before {
    margin: 5px auto;
  }
  .section-19 .stamp {
    margin-top: 0;
    width: 280px;
    height: 280px;
    background-repeat: no-repeat;
  }
  .section-19 .info-holder {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    margin: 30px auto 10px;
  }
}
/* *******************************************
 ************** Section 20 ************** *
 ******************************************* */
.section-20 {
  position: relative;
  z-index: 9;
}
.section-20 h3 {
  font-size: 30px;
  margin: 10px 0;
}
.section-20 .text-white h1,
.section-20 .text-white h2,
.section-20 .text-white h3,
.section-20 .text-white h4,
.section-20 .text-white h5,
.section-20 .text-white h6,
.section-20 .text-white p {
  color: #ffffff !important;
}
.section-20 .background-image-holder {
  -webkit-background-size: cover;
  background-size: cover;
  padding: 15px;
  margin-bottom: 30px;
  position: relative;
  height: 100%;
}
.section-20 .background-image-holder:before {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(33, 33, 33, 0.5);
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-20 .icon-holder {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 20px;
}
.section-20 .icon-holder i,
.section-20 .icon-holder span {
  font-size: 45px;
  color: #ffffff;
  display: block;
}
.section-20 .square {
  position: relative;
  width: 100%;
  z-index: 2;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100%;
}
.section-20 .square .content {
  position: relative;
  width: 100%;
  height: 100%;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  display: flex;
}
.section-20 .square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.section-20 .slick-dots {
  text-align: center;
  margin-top: 20px;
}
.section-20 .slick-dots li {
  display: inline-block;
  font-size: 0px;
  margin: 0 5px;
}
.section-20 .slick-dots li button {
  border: 0;
  height: 11px;
  width: 11px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  background: #c2c2c2;
}
.section-20 .slick-dots li.slick-active button {
  background: #212121;
  height: 16px;
  width: 16px;
}
.section-20 .slick-dots li button:before {
  display: none;
}
@media screen and (max-width: 1199px) {
  .section-20 .slide.slick-center {
    margin-top: 0px;
  }
  .section-20 .slick-dots {
    margin-top: 30px;
  }
}
/* *******************************************
 ************** Section 21 ************** *
 ******************************************* */
.section-21 .twitter-holder {
  padding: 30px;
  background: #0044de;
}
/* *******************************************
 ************** Section 22 ************** *
 ******************************************* */
.section-22 .box {
  margin-bottom: 30px;
  padding: 25px 30px;
  display: flex;
  flex-flow: row;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .section-22 .box {
    justify-content: center;
    flex-flow: column;
    align-items: start;
  }
}
.section-22 .box:hover {
  cursor: pointer;
  background: #0044de;
}
.section-22 .box:hover * {
  color: #f4f4f4;
}
.section-22 .box:after {
  content: '';
  display: block;
  clear: both;
}
.section-22 .box .icon-holder {
  float: left;
  font-size: 35px;
  width: 60px;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .section-22 .box .icon-holder {
    margin-bottom: 10px;
  }
}
.section-22 .box .text-holder {
  float: left;
  width: calc(100% - 60px);
}
.section-22 .box p {
  font-size: 16px;
  line-height: 1.35;
}
.section-22 ul.socials {
  margin: 0;
}
.section-22 ul.socials li {
  margin-left: 7px;
  margin-right: 0;
}
.section-22 ul.socials li a {
  background: transparent;
  color: #212121;
  font-size: 20px;
  height: 29px;
  width: 29px;
}
.section-22 .socials-holder {
  right: 30px;
  bottom: 47px;
  position: absolute;
}
/* *******************************************
 ************** Section 23 ************** *
 ******************************************* */
.section-23 p {
  font-size: 16px;
  line-height: 1.5;
}
.section-23 .card {
  height: 100%;
  background: #ffffff;
  border: 0;
  padding: 30px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
}
.section-23 .card .stamp {
  margin: 0 auto;
  margin-bottom: 10px;
  color: #f4f4f4;
  font-size: 55px;
}
.section-23 .card .stamp i {
  color: #0044de;
}
@media screen and (max-width: 767px) {
  .section-23 .card .stamp {
    font-size: 30px;
    width: 80px;
    height: 80px;
    padding: 26px;
  }
}
.section-23 .card.dark {
  background: #212121;
}
.section-23 .card.dark h1,
.section-23 .card.dark h2,
.section-23 .card.dark h3,
.section-23 .card.dark h4,
.section-23 .card.dark p {
  color: #f4f4f4;
}
.section-23 .card.dark i {
  color: #f4f4f4;
}
.section-23 .card:hover {
  background: #0044de;
}
.section-23 .card:hover h1,
.section-23 .card:hover h2,
.section-23 .card:hover h3,
.section-23 .card:hover h4,
.section-23 .card:hover p {
  color: #f4f4f4;
}
.section-23 .card:hover i {
  color: #f4f4f4;
}
/* *******************************************
 ************** Section 24 ************** *
 ******************************************* */
.section-24 {
  position: relative;
  z-index: 9;
}
.section-24 .background-image-holder {
  -webkit-background-size: cover;
  background-size: cover;
  padding: 15px;
  margin-bottom: 30px;
  position: relative;
}
.section-24 .background-image-holder:before {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 68, 222, 0.8);
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  visibility: hidden;
}
.section-24 .icon-holder {
  color: #f4f4f4;
  margin-top: 10px;
  margin-bottom: 20px;
}
.section-24 .icon-holder i,
.section-24 .icon-holder span {
  font-size: 45px;
  color: #f4f4f4;
  display: block;
}
.section-24 .square {
  position: relative;
  width: 100%;
  z-index: 2;
  visibility: hidden;
}
.section-24 .square .content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.section-24 .square .content p {
  font-size: 16px;
}
.section-24 .square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.section-24 .background-image-holder:hover {
  cursor: pointer;
}
.section-24 .background-image-holder:hover .square {
  visibility: visible;
}
.section-24 .background-image-holder:hover:before {
  visibility: visible;
}
.section-24 ul.socials {
  margin: 0 0 20px 0;
}
.section-24 ul.socials li {
  margin: 0 2px;
}
.section-24 ul.socials li a,
.section-24 ul.socials li a:hover {
  background: transparent;
  font-size: 24px;
}
.section-24 ul.socials li a:hover {
  color: rgba(244, 244, 244, 0.5);
}
.section-24 .socials-holder {
  position: absolute;
  bottom: 0;
}
/* *******************************************
 ************** Section 25 ************** *
 ******************************************* */
.section-25 {
  min-height: 100px;
  padding: 30px 0;
}
.section-25 .img-holder {
  padding: 0 70px;
  position: relative;
  min-height: 500px;
  margin-bottom: 20px;
}
.section-25 .img-holder .image-1 {
  width: 80%;
  height: 80%;
  position: absolute;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
}
.section-25 .img-holder .image-2 {
  width: 70%;
  height: 70%;
  position: absolute;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  border: 15px solid #ffffff;
  bottom: 0;
  right: 0;
}
/* *******************************************
 ************** Section 26 ************** *
 ******************************************* */
.section-26 {
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 576px) {
  .section-26 .features-holder > div {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 576px) {
  .section-26 .features-holder > div:nth-child(odd) {
    margin-top: 40px;
  }
}
.section-26 .icon-holder {
  padding-top: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-bottom: 50px;
}
.section-26 .icon-holder .mw-icon,
.section-26 .icon-holder .icon {
  margin-bottom: 15px;
  font-size: 55px;
  color: #0044de;
  display: block;
}
.section-26 .icon-holder:hover {
  background-color: #0044de;
}
.section-26 .icon-holder:hover * {
  color: #f4f4f4;
}
.section-26 .icon-holder:hover .mw-icon,
.section-26 .icon-holder:hover .icon {
  color: #f4f4f4;
}
/* *******************************************
 ************** Section 27 ************** *
 ******************************************* */
.section-27 {
  padding: 30px 0 0 0;
}
@media screen and (min-width: 1440px) {
  .section-27 h1 {
    font-size: 100px;
  }
  .section-27 h2 {
    font-size: 46px;
  }
}
.section-27 .background-image-holder {
  min-height: 50vh;
  height: 750px;
  max-height: 80vh;
}
.section-27.vh-80 .background-image-holder {
  min-height: 80vh;
  height: 80vh;
}
.section-27 h1,
.section-27 h2,
.section-27 h3,
.section-27 h4,
.section-27 h5,
.section-27 h6,
.section-27 p,
.section-27 p.lead {
  color: #ffffff;
}
.section-27 .container {
  z-index: 9;
}
.section-27 .socials-holder {
  z-index: 9;
  right: 0;
  height: 100%;
  text-align: right;
  color: #ffffff;
  display: flex;
  flex-flow: column;
  align-self: center;
  justify-self: center;
  align-items: center;
  justify-content: center;
}
.section-27 .socials-holder ul li {
  display: block;
}
.section-27 .socials-holder ul li a {
  color: #ffffff;
  font-size: 24px;
  margin: 35px 40px 35px 0;
}
@media screen and (max-width: 991px) {
  .section-27 .socials-holder {
    display: none;
  }
}
/* *******************************************
 **************** Pages *************** *
 ******************************************* */
/* Page - Blog Inner */
.blog-inner-page .padding {
  max-width: 780px;
}
.blog-inner-page ul.socials li a {
  color: #212121;
  background: transparent;
}
.blog-inner-page ul.socials li a:hover {
  color: #212121;
  background: #212121;
}
.blog-inner-page .heading h1 {
  font-size: 46px;
  color: #212121;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .blog-inner-page .heading h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .blog-inner-page .heading h1 {
    font-size: 24px;
  }
}
.blog-inner-page .heading-image {
  width: 100%;
}
.blog-inner-page .description img {
  max-width: 100%;
}
.blog-inner-page .share-label {
  font-size: 18px;
  color: #212121;
  font-weight: bold;
}
.blog-inner-page .comments .comment-holder {
  text-align: center;
}
.blog-inner-page .comments .comment-holder .author,
.blog-inner-page .comments .comment-holder .author a,
.blog-inner-page .comments .comment-holder .author span {
  font-size: 20px;
  color: #212121;
  font-weight: bold;
  text-decoration: none;
}
.blog-inner-page .comments .comment-holder .date {
  margin-bottom: 20px;
}
.blog-inner-page .comments .comment-holder .date,
.blog-inner-page .comments .comment-holder .date span {
  font-size: 12px;
  color: #9f9f9f;
}
.blog-inner-page .comments .comment-holder .description {
  width: 80%;
  margin: 0 auto;
}
.blog-inner-page .comments .comment-holder .description,
.blog-inner-page .comments .comment-holder .description p {
  font-size: 16px;
  color: #212121;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .blog-inner-page .heading h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .blog-inner-page .heading-image {
    width: 100%;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: inherit;
  }
  .blog-inner-page .heading h1 {
    font-size: 28px;
  }
}
.blog-inner-page .reviews {
  margin-top: 20px;
}
.blog-inner-page .reviews .heading h3 {
  font-size: 16px;
  color: #212121;
  font-weight: bold;
  padding: 8px 0 25px 0px;
}
.blog-inner-page .reviews .heading i {
  float: left;
  font-size: 50px;
  color: #212121;
}
.blog-inner-page .reviews .review {
  background: #f3f3f3;
  padding: 15px 0;
  color: #212121;
  margin-bottom: 20px;
}
.blog-inner-page .reviews .review:after {
  clear: both;
  content: '';
  display: block;
}
.blog-inner-page .reviews .review .avatar-holder {
  width: 70px;
  float: left;
}
.blog-inner-page .reviews .review .avatar-holder .avatar {
  background: #f3f3f3;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-size: cover;
}
.blog-inner-page .reviews .review .info {
  width: calc(100% - 70px);
  float: left;
}
.blog-inner-page .reviews .review .info h4 {
  color: #212121;
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0 20px 0;
}
.blog-inner-page .reviews .review .info p {
  color: #212121;
  font-size: 14px;
}
.blog-inner-page .leave-review .left-side {
  float: left;
  width: 70px;
}
.blog-inner-page .leave-review .right-side {
  float: left;
  width: calc(100% - 70px);
}
.blog-inner-page .leave-review .left-side i {
  font-size: 50px;
  color: #212121;
}
.blog-inner-page .leave-review .right-side h3 {
  font-size: 24px;
  color: #212121;
  font-weight: bold;
  margin: 12px 0 25px 0;
}
.blog-inner-page .leave-review .right-side p {
  font-size: 16px;
  color: #212121;
}
.blog-inner-page .leave-review .form textarea {
  min-height: 100px;
  max-width: 100%;
}
.blog-inner-page .leave-review .form .form-group {
  margin-bottom: 25px;
}
.blog-inner-page .leave-review .form .form-group label {
  font-size: 14px;
  color: #212121;
  line-height: 1.4;
  margin-bottom: 10px;
}
.blog-inner-page .leave-review .form .form-group .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 2px solid #ddd;
  color: #212121;
  font-size: 0.857rem;
  padding: 12px 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-weight: 600;
  height: auto;
}
.blog-inner-page .leave-review .form .form-group .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(191, 191, 191, 0.8);
  opacity: 1;
  /* Firefox */
}
.blog-inner-page .leave-review .form .form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(191, 191, 191, 0.8);
}
.blog-inner-page .leave-review .form .form-group .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(191, 191, 191, 0.8);
}
.blog-inner-page .reviews h1,
.blog-inner-page .reviews h2,
.blog-inner-page .reviews h3,
.blog-inner-page .reviews h4,
.blog-inner-page .reviews h5,
.blog-inner-page .reviews h6,
.blog-inner-page .reviews p,
.blog-inner-page .reviews span {
  color: #212121 !important;
}
/* Page - Shop Inner */
.relative {
  position: relative;
}
.shop-inner-page .next-previous-content .btn {
  padding: 4px 8px;
  text-align: center;
}
.shop-inner-page .next-previous-content .btn i {
  margin: 0;
}
.shop-inner-page .heading {
  text-align: left;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.shop-inner-page .heading h4 {
  width: calc(100% - 70px);
}
.shop-inner-page .main-price {
  font-weight: bold;
}
.shop-inner-page .main-price .price {
  color: #c5a84d;
  font-size: 24px;
}
.shop-inner-page .main-price .price span {
  margin: 0 5px;
  font-size: 36px;
}
.shop-inner-page .main-price .price-old {
  color: #c5a84d;
  font-size: 24px;
  text-decoration: line-through;
  margin-right: 15px;
}
.shop-inner-page .mw-add-to-cart-holder .price:after {
  clear: both;
  display: block;
  content: '';
}
.shop-inner-page .mw-price-item-value,
.shop-inner-page .mw-price-item-key {
  color: #212121;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
}
.shop-inner-page p.labels {
  color: #212121;
  font-size: 14px;
  line-height: 1.8;
}
.shop-inner-page p.labels span {
  color: #212121;
}
.shop-inner-page .description-short {
  margin-top: 20px;
}
.shop-inner-page .description-short h1,
.shop-inner-page .description-short h2,
.shop-inner-page .description-short h3,
.shop-inner-page .description-short h4,
.shop-inner-page .description-short h5,
.shop-inner-page .description-short h6,
.shop-inner-page .description-short span,
.shop-inner-page .description-short p {
  color: #212121;
}
.shop-inner-page .description {
  margin-top: 20px;
}
.shop-inner-page .description h1,
.shop-inner-page .description h2,
.shop-inner-page .description h3,
.shop-inner-page .description h4,
.shop-inner-page .description h5,
.shop-inner-page .description h6 {
  color: #212121;
}
.shop-inner-page .description p {
  line-height: 1.5;
  font-size: 16px;
  color: #212121;
  text-align: justify;
  margin-bottom: 10px;
}
.shop-inner-page .description .table {
  margin: 0;
  text-align: left;
}
.shop-inner-page .description .table tr td:first-of-type {
  padding-left: 0;
}
.shop-inner-page .description .table td {
  font-size: 16px;
  color: #212121;
  font-weight: bold;
}
.shop-inner-page .product-gallery a {
  display: block;
  width: 100%;
  background: #f3f3f3;
  margin-bottom: 20px;
  text-align: center;
  padding: 10px;
}
.shop-inner-page .product-gallery img {
  max-width: 70%;
}
.shop-inner-page .product-gallery a:last-child img {
  margin-bottom: 0px;
}
.shop-inner-page .quantity input,
.shop-inner-page .quantity .minus,
.shop-inner-page .quantity .plus {
  display: block;
  float: left;
  background: #2c6cff;
  color: #fff;
  border: 0;
  margin: 0;
  font-size: 18px;
  padding: 6px 20px;
  height: 46px;
}
.shop-inner-page .quantity input {
  width: calc(100% - 120px);
  text-align: center;
  border-radius: 0;
}
.shop-inner-page .quantity .minus,
.shop-inner-page .quantity .plus {
  font-size: 24px;
  width: 60px;
}
.shop-inner-page .quantity .minus {
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}
.shop-inner-page .quantity .plus {
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
}
.shop-inner-page .box .btn {
  text-transform: uppercase;
}
.shop-inner-page .table-striped > tbody > tr:nth-of-type(odd) {
  background: transparent;
}
.shop-inner-page .table-striped > tbody > tr:nth-of-type(even) {
  background: rgba(61, 0, 180, 0.05);
}
.shop-inner-page .product-specifications .table-striped > tbody > tr td:first-of-type {
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}
.shop-inner-page .product-specifications .table-striped > tbody > tr td:last-of-type {
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
}
.shop-inner-page .product-specifications .table-striped th {
  background: transparent;
  color: #212121;
  text-transform: uppercase;
}
.shop-inner-page .product-specifications .table tr:hover > td {
  background: #dadada;
}
.shop-inner-page .product-specifications .table {
  width: 100%;
}
.shop-inner-page .product-specifications .left-side {
  float: left;
  width: 70px;
}
.shop-inner-page .product-specifications .right-side {
  float: left;
  width: calc(100% - 70px);
}
.shop-inner-page .product-specifications .left-side i {
  font-size: 50px;
  color: #212121;
}
.shop-inner-page .product-specifications .right-side h3 {
  font-size: 24px;
  color: #212121;
  font-weight: bold;
  margin: 12px 0 25px 0;
}
.shop-inner-page .product-specifications .right-side p {
  font-size: 16px;
  color: #212121;
}
.shop-inner-page .reviews {
  margin-top: 20px;
}
.shop-inner-page .reviews h1,
.shop-inner-page .reviews h2,
.shop-inner-page .reviews h3,
.shop-inner-page .reviews h4,
.shop-inner-page .reviews h5,
.shop-inner-page .reviews h6,
.shop-inner-page .reviews span,
.shop-inner-page .reviews p {
  color: #212121;
}
.shop-inner-page .reviews .heading h3 {
  font-size: 16px;
  color: #212121;
  font-weight: bold;
  padding: 8px 0 25px 0px;
}
.shop-inner-page .reviews .heading i {
  float: left;
  font-size: 50px;
  color: #212121;
}
.shop-inner-page .reviews .review {
  background: #f3f3f3;
  padding: 15px 0;
  color: #212121;
  margin-bottom: 20px;
}
.shop-inner-page .reviews .review:after {
  clear: both;
  content: '';
  display: block;
}
.shop-inner-page .reviews .review .avatar-holder {
  width: 70px;
  float: left;
}
.shop-inner-page .reviews .review .avatar-holder .avatar {
  background: #f3f3f3;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-size: cover;
}
.shop-inner-page .reviews .review .info {
  width: calc(100% - 70px);
  float: left;
}
.shop-inner-page .reviews .review .info h4 {
  color: #212121;
  font-size: 14px;
  font-weight: 700;
  margin: 0px 0 20px 0;
}
.shop-inner-page .reviews .review .info p {
  color: #212121;
  font-size: 14px;
}
.shop-inner-page .leave-review .left-side {
  float: left;
  width: 70px;
}
.shop-inner-page .leave-review .right-side {
  float: left;
  width: calc(100% - 70px);
}
.shop-inner-page .leave-review .left-side i {
  font-size: 50px;
  color: #212121;
}
.shop-inner-page .leave-review .right-side h3 {
  font-size: 24px;
  color: #212121;
  font-weight: bold;
  margin: 12px 0 25px 0;
}
.shop-inner-page .leave-review .right-side p {
  font-size: 16px;
  color: #212121;
}
.shop-inner-page .leave-review .form textarea {
  min-height: 100px;
  max-width: 100%;
}
.shop-inner-page .leave-review .form .form-group {
  margin-bottom: 25px;
}
.shop-inner-page .leave-review .form .form-group label {
  font-size: 14px;
  color: #212121;
  line-height: 1.4;
  margin-bottom: 10px;
}
.shop-inner-page .leave-review .form .form-group .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 2px solid #ddd;
  color: #212121;
  font-size: 0.857rem;
  padding: 12px 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 600;
  height: auto;
}
.shop-inner-page .leave-review .form .form-group .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(191, 191, 191, 0.8);
  opacity: 1;
  /* Firefox */
}
.shop-inner-page .leave-review .form .form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(191, 191, 191, 0.8);
}
.shop-inner-page .leave-review .form .form-group .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(191, 191, 191, 0.8);
}
@media screen and (max-width: 991px) {
  .shop-inner-page .heading h1 {
    font-size: 30px;
  }
  .shop-inner-page p.price {
    font-size: 30px;
  }
  .shop-inner-page .box {
    padding: 30px 30px 30px 30px;
  }
  .shop-inner-page .box .quantity input {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .shop-inner-page p.price {
    font-size: 28px;
  }
}
.shop-inner-page .tabs .tab-pane {
  padding: 20px 0 0 0;
}
.zoomContainer {
  z-index: 3;
}
.shop-inner-page .elevatezoom {
  position: relative;
  margin-bottom: 40px;
}
.shop-inner-page .elevatezoom .main-image {
  max-width: 100%;
}
.shop-inner-page .elevatezoom .square {
  border: 1px solid #f3f3f3;
}
.shop-inner-page .elevatezoom .square .content {
  padding: 20px;
}
.shop-inner-page .elevatezoom .elevatezoom-holder {
  max-width: calc(100% - 100px);
  height: 100%;
  white-space: nowrap;
  max-height: 100%;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
}
.shop-inner-page .elevatezoom .elevatezoom-holder img {
  max-height: 100%;
  /*position: relative !important;*/
  left: 0;
  right: 0;
  margin: 0 auto;
}
.shop-inner-page .elevatezoom .elevatezoom-holder .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.shop-inner-page .elevatezoom .elevatezoom-holder .zoomWrapper {
  max-height: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.shop-inner-page .elevatezoom #elevatezoom-gallery {
  margin-top: 20px;
  position: relative;
  padding: 0 25px;
  width: 100%;
  float: left;
}
.shop-inner-page .elevatezoom #elevatezoom-gallery .slick-list {
  margin: 0 -10px;
}
.shop-inner-page .elevatezoom #elevatezoom-gallery a {
  display: block;
  height: 100px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-origin: content-box;
  padding: 5px 10px;
  margin: 0px 0 14px 0;
  background-color: #fff;
  background-position: center center;
  border: 1px solid #ebebeb;
  margin: 10px;
}
.shop-inner-page .elevatezoom #elevatezoom-gallery a.active {
  border-color: #9d853d;
  -webkit-box-shadow: 0 0 17px rgba(197, 182, 42, 0.699);
  -moz-box-shadow: 0 0 17px rgba(200, 200, 200, 0.5);
  box-shadow: 0 0 17px rgba(211, 165, 16, 0.5);
}
.shop-inner-page .elevatezoom #elevatezoom-gallery .slick-arrow {
  top: 60px;
  z-index: 4;
  font-size: 0;
  border: 0;
  background: none;
}
.shop-inner-page .elevatezoom #elevatezoom-gallery:hover .slick-arrow {
  display: block !important;
}
.shop-inner-page .elevatezoom #elevatezoom-gallery .slick-arrow:before {
  font-family: FontAwesome;
  color: #bfbfbf;
  display: block;
  font-size: 12px;
  text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.8);
}
.shop-inner-page .elevatezoom #elevatezoom-gallery .slick-next {
  right: 0;
}
.shop-inner-page .elevatezoom #elevatezoom-gallery .slick-next:before {
  content: '\f054';
}
.shop-inner-page .elevatezoom #elevatezoom-gallery .slick-prev {
  left: 0;
}
.shop-inner-page .elevatezoom #elevatezoom-gallery .slick-prev:before {
  content: '\f053';
}
.shop-inner-page .elevatezoom #elevatezoom-gallery .slick-track {
  float: left;
}
/* Slick options */
.product-gallery .slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 4;
  font-size: 0;
  border: 0;
  background: none;
  display: none !important;
}
.shop-inner-page .product-gallery:hover .slick-arrow {
  display: block !important;
}
.shop-inner-page .product-gallery .slick-arrow:before {
  font-family: FontAwesome;
  color: #ffffff;
  display: block;
  font-size: 20px;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
}
.shop-inner-page .product-gallery .slick-next {
  right: 5%;
}
.shop-inner-page .product-gallery .slick-next:before {
  content: '\f054';
}
.shop-inner-page .product-gallery .slick-prev {
  left: 5%;
}
.shop-inner-page .product-gallery .slick-prev:before {
  content: '\f053';
}
@media screen and (max-width: 991px) {
  .shop-inner-page .product-holder .product-info {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .shop-inner-page .table-responsive {
    border: 0;
  }
}
.shop-inner-page .product-info .heading h1 {
  font-size: 42px !important;
  line-height: 52px !important;
  font-weight: 700 !important;

  color: #212121;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
@media screen and (max-width: 1199px) {
  .shop-inner-page .product-info .heading h1 {
    font-size: 26px !important;
    line-height: 36px !important;
  }
}
/* Masonry Gallery */
.masonry-gallery .image-holder {
  position: relative;
  overflow: hidden;
  z-index: 60;
}
.masonry-gallery .image-holder:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 10px solid #ffffff;
  z-index: 50;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
.masonry-gallery .image-holder:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.masonry-gallery .image-holder:hover .image-holder__descr {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.masonry-gallery .image-holder:hover .image-holder__icon {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.masonry-gallery .image-holder_dark:after {
  border-color: #2b2b2b;
}
.masonry-gallery .image-holder__img {
  width: 100%;
  height: auto;
}
.masonry-gallery .image-holder__descr {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  background-color: #0044de;
  text-align: center;
  padding: 17px 0px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.projects .masonry-gallery .image-holder__descr {
  background-color: rgba(0, 68, 222, 0.8);
  text-align: left;
  padding: 15px 20px;
}
.projects .masonry-gallery .image-holder__descr .image-holder__heading {
  color: #212121;
  font-size: 16px;
  text-transform: none;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.projects .masonry-gallery .image-holder__descr .image-holder__description {
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.masonry-gallery .image-holder__heading {
  font-size: 1.07692rem;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.masonry-gallery .image-holder__icon {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: #212121;
  text-align: center;
  padding: 3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  -webkit-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}
.masonry-gallery .image-holder__icon:before {
  content: '\f105';
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 1.23077rem;
  color: #212121;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.masonry-gallery .masonry-grid-works {
  margin: 0 -10px;
}
.masonry-gallery .masonry-grid-works_fullwidth {
  margin: 0;
}
.masonry-gallery .masonry-grid-works__sizer_w-20 {
  width: 20%;
}
.masonry-gallery .masonry-grid-works__sizer_w-25 {
  width: 25%;
}
.masonry-gallery .masonry-grid-works__sizer_w-33 {
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
}
.masonry-gallery .masonry-grid-works__item {
  padding: 10px;
}
.masonry-gallery .masonry-grid-works__item_fullwidth {
  padding: 0;
}
.masonry-gallery .masonry-grid-works__item_w-20 {
  width: 20%;
}
.masonry-gallery .masonry-grid-works__item_w-25 {
  width: 25%;
}
.masonry-gallery .masonry-grid-works__item_w-33 {
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
}
.masonry-gallery .list-masonry-grid-works-filter {
  display: block;
  text-align: center;
}
.masonry-gallery .list-masonry-grid-works-filter__item {
  display: inline-block;
}
.masonry-gallery .list-masonry-grid-works-filter__link {
  margin: 0 10px;
}
.masonry-gallery .list-masonry-grid-works-filter__link_active .list-masonry-grid-works-filter__link-lines {
  opacity: 1;
  visibility: visible;
}
.masonry-gallery .list-masonry-grid-works-filter__link-lines {
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.masonry-gallery .list-masonry-grid-works-filter__link-lines:before,
.masonry-gallery .list-masonry-grid-works-filter__link-lines:after {
  content: '';
  display: block;
  background-color: #212121;
  position: absolute;
}
.masonry-gallery .list-masonry-grid-works-filter__link-lines_top:before {
  width: 1px;
  height: 38px;
  bottom: -9px;
  left: 2px;
}
.masonry-gallery .list-masonry-grid-works-filter__link-lines_top:after {
  width: 1px;
  height: 30px;
  bottom: -9px;
  left: 0px;
}
.masonry-gallery .list-masonry-grid-works-filter__link-lines_bottom:before {
  width: 1px;
  height: 38px;
  top: -9px;
  right: 2px;
}
.masonry-gallery .list-masonry-grid-works-filter__link-lines_bottom:after {
  width: 1px;
  height: 30px;
  top: -9px;
  right: 0px;
}
.masonry-gallery .list-masonry-grid-works-filter__link-lines_left:before {
  width: 60px;
  height: 1px;
  bottom: 2px;
  left: -9px;
}
.masonry-gallery .list-masonry-grid-works-filter__link-lines_left:after {
  width: 50px;
  height: 1px;
  bottom: 0px;
  left: -9px;
}
.masonry-gallery .list-masonry-grid-works-filter__link-lines_right:before {
  width: 60px;
  height: 1px;
  top: 2px;
  right: -9px;
}
.masonry-gallery .list-masonry-grid-works-filter__link-lines_right:after {
  width: 50px;
  height: 1px;
  top: 0px;
  right: -9px;
}
@media only screen and (max-width: 1200px) {
  .masonry-gallery .masonry-grid-works__sizer_w-20,
  .masonry-gallery .masonry-grid-works__item_w-20 {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .masonry-gallery .masonry-grid-works__sizer_w-25,
  .masonry-gallery .masonry-grid-works__item_w-25 {
    width: 50%;
  }
  .masonry-gallery .masonry-grid-works__sizer_w-33,
  .masonry-gallery .masonry-grid-works__item_w-33 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .masonry-gallery .list-masonry-grid-works-filter__item {
    display: block;
    margin-bottom: 15px;
    padding: 0px 15px;
  }
  .masonry-gallery .list-masonry-grid-works-filter__item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .masonry-gallery .image-holder__descr {
    opacity: 1;
  }
  .masonry-gallery .masonry-grid-works__sizer_w-20,
  .masonry-gallery .masonry-grid-works__item_w-20 {
    width: 100%;
  }
  .masonry-gallery .masonry-grid-works__sizer_w-25,
  .masonry-gallery .masonry-grid-works__item_w-25 {
    width: 100%;
  }
  .masonry-gallery .masonry-grid-works__sizer_w-33,
  .masonry-gallery .masonry-grid-works__item_w-33 {
    width: 100%;
  }
}
/* Checkout Modal */
@media screen and (min-width: 1450px) {
  .modal-dialog {
    margin: 10% auto;
  }
}
.checkout-modal .modal-content {
  border: 1px solid #c3c3c3 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: #f5f5f5;
  color: #505050;
}
.checkout-modal .modal-header {
  padding-bottom: 0;
  border-color: #c3c3c3;
}
.checkout-modal .modal-header .close {
  margin-top: -25px;
  margin-right: -10px;
  background: #f5f5f5;
  opacity: 1;
  color: #505050;
  padding: 1px 5px;
  border: 1px solid #c3c3c3;
  border-radius: 100%;
  right: 0;
  position: absolute;
}
.checkout-modal .step-button {
  text-align: center;
  padding: 0;
}
.checkout-modal .step-button a {
  text-decoration: none;
  display: block;
  height: 100%;
}
.checkout-modal .step-button.muted a {
  opacity: 0.4;
}
.checkout-modal .step-button .active {
  border-bottom: 2px solid #212121;
}
.checkout-modal .step-button i {
  font-size: 24px;
  color: #505050;
}
.checkout-modal .step-button span {
  display: block;
  font-size: 14px;
  color: #505050;
  font-weight: bold;
  padding-bottom: 10px;
}
.checkout-modal .js-step-content {
  display: none;
}
.checkout-modal .js-step-content .btn {
  border-radius: 2px;
}
.checkout-modal .js-shopping-cart .products .product {
  font-size: 14px;
  border-bottom: 1px solid #c3c3c3;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .checkout-modal .js-shopping-cart .products .product img {
    max-width: 200px;
    margin: 0 auto;
    display: block;
  }
}
.checkout-modal .js-shopping-cart .products .product:hover {
  background: #ffffff;
}
.checkout-modal .js-shopping-cart .products .product .action {
  padding-left: 0;
  padding-right: 0;
}
.checkout-modal .js-shopping-cart .products .product .action a {
  color: #0044de;
  opacity: 1;
  display: inline-block;
}
.checkout-modal .js-shopping-cart .products .product .qty {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.checkout-modal .js-shopping-cart .products .product .qty select {
  margin-top: 25px;
}
.checkout-modal .js-shopping-cart .products .product .action .tooltip {
  margin-top: 5px;
}
.checkout-modal .js-shopping-cart .products .product .title,
.checkout-modal .js-shopping-cart .products .product .price,
.checkout-modal .js-shopping-cart .products .product .action {
  padding-top: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.checkout-modal .js-shopping-cart .products .product .price,
.checkout-modal .js-shopping-cart .products .product .action {
  text-align: center;
}
.checkout-modal .js-shopping-cart .amount .total,
.checkout-modal .js-shopping-cart .amount .promocode {
  padding-top: 35px;
}
.checkout-modal .js-shopping-cart .amount .promocode .form-control {
  font-size: 14px;
  font-style: italic;
}
.checkout-modal .js-shopping-cart .amount .total p,
.checkout-modal .js-shopping-cart .amount .promocode p {
  margin-bottom: 20px;
}
.checkout-modal .js-shopping-cart .amount .promocode .btn {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.checkout-modal .js-shopping-cart .amount .promocode .form-control {
  margin: 0;
}
.checkout-modal .js-shopping-cart .amount .total {
  font-size: 16px;
}
.checkout-modal .js-step-content {
  font-size: 16px;
}
.checkout-modal .js-step-content .form-control {
  border: 0;
  margin-bottom: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
}
.checkout-modal .js-step-content .fields .field-holder {
  margin-bottom: 0;
}
.checkout-modal .js-step-content .fields .field-holder .form-control,
.checkout-modal .js-step-content .fields .field-holder .bootstrap-select {
  width: 100% !important;
}
.checkout-modal .js-step-content .fields .field-holder .bootstrap-select .btn {
  margin-bottom: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 0;
}
.checkout-modal .js-step-content .fields:after {
  display: block;
  clear: both;
  content: '';
}
.checkout-modal .js-step-content .fields.x2,
.checkout-modal .js-step-content .fields.x3 {
  margin: 0 -5px;
}
.checkout-modal .js-step-content .fields.x2 .field-holder {
  float: left;
  width: 50%;
  padding: 0 5px;
}
.checkout-modal .js-step-content .fields.x3 .field-holder {
  float: left;
  width: 33.3%;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .checkout-modal .js-shopping-cart .products .product .title {
    text-align: center;
  }
}
@media (min-width: 1450px) {
  .checkout-modal .modal-dialog {
    width: 700px;
  }
}
/* Login Modal */
@media screen and (min-width: 1450px) {
  /*.modal-dialog {*/
  /*margin: 10% auto;*/
  /*}*/
}
.login-modal .modal-content {
  border: 1px solid #c3c3c3 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: #f5f5f5;
  color: #505050;
}
.login-modal .modal-header {
  padding-bottom: 0;
  border-color: #c3c3c3;
  border: 0;
}
.login-modal .modal-header .close {
  margin-top: -25px;
  margin-right: -25px;
  background: #f5f5f5;
  opacity: 1;
  color: #505050;
  padding: 1px 5px;
  border: 1px solid #c3c3c3;
  border-radius: 100%;
}
.login-modal .modal-dialog {
  max-width: 500px;
}
.login-modal .modal-body {
  padding: 20px 60px;
}
.login-modal .modal-body .form-control {
  background: #ffffff;
  border: 1px solid #c3c3c3;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  color: #505050;
  font-size: 16px;
}
.login-modal .modal-body p {
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 1.5;
}
.login-modal .modal-body .icon {
  text-align: center;
  margin-bottom: 20px;
}
.login-modal .modal-body .icon i {
  font-size: 45px;
  color: #333;
}
/*
@media (min-width: 1450px) {
    .login-modal .modal-dialog {
        width: 700px;
    }
}
*/
.login-modal .socials-login {
  display: flex;
  width: 100%;
  margin: 20px 0 30px 0;
}
.login-modal .socials-login a {
  color: #ffffff;
  flex: 1;
  padding: 5px 10px;
  font-size: 24px;
  text-align: center;
  margin: 0 2px;
}
.login-modal .socials-login a:hover {
  opacity: 0.8;
}
.login-modal .socials-login .facebook {
  background-color: #3b5998;
}
.login-modal .socials-login .twitter {
  background-color: #00aced;
}
.login-modal .socials-login .gplus {
  background-color: #db4437;
}
.login-modal .socials-login .linkedin {
  background-color: #0077b5;
}
.login-modal .socials-login .github {
  background-color: #333333;
}
.login-modal .socials-login .microweber {
  background-color: #0086db;
}
.login-modal .or {
  line-height: 0.5;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.login-modal .or span {
  display: inline-block;
  position: relative;
}
.login-modal .or span:before,
.login-modal .or span:after {
  content: "";
  position: absolute;
  height: 13px;
  border-bottom: 1px solid #c3c3c3;
  top: 0;
  width: 600px;
}
.login-modal .or span:before {
  right: 100%;
  margin-right: 15px;
}
.login-modal .or span:after {
  left: 100%;
  margin-left: 15px;
}
.login-modal .act {
  position: relative;
  margin: 25px 0 20px 0;
  text-align: center;
}
.login-modal a {
  color: #505050;
  font-size: 14px;
  text-decoration: none;
}
.login-modal .act a {
  font-size: 16px;
  text-transform: uppercase;
  color: #505050;
  text-decoration: none;
  font-weight: bold;
}
.login-modal .act a:hover {
  opacity: 0.8;
}
.login-modal .act a span {
  display: block;
}
.login-modal .act:after {
  font-family: 'Material Icons';
  display: block;
  position: absolute;
  top: -11px;
  font-size: 30px;
}
.login-modal .act.create:after {
  content: 'arrow_forward';
  float: right;
  right: 62px;
}
.login-modal .act.login:after {
  content: 'arrow_back';
  float: left;
  left: 90px;
}
.login-modal .personal-data {
  color: #bbbbbb !important;
  text-align: justify !important;
}
@media screen and (max-width: 520px) {
  .login-modal .act:after {
    display: none;
  }
}
/* Page - Portfolio Inner */
.portfolio-inner-page .container {
  padding: 0 5%;
}
.relative {
  position: relative;
}
.portfolio-inner-page .heading {
  text-align: left;
}
.portfolio-inner-page .heading h1 {
  font-size: 36px;
  color: #212121;
  font-weight: bold;
}
.portfolio-inner-page .description {
  margin-top: 20px;
}
.portfolio-inner-page .description p {
  line-height: 1.5;
  font-size: 16px;
  color: #212121;
  text-align: justify;
  margin-bottom: 10px;
}
.portfolio-inner-page .description .table {
  margin: 0;
  text-align: left;
}
.portfolio-inner-page .description .table tr td:first-of-type {
  padding-left: 0;
}
.portfolio-inner-page .description .table td {
  font-size: 16px;
  color: #212121;
  font-weight: bold;
}
.portfolio-inner-page .project-gallery img {
  max-width: 100%;
  margin-bottom: 20px;
}
.portfolio-inner-page .project-gallery a:last-child img {
  margin-bottom: 0px;
}
/* Slick options */
.project-gallery .slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 4;
  font-size: 0;
  border: 0;
  background: none;
  display: none !important;
}
.portfolio-inner-page .project-gallery:hover .slick-arrow {
  display: block !important;
}
.portfolio-inner-page .project-gallery .slick-arrow:before {
  font-family: FontAwesome;
  color: #ffffff;
  display: block;
  font-size: 20px;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
}
.portfolio-inner-page .project-gallery .slick-next {
  right: 5%;
}
.portfolio-inner-page .project-gallery .slick-next:before {
  content: '\f054';
}
.portfolio-inner-page .project-gallery .slick-prev {
  left: 5%;
}
.portfolio-inner-page .project-gallery .slick-prev:before {
  content: '\f053';
}
@media screen and (max-width: 991px) {
  /*    .project-holder {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: column-reverse;
        }

        .project-holder > div.col-md-6 {
            width: 100%;
        }*/
  .portfolio-inner-page .project-holder .project-info {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .portfolio-inner-page .table-responsive {
    border: 0;
  }
}
/* Portfolio projects */
.portfolio-projects .project {
  margin-bottom: 25px;
}
.portfolio-projects .project h3 {
  color: #212121;
  font-weight: bold;
  font-size: 17px;
  margin: 25px 0 15px 0;
  text-decoration: none;
  text-align: center;
}
.portfolio-projects .project a,
.portfolio-projects .project a:hover {
  text-decoration: none;
}
.portfolio-projects .project .image {
  position: relative;
  background-origin: content-box;
  background-color: #f0f0f0;
  height: 260px;
  width: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.28);
}
.portfolio-projects .project .image .hover {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 32, 81, 0.15);
  display: none;
}
.portfolio-projects .project .image:hover .hover {
  display: inline-block;
}
.portfolio-projects .project .hover .btn {
  padding: 10px;
  text-align: center;
  margin: 0 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.portfolio-projects .project .hover .btn i {
  margin: 0;
}
.portfolio-projects .project .hover > * {
  top: 45%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .portfolio-inner-page .heading h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .portfolio-inner-page .heading h1 {
    font-size: 28px;
  }
}
.feature-grid .img-holder {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .feature-grid .img-holder {
    position: static;
    left: 0;
    transform: translateX(0);
  }
  .project-info-content {
    position: static !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
}
.feature-grid:after {
  display: block;
  content: ' ';
  font-size: 0;
  clear: both;
}
.feature-grid {
  position: relative;
}
.feature-grid .left-side {
  float: left;
}
.feature-grid .right-side {
  float: right;
}
.bootstrap-select.btn-group .dropdown-menu li.selected a span.text {
  color: #ffffff;
  font-weight: bold;
}
/* Effects */
.particles {
  position: relative;
  display: inline-block;
}
.particles-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.particles-canvas {
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
/*
.module-menu {
  .dropdown-menu {
    min-width: 200px;
    border-radius: 0;
    color: @textDark;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    transform: scaleY(0) scaleX(.2);
    top: 100%;
    transform-origin: left top;

    box-shadow: 0 39px 97px 0 rgba(175, 175, 175, 0.25);
    border: solid 1px #f4f4f4;
  }

  .dropdown-menu li {
    position: relative;
  }
}

.navigation li li .caret {
  position: absolute;
  top: 19px;
  right: 10px;
}

.navigation li:hover > a .caret {
  transform: rotate(-90deg);
}

.module-menu {
  .dropdown-menu .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    transform: scaleY(0) scaleX(.2);
    transform-origin: left top;
    top: 0;
    left: 100%;
  }

  .show > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) scaleX(1);
  }

  .dropdown-menu > li > a:focus {
    background-color: transparent;
  }
}*/
.slider-wrapper .swiper-slide {
  border-radius: 7px;
  overflow: hidden;
}
.slider-wrapper .swiper-slide > img {
  width: 100%;
}
@media (min-width: 741px) {
  .swiper-slide {
    opacity: .2;
  }
  .swiper-slide-prev,
  .swiper-slide-next {
    opacity: 0.7;
  }
}
.swiper-slide-active {
  opacity: 1;
}
.material-icons,
.fa {
  position: relative;
  display: inline-block;
}
.info-block .particles {
  vertical-align: middle;
}
/* /Mobilemenu */
/**
 * Simple fade transition for Magnific Pop Up
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
footer a {
  transition: color .3s;
  text-decoration: none;
}
ul.socials li a {
  transition: all .3s;
}
/* *******************************************
 ************** Product Slider ************** *
 ******************************************* */
.product-slider-holder {
  min-height: 100px;
  padding: 0;
  padding-bottom: 30px;
}
.product-slider-holder .slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.product-slider-holder .flexbox-container {
  align-items: center;
  justify-content: center;
}
.product-slider-holder .left-side {
  text-align: left;
}
.product-slider-holder .product-slider .slide {
  padding: 70px 100px 30px 100px;
}
.product-slider-holder h1,
.product-slider-holder h2,
.product-slider-holder h3,
.product-slider-holder h4,
.product-slider-holder h5,
.product-slider-holder h6 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 50px;
  color: #212121;
}
.product-slider-holder p,
.product-slider-holder span {
  font-size: 16px;
  line-height: 1.5;
  color: #212121;
  font-weight: 300;
}
.product-slider-holder p {
  margin-bottom: 10px;
}
.product-slider-holder .btn {
  min-width: 150px;
}
.product-slider-holder .img-holder img {
  margin: 0 auto;
  max-height: 400px;
  max-width: 100%;
}
.product-slider .slick-arrow {
  position: absolute;
  z-index: 4;
  font-size: 0;
  border: 0;
  background: none;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.product-slider .slick-arrow:before {
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  color: #212121;
  display: block;
  font-size: 32px;
  line-height: 1;
  padding: 5px 20px;
}
.product-slider .slick-next {
  right: 0;
  width: auto;
  transition: all .5s ease;
  overflow: hidden;
}
.product-slider .slick-next:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #212121;
  transform: translateX(100%);
  transition: all .5s ease;
  z-index: -1;
}
.product-slider .slick-next:hover:after,
.product-slider .slick-next:focus:after {
  right: auto;
  left: 0;
  transform: translateX(0%);
  transition: all .5s ease;
}
.product-slider .slick-next:before {
  content: '\f054';
}
.product-slider .slick-prev {
  left: 0;
  width: auto;
  transition: all .5s ease;
  overflow: hidden;
}
.product-slider .slick-prev:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #212121;
  transform: translateX(-100%);
  transition: all .5s ease;
  z-index: -1;
}
.product-slider .slick-prev:hover:after,
.product-slider .slick-prev:focus:after {
  right: auto;
  left: 0;
  transform: translateX(0%);
  transition: all .5s ease;
}
.product-slider .slick-prev:before {
  content: '\f053';
}
.product-slider .slick-dots {
  text-align: center;
  margin: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.product-slider .slick-dots li {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 0px;
  margin: 0 5px;
  align-items: center;
  justify-content: center;
}
.product-slider .slick-dots li button {
  border: 0;
  height: 15px;
  width: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: transparent;
  padding: 3px;
  border: 2px solid #212121;
}
.product-slider .slick-dots li button:before {
  display: none;
}
.product-slider .slick-dots li.slick-active button {
  background: #212121;
}
@media screen and (max-width: 1366px) {
  .product-slider .slick-dots {
    margin: 30px 0;
  }
}
@media screen and (max-width: 1199px) {
  .product-slider-holder .img-holder {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .product-slider-holder h1,
  .product-slider-holder h2,
  .product-slider-holder h3,
  .product-slider-holder h4,
  .product-slider-holder h5,
  .product-slider-holder h6 {
    text-align: center;
    font-size: 30px;
  }
  .product-slider-holder p {
    text-align: center;
  }
  .product-slider-holder .flexbox-container {
    flex-direction: column-reverse;
  }
  .product-slider .slide .img-holder {
    max-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .product-slider-holder h1,
  .product-slider-holder h2,
  .product-slider-holder h3,
  .product-slider-holder h4,
  .product-slider-holder h5,
  .product-slider-holder h6 {
    text-align: center;
    font-size: 26px;
  }
  .product-slider-holder .product-slider .slide {
    padding: 70px 10px 30px 10px;
  }
  .product-slider .slick-arrow {
    display: none;
  }
}
a.dropdown-toggle::after {
  float: right;
  display: block;
  margin-top: 8px;
}
.js-red-text {
  color: #0044de;
}
.module-categories-template-default .nav-list li {
  width: 100%;
  display: block;
  margin-top: 25px;
}
.module-categories-template-default .nav-list li span.dot {
  height: 16px;
  display: inline-block;
  position: relative;
  margin-right: 20px;
  background: #0044de;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  padding: 5px;
}
.module-categories-template-default .nav-list li span.dot:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #0044de;
  position: absolute;
  right: -8px;
  top: 0;
}
.module-categories-template-default .nav-list li a {
  display: block;
  color: #f4f4f4;
  font-size: 18px;
  text-decoration: none;
  position: relative;
}
.module-categories-template-default .nav-list li a span:not(.dot) {
  position: relative;
}
.module-categories-template-default .nav-list li a span:not(.dot):after {
  content: '';
  display: none;
  width: 100%;
  position: absolute;
  height: 2px;
  background: #0044de;
  left: 0;
  bottom: -3px;
}
.module-categories-template-default .nav-list li a:hover span:not(.dot):after {
  display: block;
}
.sidebar__widget {
  margin-bottom: 30px;
}
.sidebar__widget h6 {
  color: #212121;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.sidebar__widget hr {
  margin-top: 5px;
  margin-bottom: 1rem;
  border-top: 2px solid #dddddd;
}
.sidebar__widget .sidebar-search .mw-search-default-btn-holder {
  width: 40px;
}
.sidebar__widget .sidebar-search .search-field {
  background: #ebebeb;
  border-radius: 20px;
  overflow: hidden;
}
.sidebar__widget .sidebar-search .search-field input,
.sidebar__widget .sidebar-search .search-field button {
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.sidebar__widget .sidebar-search .search-field input {
  padding: 0px 10px 2px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #212121;
}
.sidebar__widget .sidebar-search .search-field button {
  padding: 0 5px;
}
.sidebar__widget .sidebar-search .search-field button:before {
  display: inline-block;
  content: '\f002';
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  font-size: 16px;
  color: #212121;
}
.tags {
  margin-bottom: 20px;
}
.tags:after {
  clear: both;
  display: block;
  content: '';
}
.tags a {
  border: 2px solid #ddd;
  color: #212121;
  font-size: 0.857rem;
  padding: 8px 15px;
  text-decoration: none;
  float: left;
  display: block;
  margin-bottom: 10px;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.tags a:hover {
  border: 2px solid #bfbfbf;
  color: #212121;
}
/* Small Cart Modal */
.member-nav {
  /* Start of .checkout-modal */
  /* End of .checkout-modal */
  /*Small Checkout*/
}
.member-nav .checkout-modal .checkout-modal-header {
  padding: 0rem;
  padding-bottom: 0;
}
.member-nav .checkout-modal .step-button {
  text-align: center;
}
.member-nav .checkout-modal .js-red-text {
  color: #dc3545;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.member-nav .checkout-modal .js-green-text {
  color: #28a745;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.member-nav .checkout-modal .step-button.muted a {
  opacity: 0.4;
}
.member-nav .checkout-modal .step-button a {
  padding: 1.6rem 1rem;
}
.member-nav .checkout-modal .step-button .js-show-step i {
  color: #212121;
}
.member-nav .checkout-modal .step-button .js-show-step span {
  color: #212121;
  font-size: 0.9rem;
}
.member-nav .checkout-modal .step-button .js-show-step.active {
  background: #212121;
}
.member-nav .checkout-modal .step-button .js-show-step.active span,
.member-nav .checkout-modal .step-button .js-show-step.active i {
  color: #f4f4f4;
}
.member-nav .checkout-modal .js-step-content {
  display: none;
}
.member-nav .checkout-modal .checkout-modal-products-wrapper .checkout-modal-product-list-item {
  padding: 0.75rem 0;
  position: relative;
}
.member-nav .checkout-modal .checkout-modal-products-wrapper .checkout-modal-product-list-item:after {
  height: 1px;
  background-color: #ffffff;
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 16px);
}
.member-nav .checkout-modal .checkout-modal-products-wrapper .checkout-modal-product-list-item:hover {
  background: #f4f4f4;
}
.member-nav .checkout-modal .checkout-modal-product-list-item-action a {
  color: #212121;
  opacity: 1;
  display: inline-block;
  line-height: 1;
}
.member-nav .checkout-modal .checkout-modal-product-list-item-qty select {
  margin-top: 2rem;
}
.member-nav .checkout-modal .checkout-modal-product-list-item-action .tooltip {
  margin-top: 5px;
}
.member-nav .checkout-modal .checkout-modal-list-item-cell {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.9rem;
}
.member-nav .checkout-modal .checkout-modal-product-list-item-title,
.member-nav .checkout-modal .checkout-modal-product-list-item-title > * {
  /*    white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;*/
}
.member-nav .item-title a {
  color: #212121 !important;
}
.member-nav .checkout-modal .checkout-modal-amount-holder .checkout-modal-promocode-holder,
.member-nav .checkout-modal .checkout-modal-amount-holder .checkout-modal-total-holder {
  padding-top: 2.5rem;
  align-items: flex-start;
  align-content: flex-start;
}
.member-nav .checkout-modal .checkout-modal-amount-holder .checkout-modal-promocode-holder .form-control {
  font-style: italic;
}
.member-nav .checkout-modal .checkout-modal-amount-holder .checkout-modal-promocode-holder p,
.member-nav .checkout-modal .checkout-modal-amount-holder .checkout-modal-total-holder p {
  margin-bottom: 1rem;
}
.member-nav .checkout-modal .checkout-modal-total-price {
  font-weight: bold;
}
.member-nav .checkout-modal .js-step-content .row .field-holder,
.member-nav .checkout-modal .js-step-content .form-row .field-holder {
  margin-bottom: 1rem;
}
.member-nav .checkout-modal .js-step-content .row .field-holder .bootstrap-select,
.member-nav .checkout-modal .js-step-content .form-row .field-holder .bootstrap-select,
.member-nav .checkout-modal .js-step-content .row .field-holder .form-control,
.member-nav .checkout-modal .js-step-content .form-row .field-holder .form-control {
  width: 100% !important;
}
.member-nav .checkout-modal .js-step-content .row .field-holder .form-control.input-md,
.member-nav .checkout-modal .js-step-content .form-row .field-holder .form-control.input-md {
  padding-right: 2rem !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.member-nav .checkout-modal .checkout-modal-list-item-cell .form-control {
  max-width: 90px;
}
.member-nav .checkout-modal .js-step-content .row:after,
.member-nav .checkout-modal .js-step-content .form-row:after {
  display: block;
  clear: both;
  content: '';
}
.member-nav .checkout-modal .mw-ui-check input[type=checkbox] + span:after {
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  top: 1px !important;
}
@media screen and (max-width: 991px) {
  .member-nav .checkout-modal .checkout-modal-header {
    padding: 0rem;
    padding-bottom: 0;
  }
  .member-nav .checkout-modal .modal-body {
    padding: 2.5rem 1.5rem;
    padding-top: 1rem;
  }
  .member-nav .checkout-modal .step-button .js-show-step span {
    font-size: .8rem;
  }
  .member-nav .checkout-modal .checkout-modal-amount-holder .checkout-modal-promocode-holder,
  .member-nav .checkout-modal .checkout-modal-amount-holder .checkout-modal-total-holder {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .member-nav .checkout-modal .checkout-modal-products-wrapper .row,
  .member-nav .checkout-modal .checkout-modal-products-wrapper .form-row {
    align-content: flex-start;
  }
  .member-nav .checkout-modal .checkout-modal-list-item-cell .form-control {
    margin: .75rem 0;
  }
  .member-nav .checkout-modal .checkout-modal-product-list-item-action {
    align-items: flex-start;
    padding-top: .5rem;
  }
  .member-nav .checkout-modal .step-button a {
    padding: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .member-nav .checkout-modal .checkout-modal-header {
    padding: 0rem;
    padding-bottom: 0;
  }
  .member-nav .checkout-modal .modal-body {
    padding: 2.5rem 1rem;
    padding-top: 1.5rem;
  }
  .member-nav .checkout-modal .step-button .js-show-step span {
    font-size: .7rem;
  }
}
@media screen and (max-width: 400px) {
  .member-nav .checkout-modal .step-button a {
    padding: 1rem .5rem;
  }
  .member-nav .coupon-col,
  .member-nav .coupon-btn-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .member-nav .coupon-btn-col {
    margin-top: .5rem;
  }
}
.member-nav .dropdown-menu.shopping-cart {
  background-color: #f4f4f4;
  padding: 0;
  border: 1px solid #ffffff;
  min-width: 25rem;
}
.member-nav .dropdown-menu.shopping-cart:before {
  display: none;
}
.member-nav .dropdown-menu.shopping-cart .products,
.member-nav .dropdown-menu.shopping-cart .products-amount {
  padding: 1.7rem;
}
.member-nav .dropdown-menu.shopping-cart .products {
  padding-bottom: 0;
  overflow: auto;
  max-height: 400px;
}
.member-nav .dropdown-menu.shopping-cart .product-item {
  padding: 0.7rem 0;
  font-size: .9rem;
  border-bottom: 1px solid #ffffff;
}
.member-nav .dropdown-menu.shopping-cart a i {
  color: #212121;
  font-size: 1.2rem;
}
@media screen and (min-width: 576px) {
  .member-nav .dropdown-menu.shopping-cart {
    min-width: 25rem;
  }
}
@media screen and (max-width: 575px) {
  .member-nav .dropdown-menu.shopping-cart {
    min-width: 25rem;
  }
  .member-nav .dropdown-menu.shopping-cart .total {
    margin-bottom: 1rem;
  }
}
/* Elements */
.new-world-news .post-holder {
  margin: 20px auto;
  padding: 10px;
}
.new-world-news .thumbnail-holder {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.new-world-news .thumbnail-holder .thumbnail {
  width: 100%;
  height: 285px;
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  transition: transform .2s;
  /* Animation */
}
.new-world-news .thumbnail-holder .thumbnail img {
  width: 100%;
  position: relative;
  max-height: 100%;
  height: 285px;
}
.new-world-news .thumbnail-holder:hover .thumbnail {
  transform: scale(1.1);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.new-world-news small {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #979aa6;
  margin: 10px 0;
  display: block;
}
.new-world-news p {
  line-height: 1.75;
}
.new-world-news .tags {
  left: 0px;
  position: absolute;
  z-index: 9;
  top: 20px;
}
.new-world-news .tags .badge {
  height: 26px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  background: #0044de;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  padding: 5px 10px;
}
.new-world-news .tags .badge:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 8px solid #0044de;
  position: absolute;
  right: -8px;
  top: 0;
}
.new-world-news a:hover {
  text-decoration: none;
}
.new-world-news a h3:hover {
  color: #9d853d !important;
  text-decoration: underline;
}
.new-world-news .post-big .thumbnail {
  padding: 40px;
  min-height: 540px;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .new-world-news .post-big .thumbnail {
    min-height: 390px;
  }
}
.new-world-news .post-big h2,
.new-world-news .post-big h3 {
  margin-bottom: 10px;
  color: #ffffff;
}
.new-world-news .post-big p {
  color: #ffffff;
  margin-bottom: 10px;
}
.new-world-news .post-big small {
  color: #ffffff;
}
.new-world-news .post-big .button-5 span {
  padding: 0 10px;
}
.new-world-news-1 .post-holder {
  margin: 20px auto;
}
.new-world-news-1 .thumbnail {
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
  width: 100%;
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  -webkit-background-size: cover;
}
.new-world-news-1 small {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #979aa6;
  margin: 10px 0;
  display: block;
}
.new-world-news-1 p {
  line-height: 1.75;
}
.new-world-news-1 .tags {
  left: -10px;
  position: absolute;
  z-index: 9;
  top: 20px;
}
.new-world-news-1 .tags .badge {
  height: 26px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  background: #0044de;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  padding: 5px 10px;
}
.new-world-news-1 .tags .badge:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 8px solid #0044de;
  position: absolute;
  right: -8px;
  top: 0;
}
.new-world-news-1 a:hover {
  text-decoration: none;
}
.new-world-news-1 .post-big small {
  font-size: 16px;
}
.new-world-news-2 .post-holder {
  margin: 20px auto;
}
.new-world-news-2 .thumbnail {
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
  width: 100%;
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  -webkit-background-size: cover;
}
.new-world-news-2 small {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #979aa6;
  margin: 10px 0;
  display: block;
}
.new-world-news-2 p {
  line-height: 1.75;
}
.new-world-news-2 .tags {
  left: -10px;
  position: absolute;
  z-index: 9;
  top: 20px;
}
.new-world-news-2 .tags .badge {
  height: 26px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  background: #0044de;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  padding: 5px 10px;
}
.new-world-news-2 .tags .badge:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 8px solid #0044de;
  position: absolute;
  right: -8px;
  top: 0;
}
.new-world-news-2 a:hover {
  text-decoration: none;
}
.new-world-news-2 .post-big .thumbnail {
  padding: 40px;
  height: 390px;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .new-world-news-2 .post-big .thumbnail {
    min-height: 390px;
  }
}
.new-world-news-2 .post-big h2,
.new-world-news-2 .post-big h3 {
  margin-bottom: 10px;
  color: #ffffff;
}
.new-world-news-2 .post-big p {
  color: #ffffff;
  margin-bottom: 10px;
}
.new-world-news-2 .post-big small {
  color: #ffffff;
}
.new-world-news-2 .post-big .button-5 span {
  padding: 0 10px;
}
.new-world-news-3 .post-holder {
  margin: 15px auto;
}
.new-world-news-3 .thumbnail {
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
  width: 100%;
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  -webkit-background-size: cover;
}
.new-world-news-3 small {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #979aa6;
  margin: 10px 0;
  display: block;
}
.new-world-news-3 p {
  line-height: 1.75;
}
.new-world-news-3 .tags {
  left: -10px;
  position: absolute;
  z-index: 9;
  top: 20px;
}
.new-world-news-3 .tags .badge {
  height: 26px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  background: #0044de;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  padding: 5px 10px;
}
.new-world-news-3 .tags .badge:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 8px solid #0044de;
  position: absolute;
  right: -8px;
  top: 0;
}
.new-world-news-3 a:hover {
  text-decoration: none;
}
.new-world-news-3 .post-big .thumbnail {
  padding: 40px;
  height: 390px;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .new-world-news-3 .post-big .thumbnail {
    min-height: 390px;
  }
}
.new-world-news-3 .post-big.high .thumbnail {
  height: 643px;
}
.new-world-news-3 .post-big h2,
.new-world-news-3 .post-big h3 {
  margin-bottom: 10px;
  color: #ffffff;
}
.new-world-news-3 .post-big p {
  color: #ffffff;
  margin-bottom: 10px;
}
.new-world-news-3 .post-big small {
  color: #ffffff;
}
.new-world-news-3 .post-big .button-5 span {
  padding: 0 10px;
}
.mw-instagram-feeds {
  margin: 0 -5px;
}
.mw-instagram-feeds .feed-photo {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.mw-instagram-feeds .feed-photo:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.mw-instagram-feeds .feed-photo a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  position: relative;
}
.mw-instagram-feeds .feed-photo .background-holder {
  height: 100%;
  width: 100%;
  background-size: cover;
  position: absolute;
  overflow: hidden;
}
.mw-instagram-feeds .feed-photo .info-holder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  display: flex;
  background: rgba(33, 33, 33, 0.8);
  height: 100%;
  color: #f4f4f4;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
.mw-instagram-feeds .feed-photo .info-holder p {
  color: #f4f4f4;
}
.mw-instagram-feeds .feed-photo .info-holder .counts {
  width: 100%;
  margin-top: 15px;
}
.mw-instagram-feeds .feed-photo .info-holder .counts span {
  margin: 0 7px;
  font-size: 12px;
}
.mw-instagram-feeds .feed-photo .info-holder .counts span i {
  margin-right: 3px;
}
.mw-instagram-feeds .feed-photo .info-holder .counts span i.fa-heart {
  color: red;
}
.mw-instagram-feeds .feed-photo:hover .info-holder {
  opacity: 1;
}
.partners .partner {
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.border-top-bottom {
  border-top: solid 2px rgba(179, 183, 197, 0.5);
  border-bottom: solid 2px rgba(179, 183, 197, 0.5);
}
.posts-tags .badge {
  height: 26px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  background: #0044de;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.posts-tags .badge:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 8px solid #0044de;
  position: absolute;
  right: -8px;
  top: 0;
}
.stamped-img {
  /*
    width: 116px;
    height: 116px;
    min-width: 116px;
    min-height: 116px;*/
  padding-top: 102%;
  width: 100%;
  float: left;
  margin-right: 20px;
  position: relative;
}
.stamped-img img {
  width: 100%;
  max-width: max-content;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  border: 0;
  height: 98%;
}
.stamped-img:before {
  z-index: 2;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url('../img/shape.svg');
  -webkit-background-size: contain;
  background-size: contain;
}
.icons-with-label {
  margin: 10px 0;
}
.icons-with-label span {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.23px;
  color: #212121;
  margin-right: 20px;
  display: inline-block;
}
.icons-with-label span i {
  font-size: 24px;
  line-height: 18px;
  color: #0044de;
  float: left;
  margin-right: 7px;
}
.prev-next-post {
  padding: 30px;
  background: url('../img/prev_next.jpg');
  background-size: cover;
  background-position: center center;
  min-height: 212px;
}
.prev-next-post a {
  text-decoration: none !important;
}
.prev-next-post h4,
.prev-next-post p {
  color: #f4f4f4 !important;
}
.prev-next-post .link {
  padding: 0 50px;
}
.prev-next-post .link a {
  font-size: 36px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.35px;
  color: #f4f4f4;
  text-decoration: none;
}
.prev-next-post .link a i {
  color: #0044de;
  font-size: 16px;
}
.prev-next-post .link.left-side {
  text-align: right;
}
.prev-next-post .link.left-side i {
  margin-right: 10px;
}
.prev-next-post .link.right-side {
  text-align: left;
}
.prev-next-post .link.right-side i {
  margin-left: 10px;
}
.prev-next-post img {
  float: left;
  margin-right: 20px;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.h3-icon i {
  font-size: 38px;
  float: left;
  margin-top: -3px;
  margin-right: 10px;
  color: #0044de;
}
@media screen and (max-width: 1199px) {
  .h3-icon i {
    margin-top: -8px;
  }
}
.h4-icon i {
  font-size: 38px;
  float: left;
  margin-top: -3px;
  margin-right: 10px;
  color: #0044de;
}
@media screen and (max-width: 1199px) {
  .h4-icon i {
    margin-top: -8px;
  }
}
.mwembed {
  height: auto !important;
}
.vimeo-bg-wrapper,
.vimeo-bg-wrapper .mwembed,
.vimeo-bg-wrapper .mwembed > div,
.vimeo-bg-wrapper .module-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.vimeo-bg-wrapper iframe,
.vimeo-bg-wrapper video {
  object-fit: cover;
}
.vimeo-bg-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
}
.popup-vimeo {
  overflow: hidden;
}
.popup-vimeo a {
  width: 85px;
  height: 85px;
  border-radius: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.play-btn {
  width: 65px;
  height: 65px;
  background-color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.play-btn i {
  float: none;
  margin: 0 auto;
}
.blog-stamp {
  z-index: 11;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -340px;
}
.blog-stamp blockquote {
  font-size: 16px;
  line-height: 1.75;
}
.blog-stamp blockquote:before {
  font-size: 30px;
  margin-bottom: 5px;
}
.blog-inner-2 .posts-tags {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .blog-inner-2 .posts-tags {
    text-align: center;
  }
}
.blog-inner-2 .socials.labels.center {
  margin-bottom: 20px;
  text-align: left !important;
}
.blog-inner-2 .socials.labels.center li {
  margin: 0 5px 0 0;
}
.post-image-slider .slider > div {
  height: 70vh;
  max-height: 500px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.post-image-slider .bx-wrapper {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.post-image-slider .bx-wrapper .bx-next {
  right: -21.5px;
}
.post-image-slider .bx-wrapper .bx-prev {
  left: -21.5px;
}
.post-image-slider .bx-wrapper .bx-next,
.post-image-slider .bx-wrapper .bx-prev {
  width: 43px;
  height: 43px;
  background: #0044de;
  font-size: 0px;
  text-indent: 0;
  padding: 14px 0px;
  line-height: 1;
  text-align: center;
}
.post-image-slider .bx-wrapper .bx-next:hover,
.post-image-slider .bx-wrapper .bx-prev:hover {
  text-decoration: none !important;
}
.post-image-slider .bx-controls-direction a.bx-prev:before,
.post-image-slider .bx-controls-direction a.bx-next:before {
  font-family: "Font Awesome 5 Free";
  color: #f4f4f4;
  display: block;
  font-weight: 900;
  font-size: 14px;
}
.post-image-slider .bx-controls-direction a.bx-prev:before {
  content: "\f060";
  margin-left: -3px;
}
.post-image-slider .bx-controls-direction a.bx-next:before {
  content: "\f061";
  margin-right: -3px;
}
.post-image-slider img {
  width: 100%;
}
.post-image-slider .bx-pager-link {
  width: 6px !important;
  height: 6px !important;
  opacity: 0.5 !important;
  background-color: #f4f4f4 !important;
}
.post-image-slider .bx-pager-link.active {
  opacity: 1 !important;
}
.post-image-slider .bx-pager-item {
  margin: 0 3px;
}
.post-image-slider .bx-wrapper .bx-pager {
  bottom: 25px;
}
.home-slider h1,
.home-slider h2,
.home-slider h3,
.home-slider h4,
.home-slider h5,
.home-slider h6,
.home-slider p {
  color: #ffffff;
}
.home-slider p {
  font-size: 24px;
}
.home-slider .slide .img-holder {
  align-items: center;
  justify-content: center;
  display: flex;
  background-size: cover;
  background-position: center center;
  min-height: 750px;
  max-height: 100vh;
}
.home-slider .slide .img-holder:before {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(33, 33, 33, 0.2);
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-slider .slide .info-holder {
  z-index: 2;
}
.home-slider .slide .img-holder.right {
  align-items: center;
  justify-content: flex-end;
}
.home-slider .slide .img-holder.left {
  align-items: center;
  justify-content: flex-start;
}
.home-slider .bx-wrapper {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
.home-slider .bx-wrapper .bx-controls-direction {
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
}
.home-slider .bx-wrapper .bx-controls-direction a {
  background: none;
  font-size: 0;
  text-indent: 0 !important;
  text-decoration: none !important;
}
.home-slider .bx-wrapper .bx-controls-direction a:before {
  font-family: FontAwesome;
  color: #ffffff;
  display: block;
  font-size: 20px;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
}
.home-slider .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0%;
}
.home-slider .bx-wrapper .bx-controls-direction a.bx-next:before {
  content: '\f054';
}
.home-slider .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0%;
  text-align: right;
}
.home-slider .bx-wrapper .bx-controls-direction a.bx-prev:before {
  content: '\f053';
}
.home-slider .bx-wrapper .bx-pager {
  bottom: 30px;
}
.home-slider .bx-wrapper .bx-pager.bx-default-pager a {
  border: 0 !important;
  height: 14px !important;
  width: 14px !important;
  -webkit-border-radius: 14px !important;
  -moz-border-radius: 14px !important;
  border-radius: 14px !important;
  background: #ffffff !important;
}
.home-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0044de !important;
}
.icons-slider h1,
.icons-slider h2,
.icons-slider h3,
.icons-slider h4,
.icons-slider h5,
.icons-slider h6,
.icons-slider p {
  color: #f4f4f4;
}
.icons-slider p {
  font-size: 24px;
}
.icons-slider .slide .img-holder {
  align-items: center;
  justify-content: center;
  display: flex;
  background-size: cover;
  background-position: center center;
  height: 750px;
  max-height: calc(100vh - 170px);
}
.icons-slider .slide .img-holder.right {
  align-items: center;
  justify-content: flex-end;
}
.icons-slider .slide .img-holder.left {
  align-items: center;
  justify-content: flex-start;
}
.icons-slider .bx-wrapper {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
.icons-slider .bx-wrapper .bx-controls-direction a {
  background: none;
  font-size: 0;
  text-indent: 0 !important;
  text-decoration: none !important;
}
.icons-slider .bx-wrapper .bx-controls-direction a:before {
  font-family: FontAwesome;
  color: #f4f4f4;
  display: block;
  font-size: 30px;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
}
.icons-slider .bx-wrapper .bx-controls-direction a.bx-next {
  right: 5%;
}
.icons-slider .bx-wrapper .bx-controls-direction a.bx-next:before {
  content: '\f054';
}
.icons-slider .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 5%;
}
.icons-slider .bx-wrapper .bx-controls-direction a.bx-prev:before {
  content: '\f053';
}
.icons-slider .bx-wrapper .bx-pager {
  bottom: 30px;
}
.icons-slider .bx-wrapper .bx-pager.bx-default-pager a {
  border: 0 !important;
  height: 14px !important;
  width: 14px !important;
  -webkit-border-radius: 14px !important;
  -moz-border-radius: 14px !important;
  border-radius: 14px !important;
  background: #ffffff !important;
}
.icons-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0044de !important;
}
.icons-pager {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .icons-pager {
    margin-bottom: 20px;
  }
}
.icons-pager .icon-holder {
  margin: 0 25px;
  text-decoration: none;
  display: inline-block;
  font-size: 50px;
  color: #212121;
  background: #ececec;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #ececec;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
@media screen and (max-width: 767px) {
  .icons-pager .icon-holder {
    font-size: 40px;
    margin: 0 10px;
    width: 70px;
    height: 70px;
  }
}
.icons-pager .icon-holder div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.icons-pager .icon-holder.active {
  background: #ffffff;
  border: 1px solid #bfbfbf;
}
.square {
  position: relative;
  width: 100%;
}
.square .content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
}
.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.slick-dots {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .slick-dots {
    margin-top: 30px;
  }
  .slick-dots .slide.slick-center {
    margin-top: 0px;
  }
}
.slick-dots li {
  display: inline-block;
  font-size: 0px;
  margin: 0 5px;
}
.slick-dots li button {
  border: 0;
  height: 11px;
  width: 11px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  background: #c2c2c2;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background: #0044de;
  height: 16px;
  width: 16px;
}
.footer-newsletter {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.footer-newsletter input,
.footer-newsletter button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.twitter-feed-skin-1 {
  font-size: 18px;
  color: #f4f4f4;
}
.twitter-feed-skin-1 a {
  color: #f4f4f4;
}
.twitter-feed-skin-1 p {
  line-height: 1.35;
}
.twitter-feed-skin-1 h4 {
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.twitter-feed-skin-1 i {
  font-size: 30px;
  margin-bottom: 30px;
}
.breadcrumb {
  background-color: transparent;
  justify-content: center;
}
.breadcrumb a {
  color: #0044de;
  font-size: 16px;
  font-weight: bold;
}
.small-cta {
  background: #0044de;
  text-align: center;
  padding: 30px 70px;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
.small-cta h1,
.small-cta h2,
.small-cta h3,
.small-cta h4,
.small-cta h5,
.small-cta h6,
.small-cta p,
.small-cta * {
  color: #f4f4f4;
}
.small-cta .icon-holder {
  position: absolute;
  opacity: 0.5;
  left: 25px;
}
.small-cta .icon-holder i {
  font-size: 50px;
}
.product-custom-fields-holder {
  position: relative;
  margin: 0;
}
.product-custom-fields-holder .row,
.product-custom-fields-holder div[class*='col-'] {
  position: static;
}
.product-custom-fields-holder .control-label,
.product-custom-fields-holder .form-check-label {
  left: 0;
  position: absolute;
  margin-top: 10px;
}
.product-custom-fields-holder .custom-control {
  margin-left: 0px !important;
  margin-right: 20px;
  display: inline-block;
}
.starrr {
  margin-bottom: 30px;
}
.starrr .mw-icon-web-star {
  color: #ececec;
  font-size: 16px;
  margin: 0 3px;
}
.starrr .mw-icon-web-star:before {
  content: "\f005";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
}
.starrr .mw-icon-web-star.active {
  color: #0044de;
}
.product-info-content .availability {
  display: inline-block;
}
.product-info-content .availability i {
  display: inline-block;
  margin-right: 5px;
}
.module-categories-template-horizontal-list-1 ul.mw-cats-menu {
  text-align: left;
}
.module-categories-template-horizontal-list-1 ul.mw-cats-menu li {
  display: block !important;
}
.module-categories-template-horizontal-list-1 ul.mw-cats-menu li a {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 10px;
  color: #212121;
}
.module-categories-template-horizontal-list-1 ul.mw-cats-menu li a:hover {
  color: #0044de;
}
.module-categories-template-horizontal-list-1 ul.mw-cats-menu li a:before {
  display: inline-block;
  content: '\f054';
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  margin-right: 13px;
  font-size: 12px;
  color: #b9b9b9;
}
.shop-tags a {
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  margin: 0 5px 15px 0;
  display: inline-block;
}
.shop-tags a:hover {
  color: #0044de;
}
.module-categories-template-horizontal-list-1 ul.mw-cats-menu > li > ul {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  background: transparent;
}
.module-categories-template-horizontal-list-1 ul.mw-cats-menu > li:hover > ul {
  padding: 0;
}
.module-custom-fields textarea[name="Message"] {
  min-height: 200px;
}
.faq-holder.styled .item {
  width: 100%;
}
.module-multilanguage .mw-dropdown-default .mw-ui-btn {
  background: #0044de;
  border-color: #0044de;
}
.module-multilanguage .mw-dropdown-default .mw-ui-btn .flag-icon {
  margin-right: 10px;
  font-size: 13px;
}
.module-multilanguage .flag-icon {
  margin-right: 10px;
}
.modal-content .table th {
  background: none;
  color: black;
}
.modal-content .btn-lg {
  min-width: auto;
}
.not_found_text h1 {
  color: #0044de;
}
.not_found_img img {
  width: 70%;
}
@media only screen and (max-width: 415px) {
  .name-of-product-shop {
    display: none!important;
  }
}
@media only screen and (min-width: 700px) {
  .name-of-product-shop {
    display: none!important;
  }
}
@media only screen and (min-width: 1460px) {
  .name-of-product-shop {
    display: flex!important;
  }
}

.checkout-v2-remove-icon a i {
  color: #9d853d !important;
}

.checkout-v2-remove-icon a:hover{
  color: #9d853d !important;
}

.modal-content .btn-primary {
  color: #fff;
  background-color: #c5a84d !important;
  border-color: #c5a84d !important;
}

.modal-content .btn-primary:hover {
  background-color: #9d853d !important;

}

.tooltip-homepage {
    opacity: 1 !important; 
    position: relative !important;
    /* z-index: 10000 !important; */
}



.tooltip-1 {
  z-index: 1150 !important;
}

.tooltip-2 {
  z-index: 1100 !important;
}

.tooltip-3 {
  z-index: 1000 !important;
}

.tooltip-4 {
  z-index: 950 !important;
}

.tooltip-5 {
  z-index: 800 !important;
}

.tooltip-6 {
  z-index: 700 !important;
}