

******************************/
/*=== Media Query ===*/
/*=== MEDIA QUERY with max width===*/
/* Media Queries in Variable */
/*=== Variables ===*/
/*=== Mixins ===*/
/*>>>>>>>> Fonts <<<<<<<<<*/
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900");
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*>>>>>>>> Reset <<<<<<<<<*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  color: #555555;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

.site-wrapper {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  padding: 0;
  line-height: 1.1;
}

a,
span {
  display: inline-block;
}

a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
  color: inherit;
}

a:focus {
  outline: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a:hover {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

p {
  line-height: 20px;
}

.btn:focus,
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
}

button {
  cursor: pointer;
  background: transparent;
  border: none;
}

button:focus {
  outline: none;
}

.icon i {
  font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

.card {
  border: none;
  border-radius: 0;
}

.form-group {
  margin-bottom: 1rem;
}

label {
  margin-bottom: .5rem;
}

/* Slick Slider Resets */
.slick-slide:focus {
  outline: none;
}

.slick-slide:focus a:focus {
  outline: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* Addition media query */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: calc(var(--bs-gutter-x) * .625);
    padding-left: calc(var(--bs-gutter-x) * .625);
  }

  .row {
    --bs-gutter-x: 30px;
  }
}

/* No gutters */
@media (min-width: 992px) {

  .no-gutters-lg>.col,
  .no-gutters-lg>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {

  .no-gutters-lg>.col,
  .no-gutters-lg>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1500px) {

  .no-gutters-lg>.col,
  .no-gutters-lg>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

/*List Vewing Toolbar*/
.shop-product-wrap.list [class*="col"] {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  max-width: 100%;
}

.nice-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
}

#scrollUp {
  bottom: 80px;
  right: 10px;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #ebebeb;
  color: #292929;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-weight: 600;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9;
  font-size: 12px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

@media (min-width: 768px) {
  #scrollUp {
    right: -40px;
    padding: 10px 20px 10px 10px;
  }
}

#scrollUp span {
  margin-right: 15px;
  display: none;
}

@media (min-width: 768px) {
  #scrollUp span {
    display: inline-block;
  }
}

#scrollUp:hover {
  color: #fff;
  background: #ff515c;
  border-color: #ff4636;
}

/*>>>>>>>> Common <<<<<<<<<*/
/*=====================================*/
/*-- :::: Space Decrease :::: --*/
/*=====================================*/
.space-db--0 {
  margin-bottom: 0px;
}

.space-db--5 {
  margin-bottom: -5px;
}

.space-db--10 {
  margin-bottom: -10px;
}

.space-db--15 {
  margin-bottom: -15px;
}

.space-db--20 {
  margin-bottom: -20px;
}

.space-db--25 {
  margin-bottom: -25px;
}

.space-db--30 {
  margin-bottom: -30px;
}

.space-db--35 {
  margin-bottom: -35px;
}

.space-db--40 {
  margin-bottom: -40px;
}

.space-db--45 {
  margin-bottom: -45px;
}

.space-db--50 {
  margin-bottom: -50px;
}

.space-db--55 {
  margin-bottom: -55px;
}

.space-db--60 {
  margin-bottom: -60px;
}

.space-db--65 {
  margin-bottom: -65px;
}

.space-db--70 {
  margin-bottom: -70px;
}

.space-db--75 {
  margin-bottom: -75px;
}

.space-db--80 {
  margin-bottom: -80px;
}

.space-db--85 {
  margin-bottom: -85px;
}

.space-db--90 {
  margin-bottom: -90px;
}

.space-db--95 {
  margin-bottom: -95px;
}

.space-db--100 {
  margin-bottom: -100px;
}

.space-db--105 {
  margin-bottom: -105px;
}

.space-db--110 {
  margin-bottom: -110px;
}

.space-db--115 {
  margin-bottom: -115px;
}

.space-db--120 {
  margin-bottom: -120px;
}

.space-db--125 {
  margin-bottom: -125px;
}

.space-db--130 {
  margin-bottom: -130px;
}

.space-db--135 {
  margin-bottom: -135px;
}

.space-db--140 {
  margin-bottom: -140px;
}

.space-db--145 {
  margin-bottom: -145px;
}

.space-db--150 {
  margin-bottom: -150px;
}

.space-dt--0 {
  margin-top: 0px;
}

.space-dt--5 {
  margin-top: -5px;
}

.space-dt--10 {
  margin-top: -10px;
}

.space-dt--15 {
  margin-top: -15px;
}

.space-dt--20 {
  margin-top: -20px;
}

.space-dt--25 {
  margin-top: -25px;
}

.space-dt--30 {
  margin-top: -30px;
}

.space-dt--35 {
  margin-top: -35px;
}

.space-dt--40 {
  margin-top: -40px;
}

.space-dt--45 {
  margin-top: -45px;
}

.space-dt--50 {
  margin-top: -50px;
}

.space-dt--55 {
  margin-top: -55px;
}

.space-dt--60 {
  margin-top: -60px;
}

.space-dt--65 {
  margin-top: -65px;
}

.space-dt--70 {
  margin-top: -70px;
}

.space-dt--75 {
  margin-top: -75px;
}

.space-dt--80 {
  margin-top: -80px;
}

.space-dt--85 {
  margin-top: -85px;
}

.space-dt--90 {
  margin-top: -90px;
}

.space-dt--95 {
  margin-top: -95px;
}

.space-dt--100 {
  margin-top: -100px;
}

.space-dt--105 {
  margin-top: -105px;
}

.space-dt--110 {
  margin-top: -110px;
}

.space-dt--115 {
  margin-top: -115px;
}

.space-dt--120 {
  margin-top: -120px;
}

.space-dt--125 {
  margin-top: -125px;
}

.space-dt--130 {
  margin-top: -130px;
}

.space-dt--135 {
  margin-top: -135px;
}

.space-dt--140 {
  margin-top: -140px;
}

.space-dt--145 {
  margin-top: -145px;
}

.space-dt--150 {
  margin-top: -150px;
}

/*-- Responsive Space Decrease top --*/
@media (min-width: 576px) {
  .space-dt-sm-0 {
    margin-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-0 {
    margin-top: 0px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-5 {
    margin-top: -5px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-5 {
    margin-top: -5px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-10 {
    margin-top: -10px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-10 {
    margin-top: -10px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-15 {
    margin-top: -15px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-15 {
    margin-top: -15px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-20 {
    margin-top: -20px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-20 {
    margin-top: -20px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-25 {
    margin-top: -25px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-25 {
    margin-top: -25px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-30 {
    margin-top: -30px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-30 {
    margin-top: -30px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-35 {
    margin-top: -35px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-35 {
    margin-top: -35px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-40 {
    margin-top: -40px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-40 {
    margin-top: -40px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-45 {
    margin-top: -45px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-45 {
    margin-top: -45px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-50 {
    margin-top: -50px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-50 {
    margin-top: -50px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-55 {
    margin-top: -55px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-55 {
    margin-top: -55px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-60 {
    margin-top: -60px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-60 {
    margin-top: -60px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-65 {
    margin-top: -65px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-65 {
    margin-top: -65px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-70 {
    margin-top: -70px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-70 {
    margin-top: -70px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-75 {
    margin-top: -75px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-75 {
    margin-top: -75px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-80 {
    margin-top: -80px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-80 {
    margin-top: -80px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-85 {
    margin-top: -85px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-85 {
    margin-top: -85px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-90 {
    margin-top: -90px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-90 {
    margin-top: -90px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-95 {
    margin-top: -95px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-95 {
    margin-top: -95px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-100 {
    margin-top: -100px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-100 {
    margin-top: -100px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-105 {
    margin-top: -105px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-105 {
    margin-top: -105px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-110 {
    margin-top: -110px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-110 {
    margin-top: -110px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-115 {
    margin-top: -115px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-115 {
    margin-top: -115px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-120 {
    margin-top: -120px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-120 {
    margin-top: -120px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-125 {
    margin-top: -125px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-125 {
    margin-top: -125px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-130 {
    margin-top: -130px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-130 {
    margin-top: -130px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-135 {
    margin-top: -135px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-135 {
    margin-top: -135px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-140 {
    margin-top: -140px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-140 {
    margin-top: -140px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-145 {
    margin-top: -145px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-145 {
    margin-top: -145px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-150 {
    margin-top: -150px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-150 {
    margin-top: -150px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-155 {
    margin-top: -155px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-155 {
    margin-top: -155px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-160 {
    margin-top: -160px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-160 {
    margin-top: -160px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-165 {
    margin-top: -165px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-165 {
    margin-top: -165px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-170 {
    margin-top: -170px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-170 {
    margin-top: -170px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-175 {
    margin-top: -175px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-175 {
    margin-top: -175px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-180 {
    margin-top: -180px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-180 {
    margin-top: -180px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-185 {
    margin-top: -185px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-185 {
    margin-top: -185px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-190 {
    margin-top: -190px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-190 {
    margin-top: -190px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-195 {
    margin-top: -195px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-195 {
    margin-top: -195px;
  }
}

@media (min-width: 576px) {
  .space-dt-sm-200 {
    margin-top: -200px !important;
  }
}

@media (min-width: 768px) {
  .space-dt-sm-200 {
    margin-top: -200px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-0 {
    margin-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-0 {
    margin-top: 0px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-5 {
    margin-top: -5px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-5 {
    margin-top: -5px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-10 {
    margin-top: -10px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-10 {
    margin-top: -10px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-15 {
    margin-top: -15px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-15 {
    margin-top: -15px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-20 {
    margin-top: -20px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-20 {
    margin-top: -20px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-25 {
    margin-top: -25px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-25 {
    margin-top: -25px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-30 {
    margin-top: -30px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-30 {
    margin-top: -30px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-35 {
    margin-top: -35px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-35 {
    margin-top: -35px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-40 {
    margin-top: -40px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-40 {
    margin-top: -40px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-45 {
    margin-top: -45px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-45 {
    margin-top: -45px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-50 {
    margin-top: -50px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-50 {
    margin-top: -50px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-55 {
    margin-top: -55px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-55 {
    margin-top: -55px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-60 {
    margin-top: -60px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-60 {
    margin-top: -60px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-65 {
    margin-top: -65px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-65 {
    margin-top: -65px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-70 {
    margin-top: -70px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-70 {
    margin-top: -70px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-75 {
    margin-top: -75px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-75 {
    margin-top: -75px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-80 {
    margin-top: -80px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-80 {
    margin-top: -80px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-85 {
    margin-top: -85px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-85 {
    margin-top: -85px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-90 {
    margin-top: -90px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-90 {
    margin-top: -90px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-95 {
    margin-top: -95px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-95 {
    margin-top: -95px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-100 {
    margin-top: -100px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-100 {
    margin-top: -100px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-105 {
    margin-top: -105px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-105 {
    margin-top: -105px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-110 {
    margin-top: -110px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-110 {
    margin-top: -110px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-115 {
    margin-top: -115px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-115 {
    margin-top: -115px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-120 {
    margin-top: -120px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-120 {
    margin-top: -120px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-125 {
    margin-top: -125px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-125 {
    margin-top: -125px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-130 {
    margin-top: -130px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-130 {
    margin-top: -130px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-135 {
    margin-top: -135px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-135 {
    margin-top: -135px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-140 {
    margin-top: -140px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-140 {
    margin-top: -140px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-145 {
    margin-top: -145px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-145 {
    margin-top: -145px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-150 {
    margin-top: -150px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-150 {
    margin-top: -150px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-155 {
    margin-top: -155px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-155 {
    margin-top: -155px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-160 {
    margin-top: -160px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-160 {
    margin-top: -160px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-165 {
    margin-top: -165px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-165 {
    margin-top: -165px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-170 {
    margin-top: -170px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-170 {
    margin-top: -170px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-175 {
    margin-top: -175px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-175 {
    margin-top: -175px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-180 {
    margin-top: -180px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-180 {
    margin-top: -180px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-185 {
    margin-top: -185px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-185 {
    margin-top: -185px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-190 {
    margin-top: -190px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-190 {
    margin-top: -190px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-195 {
    margin-top: -195px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-195 {
    margin-top: -195px;
  }
}

@media (min-width: 768px) {
  .space-dt-md-200 {
    margin-top: -200px !important;
  }
}

@media (min-width: 992px) {
  .space-dt-md-200 {
    margin-top: -200px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-0 {
    margin-top: 0px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-0 {
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-5 {
    margin-top: -5px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-5 {
    margin-top: -5px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-10 {
    margin-top: -10px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-10 {
    margin-top: -10px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-15 {
    margin-top: -15px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-15 {
    margin-top: -15px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-20 {
    margin-top: -20px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-20 {
    margin-top: -20px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-25 {
    margin-top: -25px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-25 {
    margin-top: -25px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-30 {
    margin-top: -30px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-30 {
    margin-top: -30px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-35 {
    margin-top: -35px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-35 {
    margin-top: -35px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-40 {
    margin-top: -40px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-40 {
    margin-top: -40px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-45 {
    margin-top: -45px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-45 {
    margin-top: -45px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-50 {
    margin-top: -50px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-50 {
    margin-top: -50px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-55 {
    margin-top: -55px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-55 {
    margin-top: -55px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-60 {
    margin-top: -60px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-60 {
    margin-top: -60px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-65 {
    margin-top: -65px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-65 {
    margin-top: -65px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-70 {
    margin-top: -70px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-70 {
    margin-top: -70px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-75 {
    margin-top: -75px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-75 {
    margin-top: -75px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-80 {
    margin-top: -80px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-80 {
    margin-top: -80px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-85 {
    margin-top: -85px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-85 {
    margin-top: -85px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-90 {
    margin-top: -90px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-90 {
    margin-top: -90px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-95 {
    margin-top: -95px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-95 {
    margin-top: -95px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-100 {
    margin-top: -100px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-100 {
    margin-top: -100px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-105 {
    margin-top: -105px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-105 {
    margin-top: -105px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-110 {
    margin-top: -110px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-110 {
    margin-top: -110px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-115 {
    margin-top: -115px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-115 {
    margin-top: -115px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-120 {
    margin-top: -120px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-120 {
    margin-top: -120px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-125 {
    margin-top: -125px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-125 {
    margin-top: -125px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-130 {
    margin-top: -130px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-130 {
    margin-top: -130px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-135 {
    margin-top: -135px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-135 {
    margin-top: -135px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-140 {
    margin-top: -140px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-140 {
    margin-top: -140px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-145 {
    margin-top: -145px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-145 {
    margin-top: -145px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-150 {
    margin-top: -150px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-150 {
    margin-top: -150px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-155 {
    margin-top: -155px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-155 {
    margin-top: -155px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-160 {
    margin-top: -160px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-160 {
    margin-top: -160px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-165 {
    margin-top: -165px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-165 {
    margin-top: -165px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-170 {
    margin-top: -170px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-170 {
    margin-top: -170px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-175 {
    margin-top: -175px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-175 {
    margin-top: -175px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-180 {
    margin-top: -180px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-180 {
    margin-top: -180px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-185 {
    margin-top: -185px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-185 {
    margin-top: -185px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-190 {
    margin-top: -190px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-190 {
    margin-top: -190px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-195 {
    margin-top: -195px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-195 {
    margin-top: -195px;
  }
}

@media (min-width: 992px) {
  .space-dt-lg-200 {
    margin-top: -200px !important;
  }
}

@media (min-width: 1200px) {
  .space-dt-lg-200 {
    margin-top: -200px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-0 {
    margin-top: 0px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-0 {
    margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-5 {
    margin-top: -5px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-5 {
    margin-top: -5px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-10 {
    margin-top: -10px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-10 {
    margin-top: -10px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-15 {
    margin-top: -15px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-15 {
    margin-top: -15px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-20 {
    margin-top: -20px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-20 {
    margin-top: -20px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-25 {
    margin-top: -25px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-25 {
    margin-top: -25px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-30 {
    margin-top: -30px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-30 {
    margin-top: -30px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-35 {
    margin-top: -35px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-35 {
    margin-top: -35px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-40 {
    margin-top: -40px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-40 {
    margin-top: -40px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-45 {
    margin-top: -45px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-45 {
    margin-top: -45px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-50 {
    margin-top: -50px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-50 {
    margin-top: -50px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-55 {
    margin-top: -55px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-55 {
    margin-top: -55px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-60 {
    margin-top: -60px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-60 {
    margin-top: -60px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-65 {
    margin-top: -65px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-65 {
    margin-top: -65px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-70 {
    margin-top: -70px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-70 {
    margin-top: -70px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-75 {
    margin-top: -75px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-75 {
    margin-top: -75px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-80 {
    margin-top: -80px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-80 {
    margin-top: -80px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-85 {
    margin-top: -85px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-85 {
    margin-top: -85px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-90 {
    margin-top: -90px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-90 {
    margin-top: -90px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-95 {
    margin-top: -95px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-95 {
    margin-top: -95px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-100 {
    margin-top: -100px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-100 {
    margin-top: -100px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-105 {
    margin-top: -105px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-105 {
    margin-top: -105px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-110 {
    margin-top: -110px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-110 {
    margin-top: -110px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-115 {
    margin-top: -115px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-115 {
    margin-top: -115px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-120 {
    margin-top: -120px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-120 {
    margin-top: -120px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-125 {
    margin-top: -125px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-125 {
    margin-top: -125px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-130 {
    margin-top: -130px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-130 {
    margin-top: -130px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-135 {
    margin-top: -135px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-135 {
    margin-top: -135px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-140 {
    margin-top: -140px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-140 {
    margin-top: -140px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-145 {
    margin-top: -145px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-145 {
    margin-top: -145px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-150 {
    margin-top: -150px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-150 {
    margin-top: -150px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-155 {
    margin-top: -155px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-155 {
    margin-top: -155px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-160 {
    margin-top: -160px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-160 {
    margin-top: -160px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-165 {
    margin-top: -165px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-165 {
    margin-top: -165px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-170 {
    margin-top: -170px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-170 {
    margin-top: -170px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-175 {
    margin-top: -175px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-175 {
    margin-top: -175px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-180 {
    margin-top: -180px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-180 {
    margin-top: -180px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-185 {
    margin-top: -185px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-185 {
    margin-top: -185px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-190 {
    margin-top: -190px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-190 {
    margin-top: -190px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-195 {
    margin-top: -195px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-195 {
    margin-top: -195px;
  }
}

@media (min-width: 1200px) {
  .space-dt-xl-200 {
    margin-top: -200px !important;
  }
}

@media (min-width: 1500px) {
  .space-dt-xl-200 {
    margin-top: -200px;
  }
}

/*-- Responsive Space Decrease bottom --*/
@media (min-width: 576px) {
  .space-db-sm-0 {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-0 {
    margin-bottom: 0px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-5 {
    margin-bottom: -5px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-5 {
    margin-bottom: -5px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-10 {
    margin-bottom: -10px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-10 {
    margin-bottom: -10px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-15 {
    margin-bottom: -15px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-15 {
    margin-bottom: -15px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-20 {
    margin-bottom: -20px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-20 {
    margin-bottom: -20px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-25 {
    margin-bottom: -25px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-25 {
    margin-bottom: -25px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-30 {
    margin-bottom: -30px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-30 {
    margin-bottom: -30px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-35 {
    margin-bottom: -35px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-35 {
    margin-bottom: -35px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-40 {
    margin-bottom: -40px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-40 {
    margin-bottom: -40px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-45 {
    margin-bottom: -45px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-45 {
    margin-bottom: -45px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-50 {
    margin-bottom: -50px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-50 {
    margin-bottom: -50px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-55 {
    margin-bottom: -55px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-55 {
    margin-bottom: -55px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-60 {
    margin-bottom: -60px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-60 {
    margin-bottom: -60px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-65 {
    margin-bottom: -65px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-65 {
    margin-bottom: -65px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-70 {
    margin-bottom: -70px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-70 {
    margin-bottom: -70px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-75 {
    margin-bottom: -75px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-75 {
    margin-bottom: -75px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-80 {
    margin-bottom: -80px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-80 {
    margin-bottom: -80px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-85 {
    margin-bottom: -85px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-85 {
    margin-bottom: -85px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-90 {
    margin-bottom: -90px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-90 {
    margin-bottom: -90px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-95 {
    margin-bottom: -95px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-95 {
    margin-bottom: -95px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-100 {
    margin-bottom: -100px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-100 {
    margin-bottom: -100px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-105 {
    margin-bottom: -105px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-105 {
    margin-bottom: -105px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-110 {
    margin-bottom: -110px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-110 {
    margin-bottom: -110px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-115 {
    margin-bottom: -115px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-115 {
    margin-bottom: -115px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-120 {
    margin-bottom: -120px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-120 {
    margin-bottom: -120px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-125 {
    margin-bottom: -125px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-125 {
    margin-bottom: -125px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-130 {
    margin-bottom: -130px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-130 {
    margin-bottom: -130px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-135 {
    margin-bottom: -135px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-135 {
    margin-bottom: -135px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-140 {
    margin-bottom: -140px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-140 {
    margin-bottom: -140px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-145 {
    margin-bottom: -145px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-145 {
    margin-bottom: -145px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-150 {
    margin-bottom: -150px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-150 {
    margin-bottom: -150px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-155 {
    margin-bottom: -155px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-155 {
    margin-bottom: -155px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-160 {
    margin-bottom: -160px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-160 {
    margin-bottom: -160px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-165 {
    margin-bottom: -165px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-165 {
    margin-bottom: -165px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-170 {
    margin-bottom: -170px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-170 {
    margin-bottom: -170px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-175 {
    margin-bottom: -175px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-175 {
    margin-bottom: -175px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-180 {
    margin-bottom: -180px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-180 {
    margin-bottom: -180px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-185 {
    margin-bottom: -185px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-185 {
    margin-bottom: -185px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-190 {
    margin-bottom: -190px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-190 {
    margin-bottom: -190px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-195 {
    margin-bottom: -195px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-195 {
    margin-bottom: -195px;
  }
}

@media (min-width: 576px) {
  .space-db-sm-200 {
    margin-bottom: -200px !important;
  }
}

@media (min-width: 768px) {
  .space-db-sm-200 {
    margin-bottom: -200px;
  }
}

@media (min-width: 768px) {
  .space-db-md-0 {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-0 {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .space-db-md-5 {
    margin-bottom: -5px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-5 {
    margin-bottom: -5px;
  }
}

@media (min-width: 768px) {
  .space-db-md-10 {
    margin-bottom: -10px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-10 {
    margin-bottom: -10px;
  }
}

@media (min-width: 768px) {
  .space-db-md-15 {
    margin-bottom: -15px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-15 {
    margin-bottom: -15px;
  }
}

@media (min-width: 768px) {
  .space-db-md-20 {
    margin-bottom: -20px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-20 {
    margin-bottom: -20px;
  }
}

@media (min-width: 768px) {
  .space-db-md-25 {
    margin-bottom: -25px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-25 {
    margin-bottom: -25px;
  }
}

@media (min-width: 768px) {
  .space-db-md-30 {
    margin-bottom: -30px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-30 {
    margin-bottom: -30px;
  }
}

@media (min-width: 768px) {
  .space-db-md-35 {
    margin-bottom: -35px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-35 {
    margin-bottom: -35px;
  }
}

@media (min-width: 768px) {
  .space-db-md-40 {
    margin-bottom: -40px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-40 {
    margin-bottom: -40px;
  }
}

@media (min-width: 768px) {
  .space-db-md-45 {
    margin-bottom: -45px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-45 {
    margin-bottom: -45px;
  }
}

@media (min-width: 768px) {
  .space-db-md-50 {
    margin-bottom: -50px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-50 {
    margin-bottom: -50px;
  }
}

@media (min-width: 768px) {
  .space-db-md-55 {
    margin-bottom: -55px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-55 {
    margin-bottom: -55px;
  }
}

@media (min-width: 768px) {
  .space-db-md-60 {
    margin-bottom: -60px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-60 {
    margin-bottom: -60px;
  }
}

@media (min-width: 768px) {
  .space-db-md-65 {
    margin-bottom: -65px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-65 {
    margin-bottom: -65px;
  }
}

@media (min-width: 768px) {
  .space-db-md-70 {
    margin-bottom: -70px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-70 {
    margin-bottom: -70px;
  }
}

@media (min-width: 768px) {
  .space-db-md-75 {
    margin-bottom: -75px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-75 {
    margin-bottom: -75px;
  }
}

@media (min-width: 768px) {
  .space-db-md-80 {
    margin-bottom: -80px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-80 {
    margin-bottom: -80px;
  }
}

@media (min-width: 768px) {
  .space-db-md-85 {
    margin-bottom: -85px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-85 {
    margin-bottom: -85px;
  }
}

@media (min-width: 768px) {
  .space-db-md-90 {
    margin-bottom: -90px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-90 {
    margin-bottom: -90px;
  }
}

@media (min-width: 768px) {
  .space-db-md-95 {
    margin-bottom: -95px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-95 {
    margin-bottom: -95px;
  }
}

@media (min-width: 768px) {
  .space-db-md-100 {
    margin-bottom: -100px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-100 {
    margin-bottom: -100px;
  }
}

@media (min-width: 768px) {
  .space-db-md-105 {
    margin-bottom: -105px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-105 {
    margin-bottom: -105px;
  }
}

@media (min-width: 768px) {
  .space-db-md-110 {
    margin-bottom: -110px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-110 {
    margin-bottom: -110px;
  }
}

@media (min-width: 768px) {
  .space-db-md-115 {
    margin-bottom: -115px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-115 {
    margin-bottom: -115px;
  }
}

@media (min-width: 768px) {
  .space-db-md-120 {
    margin-bottom: -120px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-120 {
    margin-bottom: -120px;
  }
}

@media (min-width: 768px) {
  .space-db-md-125 {
    margin-bottom: -125px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-125 {
    margin-bottom: -125px;
  }
}

@media (min-width: 768px) {
  .space-db-md-130 {
    margin-bottom: -130px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-130 {
    margin-bottom: -130px;
  }
}

@media (min-width: 768px) {
  .space-db-md-135 {
    margin-bottom: -135px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-135 {
    margin-bottom: -135px;
  }
}

@media (min-width: 768px) {
  .space-db-md-140 {
    margin-bottom: -140px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-140 {
    margin-bottom: -140px;
  }
}

@media (min-width: 768px) {
  .space-db-md-145 {
    margin-bottom: -145px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-145 {
    margin-bottom: -145px;
  }
}

@media (min-width: 768px) {
  .space-db-md-150 {
    margin-bottom: -150px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-150 {
    margin-bottom: -150px;
  }
}

@media (min-width: 768px) {
  .space-db-md-155 {
    margin-bottom: -155px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-155 {
    margin-bottom: -155px;
  }
}

@media (min-width: 768px) {
  .space-db-md-160 {
    margin-bottom: -160px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-160 {
    margin-bottom: -160px;
  }
}

@media (min-width: 768px) {
  .space-db-md-165 {
    margin-bottom: -165px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-165 {
    margin-bottom: -165px;
  }
}

@media (min-width: 768px) {
  .space-db-md-170 {
    margin-bottom: -170px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-170 {
    margin-bottom: -170px;
  }
}

@media (min-width: 768px) {
  .space-db-md-175 {
    margin-bottom: -175px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-175 {
    margin-bottom: -175px;
  }
}

@media (min-width: 768px) {
  .space-db-md-180 {
    margin-bottom: -180px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-180 {
    margin-bottom: -180px;
  }
}

@media (min-width: 768px) {
  .space-db-md-185 {
    margin-bottom: -185px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-185 {
    margin-bottom: -185px;
  }
}

@media (min-width: 768px) {
  .space-db-md-190 {
    margin-bottom: -190px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-190 {
    margin-bottom: -190px;
  }
}

@media (min-width: 768px) {
  .space-db-md-195 {
    margin-bottom: -195px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-195 {
    margin-bottom: -195px;
  }
}

@media (min-width: 768px) {
  .space-db-md-200 {
    margin-bottom: -200px !important;
  }
}

@media (min-width: 992px) {
  .space-db-md-200 {
    margin-bottom: -200px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-0 {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-0 {
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-5 {
    margin-bottom: -5px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-5 {
    margin-bottom: -5px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-10 {
    margin-bottom: -10px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-10 {
    margin-bottom: -10px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-15 {
    margin-bottom: -15px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-15 {
    margin-bottom: -15px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-20 {
    margin-bottom: -20px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-20 {
    margin-bottom: -20px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-25 {
    margin-bottom: -25px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-25 {
    margin-bottom: -25px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-30 {
    margin-bottom: -30px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-30 {
    margin-bottom: -30px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-35 {
    margin-bottom: -35px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-35 {
    margin-bottom: -35px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-40 {
    margin-bottom: -40px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-40 {
    margin-bottom: -40px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-45 {
    margin-bottom: -45px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-45 {
    margin-bottom: -45px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-50 {
    margin-bottom: -50px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-50 {
    margin-bottom: -50px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-55 {
    margin-bottom: -55px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-55 {
    margin-bottom: -55px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-60 {
    margin-bottom: -60px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-60 {
    margin-bottom: -60px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-65 {
    margin-bottom: -65px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-65 {
    margin-bottom: -65px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-70 {
    margin-bottom: -70px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-70 {
    margin-bottom: -70px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-75 {
    margin-bottom: -75px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-75 {
    margin-bottom: -75px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-80 {
    margin-bottom: -80px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-80 {
    margin-bottom: -80px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-85 {
    margin-bottom: -85px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-85 {
    margin-bottom: -85px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-90 {
    margin-bottom: -90px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-90 {
    margin-bottom: -90px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-95 {
    margin-bottom: -95px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-95 {
    margin-bottom: -95px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-100 {
    margin-bottom: -100px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-100 {
    margin-bottom: -100px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-105 {
    margin-bottom: -105px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-105 {
    margin-bottom: -105px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-110 {
    margin-bottom: -110px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-110 {
    margin-bottom: -110px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-115 {
    margin-bottom: -115px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-115 {
    margin-bottom: -115px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-120 {
    margin-bottom: -120px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-120 {
    margin-bottom: -120px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-125 {
    margin-bottom: -125px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-125 {
    margin-bottom: -125px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-130 {
    margin-bottom: -130px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-130 {
    margin-bottom: -130px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-135 {
    margin-bottom: -135px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-135 {
    margin-bottom: -135px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-140 {
    margin-bottom: -140px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-140 {
    margin-bottom: -140px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-145 {
    margin-bottom: -145px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-145 {
    margin-bottom: -145px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-150 {
    margin-bottom: -150px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-150 {
    margin-bottom: -150px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-155 {
    margin-bottom: -155px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-155 {
    margin-bottom: -155px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-160 {
    margin-bottom: -160px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-160 {
    margin-bottom: -160px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-165 {
    margin-bottom: -165px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-165 {
    margin-bottom: -165px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-170 {
    margin-bottom: -170px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-170 {
    margin-bottom: -170px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-175 {
    margin-bottom: -175px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-175 {
    margin-bottom: -175px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-180 {
    margin-bottom: -180px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-180 {
    margin-bottom: -180px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-185 {
    margin-bottom: -185px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-185 {
    margin-bottom: -185px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-190 {
    margin-bottom: -190px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-190 {
    margin-bottom: -190px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-195 {
    margin-bottom: -195px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-195 {
    margin-bottom: -195px;
  }
}

@media (min-width: 992px) {
  .space-db-lg-200 {
    margin-bottom: -200px !important;
  }
}

@media (min-width: 1200px) {
  .space-db-lg-200 {
    margin-bottom: -200px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-0 {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-0 {
    margin-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-5 {
    margin-bottom: -5px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-5 {
    margin-bottom: -5px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-10 {
    margin-bottom: -10px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-10 {
    margin-bottom: -10px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-15 {
    margin-bottom: -15px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-15 {
    margin-bottom: -15px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-20 {
    margin-bottom: -20px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-20 {
    margin-bottom: -20px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-25 {
    margin-bottom: -25px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-25 {
    margin-bottom: -25px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-30 {
    margin-bottom: -30px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-30 {
    margin-bottom: -30px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-35 {
    margin-bottom: -35px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-35 {
    margin-bottom: -35px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-40 {
    margin-bottom: -40px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-40 {
    margin-bottom: -40px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-45 {
    margin-bottom: -45px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-45 {
    margin-bottom: -45px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-50 {
    margin-bottom: -50px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-50 {
    margin-bottom: -50px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-55 {
    margin-bottom: -55px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-55 {
    margin-bottom: -55px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-60 {
    margin-bottom: -60px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-60 {
    margin-bottom: -60px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-65 {
    margin-bottom: -65px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-65 {
    margin-bottom: -65px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-70 {
    margin-bottom: -70px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-70 {
    margin-bottom: -70px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-75 {
    margin-bottom: -75px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-75 {
    margin-bottom: -75px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-80 {
    margin-bottom: -80px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-80 {
    margin-bottom: -80px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-85 {
    margin-bottom: -85px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-85 {
    margin-bottom: -85px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-90 {
    margin-bottom: -90px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-90 {
    margin-bottom: -90px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-95 {
    margin-bottom: -95px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-95 {
    margin-bottom: -95px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-100 {
    margin-bottom: -100px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-100 {
    margin-bottom: -100px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-105 {
    margin-bottom: -105px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-105 {
    margin-bottom: -105px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-110 {
    margin-bottom: -110px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-110 {
    margin-bottom: -110px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-115 {
    margin-bottom: -115px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-115 {
    margin-bottom: -115px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-120 {
    margin-bottom: -120px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-120 {
    margin-bottom: -120px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-125 {
    margin-bottom: -125px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-125 {
    margin-bottom: -125px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-130 {
    margin-bottom: -130px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-130 {
    margin-bottom: -130px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-135 {
    margin-bottom: -135px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-135 {
    margin-bottom: -135px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-140 {
    margin-bottom: -140px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-140 {
    margin-bottom: -140px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-145 {
    margin-bottom: -145px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-145 {
    margin-bottom: -145px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-150 {
    margin-bottom: -150px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-150 {
    margin-bottom: -150px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-155 {
    margin-bottom: -155px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-155 {
    margin-bottom: -155px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-160 {
    margin-bottom: -160px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-160 {
    margin-bottom: -160px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-165 {
    margin-bottom: -165px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-165 {
    margin-bottom: -165px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-170 {
    margin-bottom: -170px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-170 {
    margin-bottom: -170px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-175 {
    margin-bottom: -175px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-175 {
    margin-bottom: -175px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-180 {
    margin-bottom: -180px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-180 {
    margin-bottom: -180px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-185 {
    margin-bottom: -185px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-185 {
    margin-bottom: -185px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-190 {
    margin-bottom: -190px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-190 {
    margin-bottom: -190px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-195 {
    margin-bottom: -195px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-195 {
    margin-bottom: -195px;
  }
}

@media (min-width: 1200px) {
  .space-db-xl-200 {
    margin-bottom: -200px !important;
  }
}

@media (min-width: 1500px) {
  .space-db-xl-200 {
    margin-bottom: -200px;
  }
}

/*=====================================*/
/*-- :::: Paddings :::: --*/
/*=====================================*/
/*-- Padding top --*/
.pt--0 {
  padding-top: 0px !important;
}

.pt--5 {
  padding-top: 5px !important;
}

.pt--10 {
  padding-top: 10px !important;
}

.pt--15 {
  padding-top: 15px !important;
}

.pt--20 {
  padding-top: 20px !important;
}

.pt--25 {
  padding-top: 25px !important;
}

.pt--30 {
  padding-top: 30px !important;
}

.pt--35 {
  padding-top: 35px !important;
}

.pt--40 {
  padding-top: 40px !important;
}

.pt--45 {
  padding-top: 45px !important;
}

.pt--50 {
  padding-top: 50px !important;
}

.pt--55 {
  padding-top: 55px !important;
}

.pt--60 {
  padding-top: 60px !important;
}

.pt--65 {
  padding-top: 65px !important;
}

.pt--70 {
  padding-top: 70px !important;
}

.pt--75 {
  padding-top: 75px !important;
}

.pt--80 {
  padding-top: 80px !important;
}

.pt--85 {
  padding-top: 85px !important;
}

.pt--90 {
  padding-top: 90px !important;
}

.pt--95 {
  padding-top: 95px !important;
}

.pt--100 {
  padding-top: 100px !important;
}

.pt--105 {
  padding-top: 105px !important;
}

.pt--110 {
  padding-top: 110px !important;
}

.pt--115 {
  padding-top: 115px !important;
}

.pt--120 {
  padding-top: 120px !important;
}

.pt--125 {
  padding-top: 125px !important;
}

.pt--130 {
  padding-top: 130px !important;
}

.pt--135 {
  padding-top: 135px !important;
}

.pt--140 {
  padding-top: 140px !important;
}

.pt--145 {
  padding-top: 145px !important;
}

.pt--150 {
  padding-top: 150px !important;
}

.pt--155 {
  padding-top: 155px !important;
}

.pt--160 {
  padding-top: 160px !important;
}

.pt--165 {
  padding-top: 165px !important;
}

.pt--170 {
  padding-top: 170px !important;
}

.pt--175 {
  padding-top: 175px !important;
}

.pt--180 {
  padding-top: 180px !important;
}

.pt--185 {
  padding-top: 185px !important;
}

.pt--190 {
  padding-top: 190px !important;
}

.pt--195 {
  padding-top: 195px !important;
}

.pt--200 {
  padding-top: 200px !important;
}

/*-- Padding Bottom --*/
.pb--0 {
  padding-bottom: 0px !important;
}

.pb--5 {
  padding-bottom: 5px !important;
}

.pb--10 {
  padding-bottom: 10px !important;
}

.pb--15 {
  padding-bottom: 15px !important;
}

.pb--20 {
  padding-bottom: 20px !important;
}

.pb--25 {
  padding-bottom: 25px !important;
}

.pb--30 {
  padding-bottom: 30px !important;
}

.pb--35 {
  padding-bottom: 35px !important;
}

.pb--40 {
  padding-bottom: 40px !important;
}

.pb--45 {
  padding-bottom: 45px !important;
}

.pb--50 {
  padding-bottom: 50px !important;
}

.pb--55 {
  padding-bottom: 55px !important;
}

.pb--60 {
  padding-bottom: 60px !important;
}

.pb--65 {
  padding-bottom: 65px !important;
}

.pb--70 {
  padding-bottom: 70px !important;
}

.pb--75 {
  padding-bottom: 75px !important;
}

.pb--80 {
  padding-bottom: 80px !important;
}

.pb--85 {
  padding-bottom: 85px !important;
}

.pb--90 {
  padding-bottom: 90px !important;
}

.pb--95 {
  padding-bottom: 95px !important;
}

.pb--100 {
  padding-bottom: 100px !important;
}

.pb--105 {
  padding-bottom: 105px !important;
}

.pb--110 {
  padding-bottom: 110px !important;
}

.pb--115 {
  padding-bottom: 115px !important;
}

.pb--120 {
  padding-bottom: 120px !important;
}

.pb--125 {
  padding-bottom: 125px !important;
}

.pb--130 {
  padding-bottom: 130px !important;
}

.pb--135 {
  padding-bottom: 135px !important;
}

.pb--140 {
  padding-bottom: 140px !important;
}

.pb--145 {
  padding-bottom: 145px !important;
}

.pb--150 {
  padding-bottom: 150px !important;
}

.pb--155 {
  padding-bottom: 155px !important;
}

.pb--160 {
  padding-bottom: 160px !important;
}

.pb--165 {
  padding-bottom: 165px !important;
}

.pb--170 {
  padding-bottom: 170px !important;
}

.pb--175 {
  padding-bottom: 175px !important;
}

.pb--180 {
  padding-bottom: 180px !important;
}

.pb--185 {
  padding-bottom: 185px !important;
}

.pb--190 {
  padding-bottom: 190px !important;
}

.pb--195 {
  padding-bottom: 195px !important;
}

.pb--200 {
  padding-bottom: 200px !important;
}

/*-- Padding Left --*/
.pl--0 {
  padding-left: 0px;
}

.pl--5 {
  padding-left: 5px;
}

.pl--10 {
  padding-left: 10px;
}

.pl--15 {
  padding-left: 15px;
}

.pl--20 {
  padding-left: 20px;
}

.pl--25 {
  padding-left: 25px;
}

.pl--30 {
  padding-left: 30px;
}

.pl--35 {
  padding-left: 35px;
}

.pl--40 {
  padding-left: 40px;
}

.pl--45 {
  padding-left: 45px;
}

.pl--50 {
  padding-left: 50px;
}

.pl--55 {
  padding-left: 55px;
}

.pl--60 {
  padding-left: 60px;
}

.pl--65 {
  padding-left: 65px;
}

.pl--70 {
  padding-left: 70px;
}

.pl--75 {
  padding-left: 75px;
}

.pl--80 {
  padding-left: 80px;
}

.pl--85 {
  padding-left: 85px;
}

.pl--90 {
  padding-left: 90px;
}

.pl--95 {
  padding-left: 95px;
}

.pl--100 {
  padding-left: 100px;
}

.pl--105 {
  padding-left: 105px;
}

.pl--110 {
  padding-left: 110px;
}

.pl--115 {
  padding-left: 115px;
}

.pl--120 {
  padding-left: 120px;
}

.pl--125 {
  padding-left: 125px;
}

.pl--130 {
  padding-left: 130px;
}

.pl--135 {
  padding-left: 135px;
}

.pl--140 {
  padding-left: 140px;
}

.pl--145 {
  padding-left: 145px;
}

.pl--150 {
  padding-left: 150px;
}

.pl--155 {
  padding-left: 155px;
}

.pl--160 {
  padding-left: 160px;
}

.pl--165 {
  padding-left: 165px;
}

.pl--170 {
  padding-left: 170px;
}

.pl--175 {
  padding-left: 175px;
}

.pl--180 {
  padding-left: 180px;
}

.pl--185 {
  padding-left: 185px;
}

.pl--190 {
  padding-left: 190px;
}

.pl--195 {
  padding-left: 195px;
}

.pl--200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr--0 {
  padding-right: 0px;
}

.pr--5 {
  padding-right: 5px;
}

.pr--10 {
  padding-right: 10px;
}

.pr--15 {
  padding-right: 15px;
}

.pr--20 {
  padding-right: 20px;
}

.pr--25 {
  padding-right: 25px;
}

.pr--30 {
  padding-right: 30px;
}

.pr--35 {
  padding-right: 35px;
}

.pr--40 {
  padding-right: 40px;
}

.pr--45 {
  padding-right: 45px;
}

.pr--50 {
  padding-right: 50px;
}

.pr--55 {
  padding-right: 55px;
}

.pr--60 {
  padding-right: 60px;
}

.pr--65 {
  padding-right: 65px;
}

.pr--70 {
  padding-right: 70px;
}

.pr--75 {
  padding-right: 75px;
}

.pr--80 {
  padding-right: 80px;
}

.pr--85 {
  padding-right: 85px;
}

.pr--90 {
  padding-right: 90px;
}

.pr--95 {
  padding-right: 95px;
}

.pr--100 {
  padding-right: 100px;
}

.pr--105 {
  padding-right: 105px;
}

.pr--110 {
  padding-right: 110px;
}

.pr--115 {
  padding-right: 115px;
}

.pr--120 {
  padding-right: 120px;
}

.pr--125 {
  padding-right: 125px;
}

.pr--130 {
  padding-right: 130px;
}

.pr--135 {
  padding-right: 135px;
}

.pr--140 {
  padding-right: 140px;
}

.pr--145 {
  padding-right: 145px;
}

.pr--150 {
  padding-right: 150px;
}

.pr--155 {
  padding-right: 155px;
}

.pr--160 {
  padding-right: 160px;
}

.pr--165 {
  padding-right: 165px;
}

.pr--170 {
  padding-right: 170px;
}

.pr--175 {
  padding-right: 175px;
}

.pr--180 {
  padding-right: 180px;
}

.pr--185 {
  padding-right: 185px;
}

.pr--190 {
  padding-right: 190px;
}

.pr--195 {
  padding-right: 195px;
}

.pr--200 {
  padding-right: 200px;
}

/*-- Padding Vertical --*/
.px--0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px--5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.px--10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px--15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px--20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px--25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.px--30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px--35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.px--40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px--45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.px--50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.px--55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.px--60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.px--65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.px--70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.px--75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.px--80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.px--85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.px--90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.px--95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.px--100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.px--105 {
  padding-left: 105px !important;
  padding-right: 105px !important;
}

.px--110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

.px--115 {
  padding-left: 115px !important;
  padding-right: 115px !important;
}

.px--120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.px--125 {
  padding-left: 125px !important;
  padding-right: 125px !important;
}

.px--130 {
  padding-left: 130px !important;
  padding-right: 130px !important;
}

.px--135 {
  padding-left: 135px !important;
  padding-right: 135px !important;
}

.px--140 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

.px--145 {
  padding-left: 145px !important;
  padding-right: 145px !important;
}

.px--150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.px--155 {
  padding-left: 155px !important;
  padding-right: 155px !important;
}

.px--160 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

.px--165 {
  padding-left: 165px !important;
  padding-right: 165px !important;
}

.px--170 {
  padding-left: 170px !important;
  padding-right: 170px !important;
}

.px--175 {
  padding-left: 175px !important;
  padding-right: 175px !important;
}

.px--180 {
  padding-left: 180px !important;
  padding-right: 180px !important;
}

.px--185 {
  padding-left: 185px !important;
  padding-right: 185px !important;
}

.px--190 {
  padding-left: 190px !important;
  padding-right: 190px !important;
}

.px--195 {
  padding-left: 195px !important;
  padding-right: 195px !important;
}

.px--200 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

/*-- Padding Horizontal --*/
.py--0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py--5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py--10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py--15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py--20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py--25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py--30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py--35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.py--40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py--45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.py--50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py--55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.py--60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py--65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.py--70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py--75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.py--80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py--85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.py--90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py--95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.py--100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.py--105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}

.py--110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.py--115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

.py--120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.py--125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
}

.py--130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.py--135 {
  padding-top: 135px !important;
  padding-bottom: 135px !important;
}

.py--140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.py--145 {
  padding-top: 145px !important;
  padding-bottom: 145px !important;
}

.py--150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.py--155 {
  padding-top: 155px !important;
  padding-bottom: 155px !important;
}

.py--160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.py--165 {
  padding-top: 165px !important;
  padding-bottom: 165px !important;
}

.py--170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}

.py--175 {
  padding-top: 175px !important;
  padding-bottom: 175px !important;
}

.py--180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.py--185 {
  padding-top: 185px !important;
  padding-bottom: 185px !important;
}

.py--190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}

.py--195 {
  padding-top: 195px !important;
  padding-bottom: 195px !important;
}

.py--200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

/*=====================================*/
/*-- :::: Margins :::: --*/
/*=====================================*/
/*-- Margins top --*/
.mt--0 {
  margin-top: 0px !important;
}

.mt--5 {
  margin-top: 5px !important;
}

.mt--10 {
  margin-top: 10px !important;
}

.mt--15 {
  margin-top: 15px !important;
}

.mt--20 {
  margin-top: 20px !important;
}

.mt--25 {
  margin-top: 25px !important;
}

.mt--30 {
  margin-top: 30px !important;
}

.mt--35 {
  margin-top: 35px !important;
}

.mt--40 {
  margin-top: 40px !important;
}

.mt--45 {
  margin-top: 45px !important;
}

.mt--50 {
  margin-top: 50px !important;
}

.mt--55 {
  margin-top: 55px !important;
}

.mt--60 {
  margin-top: 60px !important;
}

.mt--65 {
  margin-top: 65px !important;
}

.mt--70 {
  margin-top: 70px !important;
}

.mt--75 {
  margin-top: 75px !important;
}

.mt--80 {
  margin-top: 80px !important;
}

.mt--85 {
  margin-top: 85px !important;
}

.mt--90 {
  margin-top: 90px !important;
}

.mt--95 {
  margin-top: 95px !important;
}

.mt--100 {
  margin-top: 100px !important;
}

.mt--105 {
  margin-top: 105px !important;
}

.mt--110 {
  margin-top: 110px !important;
}

.mt--115 {
  margin-top: 115px !important;
}

.mt--120 {
  margin-top: 120px !important;
}

.mt--125 {
  margin-top: 125px !important;
}

.mt--130 {
  margin-top: 130px !important;
}

.mt--135 {
  margin-top: 135px !important;
}

.mt--140 {
  margin-top: 140px !important;
}

.mt--145 {
  margin-top: 145px !important;
}

.mt--150 {
  margin-top: 150px !important;
}

.mt--155 {
  margin-top: 155px !important;
}

.mt--160 {
  margin-top: 160px !important;
}

.mt--165 {
  margin-top: 165px !important;
}

.mt--170 {
  margin-top: 170px !important;
}

.mt--175 {
  margin-top: 175px !important;
}

.mt--180 {
  margin-top: 180px !important;
}

.mt--185 {
  margin-top: 185px !important;
}

.mt--190 {
  margin-top: 190px !important;
}

.mt--195 {
  margin-top: 195px !important;
}

.mt--200 {
  margin-top: 200px !important;
}

/*-- Margin Bottom --*/
.mb--5 {
  margin-bottom: 5px;
}

.mb--10 {
  margin-bottom: 10px;
}

.mb--15 {
  margin-bottom: 15px;
}

.mb--20 {
  margin-bottom: 20px;
}

.mb--25 {
  margin-bottom: 25px;
}

.mb--30 {
  margin-bottom: 30px;
}

.mb--35 {
  margin-bottom: 35px;
}

.mb--40 {
  margin-bottom: 40px;
}

.mb--45 {
  margin-bottom: 45px;
}

.mb--50 {
  margin-bottom: 50px;
}

.mb--55 {
  margin-bottom: 55px;
}

.mb--60 {
  margin-bottom: 60px;
}

.mb--65 {
  margin-bottom: 65px;
}

.mb--70 {
  margin-bottom: 70px;
}

.mb--75 {
  margin-bottom: 75px;
}

.mb--80 {
  margin-bottom: 80px;
}

.mb--85 {
  margin-bottom: 85px;
}

.mb--90 {
  margin-bottom: 90px;
}

.mb--95 {
  margin-bottom: 95px;
}

.mb--100 {
  margin-bottom: 100px;
}

.mb--105 {
  margin-bottom: 105px;
}

.mb--110 {
  margin-bottom: 110px;
}

.mb--115 {
  margin-bottom: 115px;
}

.mb--120 {
  margin-bottom: 120px;
}

.mb--125 {
  margin-bottom: 125px;
}

.mb--130 {
  margin-bottom: 130px;
}

.mb--135 {
  margin-bottom: 135px;
}

.mb--140 {
  margin-bottom: 140px;
}

.mb--145 {
  margin-bottom: 145px;
}

.mb--150 {
  margin-bottom: 150px;
}

.mb--155 {
  margin-bottom: 155px;
}

.mb--160 {
  margin-bottom: 160px;
}

.mb--165 {
  margin-bottom: 165px;
}

.mb--170 {
  margin-bottom: 170px;
}

.mb--175 {
  margin-bottom: 175px;
}

.mb--180 {
  margin-bottom: 180px;
}

.mb--185 {
  margin-bottom: 185px;
}

.mb--190 {
  margin-bottom: 190px;
}

.mb--195 {
  margin-bottom: 195px;
}

.mb--200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml--5 {
  margin-left: 5px;
}

.ml--10 {
  margin-left: 10px;
}

.ml--15 {
  margin-left: 15px;
}

.ml--20 {
  margin-left: 20px;
}

.ml--25 {
  margin-left: 25px;
}

.ml--30 {
  margin-left: 30px;
}

.ml--35 {
  margin-left: 35px;
}

.ml--40 {
  margin-left: 40px;
}

.ml--45 {
  margin-left: 45px;
}

.ml--50 {
  margin-left: 50px;
}

.ml--55 {
  margin-left: 55px;
}

.ml--60 {
  margin-left: 60px;
}

.ml--65 {
  margin-left: 65px;
}

.ml--70 {
  margin-left: 70px;
}

.ml--75 {
  margin-left: 75px;
}

.ml--80 {
  margin-left: 80px;
}

.ml--85 {
  margin-left: 85px;
}

.ml--90 {
  margin-left: 90px;
}

.ml--95 {
  margin-left: 95px;
}

.ml--100 {
  margin-left: 100px;
}

.ml--105 {
  margin-left: 105px;
}

.ml--110 {
  margin-left: 110px;
}

.ml--115 {
  margin-left: 115px;
}

.ml--120 {
  margin-left: 120px;
}

.ml--125 {
  margin-left: 125px;
}

.ml--130 {
  margin-left: 130px;
}

.ml--135 {
  margin-left: 135px;
}

.ml--140 {
  margin-left: 140px;
}

.ml--145 {
  margin-left: 145px;
}

.ml--150 {
  margin-left: 150px;
}

.ml--155 {
  margin-left: 155px;
}

.ml--160 {
  margin-left: 160px;
}

.ml--165 {
  margin-left: 165px;
}

.ml--170 {
  margin-left: 170px;
}

.ml--175 {
  margin-left: 175px;
}

.ml--180 {
  margin-left: 180px;
}

.ml--185 {
  margin-left: 185px;
}

.ml--190 {
  margin-left: 190px;
}

.ml--195 {
  margin-left: 195px;
}

.ml--200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr--5 {
  margin-right: 5px;
}

.mr--10 {
  margin-right: 10px;
}

.mr--15 {
  margin-right: 15px;
}

.mr--20 {
  margin-right: 20px;
}

.mr--25 {
  margin-right: 25px;
}

.mr--30 {
  margin-right: 30px;
}

.mr--35 {
  margin-right: 35px;
}

.mr--40 {
  margin-right: 40px;
}

.mr--45 {
  margin-right: 45px;
}

.mr--50 {
  margin-right: 50px;
}

.mr--55 {
  margin-right: 55px;
}

.mr--60 {
  margin-right: 60px;
}

.mr--65 {
  margin-right: 65px;
}

.mr--70 {
  margin-right: 70px;
}

.mr--75 {
  margin-right: 75px;
}

.mr--80 {
  margin-right: 80px;
}

.mr--85 {
  margin-right: 85px;
}

.mr--90 {
  margin-right: 90px;
}

.mr--95 {
  margin-right: 95px;
}

.mr--100 {
  margin-right: 100px;
}

.mr--105 {
  margin-right: 105px;
}

.mr--110 {
  margin-right: 110px;
}

.mr--115 {
  margin-right: 115px;
}

.mr--120 {
  margin-right: 120px;
}

.mr--125 {
  margin-right: 125px;
}

.mr--130 {
  margin-right: 130px;
}

.mr--135 {
  margin-right: 135px;
}

.mr--140 {
  margin-right: 140px;
}

.mr--145 {
  margin-right: 145px;
}

.mr--150 {
  margin-right: 150px;
}

.mr--155 {
  margin-right: 155px;
}

.mr--160 {
  margin-right: 160px;
}

.mr--165 {
  margin-right: 165px;
}

.mr--170 {
  margin-right: 170px;
}

.mr--175 {
  margin-right: 175px;
}

.mr--180 {
  margin-right: 180px;
}

.mr--185 {
  margin-right: 185px;
}

.mr--190 {
  margin-right: 190px;
}

.mr--195 {
  margin-right: 195px;
}

.mr--200 {
  margin-right: 200px;
}

/*-- Margin Vertical --*/
.mx--0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mx--5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mx--10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx--15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mx--20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mx--25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.mx--30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mx--35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.mx--40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mx--45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.mx--50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mx--55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.mx--60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.mx--65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.mx--70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.mx--75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.mx--80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.mx--85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.mx--90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.mx--95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.mx--100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.mx--105 {
  margin-left: 105px !important;
  margin-right: 105px !important;
}

.mx--110 {
  margin-left: 110px !important;
  margin-right: 110px !important;
}

.mx--115 {
  margin-left: 115px !important;
  margin-right: 115px !important;
}

.mx--120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.mx--125 {
  margin-left: 125px !important;
  margin-right: 125px !important;
}

.mx--130 {
  margin-left: 130px !important;
  margin-right: 130px !important;
}

.mx--135 {
  margin-left: 135px !important;
  margin-right: 135px !important;
}

.mx--140 {
  margin-left: 140px !important;
  margin-right: 140px !important;
}

.mx--145 {
  margin-left: 145px !important;
  margin-right: 145px !important;
}

.mx--150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}

.mx--155 {
  margin-left: 155px !important;
  margin-right: 155px !important;
}

.mx--160 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}

.mx--165 {
  margin-left: 165px !important;
  margin-right: 165px !important;
}

.mx--170 {
  margin-left: 170px !important;
  margin-right: 170px !important;
}

.mx--175 {
  margin-left: 175px !important;
  margin-right: 175px !important;
}

.mx--180 {
  margin-left: 180px !important;
  margin-right: 180px !important;
}

.mx--185 {
  margin-left: 185px !important;
  margin-right: 185px !important;
}

.mx--190 {
  margin-left: 190px !important;
  margin-right: 190px !important;
}

.mx--195 {
  margin-left: 195px !important;
  margin-right: 195px !important;
}

.mx--200 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}

/*-- Margin Horizontal --*/
.my--0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my--5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my--10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my--15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my--20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my--25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my--30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my--35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.my--40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my--45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.my--50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my--55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.my--60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my--65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.my--70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.my--75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.my--80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my--85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.my--90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.my--95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.my--100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.my--105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

.my--110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.my--115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

.my--120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.my--125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important;
}

.my--130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

.my--135 {
  margin-top: 135px !important;
  margin-bottom: 135px !important;
}

.my--140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.my--145 {
  margin-top: 145px !important;
  margin-bottom: 145px !important;
}

.my--150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.my--155 {
  margin-top: 155px !important;
  margin-bottom: 155px !important;
}

.my--160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.my--165 {
  margin-top: 165px !important;
  margin-bottom: 165px !important;
}

.my--170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important;
}

.my--175 {
  margin-top: 175px !important;
  margin-bottom: 175px !important;
}

.my--180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

.my--185 {
  margin-top: 185px !important;
  margin-bottom: 185px !important;
}

.my--190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important;
}

.my--195 {
  margin-top: 195px !important;
  margin-bottom: 195px !important;
}

.my--200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

/*=====================================*/
/*-- :::: Responsive Padding :::: --*/
/*=====================================*/
/*-- Responsive Padding top --*/
@media (min-width: 576px) {
  .pt-sm--0 {
    padding-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--0 {
    padding-top: 0px;
  }
}

@media (min-width: 576px) {
  .pt-sm--5 {
    padding-top: 5px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--5 {
    padding-top: 5px;
  }
}

@media (min-width: 576px) {
  .pt-sm--10 {
    padding-top: 10px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--10 {
    padding-top: 10px;
  }
}

@media (min-width: 576px) {
  .pt-sm--15 {
    padding-top: 15px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--15 {
    padding-top: 15px;
  }
}

@media (min-width: 576px) {
  .pt-sm--20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--20 {
    padding-top: 20px;
  }
}

@media (min-width: 576px) {
  .pt-sm--25 {
    padding-top: 25px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--25 {
    padding-top: 25px;
  }
}

@media (min-width: 576px) {
  .pt-sm--30 {
    padding-top: 30px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--30 {
    padding-top: 30px;
  }
}

@media (min-width: 576px) {
  .pt-sm--35 {
    padding-top: 35px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--35 {
    padding-top: 35px;
  }
}

@media (min-width: 576px) {
  .pt-sm--40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--40 {
    padding-top: 40px;
  }
}

@media (min-width: 576px) {
  .pt-sm--45 {
    padding-top: 45px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--45 {
    padding-top: 45px;
  }
}

@media (min-width: 576px) {
  .pt-sm--50 {
    padding-top: 50px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--50 {
    padding-top: 50px;
  }
}

@media (min-width: 576px) {
  .pt-sm--55 {
    padding-top: 55px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--55 {
    padding-top: 55px;
  }
}

@media (min-width: 576px) {
  .pt-sm--60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--60 {
    padding-top: 60px;
  }
}

@media (min-width: 576px) {
  .pt-sm--65 {
    padding-top: 65px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--65 {
    padding-top: 65px;
  }
}

@media (min-width: 576px) {
  .pt-sm--70 {
    padding-top: 70px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--70 {
    padding-top: 70px;
  }
}

@media (min-width: 576px) {
  .pt-sm--75 {
    padding-top: 75px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--75 {
    padding-top: 75px;
  }
}

@media (min-width: 576px) {
  .pt-sm--80 {
    padding-top: 80px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--80 {
    padding-top: 80px;
  }
}

@media (min-width: 576px) {
  .pt-sm--85 {
    padding-top: 85px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--85 {
    padding-top: 85px;
  }
}

@media (min-width: 576px) {
  .pt-sm--90 {
    padding-top: 90px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--90 {
    padding-top: 90px;
  }
}

@media (min-width: 576px) {
  .pt-sm--95 {
    padding-top: 95px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--95 {
    padding-top: 95px;
  }
}

@media (min-width: 576px) {
  .pt-sm--100 {
    padding-top: 100px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--100 {
    padding-top: 100px;
  }
}

@media (min-width: 576px) {
  .pt-sm--105 {
    padding-top: 105px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--105 {
    padding-top: 105px;
  }
}

@media (min-width: 576px) {
  .pt-sm--110 {
    padding-top: 110px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--110 {
    padding-top: 110px;
  }
}

@media (min-width: 576px) {
  .pt-sm--115 {
    padding-top: 115px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--115 {
    padding-top: 115px;
  }
}

@media (min-width: 576px) {
  .pt-sm--120 {
    padding-top: 120px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--120 {
    padding-top: 120px;
  }
}

@media (min-width: 576px) {
  .pt-sm--125 {
    padding-top: 125px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--125 {
    padding-top: 125px;
  }
}

@media (min-width: 576px) {
  .pt-sm--130 {
    padding-top: 130px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--130 {
    padding-top: 130px;
  }
}

@media (min-width: 576px) {
  .pt-sm--135 {
    padding-top: 135px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--135 {
    padding-top: 135px;
  }
}

@media (min-width: 576px) {
  .pt-sm--140 {
    padding-top: 140px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--140 {
    padding-top: 140px;
  }
}

@media (min-width: 576px) {
  .pt-sm--145 {
    padding-top: 145px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--145 {
    padding-top: 145px;
  }
}

@media (min-width: 576px) {
  .pt-sm--150 {
    padding-top: 150px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--150 {
    padding-top: 150px;
  }
}

@media (min-width: 576px) {
  .pt-sm--155 {
    padding-top: 155px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--155 {
    padding-top: 155px;
  }
}

@media (min-width: 576px) {
  .pt-sm--160 {
    padding-top: 160px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--160 {
    padding-top: 160px;
  }
}

@media (min-width: 576px) {
  .pt-sm--165 {
    padding-top: 165px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--165 {
    padding-top: 165px;
  }
}

@media (min-width: 576px) {
  .pt-sm--170 {
    padding-top: 170px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--170 {
    padding-top: 170px;
  }
}

@media (min-width: 576px) {
  .pt-sm--175 {
    padding-top: 175px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--175 {
    padding-top: 175px;
  }
}

@media (min-width: 576px) {
  .pt-sm--180 {
    padding-top: 180px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--180 {
    padding-top: 180px;
  }
}

@media (min-width: 576px) {
  .pt-sm--185 {
    padding-top: 185px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--185 {
    padding-top: 185px;
  }
}

@media (min-width: 576px) {
  .pt-sm--190 {
    padding-top: 190px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--190 {
    padding-top: 190px;
  }
}

@media (min-width: 576px) {
  .pt-sm--195 {
    padding-top: 195px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--195 {
    padding-top: 195px;
  }
}

@media (min-width: 576px) {
  .pt-sm--200 {
    padding-top: 200px !important;
  }
}

@media (min-width: 768px) {
  .pt-sm--200 {
    padding-top: 200px;
  }
}

@media (min-width: 768px) {
  .pt-md--0 {
    padding-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--0 {
    padding-top: 0px;
  }
}

@media (min-width: 768px) {
  .pt-md--5 {
    padding-top: 5px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--5 {
    padding-top: 5px;
  }
}

@media (min-width: 768px) {
  .pt-md--10 {
    padding-top: 10px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--10 {
    padding-top: 10px;
  }
}

@media (min-width: 768px) {
  .pt-md--15 {
    padding-top: 15px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--15 {
    padding-top: 15px;
  }
}

@media (min-width: 768px) {
  .pt-md--20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--20 {
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  .pt-md--25 {
    padding-top: 25px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--25 {
    padding-top: 25px;
  }
}

@media (min-width: 768px) {
  .pt-md--30 {
    padding-top: 30px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--30 {
    padding-top: 30px;
  }
}

@media (min-width: 768px) {
  .pt-md--35 {
    padding-top: 35px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--35 {
    padding-top: 35px;
  }
}

@media (min-width: 768px) {
  .pt-md--40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--40 {
    padding-top: 40px;
  }
}

@media (min-width: 768px) {
  .pt-md--45 {
    padding-top: 45px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--45 {
    padding-top: 45px;
  }
}

@media (min-width: 768px) {
  .pt-md--50 {
    padding-top: 50px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--50 {
    padding-top: 50px;
  }
}

@media (min-width: 768px) {
  .pt-md--55 {
    padding-top: 55px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--55 {
    padding-top: 55px;
  }
}

@media (min-width: 768px) {
  .pt-md--60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--60 {
    padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .pt-md--65 {
    padding-top: 65px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--65 {
    padding-top: 65px;
  }
}

@media (min-width: 768px) {
  .pt-md--70 {
    padding-top: 70px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--70 {
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  .pt-md--75 {
    padding-top: 75px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--75 {
    padding-top: 75px;
  }
}

@media (min-width: 768px) {
  .pt-md--80 {
    padding-top: 80px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--80 {
    padding-top: 80px;
  }
}

@media (min-width: 768px) {
  .pt-md--85 {
    padding-top: 85px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--85 {
    padding-top: 85px;
  }
}

@media (min-width: 768px) {
  .pt-md--90 {
    padding-top: 90px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--90 {
    padding-top: 90px;
  }
}

@media (min-width: 768px) {
  .pt-md--95 {
    padding-top: 95px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--95 {
    padding-top: 95px;
  }
}

@media (min-width: 768px) {
  .pt-md--100 {
    padding-top: 100px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--100 {
    padding-top: 100px;
  }
}

@media (min-width: 768px) {
  .pt-md--105 {
    padding-top: 105px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--105 {
    padding-top: 105px;
  }
}

@media (min-width: 768px) {
  .pt-md--110 {
    padding-top: 110px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--110 {
    padding-top: 110px;
  }
}

@media (min-width: 768px) {
  .pt-md--115 {
    padding-top: 115px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--115 {
    padding-top: 115px;
  }
}

@media (min-width: 768px) {
  .pt-md--120 {
    padding-top: 120px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--120 {
    padding-top: 120px;
  }
}

@media (min-width: 768px) {
  .pt-md--125 {
    padding-top: 125px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--125 {
    padding-top: 125px;
  }
}

@media (min-width: 768px) {
  .pt-md--130 {
    padding-top: 130px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--130 {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .pt-md--135 {
    padding-top: 135px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--135 {
    padding-top: 135px;
  }
}

@media (min-width: 768px) {
  .pt-md--140 {
    padding-top: 140px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--140 {
    padding-top: 140px;
  }
}

@media (min-width: 768px) {
  .pt-md--145 {
    padding-top: 145px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--145 {
    padding-top: 145px;
  }
}

@media (min-width: 768px) {
  .pt-md--150 {
    padding-top: 150px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--150 {
    padding-top: 150px;
  }
}

@media (min-width: 768px) {
  .pt-md--155 {
    padding-top: 155px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--155 {
    padding-top: 155px;
  }
}

@media (min-width: 768px) {
  .pt-md--160 {
    padding-top: 160px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--160 {
    padding-top: 160px;
  }
}

@media (min-width: 768px) {
  .pt-md--165 {
    padding-top: 165px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--165 {
    padding-top: 165px;
  }
}

@media (min-width: 768px) {
  .pt-md--170 {
    padding-top: 170px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--170 {
    padding-top: 170px;
  }
}

@media (min-width: 768px) {
  .pt-md--175 {
    padding-top: 175px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--175 {
    padding-top: 175px;
  }
}

@media (min-width: 768px) {
  .pt-md--180 {
    padding-top: 180px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--180 {
    padding-top: 180px;
  }
}

@media (min-width: 768px) {
  .pt-md--185 {
    padding-top: 185px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--185 {
    padding-top: 185px;
  }
}

@media (min-width: 768px) {
  .pt-md--190 {
    padding-top: 190px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--190 {
    padding-top: 190px;
  }
}

@media (min-width: 768px) {
  .pt-md--195 {
    padding-top: 195px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--195 {
    padding-top: 195px;
  }
}

@media (min-width: 768px) {
  .pt-md--200 {
    padding-top: 200px !important;
  }
}

@media (min-width: 992px) {
  .pt-md--200 {
    padding-top: 200px;
  }
}

@media (min-width: 992px) {
  .pt-lg--0 {
    padding-top: 0px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--0 {
    padding-top: 0px;
  }
}

@media (min-width: 992px) {
  .pt-lg--5 {
    padding-top: 5px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--5 {
    padding-top: 5px;
  }
}

@media (min-width: 992px) {
  .pt-lg--10 {
    padding-top: 10px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--10 {
    padding-top: 10px;
  }
}

@media (min-width: 992px) {
  .pt-lg--15 {
    padding-top: 15px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--15 {
    padding-top: 15px;
  }
}

@media (min-width: 992px) {
  .pt-lg--20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--20 {
    padding-top: 20px;
  }
}

@media (min-width: 992px) {
  .pt-lg--25 {
    padding-top: 25px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--25 {
    padding-top: 25px;
  }
}

@media (min-width: 992px) {
  .pt-lg--30 {
    padding-top: 30px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--30 {
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .pt-lg--35 {
    padding-top: 35px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--35 {
    padding-top: 35px;
  }
}

@media (min-width: 992px) {
  .pt-lg--40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--40 {
    padding-top: 40px;
  }
}

@media (min-width: 992px) {
  .pt-lg--45 {
    padding-top: 45px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--45 {
    padding-top: 45px;
  }
}

@media (min-width: 992px) {
  .pt-lg--50 {
    padding-top: 50px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--50 {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .pt-lg--55 {
    padding-top: 55px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--55 {
    padding-top: 55px;
  }
}

@media (min-width: 992px) {
  .pt-lg--60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--60 {
    padding-top: 60px;
  }
}

@media (min-width: 992px) {
  .pt-lg--65 {
    padding-top: 65px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--65 {
    padding-top: 65px;
  }
}

@media (min-width: 992px) {
  .pt-lg--70 {
    padding-top: 70px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--70 {
    padding-top: 70px;
  }
}

@media (min-width: 992px) {
  .pt-lg--75 {
    padding-top: 75px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--75 {
    padding-top: 75px;
  }
}

@media (min-width: 992px) {
  .pt-lg--80 {
    padding-top: 80px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--80 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .pt-lg--85 {
    padding-top: 85px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--85 {
    padding-top: 85px;
  }
}

@media (min-width: 992px) {
  .pt-lg--90 {
    padding-top: 90px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--90 {
    padding-top: 90px;
  }
}

@media (min-width: 992px) {
  .pt-lg--95 {
    padding-top: 95px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--95 {
    padding-top: 95px;
  }
}

@media (min-width: 992px) {
  .pt-lg--100 {
    padding-top: 100px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--100 {
    padding-top: 100px;
  }
}

@media (min-width: 992px) {
  .pt-lg--105 {
    padding-top: 105px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--105 {
    padding-top: 105px;
  }
}

@media (min-width: 992px) {
  .pt-lg--110 {
    padding-top: 110px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--110 {
    padding-top: 110px;
  }
}

@media (min-width: 992px) {
  .pt-lg--115 {
    padding-top: 115px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--115 {
    padding-top: 115px;
  }
}

@media (min-width: 992px) {
  .pt-lg--120 {
    padding-top: 120px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--120 {
    padding-top: 120px;
  }
}

@media (min-width: 992px) {
  .pt-lg--125 {
    padding-top: 125px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--125 {
    padding-top: 125px;
  }
}

@media (min-width: 992px) {
  .pt-lg--130 {
    padding-top: 130px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--130 {
    padding-top: 130px;
  }
}

@media (min-width: 992px) {
  .pt-lg--135 {
    padding-top: 135px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--135 {
    padding-top: 135px;
  }
}

@media (min-width: 992px) {
  .pt-lg--140 {
    padding-top: 140px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--140 {
    padding-top: 140px;
  }
}

@media (min-width: 992px) {
  .pt-lg--145 {
    padding-top: 145px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--145 {
    padding-top: 145px;
  }
}

@media (min-width: 992px) {
  .pt-lg--150 {
    padding-top: 150px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--150 {
    padding-top: 150px;
  }
}

@media (min-width: 992px) {
  .pt-lg--155 {
    padding-top: 155px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--155 {
    padding-top: 155px;
  }
}

@media (min-width: 992px) {
  .pt-lg--160 {
    padding-top: 160px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--160 {
    padding-top: 160px;
  }
}

@media (min-width: 992px) {
  .pt-lg--165 {
    padding-top: 165px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--165 {
    padding-top: 165px;
  }
}

@media (min-width: 992px) {
  .pt-lg--170 {
    padding-top: 170px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--170 {
    padding-top: 170px;
  }
}

@media (min-width: 992px) {
  .pt-lg--175 {
    padding-top: 175px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--175 {
    padding-top: 175px;
  }
}

@media (min-width: 992px) {
  .pt-lg--180 {
    padding-top: 180px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--180 {
    padding-top: 180px;
  }
}

@media (min-width: 992px) {
  .pt-lg--185 {
    padding-top: 185px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--185 {
    padding-top: 185px;
  }
}

@media (min-width: 992px) {
  .pt-lg--190 {
    padding-top: 190px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--190 {
    padding-top: 190px;
  }
}

@media (min-width: 992px) {
  .pt-lg--195 {
    padding-top: 195px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--195 {
    padding-top: 195px;
  }
}

@media (min-width: 992px) {
  .pt-lg--200 {
    padding-top: 200px !important;
  }
}

@media (min-width: 1200px) {
  .pt-lg--200 {
    padding-top: 200px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--0 {
    padding-top: 0px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--0 {
    padding-top: 0px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--5 {
    padding-top: 5px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--5 {
    padding-top: 5px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--10 {
    padding-top: 10px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--10 {
    padding-top: 10px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--15 {
    padding-top: 15px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--15 {
    padding-top: 15px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--20 {
    padding-top: 20px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--25 {
    padding-top: 25px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--25 {
    padding-top: 25px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--30 {
    padding-top: 30px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--30 {
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--35 {
    padding-top: 35px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--35 {
    padding-top: 35px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--40 {
    padding-top: 40px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--45 {
    padding-top: 45px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--45 {
    padding-top: 45px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--50 {
    padding-top: 50px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--50 {
    padding-top: 50px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--55 {
    padding-top: 55px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--55 {
    padding-top: 55px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--60 {
    padding-top: 60px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--65 {
    padding-top: 65px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--65 {
    padding-top: 65px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--70 {
    padding-top: 70px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--70 {
    padding-top: 70px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--75 {
    padding-top: 75px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--75 {
    padding-top: 75px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--80 {
    padding-top: 80px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--80 {
    padding-top: 80px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--85 {
    padding-top: 85px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--85 {
    padding-top: 85px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--90 {
    padding-top: 90px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--90 {
    padding-top: 90px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--95 {
    padding-top: 95px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--95 {
    padding-top: 95px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--100 {
    padding-top: 100px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--100 {
    padding-top: 100px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--105 {
    padding-top: 105px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--105 {
    padding-top: 105px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--110 {
    padding-top: 110px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--110 {
    padding-top: 110px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--115 {
    padding-top: 115px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--115 {
    padding-top: 115px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--120 {
    padding-top: 120px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--120 {
    padding-top: 120px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--125 {
    padding-top: 125px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--125 {
    padding-top: 125px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--130 {
    padding-top: 130px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--130 {
    padding-top: 130px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--135 {
    padding-top: 135px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--135 {
    padding-top: 135px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--140 {
    padding-top: 140px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--140 {
    padding-top: 140px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--145 {
    padding-top: 145px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--145 {
    padding-top: 145px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--150 {
    padding-top: 150px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--150 {
    padding-top: 150px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--155 {
    padding-top: 155px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--155 {
    padding-top: 155px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--160 {
    padding-top: 160px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--160 {
    padding-top: 160px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--165 {
    padding-top: 165px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--165 {
    padding-top: 165px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--170 {
    padding-top: 170px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--170 {
    padding-top: 170px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--175 {
    padding-top: 175px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--175 {
    padding-top: 175px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--180 {
    padding-top: 180px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--180 {
    padding-top: 180px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--185 {
    padding-top: 185px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--185 {
    padding-top: 185px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--190 {
    padding-top: 190px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--190 {
    padding-top: 190px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--195 {
    padding-top: 195px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--195 {
    padding-top: 195px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--200 {
    padding-top: 200px !important;
  }
}

@media (min-width: 1500px) {
  .pt-xl--200 {
    padding-top: 200px;
  }
}

/*-- Responsive Padding bottom --*/
@media (min-width: 576px) {
  .pb-sm--0 {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--0 {
    padding-bottom: 0px;
  }
}

@media (min-width: 576px) {
  .pb-sm--5 {
    padding-bottom: 5px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--5 {
    padding-bottom: 5px;
  }
}

@media (min-width: 576px) {
  .pb-sm--10 {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--10 {
    padding-bottom: 10px;
  }
}

@media (min-width: 576px) {
  .pb-sm--15 {
    padding-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--15 {
    padding-bottom: 15px;
  }
}

@media (min-width: 576px) {
  .pb-sm--20 {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--20 {
    padding-bottom: 20px;
  }
}

@media (min-width: 576px) {
  .pb-sm--25 {
    padding-bottom: 25px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--25 {
    padding-bottom: 25px;
  }
}

@media (min-width: 576px) {
  .pb-sm--30 {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--30 {
    padding-bottom: 30px;
  }
}

@media (min-width: 576px) {
  .pb-sm--35 {
    padding-bottom: 35px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--35 {
    padding-bottom: 35px;
  }
}

@media (min-width: 576px) {
  .pb-sm--40 {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--40 {
    padding-bottom: 40px;
  }
}

@media (min-width: 576px) {
  .pb-sm--45 {
    padding-bottom: 45px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--45 {
    padding-bottom: 45px;
  }
}

@media (min-width: 576px) {
  .pb-sm--50 {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--50 {
    padding-bottom: 50px;
  }
}

@media (min-width: 576px) {
  .pb-sm--55 {
    padding-bottom: 55px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--55 {
    padding-bottom: 55px;
  }
}

@media (min-width: 576px) {
  .pb-sm--60 {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--60 {
    padding-bottom: 60px;
  }
}

@media (min-width: 576px) {
  .pb-sm--65 {
    padding-bottom: 65px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--65 {
    padding-bottom: 65px;
  }
}

@media (min-width: 576px) {
  .pb-sm--70 {
    padding-bottom: 70px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--70 {
    padding-bottom: 70px;
  }
}

@media (min-width: 576px) {
  .pb-sm--75 {
    padding-bottom: 75px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--75 {
    padding-bottom: 75px;
  }
}

@media (min-width: 576px) {
  .pb-sm--80 {
    padding-bottom: 80px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--80 {
    padding-bottom: 80px;
  }
}

@media (min-width: 576px) {
  .pb-sm--85 {
    padding-bottom: 85px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--85 {
    padding-bottom: 85px;
  }
}

@media (min-width: 576px) {
  .pb-sm--90 {
    padding-bottom: 90px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--90 {
    padding-bottom: 90px;
  }
}

@media (min-width: 576px) {
  .pb-sm--95 {
    padding-bottom: 95px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--95 {
    padding-bottom: 95px;
  }
}

@media (min-width: 576px) {
  .pb-sm--100 {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--100 {
    padding-bottom: 100px;
  }
}

@media (min-width: 576px) {
  .pb-sm--105 {
    padding-bottom: 105px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--105 {
    padding-bottom: 105px;
  }
}

@media (min-width: 576px) {
  .pb-sm--110 {
    padding-bottom: 110px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--110 {
    padding-bottom: 110px;
  }
}

@media (min-width: 576px) {
  .pb-sm--115 {
    padding-bottom: 115px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--115 {
    padding-bottom: 115px;
  }
}

@media (min-width: 576px) {
  .pb-sm--120 {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--120 {
    padding-bottom: 120px;
  }
}

@media (min-width: 576px) {
  .pb-sm--125 {
    padding-bottom: 125px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--125 {
    padding-bottom: 125px;
  }
}

@media (min-width: 576px) {
  .pb-sm--130 {
    padding-bottom: 130px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--130 {
    padding-bottom: 130px;
  }
}

@media (min-width: 576px) {
  .pb-sm--135 {
    padding-bottom: 135px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--135 {
    padding-bottom: 135px;
  }
}

@media (min-width: 576px) {
  .pb-sm--140 {
    padding-bottom: 140px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--140 {
    padding-bottom: 140px;
  }
}

@media (min-width: 576px) {
  .pb-sm--145 {
    padding-bottom: 145px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--145 {
    padding-bottom: 145px;
  }
}

@media (min-width: 576px) {
  .pb-sm--150 {
    padding-bottom: 150px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--150 {
    padding-bottom: 150px;
  }
}

@media (min-width: 576px) {
  .pb-sm--155 {
    padding-bottom: 155px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--155 {
    padding-bottom: 155px;
  }
}

@media (min-width: 576px) {
  .pb-sm--160 {
    padding-bottom: 160px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--160 {
    padding-bottom: 160px;
  }
}

@media (min-width: 576px) {
  .pb-sm--165 {
    padding-bottom: 165px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--165 {
    padding-bottom: 165px;
  }
}

@media (min-width: 576px) {
  .pb-sm--170 {
    padding-bottom: 170px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--170 {
    padding-bottom: 170px;
  }
}

@media (min-width: 576px) {
  .pb-sm--175 {
    padding-bottom: 175px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--175 {
    padding-bottom: 175px;
  }
}

@media (min-width: 576px) {
  .pb-sm--180 {
    padding-bottom: 180px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--180 {
    padding-bottom: 180px;
  }
}

@media (min-width: 576px) {
  .pb-sm--185 {
    padding-bottom: 185px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--185 {
    padding-bottom: 185px;
  }
}

@media (min-width: 576px) {
  .pb-sm--190 {
    padding-bottom: 190px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--190 {
    padding-bottom: 190px;
  }
}

@media (min-width: 576px) {
  .pb-sm--195 {
    padding-bottom: 195px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--195 {
    padding-bottom: 195px;
  }
}

@media (min-width: 576px) {
  .pb-sm--200 {
    padding-bottom: 200px !important;
  }
}

@media (min-width: 768px) {
  .pb-sm--200 {
    padding-bottom: 200px;
  }
}

@media (min-width: 768px) {
  .pb-md--0 {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--0 {
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .pb-md--5 {
    padding-bottom: 5px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--5 {
    padding-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .pb-md--10 {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--10 {
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .pb-md--15 {
    padding-bottom: 15px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--15 {
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .pb-md--20 {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--20 {
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .pb-md--25 {
    padding-bottom: 25px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--25 {
    padding-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .pb-md--30 {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--30 {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .pb-md--35 {
    padding-bottom: 35px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--35 {
    padding-bottom: 35px;
  }
}

@media (min-width: 768px) {
  .pb-md--40 {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--40 {
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .pb-md--45 {
    padding-bottom: 45px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--45 {
    padding-bottom: 45px;
  }
}

@media (min-width: 768px) {
  .pb-md--50 {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--50 {
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .pb-md--55 {
    padding-bottom: 55px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--55 {
    padding-bottom: 55px;
  }
}

@media (min-width: 768px) {
  .pb-md--60 {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--60 {
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .pb-md--65 {
    padding-bottom: 65px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--65 {
    padding-bottom: 65px;
  }
}

@media (min-width: 768px) {
  .pb-md--70 {
    padding-bottom: 70px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--70 {
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .pb-md--75 {
    padding-bottom: 75px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--75 {
    padding-bottom: 75px;
  }
}

@media (min-width: 768px) {
  .pb-md--80 {
    padding-bottom: 80px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--80 {
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .pb-md--85 {
    padding-bottom: 85px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--85 {
    padding-bottom: 85px;
  }
}

@media (min-width: 768px) {
  .pb-md--90 {
    padding-bottom: 90px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--90 {
    padding-bottom: 90px;
  }
}

@media (min-width: 768px) {
  .pb-md--95 {
    padding-bottom: 95px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--95 {
    padding-bottom: 95px;
  }
}

@media (min-width: 768px) {
  .pb-md--100 {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--100 {
    padding-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .pb-md--105 {
    padding-bottom: 105px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--105 {
    padding-bottom: 105px;
  }
}

@media (min-width: 768px) {
  .pb-md--110 {
    padding-bottom: 110px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--110 {
    padding-bottom: 110px;
  }
}

@media (min-width: 768px) {
  .pb-md--115 {
    padding-bottom: 115px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--115 {
    padding-bottom: 115px;
  }
}

@media (min-width: 768px) {
  .pb-md--120 {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--120 {
    padding-bottom: 120px;
  }
}

@media (min-width: 768px) {
  .pb-md--125 {
    padding-bottom: 125px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--125 {
    padding-bottom: 125px;
  }
}

@media (min-width: 768px) {
  .pb-md--130 {
    padding-bottom: 130px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--130 {
    padding-bottom: 130px;
  }
}

@media (min-width: 768px) {
  .pb-md--135 {
    padding-bottom: 135px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--135 {
    padding-bottom: 135px;
  }
}

@media (min-width: 768px) {
  .pb-md--140 {
    padding-bottom: 140px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--140 {
    padding-bottom: 140px;
  }
}

@media (min-width: 768px) {
  .pb-md--145 {
    padding-bottom: 145px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--145 {
    padding-bottom: 145px;
  }
}

@media (min-width: 768px) {
  .pb-md--150 {
    padding-bottom: 150px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--150 {
    padding-bottom: 150px;
  }
}

@media (min-width: 768px) {
  .pb-md--155 {
    padding-bottom: 155px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--155 {
    padding-bottom: 155px;
  }
}

@media (min-width: 768px) {
  .pb-md--160 {
    padding-bottom: 160px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--160 {
    padding-bottom: 160px;
  }
}

@media (min-width: 768px) {
  .pb-md--165 {
    padding-bottom: 165px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--165 {
    padding-bottom: 165px;
  }
}

@media (min-width: 768px) {
  .pb-md--170 {
    padding-bottom: 170px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--170 {
    padding-bottom: 170px;
  }
}

@media (min-width: 768px) {
  .pb-md--175 {
    padding-bottom: 175px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--175 {
    padding-bottom: 175px;
  }
}

@media (min-width: 768px) {
  .pb-md--180 {
    padding-bottom: 180px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--180 {
    padding-bottom: 180px;
  }
}

@media (min-width: 768px) {
  .pb-md--185 {
    padding-bottom: 185px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--185 {
    padding-bottom: 185px;
  }
}

@media (min-width: 768px) {
  .pb-md--190 {
    padding-bottom: 190px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--190 {
    padding-bottom: 190px;
  }
}

@media (min-width: 768px) {
  .pb-md--195 {
    padding-bottom: 195px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--195 {
    padding-bottom: 195px;
  }
}

@media (min-width: 768px) {
  .pb-md--200 {
    padding-bottom: 200px !important;
  }
}

@media (min-width: 992px) {
  .pb-md--200 {
    padding-bottom: 200px;
  }
}

@media (min-width: 992px) {
  .pb-lg--0 {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--0 {
    padding-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .pb-lg--5 {
    padding-bottom: 5px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--5 {
    padding-bottom: 5px;
  }
}

@media (min-width: 992px) {
  .pb-lg--10 {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--10 {
    padding-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .pb-lg--15 {
    padding-bottom: 15px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--15 {
    padding-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .pb-lg--20 {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--20 {
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .pb-lg--25 {
    padding-bottom: 25px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--25 {
    padding-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .pb-lg--30 {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--30 {
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .pb-lg--35 {
    padding-bottom: 35px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--35 {
    padding-bottom: 35px;
  }
}

@media (min-width: 992px) {
  .pb-lg--40 {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--40 {
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .pb-lg--45 {
    padding-bottom: 45px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--45 {
    padding-bottom: 45px;
  }
}

@media (min-width: 992px) {
  .pb-lg--50 {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--50 {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .pb-lg--55 {
    padding-bottom: 55px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--55 {
    padding-bottom: 55px;
  }
}

@media (min-width: 992px) {
  .pb-lg--60 {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--60 {
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .pb-lg--65 {
    padding-bottom: 65px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--65 {
    padding-bottom: 65px;
  }
}

@media (min-width: 992px) {
  .pb-lg--70 {
    padding-bottom: 70px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--70 {
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .pb-lg--75 {
    padding-bottom: 75px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--75 {
    padding-bottom: 75px;
  }
}

@media (min-width: 992px) {
  .pb-lg--80 {
    padding-bottom: 80px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--80 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .pb-lg--85 {
    padding-bottom: 85px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--85 {
    padding-bottom: 85px;
  }
}

@media (min-width: 992px) {
  .pb-lg--90 {
    padding-bottom: 90px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--90 {
    padding-bottom: 90px;
  }
}

@media (min-width: 992px) {
  .pb-lg--95 {
    padding-bottom: 95px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--95 {
    padding-bottom: 95px;
  }
}

@media (min-width: 992px) {
  .pb-lg--100 {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--100 {
    padding-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .pb-lg--105 {
    padding-bottom: 105px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--105 {
    padding-bottom: 105px;
  }
}

@media (min-width: 992px) {
  .pb-lg--110 {
    padding-bottom: 110px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--110 {
    padding-bottom: 110px;
  }
}

@media (min-width: 992px) {
  .pb-lg--115 {
    padding-bottom: 115px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--115 {
    padding-bottom: 115px;
  }
}

@media (min-width: 992px) {
  .pb-lg--120 {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--120 {
    padding-bottom: 120px;
  }
}

@media (min-width: 992px) {
  .pb-lg--125 {
    padding-bottom: 125px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--125 {
    padding-bottom: 125px;
  }
}

@media (min-width: 992px) {
  .pb-lg--130 {
    padding-bottom: 130px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--130 {
    padding-bottom: 130px;
  }
}

@media (min-width: 992px) {
  .pb-lg--135 {
    padding-bottom: 135px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--135 {
    padding-bottom: 135px;
  }
}

@media (min-width: 992px) {
  .pb-lg--140 {
    padding-bottom: 140px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--140 {
    padding-bottom: 140px;
  }
}

@media (min-width: 992px) {
  .pb-lg--145 {
    padding-bottom: 145px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--145 {
    padding-bottom: 145px;
  }
}

@media (min-width: 992px) {
  .pb-lg--150 {
    padding-bottom: 150px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--150 {
    padding-bottom: 150px;
  }
}

@media (min-width: 992px) {
  .pb-lg--155 {
    padding-bottom: 155px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--155 {
    padding-bottom: 155px;
  }
}

@media (min-width: 992px) {
  .pb-lg--160 {
    padding-bottom: 160px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--160 {
    padding-bottom: 160px;
  }
}

@media (min-width: 992px) {
  .pb-lg--165 {
    padding-bottom: 165px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--165 {
    padding-bottom: 165px;
  }
}

@media (min-width: 992px) {
  .pb-lg--170 {
    padding-bottom: 170px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--170 {
    padding-bottom: 170px;
  }
}

@media (min-width: 992px) {
  .pb-lg--175 {
    padding-bottom: 175px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--175 {
    padding-bottom: 175px;
  }
}

@media (min-width: 992px) {
  .pb-lg--180 {
    padding-bottom: 180px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--180 {
    padding-bottom: 180px;
  }
}

@media (min-width: 992px) {
  .pb-lg--185 {
    padding-bottom: 185px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--185 {
    padding-bottom: 185px;
  }
}

@media (min-width: 992px) {
  .pb-lg--190 {
    padding-bottom: 190px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--190 {
    padding-bottom: 190px;
  }
}

@media (min-width: 992px) {
  .pb-lg--195 {
    padding-bottom: 195px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--195 {
    padding-bottom: 195px;
  }
}

@media (min-width: 992px) {
  .pb-lg--200 {
    padding-bottom: 200px !important;
  }
}

@media (min-width: 1200px) {
  .pb-lg--200 {
    padding-bottom: 200px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--0 {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--0 {
    padding-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--5 {
    padding-bottom: 5px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--5 {
    padding-bottom: 5px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--10 {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--10 {
    padding-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--15 {
    padding-bottom: 15px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--15 {
    padding-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--20 {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--20 {
    padding-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--25 {
    padding-bottom: 25px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--25 {
    padding-bottom: 25px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--30 {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--30 {
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--35 {
    padding-bottom: 35px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--35 {
    padding-bottom: 35px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--40 {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--40 {
    padding-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--45 {
    padding-bottom: 45px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--45 {
    padding-bottom: 45px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--50 {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--50 {
    padding-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--55 {
    padding-bottom: 55px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--55 {
    padding-bottom: 55px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--60 {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--60 {
    padding-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--65 {
    padding-bottom: 65px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--65 {
    padding-bottom: 65px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--70 {
    padding-bottom: 70px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--70 {
    padding-bottom: 70px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--75 {
    padding-bottom: 75px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--75 {
    padding-bottom: 75px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--80 {
    padding-bottom: 80px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--80 {
    padding-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--85 {
    padding-bottom: 85px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--85 {
    padding-bottom: 85px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--90 {
    padding-bottom: 90px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--90 {
    padding-bottom: 90px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--95 {
    padding-bottom: 95px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--95 {
    padding-bottom: 95px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--100 {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--100 {
    padding-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--105 {
    padding-bottom: 105px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--105 {
    padding-bottom: 105px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--110 {
    padding-bottom: 110px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--110 {
    padding-bottom: 110px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--115 {
    padding-bottom: 115px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--115 {
    padding-bottom: 115px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--120 {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--120 {
    padding-bottom: 120px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--125 {
    padding-bottom: 125px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--125 {
    padding-bottom: 125px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--130 {
    padding-bottom: 130px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--130 {
    padding-bottom: 130px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--135 {
    padding-bottom: 135px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--135 {
    padding-bottom: 135px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--140 {
    padding-bottom: 140px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--140 {
    padding-bottom: 140px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--145 {
    padding-bottom: 145px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--145 {
    padding-bottom: 145px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--150 {
    padding-bottom: 150px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--150 {
    padding-bottom: 150px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--155 {
    padding-bottom: 155px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--155 {
    padding-bottom: 155px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--160 {
    padding-bottom: 160px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--160 {
    padding-bottom: 160px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--165 {
    padding-bottom: 165px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--165 {
    padding-bottom: 165px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--170 {
    padding-bottom: 170px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--170 {
    padding-bottom: 170px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--175 {
    padding-bottom: 175px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--175 {
    padding-bottom: 175px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--180 {
    padding-bottom: 180px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--180 {
    padding-bottom: 180px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--185 {
    padding-bottom: 185px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--185 {
    padding-bottom: 185px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--190 {
    padding-bottom: 190px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--190 {
    padding-bottom: 190px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--195 {
    padding-bottom: 195px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--195 {
    padding-bottom: 195px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--200 {
    padding-bottom: 200px !important;
  }
}

@media (min-width: 1500px) {
  .pb-xl--200 {
    padding-bottom: 200px;
  }
}

/*-- Responsive Padding left --*/
@media (min-width: 576px) {
  .pl-sm--0 {
    padding-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--0 {
    padding-left: 0px;
  }
}

@media (min-width: 576px) {
  .pl-sm--5 {
    padding-left: 5px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--5 {
    padding-left: 5px;
  }
}

@media (min-width: 576px) {
  .pl-sm--10 {
    padding-left: 10px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--10 {
    padding-left: 10px;
  }
}

@media (min-width: 576px) {
  .pl-sm--15 {
    padding-left: 15px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--15 {
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  .pl-sm--20 {
    padding-left: 20px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--20 {
    padding-left: 20px;
  }
}

@media (min-width: 576px) {
  .pl-sm--25 {
    padding-left: 25px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--25 {
    padding-left: 25px;
  }
}

@media (min-width: 576px) {
  .pl-sm--30 {
    padding-left: 30px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--30 {
    padding-left: 30px;
  }
}

@media (min-width: 576px) {
  .pl-sm--35 {
    padding-left: 35px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--35 {
    padding-left: 35px;
  }
}

@media (min-width: 576px) {
  .pl-sm--40 {
    padding-left: 40px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--40 {
    padding-left: 40px;
  }
}

@media (min-width: 576px) {
  .pl-sm--45 {
    padding-left: 45px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--45 {
    padding-left: 45px;
  }
}

@media (min-width: 576px) {
  .pl-sm--50 {
    padding-left: 50px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--50 {
    padding-left: 50px;
  }
}

@media (min-width: 576px) {
  .pl-sm--55 {
    padding-left: 55px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--55 {
    padding-left: 55px;
  }
}

@media (min-width: 576px) {
  .pl-sm--60 {
    padding-left: 60px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--60 {
    padding-left: 60px;
  }
}

@media (min-width: 576px) {
  .pl-sm--65 {
    padding-left: 65px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--65 {
    padding-left: 65px;
  }
}

@media (min-width: 576px) {
  .pl-sm--70 {
    padding-left: 70px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--70 {
    padding-left: 70px;
  }
}

@media (min-width: 576px) {
  .pl-sm--75 {
    padding-left: 75px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--75 {
    padding-left: 75px;
  }
}

@media (min-width: 576px) {
  .pl-sm--80 {
    padding-left: 80px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--80 {
    padding-left: 80px;
  }
}

@media (min-width: 576px) {
  .pl-sm--85 {
    padding-left: 85px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--85 {
    padding-left: 85px;
  }
}

@media (min-width: 576px) {
  .pl-sm--90 {
    padding-left: 90px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--90 {
    padding-left: 90px;
  }
}

@media (min-width: 576px) {
  .pl-sm--95 {
    padding-left: 95px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--95 {
    padding-left: 95px;
  }
}

@media (min-width: 576px) {
  .pl-sm--100 {
    padding-left: 100px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--100 {
    padding-left: 100px;
  }
}

@media (min-width: 576px) {
  .pl-sm--105 {
    padding-left: 105px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--105 {
    padding-left: 105px;
  }
}

@media (min-width: 576px) {
  .pl-sm--110 {
    padding-left: 110px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--110 {
    padding-left: 110px;
  }
}

@media (min-width: 576px) {
  .pl-sm--115 {
    padding-left: 115px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--115 {
    padding-left: 115px;
  }
}

@media (min-width: 576px) {
  .pl-sm--120 {
    padding-left: 120px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--120 {
    padding-left: 120px;
  }
}

@media (min-width: 576px) {
  .pl-sm--125 {
    padding-left: 125px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--125 {
    padding-left: 125px;
  }
}

@media (min-width: 576px) {
  .pl-sm--130 {
    padding-left: 130px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--130 {
    padding-left: 130px;
  }
}

@media (min-width: 576px) {
  .pl-sm--135 {
    padding-left: 135px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--135 {
    padding-left: 135px;
  }
}

@media (min-width: 576px) {
  .pl-sm--140 {
    padding-left: 140px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--140 {
    padding-left: 140px;
  }
}

@media (min-width: 576px) {
  .pl-sm--145 {
    padding-left: 145px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--145 {
    padding-left: 145px;
  }
}

@media (min-width: 576px) {
  .pl-sm--150 {
    padding-left: 150px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--150 {
    padding-left: 150px;
  }
}

@media (min-width: 576px) {
  .pl-sm--155 {
    padding-left: 155px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--155 {
    padding-left: 155px;
  }
}

@media (min-width: 576px) {
  .pl-sm--160 {
    padding-left: 160px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--160 {
    padding-left: 160px;
  }
}

@media (min-width: 576px) {
  .pl-sm--165 {
    padding-left: 165px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--165 {
    padding-left: 165px;
  }
}

@media (min-width: 576px) {
  .pl-sm--170 {
    padding-left: 170px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--170 {
    padding-left: 170px;
  }
}

@media (min-width: 576px) {
  .pl-sm--175 {
    padding-left: 175px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--175 {
    padding-left: 175px;
  }
}

@media (min-width: 576px) {
  .pl-sm--180 {
    padding-left: 180px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--180 {
    padding-left: 180px;
  }
}

@media (min-width: 576px) {
  .pl-sm--185 {
    padding-left: 185px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--185 {
    padding-left: 185px;
  }
}

@media (min-width: 576px) {
  .pl-sm--190 {
    padding-left: 190px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--190 {
    padding-left: 190px;
  }
}

@media (min-width: 576px) {
  .pl-sm--195 {
    padding-left: 195px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--195 {
    padding-left: 195px;
  }
}

@media (min-width: 576px) {
  .pl-sm--200 {
    padding-left: 200px !important;
  }
}

@media (min-width: 768px) {
  .pl-sm--200 {
    padding-left: 200px;
  }
}

@media (min-width: 768px) {
  .pl-md--0 {
    padding-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--0 {
    padding-left: 0px;
  }
}

@media (min-width: 768px) {
  .pl-md--5 {
    padding-left: 5px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--5 {
    padding-left: 5px;
  }
}

@media (min-width: 768px) {
  .pl-md--10 {
    padding-left: 10px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--10 {
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .pl-md--15 {
    padding-left: 15px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--15 {
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .pl-md--20 {
    padding-left: 20px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--20 {
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .pl-md--25 {
    padding-left: 25px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--25 {
    padding-left: 25px;
  }
}

@media (min-width: 768px) {
  .pl-md--30 {
    padding-left: 30px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--30 {
    padding-left: 30px;
  }
}

@media (min-width: 768px) {
  .pl-md--35 {
    padding-left: 35px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--35 {
    padding-left: 35px;
  }
}

@media (min-width: 768px) {
  .pl-md--40 {
    padding-left: 40px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--40 {
    padding-left: 40px;
  }
}

@media (min-width: 768px) {
  .pl-md--45 {
    padding-left: 45px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--45 {
    padding-left: 45px;
  }
}

@media (min-width: 768px) {
  .pl-md--50 {
    padding-left: 50px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--50 {
    padding-left: 50px;
  }
}

@media (min-width: 768px) {
  .pl-md--55 {
    padding-left: 55px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--55 {
    padding-left: 55px;
  }
}

@media (min-width: 768px) {
  .pl-md--60 {
    padding-left: 60px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--60 {
    padding-left: 60px;
  }
}

@media (min-width: 768px) {
  .pl-md--65 {
    padding-left: 65px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--65 {
    padding-left: 65px;
  }
}

@media (min-width: 768px) {
  .pl-md--70 {
    padding-left: 70px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--70 {
    padding-left: 70px;
  }
}

@media (min-width: 768px) {
  .pl-md--75 {
    padding-left: 75px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--75 {
    padding-left: 75px;
  }
}

@media (min-width: 768px) {
  .pl-md--80 {
    padding-left: 80px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--80 {
    padding-left: 80px;
  }
}

@media (min-width: 768px) {
  .pl-md--85 {
    padding-left: 85px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--85 {
    padding-left: 85px;
  }
}

@media (min-width: 768px) {
  .pl-md--90 {
    padding-left: 90px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--90 {
    padding-left: 90px;
  }
}

@media (min-width: 768px) {
  .pl-md--95 {
    padding-left: 95px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--95 {
    padding-left: 95px;
  }
}

@media (min-width: 768px) {
  .pl-md--100 {
    padding-left: 100px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--100 {
    padding-left: 100px;
  }
}

@media (min-width: 768px) {
  .pl-md--105 {
    padding-left: 105px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--105 {
    padding-left: 105px;
  }
}

@media (min-width: 768px) {
  .pl-md--110 {
    padding-left: 110px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--110 {
    padding-left: 110px;
  }
}

@media (min-width: 768px) {
  .pl-md--115 {
    padding-left: 115px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--115 {
    padding-left: 115px;
  }
}

@media (min-width: 768px) {
  .pl-md--120 {
    padding-left: 120px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--120 {
    padding-left: 120px;
  }
}

@media (min-width: 768px) {
  .pl-md--125 {
    padding-left: 125px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--125 {
    padding-left: 125px;
  }
}

@media (min-width: 768px) {
  .pl-md--130 {
    padding-left: 130px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--130 {
    padding-left: 130px;
  }
}

@media (min-width: 768px) {
  .pl-md--135 {
    padding-left: 135px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--135 {
    padding-left: 135px;
  }
}

@media (min-width: 768px) {
  .pl-md--140 {
    padding-left: 140px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--140 {
    padding-left: 140px;
  }
}

@media (min-width: 768px) {
  .pl-md--145 {
    padding-left: 145px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--145 {
    padding-left: 145px;
  }
}

@media (min-width: 768px) {
  .pl-md--150 {
    padding-left: 150px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--150 {
    padding-left: 150px;
  }
}

@media (min-width: 768px) {
  .pl-md--155 {
    padding-left: 155px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--155 {
    padding-left: 155px;
  }
}

@media (min-width: 768px) {
  .pl-md--160 {
    padding-left: 160px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--160 {
    padding-left: 160px;
  }
}

@media (min-width: 768px) {
  .pl-md--165 {
    padding-left: 165px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--165 {
    padding-left: 165px;
  }
}

@media (min-width: 768px) {
  .pl-md--170 {
    padding-left: 170px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--170 {
    padding-left: 170px;
  }
}

@media (min-width: 768px) {
  .pl-md--175 {
    padding-left: 175px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--175 {
    padding-left: 175px;
  }
}

@media (min-width: 768px) {
  .pl-md--180 {
    padding-left: 180px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--180 {
    padding-left: 180px;
  }
}

@media (min-width: 768px) {
  .pl-md--185 {
    padding-left: 185px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--185 {
    padding-left: 185px;
  }
}

@media (min-width: 768px) {
  .pl-md--190 {
    padding-left: 190px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--190 {
    padding-left: 190px;
  }
}

@media (min-width: 768px) {
  .pl-md--195 {
    padding-left: 195px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--195 {
    padding-left: 195px;
  }
}

@media (min-width: 768px) {
  .pl-md--200 {
    padding-left: 200px !important;
  }
}

@media (min-width: 992px) {
  .pl-md--200 {
    padding-left: 200px;
  }
}

@media (min-width: 992px) {
  .pl-lg--0 {
    padding-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--0 {
    padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .pl-lg--5 {
    padding-left: 5px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--5 {
    padding-left: 5px;
  }
}

@media (min-width: 992px) {
  .pl-lg--10 {
    padding-left: 10px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--10 {
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .pl-lg--15 {
    padding-left: 15px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--15 {
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .pl-lg--20 {
    padding-left: 20px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--20 {
    padding-left: 20px;
  }
}

@media (min-width: 992px) {
  .pl-lg--25 {
    padding-left: 25px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--25 {
    padding-left: 25px;
  }
}

@media (min-width: 992px) {
  .pl-lg--30 {
    padding-left: 30px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--30 {
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .pl-lg--35 {
    padding-left: 35px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--35 {
    padding-left: 35px;
  }
}

@media (min-width: 992px) {
  .pl-lg--40 {
    padding-left: 40px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--40 {
    padding-left: 40px;
  }
}

@media (min-width: 992px) {
  .pl-lg--45 {
    padding-left: 45px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--45 {
    padding-left: 45px;
  }
}

@media (min-width: 992px) {
  .pl-lg--50 {
    padding-left: 50px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--50 {
    padding-left: 50px;
  }
}

@media (min-width: 992px) {
  .pl-lg--55 {
    padding-left: 55px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--55 {
    padding-left: 55px;
  }
}

@media (min-width: 992px) {
  .pl-lg--60 {
    padding-left: 60px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--60 {
    padding-left: 60px;
  }
}

@media (min-width: 992px) {
  .pl-lg--65 {
    padding-left: 65px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--65 {
    padding-left: 65px;
  }
}

@media (min-width: 992px) {
  .pl-lg--70 {
    padding-left: 70px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--70 {
    padding-left: 70px;
  }
}

@media (min-width: 992px) {
  .pl-lg--75 {
    padding-left: 75px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--75 {
    padding-left: 75px;
  }
}

@media (min-width: 992px) {
  .pl-lg--80 {
    padding-left: 80px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--80 {
    padding-left: 80px;
  }
}

@media (min-width: 992px) {
  .pl-lg--85 {
    padding-left: 85px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--85 {
    padding-left: 85px;
  }
}

@media (min-width: 992px) {
  .pl-lg--90 {
    padding-left: 90px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--90 {
    padding-left: 90px;
  }
}

@media (min-width: 992px) {
  .pl-lg--95 {
    padding-left: 95px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--95 {
    padding-left: 95px;
  }
}

@media (min-width: 992px) {
  .pl-lg--100 {
    padding-left: 100px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--100 {
    padding-left: 100px;
  }
}

@media (min-width: 992px) {
  .pl-lg--105 {
    padding-left: 105px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--105 {
    padding-left: 105px;
  }
}

@media (min-width: 992px) {
  .pl-lg--110 {
    padding-left: 110px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--110 {
    padding-left: 110px;
  }
}

@media (min-width: 992px) {
  .pl-lg--115 {
    padding-left: 115px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--115 {
    padding-left: 115px;
  }
}

@media (min-width: 992px) {
  .pl-lg--120 {
    padding-left: 120px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--120 {
    padding-left: 120px;
  }
}

@media (min-width: 992px) {
  .pl-lg--125 {
    padding-left: 125px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--125 {
    padding-left: 125px;
  }
}

@media (min-width: 992px) {
  .pl-lg--130 {
    padding-left: 130px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--130 {
    padding-left: 130px;
  }
}

@media (min-width: 992px) {
  .pl-lg--135 {
    padding-left: 135px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--135 {
    padding-left: 135px;
  }
}

@media (min-width: 992px) {
  .pl-lg--140 {
    padding-left: 140px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--140 {
    padding-left: 140px;
  }
}

@media (min-width: 992px) {
  .pl-lg--145 {
    padding-left: 145px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--145 {
    padding-left: 145px;
  }
}

@media (min-width: 992px) {
  .pl-lg--150 {
    padding-left: 150px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--150 {
    padding-left: 150px;
  }
}

@media (min-width: 992px) {
  .pl-lg--155 {
    padding-left: 155px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--155 {
    padding-left: 155px;
  }
}

@media (min-width: 992px) {
  .pl-lg--160 {
    padding-left: 160px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--160 {
    padding-left: 160px;
  }
}

@media (min-width: 992px) {
  .pl-lg--165 {
    padding-left: 165px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--165 {
    padding-left: 165px;
  }
}

@media (min-width: 992px) {
  .pl-lg--170 {
    padding-left: 170px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--170 {
    padding-left: 170px;
  }
}

@media (min-width: 992px) {
  .pl-lg--175 {
    padding-left: 175px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--175 {
    padding-left: 175px;
  }
}

@media (min-width: 992px) {
  .pl-lg--180 {
    padding-left: 180px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--180 {
    padding-left: 180px;
  }
}

@media (min-width: 992px) {
  .pl-lg--185 {
    padding-left: 185px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--185 {
    padding-left: 185px;
  }
}

@media (min-width: 992px) {
  .pl-lg--190 {
    padding-left: 190px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--190 {
    padding-left: 190px;
  }
}

@media (min-width: 992px) {
  .pl-lg--195 {
    padding-left: 195px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--195 {
    padding-left: 195px;
  }
}

@media (min-width: 992px) {
  .pl-lg--200 {
    padding-left: 200px !important;
  }
}

@media (min-width: 1200px) {
  .pl-lg--200 {
    padding-left: 200px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--0 {
    padding-left: 0px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--0 {
    padding-left: 0px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--5 {
    padding-left: 5px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--5 {
    padding-left: 5px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--10 {
    padding-left: 10px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--10 {
    padding-left: 10px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--15 {
    padding-left: 15px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--15 {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--20 {
    padding-left: 20px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--20 {
    padding-left: 20px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--25 {
    padding-left: 25px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--25 {
    padding-left: 25px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--30 {
    padding-left: 30px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--30 {
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--35 {
    padding-left: 35px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--35 {
    padding-left: 35px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--40 {
    padding-left: 40px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--40 {
    padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--45 {
    padding-left: 45px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--45 {
    padding-left: 45px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--50 {
    padding-left: 50px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--50 {
    padding-left: 50px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--55 {
    padding-left: 55px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--55 {
    padding-left: 55px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--60 {
    padding-left: 60px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--60 {
    padding-left: 60px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--65 {
    padding-left: 65px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--65 {
    padding-left: 65px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--70 {
    padding-left: 70px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--70 {
    padding-left: 70px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--75 {
    padding-left: 75px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--75 {
    padding-left: 75px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--80 {
    padding-left: 80px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--80 {
    padding-left: 80px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--85 {
    padding-left: 85px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--85 {
    padding-left: 85px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--90 {
    padding-left: 90px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--90 {
    padding-left: 90px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--95 {
    padding-left: 95px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--95 {
    padding-left: 95px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--100 {
    padding-left: 100px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--100 {
    padding-left: 100px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--105 {
    padding-left: 105px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--105 {
    padding-left: 105px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--110 {
    padding-left: 110px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--110 {
    padding-left: 110px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--115 {
    padding-left: 115px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--115 {
    padding-left: 115px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--120 {
    padding-left: 120px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--120 {
    padding-left: 120px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--125 {
    padding-left: 125px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--125 {
    padding-left: 125px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--130 {
    padding-left: 130px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--130 {
    padding-left: 130px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--135 {
    padding-left: 135px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--135 {
    padding-left: 135px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--140 {
    padding-left: 140px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--140 {
    padding-left: 140px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--145 {
    padding-left: 145px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--145 {
    padding-left: 145px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--150 {
    padding-left: 150px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--150 {
    padding-left: 150px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--155 {
    padding-left: 155px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--155 {
    padding-left: 155px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--160 {
    padding-left: 160px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--160 {
    padding-left: 160px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--165 {
    padding-left: 165px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--165 {
    padding-left: 165px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--170 {
    padding-left: 170px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--170 {
    padding-left: 170px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--175 {
    padding-left: 175px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--175 {
    padding-left: 175px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--180 {
    padding-left: 180px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--180 {
    padding-left: 180px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--185 {
    padding-left: 185px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--185 {
    padding-left: 185px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--190 {
    padding-left: 190px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--190 {
    padding-left: 190px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--195 {
    padding-left: 195px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--195 {
    padding-left: 195px;
  }
}

@media (min-width: 1200px) {
  .pl-xl--200 {
    padding-left: 200px !important;
  }
}

@media (min-width: 1500px) {
  .pl-xl--200 {
    padding-left: 200px;
  }
}

/*-- Responsive Padding Right --*/
@media (min-width: 576px) {
  .pr-sm--0 {
    padding-right: 0px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--0 {
    padding-right: 0px;
  }
}

@media (min-width: 576px) {
  .pr-sm--5 {
    padding-right: 5px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--5 {
    padding-right: 5px;
  }
}

@media (min-width: 576px) {
  .pr-sm--10 {
    padding-right: 10px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--10 {
    padding-right: 10px;
  }
}

@media (min-width: 576px) {
  .pr-sm--15 {
    padding-right: 15px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--15 {
    padding-right: 15px;
  }
}

@media (min-width: 576px) {
  .pr-sm--20 {
    padding-right: 20px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--20 {
    padding-right: 20px;
  }
}

@media (min-width: 576px) {
  .pr-sm--25 {
    padding-right: 25px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--25 {
    padding-right: 25px;
  }
}

@media (min-width: 576px) {
  .pr-sm--30 {
    padding-right: 30px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--30 {
    padding-right: 30px;
  }
}

@media (min-width: 576px) {
  .pr-sm--35 {
    padding-right: 35px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--35 {
    padding-right: 35px;
  }
}

@media (min-width: 576px) {
  .pr-sm--40 {
    padding-right: 40px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--40 {
    padding-right: 40px;
  }
}

@media (min-width: 576px) {
  .pr-sm--45 {
    padding-right: 45px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--45 {
    padding-right: 45px;
  }
}

@media (min-width: 576px) {
  .pr-sm--50 {
    padding-right: 50px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--50 {
    padding-right: 50px;
  }
}

@media (min-width: 576px) {
  .pr-sm--55 {
    padding-right: 55px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--55 {
    padding-right: 55px;
  }
}

@media (min-width: 576px) {
  .pr-sm--60 {
    padding-right: 60px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--60 {
    padding-right: 60px;
  }
}

@media (min-width: 576px) {
  .pr-sm--65 {
    padding-right: 65px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--65 {
    padding-right: 65px;
  }
}

@media (min-width: 576px) {
  .pr-sm--70 {
    padding-right: 70px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--70 {
    padding-right: 70px;
  }
}

@media (min-width: 576px) {
  .pr-sm--75 {
    padding-right: 75px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--75 {
    padding-right: 75px;
  }
}

@media (min-width: 576px) {
  .pr-sm--80 {
    padding-right: 80px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--80 {
    padding-right: 80px;
  }
}

@media (min-width: 576px) {
  .pr-sm--85 {
    padding-right: 85px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--85 {
    padding-right: 85px;
  }
}

@media (min-width: 576px) {
  .pr-sm--90 {
    padding-right: 90px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--90 {
    padding-right: 90px;
  }
}

@media (min-width: 576px) {
  .pr-sm--95 {
    padding-right: 95px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--95 {
    padding-right: 95px;
  }
}

@media (min-width: 576px) {
  .pr-sm--100 {
    padding-right: 100px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--100 {
    padding-right: 100px;
  }
}

@media (min-width: 576px) {
  .pr-sm--105 {
    padding-right: 105px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--105 {
    padding-right: 105px;
  }
}

@media (min-width: 576px) {
  .pr-sm--110 {
    padding-right: 110px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--110 {
    padding-right: 110px;
  }
}

@media (min-width: 576px) {
  .pr-sm--115 {
    padding-right: 115px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--115 {
    padding-right: 115px;
  }
}

@media (min-width: 576px) {
  .pr-sm--120 {
    padding-right: 120px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--120 {
    padding-right: 120px;
  }
}

@media (min-width: 576px) {
  .pr-sm--125 {
    padding-right: 125px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--125 {
    padding-right: 125px;
  }
}

@media (min-width: 576px) {
  .pr-sm--130 {
    padding-right: 130px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--130 {
    padding-right: 130px;
  }
}

@media (min-width: 576px) {
  .pr-sm--135 {
    padding-right: 135px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--135 {
    padding-right: 135px;
  }
}

@media (min-width: 576px) {
  .pr-sm--140 {
    padding-right: 140px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--140 {
    padding-right: 140px;
  }
}

@media (min-width: 576px) {
  .pr-sm--145 {
    padding-right: 145px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--145 {
    padding-right: 145px;
  }
}

@media (min-width: 576px) {
  .pr-sm--150 {
    padding-right: 150px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--150 {
    padding-right: 150px;
  }
}

@media (min-width: 576px) {
  .pr-sm--155 {
    padding-right: 155px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--155 {
    padding-right: 155px;
  }
}

@media (min-width: 576px) {
  .pr-sm--160 {
    padding-right: 160px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--160 {
    padding-right: 160px;
  }
}

@media (min-width: 576px) {
  .pr-sm--165 {
    padding-right: 165px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--165 {
    padding-right: 165px;
  }
}

@media (min-width: 576px) {
  .pr-sm--170 {
    padding-right: 170px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--170 {
    padding-right: 170px;
  }
}

@media (min-width: 576px) {
  .pr-sm--175 {
    padding-right: 175px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--175 {
    padding-right: 175px;
  }
}

@media (min-width: 576px) {
  .pr-sm--180 {
    padding-right: 180px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--180 {
    padding-right: 180px;
  }
}

@media (min-width: 576px) {
  .pr-sm--185 {
    padding-right: 185px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--185 {
    padding-right: 185px;
  }
}

@media (min-width: 576px) {
  .pr-sm--190 {
    padding-right: 190px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--190 {
    padding-right: 190px;
  }
}

@media (min-width: 576px) {
  .pr-sm--195 {
    padding-right: 195px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--195 {
    padding-right: 195px;
  }
}

@media (min-width: 576px) {
  .pr-sm--200 {
    padding-right: 200px !important;
  }
}

@media (min-width: 768px) {
  .pr-sm--200 {
    padding-right: 200px;
  }
}

@media (min-width: 768px) {
  .pr-md--0 {
    padding-right: 0px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--0 {
    padding-right: 0px;
  }
}

@media (min-width: 768px) {
  .pr-md--5 {
    padding-right: 5px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--5 {
    padding-right: 5px;
  }
}

@media (min-width: 768px) {
  .pr-md--10 {
    padding-right: 10px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--10 {
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .pr-md--15 {
    padding-right: 15px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--15 {
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .pr-md--20 {
    padding-right: 20px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--20 {
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .pr-md--25 {
    padding-right: 25px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--25 {
    padding-right: 25px;
  }
}

@media (min-width: 768px) {
  .pr-md--30 {
    padding-right: 30px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--30 {
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .pr-md--35 {
    padding-right: 35px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--35 {
    padding-right: 35px;
  }
}

@media (min-width: 768px) {
  .pr-md--40 {
    padding-right: 40px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--40 {
    padding-right: 40px;
  }
}

@media (min-width: 768px) {
  .pr-md--45 {
    padding-right: 45px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--45 {
    padding-right: 45px;
  }
}

@media (min-width: 768px) {
  .pr-md--50 {
    padding-right: 50px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--50 {
    padding-right: 50px;
  }
}

@media (min-width: 768px) {
  .pr-md--55 {
    padding-right: 55px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--55 {
    padding-right: 55px;
  }
}

@media (min-width: 768px) {
  .pr-md--60 {
    padding-right: 60px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--60 {
    padding-right: 60px;
  }
}

@media (min-width: 768px) {
  .pr-md--65 {
    padding-right: 65px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--65 {
    padding-right: 65px;
  }
}

@media (min-width: 768px) {
  .pr-md--70 {
    padding-right: 70px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--70 {
    padding-right: 70px;
  }
}

@media (min-width: 768px) {
  .pr-md--75 {
    padding-right: 75px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--75 {
    padding-right: 75px;
  }
}

@media (min-width: 768px) {
  .pr-md--80 {
    padding-right: 80px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--80 {
    padding-right: 80px;
  }
}

@media (min-width: 768px) {
  .pr-md--85 {
    padding-right: 85px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--85 {
    padding-right: 85px;
  }
}

@media (min-width: 768px) {
  .pr-md--90 {
    padding-right: 90px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--90 {
    padding-right: 90px;
  }
}

@media (min-width: 768px) {
  .pr-md--95 {
    padding-right: 95px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--95 {
    padding-right: 95px;
  }
}

@media (min-width: 768px) {
  .pr-md--100 {
    padding-right: 100px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--100 {
    padding-right: 100px;
  }
}

@media (min-width: 768px) {
  .pr-md--105 {
    padding-right: 105px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--105 {
    padding-right: 105px;
  }
}

@media (min-width: 768px) {
  .pr-md--110 {
    padding-right: 110px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--110 {
    padding-right: 110px;
  }
}

@media (min-width: 768px) {
  .pr-md--115 {
    padding-right: 115px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--115 {
    padding-right: 115px;
  }
}

@media (min-width: 768px) {
  .pr-md--120 {
    padding-right: 120px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--120 {
    padding-right: 120px;
  }
}

@media (min-width: 768px) {
  .pr-md--125 {
    padding-right: 125px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--125 {
    padding-right: 125px;
  }
}

@media (min-width: 768px) {
  .pr-md--130 {
    padding-right: 130px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--130 {
    padding-right: 130px;
  }
}

@media (min-width: 768px) {
  .pr-md--135 {
    padding-right: 135px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--135 {
    padding-right: 135px;
  }
}

@media (min-width: 768px) {
  .pr-md--140 {
    padding-right: 140px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--140 {
    padding-right: 140px;
  }
}

@media (min-width: 768px) {
  .pr-md--145 {
    padding-right: 145px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--145 {
    padding-right: 145px;
  }
}

@media (min-width: 768px) {
  .pr-md--150 {
    padding-right: 150px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--150 {
    padding-right: 150px;
  }
}

@media (min-width: 768px) {
  .pr-md--155 {
    padding-right: 155px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--155 {
    padding-right: 155px;
  }
}

@media (min-width: 768px) {
  .pr-md--160 {
    padding-right: 160px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--160 {
    padding-right: 160px;
  }
}

@media (min-width: 768px) {
  .pr-md--165 {
    padding-right: 165px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--165 {
    padding-right: 165px;
  }
}

@media (min-width: 768px) {
  .pr-md--170 {
    padding-right: 170px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--170 {
    padding-right: 170px;
  }
}

@media (min-width: 768px) {
  .pr-md--175 {
    padding-right: 175px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--175 {
    padding-right: 175px;
  }
}

@media (min-width: 768px) {
  .pr-md--180 {
    padding-right: 180px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--180 {
    padding-right: 180px;
  }
}

@media (min-width: 768px) {
  .pr-md--185 {
    padding-right: 185px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--185 {
    padding-right: 185px;
  }
}

@media (min-width: 768px) {
  .pr-md--190 {
    padding-right: 190px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--190 {
    padding-right: 190px;
  }
}

@media (min-width: 768px) {
  .pr-md--195 {
    padding-right: 195px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--195 {
    padding-right: 195px;
  }
}

@media (min-width: 768px) {
  .pr-md--200 {
    padding-right: 200px !important;
  }
}

@media (min-width: 992px) {
  .pr-md--200 {
    padding-right: 200px;
  }
}

@media (min-width: 992px) {
  .pr-lg--0 {
    padding-right: 0px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--0 {
    padding-right: 0px;
  }
}

@media (min-width: 992px) {
  .pr-lg--5 {
    padding-right: 5px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--5 {
    padding-right: 5px;
  }
}

@media (min-width: 992px) {
  .pr-lg--10 {
    padding-right: 10px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--10 {
    padding-right: 10px;
  }
}

@media (min-width: 992px) {
  .pr-lg--15 {
    padding-right: 15px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--15 {
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .pr-lg--20 {
    padding-right: 20px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--20 {
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .pr-lg--25 {
    padding-right: 25px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--25 {
    padding-right: 25px;
  }
}

@media (min-width: 992px) {
  .pr-lg--30 {
    padding-right: 30px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--30 {
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .pr-lg--35 {
    padding-right: 35px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--35 {
    padding-right: 35px;
  }
}

@media (min-width: 992px) {
  .pr-lg--40 {
    padding-right: 40px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--40 {
    padding-right: 40px;
  }
}

@media (min-width: 992px) {
  .pr-lg--45 {
    padding-right: 45px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--45 {
    padding-right: 45px;
  }
}

@media (min-width: 992px) {
  .pr-lg--50 {
    padding-right: 50px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--50 {
    padding-right: 50px;
  }
}

@media (min-width: 992px) {
  .pr-lg--55 {
    padding-right: 55px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--55 {
    padding-right: 55px;
  }
}

@media (min-width: 992px) {
  .pr-lg--60 {
    padding-right: 60px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--60 {
    padding-right: 60px;
  }
}

@media (min-width: 992px) {
  .pr-lg--65 {
    padding-right: 65px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--65 {
    padding-right: 65px;
  }
}

@media (min-width: 992px) {
  .pr-lg--70 {
    padding-right: 70px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--70 {
    padding-right: 70px;
  }
}

@media (min-width: 992px) {
  .pr-lg--75 {
    padding-right: 75px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--75 {
    padding-right: 75px;
  }
}

@media (min-width: 992px) {
  .pr-lg--80 {
    padding-right: 80px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--80 {
    padding-right: 80px;
  }
}

@media (min-width: 992px) {
  .pr-lg--85 {
    padding-right: 85px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--85 {
    padding-right: 85px;
  }
}

@media (min-width: 992px) {
  .pr-lg--90 {
    padding-right: 90px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--90 {
    padding-right: 90px;
  }
}

@media (min-width: 992px) {
  .pr-lg--95 {
    padding-right: 95px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--95 {
    padding-right: 95px;
  }
}

@media (min-width: 992px) {
  .pr-lg--100 {
    padding-right: 100px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--100 {
    padding-right: 100px;
  }
}

@media (min-width: 992px) {
  .pr-lg--105 {
    padding-right: 105px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--105 {
    padding-right: 105px;
  }
}

@media (min-width: 992px) {
  .pr-lg--110 {
    padding-right: 110px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--110 {
    padding-right: 110px;
  }
}

@media (min-width: 992px) {
  .pr-lg--115 {
    padding-right: 115px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--115 {
    padding-right: 115px;
  }
}

@media (min-width: 992px) {
  .pr-lg--120 {
    padding-right: 120px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--120 {
    padding-right: 120px;
  }
}

@media (min-width: 992px) {
  .pr-lg--125 {
    padding-right: 125px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--125 {
    padding-right: 125px;
  }
}

@media (min-width: 992px) {
  .pr-lg--130 {
    padding-right: 130px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--130 {
    padding-right: 130px;
  }
}

@media (min-width: 992px) {
  .pr-lg--135 {
    padding-right: 135px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--135 {
    padding-right: 135px;
  }
}

@media (min-width: 992px) {
  .pr-lg--140 {
    padding-right: 140px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--140 {
    padding-right: 140px;
  }
}

@media (min-width: 992px) {
  .pr-lg--145 {
    padding-right: 145px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--145 {
    padding-right: 145px;
  }
}

@media (min-width: 992px) {
  .pr-lg--150 {
    padding-right: 150px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--150 {
    padding-right: 150px;
  }
}

@media (min-width: 992px) {
  .pr-lg--155 {
    padding-right: 155px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--155 {
    padding-right: 155px;
  }
}

@media (min-width: 992px) {
  .pr-lg--160 {
    padding-right: 160px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--160 {
    padding-right: 160px;
  }
}

@media (min-width: 992px) {
  .pr-lg--165 {
    padding-right: 165px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--165 {
    padding-right: 165px;
  }
}

@media (min-width: 992px) {
  .pr-lg--170 {
    padding-right: 170px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--170 {
    padding-right: 170px;
  }
}

@media (min-width: 992px) {
  .pr-lg--175 {
    padding-right: 175px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--175 {
    padding-right: 175px;
  }
}

@media (min-width: 992px) {
  .pr-lg--180 {
    padding-right: 180px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--180 {
    padding-right: 180px;
  }
}

@media (min-width: 992px) {
  .pr-lg--185 {
    padding-right: 185px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--185 {
    padding-right: 185px;
  }
}

@media (min-width: 992px) {
  .pr-lg--190 {
    padding-right: 190px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--190 {
    padding-right: 190px;
  }
}

@media (min-width: 992px) {
  .pr-lg--195 {
    padding-right: 195px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--195 {
    padding-right: 195px;
  }
}

@media (min-width: 992px) {
  .pr-lg--200 {
    padding-right: 200px !important;
  }
}

@media (min-width: 1200px) {
  .pr-lg--200 {
    padding-right: 200px;
  }
}

/*=====================================*/
/*-- :::: Responsive Margins :::: --*/
/*=====================================*/
/*-- Responsive Margins top --*/
@media (min-width: 576px) {
  .mt-sm--0 {
    margin-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--0 {
    margin-top: 0px;
  }
}

@media (min-width: 576px) {
  .mt-sm--5 {
    margin-top: 5px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--5 {
    margin-top: 5px;
  }
}

@media (min-width: 576px) {
  .mt-sm--10 {
    margin-top: 10px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--10 {
    margin-top: 10px;
  }
}

@media (min-width: 576px) {
  .mt-sm--15 {
    margin-top: 15px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--15 {
    margin-top: 15px;
  }
}

@media (min-width: 576px) {
  .mt-sm--20 {
    margin-top: 20px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--20 {
    margin-top: 20px;
  }
}

@media (min-width: 576px) {
  .mt-sm--25 {
    margin-top: 25px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--25 {
    margin-top: 25px;
  }
}

@media (min-width: 576px) {
  .mt-sm--30 {
    margin-top: 30px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--30 {
    margin-top: 30px;
  }
}

@media (min-width: 576px) {
  .mt-sm--35 {
    margin-top: 35px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--35 {
    margin-top: 35px;
  }
}

@media (min-width: 576px) {
  .mt-sm--40 {
    margin-top: 40px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--40 {
    margin-top: 40px;
  }
}

@media (min-width: 576px) {
  .mt-sm--45 {
    margin-top: 45px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--45 {
    margin-top: 45px;
  }
}

@media (min-width: 576px) {
  .mt-sm--50 {
    margin-top: 50px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--50 {
    margin-top: 50px;
  }
}

@media (min-width: 576px) {
  .mt-sm--55 {
    margin-top: 55px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--55 {
    margin-top: 55px;
  }
}

@media (min-width: 576px) {
  .mt-sm--60 {
    margin-top: 60px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--60 {
    margin-top: 60px;
  }
}

@media (min-width: 576px) {
  .mt-sm--65 {
    margin-top: 65px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--65 {
    margin-top: 65px;
  }
}

@media (min-width: 576px) {
  .mt-sm--70 {
    margin-top: 70px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--70 {
    margin-top: 70px;
  }
}

@media (min-width: 576px) {
  .mt-sm--75 {
    margin-top: 75px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--75 {
    margin-top: 75px;
  }
}

@media (min-width: 576px) {
  .mt-sm--80 {
    margin-top: 80px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--80 {
    margin-top: 80px;
  }
}

@media (min-width: 576px) {
  .mt-sm--85 {
    margin-top: 85px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--85 {
    margin-top: 85px;
  }
}

@media (min-width: 576px) {
  .mt-sm--90 {
    margin-top: 90px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--90 {
    margin-top: 90px;
  }
}

@media (min-width: 576px) {
  .mt-sm--95 {
    margin-top: 95px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--95 {
    margin-top: 95px;
  }
}

@media (min-width: 576px) {
  .mt-sm--100 {
    margin-top: 100px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--100 {
    margin-top: 100px;
  }
}

@media (min-width: 576px) {
  .mt-sm--105 {
    margin-top: 105px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--105 {
    margin-top: 105px;
  }
}

@media (min-width: 576px) {
  .mt-sm--110 {
    margin-top: 110px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--110 {
    margin-top: 110px;
  }
}

@media (min-width: 576px) {
  .mt-sm--115 {
    margin-top: 115px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--115 {
    margin-top: 115px;
  }
}

@media (min-width: 576px) {
  .mt-sm--120 {
    margin-top: 120px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--120 {
    margin-top: 120px;
  }
}

@media (min-width: 576px) {
  .mt-sm--125 {
    margin-top: 125px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--125 {
    margin-top: 125px;
  }
}

@media (min-width: 576px) {
  .mt-sm--130 {
    margin-top: 130px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--130 {
    margin-top: 130px;
  }
}

@media (min-width: 576px) {
  .mt-sm--135 {
    margin-top: 135px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--135 {
    margin-top: 135px;
  }
}

@media (min-width: 576px) {
  .mt-sm--140 {
    margin-top: 140px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--140 {
    margin-top: 140px;
  }
}

@media (min-width: 576px) {
  .mt-sm--145 {
    margin-top: 145px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--145 {
    margin-top: 145px;
  }
}

@media (min-width: 576px) {
  .mt-sm--150 {
    margin-top: 150px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--150 {
    margin-top: 150px;
  }
}

@media (min-width: 576px) {
  .mt-sm--155 {
    margin-top: 155px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--155 {
    margin-top: 155px;
  }
}

@media (min-width: 576px) {
  .mt-sm--160 {
    margin-top: 160px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--160 {
    margin-top: 160px;
  }
}

@media (min-width: 576px) {
  .mt-sm--165 {
    margin-top: 165px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--165 {
    margin-top: 165px;
  }
}

@media (min-width: 576px) {
  .mt-sm--170 {
    margin-top: 170px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--170 {
    margin-top: 170px;
  }
}

@media (min-width: 576px) {
  .mt-sm--175 {
    margin-top: 175px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--175 {
    margin-top: 175px;
  }
}

@media (min-width: 576px) {
  .mt-sm--180 {
    margin-top: 180px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--180 {
    margin-top: 180px;
  }
}

@media (min-width: 576px) {
  .mt-sm--185 {
    margin-top: 185px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--185 {
    margin-top: 185px;
  }
}

@media (min-width: 576px) {
  .mt-sm--190 {
    margin-top: 190px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--190 {
    margin-top: 190px;
  }
}

@media (min-width: 576px) {
  .mt-sm--195 {
    margin-top: 195px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--195 {
    margin-top: 195px;
  }
}

@media (min-width: 576px) {
  .mt-sm--200 {
    margin-top: 200px !important;
  }
}

@media (min-width: 768px) {
  .mt-sm--200 {
    margin-top: 200px;
  }
}

@media (min-width: 768px) {
  .mt-md--0 {
    margin-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--0 {
    margin-top: 0px;
  }
}

@media (min-width: 768px) {
  .mt-md--5 {
    margin-top: 5px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--5 {
    margin-top: 5px;
  }
}

@media (min-width: 768px) {
  .mt-md--10 {
    margin-top: 10px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--10 {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .mt-md--15 {
    margin-top: 15px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--15 {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .mt-md--20 {
    margin-top: 20px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--20 {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .mt-md--25 {
    margin-top: 25px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--25 {
    margin-top: 25px;
  }
}

@media (min-width: 768px) {
  .mt-md--30 {
    margin-top: 30px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--30 {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .mt-md--35 {
    margin-top: 35px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--35 {
    margin-top: 35px;
  }
}

@media (min-width: 768px) {
  .mt-md--40 {
    margin-top: 40px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--40 {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .mt-md--45 {
    margin-top: 45px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--45 {
    margin-top: 45px;
  }
}

@media (min-width: 768px) {
  .mt-md--50 {
    margin-top: 50px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--50 {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .mt-md--55 {
    margin-top: 55px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--55 {
    margin-top: 55px;
  }
}

@media (min-width: 768px) {
  .mt-md--60 {
    margin-top: 60px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--60 {
    margin-top: 60px;
  }
}

@media (min-width: 768px) {
  .mt-md--65 {
    margin-top: 65px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--65 {
    margin-top: 65px;
  }
}

@media (min-width: 768px) {
  .mt-md--70 {
    margin-top: 70px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--70 {
    margin-top: 70px;
  }
}

@media (min-width: 768px) {
  .mt-md--75 {
    margin-top: 75px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--75 {
    margin-top: 75px;
  }
}

@media (min-width: 768px) {
  .mt-md--80 {
    margin-top: 80px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--80 {
    margin-top: 80px;
  }
}

@media (min-width: 768px) {
  .mt-md--85 {
    margin-top: 85px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--85 {
    margin-top: 85px;
  }
}

@media (min-width: 768px) {
  .mt-md--90 {
    margin-top: 90px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--90 {
    margin-top: 90px;
  }
}

@media (min-width: 768px) {
  .mt-md--95 {
    margin-top: 95px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--95 {
    margin-top: 95px;
  }
}

@media (min-width: 768px) {
  .mt-md--100 {
    margin-top: 100px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--100 {
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  .mt-md--105 {
    margin-top: 105px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--105 {
    margin-top: 105px;
  }
}

@media (min-width: 768px) {
  .mt-md--110 {
    margin-top: 110px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--110 {
    margin-top: 110px;
  }
}

@media (min-width: 768px) {
  .mt-md--115 {
    margin-top: 115px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--115 {
    margin-top: 115px;
  }
}

@media (min-width: 768px) {
  .mt-md--120 {
    margin-top: 120px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--120 {
    margin-top: 120px;
  }
}

@media (min-width: 768px) {
  .mt-md--125 {
    margin-top: 125px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--125 {
    margin-top: 125px;
  }
}

@media (min-width: 768px) {
  .mt-md--130 {
    margin-top: 130px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--130 {
    margin-top: 130px;
  }
}

@media (min-width: 768px) {
  .mt-md--135 {
    margin-top: 135px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--135 {
    margin-top: 135px;
  }
}

@media (min-width: 768px) {
  .mt-md--140 {
    margin-top: 140px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--140 {
    margin-top: 140px;
  }
}

@media (min-width: 768px) {
  .mt-md--145 {
    margin-top: 145px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--145 {
    margin-top: 145px;
  }
}

@media (min-width: 768px) {
  .mt-md--150 {
    margin-top: 150px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--150 {
    margin-top: 150px;
  }
}

@media (min-width: 768px) {
  .mt-md--155 {
    margin-top: 155px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--155 {
    margin-top: 155px;
  }
}

@media (min-width: 768px) {
  .mt-md--160 {
    margin-top: 160px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--160 {
    margin-top: 160px;
  }
}

@media (min-width: 768px) {
  .mt-md--165 {
    margin-top: 165px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--165 {
    margin-top: 165px;
  }
}

@media (min-width: 768px) {
  .mt-md--170 {
    margin-top: 170px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--170 {
    margin-top: 170px;
  }
}

@media (min-width: 768px) {
  .mt-md--175 {
    margin-top: 175px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--175 {
    margin-top: 175px;
  }
}

@media (min-width: 768px) {
  .mt-md--180 {
    margin-top: 180px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--180 {
    margin-top: 180px;
  }
}

@media (min-width: 768px) {
  .mt-md--185 {
    margin-top: 185px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--185 {
    margin-top: 185px;
  }
}

@media (min-width: 768px) {
  .mt-md--190 {
    margin-top: 190px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--190 {
    margin-top: 190px;
  }
}

@media (min-width: 768px) {
  .mt-md--195 {
    margin-top: 195px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--195 {
    margin-top: 195px;
  }
}

@media (min-width: 768px) {
  .mt-md--200 {
    margin-top: 200px !important;
  }
}

@media (min-width: 992px) {
  .mt-md--200 {
    margin-top: 200px;
  }
}

@media (min-width: 992px) {
  .mt-lg--0 {
    margin-top: 0px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--0 {
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .mt-lg--5 {
    margin-top: 5px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--5 {
    margin-top: 5px;
  }
}

@media (min-width: 992px) {
  .mt-lg--10 {
    margin-top: 10px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--10 {
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  .mt-lg--15 {
    margin-top: 15px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--15 {
    margin-top: 15px;
  }
}

@media (min-width: 992px) {
  .mt-lg--20 {
    margin-top: 20px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--20 {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .mt-lg--25 {
    margin-top: 25px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--25 {
    margin-top: 25px;
  }
}

@media (min-width: 992px) {
  .mt-lg--30 {
    margin-top: 30px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--30 {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .mt-lg--35 {
    margin-top: 35px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--35 {
    margin-top: 35px;
  }
}

@media (min-width: 992px) {
  .mt-lg--40 {
    margin-top: 40px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--40 {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .mt-lg--45 {
    margin-top: 45px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--45 {
    margin-top: 45px;
  }
}

@media (min-width: 992px) {
  .mt-lg--50 {
    margin-top: 50px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--50 {
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .mt-lg--55 {
    margin-top: 55px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--55 {
    margin-top: 55px;
  }
}

@media (min-width: 992px) {
  .mt-lg--60 {
    margin-top: 60px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--60 {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .mt-lg--65 {
    margin-top: 65px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--65 {
    margin-top: 65px;
  }
}

@media (min-width: 992px) {
  .mt-lg--70 {
    margin-top: 70px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--70 {
    margin-top: 70px;
  }
}

@media (min-width: 992px) {
  .mt-lg--75 {
    margin-top: 75px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--75 {
    margin-top: 75px;
  }
}

@media (min-width: 992px) {
  .mt-lg--80 {
    margin-top: 80px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--80 {
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  .mt-lg--85 {
    margin-top: 85px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--85 {
    margin-top: 85px;
  }
}

@media (min-width: 992px) {
  .mt-lg--90 {
    margin-top: 90px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--90 {
    margin-top: 90px;
  }
}

@media (min-width: 992px) {
  .mt-lg--95 {
    margin-top: 95px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--95 {
    margin-top: 95px;
  }
}

@media (min-width: 992px) {
  .mt-lg--100 {
    margin-top: 100px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--100 {
    margin-top: 100px;
  }
}

@media (min-width: 992px) {
  .mt-lg--105 {
    margin-top: 105px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--105 {
    margin-top: 105px;
  }
}

@media (min-width: 992px) {
  .mt-lg--110 {
    margin-top: 110px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--110 {
    margin-top: 110px;
  }
}

@media (min-width: 992px) {
  .mt-lg--115 {
    margin-top: 115px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--115 {
    margin-top: 115px;
  }
}

@media (min-width: 992px) {
  .mt-lg--120 {
    margin-top: 120px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--120 {
    margin-top: 120px;
  }
}

@media (min-width: 992px) {
  .mt-lg--125 {
    margin-top: 125px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--125 {
    margin-top: 125px;
  }
}

@media (min-width: 992px) {
  .mt-lg--130 {
    margin-top: 130px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--130 {
    margin-top: 130px;
  }
}

@media (min-width: 992px) {
  .mt-lg--135 {
    margin-top: 135px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--135 {
    margin-top: 135px;
  }
}

@media (min-width: 992px) {
  .mt-lg--140 {
    margin-top: 140px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--140 {
    margin-top: 140px;
  }
}

@media (min-width: 992px) {
  .mt-lg--145 {
    margin-top: 145px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--145 {
    margin-top: 145px;
  }
}

@media (min-width: 992px) {
  .mt-lg--150 {
    margin-top: 150px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--150 {
    margin-top: 150px;
  }
}

@media (min-width: 992px) {
  .mt-lg--155 {
    margin-top: 155px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--155 {
    margin-top: 155px;
  }
}

@media (min-width: 992px) {
  .mt-lg--160 {
    margin-top: 160px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--160 {
    margin-top: 160px;
  }
}

@media (min-width: 992px) {
  .mt-lg--165 {
    margin-top: 165px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--165 {
    margin-top: 165px;
  }
}

@media (min-width: 992px) {
  .mt-lg--170 {
    margin-top: 170px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--170 {
    margin-top: 170px;
  }
}

@media (min-width: 992px) {
  .mt-lg--175 {
    margin-top: 175px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--175 {
    margin-top: 175px;
  }
}

@media (min-width: 992px) {
  .mt-lg--180 {
    margin-top: 180px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--180 {
    margin-top: 180px;
  }
}

@media (min-width: 992px) {
  .mt-lg--185 {
    margin-top: 185px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--185 {
    margin-top: 185px;
  }
}

@media (min-width: 992px) {
  .mt-lg--190 {
    margin-top: 190px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--190 {
    margin-top: 190px;
  }
}

@media (min-width: 992px) {
  .mt-lg--195 {
    margin-top: 195px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--195 {
    margin-top: 195px;
  }
}

@media (min-width: 992px) {
  .mt-lg--200 {
    margin-top: 200px !important;
  }
}

@media (min-width: 1200px) {
  .mt-lg--200 {
    margin-top: 200px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--0 {
    margin-top: 0px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--0 {
    margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--5 {
    margin-top: 5px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--5 {
    margin-top: 5px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--10 {
    margin-top: 10px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--10 {
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--15 {
    margin-top: 15px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--15 {
    margin-top: 15px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--20 {
    margin-top: 20px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--20 {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--25 {
    margin-top: 25px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--25 {
    margin-top: 25px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--30 {
    margin-top: 30px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--30 {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--35 {
    margin-top: 35px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--35 {
    margin-top: 35px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--40 {
    margin-top: 40px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--40 {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--45 {
    margin-top: 45px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--45 {
    margin-top: 45px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--50 {
    margin-top: 50px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--50 {
    margin-top: 50px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--55 {
    margin-top: 55px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--55 {
    margin-top: 55px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--60 {
    margin-top: 60px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--60 {
    margin-top: 60px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--65 {
    margin-top: 65px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--65 {
    margin-top: 65px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--70 {
    margin-top: 70px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--70 {
    margin-top: 70px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--75 {
    margin-top: 75px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--75 {
    margin-top: 75px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--80 {
    margin-top: 80px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--80 {
    margin-top: 80px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--85 {
    margin-top: 85px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--85 {
    margin-top: 85px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--90 {
    margin-top: 90px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--90 {
    margin-top: 90px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--95 {
    margin-top: 95px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--95 {
    margin-top: 95px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--100 {
    margin-top: 100px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--100 {
    margin-top: 100px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--105 {
    margin-top: 105px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--105 {
    margin-top: 105px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--110 {
    margin-top: 110px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--110 {
    margin-top: 110px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--115 {
    margin-top: 115px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--115 {
    margin-top: 115px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--120 {
    margin-top: 120px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--120 {
    margin-top: 120px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--125 {
    margin-top: 125px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--125 {
    margin-top: 125px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--130 {
    margin-top: 130px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--130 {
    margin-top: 130px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--135 {
    margin-top: 135px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--135 {
    margin-top: 135px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--140 {
    margin-top: 140px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--140 {
    margin-top: 140px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--145 {
    margin-top: 145px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--145 {
    margin-top: 145px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--150 {
    margin-top: 150px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--150 {
    margin-top: 150px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--155 {
    margin-top: 155px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--155 {
    margin-top: 155px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--160 {
    margin-top: 160px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--160 {
    margin-top: 160px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--165 {
    margin-top: 165px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--165 {
    margin-top: 165px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--170 {
    margin-top: 170px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--170 {
    margin-top: 170px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--175 {
    margin-top: 175px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--175 {
    margin-top: 175px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--180 {
    margin-top: 180px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--180 {
    margin-top: 180px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--185 {
    margin-top: 185px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--185 {
    margin-top: 185px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--190 {
    margin-top: 190px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--190 {
    margin-top: 190px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--195 {
    margin-top: 195px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--195 {
    margin-top: 195px;
  }
}

@media (min-width: 1200px) {
  .mt-xl--200 {
    margin-top: 200px !important;
  }
}

@media (min-width: 1500px) {
  .mt-xl--200 {
    margin-top: 200px;
  }
}

/*-- Responsive Margins bottom --*/
@media (min-width: 576px) {
  .mb-sm--0 {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--0 {
    margin-bottom: 0px;
  }
}

@media (min-width: 576px) {
  .mb-sm--5 {
    margin-bottom: 5px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--5 {
    margin-bottom: 5px;
  }
}

@media (min-width: 576px) {
  .mb-sm--10 {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--10 {
    margin-bottom: 10px;
  }
}

@media (min-width: 576px) {
  .mb-sm--15 {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--15 {
    margin-bottom: 15px;
  }
}

@media (min-width: 576px) {
  .mb-sm--20 {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--20 {
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) {
  .mb-sm--25 {
    margin-bottom: 25px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--25 {
    margin-bottom: 25px;
  }
}

@media (min-width: 576px) {
  .mb-sm--30 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--30 {
    margin-bottom: 30px;
  }
}

@media (min-width: 576px) {
  .mb-sm--35 {
    margin-bottom: 35px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--35 {
    margin-bottom: 35px;
  }
}

@media (min-width: 576px) {
  .mb-sm--40 {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 576px) {
  .mb-sm--45 {
    margin-bottom: 45px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--45 {
    margin-bottom: 45px;
  }
}

@media (min-width: 576px) {
  .mb-sm--50 {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--50 {
    margin-bottom: 50px;
  }
}

@media (min-width: 576px) {
  .mb-sm--55 {
    margin-bottom: 55px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--55 {
    margin-bottom: 55px;
  }
}

@media (min-width: 576px) {
  .mb-sm--60 {
    margin-bottom: 60px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--60 {
    margin-bottom: 60px;
  }
}

@media (min-width: 576px) {
  .mb-sm--65 {
    margin-bottom: 65px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--65 {
    margin-bottom: 65px;
  }
}

@media (min-width: 576px) {
  .mb-sm--70 {
    margin-bottom: 70px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--70 {
    margin-bottom: 70px;
  }
}

@media (min-width: 576px) {
  .mb-sm--75 {
    margin-bottom: 75px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--75 {
    margin-bottom: 75px;
  }
}

@media (min-width: 576px) {
  .mb-sm--80 {
    margin-bottom: 80px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--80 {
    margin-bottom: 80px;
  }
}

@media (min-width: 576px) {
  .mb-sm--85 {
    margin-bottom: 85px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--85 {
    margin-bottom: 85px;
  }
}

@media (min-width: 576px) {
  .mb-sm--90 {
    margin-bottom: 90px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--90 {
    margin-bottom: 90px;
  }
}

@media (min-width: 576px) {
  .mb-sm--95 {
    margin-bottom: 95px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--95 {
    margin-bottom: 95px;
  }
}

@media (min-width: 576px) {
  .mb-sm--100 {
    margin-bottom: 100px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--100 {
    margin-bottom: 100px;
  }
}

@media (min-width: 576px) {
  .mb-sm--105 {
    margin-bottom: 105px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--105 {
    margin-bottom: 105px;
  }
}

@media (min-width: 576px) {
  .mb-sm--110 {
    margin-bottom: 110px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--110 {
    margin-bottom: 110px;
  }
}

@media (min-width: 576px) {
  .mb-sm--115 {
    margin-bottom: 115px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--115 {
    margin-bottom: 115px;
  }
}

@media (min-width: 576px) {
  .mb-sm--120 {
    margin-bottom: 120px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--120 {
    margin-bottom: 120px;
  }
}

@media (min-width: 576px) {
  .mb-sm--125 {
    margin-bottom: 125px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--125 {
    margin-bottom: 125px;
  }
}

@media (min-width: 576px) {
  .mb-sm--130 {
    margin-bottom: 130px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--130 {
    margin-bottom: 130px;
  }
}

@media (min-width: 576px) {
  .mb-sm--135 {
    margin-bottom: 135px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--135 {
    margin-bottom: 135px;
  }
}

@media (min-width: 576px) {
  .mb-sm--140 {
    margin-bottom: 140px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--140 {
    margin-bottom: 140px;
  }
}

@media (min-width: 576px) {
  .mb-sm--145 {
    margin-bottom: 145px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--145 {
    margin-bottom: 145px;
  }
}

@media (min-width: 576px) {
  .mb-sm--150 {
    margin-bottom: 150px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--150 {
    margin-bottom: 150px;
  }
}

@media (min-width: 576px) {
  .mb-sm--155 {
    margin-bottom: 155px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--155 {
    margin-bottom: 155px;
  }
}

@media (min-width: 576px) {
  .mb-sm--160 {
    margin-bottom: 160px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--160 {
    margin-bottom: 160px;
  }
}

@media (min-width: 576px) {
  .mb-sm--165 {
    margin-bottom: 165px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--165 {
    margin-bottom: 165px;
  }
}

@media (min-width: 576px) {
  .mb-sm--170 {
    margin-bottom: 170px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--170 {
    margin-bottom: 170px;
  }
}

@media (min-width: 576px) {
  .mb-sm--175 {
    margin-bottom: 175px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--175 {
    margin-bottom: 175px;
  }
}

@media (min-width: 576px) {
  .mb-sm--180 {
    margin-bottom: 180px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--180 {
    margin-bottom: 180px;
  }
}

@media (min-width: 576px) {
  .mb-sm--185 {
    margin-bottom: 185px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--185 {
    margin-bottom: 185px;
  }
}

@media (min-width: 576px) {
  .mb-sm--190 {
    margin-bottom: 190px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--190 {
    margin-bottom: 190px;
  }
}

@media (min-width: 576px) {
  .mb-sm--195 {
    margin-bottom: 195px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--195 {
    margin-bottom: 195px;
  }
}

@media (min-width: 576px) {
  .mb-sm--200 {
    margin-bottom: 200px !important;
  }
}

@media (min-width: 768px) {
  .mb-sm--200 {
    margin-bottom: 200px;
  }
}

@media (min-width: 768px) {
  .mb-md--0 {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--0 {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .mb-md--5 {
    margin-bottom: 5px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--5 {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .mb-md--10 {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--10 {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .mb-md--15 {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--15 {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .mb-md--20 {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--20 {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .mb-md--25 {
    margin-bottom: 25px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--25 {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .mb-md--30 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--30 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .mb-md--35 {
    margin-bottom: 35px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--35 {
    margin-bottom: 35px;
  }
}

@media (min-width: 768px) {
  .mb-md--40 {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .mb-md--45 {
    margin-bottom: 45px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--45 {
    margin-bottom: 45px;
  }
}

@media (min-width: 768px) {
  .mb-md--50 {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--50 {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .mb-md--55 {
    margin-bottom: 55px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--55 {
    margin-bottom: 55px;
  }
}

@media (min-width: 768px) {
  .mb-md--60 {
    margin-bottom: 60px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--60 {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .mb-md--65 {
    margin-bottom: 65px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--65 {
    margin-bottom: 65px;
  }
}

@media (min-width: 768px) {
  .mb-md--70 {
    margin-bottom: 70px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--70 {
    margin-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .mb-md--75 {
    margin-bottom: 75px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--75 {
    margin-bottom: 75px;
  }
}

@media (min-width: 768px) {
  .mb-md--80 {
    margin-bottom: 80px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--80 {
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .mb-md--85 {
    margin-bottom: 85px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--85 {
    margin-bottom: 85px;
  }
}

@media (min-width: 768px) {
  .mb-md--90 {
    margin-bottom: 90px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--90 {
    margin-bottom: 90px;
  }
}

@media (min-width: 768px) {
  .mb-md--95 {
    margin-bottom: 95px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--95 {
    margin-bottom: 95px;
  }
}

@media (min-width: 768px) {
  .mb-md--100 {
    margin-bottom: 100px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--100 {
    margin-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .mb-md--105 {
    margin-bottom: 105px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--105 {
    margin-bottom: 105px;
  }
}

@media (min-width: 768px) {
  .mb-md--110 {
    margin-bottom: 110px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--110 {
    margin-bottom: 110px;
  }
}

@media (min-width: 768px) {
  .mb-md--115 {
    margin-bottom: 115px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--115 {
    margin-bottom: 115px;
  }
}

@media (min-width: 768px) {
  .mb-md--120 {
    margin-bottom: 120px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--120 {
    margin-bottom: 120px;
  }
}

@media (min-width: 768px) {
  .mb-md--125 {
    margin-bottom: 125px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--125 {
    margin-bottom: 125px;
  }
}

@media (min-width: 768px) {
  .mb-md--130 {
    margin-bottom: 130px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--130 {
    margin-bottom: 130px;
  }
}

@media (min-width: 768px) {
  .mb-md--135 {
    margin-bottom: 135px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--135 {
    margin-bottom: 135px;
  }
}

@media (min-width: 768px) {
  .mb-md--140 {
    margin-bottom: 140px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--140 {
    margin-bottom: 140px;
  }
}

@media (min-width: 768px) {
  .mb-md--145 {
    margin-bottom: 145px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--145 {
    margin-bottom: 145px;
  }
}

@media (min-width: 768px) {
  .mb-md--150 {
    margin-bottom: 150px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--150 {
    margin-bottom: 150px;
  }
}

@media (min-width: 768px) {
  .mb-md--155 {
    margin-bottom: 155px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--155 {
    margin-bottom: 155px;
  }
}

@media (min-width: 768px) {
  .mb-md--160 {
    margin-bottom: 160px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--160 {
    margin-bottom: 160px;
  }
}

@media (min-width: 768px) {
  .mb-md--165 {
    margin-bottom: 165px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--165 {
    margin-bottom: 165px;
  }
}

@media (min-width: 768px) {
  .mb-md--170 {
    margin-bottom: 170px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--170 {
    margin-bottom: 170px;
  }
}

@media (min-width: 768px) {
  .mb-md--175 {
    margin-bottom: 175px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--175 {
    margin-bottom: 175px;
  }
}

@media (min-width: 768px) {
  .mb-md--180 {
    margin-bottom: 180px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--180 {
    margin-bottom: 180px;
  }
}

@media (min-width: 768px) {
  .mb-md--185 {
    margin-bottom: 185px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--185 {
    margin-bottom: 185px;
  }
}

@media (min-width: 768px) {
  .mb-md--190 {
    margin-bottom: 190px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--190 {
    margin-bottom: 190px;
  }
}

@media (min-width: 768px) {
  .mb-md--195 {
    margin-bottom: 195px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--195 {
    margin-bottom: 195px;
  }
}

@media (min-width: 768px) {
  .mb-md--200 {
    margin-bottom: 200px !important;
  }
}

@media (min-width: 992px) {
  .mb-md--200 {
    margin-bottom: 200px;
  }
}

@media (min-width: 992px) {
  .mb-lg--0 {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--0 {
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .mb-lg--5 {
    margin-bottom: 5px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--5 {
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) {
  .mb-lg--10 {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--10 {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .mb-lg--15 {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--15 {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .mb-lg--20 {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--20 {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .mb-lg--25 {
    margin-bottom: 25px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--25 {
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .mb-lg--30 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--30 {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .mb-lg--35 {
    margin-bottom: 35px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--35 {
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  .mb-lg--40 {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .mb-lg--45 {
    margin-bottom: 45px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--45 {
    margin-bottom: 45px;
  }
}

@media (min-width: 992px) {
  .mb-lg--50 {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--50 {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .mb-lg--55 {
    margin-bottom: 55px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--55 {
    margin-bottom: 55px;
  }
}

@media (min-width: 992px) {
  .mb-lg--60 {
    margin-bottom: 60px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--60 {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .mb-lg--65 {
    margin-bottom: 65px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--65 {
    margin-bottom: 65px;
  }
}

@media (min-width: 992px) {
  .mb-lg--70 {
    margin-bottom: 70px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--70 {
    margin-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .mb-lg--75 {
    margin-bottom: 75px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--75 {
    margin-bottom: 75px;
  }
}

@media (min-width: 992px) {
  .mb-lg--80 {
    margin-bottom: 80px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--80 {
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .mb-lg--85 {
    margin-bottom: 85px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--85 {
    margin-bottom: 85px;
  }
}

@media (min-width: 992px) {
  .mb-lg--90 {
    margin-bottom: 90px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--90 {
    margin-bottom: 90px;
  }
}

@media (min-width: 992px) {
  .mb-lg--95 {
    margin-bottom: 95px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--95 {
    margin-bottom: 95px;
  }
}

@media (min-width: 992px) {
  .mb-lg--100 {
    margin-bottom: 100px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--100 {
    margin-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .mb-lg--105 {
    margin-bottom: 105px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--105 {
    margin-bottom: 105px;
  }
}

@media (min-width: 992px) {
  .mb-lg--110 {
    margin-bottom: 110px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--110 {
    margin-bottom: 110px;
  }
}

@media (min-width: 992px) {
  .mb-lg--115 {
    margin-bottom: 115px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--115 {
    margin-bottom: 115px;
  }
}

@media (min-width: 992px) {
  .mb-lg--120 {
    margin-bottom: 120px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--120 {
    margin-bottom: 120px;
  }
}

@media (min-width: 992px) {
  .mb-lg--125 {
    margin-bottom: 125px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--125 {
    margin-bottom: 125px;
  }
}

@media (min-width: 992px) {
  .mb-lg--130 {
    margin-bottom: 130px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--130 {
    margin-bottom: 130px;
  }
}

@media (min-width: 992px) {
  .mb-lg--135 {
    margin-bottom: 135px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--135 {
    margin-bottom: 135px;
  }
}

@media (min-width: 992px) {
  .mb-lg--140 {
    margin-bottom: 140px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--140 {
    margin-bottom: 140px;
  }
}

@media (min-width: 992px) {
  .mb-lg--145 {
    margin-bottom: 145px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--145 {
    margin-bottom: 145px;
  }
}

@media (min-width: 992px) {
  .mb-lg--150 {
    margin-bottom: 150px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--150 {
    margin-bottom: 150px;
  }
}

@media (min-width: 992px) {
  .mb-lg--155 {
    margin-bottom: 155px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--155 {
    margin-bottom: 155px;
  }
}

@media (min-width: 992px) {
  .mb-lg--160 {
    margin-bottom: 160px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--160 {
    margin-bottom: 160px;
  }
}

@media (min-width: 992px) {
  .mb-lg--165 {
    margin-bottom: 165px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--165 {
    margin-bottom: 165px;
  }
}

@media (min-width: 992px) {
  .mb-lg--170 {
    margin-bottom: 170px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--170 {
    margin-bottom: 170px;
  }
}

@media (min-width: 992px) {
  .mb-lg--175 {
    margin-bottom: 175px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--175 {
    margin-bottom: 175px;
  }
}

@media (min-width: 992px) {
  .mb-lg--180 {
    margin-bottom: 180px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--180 {
    margin-bottom: 180px;
  }
}

@media (min-width: 992px) {
  .mb-lg--185 {
    margin-bottom: 185px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--185 {
    margin-bottom: 185px;
  }
}

@media (min-width: 992px) {
  .mb-lg--190 {
    margin-bottom: 190px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--190 {
    margin-bottom: 190px;
  }
}

@media (min-width: 992px) {
  .mb-lg--195 {
    margin-bottom: 195px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--195 {
    margin-bottom: 195px;
  }
}

@media (min-width: 992px) {
  .mb-lg--200 {
    margin-bottom: 200px !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg--200 {
    margin-bottom: 200px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--0 {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--0 {
    margin-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--5 {
    margin-bottom: 5px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--5 {
    margin-bottom: 5px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--10 {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--10 {
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--15 {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--15 {
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--20 {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--20 {
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--25 {
    margin-bottom: 25px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--25 {
    margin-bottom: 25px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--30 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--30 {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--35 {
    margin-bottom: 35px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--35 {
    margin-bottom: 35px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--40 {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--45 {
    margin-bottom: 45px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--45 {
    margin-bottom: 45px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--50 {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--50 {
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--55 {
    margin-bottom: 55px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--55 {
    margin-bottom: 55px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--60 {
    margin-bottom: 60px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--60 {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--65 {
    margin-bottom: 65px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--65 {
    margin-bottom: 65px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--70 {
    margin-bottom: 70px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--70 {
    margin-bottom: 70px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--75 {
    margin-bottom: 75px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--75 {
    margin-bottom: 75px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--80 {
    margin-bottom: 80px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--80 {
    margin-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--85 {
    margin-bottom: 85px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--85 {
    margin-bottom: 85px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--90 {
    margin-bottom: 90px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--90 {
    margin-bottom: 90px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--95 {
    margin-bottom: 95px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--95 {
    margin-bottom: 95px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--100 {
    margin-bottom: 100px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--100 {
    margin-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--105 {
    margin-bottom: 105px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--105 {
    margin-bottom: 105px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--110 {
    margin-bottom: 110px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--110 {
    margin-bottom: 110px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--115 {
    margin-bottom: 115px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--115 {
    margin-bottom: 115px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--120 {
    margin-bottom: 120px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--120 {
    margin-bottom: 120px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--125 {
    margin-bottom: 125px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--125 {
    margin-bottom: 125px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--130 {
    margin-bottom: 130px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--130 {
    margin-bottom: 130px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--135 {
    margin-bottom: 135px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--135 {
    margin-bottom: 135px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--140 {
    margin-bottom: 140px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--140 {
    margin-bottom: 140px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--145 {
    margin-bottom: 145px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--145 {
    margin-bottom: 145px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--150 {
    margin-bottom: 150px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--150 {
    margin-bottom: 150px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--155 {
    margin-bottom: 155px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--155 {
    margin-bottom: 155px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--160 {
    margin-bottom: 160px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--160 {
    margin-bottom: 160px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--165 {
    margin-bottom: 165px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--165 {
    margin-bottom: 165px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--170 {
    margin-bottom: 170px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--170 {
    margin-bottom: 170px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--175 {
    margin-bottom: 175px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--175 {
    margin-bottom: 175px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--180 {
    margin-bottom: 180px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--180 {
    margin-bottom: 180px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--185 {
    margin-bottom: 185px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--185 {
    margin-bottom: 185px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--190 {
    margin-bottom: 190px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--190 {
    margin-bottom: 190px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--195 {
    margin-bottom: 195px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--195 {
    margin-bottom: 195px;
  }
}

@media (min-width: 1200px) {
  .mb-xl--200 {
    margin-bottom: 200px !important;
  }
}

@media (min-width: 1500px) {
  .mb-xl--200 {
    margin-bottom: 200px;
  }
}

/*-- Responsive Margins left --*/
@media (min-width: 576px) {
  .ml-sm--0 {
    margin-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--0 {
    margin-left: 0px;
  }
}

@media (min-width: 576px) {
  .ml-sm--5 {
    margin-left: 5px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--5 {
    margin-left: 5px;
  }
}

@media (min-width: 576px) {
  .ml-sm--10 {
    margin-left: 10px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--10 {
    margin-left: 10px;
  }
}

@media (min-width: 576px) {
  .ml-sm--15 {
    margin-left: 15px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--15 {
    margin-left: 15px;
  }
}

@media (min-width: 576px) {
  .ml-sm--20 {
    margin-left: 20px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--20 {
    margin-left: 20px;
  }
}

@media (min-width: 576px) {
  .ml-sm--25 {
    margin-left: 25px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--25 {
    margin-left: 25px;
  }
}

@media (min-width: 576px) {
  .ml-sm--30 {
    margin-left: 30px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--30 {
    margin-left: 30px;
  }
}

@media (min-width: 576px) {
  .ml-sm--35 {
    margin-left: 35px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--35 {
    margin-left: 35px;
  }
}

@media (min-width: 576px) {
  .ml-sm--40 {
    margin-left: 40px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--40 {
    margin-left: 40px;
  }
}

@media (min-width: 576px) {
  .ml-sm--45 {
    margin-left: 45px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--45 {
    margin-left: 45px;
  }
}

@media (min-width: 576px) {
  .ml-sm--50 {
    margin-left: 50px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--50 {
    margin-left: 50px;
  }
}

@media (min-width: 576px) {
  .ml-sm--55 {
    margin-left: 55px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--55 {
    margin-left: 55px;
  }
}

@media (min-width: 576px) {
  .ml-sm--60 {
    margin-left: 60px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--60 {
    margin-left: 60px;
  }
}

@media (min-width: 576px) {
  .ml-sm--65 {
    margin-left: 65px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--65 {
    margin-left: 65px;
  }
}

@media (min-width: 576px) {
  .ml-sm--70 {
    margin-left: 70px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--70 {
    margin-left: 70px;
  }
}

@media (min-width: 576px) {
  .ml-sm--75 {
    margin-left: 75px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--75 {
    margin-left: 75px;
  }
}

@media (min-width: 576px) {
  .ml-sm--80 {
    margin-left: 80px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--80 {
    margin-left: 80px;
  }
}

@media (min-width: 576px) {
  .ml-sm--85 {
    margin-left: 85px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--85 {
    margin-left: 85px;
  }
}

@media (min-width: 576px) {
  .ml-sm--90 {
    margin-left: 90px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--90 {
    margin-left: 90px;
  }
}

@media (min-width: 576px) {
  .ml-sm--95 {
    margin-left: 95px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--95 {
    margin-left: 95px;
  }
}

@media (min-width: 576px) {
  .ml-sm--100 {
    margin-left: 100px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--100 {
    margin-left: 100px;
  }
}

@media (min-width: 576px) {
  .ml-sm--105 {
    margin-left: 105px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--105 {
    margin-left: 105px;
  }
}

@media (min-width: 576px) {
  .ml-sm--110 {
    margin-left: 110px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--110 {
    margin-left: 110px;
  }
}

@media (min-width: 576px) {
  .ml-sm--115 {
    margin-left: 115px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--115 {
    margin-left: 115px;
  }
}

@media (min-width: 576px) {
  .ml-sm--120 {
    margin-left: 120px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--120 {
    margin-left: 120px;
  }
}

@media (min-width: 576px) {
  .ml-sm--125 {
    margin-left: 125px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--125 {
    margin-left: 125px;
  }
}

@media (min-width: 576px) {
  .ml-sm--130 {
    margin-left: 130px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--130 {
    margin-left: 130px;
  }
}

@media (min-width: 576px) {
  .ml-sm--135 {
    margin-left: 135px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--135 {
    margin-left: 135px;
  }
}

@media (min-width: 576px) {
  .ml-sm--140 {
    margin-left: 140px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--140 {
    margin-left: 140px;
  }
}

@media (min-width: 576px) {
  .ml-sm--145 {
    margin-left: 145px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--145 {
    margin-left: 145px;
  }
}

@media (min-width: 576px) {
  .ml-sm--150 {
    margin-left: 150px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--150 {
    margin-left: 150px;
  }
}

@media (min-width: 576px) {
  .ml-sm--155 {
    margin-left: 155px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--155 {
    margin-left: 155px;
  }
}

@media (min-width: 576px) {
  .ml-sm--160 {
    margin-left: 160px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--160 {
    margin-left: 160px;
  }
}

@media (min-width: 576px) {
  .ml-sm--165 {
    margin-left: 165px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--165 {
    margin-left: 165px;
  }
}

@media (min-width: 576px) {
  .ml-sm--170 {
    margin-left: 170px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--170 {
    margin-left: 170px;
  }
}

@media (min-width: 576px) {
  .ml-sm--175 {
    margin-left: 175px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--175 {
    margin-left: 175px;
  }
}

@media (min-width: 576px) {
  .ml-sm--180 {
    margin-left: 180px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--180 {
    margin-left: 180px;
  }
}

@media (min-width: 576px) {
  .ml-sm--185 {
    margin-left: 185px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--185 {
    margin-left: 185px;
  }
}

@media (min-width: 576px) {
  .ml-sm--190 {
    margin-left: 190px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--190 {
    margin-left: 190px;
  }
}

@media (min-width: 576px) {
  .ml-sm--195 {
    margin-left: 195px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--195 {
    margin-left: 195px;
  }
}

@media (min-width: 576px) {
  .ml-sm--200 {
    margin-left: 200px !important;
  }
}

@media (min-width: 768px) {
  .ml-sm--200 {
    margin-left: 200px;
  }
}

@media (min-width: 768px) {
  .ml-md--0 {
    margin-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--0 {
    margin-left: 0px;
  }
}

@media (min-width: 768px) {
  .ml-md--5 {
    margin-left: 5px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--5 {
    margin-left: 5px;
  }
}

@media (min-width: 768px) {
  .ml-md--10 {
    margin-left: 10px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--10 {
    margin-left: 10px;
  }
}

@media (min-width: 768px) {
  .ml-md--15 {
    margin-left: 15px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--15 {
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .ml-md--20 {
    margin-left: 20px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--20 {
    margin-left: 20px;
  }
}

@media (min-width: 768px) {
  .ml-md--25 {
    margin-left: 25px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--25 {
    margin-left: 25px;
  }
}

@media (min-width: 768px) {
  .ml-md--30 {
    margin-left: 30px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--30 {
    margin-left: 30px;
  }
}

@media (min-width: 768px) {
  .ml-md--35 {
    margin-left: 35px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--35 {
    margin-left: 35px;
  }
}

@media (min-width: 768px) {
  .ml-md--40 {
    margin-left: 40px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--40 {
    margin-left: 40px;
  }
}

@media (min-width: 768px) {
  .ml-md--45 {
    margin-left: 45px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--45 {
    margin-left: 45px;
  }
}

@media (min-width: 768px) {
  .ml-md--50 {
    margin-left: 50px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--50 {
    margin-left: 50px;
  }
}

@media (min-width: 768px) {
  .ml-md--55 {
    margin-left: 55px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--55 {
    margin-left: 55px;
  }
}

@media (min-width: 768px) {
  .ml-md--60 {
    margin-left: 60px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--60 {
    margin-left: 60px;
  }
}

@media (min-width: 768px) {
  .ml-md--65 {
    margin-left: 65px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--65 {
    margin-left: 65px;
  }
}

@media (min-width: 768px) {
  .ml-md--70 {
    margin-left: 70px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--70 {
    margin-left: 70px;
  }
}

@media (min-width: 768px) {
  .ml-md--75 {
    margin-left: 75px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--75 {
    margin-left: 75px;
  }
}

@media (min-width: 768px) {
  .ml-md--80 {
    margin-left: 80px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--80 {
    margin-left: 80px;
  }
}

@media (min-width: 768px) {
  .ml-md--85 {
    margin-left: 85px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--85 {
    margin-left: 85px;
  }
}

@media (min-width: 768px) {
  .ml-md--90 {
    margin-left: 90px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--90 {
    margin-left: 90px;
  }
}

@media (min-width: 768px) {
  .ml-md--95 {
    margin-left: 95px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--95 {
    margin-left: 95px;
  }
}

@media (min-width: 768px) {
  .ml-md--100 {
    margin-left: 100px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--100 {
    margin-left: 100px;
  }
}

@media (min-width: 768px) {
  .ml-md--105 {
    margin-left: 105px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--105 {
    margin-left: 105px;
  }
}

@media (min-width: 768px) {
  .ml-md--110 {
    margin-left: 110px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--110 {
    margin-left: 110px;
  }
}

@media (min-width: 768px) {
  .ml-md--115 {
    margin-left: 115px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--115 {
    margin-left: 115px;
  }
}

@media (min-width: 768px) {
  .ml-md--120 {
    margin-left: 120px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--120 {
    margin-left: 120px;
  }
}

@media (min-width: 768px) {
  .ml-md--125 {
    margin-left: 125px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--125 {
    margin-left: 125px;
  }
}

@media (min-width: 768px) {
  .ml-md--130 {
    margin-left: 130px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--130 {
    margin-left: 130px;
  }
}

@media (min-width: 768px) {
  .ml-md--135 {
    margin-left: 135px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--135 {
    margin-left: 135px;
  }
}

@media (min-width: 768px) {
  .ml-md--140 {
    margin-left: 140px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--140 {
    margin-left: 140px;
  }
}

@media (min-width: 768px) {
  .ml-md--145 {
    margin-left: 145px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--145 {
    margin-left: 145px;
  }
}

@media (min-width: 768px) {
  .ml-md--150 {
    margin-left: 150px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--150 {
    margin-left: 150px;
  }
}

@media (min-width: 768px) {
  .ml-md--155 {
    margin-left: 155px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--155 {
    margin-left: 155px;
  }
}

@media (min-width: 768px) {
  .ml-md--160 {
    margin-left: 160px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--160 {
    margin-left: 160px;
  }
}

@media (min-width: 768px) {
  .ml-md--165 {
    margin-left: 165px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--165 {
    margin-left: 165px;
  }
}

@media (min-width: 768px) {
  .ml-md--170 {
    margin-left: 170px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--170 {
    margin-left: 170px;
  }
}

@media (min-width: 768px) {
  .ml-md--175 {
    margin-left: 175px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--175 {
    margin-left: 175px;
  }
}

@media (min-width: 768px) {
  .ml-md--180 {
    margin-left: 180px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--180 {
    margin-left: 180px;
  }
}

@media (min-width: 768px) {
  .ml-md--185 {
    margin-left: 185px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--185 {
    margin-left: 185px;
  }
}

@media (min-width: 768px) {
  .ml-md--190 {
    margin-left: 190px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--190 {
    margin-left: 190px;
  }
}

@media (min-width: 768px) {
  .ml-md--195 {
    margin-left: 195px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--195 {
    margin-left: 195px;
  }
}

@media (min-width: 768px) {
  .ml-md--200 {
    margin-left: 200px !important;
  }
}

@media (min-width: 992px) {
  .ml-md--200 {
    margin-left: 200px;
  }
}

@media (min-width: 992px) {
  .ml-lg--0 {
    margin-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--0 {
    margin-left: 0px;
  }
}

@media (min-width: 992px) {
  .ml-lg--5 {
    margin-left: 5px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--5 {
    margin-left: 5px;
  }
}

@media (min-width: 992px) {
  .ml-lg--10 {
    margin-left: 10px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--10 {
    margin-left: 10px;
  }
}

@media (min-width: 992px) {
  .ml-lg--15 {
    margin-left: 15px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--15 {
    margin-left: 15px;
  }
}

@media (min-width: 992px) {
  .ml-lg--20 {
    margin-left: 20px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--20 {
    margin-left: 20px;
  }
}

@media (min-width: 992px) {
  .ml-lg--25 {
    margin-left: 25px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--25 {
    margin-left: 25px;
  }
}

@media (min-width: 992px) {
  .ml-lg--30 {
    margin-left: 30px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--30 {
    margin-left: 30px;
  }
}

@media (min-width: 992px) {
  .ml-lg--35 {
    margin-left: 35px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--35 {
    margin-left: 35px;
  }
}

@media (min-width: 992px) {
  .ml-lg--40 {
    margin-left: 40px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--40 {
    margin-left: 40px;
  }
}

@media (min-width: 992px) {
  .ml-lg--45 {
    margin-left: 45px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--45 {
    margin-left: 45px;
  }
}

@media (min-width: 992px) {
  .ml-lg--50 {
    margin-left: 50px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--50 {
    margin-left: 50px;
  }
}

@media (min-width: 992px) {
  .ml-lg--55 {
    margin-left: 55px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--55 {
    margin-left: 55px;
  }
}

@media (min-width: 992px) {
  .ml-lg--60 {
    margin-left: 60px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--60 {
    margin-left: 60px;
  }
}

@media (min-width: 992px) {
  .ml-lg--65 {
    margin-left: 65px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--65 {
    margin-left: 65px;
  }
}

@media (min-width: 992px) {
  .ml-lg--70 {
    margin-left: 70px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--70 {
    margin-left: 70px;
  }
}

@media (min-width: 992px) {
  .ml-lg--75 {
    margin-left: 75px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--75 {
    margin-left: 75px;
  }
}

@media (min-width: 992px) {
  .ml-lg--80 {
    margin-left: 80px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--80 {
    margin-left: 80px;
  }
}

@media (min-width: 992px) {
  .ml-lg--85 {
    margin-left: 85px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--85 {
    margin-left: 85px;
  }
}

@media (min-width: 992px) {
  .ml-lg--90 {
    margin-left: 90px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--90 {
    margin-left: 90px;
  }
}

@media (min-width: 992px) {
  .ml-lg--95 {
    margin-left: 95px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--95 {
    margin-left: 95px;
  }
}

@media (min-width: 992px) {
  .ml-lg--100 {
    margin-left: 100px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--100 {
    margin-left: 100px;
  }
}

@media (min-width: 992px) {
  .ml-lg--105 {
    margin-left: 105px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--105 {
    margin-left: 105px;
  }
}

@media (min-width: 992px) {
  .ml-lg--110 {
    margin-left: 110px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--110 {
    margin-left: 110px;
  }
}

@media (min-width: 992px) {
  .ml-lg--115 {
    margin-left: 115px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--115 {
    margin-left: 115px;
  }
}

@media (min-width: 992px) {
  .ml-lg--120 {
    margin-left: 120px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--120 {
    margin-left: 120px;
  }
}

@media (min-width: 992px) {
  .ml-lg--125 {
    margin-left: 125px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--125 {
    margin-left: 125px;
  }
}

@media (min-width: 992px) {
  .ml-lg--130 {
    margin-left: 130px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--130 {
    margin-left: 130px;
  }
}

@media (min-width: 992px) {
  .ml-lg--135 {
    margin-left: 135px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--135 {
    margin-left: 135px;
  }
}

@media (min-width: 992px) {
  .ml-lg--140 {
    margin-left: 140px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--140 {
    margin-left: 140px;
  }
}

@media (min-width: 992px) {
  .ml-lg--145 {
    margin-left: 145px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--145 {
    margin-left: 145px;
  }
}

@media (min-width: 992px) {
  .ml-lg--150 {
    margin-left: 150px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--150 {
    margin-left: 150px;
  }
}

@media (min-width: 992px) {
  .ml-lg--155 {
    margin-left: 155px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--155 {
    margin-left: 155px;
  }
}

@media (min-width: 992px) {
  .ml-lg--160 {
    margin-left: 160px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--160 {
    margin-left: 160px;
  }
}

@media (min-width: 992px) {
  .ml-lg--165 {
    margin-left: 165px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--165 {
    margin-left: 165px;
  }
}

@media (min-width: 992px) {
  .ml-lg--170 {
    margin-left: 170px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--170 {
    margin-left: 170px;
  }
}

@media (min-width: 992px) {
  .ml-lg--175 {
    margin-left: 175px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--175 {
    margin-left: 175px;
  }
}

@media (min-width: 992px) {
  .ml-lg--180 {
    margin-left: 180px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--180 {
    margin-left: 180px;
  }
}

@media (min-width: 992px) {
  .ml-lg--185 {
    margin-left: 185px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--185 {
    margin-left: 185px;
  }
}

@media (min-width: 992px) {
  .ml-lg--190 {
    margin-left: 190px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--190 {
    margin-left: 190px;
  }
}

@media (min-width: 992px) {
  .ml-lg--195 {
    margin-left: 195px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--195 {
    margin-left: 195px;
  }
}

@media (min-width: 992px) {
  .ml-lg--200 {
    margin-left: 200px !important;
  }
}

@media (min-width: 1200px) {
  .ml-lg--200 {
    margin-left: 200px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--0 {
    margin-left: 0px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--0 {
    margin-left: 0px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--5 {
    margin-left: 5px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--5 {
    margin-left: 5px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--10 {
    margin-left: 10px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--10 {
    margin-left: 10px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--15 {
    margin-left: 15px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--15 {
    margin-left: 15px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--20 {
    margin-left: 20px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--20 {
    margin-left: 20px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--25 {
    margin-left: 25px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--25 {
    margin-left: 25px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--30 {
    margin-left: 30px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--30 {
    margin-left: 30px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--35 {
    margin-left: 35px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--35 {
    margin-left: 35px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--40 {
    margin-left: 40px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--40 {
    margin-left: 40px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--45 {
    margin-left: 45px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--45 {
    margin-left: 45px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--50 {
    margin-left: 50px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--50 {
    margin-left: 50px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--55 {
    margin-left: 55px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--55 {
    margin-left: 55px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--60 {
    margin-left: 60px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--60 {
    margin-left: 60px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--65 {
    margin-left: 65px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--65 {
    margin-left: 65px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--70 {
    margin-left: 70px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--70 {
    margin-left: 70px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--75 {
    margin-left: 75px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--75 {
    margin-left: 75px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--80 {
    margin-left: 80px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--80 {
    margin-left: 80px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--85 {
    margin-left: 85px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--85 {
    margin-left: 85px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--90 {
    margin-left: 90px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--90 {
    margin-left: 90px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--95 {
    margin-left: 95px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--95 {
    margin-left: 95px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--100 {
    margin-left: 100px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--100 {
    margin-left: 100px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--105 {
    margin-left: 105px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--105 {
    margin-left: 105px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--110 {
    margin-left: 110px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--110 {
    margin-left: 110px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--115 {
    margin-left: 115px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--115 {
    margin-left: 115px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--120 {
    margin-left: 120px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--120 {
    margin-left: 120px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--125 {
    margin-left: 125px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--125 {
    margin-left: 125px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--130 {
    margin-left: 130px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--130 {
    margin-left: 130px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--135 {
    margin-left: 135px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--135 {
    margin-left: 135px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--140 {
    margin-left: 140px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--140 {
    margin-left: 140px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--145 {
    margin-left: 145px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--145 {
    margin-left: 145px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--150 {
    margin-left: 150px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--150 {
    margin-left: 150px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--155 {
    margin-left: 155px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--155 {
    margin-left: 155px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--160 {
    margin-left: 160px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--160 {
    margin-left: 160px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--165 {
    margin-left: 165px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--165 {
    margin-left: 165px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--170 {
    margin-left: 170px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--170 {
    margin-left: 170px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--175 {
    margin-left: 175px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--175 {
    margin-left: 175px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--180 {
    margin-left: 180px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--180 {
    margin-left: 180px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--185 {
    margin-left: 185px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--185 {
    margin-left: 185px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--190 {
    margin-left: 190px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--190 {
    margin-left: 190px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--195 {
    margin-left: 195px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--195 {
    margin-left: 195px;
  }
}

@media (min-width: 1200px) {
  .ml-xl--200 {
    margin-left: 200px !important;
  }
}

@media (min-width: 1500px) {
  .ml-xl--200 {
    margin-left: 200px;
  }
}

/*-- Responsive Margins Right --*/
@media (min-width: 576px) {
  .mr-sm--0 {
    margin-right: 0px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--0 {
    margin-right: 0px;
  }
}

@media (min-width: 576px) {
  .mr-sm--5 {
    margin-right: 5px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--5 {
    margin-right: 5px;
  }
}

@media (min-width: 576px) {
  .mr-sm--10 {
    margin-right: 10px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--10 {
    margin-right: 10px;
  }
}

@media (min-width: 576px) {
  .mr-sm--15 {
    margin-right: 15px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--15 {
    margin-right: 15px;
  }
}

@media (min-width: 576px) {
  .mr-sm--20 {
    margin-right: 20px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--20 {
    margin-right: 20px;
  }
}

@media (min-width: 576px) {
  .mr-sm--25 {
    margin-right: 25px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--25 {
    margin-right: 25px;
  }
}

@media (min-width: 576px) {
  .mr-sm--30 {
    margin-right: 30px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--30 {
    margin-right: 30px;
  }
}

@media (min-width: 576px) {
  .mr-sm--35 {
    margin-right: 35px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--35 {
    margin-right: 35px;
  }
}

@media (min-width: 576px) {
  .mr-sm--40 {
    margin-right: 40px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--40 {
    margin-right: 40px;
  }
}

@media (min-width: 576px) {
  .mr-sm--45 {
    margin-right: 45px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--45 {
    margin-right: 45px;
  }
}

@media (min-width: 576px) {
  .mr-sm--50 {
    margin-right: 50px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--50 {
    margin-right: 50px;
  }
}

@media (min-width: 576px) {
  .mr-sm--55 {
    margin-right: 55px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--55 {
    margin-right: 55px;
  }
}

@media (min-width: 576px) {
  .mr-sm--60 {
    margin-right: 60px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--60 {
    margin-right: 60px;
  }
}

@media (min-width: 576px) {
  .mr-sm--65 {
    margin-right: 65px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--65 {
    margin-right: 65px;
  }
}

@media (min-width: 576px) {
  .mr-sm--70 {
    margin-right: 70px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--70 {
    margin-right: 70px;
  }
}

@media (min-width: 576px) {
  .mr-sm--75 {
    margin-right: 75px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--75 {
    margin-right: 75px;
  }
}

@media (min-width: 576px) {
  .mr-sm--80 {
    margin-right: 80px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--80 {
    margin-right: 80px;
  }
}

@media (min-width: 576px) {
  .mr-sm--85 {
    margin-right: 85px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--85 {
    margin-right: 85px;
  }
}

@media (min-width: 576px) {
  .mr-sm--90 {
    margin-right: 90px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--90 {
    margin-right: 90px;
  }
}

@media (min-width: 576px) {
  .mr-sm--95 {
    margin-right: 95px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--95 {
    margin-right: 95px;
  }
}

@media (min-width: 576px) {
  .mr-sm--100 {
    margin-right: 100px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--100 {
    margin-right: 100px;
  }
}

@media (min-width: 576px) {
  .mr-sm--105 {
    margin-right: 105px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--105 {
    margin-right: 105px;
  }
}

@media (min-width: 576px) {
  .mr-sm--110 {
    margin-right: 110px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--110 {
    margin-right: 110px;
  }
}

@media (min-width: 576px) {
  .mr-sm--115 {
    margin-right: 115px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--115 {
    margin-right: 115px;
  }
}

@media (min-width: 576px) {
  .mr-sm--120 {
    margin-right: 120px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--120 {
    margin-right: 120px;
  }
}

@media (min-width: 576px) {
  .mr-sm--125 {
    margin-right: 125px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--125 {
    margin-right: 125px;
  }
}

@media (min-width: 576px) {
  .mr-sm--130 {
    margin-right: 130px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--130 {
    margin-right: 130px;
  }
}

@media (min-width: 576px) {
  .mr-sm--135 {
    margin-right: 135px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--135 {
    margin-right: 135px;
  }
}

@media (min-width: 576px) {
  .mr-sm--140 {
    margin-right: 140px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--140 {
    margin-right: 140px;
  }
}

@media (min-width: 576px) {
  .mr-sm--145 {
    margin-right: 145px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--145 {
    margin-right: 145px;
  }
}

@media (min-width: 576px) {
  .mr-sm--150 {
    margin-right: 150px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--150 {
    margin-right: 150px;
  }
}

@media (min-width: 576px) {
  .mr-sm--155 {
    margin-right: 155px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--155 {
    margin-right: 155px;
  }
}

@media (min-width: 576px) {
  .mr-sm--160 {
    margin-right: 160px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--160 {
    margin-right: 160px;
  }
}

@media (min-width: 576px) {
  .mr-sm--165 {
    margin-right: 165px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--165 {
    margin-right: 165px;
  }
}

@media (min-width: 576px) {
  .mr-sm--170 {
    margin-right: 170px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--170 {
    margin-right: 170px;
  }
}

@media (min-width: 576px) {
  .mr-sm--175 {
    margin-right: 175px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--175 {
    margin-right: 175px;
  }
}

@media (min-width: 576px) {
  .mr-sm--180 {
    margin-right: 180px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--180 {
    margin-right: 180px;
  }
}

@media (min-width: 576px) {
  .mr-sm--185 {
    margin-right: 185px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--185 {
    margin-right: 185px;
  }
}

@media (min-width: 576px) {
  .mr-sm--190 {
    margin-right: 190px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--190 {
    margin-right: 190px;
  }
}

@media (min-width: 576px) {
  .mr-sm--195 {
    margin-right: 195px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--195 {
    margin-right: 195px;
  }
}

@media (min-width: 576px) {
  .mr-sm--200 {
    margin-right: 200px !important;
  }
}

@media (min-width: 768px) {
  .mr-sm--200 {
    margin-right: 200px;
  }
}

@media (min-width: 768px) {
  .mr-md--0 {
    margin-right: 0px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--0 {
    margin-right: 0px;
  }
}

@media (min-width: 768px) {
  .mr-md--5 {
    margin-right: 5px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--5 {
    margin-right: 5px;
  }
}

@media (min-width: 768px) {
  .mr-md--10 {
    margin-right: 10px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--10 {
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .mr-md--15 {
    margin-right: 15px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--15 {
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .mr-md--20 {
    margin-right: 20px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--20 {
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  .mr-md--25 {
    margin-right: 25px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--25 {
    margin-right: 25px;
  }
}

@media (min-width: 768px) {
  .mr-md--30 {
    margin-right: 30px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--30 {
    margin-right: 30px;
  }
}

@media (min-width: 768px) {
  .mr-md--35 {
    margin-right: 35px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--35 {
    margin-right: 35px;
  }
}

@media (min-width: 768px) {
  .mr-md--40 {
    margin-right: 40px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--40 {
    margin-right: 40px;
  }
}

@media (min-width: 768px) {
  .mr-md--45 {
    margin-right: 45px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--45 {
    margin-right: 45px;
  }
}

@media (min-width: 768px) {
  .mr-md--50 {
    margin-right: 50px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--50 {
    margin-right: 50px;
  }
}

@media (min-width: 768px) {
  .mr-md--55 {
    margin-right: 55px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--55 {
    margin-right: 55px;
  }
}

@media (min-width: 768px) {
  .mr-md--60 {
    margin-right: 60px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--60 {
    margin-right: 60px;
  }
}

@media (min-width: 768px) {
  .mr-md--65 {
    margin-right: 65px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--65 {
    margin-right: 65px;
  }
}

@media (min-width: 768px) {
  .mr-md--70 {
    margin-right: 70px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--70 {
    margin-right: 70px;
  }
}

@media (min-width: 768px) {
  .mr-md--75 {
    margin-right: 75px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--75 {
    margin-right: 75px;
  }
}

@media (min-width: 768px) {
  .mr-md--80 {
    margin-right: 80px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--80 {
    margin-right: 80px;
  }
}

@media (min-width: 768px) {
  .mr-md--85 {
    margin-right: 85px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--85 {
    margin-right: 85px;
  }
}

@media (min-width: 768px) {
  .mr-md--90 {
    margin-right: 90px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--90 {
    margin-right: 90px;
  }
}

@media (min-width: 768px) {
  .mr-md--95 {
    margin-right: 95px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--95 {
    margin-right: 95px;
  }
}

@media (min-width: 768px) {
  .mr-md--100 {
    margin-right: 100px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--100 {
    margin-right: 100px;
  }
}

@media (min-width: 768px) {
  .mr-md--105 {
    margin-right: 105px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--105 {
    margin-right: 105px;
  }
}

@media (min-width: 768px) {
  .mr-md--110 {
    margin-right: 110px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--110 {
    margin-right: 110px;
  }
}

@media (min-width: 768px) {
  .mr-md--115 {
    margin-right: 115px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--115 {
    margin-right: 115px;
  }
}

@media (min-width: 768px) {
  .mr-md--120 {
    margin-right: 120px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--120 {
    margin-right: 120px;
  }
}

@media (min-width: 768px) {
  .mr-md--125 {
    margin-right: 125px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--125 {
    margin-right: 125px;
  }
}

@media (min-width: 768px) {
  .mr-md--130 {
    margin-right: 130px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--130 {
    margin-right: 130px;
  }
}

@media (min-width: 768px) {
  .mr-md--135 {
    margin-right: 135px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--135 {
    margin-right: 135px;
  }
}

@media (min-width: 768px) {
  .mr-md--140 {
    margin-right: 140px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--140 {
    margin-right: 140px;
  }
}

@media (min-width: 768px) {
  .mr-md--145 {
    margin-right: 145px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--145 {
    margin-right: 145px;
  }
}

@media (min-width: 768px) {
  .mr-md--150 {
    margin-right: 150px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--150 {
    margin-right: 150px;
  }
}

@media (min-width: 768px) {
  .mr-md--155 {
    margin-right: 155px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--155 {
    margin-right: 155px;
  }
}

@media (min-width: 768px) {
  .mr-md--160 {
    margin-right: 160px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--160 {
    margin-right: 160px;
  }
}

@media (min-width: 768px) {
  .mr-md--165 {
    margin-right: 165px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--165 {
    margin-right: 165px;
  }
}

@media (min-width: 768px) {
  .mr-md--170 {
    margin-right: 170px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--170 {
    margin-right: 170px;
  }
}

@media (min-width: 768px) {
  .mr-md--175 {
    margin-right: 175px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--175 {
    margin-right: 175px;
  }
}

@media (min-width: 768px) {
  .mr-md--180 {
    margin-right: 180px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--180 {
    margin-right: 180px;
  }
}

@media (min-width: 768px) {
  .mr-md--185 {
    margin-right: 185px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--185 {
    margin-right: 185px;
  }
}

@media (min-width: 768px) {
  .mr-md--190 {
    margin-right: 190px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--190 {
    margin-right: 190px;
  }
}

@media (min-width: 768px) {
  .mr-md--195 {
    margin-right: 195px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--195 {
    margin-right: 195px;
  }
}

@media (min-width: 768px) {
  .mr-md--200 {
    margin-right: 200px !important;
  }
}

@media (min-width: 992px) {
  .mr-md--200 {
    margin-right: 200px;
  }
}

@media (min-width: 992px) {
  .mr-lg--0 {
    margin-right: 0px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--0 {
    margin-right: 0px;
  }
}

@media (min-width: 992px) {
  .mr-lg--5 {
    margin-right: 5px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--5 {
    margin-right: 5px;
  }
}

@media (min-width: 992px) {
  .mr-lg--10 {
    margin-right: 10px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--10 {
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .mr-lg--15 {
    margin-right: 15px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--15 {
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .mr-lg--20 {
    margin-right: 20px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--20 {
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .mr-lg--25 {
    margin-right: 25px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--25 {
    margin-right: 25px;
  }
}

@media (min-width: 992px) {
  .mr-lg--30 {
    margin-right: 30px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--30 {
    margin-right: 30px;
  }
}

@media (min-width: 992px) {
  .mr-lg--35 {
    margin-right: 35px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--35 {
    margin-right: 35px;
  }
}

@media (min-width: 992px) {
  .mr-lg--40 {
    margin-right: 40px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--40 {
    margin-right: 40px;
  }
}

@media (min-width: 992px) {
  .mr-lg--45 {
    margin-right: 45px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--45 {
    margin-right: 45px;
  }
}

@media (min-width: 992px) {
  .mr-lg--50 {
    margin-right: 50px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--50 {
    margin-right: 50px;
  }
}

@media (min-width: 992px) {
  .mr-lg--55 {
    margin-right: 55px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--55 {
    margin-right: 55px;
  }
}

@media (min-width: 992px) {
  .mr-lg--60 {
    margin-right: 60px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--60 {
    margin-right: 60px;
  }
}

@media (min-width: 992px) {
  .mr-lg--65 {
    margin-right: 65px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--65 {
    margin-right: 65px;
  }
}

@media (min-width: 992px) {
  .mr-lg--70 {
    margin-right: 70px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--70 {
    margin-right: 70px;
  }
}

@media (min-width: 992px) {
  .mr-lg--75 {
    margin-right: 75px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--75 {
    margin-right: 75px;
  }
}

@media (min-width: 992px) {
  .mr-lg--80 {
    margin-right: 80px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--80 {
    margin-right: 80px;
  }
}

@media (min-width: 992px) {
  .mr-lg--85 {
    margin-right: 85px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--85 {
    margin-right: 85px;
  }
}

@media (min-width: 992px) {
  .mr-lg--90 {
    margin-right: 90px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--90 {
    margin-right: 90px;
  }
}

@media (min-width: 992px) {
  .mr-lg--95 {
    margin-right: 95px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--95 {
    margin-right: 95px;
  }
}

@media (min-width: 992px) {
  .mr-lg--100 {
    margin-right: 100px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--100 {
    margin-right: 100px;
  }
}

@media (min-width: 992px) {
  .mr-lg--105 {
    margin-right: 105px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--105 {
    margin-right: 105px;
  }
}

@media (min-width: 992px) {
  .mr-lg--110 {
    margin-right: 110px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--110 {
    margin-right: 110px;
  }
}

@media (min-width: 992px) {
  .mr-lg--115 {
    margin-right: 115px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--115 {
    margin-right: 115px;
  }
}

@media (min-width: 992px) {
  .mr-lg--120 {
    margin-right: 120px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--120 {
    margin-right: 120px;
  }
}

@media (min-width: 992px) {
  .mr-lg--125 {
    margin-right: 125px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--125 {
    margin-right: 125px;
  }
}

@media (min-width: 992px) {
  .mr-lg--130 {
    margin-right: 130px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--130 {
    margin-right: 130px;
  }
}

@media (min-width: 992px) {
  .mr-lg--135 {
    margin-right: 135px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--135 {
    margin-right: 135px;
  }
}

@media (min-width: 992px) {
  .mr-lg--140 {
    margin-right: 140px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--140 {
    margin-right: 140px;
  }
}

@media (min-width: 992px) {
  .mr-lg--145 {
    margin-right: 145px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--145 {
    margin-right: 145px;
  }
}

@media (min-width: 992px) {
  .mr-lg--150 {
    margin-right: 150px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--150 {
    margin-right: 150px;
  }
}

@media (min-width: 992px) {
  .mr-lg--155 {
    margin-right: 155px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--155 {
    margin-right: 155px;
  }
}

@media (min-width: 992px) {
  .mr-lg--160 {
    margin-right: 160px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--160 {
    margin-right: 160px;
  }
}

@media (min-width: 992px) {
  .mr-lg--165 {
    margin-right: 165px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--165 {
    margin-right: 165px;
  }
}

@media (min-width: 992px) {
  .mr-lg--170 {
    margin-right: 170px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--170 {
    margin-right: 170px;
  }
}

@media (min-width: 992px) {
  .mr-lg--175 {
    margin-right: 175px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--175 {
    margin-right: 175px;
  }
}

@media (min-width: 992px) {
  .mr-lg--180 {
    margin-right: 180px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--180 {
    margin-right: 180px;
  }
}

@media (min-width: 992px) {
  .mr-lg--185 {
    margin-right: 185px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--185 {
    margin-right: 185px;
  }
}

@media (min-width: 992px) {
  .mr-lg--190 {
    margin-right: 190px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--190 {
    margin-right: 190px;
  }
}

@media (min-width: 992px) {
  .mr-lg--195 {
    margin-right: 195px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--195 {
    margin-right: 195px;
  }
}

@media (min-width: 992px) {
  .mr-lg--200 {
    margin-right: 200px !important;
  }
}

@media (min-width: 1200px) {
  .mr-lg--200 {
    margin-right: 200px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--0 {
    margin-right: 0px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--0 {
    margin-right: 0px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--5 {
    margin-right: 5px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--5 {
    margin-right: 5px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--10 {
    margin-right: 10px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--10 {
    margin-right: 10px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--15 {
    margin-right: 15px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--15 {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--20 {
    margin-right: 20px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--20 {
    margin-right: 20px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--25 {
    margin-right: 25px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--25 {
    margin-right: 25px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--30 {
    margin-right: 30px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--30 {
    margin-right: 30px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--35 {
    margin-right: 35px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--35 {
    margin-right: 35px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--40 {
    margin-right: 40px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--40 {
    margin-right: 40px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--45 {
    margin-right: 45px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--45 {
    margin-right: 45px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--50 {
    margin-right: 50px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--50 {
    margin-right: 50px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--55 {
    margin-right: 55px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--55 {
    margin-right: 55px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--60 {
    margin-right: 60px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--60 {
    margin-right: 60px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--65 {
    margin-right: 65px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--65 {
    margin-right: 65px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--70 {
    margin-right: 70px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--70 {
    margin-right: 70px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--75 {
    margin-right: 75px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--75 {
    margin-right: 75px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--80 {
    margin-right: 80px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--80 {
    margin-right: 80px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--85 {
    margin-right: 85px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--85 {
    margin-right: 85px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--90 {
    margin-right: 90px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--90 {
    margin-right: 90px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--95 {
    margin-right: 95px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--95 {
    margin-right: 95px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--100 {
    margin-right: 100px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--100 {
    margin-right: 100px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--105 {
    margin-right: 105px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--105 {
    margin-right: 105px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--110 {
    margin-right: 110px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--110 {
    margin-right: 110px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--115 {
    margin-right: 115px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--115 {
    margin-right: 115px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--120 {
    margin-right: 120px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--120 {
    margin-right: 120px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--125 {
    margin-right: 125px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--125 {
    margin-right: 125px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--130 {
    margin-right: 130px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--130 {
    margin-right: 130px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--135 {
    margin-right: 135px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--135 {
    margin-right: 135px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--140 {
    margin-right: 140px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--140 {
    margin-right: 140px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--145 {
    margin-right: 145px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--145 {
    margin-right: 145px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--150 {
    margin-right: 150px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--150 {
    margin-right: 150px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--155 {
    margin-right: 155px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--155 {
    margin-right: 155px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--160 {
    margin-right: 160px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--160 {
    margin-right: 160px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--165 {
    margin-right: 165px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--165 {
    margin-right: 165px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--170 {
    margin-right: 170px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--170 {
    margin-right: 170px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--175 {
    margin-right: 175px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--175 {
    margin-right: 175px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--180 {
    margin-right: 180px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--180 {
    margin-right: 180px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--185 {
    margin-right: 185px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--185 {
    margin-right: 185px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--190 {
    margin-right: 190px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--190 {
    margin-right: 190px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--195 {
    margin-right: 195px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--195 {
    margin-right: 195px;
  }
}

@media (min-width: 1200px) {
  .mr-xl--200 {
    margin-right: 200px !important;
  }
}

@media (min-width: 1500px) {
  .mr-xl--200 {
    margin-right: 200px;
  }
}

/*Theme Spacing*/
.section-margin {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .section-margin {
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .section-margin {
    margin-bottom: 0;
  }
}

.section-margin-top {
  margin-top: 60px;
}

@media (min-width: 768px) {
  .section-margin-top {
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  .section-margin-top {
    margin-top: 100px;
  }
}

.section-padding {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .section-padding {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .section-padding {
    padding-bottom: 100px;
  }
}

.section-padding-top {
  padding-top: 60px;
}

@media (min-width: 768px) {
  .section-padding-top {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .section-padding-top {
    padding-top: 100px;
  }
}

.section-padding-top {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .section-padding-top {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .section-padding-top {
    padding-bottom: 100px;
  }
}

.overflow-hidden {
  overflow: hidden !important;
}

.inner-page-sec-margin {
  margin-top: 50px !important;
}

.inner-page-sec-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.inner-page-sec-padding-bottom {
  padding-bottom: 50px;
}

.inner-page-sec-padding-top {
  padding-top: 50px;
}

/*>>>>>>>> Color <<<<<<<<<*/
.text-primary {
  color: #c9b194 !important;
}

.text-primary:hover {
  color: #000000 !important;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #292929;
}

.text-black-2 {
  color: #1a1f2b;
}

/*
#929292
#292929
#ebebeb
*/
.bg-gray,
.footer-gray {
  background: #f6f6f6;
}

.bg-white {
  background: #f6f6f6;
}

.bg-yellow {
  background: #F1C40F;
}

.bg-red {
  background: #f6f6f6;
}

.bg-green {
  background: #A0D468;
}

.bg-beige {
  background: #f5f5dc;
}

/*>>>>>>>> Modal <<<<<<<<<*/
.modal.modal-quick-view {
  display: block;
  opacity: 0;
  visibility: hidden;
  z-index: -9999;
}

.modal.modal-quick-view .modal-dialog {
  max-width: 100%;
  margin: 20% auto;
}

@media (min-width: 768px) {
  .modal.modal-quick-view .modal-dialog {
    max-width: 700px;
    overflow-x: scroll;
  }
}

@media (min-width: 992px) {
  .modal.modal-quick-view .modal-dialog {
    max-width: 900px;
    overflow: unset;
    margin: 10% auto;
  }
}

@media (min-width: 1200px) {
  .modal.modal-quick-view .modal-dialog {
    max-width: 1100px;
    overflow: unset;
  }
}

.modal.modal-quick-view.show {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.modal.modal-quick-view .modal-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 10px;
  top: 5px;
  float: none;
}

.modal.modal-quick-view .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 30px;
}

@media (min-width: 992px) {
  .modal.modal-quick-view .modal-footer {
    padding-left: 60px;
  }
}

.modal.modal-quick-view .modal-footer .widget-social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal.modal-quick-view .modal-footer .widget-social-share .widget-label {
  margin-right: 20px;
}

.product-details-modal {
  padding-top: 50px;
  padding: 30px;
}

@media (min-width: 992px) {
  .product-details-modal {
    padding: 60px;
  }
}

.product-details-modal .product-details-slider .single-slide img {
  width: 100%;
}

/*>>>>>>>> Buttons <<<<<<<<<*/
.btn {
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 55px;
  font-size: 13px;
  font-weight: 600;
  max-width: 222px;
  width: 100%;
  border-radius: 0px;
  text-transform: uppercase;
}

.btn-outlined {
  background: transparent;
  border: 2px solid #ececec !important;
}

.btn-outlined:hover {
  border: 2px solid #333 !important;
  background: #333;
  color: #fff;
}

.btn-outlined--primary {
  background: transparent;
  border: 0;
}

.btn-outlined--primary:hover {
  background: #D17902;
  border-color: #D17902 !important;
  color: #fff;
}

.btn-outlined--white {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-outlined--white:hover {
  background: #D17902;
  border-color: #D17902;
  color: #fff;
}

.btn-outlined--black {
  background: transparent;
  border: 1px solid #333;
  color: #333;
}

.btn-outlined--black:hover {
  background: #D17902;
  border-color: #D17902;
  color: #fff;
}

.btn-rounded {
  border-radius: 500px;
}

.btn-mid {
  height: 40px;
  width: 195px;
}

.btn--primary {
  background: #D17902;
  color: #fff;
}

.btn--primary:hover {
  background: #333;
  color: #fff;
}

.btn-black {
  height: 50px;
  padding: 0 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #333;
  font-size: 13px;
  font-weight: 500;
  font-family: Rubik, Arial, Helvetica, sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  border: none;
  outline: none;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.btn-black:hover {
  background: #D17902;
  color: #fff;
}

[class*="btn"] {
  cursor: pointer;
}

/*>>>>>>>> Images <<<<<<<<<*/
/* .bg-image {
    background-image: url(../images/bredcrumb-bg.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    z-index: 1;
} */

.title-sep {
  position: relative;
  z-index: 1;
}

.title-sep:before {
  width: 70%;
  left: 0;
  right: 0;
  position: absolute;
  background: url(../image/title-sep.png);
  content: "";
  height: 5px;
  background-repeat: repeat-x;
  margin: 0 auto;
  top: calc(50% - 5px);
  z-index: -1;
}

.title-sep img {
  background: #fff;
}

.border-bottom {
  border-bottom: 1px solid #ebebeb;
}

.overflow-image {
  overflow: hidden;
  width: 100%;
  display: block;
}

.overflow-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  width: 100%;
}

.overflow-image:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*>>>>>>>> Typography <<<<<<<<<*/
.font-weight-bold {
  font-weight: 700;
}

.font-weight-mid {
  font-weight: 500;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-light {
  font-weight: 300;
}

.section-title {
  text-align: center;
  margin-top: -8px;
}

.section-title h2 {
    font-size: 62px !important;
    line-height: 45px !important;
    text-transform: capitalize;
    font-weight: 600 !important;
    margin-bottom: 1rem;
    color: #1B1F24;
    letter-spacing: 1px;
    font-family: 'Barlow', sans-serif;
    font-family: "Alumni Sans", sans-serif;
}
.section-title p {
    margin-bottom: 1rem;
    color: #1b1b1b;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
@media (min-width: 576px) {
  .section-title h2 {
    font-size: 30px;
    line-height: 34px;
  }
}

/*>>>>>>>> Sliders <<<<<<<<<*/
.handart-slick-slider {
  position: relative;
}

.hero-slider .slick-arrow {
  border: 0;
  background: #f7f7f9;
  border: 2px solid #e2e2e2;
  color: #a5a5a5;
  text-align: center;
  font-size: 21px;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .hero-slider .slick-arrow {
    width: 60px;
    height: 60px;
    line-height: 55px;
  }
}

.hero-slider .slick-arrow.slick-prev {
  left: 20px;
}

.hero-slider .slick-arrow.slick-next {
  right: 20px;
}

.hero-slider .slick-arrow:hover {
  background: #292929;
  border-color: #292929;
  color: #fff;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.hero-slider:hover>.slick-arrow {
  opacity: 1;
}

.hero-slider-2 .slick-arrow {
  border: 0;
  background: #f7f7f9;
  border: 2px solid #e2e2e2;
  color: #a5a5a5;
  text-align: center;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  /* top: 50%; */
  opacity: 0;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  /* -webkit-transform: translateY(-50%); */
  -ms-transform: translateY(-50%);
  /* transform: translateY(-50%); */
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 37px;
  font-size: 17px;
  right: 67%;
  bottom: 15%;
}

@media (min-width: 768px) {
  .hero-slider-2 .slick-arrow {
    width: 60px;
    height: 60px;
    line-height: 55px;
    font-size: 21px;
  }
}

.hero-slider-2 .slick-arrow.slick-prev {
  left: 64%;
}

.hero-slider-2 .slick-arrow.slick-next {
  right: 24%;
}

.hero-slider-2 .slick-arrow:hover {
  background: #292929;
  border-color: #292929;
  color: #fff;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.hero-slider-2:hover>.slick-arrow {
  opacity: 1;
}

.hero-slider-3 .slick-arrow {
  border: 0;
  background: #f7f7f9;
  border: 2px solid #e2e2e2;
  color: #a5a5a5;
  text-align: center;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 37px;
  font-size: 17px;
}

@media (min-width: 768px) {
  .hero-slider-3 .slick-arrow {
    width: 60px;
    height: 60px;
    line-height: 55px;
    font-size: 21px;
  }
}

.hero-slider-3 .slick-arrow.slick-prev {
  left: 20px;
}

.hero-slider-3 .slick-arrow.slick-next {
  right: 20px;
}

.hero-slider-3 .slick-arrow:hover {
  background: #292929;
  border-color: #292929;
  color: #fff;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.hero-slider-3:hover>.slick-arrow {
  opacity: 1;
}

.hero-slider-3 .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 40px;
}

.hero-slider-3 .slick-dots li {
  font-size: 0;
  width: 25px;
  height: 3px;
  background: #e1e1e1;
  margin: 0 5px;
  cursor: pointer;
}

.hero-slider-3 .slick-dots li.slick-active {
  background: #292929;
}

.hero-slider-4 .slick-arrow {
  width: 60px;
  height: 60px;
  line-height: 55px;
  border: 0;
  background: #f7f7f9;
  border: 2px solid #e2e2e2;
  color: #a5a5a5;
  text-align: center;
  font-size: 21px;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
}

.hero-slider-4 .slick-arrow.slick-prev {
  left: 20px;
}

.hero-slider-4 .slick-arrow.slick-next {
  right: 20px;
}

.hero-slider-4 .slick-arrow:hover {
  background: #292929;
  border-color: #292929;
  color: #fff;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.hero-slider-4:hover>.slick-arrow {
  opacity: 1;
}

.hero-slider-4 .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 40px;
}

.hero-slider-4 .slick-dots li {
  font-size: 0;
  width: 25px;
  height: 3px;
  background: #e1e1e1;
  margin: 0 5px;
  cursor: pointer;
}

.hero-slider-4 .slick-dots li.slick-active {
  background: #292929;
}

.arrow-type-two .slick-arrow {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  border: 2px solid #e1e1e1;
  background: #f7f7f9;
  color: #9e9e9e;
  text-align: center;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  border-radius: 100%;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.arrow-type-two .slick-arrow.slick-prev {
  left: 20px;
}

.arrow-type-two .slick-arrow.slick-next {
  right: 20px;
}

.arrow-type-two .slick-arrow:hover {
  background: #292929;
  border-color: #292929;
  color: #fff;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.arrow-type-two:hover>.slick-arrow {
  opacity: 1;
}

.product-slider .slick-list {
  margin: 0 -15px;
}

.product-slider .single-slide {
  margin: 0 15px;
}

.product-slider .slick-arrow {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  margin-top: -20px;
}

.product-slider .slick-arrow.slick-prev {
  left: 0px;
}

.product-slider .slick-arrow.slick-next {
  right: 0px;
}

.product-slider:hover>.slick-arrow.slick-prev {
  left: 0px;
}

@media (min-width: 576px) {
  .product-slider:hover>.slick-arrow.slick-prev {
    left: -25px;
  }
}

@media (min-width: 992px) {
  .product-slider:hover>.slick-arrow.slick-prev {
    left: -10px;
  }
}

@media (min-width: 1200px) {
  .product-slider:hover>.slick-arrow.slick-prev {
    left: -25px;
  }
}

.product-slider:hover>.slick-arrow.slick-next {
  right: 0px;
}

@media (min-width: 576px) {
  .product-slider:hover>.slick-arrow.slick-next {
    right: -25px;
  }
}

@media (min-width: 992px) {
  .product-slider:hover>.slick-arrow.slick-next {
    right: -10px;
  }
}

@media (min-width: 1200px) {
  .product-slider:hover>.slick-arrow.slick-next {
    right: -25px;
  }
}

.product-slider.two-row .slick-slide>div .product-card {
  margin: 10px;
}

.product-slider.two-row .slick-slide .single-slide {
  margin: 0;
}

.product-slider.two-row .slick-list {
  margin: 0 -10px;
}

.product-slider-nav>.slick-list {
  margin: 0 -10px;
}

.product-slider-nav .single-slide {
  margin: 0 10px;
}

.product-slider-nav.arrow-type-two .slick-arrow {
  width: 40px;
  height: 40px;
  left: 0;
}

.product-slider-nav.arrow-type-two .slick-arrow.slick-next {
  left: auto;
  right: 0;
}

.blog-gallery-slider .single-image img {
  width: 100%;
}

.blog-gallery-slider .slick-arrow {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: absolute;
  width: 42px;
  height: 42px;
  line-height: 42px;
  color: #999;
  background: #ECECEC;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
}

.blog-gallery-slider .slick-arrow.slick-prev {
  left: 0px;
}

.blog-gallery-slider .slick-arrow.slick-next {
  right: 0px;
}

.blog-gallery-slider:hover .slick-arrow.slick-prev {
  left: 25px;
}

.blog-gallery-slider:hover .slick-arrow.slick-next {
  right: 25px;
}

.blog-slider>.slick-arrow {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-slider>.slick-list {
  margin: 0 -15px;
}

.blog-slider .single-slide {
  margin: 0 15px;
}

.blog-slider>.slick-arrow.slick-prev {
  left: 0px;
}

@media (min-width: 576px) {
  .blog-slider>.slick-arrow.slick-prev {
    left: -23px;
  }
}

@media (min-width: 992px) {
  .blog-slider>.slick-arrow.slick-prev {
    left: -10px;
  }
}

@media (min-width: 1200px) {
  .blog-slider>.slick-arrow.slick-prev {
    left: -25px;
  }
}

.blog-slider>.slick-arrow.slick-next {
  right: 0px;
}

@media (min-width: 576px) {
  .blog-slider>.slick-arrow.slick-next {
    right: -23px;
  }
}

@media (min-width: 992px) {
  .blog-slider>.slick-arrow.slick-next {
    right: -10px;
  }
}

@media (min-width: 1200px) {
  .blog-slider>.slick-arrow.slick-next {
    right: -25px;
  }
}

.herobanner-progress {
  -webkit-animation: initial;
  animation: initial;
  background: rgba(51, 51, 51, 0.9);
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 5;
  opacity: 0.2;
}

.slick-current .herobanner-progress {
  -webkit-animation: hoFill 8000ms ease-in-out s normal;
  animation: hoFill 8000ms ease-in-out s normal;
}

@-webkit-keyframes hoFill {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes hoFill {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.product-slider-nav.vertical-slider.arrow-type-two .slick-arrow {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: absolute;
  width: 42px;
  height: 42px;
  line-height: 42px;
  color: #999;
  background: #ECECEC;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 576px) {
  .product-slider-nav.vertical-slider.arrow-type-two .slick-arrow {
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    left: 50%;
  }
}

@media (min-width: 576px) {
  .product-slider-nav.vertical-slider.arrow-type-two .slick-arrow.slick-prev {
    top: 10px;
  }
}

@media (min-width: 576px) {
  .product-slider-nav.vertical-slider.arrow-type-two .slick-arrow.slick-prev i:before {
    content: "\f077";
  }
}

@media (min-width: 576px) {
  .product-slider-nav.vertical-slider.arrow-type-two .slick-arrow.slick-next {
    top: auto;
    bottom: 10px;
  }
}

@media (min-width: 576px) {
  .product-slider-nav.vertical-slider.arrow-type-two .slick-arrow.slick-next i:before {
    content: "\f078";
  }
}

.product-slider-nav.vertical-slider.arrow-type-two .slick-arrow:hover {
  color: #292929;
}

@media (min-width: 576px) {
  .product-slider-nav.vertical-slider.arrow-type-two:hover .slick-arrow.slick-prev {
    top: 0px;
  }
}

@media (min-width: 576px) {
  .product-slider-nav.vertical-slider.arrow-type-two:hover .slick-arrow.slick-next {
    top: auto;
    bottom: 0px;
  }
}

@media (min-width: 576px) {
  .product-slider-nav.vertical-slider>.slick-list {
    margin: 0px 0;
  }
}

@media (min-width: 576px) {
  .product-slider-nav.vertical-slider .single-slide {
    margin: 8px 0;
  }
}

.testimonial-slider.arrow-type-two .slick-arrow.slick-prev {
  left: 0px;
}

@media (min-width: 480px) {
  .testimonial-slider.arrow-type-two .slick-arrow.slick-prev {
    left: -10px;
  }
}

@media (min-width: 576px) {
  .testimonial-slider.arrow-type-two .slick-arrow.slick-prev {
    left: -23px;
  }
}

@media (min-width: 992px) {
  .testimonial-slider.arrow-type-two .slick-arrow.slick-prev {
    left: 20px;
  }
}

.testimonial-slider.arrow-type-two .slick-arrow.slick-next {
  right: 0px;
}

@media (min-width: 480px) {
  .testimonial-slider.arrow-type-two .slick-arrow.slick-next {
    right: -10px;
  }
}

@media (min-width: 576px) {
  .testimonial-slider.arrow-type-two .slick-arrow.slick-next {
    right: -23px;
  }
}

@media (min-width: 992px) {
  .testimonial-slider.arrow-type-two .slick-arrow.slick-next {
    right: 20px;
  }
}

.slick-slide {
  margin-bottom: -7px;
}

.slick-slide .product-card {
  margin-bottom: 0;
}

.slick-slide .blog-card {
  margin-bottom: 0;
}

/*>>>>>>>> Card <<<<<<<<<*/
.rating-block span {
  color: #b6b6b6;
  font-size: 16px;
}

.rating-block span.star_on {
  color: #f5c60d;
}

/*~~~ Cards ~~~*/
/*++ Product Cards ++*/
.product-card {
  margin-bottom: -6px;
}

.product-card .image {
  position: relative;
}

.product-card .image img {
  display: block;
  width: 100%;
}

.product-card .description-block {
  padding-top: 20px;
}

.product-card .description-block.list-description {
  display: none;
  padding-top: 20px;
}

@media (min-width: 576px) {
  .product-card .description-block.list-description {
    padding-top: 10px;
  }
}

.product-card .description-block .description-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.product-card .description-block .description-header .description-tag {
  color: #929292;
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 400;
}

.product-card .description-block .description-header .description-tag:hover a {
  color: #D17902;
}

.product-card .description-block .post-title {
  color: #292929;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.product-card .description-block .post-title:hover a {
  color: #D17902;
}

.product-card .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.product-card .hover-content .hover-image {
  display: block;
}

.product-card .hover-content .hover-image img {
  width: 100%;
}

.product-card .hover-content .hover-btns {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 195px;
  width: 100%;
  padding: 10px 0;
  margin-top: 25px;
}

.product-card .hover-content .hover-btns .sin-btn {
  font-size: 0;
  display: inline-block;
  border-left: 1px solid #ebebeb;
  padding: 0 39px;
}

.product-card .hover-content .hover-btns .sin-btn i {
  color: #292929;
  font-size: 20px;
  line-height: 37px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.product-card .hover-content .hover-btns .sin-btn:hover i {
  color: #D17902;
}

.product-card .product-badge {
  position: absolute;
  top: 10px;
  z-index: 1;
  text-transform: capitalize;
  left: 10px;
}

.product-card .product-badge-2 {
  position: absolute;
  top: 10px;
  z-index: 1;
  text-transform: capitalize;
  right: 10px;
}

.product-card:hover .hover-content {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 576px) {
  .product-card.product-type-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 576px) {
  .product-card.product-type-list .image {
    margin-right: 20px;
    min-width: 250px;
  }
}

.product-card.product-type-list .description-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-card.product-type-list .description-header .rating-block {
  margin-top: 18px;
}

.product-card.product-type-list .description-block {
  display: none;
}

.product-card.product-type-list .description-block.list-description {
  display: block;
}

.product-card.product-type-list .price {
  margin-top: 18px;
}

.product-card.product-type-list .product-article {
  padding-top: 20px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .product-card.product-type-list .product-article {
    padding-top: 30px;
    margin-top: 30px;
  }
}

.product-card.product-type-list .product-article p {
  display: block;
  color: #707070;
}

.product-card.product-type-list .product-article p:last-child {
  margin-bottom: 0;
}

.price {
  color: #929292;
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  margin-top: 12px;
}

.price-new {
  color: #D17902;
  font-weight: 600;
}

/*+ Product Card Badge +*/
.product-badge {
  background: #D17902;
  color: white;
  font-size: 12px;
  padding: 0;
  z-index: 1;
  border-radius: 100%;
  font-weight: 500;
  height: 50px;
  width: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-badge-2 {
  background: #e2bca0;
  color: white;
  font-size: 12px;
  padding: 0;
  z-index: 1;
  border-radius: 100%;
  font-weight: 500;
  height: 50px;
  width: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-badge-3 {
  min-width: 25px;
  line-height: 23px;
  border-radius: 100%;
  padding: 2px 0 0;
  text-align: center;
  background: #c9b194;
  color: white;
  font-size: 12px;
}

/*++ Method Cards ++*/
.method-card {
  text-align: center;
}

.method-card .icon {
  margin-bottom: 25px;
}

.method-card .text {
  padding: 0 15px;
}

@media (min-width: 480px) {
  .method-card .text {
    padding: 0 110px;
  }
}

@media (min-width: 576px) {
  .method-card .text {
    padding: 0px;
  }
}

@media (min-width: 992px) {
  .method-card .text {
    padding: 0 40px;
  }
}

.method-card .text .method-title {
  font-size: 12px;
  color: #292929;
  font-weight: 700;
  margin-bottom: 22px;
}

@media (min-width: 992px) {
  .method-card .text .method-title {
    margin-bottom: 20px;
  }
}

.method-card .text .method-title:hover a {
  color: #D17902;
}

.method-card .text p {
  color: #929292;
  letter-spacing: .025em;
  margin-bottom: 16px;
}

.method-card .text p:last-child {
  margin-bottom: 0 !important;
}

/*++ Blog Cards ++*/
.blog-card {
  margin-bottom: -8px;
}

.blog-card .blog-image {
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.blog-card .blog-image img {
  width: 100%;
}

.blog-card .blog-image .plus-icon {
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.blog-card .blog-image .plus-icon i {
  font-size: 22px;
}

.blog-card .blog-image:hover .plus-icon {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.blog-card .blog-gallery-slider,
.blog-card .blog-video {
  position: relative;
  margin-bottom: 22px;
}

.blog-card .text .blog-title {
  font-size: 18px;
  color: #292929;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
  font-family: 'Playfair Display', serif;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.blog-card .text .blog-title:hover a {
  color: #D17902;
}

.blog-card .text .post-meta {
  margin-right: 10px;
  display: block;
  color: #D17902;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 15px;
}

.blog-card .text .post-meta i {
  margin-right: 10px;
}

.blog-card .text p {
  color: #707070;
  line-height: 23px;
}

.blog-card .text p:last-child {
  margin-bottom: 0;
}

.blog-card .date-badge {
  background: #fff;
  position: absolute;
  top: 20px;
  right: 25px;
  text-align: center;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 5px 8px 0;
}

@media (min-width: 576px) {
  .blog-card .date-badge {
    padding: 10px 8px;
  }
}

.blog-card .date-badge .month {
  display: block;
  font-size: 12px;
  color: #929292;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .blog-card.card-style-list .blog-image {
    margin-bottom: 0;
  }
}

/*>>>>>>>> Tabs <<<<<<<<<*/
.ha-custom-tab .nav.nav-tabs {
  border-color: transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

.ha-custom-tab .nav.nav-tabs .nav-item {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 13px;
  margin-right: 17px;
}

.ha-custom-tab .nav.nav-tabs .nav-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 13px;
}

.ha-custom-tab .nav.nav-tabs .nav-item.show .nav-link,
.ha-custom-tab .nav.nav-tabs .nav-link.active,
.ha-custom-tab .nav.nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #D17902;
}

.product-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-countdown .single-countdown {
  width: 25%;
  padding: 12px 0;
  text-align: center;
  background-color: #444;
}

.product-countdown .single-countdown__time {
  font-size: 20px;
  display: inline-block;
  color: #fff;
}

.product-countdown .single-countdown__text {
  font-size: 11px;
  font-weight: 300;
  display: block;
  color: #fff;
  line-height: 1;
  margin-top: 5px;
  text-transform: uppercase;
}

.product-countdown .single-countdown:last-child {
  margin-right: 0;
}

/*----- hot deals item start -----*/
/*>>>>>>>> Header <<<<<<<<<*/
.layout-box .mobile-header {
  padding: 20px 0;
}

.layout-box .mobile-header .site-brand {
  padding: 0;
}

.site-header {
  -webkit-transition: .4s padding;
  -o-transition: .4s padding;
  transition: .4s padding;
}

.site-header.absolute-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  backdrop-filter: blur(10px);
  background-color: #ffffff08;
}

.site-header.ha-header-1 {
  padding: 20px 0px;
}

.site-header.ha-header-1>.container-fluid {
  padding-right: 50px;
  padding-left: 50px;
}

.site-header.ha-header-1 .main-navigation {
  margin-top: 28px;
}

.site-header.ha-header-2 {
  padding: 0 0px;
}

.site-header.ha-header-2 .main-navigation {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-header.ha-header-2 .main-navigation .main-menu {
  padding: 0;
}

@media (min-width: 1200px) {
  .site-header.ha-header-2 .main-navigation .main-menu {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .site-header.ha-header-2 .main-navigation .main-menu .sub-menu.four-column {
    left: -20%;
  }
}

@media (min-width: 1200px) {
  .site-header.ha-header-2 .main-navigation .main-menu .sub-menu.four-column {
    left: -5%;
  }
}

@media (min-width: 1500px) {
  .site-header.ha-header-2 .main-navigation .main-menu .sub-menu.four-column {
    left: 0%;
  }
}

.site-header.ha-header-2 .currency-lan-list {
  margin-top: 34px;
}

.site-header.ha-header-2 .header-links .sin-link {
  z-index: 103;
}

.site-header.ha-header-3 {
  padding: 15px 0px;
}

.site-header.ha-header-3>.container-fluid {
  padding-right: 45px;
  padding-left: 45px;
}

.site-header.ha-header-3 .main-navigation {
  margin-top: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.site-header.ha-header-3 .header-links .sin-link {
  z-index: 103;
}

@media (min-width: 992px) {
  .site-header.ha-header-3 .has-children.mega-menu>.sub-menu {
    left: -60%;
  }
}

@media (min-width: 1200px) {
  .site-header.ha-header-3 .has-children.mega-menu>.sub-menu {
    left: -5;
  }
}

@media (min-width: 1500px) {
  .site-header.ha-header-3 .has-children.mega-menu>.sub-menu {
    left: 0;
  }
}

.site-header.ha-header-4 {
  padding: 20px 55px 0;
}

.site-header.ha-header-4 .main-navigation {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .site-header.ha-header-4 .main-navigation .main-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
  }

  .site-header.ha-header-4 .main-navigation .main-menu>li.menu-item {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .site-header.ha-header-4 .main-navigation .main-menu .sub-menu.four-column {
    left: -20%;
  }
}

@media (min-width: 1200px) {
  .site-header.ha-header-4 .main-navigation .main-menu .sub-menu.four-column {
    left: 0%;
  }
}

.site-header.ha-header-4 .currency-lan-list {
  margin-top: 34px;
}

.site-header.ha-header-4 .header-links .sin-link {
  z-index: 103;
}

.site-header.sticky-header {
  position: fixed;
  padding: 0;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
}

.site-header.sticky-header .site-brand {
  width: 125px;
}

.site-header.sticky-header .main-navigation {
  margin-top: 14px;
}

.site-header.sticky-header .header-top-widget {
  margin-top: 0px;
}

.site-header.sticky-header:hover {
  background: black;
}

.site-header.sticky-header .header-links .hamburgur-icon {
  border-color: #fff;
}

.site-header.sticky-header .header-links .hamburgur-icon:hover {
  border-color: #D17902;
}

.common-sticky {
  position: fixed;
  width: 100%;
  z-index: 180;
  top: 0;
  display: none;
}

.common-sticky.sticky-header {
  display: block;
  background: rgba(0, 0, 0, 0.7);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.common-sticky .site-brand {
  width: 125px;
}

.common-sticky .main-navigation {
  margin-top: 14px;
}

.common-sticky .header-top-widget {
  margin-top: 0px;
}

.common-sticky:hover {
  background: black;
}

.common-sticky .header-links .hamburgur-icon {
  border-color: #fff;
}

.common-sticky .header-links .hamburgur-icon:hover {
  border-color: #D17902;
}

.ha-header-5.sticky-header {
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
}

.ha-header-5.sticky-header:hover {
  background-color: #fff;
}

.mobile-header-5.mobile-header .site-brand {
  max-width: 160px;
  padding: 15px 0;
}

.mobile-header-5 .header-links .sin-link .link-icon {
  color: inherit;
  border-color: inherit;
}

/*############### Desktop Menu ################*/
@media (min-width: 992px) {
  ul.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }

  ul.main-menu>li.menu-item {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
  }

  ul.main-menu>li.menu-item>a {
    color: #4a0c0c;
    font-family: "Alumni Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    /* font-family: "DM Sans", sans-serif; */
  }

  ul.main-menu>li.menu-item:hover>a {
    color: #ff6635;
  }

  ul.main-menu>li.menu-item:first-child {
    padding-left: 0;
  }

  ul.main-menu .sub-menu {
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  }

  ul.main-menu .sub-menu li {
    color: #707070;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 15px;
  }

  ul.main-menu .sub-menu li:last-child {
    margin-bottom: 0;
  }

  ul.main-menu .sub-menu li a {
    color: inherit;
  }

  ul.main-menu .sub-menu li:hover>a {
    color: #D17902;
  }

  ul.main-menu.menu-black .menu-item {
    color: #fff;
  }

  .has-children {
    position: relative;
  }

  .has-children.mega-menu {
    position: static;
  }

  .has-children.mega-menu .menu-title {
    margin-bottom: 30px;
  }

  .has-children.mega-menu>.sub-menu {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .has-children.mega-menu>.sub-menu.three-column {
    width: 700px;
  }

  .has-children.mega-menu>.sub-menu.three-column>li {
    margin-bottom: 0;
    width: 33.3333%;
    padding-left: 20px;
    border-left: 1px solid #ebebeb;
  }

  .has-children.mega-menu>.sub-menu.three-column>li:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .has-children.mega-menu>.sub-menu.four-column {
    width: 900px;
  }

  .has-children.mega-menu>.sub-menu.four-column>li {
    margin-bottom: 0;
    width: 25%;
    padding-left: 20px;
    border-left: 1px solid #ebebeb;
  }

  .has-children.mega-menu>.sub-menu.four-column>li:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .has-children:hover>.sub-menu {
    visibility: visible;
    pointer-events: visible;
    opacity: 1;
    z-index: 99;
  }

  .menu-title {
    font-size: 12px;
    text-transform: uppercase;
  }

  .menu-title:hover a {
    color: #D17902 !important;
  }
}

.header-top-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

@media (min-width: 992px) {
  .header-top-widget {
    margin-top: 20px;
  }
}

.header-top-widget.black-widget .header-links .sin-link .link-icon {
  color: #c9b194;
}

.header-top-widget.black-widget .header-links .sin-link:hover>a {
  color: #2e2e2e;
}

.header-top-widget.black-widget .header-links .sin-link .hamburgur-icon {
  border-color: #292929;
}

.header-top-widget.black-widget .header-links .sin-link .hamburgur-icon:hover {
  color: #D17902;
  border-color: #D17902;
}

.header-top-widget.black-widget .header-links .sin-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-align: end; */
  -ms-flex-align: end;
  align-items: center;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  justify-content: space-around;
}

.header-links .sin-link {
  margin: 0 30px 0px 0;
  font-size: 22px;
  cursor: pointer;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-links .sin-link:last-child {
  margin-right: 0;
}

.header-links .sin-link .link-icon {
  color: inherit;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  color: #fff;
}

.header-links .sin-link .link-icon:hover {
  color: #D17902;
}

.header-links .sin-link:hover .sin-dropdown {
  visibility: visible;
  pointer-events: visible;
  opacity: 1;
}

.header-links .sin-dropdown {
  position: absolute;
  left: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #fff;
  top: 100%;
  padding: 20px;
  visibility: hidden;
  pointer-events: hidden;
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-box-shadow: 0 0 6.65px 0.35px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6.65px 0.35px rgba(0, 0, 0, 0.15);
}

.header-links .sin-dropdown.option-dropdown {
  width: 295px;
  z-index: 9;
}

/*############### Cart Dropdown ################*/
.cart-dropdown {
  width: 320px;
}

.cart-dropdown .cart-product {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.cart-dropdown .cart-product:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px solid #ebebeb;
}

.cart-dropdown .btn {
  -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  background-color: #333;
  border-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
  height: 38px;
  max-width: 100%;
  font-size: 16px;
  color: #fff;
}

.cart-dropdown .btn:hover {
  background: #e33;
}

.cart-dropdown .inner-single-block {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.cart-dropdown .inner-single-block:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px solid #ebebeb;
}

/* Cart Products */
.cart-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.cart-product .icon {
  margin-right: 20px;
  position: relative;
}

.cart-product .icon .product-badge-3 {
  position: absolute;
  top: 5px;
  left: 5px;
}

.cart-product .description h4 {
  display: block;
  overflow: hidden;
  word-wrap: break-word;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.cart-product .description .price {
  display: block;
  margin: 10px 0 0;
  color: #000;
  font-size: 16px;
}

.cart-product .description .attr-content li {
  display: block;
  font-size: 12px;
  color: #666;
  margin: 5px 0 0;
}

.cart-product .cart-item-cross {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
}

.cart-product .cart-item-cross:hover {
  color: #D17902;
}

/* Cart Details */
.cart-details li {
  font-weight: 500;
  color: #3e3d43;
  font-size: 14px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*############### Option Dropdown ################*/
/* Hamburgur Icon */
.hamburgur-icon {
  font-size: 20px;
  color: #fff;
  width: 28px;
  height: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 2px solid #5b5049;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.hamburgur-icon:hover {
  color: #D17902;
  border-color: #D17902;
}

/*Option Dropdown*/
.option-dropdown {
  padding: 20px 30px !important;
}

.option-dropdown .option-title {
  font-size: 12px;
  font-weight: 500;
  line-height: 35px;
  border-bottom: 1px solid rgba(55, 55, 55, 0.1);
  text-transform: uppercase;
  display: block;
  cursor: default;
  margin-bottom: 10px;
}

.option-dropdown .option-list li {
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  font-size: 12px;
  color: #878787;
  white-space: nowrap;
  line-height: 20px;
  text-transform: capitalize;
}

.option-dropdown .option-list li:hover a {
  color: #D17902;
}

/*Search Input*/
.search-wrapper {
  background: rgba(22, 22, 27, 0.97);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: -webkit-transform 0.8s ease, -moz-transform 0.8s ease, -o-transform 0.8s ease, transform 0.8s ease, opacity 0.5s ease, visibility 0.5s ease;
}

.search-wrapper .search-wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.search-wrapper .search-box {
  position: relative;
  height: 60px;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  -o-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.search-wrapper .search-box input {
  height: 100%;
  padding: 10px 55px 10px 10px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  color: #fff;
}

.search-wrapper .search-box input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.search-wrapper .search-box button.search-button {
  color: #fff;
  position: absolute;
  top: 0;
  right: 00;
  height: 100%;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-wrapper .search-dismiss {
  color: #fff;
  position: absolute;
  right: 50px;
  top: 50px;
  font-size: 24px;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.search-wrapper.open {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.search-wrapper.open .search-box,
.search-wrapper.open .search-dismiss {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* Currency & Language List */
ul.currency-lan-list {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}

ul.currency-lan-list .dropdown-trigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

ul.currency-lan-list .dropdown-trigger i {
  margin-left: 5px;
}

ul.currency-lan-list .dropdown-trigger a {
  padding: 10px;
}

ul.currency-lan-list .dropdown-trigger a:hover {
  color: #D17902;
}

ul.currency-lan-list .dropdown-trigger ul.drop-box {
  position: absolute;
  background: #fff;
  color: #000;
  font-size: 12px;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  width: 80px;
  z-index: 200;
  text-align: center;
  -webkit-box-shadow: 0 0 6.65px 0.35px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6.65px 0.35px rgba(0, 0, 0, 0.15);
}

ul.currency-lan-list .dropdown-trigger ul.drop-box li {
  padding: 5px 10px;
  border-bottom: 1px solid #ecec;
  margin: 0 10px;
  cursor: pointer;
}

ul.currency-lan-list .dropdown-trigger ul.drop-box li:hover {
  color: #D17902;
}

ul.currency-lan-list .dropdown-trigger ul.drop-box li:last-child {
  border-bottom: none;
}

ul.currency-lan-list .dropdown-trigger:hover .drop-box {
  opacity: 1;
  visibility: visible;
}

ul.currency-lan-list.list-black {
  color: #292929;
}

ul.currency-lan-list.list-black ul.drop-box li {
  padding: 5px 7px;
}

ul.mobile-menu.currency-menu {
  margin-top: 30px;
}

ul.mobile-menu.currency-menu>li {
  margin-bottom: 15px;
}

ul.mobile-menu.currency-menu>li i {
  margin-left: 5px;
}

ul.mobile-menu.currency-menu .sub-menu {
  padding: 10px 0 0 15px;
}

ul.mobile-menu.currency-menu .sub-menu li {
  padding-bottom: 5px;
  font-size: 13.5px;
}

ul.mobile-menu.currency-menu li:hover>a {
  color: #D17902;
}

/* Mobile Header */
.mobile-header.absolute-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.mobile-header .mobile-top-section {
  padding: 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
}

.mobile-header .site-brand {
  padding: 20px 0 0 0;
}

.mobile-header .header-links .sin-link {
  font-size: 25px;
  margin: 0px 25px 0 0;
  padding-bottom: 5px;
}

@media (min-width: 480px) {
  .mobile-header .header-links .sin-link {
    font-size: 30px;
    margin: 0px 30px 0 0;
    padding-bottom: 10px;
  }
}

.mobile-header .header-links .sin-link:last-child {
  margin-right: 0;
}

.mobile-header .header-links .hamburgur-icon {
  font-size: 25px;
  width: 28px;
  height: 25px;
  border-color: #fff;
}

@media (min-width: 480px) {
  .mobile-header .header-links .hamburgur-icon {
    font-size: 26px;
    width: 33px;
    height: 33px;
  }
}

.mobile-header .header-links .hamburgur-icon:hover {
  border-color: #D17902;
}

/* Mobile Off canvas */
.off-canvas-wrapper {
  top: 0;
  right: 0;
  height: 100vh;
  position: fixed;
  background-color: #fff;
  z-index: 9999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  opacity: 0;
  visibility: hidden;
  width: 250px;
}

@media (min-width: 480px) {
  .off-canvas-wrapper {
    width: 300px;
  }
}

.off-canvas-wrapper.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.off-canvas-wrapper .off-canvas-inner {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  position: relative;
  overflow-y: scroll;
}

.off-canvas-wrapper .btn-close-off-canvas {
  top: 0;
  left: -50px;
  width: 50px;
  height: 50px;
  font-size: 30px;
  background-color: #D17902;
  color: #fff;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.off-canvas-wrapper .search-box.offcanvas {
  position: relative;
}

.off-canvas-wrapper .search-box.offcanvas input {
  width: 100%;
  height: 40px;
  padding-right: 50px;
  text-indent: 15px;
}

.off-canvas-wrapper .search-box.offcanvas input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.off-canvas-wrapper .search-box.offcanvas button {
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 21px;
  background: #D17902;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.off-canvas-wrapper .menu-expand {
  display: none;
}

.off-canvas-wrapper .header-social .single-icon {
  padding: 0 8px;
}

/* Mobile Menu */
.mobile-navigation {
  padding: 20px 0;
}

.mobile-navigation .mobile-menu>li {
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid #ececec;
}

.mobile-navigation .mobile-menu>li .sub-menu>li {
  padding-top: 13px;
  margin-top: 13px;
  border-top: 1px solid #ececec;
  padding-left: 10px;
}

.mobile-navigation .mobile-menu li:hover>a {
  color: #D17902;
}

.mobile-navigation .mobile-menu a {
  display: block;
}

.off-canvas-bottom {
  position: static;
  margin-top: 60px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .off-canvas-bottom {
    margin-top: 0px;
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
  }
}

.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-list a {
  font-size: 12px;
  margin-bottom: 5px;
}

.contact-list a i {
  margin-right: 7px;
}

.contact-list a:last-child {
  margin-bottom: 0;
}

.contact-list a:hover {
  color: #D17902;
}

/*>>>>>>>> Hero Area <<<<<<<<<*/
.hero-slider .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding-top: 0px;
  height: 600px;
}

@media (min-width: 768px) {
  .hero-slider .hero-content {
    height: 991px;
    padding-top: 60px;
  }
}

.hero-slider .hero-content.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slider .hero-content .icon {
  display: block;
  width: 50px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .hero-slider .hero-content .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
  }
}

.hero-slider .hero-content h1 {
  text-transform: capitalize;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  margin-top: 15px;
}

@media (min-width: 480px) {
  .hero-slider .hero-content h1 {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .hero-slider .hero-content h1 {
    font-size: 72px;
    margin-top: 0px;
  }
}

.hero-slider .hero-content p {
  color: #fff;
  text-transform: capitalize;
  font-family: 'Rubik', sans-serif;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 14px;
}

@media (min-width: 768px) {
  .hero-slider .hero-content p {
    font-size: 16px;
  }
}

.hero-slider .hero-content .slider-btn {
  margin-top: 40px;
}

.hero-slider .hero-content .slider-btn .btn {
  max-width: 150px;
  height: 40px;
}

@media (min-width: 768px) {
  .hero-slider .hero-content .slider-btn .btn {
    height: 60px;
    width: 183px;
  }
}

.hero-slider-2 .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #292929;
  padding-top: 0px;
  height: 600px;
}

@media (min-width: 768px) {
  .hero-slider-2 .hero-content {
    height: 900px;
    padding-top: 100px;
  }
}

.hero-slider-2 .hero-content.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slider-2 .hero-content h1 {
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.0025em;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-size: 3rem;
    color: #131314;
    font-family: 'Barlow', sans-serif;
    font-family: "Alumni Sans", sans-serif;
}

@media (min-width: 576px) {
  .hero-slider-2 .hero-content h1 {
    font-size: 50px;
  }
}

@media (min-width: 768px) {
  .hero-slider-2 .hero-content h1 {
    font-size: 70px;
  }
}

@media (min-width: 768px) {
  .hero-slider-2 .hero-content h1:first-child {
    margin-bottom: -7px;
  }
}
.hero-slider-2 .hero-content h6 {
    margin-bottom: 1rem;
    color: #131314;
    line-height: 38px;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 600;
    font-family: "Alumni Sans", sans-serif;
    text-transform: uppercase;
}
.hero-slider-2 .hero-content p {
    margin-bottom: 1rem;
    color: #939090;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

@media (min-width: 992px) {
  .hero-slider-2 .hero-content p {
    margin-top: 30px;
  }
}

.hero-slider-2 .hero-content .slider-btn {
  margin-top: 30px;
}

@media (min-width: 576px) {
  .hero-slider-2 .hero-content .slider-btn {
    margin-top: 30px;
  }
}

.hero-slider-2 .hero-content .slider-btn .btn {
  border-color: #292929 !important;
  color: #292929;
  font-family: 'Oswald', sans-serif;
  height: 40px;
  max-width: 150px;
}

@media (min-width: 768px) {
  .hero-slider-2 .hero-content .slider-btn .btn {
    height: 60px;
    max-width: 170px;
  }
}

.hero-slider-2 .hero-content .slider-btn .btn:hover {
  color: #fff;
}

.hero-slider-3 .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  height: 600px;
  padding-top: 60px;
}

@media (min-width: 768px) {
  .hero-slider-3 .hero-content {
    height: 951px;
    padding-top: 140px;
  }
}

.hero-slider-3 .hero-content.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slider-3 .hero-content h1 {
  text-transform: capitalize;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  font-size: 30px;
}

@media (min-width: 480px) {
  .hero-slider-3 .hero-content h1 {
    font-size: 45px;
  }
}

@media (min-width: 768px) {
  .hero-slider-3 .hero-content h1 {
    margin-top: 15px;
    font-size: 72px;
  }
}

.hero-slider-3 .hero-content p {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  font-family: 'Rubik', sans-serif;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 28px;
}

.hero-slider-3 .hero-content .slider-btn {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .hero-slider-3 .hero-content .slider-btn {
    margin-top: 90px;
  }
}

.hero-slider-3 .hero-content .slider-btn .btn {
  max-width: 150px;
  height: 40px;
}

@media (min-width: 768px) {
  .hero-slider-3 .hero-content .slider-btn .btn {
    height: 60px;
    width: 183px;
  }
}

.hero-slider-4 .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #292929;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
  height: 450px;
}

@media (min-width: 576px) {
  .hero-slider-4 .hero-content {
    margin-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .hero-slider-4 .hero-content {
    height: 565px;
  }
}

@media (min-width: 992px) {
  .hero-slider-4 .hero-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 992px) {
  .hero-slider-4 .hero-content {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.hero-slider-4 .hero-content.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slider-4 .hero-content h1 {
  text-transform: capitalize;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  font-size: 30px;
}

@media (min-width: 576px) {
  .hero-slider-4 .hero-content h1 {
    font-size: 38px;
  }
}

@media (min-width: 768px) {
  .hero-slider-4 .hero-content h1 {
    font-size: 55px;
  }
}

@media (min-width: 992px) {
  .hero-slider-4 .hero-content h1 {
    font-size: 60px;
  }
}

@media (min-width: 992px) {
  .hero-slider-4 .hero-content h1:first-child {
    margin-bottom: -7px;
  }
}

.hero-slider-4 .hero-content p {
  font-size: 16px;
  color: #292929;
  text-transform: capitalize;
  font-family: 'Rubik', sans-serif;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 28px;
  padding: 0 40px 0 0;
}

.hero-slider-4 .hero-content .slider-btn {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .hero-slider-4 .hero-content .slider-btn {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .hero-slider-4 .hero-content .slider-btn {
    margin-top: 90px;
  }
}

.hero-slider-4 .hero-content .slider-btn .btn {
  border-color: #292929 !important;
  color: #292929;
  font-family: 'Oswald', sans-serif;
  max-width: 150px;
  height: 40px;
}

@media (min-width: 768px) {
  .hero-slider-4 .hero-content .slider-btn .btn {
    height: 60px;
    width: 183px;
  }
}

.hero-slider-4 .hero-content .slider-btn .btn:hover {
  color: #fff;
}

.hero-slider-5 .hero-content {
  height: 800px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-5 .hero-content {
    height: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-5 .hero-content {
    height: 400px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-slider-5 .hero-content {
    height: 340px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-5 .hero-content h1 {
    font-size: 32px;
  }
}

/*>>>>>>>> Welcome <<<<<<<<<*/
.welcome-content {
  text-align: center;
  margin-bottom: -8px;
}

.welcome-content .title-xs {
  font-size: 14px;
  color: #929292;
  font-weight: 400;
}

.welcome-content .title-sep {
  margin-top: 30px;
}

@media (min-width: 576px) {
  .welcome-content .title-sep {
    margin-top: 40px;
  }
}

.welcome-content .welcome-description {
  margin-top: 40px;
  font-size: 14px;
  color: #707070;
}

@media (min-width: 768px) {
  .welcome-content .welcome-description {
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .welcome-content .welcome-description {
    margin-top: 60px;
  }
}

.welcome-content .welcome-description p {
  letter-spacing: .025em;
  line-height: 30px;
}

.welcome-content .author-block {
  width: 100%;
  clear: both;
  display: inline-block;
  font-size: 14px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .welcome-content .author-block {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .welcome-content .author-block {
    margin-top: 45px;
  }
}

/*>>>>>>>> Testimonial <<<<<<<<<*/
.testimonial-content {
  text-align: center;
}

.testimonial-content .testimonial-avatar {
  width: 70px;
  height: 70px;
  border: 2px solid white;
  border-radius: 100%;
  margin: auto;
  margin-bottom: 40px;
  position: relative;
}

.testimonial-content p {
  font-size: 16px;
  color: #777;
  line-height: 30px;
  margin: auto;
  padding-bottom: 38px;
  letter-spacing: .025em;
  font-weight: 400;
  font-style: italic;
}

.testimonial-content .quote-image {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-content .author {
  font-size: 14px;
  color: #292929;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}

/*>>>>>>>> Footer <<<<<<<<<*/
.newsletter-section {
  text-align: center;
}

.newsletter-section p {
  font-size: 14px;
  color: #707070;
  text-transform: capitalize;
  margin-bottom: 10px;
  letter-spacing: .025em;
  line-height: 28px;
}

.newsletter-section .title {
  font-size: 30px;
  color: #292929;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: 'Playfair Display', serif;
}

.newsletter-section .newsletter-content {
  margin-top: -6px;
}

.newsletter-subscription {
  margin-top: 33px;
}

.newsletter-input {
  max-width: 620px;
  margin: 0 auto;
  position: relative;
}

.newsletter-input input {
  height: 55px;
  line-height: 27px;
  background: white;
  border: 2px solid #ebebeb;
  color: #9d9d9d;
  width: 100%;
  font-size: 10px;
  padding: 10px 100px 10px 20px;
}

@media (min-width: 480px) {
  .newsletter-input input {
    font-size: 12px;
    padding: 10px 190px 10px 20px;
  }
}

.newsletter-input input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.newsletter-input button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #292929;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-transform: uppercase;
  font-size: 10px;
}

@media (min-width: 480px) {
  .newsletter-input button {
    font-size: 12px;
  }
}

.newsletter-input button span {
  border-left: 2px solid #ebebeb;
  padding: 0 20px;
}

@media (min-width: 480px) {
  .newsletter-input button span {
    padding: 0 40px;
  }
}

@media (min-width: 576px) {
  .newsletter-input button span {
    padding: 0 55px;
  }
}

.newsletter-input button:hover {
  color: #D17902;
}

.copyright {
  padding: 20px 0;
  border-top: 1px solid #ebebeb;
  text-align: center;
}

.copyright .copyright-text p {
  color: #9e9e9e;
  letter-spacing: .025em;
  display: inline-block;
}

@media (min-width: 768px) {
  .copyright .copyright-text p {
    margin: 0;
  }
}

.copyright .copyright-text .author {
  color: #c9b194;
}

.copyright .copyright-text .author:hover {
      color: #ff6635;
}

.social-normal .single-icon {
  color: #9e9e9e;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  padding: 0 15px;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  font-family: 'Oswald', sans-serif;
}

.social-normal .single-icon:hover {
  color: #D17902;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.social-normal .single-icon:first-child {
  padding-left: 0px;
}

.social-normal .single-icon:last-child {
  padding-right: 0px;
}

.rounded-icons {
  margin-bottom: -10px;
}

.rounded-icons .single-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #ebebeb;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-right: 7px;
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .rounded-icons .single-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}

.rounded-icons .single-icon:hover {
  background: #292929;
  color: #fff;
}

.rounded-icons.transparent-bg .single-icon {
  background: transparent;
  border: 1px solid #ebebeb;
  color: #b8b8b8;
}

.rounded-icons.transparent-bg .single-icon:hover {
  background: #D17902;
  color: #fff;
  border-color: #D17902;
}

.footer-title h5 {
    position: relative;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 20px;
    /* font-family: 'Barlow', sans-serif; */
    font-weight: 600;
}
.footer-title h5::before {
    position: absolute;
    content: '';
    /* z-index: -1; */
    width: 4rem;
    height: 4px;
    bottom: -15px;
    left: 0;
    background-color: #c9b194;
}
.useful-link li a {
    color: #ffffff;
    transition: color .5s ease;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 12px;
}
.useful-link li i {
    color: #ffffff;
    transition: color .5s ease;
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 12px;
    padding-right: 12px;
}
.useful-link li a:hover {
      color: #a3a3a3;
}
@media (min-width: 992px) {
  .brand-footer {
    margin-top: -45px;
  }
}

.footer-list li {
  padding: 7px 0;
}

.footer-list li a {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-list li:hover a {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  color: #D17902;
}

.footer-list--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .footer-list--inline {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.footer-list--inline li {
  margin: 0 6px;
}

@media (min-width: 480px) {
  .footer-list--inline li {
    margin: 0 15px;
  }
}

.footer-list--inline li:last-child {
  margin-right: 0;
}

.footer-list--inline li:first-child {
  margin-left: 0;
}

.footer-list--inline li:hover a {
  color: #D17902;
}

.footer-gray {
  color: #707070;
}

.footer-gray .footer-list a {
  color: #333;
}

.footer-gray .footer-list a:hover {
  color: #D17902;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.footer-gray .footer-list--inline a {
  color: #929292;
}

.footer-gray .footer-list--inline a:hover {
  color: #D17902;
}

/*>>>>>>>> Layout <<<<<<<<<*/
.layout-box {
  background: #f4f4f4;
}

.layout-box-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .layout-box-container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .layout-box-container {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 1366px) {
  .layout-box-container {
    position: relative;
    max-width: 1270px;
    width: 100%;
  }
}

.layout-box-container-overflow {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px;
  overflow: hidden;
}

@media (min-width: 480px) {
  .layout-box-container-overflow {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  .layout-box-container-overflow {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .layout-box-container-overflow {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 1366px) {
  .layout-box-container-overflow {
    position: relative;
    max-width: 1270px;
    width: 100%;
  }
}

/*>>>>>>>> Bredcrumb <<<<<<<<<*/
.breadcrumb-contents {
  height: 435px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

@media (min-width: 992px) {
  .breadcrumb-contents {
    height: 200px;
  }
}

.breadcrumb-contents h2 {
    font-size: 2rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #000000;
    font-family: "Alumni Sans", sans-serif;
    /* -webkit-text-fill-color: #02020200; */ /* Will override color (regardless of order) */
    /* -webkit-text-stroke-width: 1px; */
    /* -webkit-text-stroke-color: #000000; */
    /* border-bottom: 1px solid #e5e5e53b; */
}

.breadcrumb-contents .breadcrumb {
  background: transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumb-contents .breadcrumb .breadcrumb-item {
    font-size: 16px;
    color: #202020;
    /* border: 1px solid #242424; */
    /* padding: 10px 20px; */
    margin: 10px;
    border-radius: 8px;
}

.breadcrumb-contents .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
     color: #0e0e0e00;
     padding: 0 0 0 0;
}



/*>>>>>>>> Sidebar <<<<<<<<<*/
.inner-page-sidebar .single-block {
  margin-bottom: 30px;
}

.inner-page-sidebar .single-block:last-child {
  margin-bottom: 0;
}

.sidebar-title {
  color: #292929;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 22px;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0;
  text-transform: capitalize !important;
  font-family: 'Playfair Display', serif;
}

.sidebar-accordion {
  background: #fff;
  margin-top: -10px;
}

.sidebar-accordion .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0;
  line-height: 25px;
  background: #fff;
}

.sidebar-accordion .card-header h2 {
  padding: 10px 0;
  font-size: inherit;
  font-weight: inherit;
  width: 90%;
  height: 100%;
  color: #898989;
  line-height: 25px;
}

.sidebar-accordion .card-header h2 a {
  display: block;
}

.sidebar-accordion .card-header h2 a:hover {
  color: #D17902;
}

.sidebar-accordion .card-header button {
  font-size: 10px;
}

.sidebar-accordion .card-header button i {
  position: absolute;
  right: 0px;
  top: -5px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-accordion .card-header button .close-icon {
  display: block;
}

.sidebar-accordion .card-header button .open-icon {
  display: none;
}

.sidebar-accordion .card-header button.collapsed .close-icon {
  display: none;
}

.sidebar-accordion .card-header button.collapsed .open-icon {
  display: block;
}

.sidebar-accordion .card-body {
  padding: 0;
}

.sidebar-accordion .sidebar-acc-list li {
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
  margin: 0;
  margin-top: 10px;
  color: #898989;
}

.sidebar-accordion .sidebar-acc-list li a {
  color: inherit;
}

.sidebar-accordion .sidebar-acc-list li a:hover {
  color: #D17902;
}

.sidebar-list-1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.sidebar-list-1 li label {
  margin-bottom: 0;
  margin-left: 5px;
}

.sidebar-list-1 li label i {
  font-size: 24px;
}

.sidebar-list-1 li label>a {
  position: relative;
  top: -3px;
  margin-left: 5px;
  color: #707070;
}

.sidebar-list-1 li label>a:hover {
  color: #D17902;
}

.sidebar-list-1 li:last-child {
  margin-bottom: 0;
}

.sidebar-checkbox-list .box-field {
  position: relative;
  cursor: pointer;
}

.sidebar-checkbox-list .box-field .checkmark {
  position: absolute;
  top: -3px;
  left: 1px;
  display: none;
  font-size: 17.6px;
}

.sidebar-checkbox-list input:checked~label>.box-field>.checkmark {
  display: block;
}

.sidebar-checkbox-list label {
  margin-bottom: 0;
}

.sidebar-checkbox-list li {
  color: #707070;
  font-size: 14px;
  margin-top: 10px;
}

.sidebar-checkbox-list li a {
  color: inherit;
}

.sidebar-checkbox-list .custom-square {
  margin: -3px 3px 0 0;
  width: 15px;
  height: 15px;
  border: 1px #dadada solid;
  display: inline-block;
  position: relative;
  top: 2px;
}

.sidebar-color-list .color-box {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.sidebar-color-list li {
  margin-bottom: 10px;
  color: #707070;
}

.sidebar-color-list li a {
  color: inherit;
}

.sidebar-color-list li a:hover {
  color: #D17902;
}

.promo-image.sidebar {
  position: relative;
}

.promo-image.sidebar:before {
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
}

.promo-image.sidebar:after {
  background: rgba(255, 255, 255, 0.2);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
}

.promo-image.sidebar:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 900ms ease-in;
  -moz-transition: all 900ms ease-in;
  -ms-transition: all 900ms ease-in;
  -o-transition: all 900ms ease-in;
  transition: all 900ms ease-in;
}

.promo-image.sidebar:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 900ms ease-in;
  -moz-transition: all 900ms ease-in;
  -ms-transition: all 900ms ease-in;
  -o-transition: all 900ms ease-in;
  transition: all 900ms ease-in;
}

.color-list .color-box {
  width: 15px;
  height: 15px;
}

/*>>>>>>>> Comment <<<<<<<<<*/
.comment-block-wrapper h3 {
  display: inline-block;
  font-size: 17px;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  color: #333;
}

.single-comment {
  border: 1px solid #ececec;
  margin: 0 0 20px;
  padding: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.single-comment .comment-avatar {
  margin-right: 25px;
  width: 50px;
  height: 50px;
}

.single-comment .comment-text .author {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

.single-comment .comment-text .author a {
  color: inherit;
}

.single-comment .comment-text .author a:hover {
  color: #D17902;
}

.single-comment .comment-text .time {
  color: #999;
  margin: 0 0 15px;
  font-size: .93em;
  font-style: italic;
}

.single-comment .comment-text p {
  color: #999;
}

.single-comment .reply-btn {
  position: absolute;
  right: 30px;
  font-weight: 700;
  color: #D17902;
  border: 1px solid #D17902 !important;
  position: absolute;
  bottom: 10px;
  font-weight: 700;
  color: #D17902;
  border: 1px solid #D17902 !important;
  right: 10px;
}

@media (min-width: 576px) {
  .single-comment .reply-btn {
    top: 20px;
    bottom: auto;
    right: 20px;
  }
}

.single-comment .reply-btn:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .single-comment:nth-child(odd) {
    margin-left: 15px;
    width: calc(100% - 15px);
  }
}

.single-comment:last-child {
  margin-bottom: 0;
}

.reply-btn {
  font-size: .8em;
  width: 75px;
  height: 28px;
  line-height: 26px;
}

/*>>>>>>>> Shop <<<<<<<<<*/
.shop-toolbar {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 8px 15px;
  margin-bottom: 30px;
}

.product-view-mode .sorting-btn {
  margin-right: 7px;
  cursor: pointer;
  font-size: 16px;
  color: #878787;
}

.product-view-mode .sorting-btn i {
  color: inherit;
}

.product-view-mode .sorting-btn.active {
  color: #D17902;
}

.toolbar-status {
  color: #878787;
  font-size: 12px;
}

.sorting-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
}

@media (min-width: 992px) {
  .sorting-selection {
    margin-left: -15px;
  }
}

.sorting-selection span {
  line-height: 24px;
  font-size: 12px;
  padding: 6px 8px 6px 0;
}

@media (min-width: 576px) {
  .sorting-selection span {
    padding: 6px 15px 6px 0;
  }
}

.sorting-selection .nice-select {
  -webkit-box-flex: 70%;
  -ms-flex: 70%;
  flex: 70%;
  border: 1px solid #ebebeb;
  padding: 5px 15px;
  border-radius: 4px;
  line-height: 24px;
  font-size: 12px;
  margin: 0;
  height: 36px;
}

@media (min-width: 992px) {
  .sorting-selection .nice-select {
    margin-right: 15px;
  }
}

.sorting-selection .nice-select .current {
  color: #9e9d9d;
}

.pagination-block {
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
}

@media (min-width: 480px) {
  .pagination-block {
    padding: 20px;
  }
}

.pagination-block .pagination-status {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  text-align: center;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .pagination-block .pagination-status {
    margin-bottom: 0px;
    text-align: left;
    -webkit-box-flex: 33.333%;
    -ms-flex: 33.333%;
    flex: 33.333%;
  }
}

.pagination-block .pagination-status p {
  margin-bottom: 0;
}

.pagination-block .pagination-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  line-height: 28px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 480px) {
  .pagination-block .pagination-btns {
    line-height: auto;
  }
}

@media (min-width: 768px) {
  .pagination-block .pagination-btns {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.pagination-block .pagination-btns .single-btn {
  font-size: 14px;
  color: #333;
  margin-right: 15px;
}

@media (min-width: 576px) {
  .pagination-block .pagination-btns .single-btn {
    margin-right: 25px;
  }
}

@media (min-width: 768px) {
  .pagination-block .pagination-btns .single-btn {
    line-height: 16px;
  }
}

.pagination-block .pagination-btns .single-btn:last-child {
  margin-right: 0px;
}

.pagination-block .pagination-btns .single-btn:hover,
.pagination-block .pagination-btns .single-btn.current {
  color: #D17902;
}

.pagination-block .pagination-btns .single-btn i {
  font-size: 18px;
  position: relative;
  top: 2px;
  display: inline-block;
}

.pagination-block .pagination-btns .single-btn.prev-btn i {
  margin-right: 10px;
}

.pagination-block .pagination-btns .single-btn.next-btn i {
  margin-left: 10px;
}

/*>>>>>>>> Blog Page <<<<<<<<<*/
/* Sidebar Search */
.site-mini-search {
  background: #fff;
  border: 1px solid #ececec;
  color: #999;
  font-family: Rubik, Arial, Helvetica, sans-serif;
  position: relative;
  width: 100%;
}

.site-mini-search input {
  background: none;
  border: none;
  height: 34px;
  padding: 0 40px 0 15px;
  width: 100%;
}

.site-mini-search input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-mini-search button {
  background: none;
  border: none;
  color: #999;
  font-size: 14px;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 34px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-mini-search button:hover {
  color: #D17902;
}

/*  Sidebar List */
.sidebar-list {
  list-style: disc;
  padding-left: 15px;
  margin-bottom: -5px;
}

.sidebar-list li {
  color: #1a1f2b;
  margin-bottom: 8px;
}

.sidebar-list li a {
  color: inherit;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.sidebar-list li:hover {
  color: #D17902;
}

.sidebar-list li:last-child {
  margin-bottom: 0;
}

.sidebar-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.sidebar-tag-list a {
  background: #f1f1f1;
  border: none;
  color: #999;
  display: inline-block;
  font-size: 1em !important;
  margin: 0 5px 10px 0;
  padding: 3px 12px;
  text-transform: capitalize;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-radius: 4px;
}

.sidebar-tag-list a:hover {
  background: #D17902;
  color: #fff;
}

/*>>>>>>>> Blog Details Page <<<<<<<<<*/
.blog-post .blog-content header {
  margin-bottom: 20px;
}

.blog-post .blog-content .post-category {
  margin-bottom: 10px;
}

.blog-post .blog-content .post-category i {
  margin-right: 5px;
}

.blog-post .blog-content .post-category a:hover {
  color: #D17902;
}

.blog-post .blog-content .blog-title {
  display: inline-block;
  font-size: 25px;
  margin-bottom: 16px;
  padding: 0;
}

.blog-post .blog-content .blog-title a {
  color: #333;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.blog-post .blog-content .blog-title a:hover {
  color: #D17902;
}

.blog-post .blog-content .post-meta {
  font-size: 13.76px;
}

.blog-post .blog-content .post-meta .post-separator {
  margin: 0 10px;
}

.blog-post .blog-content .post-meta span {
  font-size: 13px;
}

.blog-post .blog-content .post-meta span i {
  margin-right: 5px;
}

.blog-post .blog-content article p {
  margin: 0;
  padding-bottom: 20px;
  line-height: 1.65;
}

.blog-post .blog-content footer {
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 480px) {
  .blog-post .blog-content footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.blog-post .blog-content footer div {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  display: block;
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  .blog-post .blog-content footer div {
    display: static;
    margin-bottom: 0;
  }
}

.blog-post .blog-btn .btn {
  color: #D17902;
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-post .blog-btn .btn {
    width: 130px;
  }
}

.blog-post .blog-btn .btn:hover {
  color: #fff;
}

.blog-post.post-details .blog-image img {
  width: 100%;
}

.blog-post.post-details .blog-title {
  font-size: 30px;
}

.blog-post.post-details .blog-content {
  margin-top: 30px;
}

.blog-post.post-details .blog-content header {
  margin-bottom: 25px;
}

.blog-post.post-details .blog-content blockquote {
  background: #f6f6f6;
  border: 1px solid #ececec;
  border-left: 5px solid #D17902;
  font-size: 14px;
  font-style: italic;
  line-height: 26px;
  padding: 30px 45px 10px;
}

@media (min-width: 768px) {
  .blog-post.post-details .blog-content blockquote {
    margin: 30px 0 30px 30px;
  }
}

.blog-post.post-details .blog-meta {
  font-size: 13px;
  padding: 10px;
  color: #1a1f2b;
  font-size: 13px;
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  margin-top: 10px;
}

.blog-post.post-details .blog-meta a {
  color: #D17902;
}

.blog-post.post-details .blog-meta a:hover {
  text-decoration: underline;
}

.share-block {
  text-align: center;
}

.share-block h3 {
  background: none;
  color: #8c8c8c;
  font-size: 12px;
  line-height: 26px;
  margin: 0 20px;
  text-transform: uppercase;
  width: auto;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-links .single-social {
  color: #333;
  background: #f7f7f7;
  border-radius: 100%;
  color: #353535;
  display: inline-block;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  margin-right: 10px;
  text-align: center;
  width: 26px;
}

.social-links .single-social:hover {
  color: #fff;
  background: #D17902;
}

.blog-posts-container .blog-post {
  border-bottom: 1px solid #ececec;
  margin: 0 0 50px;
  padding: 0 0 50px 0;
  width: 100%;
}

.blog-posts-container .blog-post:last-child {
  padding-bottom: 0;
  border: none;
}

.related-post-block h3 {
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  color: #333;
}

.related-post .post-date {
  color: #999;
  display: block;
  font-style: italic;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

.related-post .post-title {
  font-size: 1.143em;
  color: #333;
}

.related-post .post-title a {
  display: inline-block;
}

.related-post .post-title:hover a {
  color: #D17902;
}

/* Pagination */
.pagination-widget {
  text-align: right;
}

.pagination-widget p {
  color: inherit;
}

.site-pagination a {
  background: #fff;
  border: 1px solid #ececec;
  color: #1a1f2b;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  height: 32px;
  line-height: 30px;
  margin-right: 7px;
  min-width: 0;
  padding: 0;
  text-align: center;
  width: 32px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-radius: 4px;
}

.site-pagination a:hover {
  color: #D17902;
}

.site-pagination a.active,
.site-pagination a:hover {
  background: #D17902;
  border-color: #D17902;
  color: #fff;
}

.blog-page-section.with-sidebar .single-block {
  margin-bottom: 40px;
}

.blog-page-section.with-sidebar .single-block:last-child {
  margin-bottom: 0;
}

.replay-form-wrapper h3 {
  font-size: 17px;
  margin: 20px 0;
  position: relative;
  text-transform: uppercase;
}

.replay-form-wrapper p {
  color: #999;
  font-size: 12px;
  padding-bottom: 10px;
}

.blog-image {
  display: block;
}

/*>>>>>>>> Product-details <<<<<<<<<*/
.product-details-description .title {
  font-family: 'Poppins', sans-serif;
  color: #292929;
  font-size: 29px;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: "Alumni Sans", sans-serif;
}

.product-details-description .widget-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.product-details-description .widget-block .rating-block {
  margin-right: 10px;
  margin-bottom: 10px;
}

.product-details-description .widget-block .rating-block span {
  font-size: 20px;
}

.product-details-description .widget-block .review-widget {
  margin-bottom: 10px;
}

.product-details-description .widget-block .review-widget a {
  margin-right: 10px;
}

.product-details-description .widget-block .review-widget a i {
  margin-right: 5px;
}

.product-details-description .widget-block .review-widget a:hover {
  color: #D17902;
}

.product-details-description .price {
  font-size: 16px;
  font-weight: 700;
}

.product-details-description .price-new {
  color: #c9b194;
  font-size: 30px;
}

.product-details-description .product-details-article {
  padding-top: 30px;
  margin-top: 30px;
}

.product-details-description .product-details-article p {
  font-size: 14px;
  color: #707070;
  line-height: 30px;
  letter-spacing: .025em;
}

.product-details-description .widget-block-2 {
  margin-bottom: 20px;
}

.product-details-description .size-widget {
  margin-bottom: 15px;
}

.product-details-description .size-widget .widget-label {
  margin-bottom: 6px;
  display: block;
  width: 100%;
}

.product-details-description .size-widget select {
  width: 50px;
  height: 50px;
  text-indent: 8px;
}

.product-details-description .color-widget {
  margin-bottom: 15px;
}

.product-details-description .color-widget .widget-label {
  margin-bottom: 6px;
  display: block;
  width: 100%;
}

.product-details-description .color-widget select {
  width: 50px;
  height: 50px;
  text-indent: 8px;
}

.product-details-description .color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-details-description .color-list .single-color {
  margin-right: 10px;
}

.product-details-description .color-list .single-color .color-box {
  width: 20px;
  height: 20px;
}

.product-details-description .color-list .single-color .color-box:hover {
  border: 2px solid #333;
}

.product-details-description .widget-block-3 .widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.product-details-description .widget-block-3 .widgets>div {
  margin-right: 10px;
  margin-bottom: 10px;
}

.product-details-description .widget-block-3 .product-status {
  display: inline-block;
  font-weight: 700;
}

.product-details-description .widget-block-3 .product-status p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 14px;
  color: #353535;
  line-height: 24px;
}

.product-details-description .widget-block-3 .product-status i {
  margin-right: 7px;
  font-size: 24px;
  color: #333;
  position: relative;
  top: -2px;
}

.product-details-description .widget-block-3 .widget-label {
  margin-bottom: 10px;
}

.product-details-description .widget-social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.product-details-description .widget-social-share .widget-label {
  margin-right: 10px;
}

.product-details-description .policy-block {
  margin-top: 32px;
}

.product-gallery-image {
  border: 1px solid #ebebeb;
  padding: 20px;
}

.count-input-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.count-input-block input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  color: #414141;
  background-color: white;
  height: 44px;
  padding: 2.8px 8px;
  width: 48px;
  border-radius: 0;
  text-align: center;
}

.count-input-block .count-input-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 5px;
}

.count-input-block .count-input-btns .count-btn {
  padding: 1px 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 22px;
  font-size: 16px;
  margin-bottom: 1px;
}

.count-input-block .count-input-btns .count-btn+.count-btn {
  border-top: none;
  margin-top: -1px;
}

.add-cart-btn .btn {
  font-size: 12px;
  font-weight: 500;
  border: 0;
  color: #ffffff;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 30px;
  /* height: 44px; */
  background: #c9b194;
  border-radius: 0;
}

.add-cart-btn .btn i {
  font-size: 20px;
  margin-right: 12px;
}

.add-cart-btn .btn:hover {
  color: #fff;
  background: #2a2a2a;
}

.buy-btn .btn {
  font-size: 14px;
  font-weight: 500;
  max-width: 155px;
  border: 2px solid #D17902;
  color: #D17902;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 20px;
  height: 44px;
}

.buy-btn .btn i {
  font-size: 20px;
  margin-right: 12px;
}

.buy-btn .btn:hover {
  color: #fff;
  background: #D17902;
}

.product-group .single-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dee2e6;
}

.product-group .single-product .product-image {
  width: 60px;
  margin-right: 20px;
  padding-bottom: 5px;
}

.product-group .single-product .product-title {
  margin-right: 15px;
  padding-bottom: 5px;
  font-size: 14px;
}

.product-group .single-product .count-input-block {
  margin-right: 15px;
  padding-bottom: 5px;
}

.policy-list {
  /* -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1); */
  /* box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1); */
}

.policy-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.policy-list li p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 12px;
}

@media (min-width: 576px) {
  .policy-list li p {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .policy-list li p {
    font-size: 14px;
  }
}

.policy-list li .icon {
  margin-left: 20px;
  width: 150px;
}

.review-tab .nav-tabs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-color: transparent;
  margin-bottom: 30px;
  margin-top: -2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 480px) {
  .review-tab .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.review-tab .nav-tabs .nav-item,
.review-tab .nav-tabs .nav-link.active,
.review-tab .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.review-tab .nav-tabs .nav-item {
  margin: 0 20px;
}

@media (min-width: 480px) {
  .review-tab .nav-tabs .nav-item {
    margin: 0 15px;
  }
}

@media (min-width: 576px) {
  .review-tab .nav-tabs .nav-item {
    margin: 0 25px;
  }
}

.review-tab .nav-tabs .nav-item .nav-link {
  text-transform: capitalize;
  color: #929292;
  padding: 0;
  line-height: 30px;
  font-weight: 500;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
}

@media (min-width: 576px) {
  .review-tab .nav-tabs .nav-item .nav-link {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .review-tab .nav-tabs .nav-item .nav-link {
    font-size: 24px;
  }
}

.review-tab .nav-tabs .nav-item .nav-link.active {
  color: #484848;
}

.review-tab .tab-content .review-article p {
  font-size: 14px;
  color: #898989;
  line-height: 30px;
  letter-spacing: .025em;
}

.tab-product-details .brand {
  margin-bottom: 30px;
}

.tab-product-details .meta {
  font-size: 16px;
  color: #414141;
  font-weight: 700;
}

.tab-product-details .meta .small-text {
  font-size: 12px;
  text-align: left;
  font-weight: 400;
}

.product-features {
  margin-top: 20px;
  margin-left: 5px;
}

.product-features .data-sheet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-features>dl.data-sheet dd.value,
.product-features>dl.data-sheet dt.name {
  font-weight: 400;
  background: #ebebeb;
  padding: .625rem;
  margin-right: .625rem;
  min-height: 2.5rem;
  word-break: break-all;
  margin-bottom: .5rem;
  box-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

@media (min-width: 768px) {

  .product-features>dl.data-sheet dd.value,
  .product-features>dl.data-sheet dt.name {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
  }
}

.product-features .title {
  font-weight: 700;
  font-size: 15px;
  margin-left: -5px;
}

.product-features dl {
  margin-left: -5px;
}

.product-features>dl.data-sheet dd.value:nth-of-type(even),
.product-features>dl.data-sheet dt.name:nth-of-type(even) {
  background: #f6f6f6;
}

.review-wrapper .title-lg {
  font-size: 15px;
  color: #333;
}

@media (min-width: 768px) {
  .review-wrapper .title-lg {
    font-size: 17px;
  }
}

.review-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review-comment .avatar {
  width: 60px;
  margin-right: 10px;
}

.review-comment .text {
  border: 1px solid #ececec;
  width: calc(100% - 70px);
  padding: 1em 1em 0;
  border-radius: 3px;
  position: relative;
}

.review-comment .text:before {
  background: #fff;
  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;
  content: '';
  display: block;
  height: 10px;
  left: -6px;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

.review-comment .text .author {
  margin-bottom: 10px;
  font-size: 14px;
}

.review-comment .text p {
  padding-bottom: 10px;
}

/*Dynamic Rating*/
.rating-row p {
  margin-right: 3px;
  display: inline-block;
  font-weight: 500;
}

.rating-widget-block {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.rating-widget-block input {
  display: none;
}

.rating-widget-block label {
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  display: inline-block;
}

.rating-widget-block label:last-child {
  margin-right: 0;
}

.rating-widget-block label:before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  position: relative;
  display: block;
  font-size: 16px;
  color: #e3e3e3;
  font-weight: 900;
}

.rating-widget-block label:after {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  display: block;
  font-size: 16px;
  color: #fec701;
  font-weight: 900;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.rating-widget-block label:hover~label:after,
.rating-widget-block label:hover:after,
.rating-widget-block input:checked~label:after {
  opacity: 1;
}

.site-form .form-group {
  margin-bottom: 20px;
}

.site-form .form-control {
  border-radius: 0;
  border: 1px solid #ececec;
  background: #f4f4f4;
}

.site-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-color: #f4f4f4;
}

.site-form .form-control::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
}

.site-form .form-control:-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
}

.site-form .form-control::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
}

.site-form .form-control:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
}

.site-form textarea.form-control {
  height: 130px;
  width: 100%;
}

.site-form textarea.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-color: #f4f4f4;
}

.site-form input.form-control {
  height: 50px;
  line-height: 50px;
  max-width: 100%;
  padding: 0 10px;
}

.site-form label {
  color: #999;
  display: block;
  margin: 0 0 5px;
}

.site-form .submit-btn {
  margin-top: 15px;
}

.site-form.contact-form-2 .form-control {
  background: #e7e7e7;
}

.product-details-slider .single-slide img {
  width: 100%;
}

/*>>>>>>>> Checkout <<<<<<<<<*/
/*-- Checkout Title --*/
.checkout-title {
  border-bottom: 1px solid #ececec;
  margin: 0 0 20px;
  padding-bottom: 10px;
  text-transform: none;
  width: 100%;
  color: #1a1f2b;
  font-size: 20px;
}

@media (min-width: 480px) {
  .checkout-title {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .checkout-title {
    font-size: 34px;
  }
}

/*-- Checkout Form --*/
.checkout-form {
  color: #d4d4d4;
}

.checkout-form label {
  color: #1a1f2b;
  font-family: Rubik, Arial, Helvetica, sans-serif;
  margin: 0 0 5px;
}

.checkout-form .nice-select {
  width: 100%;
  background-color: #f4f4f4;
  border: 1px solid transparent;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  height: 45px;
  color: #14191e;
  margin-bottom: 15px;
}

.checkout-form .nice-select::after {
  width: 6px;
  height: 6px;
  border-width: 1px;
  right: 20px;
  border-color: #565f69;
}

.checkout-form .nice-select .current {
  color: #565f69;
  display: block;
  line-height: 23px;
}

.checkout-form .nice-select .list {
  width: 100%;
}

.checkout-form input {
  width: 100%;
  background-color: #f4f4f4;
  border: 1px solid transparent;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  color: #14191e;
  margin-bottom: 15px;
}

.checkout-form input[type="checkbox"] {
  width: auto;
}

.checkout-form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-color: #D17902;
}

.checkout-form .check-box {
  margin-right: 70px;
}

.checkout-form .check-box:last-child {
  margin-right: 0;
}

.checkout-form .check-box input[type="checkbox"] {
  display: none;
}

.checkout-form .check-box input[type="checkbox"]+label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #14191e;
  margin: 0;
}

.checkout-form .check-box input[type="checkbox"]+label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #565f69;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.checkout-form .check-box input[type="checkbox"]+label::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  line-height: 20px;
  opacity: 0;
  color: #333;
  width: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.checkout-form .check-box input[type="checkbox"]:checked+label::before {
  border: 2px solid #565f69;
}

.checkout-form .check-box input[type="checkbox"]:checked+label::after {
  opacity: 1;
}

/*-- Shipping Form --*/
@media (min-width: 480px) {
  .check-bx-wrapper .check-box+.check-box.mt-xs-0 {
    margin-top: 0;
  }
}

#shipping-form {
  display: none;
}

/*-- Checkout Cart Total --*/
.checkout-cart-total {
  background-color: #f9f9f9;
  color: #333;
  padding: 35px 30px;
}

.checkout-cart-total .checkout-title {
  border-bottom: 1px solid #dfdfdf;
  font-size: 24px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}

@media only screen and (max-width: 479px) {
  .checkout-cart-total {
    padding: 30px;
  }
}

.checkout-cart-total h4 {
  line-height: 23px;
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
}

@media (max-width: 479px) {
  .checkout-cart-total h4 {
    font-size: 19px;
  }
}

.checkout-cart-total h4:first-child {
  margin-top: 0;
  margin-bottom: 25px;
}

.checkout-cart-total h4:last-child {
  margin-top: 15px;
  margin-bottom: 0;
}

.checkout-cart-total h4 span {
  float: right;
  display: block;
}

.checkout-cart-total ul {
  border-bottom: 1px solid #dfdfdf;
  color: #333;
}

.checkout-cart-total ul li {
  color: inherit;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
  overflow: hidden;
}

.checkout-cart-total ul li span {
  color: inherit;
  float: right;
}

.checkout-cart-total ul li span.left {
  float: left;
  width: 70%;
}

.checkout-cart-total p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  color: #333;
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
}

.checkout-cart-total p span {
  float: right;
}

/*-- Place Order --*/
.place-order {
  border-radius: 3px;
  height: 50px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px 20px;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background-color: #D17902;
  background-color: #D17902;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.place-order:hover {
  background: #b85e5e;
  border-color: #b85e5e;
  color: #fff;
}

/*=====  End of 14. Checkout  ======*/
.checkout-area.checkout-area-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.term-block {
  margin-bottom: 10px;
}

.method-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 15px;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #D17902;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}

.method-notice:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f249';
  display: inline-block;
  position: absolute;
  top: 1em;
  color: #D17902;
  left: 1.5em;
}

.order-note-block label {
  font-family: Rubik, Arial, Helvetica, sans-serif;
  margin: 0 0 5px;
  line-height: 2;
  color: #666;
}

.order-note-block textarea {
  height: 100px;
  line-height: 1.5;
  padding: 10px;
  width: 100%;
  background: #f4f4f4;
  border: none;
}

.order-note-block textarea::-webkit-input-placeholder {
  color: #666;
}

.order-note-block textarea:-moz-placeholder {
  color: #666;
}

.order-note-block textarea::-moz-placeholder {
  color: #666;
}

.order-note-block textarea:-ms-input-placeholder {
  color: #666;
}

.order-note-block textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.block-border {
  border-bottom: 1px solid #ececec;
  padding-bottom: 16px;
}

.checkout-quick-box {
  padding: 16px 32px 16px 20px;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #D17902;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}

.checkout-quick-box p {
  margin-bottom: 0;
}

.checkout-quick-box p i {
  color: #D17902;
  margin-right: 10px;
}

.checkout-quick-box p a {
  color: #b85e5e;
}

.checkout-quick-box p a:hover {
  color: #D17902;
}

.checkout-slidedown-box {
  display: none;
}

.quick-login-form {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 0;
  padding: 20px;
  color: #666;
  margin: 0 0 20px;
}

.quick-login-form .form-group input {
  margin-bottom: 0;
}

.quick-login-form label {
  display: block;
}

.quick-login-form input {
  border: 1px solid #ececec;
  height: 36px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 370px;
}

.pass-lost {
  color: #a43d21;
}

.pass-lost:hover {
  color: #D17902;
}

.checkout_coupon {
  border: 1px solid #d3ced2;
  padding: 20px;
  margin-bottom: 2em;
  text-align: left;
  border-radius: 5px;
}

.checkout_coupon input {
  background: #f4f4f4;
  border: none;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  max-width: 100%;
  padding: 0 0 0 10px;
  vertical-align: middle;
  margin-right: 10px;
  width: 180px;
}

.checkout_coupon .btn {
  font-size: 14px;
  margin-top: 15px;
}

@media (min-width: 480px) {
  .checkout_coupon .btn {
    margin-top: 0;
  }
}

.quick-title {
  margin-bottom: 40px;
  line-height: 1.35;
  font-size: 28px;
  color: #333;
}

@media (min-width: 768px) {
  .quick-title {
    font-size: 36px;
  }
}

.check-bx-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.check-bx-wrapper .check-box+.check-box {
  margin-top: 10px;
}

@media (min-width: 576px) {
  .check-bx-wrapper .check-box+.check-box {
    margin-top: 0;
  }
}

/*>>>>>>>> Cart <<<<<<<<<*/
.cart_area .page-section-title {
  margin-bottom: 40px;
}

.cart_area .page-section-title h1 {
  font-size: 22px;
}

@media (min-width: 480px) {
  .cart_area .page-section-title h1 {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .cart_area .page-section-title h1 {
    font-size: 34px;
  }
}

/*-- Cart Table --*/
.cart-table {
  color: #d4d4d4;
}

.cart-table .table {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 575px) {
  .cart-table .table {
    border-top: 8px solid #14191e;
  }
}

.cart-table .table thead {
  background-color: transparent;
}

@media only screen and (max-width: 575px) {
  .cart-table .table thead {
    display: none;
  }
}

.cart-table .table thead tr {
  border-bottom: 1px solid #ececec;
}

.cart-table .table thead tr th {
  text-align: center;
  border: none;
  text-transform: uppercase;
  font-weight: 500;
  color: #333;
  border-right: 1px solid #ececec;
  padding: 20px 10px;
  font-family: Rubik, Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.cart-table .table tbody {
  color: #333;
  font-weight: 500;
}

.cart-table .table tbody tr {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.cart-table .table tbody tr:not(:last-child):hover {
  background: #f6f6f6;
}

.cart-table .table tbody tr td {
  text-align: center;
  border: none;
  padding: 20px 10px;
  vertical-align: middle;
  border-top: 1px solid #ececec;
  border-right: 1px solid #ececec;
}

@media only screen and (max-width: 575px) {
  .cart-table .table tbody tr td {
    display: block;
    width: 100%;
    max-width: none;
    padding: 15px;
    text-align: left;
  }
}

.cart-table .table tbody tr td .coupon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ececec;
  margin: 0 0 20px;
  padding: 25px !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cart-table .table tbody tr td .coupon-block .coupon-text {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

@media (min-width: 576px) {
  .cart-table .table tbody tr td .coupon-block .coupon-text {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    text-align: left;
  }
}

.cart-table .table tbody tr td .coupon-block .coupon-text input {
  border: 1px solid #ececec;
  height: 50px;
  line-height: 48px;
  padding: 6px 6px 5px;
  background: #f4f4f4;
  font-weight: 500;
  width: 100%;
}

@media (min-width: 576px) {
  .cart-table .table tbody tr td .coupon-block .coupon-text input {
    width: auto;
  }
}

.cart-table .table tbody tr td .coupon-block .coupon-text input:focus {
  outline: none;
}

.cart-table .table tbody tr td .coupon-block .coupon-btn {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin-top: 10px;
}

@media (min-width: 576px) {
  .cart-table .table tbody tr td .coupon-block .coupon-btn {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    margin-top: 0px;
    text-align: right;
  }
}

.cart-table .table tbody tr td .coupon-block label {
  display: none;
}

.cart-table th.pro-thumbnail,
.cart-table td.pro-thumbnail {
  max-width: 160px;
  min-width: 32px;
  width: 160px;
}

@media only screen and (max-width: 575px) {

  .cart-table th.pro-thumbnail a,
  .cart-table td.pro-thumbnail a {
    width: 160px;
  }
}

.cart-table th.pro-title,
.cart-table td.pro-title {
  min-width: 200px;
}

.cart-table td.pro-thumbnail a {
  display: block;
}

.cart-table td.pro-thumbnail a img {
  width: 70px;
  background-color: #f6f7f8;
}

.cart-table td.pro-title a {
  font-size: 16px;
  color: #333;
}

.cart-table td.pro-title a:hover {
  color: #D17902;
}

.cart-table td.pro-price span {
  display: block;
  font-size: 15px;
}

.cart-table td.pro-quantity .pro-qty {
  width: 85px;
  display: block;
  margin: auto;
}

.cart-table td.pro-quantity .pro-qty input {
  padding-right: 0;
  font-size: 15px;
  border-radius: 0;
  background: transparent;
  border: 1px solid #ececec;
  color: #333;
}

@media only screen and (max-width: 575px) {
  .cart-table td.pro-quantity .pro-qty {
    margin: 0;
  }
}

.cart-table td.pro-subtotal span {
  display: block;
  font-size: 15px;
}

.cart-table td.pro-addtocart button {
  width: 140px;
  border-radius: 50px;
  height: 36px;
  border: 1px solid #D17902;
  line-height: 24px;
  padding: 5px 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  background-color: #D17902;
}

.cart-table td.pro-remove a {
  display: block;
  font-weight: 600;
}

.cart-table td.pro-remove a i {
  font-size: 15px;
}

.cart-table td.pro-remove a:hover {
  color: #D17902;
}

@media only screen and (max-width: 575px) {
  .cart-table td.pro-remove a {
    width: 60px;
    text-align: center;
  }
}

/*-- Calculate Shipping --*/
.calculate-shipping {
  margin-bottom: 23px;
}

.calculate-shipping h4 {
  font-size: 20px;
  line-height: 23px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px;
  color: #d4d4d4;
}

.calculate-shipping form .nice-select {
  width: 100%;
  border-radius: 50px;
  height: 36px;
  border: 1px solid #565f69;
  line-height: 24px;
  padding: 5px 20px;
  background-color: transparent;
}

.calculate-shipping form .nice-select::after {
  border-color: #565f69;
}

.calculate-shipping form .nice-select .current {
  display: block;
  line-height: 24px;
  font-size: 14px;
  color: #d4d4d4;
}

.calculate-shipping form input {
  width: 100%;
  border-radius: 50px;
  height: 36px;
  border: 1px solid #565f69;
  line-height: 24px;
  padding: 5px 20px;
  color: #d4d4d4;
  background-color: transparent;
}

.calculate-shipping form input::-webkit-input-placeholder {
  color: #d4d4d4;
}

.calculate-shipping form input:-moz-placeholder {
  color: #d4d4d4;
}

.calculate-shipping form input::-moz-placeholder {
  color: #d4d4d4;
}

.calculate-shipping form input:-ms-input-placeholder {
  color: #d4d4d4;
}

.calculate-shipping form input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.calculate-shipping form input[type="submit"] {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #D17902;
  border-color: #D17902;
  width: 140px;
  cursor: pointer;
}

/*-- Discount Coupon --*/
.discount-coupon h4 {
  font-size: 20px;
  line-height: 23px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px;
  color: #d4d4d4;
}

.discount-coupon form input {
  width: 100%;
  border-radius: 50px;
  height: 36px;
  border: 1px solid #565f69;
  line-height: 24px;
  padding: 5px 20px;
  color: #d4d4d4;
  background-color: transparent;
}

.discount-coupon form input::-webkit-input-placeholder {
  color: #d4d4d4;
}

.discount-coupon form input:-moz-placeholder {
  color: #d4d4d4;
}

.discount-coupon form input::-moz-placeholder {
  color: #d4d4d4;
}

.discount-coupon form input:-ms-input-placeholder {
  color: #d4d4d4;
}

.discount-coupon form input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.discount-coupon form input[type="submit"] {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #D17902;
  border-color: #D17902;
  width: 140px;
  line-height: 27px;
  cursor: pointer;
}

/*-- Cart Summary --*/
.cart-summary {
  float: right;
  width: 100%;
  margin-left: auto;
}

@media (min-width: 992px) {
  .cart-summary {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-summary {
    margin-left: 0;
  }
}

@media only screen and (max-width: 575px) {
  .cart-summary {
    margin-left: 0;
  }
}

.cart-summary .cart-summary-wrap {
  background-color: #fff;
  padding: 30px 30px;
  margin-bottom: 20px;
  border: 1px solid #ececec;
  color: #333;
}

@media only screen and (max-width: 479px) {
  .cart-summary .cart-summary-wrap {
    padding: 25px 30px;
  }
}

.cart-summary .cart-summary-wrap h4 {
  font-size: 20px;
  line-height: 23px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px;
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
  text-align: right;
}

.cart-summary .cart-summary-wrap p {
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}

.cart-summary .cart-summary-wrap p span {
  float: right;
}

.cart-summary .cart-summary-wrap h2 {
  border-top: 1px solid #ececec;
  padding-top: 9px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  margin: 0;
}

.cart-summary .cart-summary-wrap h2 span {
  float: right;
}

.cart-summary .cart-summary-button {
  overflow: hidden;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .cart-summary .cart-summary-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 575px) {
  .cart-summary .cart-summary-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

.cart-summary .cart-summary-button .c-btn {
    margin-top: 10px;
    width: auto;
    /* border-radius: 50px; */
    /* height: 36px; */
    border: 1px solid #333;
    line-height: initial;
    padding: 15px 20px;
    background-color: transparent;
    margin-left: 20px;
    float: right;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart-summary .cart-summary-button .c-btn:last-child {
  margin-left: 0;
}

.cart-summary .cart-summary-button .c-btn.checkout-btn {
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #c9b194;
    /* border-color: #D17902; */
    border: 0;
    border-radius: 0px;
    width: 192px;
}
.cart-summary .cart-summary-button .c-btn.checkout-btn:hover {
    color: #fff;
    background: #000000;
}
@media only screen and (max-width: 767px) {
  .cart-summary .cart-summary-button .c-btn {
    margin-left: 0;
    margin-right: 20px;
  }

  .cart-summary .cart-summary-button .c-btn:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 575px) {
  .cart-summary .cart-summary-button .c-btn {
    margin-left: 0;
    margin-right: 10px;
  }

  .cart-summary .cart-summary-button .c-btn:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 479px) {
  .cart-summary .cart-summary-button .c-btn {
    width: 130px;
  }
}

.cart-block-title h2 {
  color: #1a1f2b;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 35px 0;
  text-align: center;
  text-transform: uppercase;
}

/*>>>>>>>> Compare <<<<<<<<<*/
/*-- Compare Table --*/
.compare-table {
  color: #333;
}

.compare-table::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
}

.compare-table .table tbody tr:first-child {
  border-top: 1px solid #eeeeee;
}

.compare-table .table tbody tr td {
  text-align: center;
  border: none;
  padding: 25px 30px;
  vertical-align: middle;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}

.compare-table .table tbody tr td:last-child {
  border-right: 1px solid #eeeeee;
}

.compare-table .table tbody tr td.first-column {
  min-width: 170px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
  line-height: 1;
}

.compare-table .table tbody tr td.product-image-title {
  min-width: 310px;
  vertical-align: bottom;
  padding-top: 50px;
}

.compare-table .table tbody tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 40px;
}

.compare-table .table tbody tr td.product-image-title .image img {
  max-width: 100%;
}

.compare-table .table tbody tr td.product-image-title .category {
  clear: both;
  float: left;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 15px;
  margin-bottom: 7px;
  margin-top: 15px;
  text-transform: capitalize;
}

.compare-table .table tbody tr td.product-image-title .title {
  float: left;
  clear: both;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
}

.compare-table .table tbody tr td.product-image-title .title:hover {
  color: #D17902;
}

.compare-table .table tbody tr td.pro-desc p {
  text-align: left;
  margin: 0;
}

.compare-table .table tbody tr td.pro-price {
  font-size: 16px;
  font-weight: 600;
}

.compare-table .table tbody tr td.pro-color {
  font-size: 16px;
  font-weight: 600;
}

.compare-table .table tbody tr td.pro-stock {
  font-size: 16px;
  font-weight: 600;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart {
  position: relative;
  background-color: #f6f6f6;
  border-radius: 50px;
  display: inline-block;
  width: 170px;
  padding: 10px 25px 10px 56px;
  -webkit-transition: left 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s, color 0.4s ease-in;
  -o-transition: left 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s, color 0.4s ease-in;
  transition: left 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s, color 0.4s ease-in;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart i {
  width: 41px;
  height: 41px;
  background-color: #fff;
  border-radius: 50px;
  display: block;
  float: left;
  font-size: 20px;
  text-align: center;
  line-height: 41px;
  -webkit-box-shadow: 0 3px 7px rgba(41, 41, 41, 0.3);
  box-shadow: 0 3px 7px rgba(41, 41, 41, 0.3);
  -webkit-transition: left 0.3s ease 0s, color .4s ease-in;
  -o-transition: left 0.3s ease 0s, color .4s ease-in;
  transition: left 0.3s ease 0s, color .4s ease-in;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 21px;
  overflow: hidden;
  display: block;
  text-align: center;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart.added {
  padding-left: 25px;
  padding-right: 56px;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart.added i {
  left: calc(100% - 41px);
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart:hover {
  color: #D17902;
}

.compare-table .table tbody tr td.pro-remove button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #333;
}

.compare-table .table tbody tr td.pro-remove button i {
  font-size: 20px;
}

.compare-table .table tbody tr td.pro-ratting i {
  font-size: 14px;
}

/*>>>>>>>> Login-register <<<<<<<<<*/
/*-- Login Title --*/
.login-title {
  line-height: 23px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 30px;
  color: #333;
}

@media (min-width: 768px) {
  .login-title {
    font-size: 30px;
  }
}

/*-- Login Form --*/
.login-form {
  border: 1px solid #d3ced2;
  padding: 20px;
  margin: 2em 0 0;
  text-align: left;
  border-radius: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .login-form {
    padding: 15px;
  }
}

.login-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 400;
  text-transform: capitalize;
}

.login-form .nice-select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #565f69;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  height: 45px;
  color: #d4d4d4;
  margin-bottom: 15px;
}

.login-form .nice-select::after {
  width: 6px;
  height: 6px;
  border-width: 1px;
  right: 20px;
  border-color: #565f69;
}

.login-form .nice-select .current {
  color: #555555;
  display: block;
  line-height: 23px;
}

.login-form .nice-select .list {
  width: 100%;
}

.login-form input {
  background: #f4f4f4;
  border: none;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  max-width: 100%;
  width: 100%;
  padding: 0 0 0 10px;
  vertical-align: middle;
}

.login-form input[type="checkbox"] {
  width: auto;
}

.login-form input:focus {
  border-color: #D17902;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.login-form .check-box {
  float: left;
  margin-right: 70px;
}

.login-form .check-box:last-child {
  margin-right: 0;
}

.login-form .check-box input[type="checkbox"] {
  display: none;
}

.login-form .check-box input[type="checkbox"]+label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #d4d4d4;
  margin: 0;
}

.login-form .check-box input[type="checkbox"]+label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #565f69;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.login-form .check-box input[type="checkbox"]+label::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "\f00c";
  font-family: Fontawesome;
  font-size: 12px;
  line-height: 20px;
  opacity: 0;
  color: #d4d4d4;
  width: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.login-form .check-box input[type="checkbox"]:checked+label::before {
  border: 2px solid #565f69;
}

.login-form .check-box input[type="checkbox"]:checked+label::after {
  opacity: 1;
}

/*-- Place Order --*/
.register-button {
  display: block;
  margin-top: 40px;
  width: 140px;
  border-radius: 0;
  height: 36px;
  border: none;
  line-height: 24px;
  padding: 6px 20px;
  float: left;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
}

/*=====  End of 17. Login Register  ======*/
.entry-header {
  margin-bottom: 40px;
}

.entry-header .entry-title {
  font-size: 30px;
  line-height: 1.35;
  margin: 0 0 5px;
  text-transform: uppercase;
  color: #333;
}

@media (min-width: 992px) {
  .entry-header .entry-title {
    font-size: 36px;
  }
}

/*>>>>>>>> My-account <<<<<<<<<*/
.myaccount-tab-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.myaccount-tab-menu a {
  border: 1px solid #cecece;
  border-bottom: none;
  color: #333;
  font-weight: 500;
  font-size: 12px;
  display: block;
  padding: 15px 15px 13px;
  text-transform: uppercase;
}

.myaccount-tab-menu a:last-child {
  border-bottom: 1px solid #cecece;
}

.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
  background-color: #D17902;
  color: #fff;
}

.myaccount-tab-menu a i {
  font-size: 14px;
  text-align: center;
  width: 25px;
}

/*-- My Account Content -*/
.myaccount-content {
  font-size: 14px;
  border: 1px solid #cecece;
  padding: 30px;
  color: #333;
}

@media only screen and (max-width: 479px) {
  .myaccount-content {
    padding: 20px 15px;
  }
}

.myaccount-content h3 {
  border-bottom: 1px dashed #cecece;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.myaccount-content .welcome a {
  color: inherit;
}

.myaccount-content .welcome a:hover {
  color: #D17902;
}

.myaccount-content .welcome strong {
  font-weight: 600;
}

.myaccount-content a.btn i {
  padding-right: 5px;
}

.myaccount-content button.save-change-btn {
  background: none;
  border: none;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #555555;
  border-color: #555555;
  width: 140px;
  padding: 10px 0;
  border-radius: 3px;
}

.myaccount-content button.save-change-btn:hover {
  background-color: #D17902;
}

/*-- My Account Table -*/
.myaccount-table {
  white-space: nowrap;
  font-size: 15px;
}

.myaccount-table table th,
.myaccount-table .table th {
  padding: 10px;
  background: #14191E;
  color: #fff;
  border-color: #565f69;
}

.myaccount-table table td,
.myaccount-table .table td {
  padding: 20px 10px;
  vertical-align: middle;
  border-color: #565f69;
}

.myaccount-table table td a:hover,
.myaccount-table .table td a:hover {
  color: #D17902;
}

.saved-message {
  border-top: 3px solid #D17902;
  border-radius: 5px 5px 0 0;
  font-weight: 600;
  font-size: 13px;
  padding: 20px;
}

/*-- My Account Details Form -*/
.account-details-form h4 {
  margin: 0;
}

.account-details-form input {
  display: block;
  width: 100%;
  border: 1px solid #cecece;
  border-radius: 0;
  line-height: 24px;
  padding: 11px 25px;
  color: #333;
  background: transparent;
  border-radius: 3px;
}

.account-details-form input:focus {
  border-color: #D17902;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/*=====  End of 16. My Account  ======*/
/*>>>>>>>> Contact <<<<<<<<<*/
.map-size {
  height: 550px;
  width: 100%;
}

.ct_title {
  color: #555555;
  font-weight: 500;
  margin-bottom: 15px;
}

.ct_address p {
  color: #555555;
  line-height: 28px;
  margin-bottom: 35px;
  font-size: 14px;
}

.address_wrapper .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.address_wrapper .address .icon {
  min-width: 35px;
}

.address_wrapper .address .icon i {
  color: #555555;
  font-size: 22px;
}

.address_wrapper .address .contact-info-text p {
  color: #555555;
  margin: 0;
  font-size: 14px;
}

.address_wrapper .address .contact-info-text p span {
  font-weight: 600;
}

.contact_form .input_box input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 3px;
  color: #252525;
  height: 45px;
  margin-bottom: 20px;
  padding: 0 20px;
  text-transform: capitalize;
  width: 100%;
}

.contact_form textarea {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 3px;
  height: 150px;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
}

p.form-messege {
  margin-top: 20px;
}

p.form-messege.success {
  color: green;
}

p.form-messege.error {
  color: red;
}

.contact-form .form-control {
  background: transparent;
  font-size: 14px;
  color: #252525;
}

.contact-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #D17902;
}

.contact-form input {
  border-radius: 3px;
  height: 45px;
}

.contact-form label {
  color: #555555;
}

.contact-form .form-btn .theme-btn-otlined,
.contact-form .form-btn .theme-btn,
.contact-form .form-btn button,
.contact-form .form-btn a {
  height: 50px;
  padding: 0 40px;
}

.abt-cntnt p{
    font-size: 16px;
    line-height: 1.8;
}

.abt-btn .btn{
    border: 0;
    font-family: "DM Sans", sans-serif;
    color: #fff;
    background: #000000;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    max-width: 180px;
    height: 47px;
    transition: all 0.5s ease;
    /* padding: 14px; */
}
.abt-btn .btn:hover{
margin-top: -10px;
transition: all 0.5s ease;
}


.footer-top{
    padding: 100px 0 30px;
}

.footer-sec .footer-title img{
    width: 245px;
}

.footer-content.frst{
    max-width: 270px;
    margin-top: 20px;
}

/* .useful-link li, .contact-list li{
    margin: 15px 0;
} */

.footer-title{
    margin-bottom: 30px;
}

.contact-list li{
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.bg-image.brdcrmb{
    background-position: right;
}

.ftrd-prdct{
    padding-top: 100px;
}

.cart-section-2{
    padding-bottom: 30px;
}



/*---------------------------------------- NEW CSS ------------------------------*/
.de-padding {
    padding: 5rem 0;
}
.creden-padding {
    padding-left: 7rem;
    margin-right: 10rem;
}
.pos-rel {
    position: relative;
    z-index: 1;
}
.creden-shape {
    position: absolute;
    left: 34%;
    top: -60%;
    height: 70%;
    width: 55%;
    transform: rotate(-60deg);
    opacity: 0.5;
    z-index: -1;
}
.creden-shape img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}
.crden-bottom {
    position: absolute;
    left: 50%;
    bottom: -20%;
    z-index: -1;
}
.crden-bottom img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}
.creden-left img {
    border-radius: 2rem;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}
.creden-right {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.creden-right-info {
    background-color: #002143;
    padding: 4rem;
    border-radius: 2rem;
    margin-left: -250px;
    margin-top: -100px;
    border: none;
}
.creden-right-text {
    /* padding-right: 25rem; */
    margin-bottom: 2rem;
}
.creden-right-info h2 {
    color: #fff;
    margin-bottom: 1rem;
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    line-height: 1.2;
}
.creden-right-info p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
}
.grid-2 {
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
}
.creden-box .creden-icon {
    margin-bottom: 2rem;
}
.creden-box .creden-icon span {
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    background-color: #D17902;
    display: inline-block;
    text-align: center;
}
.creden-box .creden-icon span img {
    width: 40px;
}
.creden-box .creden-desc h4 {
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    line-height: 1.2;
}
.creden-box .creden-desc p {
    color: #fff;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.serv-overlay {
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
}
.serv-overlay::before {
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.service-shape img {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}
.site-title {
    margin-bottom: 3rem;
}
.text-center {
    text-align: center !important;
}
.site-title h2 {
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.0025em;
    margin-bottom: 3rem;
    text-transform: uppercase;
    font-size: 3rem;
    color: #fff;
    font-family: 'Barlow', sans-serif;
}
.site-title.wh p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
}
.grid-3 {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
}
.service-box {
    padding: 2rem;
    box-shadow: 0 0 10px rgba(0, 0 , 0, .09);
    border-radius: 0;
    background-color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}
.service-box .service-pic .service-1 {
    top: 0;
    left: 0;
    border-radius: 2rem 2rem 20rem 10rem;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}
.service-box .service-icon {
    margin-bottom: 2rem;
}
.service-box .service-icon span {
    height: 7rem;
    width: 7rem;
    font-size: 3rem;
    line-height: 7rem;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .09);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    color: #D17902;
    position: relative;
    z-index: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.service-box .service-icon span::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #D17902;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    border-radius: 50%;
}
.service-box .service-desc h4 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 1rem;
    color: #1B1F24;
    margin-top: 30px;
    font-family: "Alumni Sans", sans-serif;
    font-family: "DM Sans", sans-serif;
}
.service-box .service-desc p {
    color: #1b1b1b;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.about-area {
    padding: 90px 0;
    position: relative;
    z-index: 1;
    background: #f3f3f3;
}
.vector-dozer img.dozer-1 {
    bottom: 5rem;
    right: 5rem;
    opacity: .2;
}
.vector-dozer img {
    position: absolute;
    z-index: -1;
    content: '';
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}
.about-left-pic img.about-pic-2 {
    position: absolute;
    z-index: 1;
    bottom: -150px;
    right: -80px;
}
.about-left-pic img {
    /* border-radius: 2rem; */
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}
.vector-dozer img.dozer-2 {
    bottom: 15rem;
    left: 0;
}
.vector-dozer img {
    position: absolute;
    z-index: -1;
    content: '';
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}
.about-left {
    /* padding-right: 10rem; */
}
.about-left-pic {
    position: relative;
    z-index: 1;
}
.about-left-pic img.about-pic-1 {
    z-index: -2;
}
.about-left-pic img {
    /* border-radius: 2rem; */
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}
.about-left-pic img.about-pic-2 {
    position: absolute;
    z-index: 1;
    bottom: -150px;
    right: -80px;
}
.about-left-pic img {
    /* border-radius: 2rem; */
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}
.about-right .about-title {
    font-weight: 700;
}
.about-title {
    font-size: 40px;
    line-height: 46px;
    text-transform: capitalize;
    margin-bottom: 1rem;
    color: #1B1F24;
    letter-spacing: 1px;
    font-family: 'Barlow', sans-serif;
    font-family: "Alumni Sans", sans-serif;
}
.about-title span {
    color: #ff6635;
}
.about-right .about-txt {
    margin-bottom: 1rem;
    color: #1b1b1b;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    width: 86%;
}
.about-list {
    /* display: flex; */
    flex-direction: row;
    gap: 0.5rem;
}
.about-list li {
    /* display: inline-block; */
    align-items: center;
    /* grid-gap: 0.5rem; */
    /* grid-template-columns: 5rem 1fr; */
    font-size: 16px;
    font-weight: 500;
    color: #1B1F24;
    /* width: 48%; */
    padding: 10px;
    flex-direction: row;
}
.about-list li i {
    /* height: 3rem; */
    /* width: 3rem; */
    line-height: 2rem;
    color: #ff6635;
    font-size: 14px;
    /* border: 1px solid #00000030; */
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    /* background: #ebebeb; */
    margin-right: 9px;
}
.de-pt {
    padding-top: 5rem;
}
.feature-wpr.grid-3 {
    grid-column-gap: 1rem;
    margin: 0 30px;
}
.grid-3 {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
}
.feature-box {
  position: relative;
  z-index: 1; 
}
.feature-box .feature-shadow {
    background: #f1f1f1;
    display: flex;
    width: 60px;
    border-radius: 50px;
    padding: 12px;
}
.feature-box .feature-box-content {
    /* background-color: #131314; */
    /* padding: 25px 44px; */
    /* border-radius: 200px; */
    /* box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.1); */
    position: relative;
    z-index: 1;
}
.feature-box .feature-box-content .feature-helmet {
      position: absolute;
      z-index: -1;
      content: '';
      top: -20px;
      right: -20px; 
}



.feature-box .feature-box-content h4 {
      font-size: 26px;
    line-height: 26px;
    margin-bottom: 0px;
    padding-bottom: 6px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    color: #000000;
    transition: all 0.5s ease;
    font-family: "DM Sans", sans-serif;
    margin-top: 20px;
}

.feature-box .feature-box-content p {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: 300;
}
.feature-box:hover .feature-box-content::before {
    height: 20%;
    width: 20%; 
}
.up-move {
    animation: up-move 5s ease-in-out infinite;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}
@keyframes up-move {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0px);
    }
}
.contact-us {
    padding: 70px 0;
}
.site-title h2 {
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.0025em;
    margin-bottom: 3rem;
    text-transform: uppercase;
    font-size: 3rem;
    color: #1B1F24;
    font-family: 'Barlow', sans-serif;
}
.site-title p {
    margin-bottom: 1rem;
    color: #1b1b1b;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.addr-box {
    margin-bottom: 10rem;
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
}
.addr-box-single {
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    padding: 2rem 3rem 2rem 4rem;
    position: relative;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #fff;
}
.addr-box-single::before {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 1rem;
    background-color: #D17902;
    left: 0;
    top: 0;
    content: '';
    border-radius: 0 6rem 0 0;
}
.addr-box-single .addr-icon i {
    font-size: 20px;
    color: #fff;
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    text-align: center;
    background-color: #D17902;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.addr-box-single .addr-desc {
    line-height: 1;
}
.addr-box-single .addr-desc h5 {
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #1B1F24;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    line-height: 1.2;
}
.addr-box-single .addr-desc p {
    line-height: 1.5;
    margin-bottom: 1rem;
    color: #1b1b1b;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.service-area .site-title h2 {
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.0025em;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-size: 3rem;
    color: #000000;
    font-family: 'Barlow', sans-serif;
    font-family: "Alumni Sans", sans-serif;
    font-family: "DM Sans", sans-serif;
}
.service-area .site-title p {
    margin-bottom: 1rem;
    color: #000000;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.gallery-area {
    padding: 100px 0 50px;
    position: relative;
    /* background: #ebebeb; */
}
.gallery-shape-1 {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
}
.gallery-shape-1 img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}
.gallery-area .site-title h2 {
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.0025em;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-size: 3rem;
    color: #000000;
    font-family: 'Barlow', sans-serif;
    font-family: "Alumni Sans", sans-serif;
    font-family: "DM Sans", sans-serif;
}
.gallery-area .site-title p {
    margin-bottom: 1rem;
    color: #000000;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.gallery-box {
    text-align: center;
    /* margin-bottom: 56px; */
    border: 1px solid #bfbfbf;
    /* padding: 10px; */
    height: 100%;
}
.gallery-box .gallery-pic {
    position: relative;
    z-index: 1;
    overflow: hidden; 
}
.gallery-box .gallery-pic .gallery-overlay {
    position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      top: 180px;
      left: 0;
      transition: all .5s ease; 
}
.gallery-box .gallery-pic .gallery-overlay .gallery-link {
        position: absolute;
        bottom: 4rem;
        left: 50%;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        display: flex;
        align-items: center;
        gap: 2rem;
}
.gallery-box .gallery-pic .gallery-overlay .gallery-link i {
    display: inline-block;
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    text-align: center;
    background-color: #a9b89e;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 20px;
}
.gallery-box .gallery-pic .gallery-overlay .gallery-shape {
    left: 15px;
    bottom: -200px;
    :;
}
.gallery-box .gallery-content {
    /* background-color: #fff; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .09); */
    padding: 10px;
    /* margin: 0 1.5rem; */
    /* margin-top: -5rem; */
    position: relative;
    z-index: 1;
    border-radius: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gallery-box .gallery-content h4 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #1B1F24;
    margin: 14px 0 8px 0;
    font-family: "Alumni Sans", sans-serif;
    font-family: "DM Sans", sans-serif;
    text-align: left;
    min-height: 46px;
}
.gallery-box .gallery-content span {
      font-size: 20px;
      font-weight: 600;
      color: #c9b194;
      display: block;
      line-height: 1;
}
.gallery-box:hover .gallery-overlay {
    top: 0; 
}
.gallery-box:hover .gallery-content h4 {
    color: #000000;
}
.gallery-box:hover .gallery-content span {
    color: #000000;
    transition: all 0.5s ease;
}
.gallery-box:hover .gallery-content::before {
    height: 100%; 
}
.footer-sec {
        background: #002a58;
}
.footer-content p {
    margin-bottom: 1rem;
    color: #ffffff;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.footer-content-1 ul {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.footer-content-1 ul li .rcp {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.footer-content-1 ul li .rcp .rcp-desc {
    line-height: 1;
}
.footer-content-1 ul li .rcp .rcp-desc h6 {
    text-transform: capitalize;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
}
.footer-content-1 ul li .rcp .rcp-desc span {
    color: #c9b194;
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
}
.useful-link li {
    color: #ffffff;
    transition: color .5s ease;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
}
.check-btn {
    background-color: #D17902;
    color: #fff;
    font-size: 18px;
    padding: 13px 40px;
}
.check-sec {
    padding: 100px 0;
}
.checkout-billing-details-wrap {
    margin-top: 30px;
}
.checkout-billing-details-wrap h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 26px;
    color: #1B1F24;
    letter-spacing: 1px;
    font-family: 'Barlow', sans-serif;
}
input:not([type=checkbox]), textarea {
    border: 1px solid #e1e1e1;
    display: block;
    padding: 12px 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
}
select {
    border: 1px solid #e1e1e1;
    display: block;
    padding: 12px 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    margin-bottom: 18px;
}
.form-check-input:checked {
    border-color: #000000;
    background-color: #000000;
}
.order-details-area-wrap {
    border: 2px solid #e1e1e1;
    padding: 50px 30px;
    margin-top: 80px;
}
.order-details-area-wrap h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 26px;
    color: #1B1F24;
    letter-spacing: 1px;
    font-family: 'Barlow', sans-serif;
}
.order-details-area-wrap .order-details-table {
    line-height: 1;
    white-space: nowrap;
}
.order-details-area-wrap .order-details-table .table thead {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 27px;
}
.order-details-area-wrap .order-details-table .table tr td, .order-details-area-wrap .order-details-table .table tr th {
    padding: 15px 0;
}
.order-details-area-wrap .order-details-table .table thead th {
    margin-bottom: 27px;
}
.order-details-area-wrap .order-details-table .table tr td:last-child, .order-details-area-wrap .order-details-table .table tr th:last-child {
    text-align: right;
}
.order-details-area-wrap .order-details-table .table tbody {
    border-bottom: 1px solid #e1e1e1;
}
.order-details-area-wrap .order-details-table .table tbody .cart-item {
    font-size: 16px;
}
.order-details-area-wrap .order-details-table .table tbody .cart-item:last-child td {
    padding-bottom: 30px;
}
.order-details-area-wrap .order-details-table .table tbody .cart-item:first-child td {
    padding-top: 30px;
}
.order-details-area-wrap .order-details-table .table tbody .cart-item {
    font-size: 16px;
}
.order-details-area-wrap .order-details-table .table tfoot tr {
    border-bottom: 1px solid #e1e1e1;
}
.order-details-area-wrap .btn {
     font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #ff6635;
    /* border-color: #D17902; */
    border: 0;
    margin-top: 20px;
    border-radius: 0;
}
.order-details-area-wrap .btn:hover {
     color: #fff;
    background-color: #000000;
}
.inner-single-block .btn {
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #000000f7;
    /* border-color: #D17902; */
    border: 0;
    margin-top: 0px;
    border-radius: 0;
    padding: 10px 0;
}
.inner-single-block .btn:hover {
    color: #fff;
    background-color: #c9b194;
}
.header-links .sin-link a span{
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #c9b194;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 14px;
    color: #fff;
}
.header-links .sin-link:hover a span{
    background-color: #c9b194;
    color: #fff;
}
.c-btn {
    margin-top: 10px;
    width: auto;
    border: 1px solid #333;
    line-height: initial;
    padding: 15px 20px;
    background-color: transparent;
    margin-left: 20px;
    /* float: right; */
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.checkout-btn {
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #c9b194;
    border: 2px solid #c9b194;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}
.checkout-btn:hover {
    color: #fff;
    background: #101010;
}
#cookiePopup {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        background: #3a3a3a;
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        z-index: 999999;
        gap: 20px;
        align-items: center;
        justify-content: center;
        display: none;
    }

    #cookiePopup h4 {
        font-size: 25px;
        color: #fff;
        margin-bottom: 15px;
    }

    #cookiePopup p {
        font-size: 15px;
        color: #fff;
        margin-bottom: 15px;
        letter-spacing: 1px;
        line-height: 1.5;
        max-width: 850px;
    }

    #cookiePopup p a {
        color: #fff;
        text-decoration: underline;
    }

    .cookieBtns {
        display: inline-flex;
        gap: 10px;
    }

    .cookieBtns button {
        font-size: 15px;
        margin: 10px 0;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        background: #000000;
        cursor: pointer;
        transition: all 0.5s ease;
        border: 2px solid #fff;
    }

    .cookieBtns button:last-child {
        background-color: #fff;
        color: #000000;
    }
    .container-fluid {
    padding: 0 40px;
}
.hero-area {
    position: relative;
    background: url(../images/banner.jpg) no-repeat center;
    background-size: cover;
    padding: 150px 0;
}
.down-arrow {
    position: absolute;
    left: 46%;
    top: 67%;
    transform: translate(-50%, -50%);
    animation: up-move 5s ease-in-out infinite;
}
.bann-bg-tx {
    position: absolute;
    right: 0;
    font-size: 8rem;
    font-family: "Alumni Sans", sans-serif;
    color: #dddddd26;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    top: 25%;
    z-index: -1;
}



.new-arrive-slider .custom-box{
  width: 200px;
  /* height: 240px; */
  text-align:center;
  /* box-shadow: 2px 2px 3px gray; */
  margin: 8px;
  /* font-size: 5em; */
  /* padding: 50px; */
  margin-top: 53px;
  border: 1px solid #ddd;
  height: 100%;
}
.new-arrive-slider .slick-prev, .slick-next{
  position: absolute;
  line-height: 0;
  bottom: -15%;
  width: 40px;
  height: 40px;
  display: block;
  padding: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  border-radius: 50px;
  background: #c9b194;
}
.new-arrive-slider .slick-slider{
  user-select: none;
}
.new-arrive-slider .slick-next{
  right: 40%;
}
.new-arrive-slider .slick-prev{
  left: 40%;
}
.new-arrive-slider .slick-next:before{
  content: '\003e';
  font-size: 1.2em;
  font-weight: 1000;
  padding-left: 12px;
  color: white;
}
.new-arrive-slider .slick-prev:before{
  content: '\003c';
  font-size: 1.2em;
  font-weight: 1000;
  padding-left: 9px;
  color: white;
}
.hero-slider-2 .slick-next{
    bottom: 0!important;
}
.new-arrive-cont{
    padding: 60px 30px;
    background: url(../images/banner2.jpg)no-repeat center;
}
.new-arrive-cont h5{
    margin-top: 10px;
    font-size: 42px;
    color: #000000;
    font-family: "Alumni Sans", sans-serif;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
}
.new-arrive-cont p{
    font-size: 15px;
    color: #000000;
    font-weight: 300;
    margin-right: 30px;
    margin-top: 20px;
    line-height: 27px;
}
.custom-box{background: #ffffff;border-radius: 0;padding: 15px;}
.custom-box img{
    /* margin-top: -50px; */
}
.custom-box h4{
    font-size: 14px;
    color: #9d9d9d;
    margin-top: 10px;
    height: 26px;
}
.new-arriv-sec{
    position: relative;
    margin: 0;
}

.feature-box:hover .feature-box-content h4::before {
width: 100%;
transition: all 0.5s ease;
}
.site-brand img{
    width: 200px;
}
.bg-image.brdcrmb {
    /* background-image: url(../images/inner-banner.webp); */
    /* background-image: url(../images/inner-banner.jpg.webp); */
    height: 300px;
    margin-top: 0;
    padding-top: 100px;
    background: #f7f7f7;
}
.slick-arrow{
    display: none;
}
.policy-list h6{
        margin: 0;
        font-size: 16px;
        font-family: "Alumni Sans", sans-serif;
        font-weight: 600;
}
.input-item {
    margin: 10px 0;
}
.bann-cont{
    padding: 20px;
    text-align: center;
}
.bann-cont h6{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
}
.bann-cont h1{
      font-size: 80px;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    margin: 30px 0;
    line-height: 80px;
}
.bann-cont p{
    font-size: 16px;
    color: #fff;
    line-height: 29px;
}
.hdr-pic{
    width: 60%;
    margin: 150px 0;
}
.abt-btn.pt-3 {
    height: 100px;
}
.feature-area{
    padding-bottom: 100px;
}
.new-arrive-cont h6{
    font-size: 17px;
    color: #ff6635;
    text-transform: uppercase;
}
.box-tx h3{
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}
.bag-link{
    background: #efefef;
    padding: 10px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.5s ease;
}
.custom-box-tx{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}
.bag-link i{
    font-size: 20px;
    font-weight: 500;
}
.bag-link:hover i{
color: #ff6635;
}
.bag-link:hover{
    margin-top: -10px;
    transition: all 0.5s ease;
}
.servic-box-cont h5{
    font-size: 50px;
    font-family: "DM Sans", sans-serif;
    color: #000;
}

.servic-box-cont {
    margin-top: 60px;
}

.servic-box-cont p{
    font-size: 18px;
    margin: 30px auto;
    line-height: 27px;
}
.servic-box-cont ul{
    font-size: 20px;
}
.servic-box-cont ul li{
    font-size: 20px;
}
.servic-box-cont a{
    font-size: 20px;
    background: #ff6635;
    color: #fff;
    padding: 14px 34px;
    margin: 30px 0;
}

/************************************/

/*-----------------------------------------------------------------------------------

    Template Name: Daxone - eCommerce Bootstrap 5 Template
    Version: 2.2

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1. Template default CSS
    2. Header style
    3. Slider style
    4. Banner style
    5. Section title style
    6. Product style
    7. Discount style
    8. Footer style
    9. Overview style
    10. Instagram style
    11. Category style
    12. Deal style
    13. Feature style
    14. Brand logo style
    15. Blog style
    16. Breadcrumb style
    17. Product details style
    18. Blog details style
    19. Sidebar style
    20. Cart style
    21. Login register style
    22. Contect us style
    23. Checkout style
    24. Compare style
    25. My account style
    26. About us style

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  1. Template default CSS
/*----------------------------------------*/
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css?family=Marck+Script|Poppins:300,400,500,600,700|Roboto+Mono:400,500,700|Roboto+Slab:300,400,700|Roboto:300,400,500,700,900");
/*-- Common Style --*/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  margin-right: calc(var(--bs-gutter-x) * -0.6);
  margin-left: calc(var(--bs-gutter-x) * -0.6);
}

.row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.6);
  padding-left: calc(var(--bs-gutter-x) * 0.6);
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding-right: var(--bs-gutter-x, 0.9rem);
  padding-left: var(--bs-gutter-x, 0.9rem);
}

:root {
  scroll-behavior: unset;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  background-color: #ffffff;
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #010225;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #373737;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-top: 0;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #737373;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #373737;
}

a,
button,
img,
input,
span {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button,
input[type=submit] {
  cursor: pointer;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/*-- 
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.section {
  float: left;
  width: 100%;
}

.f-right {
  float: right;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.bg-img {
  background-position: center center;
  background-size: cover;
}

.border-bottom-1 {
  border-bottom: 1px solid #d5d5d5;
}

.border-top-1 {
  border-top: 1px solid #e5e5e5;
}

.border-top-2 {
  border-top: 1px solid #282828;
}

.border-top-3 {
  border-top: 2px solid #313443;
}

a:hover {
  color: #c9b194;
}

/*************************
  Basic margin padding
*************************/
.m-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.p-0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

/*************************
         Margin top
*************************/
.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

/*************************
      Margin right
*************************/
.mr-0 {
  margin-right: 0px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-12 {
  margin-right: 12px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-200 {
  margin-right: 200px;
}

.mr-210 {
  margin-right: 210px;
}

.mr-220 {
  margin-right: 220px;
}

.mr-230 {
  margin-right: 230px;
}

/*************************
      Margin bottom
*************************/
.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

/*************************
        Margin left
*************************/
.ml-0 {
  margin-left: 0;
}

.ml-10 {
  margin-left: 10px;
}

.ml-12 {
  margin-left: 12px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-200 {
  margin-left: 200px;
}

.ml-300 {
  margin-left: 300px;
}

.ml-ntv5 {
  margin-left: -5px;
}

/*************************
        Padding top
*************************/
.pt-0 {
  padding-top: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-85 {
  padding-top: 85px;
}
@media only screen and (max-width: 767px) {
  .pt-85 {
    padding-top: 45px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .pt-80 {
    padding-top: 50px;
  }
}

.pt-95 {
  padding-top: 95px;
}

.pt-90 {
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  .pt-90 {
    padding-top: 50px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .pt-100 {
    padding-top: 50px;
  }
}

.pt-105 {
  padding-top: 105px;
}
@media only screen and (max-width: 767px) {
  .pt-105 {
    padding-top: 45px;
  }
}

.pt-110 {
  padding-top: 110px;
}
@media only screen and (max-width: 767px) {
  .pt-110 {
    padding-top: 50px;
  }
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 50px;
  }
}

.pt-125 {
  padding-top: 125px;
}

.pt-128 {
  padding-top: 128px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-250 {
  padding-top: 250px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-230 {
  padding-top: 230px;
}

.pt-270 {
  padding-top: 270px;
}

.pt-240 {
  padding-top: 240px;
}

.pt-365 {
  padding-top: 365px;
}

.pt-370 {
  padding-top: 370px;
}

.pt-380 {
  padding-top: 380px;
}

/*************************
        Padding right
*************************/
.pr-0 {
  padding-right: 0;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-270 {
  padding-right: 270px;
}

.pr-210 {
  padding-right: 210px;
}

.pr-215 {
  padding-right: 215px;
}

.pr-220 {
  padding-right: 220px;
}

.pr-230 {
  padding-right: 230px;
}

.pr-260 {
  padding-right: 260px;
}

.pr-430 {
  padding-right: 430px;
}

.pr-445 {
  padding-right: 445px;
}

/*************************
        Padding bottom
*************************/
.pb-0 {
  padding-bottom: 0;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .pb-50 {
    padding-bottom: 20px;
  }
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .pb-70 {
    padding-bottom: 20px;
  }
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .pb-80 {
    padding-bottom: 50px;
  }
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .pb-90 {
    padding-bottom: 50px;
  }
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  .pb-110 {
    padding-bottom: 50px;
  }
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}
@media only screen and (max-width: 767px) {
  .pb-135 {
    padding-bottom: 86px;
  }
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-290 {
  padding-bottom: 290px;
}

/*************************
        Padding left
*************************/
.pl-0 {
  padding-left: 0;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-200 {
  padding-left: 200px;
}

.pl-215 {
  padding-left: 215px;
}

/***************************
    Page section padding 
****************************/
.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-35 {
  padding: 35px 0;
}

.ptb-32 {
  padding: 32px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.ptb-160 {
  padding: 160px 0;
}

.ptb-170 {
  padding: 170px 0;
}

.ptb-177 {
  padding: 177px 0;
}

.ptb-180 {
  padding: 180px 0;
}

.ptb-190 {
  padding: 190px 0;
}

.ptb-200 {
  padding: 200px 0;
}

.ptb-210 {
  padding: 210px 0;
}

.ptb-220 {
  padding: 220px 0;
}

.ptb-290 {
  padding: 290px 0;
}

.ptb-310 {
  padding: 310px 0;
}

/***************************
    Page section margin 
****************************/
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mtb-290 {
  margin: 290px 0;
}

/*-- 
    - Input Placeholder
-----------------------------------------*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input {
  background: #eceff8;
  border: 2px solid #eceff8;
  /* height: 45px; */
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  color: #737373;
  /* width: 100%; */
}

select {
  width: 100%;
  background: transparent;
  border: 0px solid #eceff8;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  color: #737373;
}

option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  font-size: 14px;
}

input:focus {
  background: transparent;
}

textarea {
  resize: vertical;
  background: #eceff8;
  border: 2px solid #eceff8;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  color: #737373;
}

textarea:focus {
  background: transparent;
  border: 2px solid #4FC1F0;
  outline: none;
}

button, input, optgroup, select, textarea {
  font-family: "Roboto", sans-serif;
}

.position-relative {
  position: relative;
}

.custom-col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  width: 100%;
  min-height: 1px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .custom-col-5 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-col-5 {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-col-5 {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .custom-col-5 {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

/*-- 
    Scroll Up 
-----------------------------------------*/
#scrollUp {
  width: 50px;
  height: 50px;
  background-color: #3f721a;
  color: #fff;
  right: 20px;
  bottom: 60px;
  text-align: center;
  overflow: hidden;
  border-radius: 50px;
  z-index: 9811 !important;
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    width: 40px;
    height: 40px;
  }
}
#scrollUp i {
  display: block;
  line-height: 50px;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  #scrollUp i {
    line-height: 40px;
    font-size: 16px;
  }
}
#scrollUp:hover i {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.height-100vh {
  height: 100vh;
}

.transparent-bar {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

/*--
    - Background Color
------------------------------------------*/
.bg-gray {
  background-color: #f8f8f8;
}

.bg-gray-2 {
  background-color: #ebebeb;
}

.bg-gray-3 {
  background-color: #f7f8f9;
}

.bg-gray-4 {
  background-color: #faf9f9;
}

.bg-black {
  background-color: #010211;
}

.bg-black-2 {
  background-color: #282828;
}

.bg-black-3 {
  background-color: #030512;
}

.bg-black-4 {
  background-color: #333745;
}

.bg-bluegray {
  background-color: #f4f8fa;
}

.bg-red {
  background-color: #ea2e49;
}

.bg-yellow-light {
  background-color: #f3e7cb;
}

.bg-yellow-light-2 {
  background-color: #fffaf3;
}

.default-overlay {
  position: relative;
}
.default-overlay:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  right: 0;
  bottom: 0;
}

.default-btn a {
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  z-index: 1;
}
.default-btn a.btn-color-theme {
  color: #c9b194;
}
.default-btn a.btn-color-theme-bg {
  background-color: #c9b194;
}
.default-btn a.btn-color-white {
  color: #ffffff;
}
.default-btn a.btn-size-md {
  padding: 14px 30px 14px;
}
.default-btn a.btn-size-md-2 {
  padding: 12px 30px 12px;
}
.default-btn a.btn-style-outline {
  background-color: transparent;
  border: 1px solid #c9b194;
}
.default-btn a.border-radious {
  border-radius: 50px;
}
.default-btn a.border-radious-5 {
  border-radius: 5px;
}

.default-btn-2 a {
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
  z-index: 1;
  font-size: 16px;
  letter-spacing: 0.2px;
}
.default-btn-2 a.btn-color-theme {
  color: #010211;
}
.default-btn-2 a.btn-size-md {
  padding: 8px 30px 11px;
}
.default-btn-2 a.btn-style-outline-black {
  background-color: transparent;
  border: 1px solid #010211;
}
.default-btn-2 a.border-radious {
  border-radius: 50px;
}

.btn-hover a {
  position: relative;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.btn-hover a:hover {
  border: 1px solid #c9b194;
  color: #fff;
}
.btn-hover a::before, .btn-hover a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: -1;
}
.btn-hover a::after {
  width: 0;
  left: auto;
  right: 0;
  background: #c9b194;
}
.btn-hover a.black-color::after {
  background: #373737;
}
.btn-hover a.white-color::after {
  background: #fff;
}
.btn-hover a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.btn-hover.btn-hover-radious a::before, .btn-hover.btn-hover-radious a::after {
  border-radius: 50px;
}
.btn-hover.hover-border-none a.black-color::after {
  border-radius: 5px;
}
.btn-hover.hover-border-none a:hover {
  border: none;
  color: #fff;
}

.section-padding-1 .container-fluid {
  padding: 0 185px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .section-padding-1 .container-fluid {
    padding: 0 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .section-padding-1 .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-1 .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-1 .container-fluid {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-1 .container-fluid {
    padding: 0 15px;
  }
}

.section-padding-2 .container-fluid {
  padding: 0 100px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .section-padding-2 .container-fluid {
    padding: 0 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .section-padding-2 .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-2 .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-2 .container-fluid {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-2 .container-fluid {
    padding: 0 15px;
  }
}

.section-padding-3 .container-fluid {
  padding: 0 150px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .section-padding-3 .container-fluid {
    padding: 0 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .section-padding-3 .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-3 .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-3 .container-fluid {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-3 .container-fluid {
    padding: 0 15px;
  }
}

.section-padding-4 .container-fluid {
  padding: 0 250px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .section-padding-4 .container-fluid {
    padding: 0 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .section-padding-4 .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-4 .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-4 .container-fluid {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-4 .container-fluid {
    padding: 0 15px;
  }
}

.section-margin-1 {
  margin: 0 100px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .section-margin-1 {
    margin: 0 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .section-margin-1 {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin-1 {
    margin: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin-1 {
    margin: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin-1 {
    margin: 0 15px;
  }
}

.section-margin-2 {
  margin: 0 250px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .section-margin-2 {
    margin: 0 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .section-margin-2 {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin-2 {
    margin: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin-2 {
    margin: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin-2 {
    margin: 0 15px;
  }
}

.section-margin-3 {
  margin: 0 120px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .section-margin-3 {
    margin: 0 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .section-margin-3 {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin-3 {
    margin: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin-3 {
    margin: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin-3 {
    margin: 0 15px;
  }
}

/*-------- 2. Header style ---------*/
.logo.logo-mrg-2 {
  margin-top: 33px;
}

.logo-border {
  position: relative;
}
.logo-border:before {
  position: absolute;
  right: 40px;
  top: 0px;
  width: 1px;
  background-color: #fff;
  content: "";
  height: 100%;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .logo-border:before {
    right: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .logo-border:before {
    right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .logo-border:before {
    right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header-wrap {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .main-header-wrap {
    display: none;
  }
}

.header-small-mobile {
  display: none;
  padding: 25px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-small-mobile {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header-small-mobile {
    display: block;
  }
}

.main-menu.menu-other-style {
  margin-left: 9px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.menu-other-style {
    margin-left: 0px;
  }
}
.main-menu.menu-common-style nav ul li {
  display: inline-block;
  position: relative;
  margin-right: 41px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.menu-common-style nav ul li {
    margin-right: 25px;
  }
}
.main-menu.menu-common-style nav ul li:last-child {
  margin-right: 0;
}
.main-menu.menu-common-style nav ul li.angle-shape::before {
  border-bottom: 16px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: 0px;
  width: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 9999;
}
.main-menu.menu-common-style nav ul li a {
  font-size: 18px;
  display: inline-block;
  letter-spacing: 0.2px;
}
.main-menu.menu-common-style nav ul li ul.submenu {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
  display: block;
  left: 0;
  padding: 28px 30px 28px;
  position: absolute;
  top: 100%;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: center top 0;
          transform-origin: center top 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 190px;
  z-index: 999;
}
.main-menu.menu-common-style nav ul li ul.submenu li {
  margin-bottom: 22px;
  margin-right: 0;
  display: block;
}
.main-menu.menu-common-style nav ul li ul.submenu li:last-child {
  margin-bottom: 0px;
}
.main-menu.menu-common-style nav ul li ul.submenu li a {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.2px;
  display: block;
  line-height: 1;
  text-transform: capitalize;
  text-align: left;
}
.main-menu.menu-common-style nav ul li ul.submenu li a:hover {
  color: #c9b194;
}
.main-menu.menu-common-style nav ul li ul.mega-menu {
  background-color: #fff;
  display: block;
  left: -273px;
  padding: 23px 30px 67px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: center top 0;
          transform-origin: center top 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 972px;
  z-index: 9999;
  -webkit-box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.menu-common-style nav ul li ul.mega-menu {
    width: 900px;
    left: -320px;
  }
}
.main-menu.menu-common-style nav ul li ul.mega-menu.mega-menu-mrg-ngtv2 {
  left: -445px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .main-menu.menu-common-style nav ul li ul.mega-menu.mega-menu-mrg-ngtv2 {
    left: -460px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .main-menu.menu-common-style nav ul li ul.mega-menu.mega-menu-mrg-ngtv2 {
    left: -520px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.menu-common-style nav ul li ul.mega-menu.mega-menu-mrg-ngtv2 {
    left: -470px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.menu-common-style nav ul li ul.mega-menu.mega-menu-hm4 {
    left: -280px;
  }
}
.main-menu.menu-common-style nav ul li ul.mega-menu > li {
  display: inline-block;
  float: left;
  padding-left: 30px;
  margin-right: 0;
  width: 25%;
}
.main-menu.menu-common-style nav ul li ul.mega-menu > li a.menu-title {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.2px;
  display: block;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 21px;
  line-height: 1;
}
.main-menu.menu-common-style nav ul li ul.mega-menu > li a.menu-banner {
  margin-top: 37px;
}
.main-menu.menu-common-style nav ul li ul.mega-menu > li a.menu-banner img {
  width: 100%;
}
.main-menu.menu-common-style nav ul li ul.mega-menu > li ul {
  margin-top: 30px;
}
.main-menu.menu-common-style nav ul li ul.mega-menu > li ul li {
  display: block;
  margin-bottom: 32px;
  margin-right: 0;
}
.main-menu.menu-common-style nav ul li ul.mega-menu > li ul li:last-child {
  margin-bottom: 0px;
}
.main-menu.menu-common-style nav ul li ul.mega-menu > li ul li a {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.2px;
  display: block;
  line-height: 1;
  text-transform: capitalize;
}
.main-menu.menu-common-style nav ul li ul.mega-menu > li ul li a:hover {
  color: #c9b194;
}
.main-menu.menu-common-style nav ul li:hover > ul.mega-menu {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  visibility: visible;
}
.main-menu.menu-common-style nav ul li:hover > ul.submenu {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  visibility: visible;
}
.main-menu.menu-common-style nav ul li:hover a {
  color: #c9b194;
}
.main-menu.menu-common-style nav ul li:hover.angle-shape::before {
  opacity: 1;
  visibility: visible;
}
.main-menu.menu-common-style.menu-lh-1 nav ul li a {
  line-height: 112px;
}
.main-menu.menu-common-style.menu-lh-1 nav ul li ul.submenu li a {
  line-height: 1;
}
.main-menu.menu-common-style.menu-lh-1 nav ul li ul.mega-menu li a {
  line-height: 1;
}
.main-menu.menu-common-style.menu-lh-1 nav ul li ul.mega-menu li ul li a {
  line-height: 1;
}
.main-menu.menu-common-style.menu-white nav ul li a {
  color: #fff;
}
.main-menu.menu-common-style.menu-font-2 > nav > ul > li > a {
  font-size: 16px;
  font-weight: 500;
  color: #010211;
}
.main-menu.menu-common-style.menu-font-2.menu-font-2-white > nav > ul > li > a {
  color: #fff;
}
.main-menu.menu-common-style.menu-font-2.menu-font-2-white > nav > ul > li:hover > a {
  color: #010211;
}
.main-menu.menu-common-style.menu-font-3 > nav > ul > li > a {
  font-size: 16px;
  font-weight: 500;
  color: #1c1c1c;
}
.main-menu.menu-common-style.menu-margin-2 nav ul li {
  margin-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.menu-common-style.menu-margin-2 nav ul li {
    margin-right: 24px;
  }
}
.main-menu.menu-common-style.menu-margin-2 nav ul li:last-child {
  margin-right: 0;
}
.main-menu.menu-common-style.menu-margin-3 nav ul li {
  margin-right: 120px;
}
.main-menu.menu-common-style.menu-margin-3 nav ul li a {
  color: #010211;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.menu-common-style.menu-margin-3 nav ul li {
    margin-right: 40px;
  }
}
.main-menu.menu-common-style.menu-margin-3 nav ul li:last-child {
  margin-right: 0;
}
.main-menu.menu-common-style.menu-margin-4 {
  position: relative;
  z-index: 9;
}
.main-menu.menu-common-style.menu-margin-4 > nav > ul > li {
  margin-right: 76px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .main-menu.menu-common-style.menu-margin-4 > nav > ul > li {
    margin-right: 38px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .main-menu.menu-common-style.menu-margin-4 > nav > ul > li {
    margin-right: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.menu-common-style.menu-margin-4 > nav > ul > li {
    margin-right: 27px;
  }
}
.main-menu.menu-common-style.menu-margin-4 > nav > ul > li:last-child {
  margin-right: 0;
}
.main-menu.menu-common-style.menu-margin-4 > nav > ul > li:hover > a {
  color: #c9b194;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .main-menu.menu-common-style.menu-margin-4.menu-others-page {
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .main-menu.menu-common-style.menu-margin-4.menu-others-page {
    text-align: center;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .main-menu.menu-common-style.menu-margin-4.menu-others-page > nav > ul > li {
    margin-right: 65px;
  }
  .main-menu.menu-common-style.menu-margin-4.menu-others-page > nav > ul > li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .main-menu.menu-common-style.menu-margin-4.menu-others-page > nav > ul > li {
    margin-right: 50px;
  }
  .main-menu.menu-common-style.menu-margin-4.menu-others-page > nav > ul > li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .main-menu.menu-common-style.menu-margin-4.res-hm8-margin > nav > ul > li {
    margin-right: 55px;
  }
  .main-menu.menu-common-style.menu-margin-4.res-hm8-margin > nav > ul > li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .main-menu.menu-common-style.menu-margin-4.res-hm8-margin > nav > ul > li {
    margin-right: 60px;
  }
  .main-menu.menu-common-style.menu-margin-4.res-hm8-margin > nav > ul > li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.menu-common-style.menu-margin-4.res-hm8-margin > nav > ul > li {
    margin-right: 50px;
  }
  .main-menu.menu-common-style.menu-margin-4.res-hm8-margin > nav > ul > li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .main-menu.menu-common-style.menu-margin-4.res-hm9-margin > nav > ul > li {
    margin-right: 60px;
  }
  .main-menu.menu-common-style.menu-margin-4.res-hm9-margin > nav > ul > li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .main-menu.menu-common-style.menu-margin-4.res-hm9-margin > nav > ul > li {
    margin-right: 55px;
  }
  .main-menu.menu-common-style.menu-margin-4.res-hm9-margin > nav > ul > li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.menu-common-style.menu-margin-4.res-hm9-margin > nav > ul > li {
    margin-right: 30px;
  }
  .main-menu.menu-common-style.menu-margin-4.res-hm9-margin > nav > ul > li:last-child {
    margin-right: 0;
  }
}
.main-menu.menu-common-style.menu-margin-5 {
  position: relative;
  z-index: 9;
}
.main-menu.menu-common-style.menu-margin-5 > nav > ul > li {
  margin-right: 110px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .main-menu.menu-common-style.menu-margin-5 > nav > ul > li {
    margin-right: 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .main-menu.menu-common-style.menu-margin-5 > nav > ul > li {
    margin-right: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.menu-common-style.menu-margin-5 > nav > ul > li {
    margin-right: 50px;
  }
}
.main-menu.menu-common-style.menu-margin-5 > nav > ul > li:last-child {
  margin-right: 0;
}
.main-menu.menu-common-style.menu-margin-5 > nav > ul > li:hover > a {
  color: #c9b194;
}
.main-menu.menu-common-style.menu-ngtv-mrg-1 {
  margin-right: -64px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .main-menu.menu-common-style.menu-ngtv-mrg-1 {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .main-menu.menu-common-style.menu-ngtv-mrg-1 {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.menu-common-style.menu-ngtv-mrg-1 {
    margin-right: 0px;
  }
}
.main-menu.menu-common-style.menu-lh-2 nav ul li a {
  line-height: 100px;
}
.main-menu.menu-common-style.menu-lh-2 nav ul li ul.submenu li a {
  line-height: 1;
}
.main-menu.menu-common-style.menu-lh-2 nav ul li ul.mega-menu li a {
  line-height: 1;
}
.main-menu.menu-common-style.menu-lh-2 nav ul li ul.mega-menu li ul li a {
  line-height: 1;
}
.main-menu.menu-common-style.menu-lh-3 nav ul li a {
  line-height: 127px;
}
.main-menu.menu-common-style.menu-lh-3 nav ul li ul.submenu li a {
  line-height: 1;
}
.main-menu.menu-common-style.menu-lh-3 nav ul li ul.mega-menu li a {
  line-height: 1;
}
.main-menu.menu-common-style.menu-lh-3 nav ul li ul.mega-menu li ul li a {
  line-height: 1;
}
.main-menu.menu-common-style.menu-lh-4 nav ul li a {
  line-height: 92px;
}
.main-menu.menu-common-style.menu-lh-4 nav ul li ul.submenu li a {
  line-height: 1;
}
.main-menu.menu-common-style.menu-lh-4 nav ul li ul.mega-menu li a {
  line-height: 1;
}
.main-menu.menu-common-style.menu-lh-4 nav ul li ul.mega-menu li ul li a {
  line-height: 1;
}
.main-menu.menu-common-style.menu-lh-5 nav ul li a {
  line-height: 55px;
}
.main-menu.menu-common-style.menu-lh-5 nav ul li ul.submenu li a {
  line-height: 1;
}
.main-menu.menu-common-style.menu-lh-5 nav ul li ul.mega-menu li a {
  line-height: 1;
}
.main-menu.menu-common-style.menu-lh-5 nav ul li ul.mega-menu li ul li a {
  line-height: 1;
}

.stick .main-menu.menu-common-style.menu-lh-1 nav ul li a {
  line-height: 84px;
}
.stick .main-menu.menu-common-style.menu-lh-2 nav ul li a {
  line-height: 84px;
}
.stick .main-menu.menu-common-style.menu-lh-3 nav ul li a {
  line-height: 84px;
}
.stick .main-menu.menu-common-style.menu-font-2.menu-font-2-white > nav > ul > li > a {
  color: #010211;
}
.stick .main-menu.menu-common-style.menu-font-2.menu-font-2-white > nav > ul > li:hover > a {
  color: #c9b194;
}
.stick .logo.mt-40 {
  margin-top: 25px;
}
.stick .logo.mt-45 {
  margin-top: 25px;
}
.stick .logo.logo-mrg-2 {
  margin-top: 24px;
}
.stick .header-right-wrap.mt-40 {
  margin-top: 27px;
}
.stick .header-right-wrap.mt-40.stick-mt-40 {
  margin-top: 20px;
}
.stick .header-right-wrap.mt-35 {
  margin-top: 27px;
}
.stick .category-menu-wrap h3 a {
  color: #373737;
}
.stick .category-menu-wrap h3 a i {
  color: #373737;
}
.stick .category-menu-wrap h3 a img.category-menu-non-stick {
  display: none;
}
.stick .category-menu-wrap h3 a img.category-menu-stick {
  display: inline-block;
}
.stick .category-menu {
  display: none;
}
.stick .sidebar-main-menu a.clickable-mainmenu-active {
  height: 100px;
  line-height: 100px;
}
.stick.pt-10 {
  padding-top: 0;
}
.stick .sidebar-main-menu a.clickable-mainmenu-button {
  width: 120px;
  height: 80px;
  line-height: 80px;
}

.menu-others-page {
  margin-right: -70px;
  margin-left: 48px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .menu-others-page {
    margin-left: 0px;
    margin-right: -65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .menu-others-page {
    margin-left: 0px;
    margin-right: -65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu-others-page {
    margin-right: 0px;
    margin-left: 0px;
  }
}

.header-right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-right-wrap .common-style button {
  background-color: transparent;
  border: none;
  font-size: 30px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .header-right-wrap .common-style button {
    font-size: 25px;
  }
}
.header-right-wrap .common-style:hover button {
  color: #c9b194;
}
.header-right-wrap .cart-wrap button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-right-wrap .cart-wrap button i {
  line-height: 1;
}
.header-right-wrap .cart-wrap button span {
  font-size: 18px;
  display: block;
  line-height: 1;
  margin-left: 7px;
}
@media only screen and (max-width: 767px) {
  .header-right-wrap .cart-wrap button span {
    font-size: 16px;
    margin-left: 4px;
  }
}
.header-right-wrap .cart-wrap button span.count-theme-color {
  color: #c9b194;
}
.header-right-wrap .cart-wrap button span.mini-cart-price {
  color: #c9b194;
  font-weight: bold;
  letter-spacing: 0.2px;
  margin-right: 3px;
}
.header-right-wrap .cart-wrap button.cart-3 i {
  color: #010211;
  font-size: 22px;
}
.header-right-wrap .cart-wrap-2 button {
  border: none;
  padding: 0;
  background-color: transparent;
  position: relative;
}
.header-right-wrap .cart-wrap-2 button i {
  font-size: 40px;
  color: #010211;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-right-wrap .cart-wrap-2 button span.mini-cart-price-2 {
  color: #c9b194;
  font-weight: bold;
  letter-spacing: 0.2px;
  font-size: 14px;
  margin: 9px 7px 0 0;
}
.header-right-wrap .cart-wrap-2 button span.count-style-2 {
  position: absolute;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  display: block;
  bottom: -2px;
  right: -6px;
  width: 20px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  background-color: #c9b194;
  font-weight: bold;
}
.header-right-wrap .cart-wrap-2 button:hover i {
  color: #c9b194;
}
.header-right-wrap .search-wrap-2 button {
  border: none;
  padding: 0;
  background-color: transparent;
}
.header-right-wrap .search-wrap-2 button i {
  color: #010211;
  font-size: 22px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-right-wrap .search-wrap-2 button i:hover {
  color: #c9b194;
}
.header-right-wrap .search-wrap-2.search-wrap-2-mrg {
  margin: 14px 0px 0 0px;
}
.header-right-wrap .setting-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #010211;
  letter-spacing: 0.2px;
}
.header-right-wrap .setting-wrap a i {
  font-size: 22px;
  margin: 0 8px 0 0;
}
.header-right-wrap .setting-wrap a:hover {
  color: #c9b194;
}
.header-right-wrap .setting-wrap.setting-wrap-mrg {
  margin: 14px 80px 0 78px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right-wrap .setting-wrap.setting-wrap-mrg {
    margin: 14px 35px 0 33px;
  }
}
.header-right-wrap .setting-wrap .setting-content {
  background: #fff none repeat scroll 0 0;
  padding: 26px 30px 32px;
  position: absolute;
  right: 0;
  top: 188%;
  width: 300px;
  z-index: 9999;
  -webkit-box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
  max-height: 636px;
  overflow-y: auto;
  display: none;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .header-right-wrap .setting-wrap .setting-content {
    max-height: 510px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .header-right-wrap .setting-wrap .setting-content {
    max-height: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right-wrap .setting-wrap .setting-content {
    max-height: 400px;
  }
}
.header-right-wrap .setting-wrap .setting-content ul li {
  padding-bottom: 30px;
}
.header-right-wrap .setting-wrap .setting-content ul li:last-child {
  padding-bottom: 0px;
}
.header-right-wrap .setting-wrap .setting-content ul li h4 {
  font-size: 16px;
  margin: 0;
  color: #000000;
  padding-bottom: 19px;
  border-bottom: 1px solid #cccccc;
  font-weight: 500;
}
.header-right-wrap .setting-wrap .setting-content ul li ul {
  padding-top: 18px;
}
.header-right-wrap .setting-wrap .setting-content ul li ul li {
  padding-bottom: 25px;
}
.header-right-wrap .setting-wrap .setting-content ul li ul li:last-child {
  padding-bottom: 0px;
}
.header-right-wrap .setting-wrap .setting-content ul li ul li a {
  letter-spacing: 0.2px;
  color: #000000;
  font-weight: 300;
  display: block;
  line-height: 1;
}
.header-right-wrap .setting-wrap .setting-content ul li ul li a:hover {
  color: #c9b194;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .header-right-wrap .search-wrap.mr-45 {
    margin-right: 25px;
  }
}
.header-right-wrap.header-right-white .common-style button {
  color: #fff;
}
.header-right-wrap .header-login {
  margin-top: -2px;
}
.header-right-wrap .header-login a {
  font-size: 22px;
  color: #010211;
}
.header-right-wrap .header-login a:hover {
  color: #c9b194;
}
.header-right-wrap .header-wishlist {
  margin-top: -2px;
}
.header-right-wrap .header-wishlist a {
  font-size: 22px;
  color: #010211;
}
.header-right-wrap .header-wishlist a:hover {
  color: #c9b194;
}

.border-style {
  position: relative;
}
.border-style::before {
  background-color: #9c9687;
  position: absolute;
  height: 20px;
  width: 1px;
  content: "";
  right: -39px;
  top: -1px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .border-style::before {
    right: -18px;
  }
}

.shopping-cart-content {
  background: #fff none repeat scroll 0 0;
  padding: 28px 20px 20px;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 300px;
  z-index: 9999;
  -webkit-box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
  max-height: 591px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform-origin: center top 0;
          transform-origin: center top 0;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  text-align: left;
}
.shopping-cart-content.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .shopping-cart-content {
    max-height: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shopping-cart-content {
    overflow-y: auto;
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shopping-cart-content {
    overflow-y: auto;
    height: 350px;
    margin-top: 18px;
    top: 100%;
    margin-top: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .shopping-cart-content {
    width: 295px;
    right: 15px;
    padding: 31px 15px 10px;
    overflow-y: auto;
    height: 350px;
    top: 100%;
    margin-top: 14px;
  }
}
.shopping-cart-content .shopping-cart-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.shopping-cart-content .shopping-cart-top h4 {
  font-size: 12px;
  margin: 0;
  line-height: 1;
  color: #282828;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
}
.shopping-cart-content .shopping-cart-top a {
  color: #282828;
  font-size: 12px;
  margin-top: -6px;
}
.shopping-cart-content .shopping-cart-top a:hover {
  color: #c9b194;
}
.shopping-cart-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.shopping-cart-content ul li .shopping-cart-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  margin-right: 10px;
}
.shopping-cart-content ul li .shopping-cart-img img {
  width: 100%;
}
.shopping-cart-content ul li .shopping-cart-title h4 {
  font-size: 14px;
  margin: 0 0 3px;
}
.shopping-cart-content ul li .shopping-cart-title h4 a {
  color: #000000;
  line-height: 1;
  display: block;
}
.shopping-cart-content ul li .shopping-cart-title h4 a:hover {
  color: #c9b194;
}
.shopping-cart-content ul li .shopping-cart-title span {
  font-size: 16px;
  font-weight: 500;
  color: #373737;
}
.shopping-cart-content ul li:last-child {
  margin-bottom: 0;
}
.shopping-cart-content ul li .shopping-cart-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.shopping-cart-content ul li .shopping-cart-delete a {
  font-size: 16px;
  color: #282828;
  margin-top: -4px;
}
.shopping-cart-content ul li .shopping-cart-delete a:hover {
  color: #c9b194;
}
.shopping-cart-content .shopping-cart-total {
  margin: 50px 0 20px;
  border-bottom: 1px solid #cccccc;
  padding: 0px 0px 17px;
}
.shopping-cart-content .shopping-cart-total h4 {
  font-size: 20px;
  margin: 0;
}
.shopping-cart-content .shopping-cart-total h4 span {
  float: right;
}
.shopping-cart-content .shopping-cart-btn a {
  margin-bottom: 10px;
  padding: 16px 40px 17px;
  font-size: 16px;
  display: block;
  text-transform: capitalize;
  background-color: #ff7474;
  color: #ffffff;
  border: 1px solid transparent;
}
.shopping-cart-content .shopping-cart-btn a:hover {
  border: 1px solid #373737;
}

.header-right-border {
  position: relative;
}
.header-right-border:before {
  position: absolute;
  left: 19px;
  top: 0px;
  width: 1px;
  background-color: #fff;
  content: "";
  height: 100%;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .header-right-border:before {
    left: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .header-right-border:before {
    left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right-border:before {
    left: 0px;
  }
}

.sticky-bar.stick {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: #fff;
  border-bottom: 0 solid #4a90e2;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sticky-bar.bg-black {
  background-color: #010211;
}

.mobile-off-canvas-active {
  position: fixed;
  top: 0;
  width: 330px;
  min-height: 100vh;
  bottom: 0;
  z-index: 111;
  right: -330px;
  visibility: hidden;
  opacity: 1;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  background-color: #fff;
  -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .mobile-off-canvas-active {
    width: 260px;
    right: -260px;
  }
}
.mobile-off-canvas-active.inside {
  visibility: visible;
  opacity: 1;
  right: 0px;
}
.mobile-off-canvas-active .mobile-aside-close {
  position: absolute;
  left: -40px;
  top: 0px;
  z-index: 9;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  background-color: #343538;
}
.mobile-off-canvas-active .mobile-aside-close i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  color: #fff;
}
.mobile-off-canvas-active .mobile-aside-close:hover i {
  color: #c9b194;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile-off-canvas-active .header-mobile-aside-wrap {
  padding: 40px 30px 50px;
  overflow: auto;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .mobile-off-canvas-active .header-mobile-aside-wrap {
    padding: 30px 20px 50px;
  }
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search {
  border-bottom: 1px solid #ddd;
  margin-bottom: 27px;
  padding-bottom: 40px;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form {
  position: relative;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form input {
  background-color: #f6f6f6;
  border: none;
  border-radius: 0px;
  height: 50px;
  padding: 0 60px 0 15px;
  width: 100%;
  font-size: 14px;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form button {
  background-color: transparent;
  border-color: #ddd;
  -o-border-image: none;
     border-image: none;
  border-radius: 5px 0 0 5px;
  border-style: none none none solid;
  border-width: medium medium medium 1px;
  color: #000000;
  font-size: 18px;
  height: 100%;
  padding: 0 15px 0 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form button {
    font-size: 16px;
  }
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form button:hover {
  color: #c9b194;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form button i {
  margin-top: 5px;
  display: inline-block;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap {
  border-bottom: 1px solid #ddd;
  margin-bottom: 36px;
  padding-bottom: 27px;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav {
  height: 100%;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav .mobile-menu li {
  display: block;
  position: relative;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav .mobile-menu li.menu-item-has-children .menu-expand {
  line-height: 50;
  top: -5px;
  left: 95%;
  width: 30px;
  position: absolute;
  height: 50px;
  text-align: center;
  cursor: pointer;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav .mobile-menu li.menu-item-has-children .menu-expand i {
  display: block;
  position: relative;
  width: 10px;
  margin-top: 25px;
  border-bottom: 1px solid #1f2226;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav .mobile-menu li.menu-item-has-children .menu-expand i::before {
  top: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border-bottom: 1px solid #1f2226;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav .mobile-menu li.menu-item-has-children.active > .menu-expand i::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav .mobile-menu li a {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 18px;
  position: relative;
  display: inline-block;
  padding: 10px 0;
  font-family: "Roboto", sans-serif;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav .mobile-menu li ul li a {
  padding: 10px 15px 5px;
  font-size: 14px;
  color: #000000;
  font-weight: 300;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav .mobile-menu li ul li a:hover {
  color: #c9b194;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .mobile-navigation nav .mobile-menu li ul li ul li a {
  padding: 10px 30px 5px;
  font-size: 14px;
  color: #000000;
  font-weight: 300;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap {
  border-bottom: 1px solid #ddd;
  margin-bottom: 31px;
  padding-bottom: 37px;
}
@media only screen and (max-width: 767px) {
  .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap {
    display: block;
  }
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang {
  position: relative;
  margin-bottom: 15px;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang:last-child {
  margin-bottom: 0;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang a {
  font-size: 16px;
  display: block;
  letter-spacing: 0.2px;
  font-family: "Roboto", sans-serif;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang a i {
  float: right;
  font-size: 10px;
  position: relative;
  top: 8px;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown {
  margin-top: 5px;
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
  padding: 22px 30px 26px;
  width: 100%;
  z-index: 11;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown ul li {
  padding-bottom: 10px;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown ul li:last-child {
  padding-bottom: 0px;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown ul li a {
  font-size: 14px;
  letter-spacing: 0.2px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown ul li a:hover {
  color: #c9b194;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang:hover > a {
  color: #c9b194;
}
@media only screen and (max-width: 767px) {
  .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang {
    margin-bottom: 5px;
  }
  .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang:last-child {
    margin-bottom: 0;
  }
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap {
  margin-bottom: 20px;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a {
  font-size: 16px;
  margin-right: 20px;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a:last-child {
  margin-right: 0;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a.facebook {
  color: #3b5999;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a.twitter {
  color: #55acee;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a.pinterest {
  color: #bd081c;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a.instagram {
  color: #e4405f;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a.google {
  color: #dd4b39;
}

.header-small-mobile .header-right-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-small-mobile .header-right-wrap .mobile-off-canvas {
  margin-left: 20px;
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .header-small-mobile .header-right-wrap .mobile-off-canvas {
    margin-left: 12px;
  }
}
.header-small-mobile .header-right-wrap .mobile-off-canvas a {
  font-size: 12px;
}
.header-small-mobile.header-mobile-white .header-right-wrap .cart-wrap button i {
  color: #ffffff;
}
.header-small-mobile.header-mobile-white .header-right-wrap .cart-wrap button span {
  color: #ffffff;
}
.header-small-mobile.header-mobile-white .header-right-wrap .mobile-off-canvas a {
  color: #ffffff;
}

.main-wrapper .body-overlay, .main-wrapper .body-overlay-2, .main-wrapper-2 .body-overlay, .main-wrapper-2 .body-overlay-2 {
  background: rgba(35, 35, 36, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.main-wrapper.overlay-active .body-overlay, .main-wrapper.overlay-active-2 .body-overlay-2, .main-wrapper-2.overlay-active .body-overlay, .main-wrapper-2.overlay-active-2 .body-overlay-2 {
  opacity: 1;
  visibility: visible;
}

.main-search-active {
  background: rgba(0, 0, 0, 0.95) none repeat scroll 0 0;
  color: #353535;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  padding: 32px 46px 39px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  transition: transform 0.5s ease-in-out 0s, -webkit-transform 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 9999;
}
.main-search-active.inside {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  z-index: 9999;
}
.main-search-active .sidebar-search-icon {
  display: block;
  overflow: hidden;
  position: absolute;
  right: 50%;
  top: 50px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.main-search-active .sidebar-search-icon button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 35px;
  line-height: 1;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main-search-active .sidebar-search-icon button:hover {
  color: #c9b194;
}
.main-search-active .sidebar-search-input {
  padding: 300px 0 0;
}
.main-search-active .sidebar-search-input .form-search {
  position: relative;
}
.main-search-active .sidebar-search-input .form-search input {
  background-color: transparent;
  border-color: #6e6e6e;
  border-style: solid;
  border-width: 0 0 1px;
  color: #c0c0c0;
  display: block;
  font-size: 20px;
  height: 50px;
  line-height: 62px;
  padding: 0;
  width: 770px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
  padding: 0 55px 0 0;
}
.main-search-active .sidebar-search-input .form-search input::-moz-input-placeholder {
  color: #c0c0c0;
  opacity: 1;
}
.main-search-active .sidebar-search-input .form-search input::-webkit-input-placeholder {
  color: #c0c0c0;
  opacity: 1;
}
.main-search-active .sidebar-search-input .form-search button {
  background-color: transparent;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  font-size: 24px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 13px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main-search-active .sidebar-search-input .form-search button:hover {
  color: #c9b194;
}

.header-padding-1 .container-fluid {
  padding: 0 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .header-padding-1 .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-padding-1 .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-padding-1 .container-fluid {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .header-padding-1 .container-fluid {
    padding: 0 15px;
  }
}

.header-padding-2 .container-fluid {
  padding: 0 100px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .header-padding-2 .container-fluid {
    padding: 0 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .header-padding-2 .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-padding-2 .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-padding-2 .container-fluid {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .header-padding-2 .container-fluid {
    padding: 0 15px;
  }
}

.header-padding-3 .container-fluid {
  padding: 0 150px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .header-padding-3 .container-fluid {
    padding: 0 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .header-padding-3 .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-padding-3 .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-padding-3 .container-fluid {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .header-padding-3 .container-fluid {
    padding: 0 15px;
  }
}

.header-padding-4 .container-fluid {
  padding: 0 250px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .header-padding-4 .container-fluid {
    padding: 0 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .header-padding-4 .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-padding-4 .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-padding-4 .container-fluid {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .header-padding-4 .container-fluid {
    padding: 0 15px;
  }
}

.header-padding-5 .container-fluid {
  padding: 0 120px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .header-padding-5 .container-fluid {
    padding: 0 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .header-padding-5 .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-padding-5 .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-padding-5 .container-fluid {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .header-padding-5 .container-fluid {
    padding: 0 15px;
  }
}

.header-padding-6 .container-fluid {
  padding: 0 0px 0 100px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .header-padding-6 .container-fluid {
    padding: 0 0px 0 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .header-padding-6 .container-fluid {
    padding: 0 0px 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-padding-6 .container-fluid {
    padding: 0 0px 0 30px;
  }
}

.search-style-2 .form-search {
  position: relative;
}
.search-style-2 .form-search input {
  font-size: 14px;
  color: #8b8b8b;
  letter-spacing: 0.2px;
  background-color: transparent;
  border: none;
  padding: 2px 25px;
  height: 35px;
}
.search-style-2 .form-search button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-size: 18px;
  color: #010211;
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.search-style-2 .form-search button:hover {
  color: #c9b194;
}

.welcome p {
  font-size: 16px;
  color: #c7c7c7;
  margin: 0;
  letter-spacing: 0.2px;
}

.setting-wrap-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.setting-wrap-2 .setting-content2-left {
  position: relative;
  margin-right: 80px;
}
.setting-wrap-2 .setting-content2-left a {
  font-size: 16px;
  color: #c7c7c7;
  letter-spacing: 0.2px;
}
.setting-wrap-2 .setting-content2-left a i {
  color: #c7c7c7;
  font-size: 13px;
}
.setting-wrap-2 .setting-content2-left .currency-dropdown {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
  left: 0;
  padding: 8px 12px 10px;
  position: absolute;
  text-align: left;
  top: 160%;
  width: 100px;
  z-index: 220;
  display: none;
}
.setting-wrap-2 .setting-content2-left .currency-dropdown ul li {
  padding: 0 0 5px;
}
.setting-wrap-2 .setting-content2-left .currency-dropdown ul li:last-child {
  padding: 0 0 0px;
}
.setting-wrap-2 .setting-content2-left .currency-dropdown ul li a {
  font-size: 14px;
  color: #030512;
  text-transform: uppercase;
}
.setting-wrap-2 .setting-content2-left .currency-dropdown ul li a:hover {
  color: #c9b194;
}
.setting-wrap-2 .setting-content2-left:hover a {
  color: #c9b194;
}
.setting-wrap-2 .setting-content2-right a {
  font-size: 16px;
  color: #c7c7c7;
  letter-spacing: 0.2px;
  margin-left: 46px;
}
.setting-wrap-2 .setting-content2-right a:hover {
  color: #c9b194;
}
.setting-wrap-2 .setting-content2-right a:first-child {
  margin-left: 0;
}

.header-contact-search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-contact-search-wrap .header-contact {
    margin-left: 20px;
  }
}
.header-contact-search-wrap .header-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-contact-search-wrap .header-contact ul li {
  color: #c7c7c7;
  font-size: 16px;
  letter-spacing: 0.2px;
  margin-right: 98px;
}
.header-contact-search-wrap .header-contact ul li:last-child {
  margin-right: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-contact-search-wrap .header-contact ul li {
    margin-right: 30px;
  }
}
.header-contact-search-wrap .header-contact ul li i {
  font-size: 22px;
  margin-right: 7px;
  top: 2px;
  position: relative;
}
.header-contact-search-wrap .header-contact ul li a {
  color: #c7c7c7;
}
.header-contact-search-wrap .header-contact ul li a:hover {
  color: #c9b194;
}
.header-contact-search-wrap .header-contact-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-contact-search-wrap .header-contact-2 .header-contact-2-icon {
  margin: 0 11px 0 0;
}
.header-contact-search-wrap .header-contact-2 .header-contact-2-icon i {
  font-size: 22px;
  color: #ea2e49;
}
.header-contact-search-wrap .header-contact-2 .header-contact-2-text span, .header-contact-search-wrap .header-contact-2 .header-contact-2-text p {
  font-size: 16px;
  color: #030512;
  display: block;
  line-height: 1;
  letter-spacing: 0.2px;
}
.header-contact-search-wrap .header-contact-2 .header-contact-2-text p {
  margin: 6px 0 0;
}
.header-contact-search-wrap .search-style-3 .form-search-3 {
  position: relative;
}
.header-contact-search-wrap .search-style-3 .form-search-3 input {
  background-color: #000;
  border: 1px solid #282828;
  height: 50px;
  border-radius: 50px;
  font-weight: 300;
  color: #c7c7c7;
  font-size: 13px;
  width: 400px;
  padding: 2px 60px 2px 29px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-contact-search-wrap .search-style-3 .form-search-3 input {
    width: 285px;
  }
}
.header-contact-search-wrap .search-style-3 .form-search-3 button {
  border: none;
  background-color: transparent;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 22px;
  font-size: 22px;
  color: #c7c7c7;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-contact-search-wrap .search-style-3 .form-search-3 button:hover {
  color: #c9b194;
}
.header-contact-search-wrap .search-style-4 .form-search-4 {
  position: relative;
}
.header-contact-search-wrap .search-style-4 .form-search-4 input {
  background-color: #f2f2f2;
  border: 1px solid #282828;
  height: 50px;
  border-radius: 50px;
  font-weight: 300;
  color: #030512;
  font-size: 13px;
  width: 400px;
  padding: 2px 60px 2px 29px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-contact-search-wrap .search-style-4 .form-search-4 input {
    width: 285px;
  }
}
.header-contact-search-wrap .search-style-4 .form-search-4 button {
  border: none;
  background-color: transparent;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 22px;
  font-size: 22px;
  color: #030512;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-contact-search-wrap .search-style-4 .form-search-4 button:hover {
  color: #c9b194;
}
.header-contact-search-wrap.header-contact-search-mrg {
  margin: 0 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-contact-search-wrap.header-contact-search-mrg {
    margin: 0 30px;
  }
}

.cart-wrap-3 {
  text-align: right;
}
.cart-wrap-3 button {
  border: none;
  background-color: transparent;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-wrap-3 button i {
  font-size: 30px;
  color: #fff;
  margin-right: 25px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-wrap-3 button span.mini-cart-price-3 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  color: #c9b194;
  letter-spacing: 0.2px;
}
.cart-wrap-3 button span.count-style-3 {
  position: absolute;
  font-size: 12px;
  height: 25px;
  line-height: 24px;
  color: #fff;
  display: block;
  top: 2px;
  right: 1px;
  width: 25px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
}
.cart-wrap-3 button:hover i {
  color: #c9b194;
}
.cart-wrap-3.cart-wrap-3-white button i {
  color: #030512;
}
.cart-wrap-3.cart-wrap-3-white button span.mini-cart-price-3 {
  color: #ea2e49;
}
.cart-wrap-3.cart-wrap-3-white button span.count-style-3 {
  color: #030512;
  border: 1px solid #030512;
}
.cart-wrap-3.cart-wrap-hm9 button i {
  margin-right: 36px;
}

.category-menu-wrap {
  position: relative;
}
.category-menu-wrap h3 {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.2px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
.category-menu-wrap h3 a {
  color: #fff;
}
.category-menu-wrap h3 a img {
  margin-right: 32px;
}
.category-menu-wrap h3 a img.category-menu-stick {
  display: none;
}
.category-menu-wrap h3 a i {
  margin-left: 11px;
}

.category-menu {
  border: 1px solid #77c4d3;
  width: 290px;
  position: absolute;
  top: 205%;
  left: 0;
  z-index: 9;
  background-color: #fff;
  border-radius: 5px;
  padding: 23px 0 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .category-menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.category-menu nav > ul > li {
  margin-bottom: 23px;
  position: relative;
}
.category-menu nav > ul > li:last-child {
  margin-bottom: 0px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .category-menu nav > ul > li {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .category-menu nav > ul > li {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-menu nav > ul > li {
    margin-bottom: 6px;
  }
}
.category-menu nav > ul > li > a {
  color: #333745;
  padding: 0 40px;
  display: block;
}
.category-menu nav > ul > li > a span {
  float: right;
  font-size: 14px;
  color: #616161;
  position: relative;
  top: 1px;
}
.category-menu nav > ul > li .category-menu-dropdown {
  position: absolute;
  left: 100%;
  top: -22px;
  width: 570px;
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 52px 40px 30px;
  margin-left: 1px;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: center top 0;
          transform-origin: center top 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  z-index: 99;
  -webkit-box-shadow: 0 0 30px 0.4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px 0.4px rgba(0, 0, 0, 0.1);
}
.category-menu nav > ul > li .category-menu-dropdown .single-category-menu {
  display: inline-block;
  width: 50%;
  float: left;
}
.category-menu nav > ul > li .category-menu-dropdown .single-category-menu.ct-menu-mrg-bottom {
  margin-bottom: 74px;
}
.category-menu nav > ul > li .category-menu-dropdown .single-category-menu.ct-menu-mrg-left {
  padding-left: 38px;
}
.category-menu nav > ul > li .category-menu-dropdown .single-category-menu.category-menu-border {
  position: relative;
}
.category-menu nav > ul > li .category-menu-dropdown .single-category-menu.category-menu-border:before {
  position: absolute;
  content: "";
  bottom: -36px;
  left: 0;
  background-color: #d6d7da;
  height: 1px;
  width: 180px;
}
.category-menu nav > ul > li .category-menu-dropdown .single-category-menu h4 {
  color: #333745;
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 18px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.category-menu nav > ul > li .category-menu-dropdown .single-category-menu ul li {
  padding: 0 0 9px;
}
.category-menu nav > ul > li .category-menu-dropdown .single-category-menu ul li:last-child {
  padding: 0 0 0px;
}
.category-menu nav > ul > li .category-menu-dropdown .single-category-menu ul li a {
  color: #333745;
}
.category-menu nav > ul > li .category-menu-dropdown .single-category-menu ul li a:hover {
  color: #ea2e49;
}
.category-menu nav > ul > li .category-menu-dropdown .single-category-menu > a img {
  width: 100%;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .category-menu nav > ul > li .category-menu-dropdown.ct-menu-res-height-1 {
    height: 280px;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .category-menu nav > ul > li .category-menu-dropdown.ct-menu-res-height-1 {
    height: 280px;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-menu nav > ul > li .category-menu-dropdown.ct-menu-res-height-1 {
    height: 280px;
    overflow-y: auto;
  }
}
.category-menu nav > ul > li .cr-menu-desktop-none {
  display: none;
  padding: 15px 0 0 60px;
}
.category-menu nav > ul > li .cr-menu-desktop-none li {
  padding: 0 0 6px;
}
.category-menu nav > ul > li .cr-menu-desktop-none li:last-child {
  padding: 0 0 0px;
}
.category-menu nav > ul > li .cr-menu-desktop-none li a {
  display: block;
  padding: 0 40px 0 0;
}
.category-menu nav > ul > li .cr-menu-desktop-none li a i {
  float: right;
  font-size: 12px;
}
.category-menu nav > ul > li .cr-menu-desktop-none li ul {
  padding: 10px 0 0;
}
.category-menu nav > ul > li .cr-menu-desktop-none li ul li a {
  padding: 0 0px 0 20px;
}
.category-menu nav > ul > li:hover > a, .category-menu nav > ul > li:hover > a span {
  color: #ea2e49;
}
.category-menu nav > ul > li:hover .category-menu-dropdown {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  visibility: visible;
}

.ct-menu-small-device {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-menu-small-device {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .ct-menu-small-device {
    display: block;
  }
}
.ct-menu-small-device .category-menu-wrap h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ct-menu-small-device .category-menu-wrap .category-menu {
  display: none;
}

.sidebar-main-menu {
  text-align: right;
}
.sidebar-main-menu a.clickable-mainmenu-button {
  width: 120px;
  height: 150px;
  background-color: #232323;
  line-height: 150px;
  display: inline-block;
  text-align: center;
}

.clickable-mainmenu-active {
  position: fixed;
  top: 0;
  width: 330px;
  height: 100vh;
  bottom: 0;
  z-index: 111;
  right: -330px;
  visibility: hidden;
  opacity: 1;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  background-color: #fff;
  -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .clickable-mainmenu-active {
    width: 260px;
    right: -260px;
  }
}
.clickable-mainmenu-active.inside {
  visibility: visible;
  opacity: 1;
  right: 0px;
}
.clickable-mainmenu-active .clickable-mainmenu-close {
  position: absolute;
  left: -60px;
  top: 0px;
  z-index: 9;
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  font-size: 25px;
  background-color: #343538;
}
.clickable-mainmenu-active .clickable-mainmenu-close i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  color: #fff;
}
.clickable-mainmenu-active .clickable-mainmenu-close:hover i {
  color: #c9b194;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap {
  padding: 70px 30px 80px;
  overflow: auto;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .clickable-mainmenu-active .click-mainmenu-aside-wrap {
    padding: 30px 20px 80px;
  }
}
@media only screen and (max-width: 767px) {
  .clickable-mainmenu-active .click-mainmenu-aside-wrap {
    padding: 30px 20px 50px;
  }
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-wrap {
  border-bottom: 1px solid #ddd;
  margin-bottom: 36px;
  padding-bottom: 27px;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-wrap nav {
  height: 100%;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-wrap nav .sidebar-menu li {
  display: block;
  position: relative;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-wrap nav .sidebar-menu li.menu-item-has-children .menu-expand {
  line-height: 50;
  top: -1px;
  left: 95%;
  width: 30px;
  position: absolute;
  height: 50px;
  text-align: center;
  cursor: pointer;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-wrap nav .sidebar-menu li.menu-item-has-children .menu-expand i {
  display: block;
  position: relative;
  width: 15px;
  margin-top: 25px;
  border-bottom: 1px solid #000;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-wrap nav .sidebar-menu li.menu-item-has-children .menu-expand i::before {
  top: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border-bottom: 1px solid #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-wrap nav .sidebar-menu li.menu-item-has-children.active > .menu-expand i::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-wrap nav .sidebar-menu li a {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 18px;
  position: relative;
  display: inline-block;
  padding: 15px 0;
  font-family: "Roboto", sans-serif;
  color: #000;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-wrap nav .sidebar-menu li a:hover {
  color: #c9b194;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-wrap nav .sidebar-menu li ul li a {
  padding: 7px 20px 7px;
  font-size: 14px;
  color: #222;
  font-weight: 400;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-wrap nav .sidebar-menu li ul li a:hover {
  color: #c9b194;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-wrap nav .sidebar-menu li ul li ul li a {
  padding: 10px 20px 5px 40px;
  font-size: 14px;
  color: #000000;
  font-weight: 300;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-social-wrap {
  margin-bottom: 20px;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-social-wrap a {
  font-size: 16px;
  margin-right: 20px;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-social-wrap a:last-child {
  margin-right: 0;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-social-wrap a.facebook {
  color: #3b5999;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-social-wrap a.twitter {
  color: #55acee;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-social-wrap a.pinterest {
  color: #bd081c;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-social-wrap a.instagram {
  color: #e4405f;
}
.clickable-mainmenu-active .click-mainmenu-aside-wrap .click-mainmenu-social-wrap a.google {
  color: #dd4b39;
}

/*-------- 3. Slider style ---------*/
.slider-area {
  position: relative;
  /* top: -50px; */
}
.slider-area .single-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .slider-area .single-slider {
    display: block;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    padding: 0px 0 70px;
  }
  .slider-area .single-slider.height-100vh {
    height: auto;
  }
}
.slider-area .nav-style-1 .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
}
.slider-area .nav-style-1 .owl-nav button {
  display: block;
}
.slider-area .nav-style-1 .owl-nav .owl-prev {
  margin-bottom: 62px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.slider-area .nav-style-1 .owl-nav .owl-prev:hover {
  color: #c9b194;
}
@media only screen and (max-width: 767px) {
  .slider-area .nav-style-1 .owl-nav .owl-prev {
    margin-bottom: 35px;
  }
}
.slider-area .nav-style-1 .owl-nav .owl-next {
  margin-top: 63px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.slider-area .nav-style-1 .owl-nav .owl-next:hover {
  color: #c9b194;
}
@media only screen and (max-width: 767px) {
  .slider-area .nav-style-1 .owl-nav .owl-next {
    margin-top: 35px;
  }
}
.slider-area .nav-style-1.nav-dot-left .owl-nav {
  left: 50px;
}
@media only screen and (max-width: 767px) {
  .slider-area .nav-style-1.nav-dot-left .owl-nav {
    left: 15px;
  }
}
.slider-area .dot-style-1 .owl-dots {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .slider-area .dot-style-1 .owl-dots {
    left: 15px;
  }
}
.slider-area .dot-style-1 .owl-dots .owl-dot {
  display: none;
  font-size: 20px;
}
.slider-area .dot-style-1 .owl-dots .owl-dot.active {
  display: block;
}
.slider-area .dot-style-1 .owl-dots.nav-dot-left .owl-dots {
  left: 50px;
}
.slider-area .nav-style-3 .owl-nav {
  position: absolute;
  left: 0;
  bottom: 13px;
}
.slider-area .nav-style-3 .owl-nav button {
  display: inline-block;
  font-size: 30px;
  width: 63px;
  height: 75px;
  background-color: #ffffff;
  margin-right: 4px;
  line-height: 75px;
  color: #010211;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .slider-area .nav-style-3 .owl-nav button {
    line-height: 50px;
    height: 50px;
    width: 48px;
    font-size: 25px;
  }
}
.slider-area .nav-style-3 .owl-nav button:hover {
  color: #c9b194;
}
.slider-area .nav-style-4 .owl-nav {
  position: absolute;
  right: 7px;
  bottom: 8px;
}
.slider-area .nav-style-4 .owl-nav button {
  display: inline-block;
  font-size: 24px;
  width: 65px;
  height: 50px;
  margin: 0 1px;
  line-height: 50px;
  color: #585e66;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #d1d9e9;
}
@media only screen and (max-width: 767px) {
  .slider-area .nav-style-4 .owl-nav button {
    line-height: 50px;
    height: 50px;
    width: 48px;
    font-size: 25px;
  }
}
.slider-area .nav-style-4 .owl-nav button:hover {
  color: #c9b194;
}
.slider-area .nav-style-5 .owl-nav {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.slider-area .nav-style-5 .owl-nav button {
  display: inline-block;
  font-size: 24px;
  width: 65px;
  height: 50px;
  margin: 0 1px;
  line-height: 50px;
  color: #585e66;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #edf5f4;
}
@media only screen and (max-width: 767px) {
  .slider-area .nav-style-5 .owl-nav button {
    line-height: 50px;
    height: 50px;
    width: 48px;
    font-size: 25px;
  }
}
.slider-area .nav-style-5 .owl-nav button:hover {
  color: #c9b194;
}
.slider-content-1 {
  margin-top: 65px;
}
.slider-content-1 h3 {
  font-size: 80px;
  font-family: "Marck Script", cursive;
  color: #c9b194;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-1 h3 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-1 h3 {
    font-size: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-1 h3 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content-1 h3 {
    font-size: 45px;
  }
}
.slider-content-1 h1 {
  font-size: 70px;
  font-weight: bold;
  margin: 29px 0 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-1 h1 {
    font-size: 55px;
    margin: 20px 0 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-1 h1 {
    font-size: 50px;
    margin: 10px 0 14px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-1 h1 {
    font-size: 40px;
    margin: 16px 0 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content-1 h1 {
    font-size: 32px;
    margin: 10px 0 10px;
  }
}
.slider-content-1 p {
  font-size: 22px;
  margin: 0px 0 44px;
  font-family: "Poppins", sans-serif;
  color: #010225;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-1 p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-1 p {
    font-size: 18px;
    margin: 0px 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-1.ml-70 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-1 {
    margin-top: 35px;
    text-align: center;
  }
  .slider-content-1.ml-70 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content-1 {
    margin-top: 70px;
    text-align: left;
  }
}

.slider-sin-img-hm1.slider-sin-mrg1 {
  margin-left: -205px;
  margin-right: -35px;
  margin-top: 140px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .slider-sin-img-hm1.slider-sin-mrg1 {
    margin-left: -80px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-sin-img-hm1.slider-sin-mrg1 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-sin-img-hm1.slider-sin-mrg1 {
    margin-left: -80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-sin-img-hm1.slider-sin-mrg1 {
    margin-left: -122px;
    margin-right: 0;
    margin-top: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-sin-img-hm1.slider-sin-mrg1 {
    margin-left: 0px;
    margin-right: 0;
    margin-top: 130px;
  }
}

.slider-sin-img-hm2.slider-sin-mrg2 {
  margin-right: 70px;
  margin-left: -56px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .slider-sin-img-hm2.slider-sin-mrg2 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-sin-img-hm2.slider-sin-mrg2 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-sin-img-hm2.slider-sin-mrg2 {
    margin-right: 50px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-sin-img-hm2.slider-sin-mrg2 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-sin-img-hm2.slider-sin-mrg2 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-sin-img-hm2.slider-sin-mrg2 {
    margin-top: 0px;
  }
}

.slider-height-2 {
  padding: 67px 0 0 0;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .slider-height-2 {
    padding: 50px 0 0 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-height-2 {
    padding: 30px 0 0 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height-2 {
    padding: 30px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-2 {
    padding: 30px 0 0 0;
  }
}

.single-slider-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.slider-content-2 {
  position: relative;
  margin-top: -30px;
}
.slider-content-2:before {
  position: absolute;
  left: -20px;
  top: -39px;
  content: "";
  width: 30px;
  height: 407px;
  background-color: #ffe9e2;
}
@media only screen and (max-width: 767px) {
  .slider-content-2:before {
    top: -10px;
    height: 380px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content-2:before {
    top: -20px;
    height: 380px;
  }
}
.slider-content-2 h1 {
  font-weight: bold;
  color: #010211;
  letter-spacing: 0.2px;
  line-height: 70px;
  font-size: 60px;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-2 h1 {
    line-height: 60px;
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-2 h1 {
    line-height: 50px;
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-2 h1 {
    line-height: 43px;
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content-2 h1 {
    line-height: 36px;
    font-size: 24px;
  }
}
.slider-content-2 p {
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 26px;
  color: #010211;
  width: 70%;
  margin: 9px 0 23px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-2 p {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-2 p {
    width: 100%;
    margin: 9px 0 15px;
  }
}
.slider-content-2 .slider-price-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 28px;
  z-index: 9;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .slider-content-2 .slider-price-video {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content-2 .slider-price-video {
    margin: 0 0 15px;
  }
}
.slider-content-2 .slider-price-video .slider-price span {
  font-weight: bold;
  font-size: 40px;
  color: #010211;
  letter-spacing: 0.2px;
  display: block;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-2 .slider-price-video .slider-price span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-2 .slider-price-video .slider-price span {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content-2 .slider-price-video .slider-price span {
    font-size: 20px;
  }
}
.slider-content-2 .slider-price-video .slider-video {
  margin-left: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-2 .slider-price-video .slider-video {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-2 .slider-price-video .slider-video {
    margin-left: 15px;
  }
}
.slider-content-2 .slider-price-video .slider-video a {
  font-size: 16px;
  color: #010211;
  letter-spacing: 0.2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content-2 .slider-price-video .slider-video a {
    font-size: 15px;
    letter-spacing: 0px;
  }
}
.slider-content-2 .slider-price-video .slider-video a i {
  font-size: 36px;
  color: #c9b194;
  margin-right: 10px;
}
.slider-content-2 .slider-price-video .slider-video a:hover {
  color: #c9b194;
}

.owl-item .slider-content * {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-item.active .slider-animated-1 h3 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.owl-item.active .slider-animated-1 h5 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.owl-item.active .slider-animated-1 h1 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.owl-item.active .slider-animated-1 img {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.owl-item.active .slider-animated-1 p {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.owl-item.active .slider-animated-1 a {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.owl-item.active .slider-animated-1.slider-sin-img-hm1 img {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.owl-item.active .slider-animated-1.slider-sin-img-hm9 img {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.owl-item.active .slider-animated-2 h1 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.owl-item.active .slider-animated-2 p {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.owl-item.active .slider-animated-2 span {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.owl-item.active .slider-animated-2 .slider-video a {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.owl-item.active .slider-animated-2 a {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.owl-item.active .slider-animated-2.slider-sin-img-hm2 img {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.slider-height-3 {
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 100px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .slider-height-3 {
    margin: 0 65px;
    height: 650px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-height-3 {
    margin: 0 15px;
    height: 650px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height-3 {
    margin: 0 30px;
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-3 {
    margin: 0 45px;
    height: 450px;
    background-position: 43%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-height-3 {
    margin: 0 15px;
    height: 420px;
    background-position: 20%;
  }
}

.slider-content-3 {
  margin-top: -12px;
  position: relative;
  z-index: 9;
}
.slider-content-3 h1 {
  font-size: 48px;
  line-height: 65px;
  font-weight: bold;
  color: #c9b194;
  margin: 0;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-content-3 h1 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-3 h1 {
    font-size: 32px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-3 h1 {
    font-size: 32px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-3 h1 {
    font-size: 24px;
    line-height: 35px;
  }
}
.slider-content-3 p {
  font-size: 16px;
  color: #535252;
  line-height: 30px;
  letter-spacing: 0.2px;
  margin: 16px 0 34px;
  font-family: "Roboto", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-3 p {
    margin: 10px 0 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-3 p {
    margin: 7px 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-3 p {
    margin: 6px 0 19px;
    color: #000;
  }
}

.slider-sin-img-hm4 {
  height: 100vh;
  /* padding: 0 0 100px 0; */
}
@media only screen and (max-width: 767px) {
  .slider-sin-img-hm4 {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-sin-img-hm4 {
    height: auto;
    margin: 85px 0 0;
  }
}
.slider-sin-img-hm4 img {
  width: auto;
  margin-left: -124px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .slider-sin-img-hm4 img {
    width: 100%;
    margin-left: -78px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-sin-img-hm4 img {
    width: 100%;
    margin-left: -68px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-sin-img-hm4 img {
    width: 100%;
    margin-left: -55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-sin-img-hm4 img {
    width: 100%;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-sin-img-hm4 img {
    width: 100%;
    margin-left: 15px;
  }
}

.slider-content-4 {
  padding: 30px;
  /* background: #ffffff0a; */
  border: 4px solid #07263b;
  border-radius: 30px;
  margin-top: 50px;
  backdrop-filter: blur(10px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-4 {
    padding: 77px 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-4 {
    padding: 100px 0 30px;
  }
}
.slider-content-4 h1 {
  font-size: 72px;
  color: #ffffff;
  letter-spacing: 0.2px;
  font-weight: bold;
  line-height: 90px;
  /* font-family: "Roboto Slab", serif; */
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .slider-content-4 h1 {
    font-size: 50px;
    line-height: 59px;
    /* font-family: "Poppins", serif; */
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-content-4 h1 {
    font-size: 52px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-4 h1 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-4 h1 {
    font-size: 35px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-4 h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
.slider-content-4 p {
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.2px;
  line-height: 26px;
  margin: 11px 0 28px;
  /* width: 68%; */
  font-family: "Roboto", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-content-4 p {
    width: 77%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-4 p {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-4 p {
    width: 90%;
    margin: 11px 0 17px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-4 p {
    width: 100%;
    margin: 11px 0 20px;
  }
}
.slider-content-4 .slider-btn-4 > a {
  padding: 7px 8px 7px 48px;
  /* border: 1px solid #663e27; */
  border-radius: 20px;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.2px;
  background: #c9b194;
}
.slider-content-4 .slider-btn-4 > a span {
  position: relative;
  top: -2px;
  right: 18px;
  color: #000;
}
.slider-content-4 .slider-btn-4 > a > i {
  font-size: 20px;
  color: #000000;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 29px;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.slider-content-4 .slider-btn-4 > a:hover {
  color: #ffffff;
  /* border: 1px solid #c9b194; */
  background-color: #c9b194;
}
.slider-content-4 .slider-btn-4 > a:hover i {
  color: #c9b194;
  background-color: #ffffff;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .slider-content-4.ml-150 {
    margin-left: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-content-4.ml-150 {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-4.ml-150 {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-4.ml-150 {
    margin-left: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-4.ml-150 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.slider-height-5 {
  height: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height-5 {
    height: 454px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-5 {
    height: 430px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-height-5 {
    height: 400px;
    background-position: 85%;
  }
}

.slider-content-5 {
  margin-left: 60px;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .slider-content-5 {
    margin-left: 20px;
  }
}
.slider-content-5 h1 {
  font-size: 40px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .slider-content-5 h1 {
    font-size: 28px;
  }
}
.slider-content-5 h1 span {
  font-weight: bold;
}
.slider-content-5 h1 span.text-red {
  color: #c9b194;
}
.slider-content-5 p {
  color: #373737;
  font-size: 16px;
  line-height: 26px;
  margin: 12px 0 19px;
  width: 58%;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 767px) {
  .slider-content-5 p {
    width: 95%;
    color: #000;
  }
}
.slider-content-5 .slider-btn-5 a {
  font-weight: bold;
  color: #373737;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  border: 1px solid #5f5f5f;
  border-radius: 50px;
  line-height: 1;
  padding: 14px 30px 12px;
  z-index: 9;
}
.slider-content-5 .slider-btn-5 a:hover {
  border: 1px solid #c9b194;
  color: #ffffff;
}

.slider-height-6 {
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .slider-height-6 {
    height: 600px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-height-6 {
    height: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height-6 {
    height: 454px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-6 {
    height: 430px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-height-6 {
    height: auto;
    background-position: 85%;
    padding: 50px 0 30px;
  }
}

.slider-content-6 {
  margin-top: -60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-6 {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-6 {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-6 {
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content-6 {
    text-align: left;
  }
}
.slider-content-6 h1 {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  line-height: 1;
}
.slider-content-6 p {
  font-size: 16px;
  color: #d1d1d1;
  margin: 26px 0 26px;
  line-height: 26px;
}
.slider-content-6 .slider-btn-6 a {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  background-color: #c9b194;
  display: inline-block;
  line-height: 1;
  padding: 12px 30px 11px;
  z-index: 1;
}
.slider-content-6 .slider-btn-6 a:hover {
  border: none;
  color: #c9b194;
}

.slider-sin-img-hm6 {
  margin-left: 70px;
  position: relative;
  margin-top: 10px;
}
.slider-sin-img-hm6 img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .slider-sin-img-hm6 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-sin-img-hm6 {
    margin-top: 0px;
  }
}
.slider-sin-img-hm6 .slider-price {
  position: absolute;
  top: 95px;
  left: 57px;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: bounce-img;
          animation-name: bounce-img;
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-sin-img-hm6 .slider-price {
    top: 60px;
    left: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-sin-img-hm6 .slider-price {
    top: 60px;
    left: 6px;
  }
}
.slider-sin-img-hm6 .slider-price h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  color: #fff;
  width: 78px;
  height: 78px;
  background-color: #141135;
  border-radius: 100%;
  line-height: 78px;
  text-align: center;
  position: relative;
}
.slider-sin-img-hm6 .slider-price h4:before {
  width: 93px;
  height: 93px;
  position: absolute;
  content: "";
  top: -8px;
  left: -8px;
  border: 8px solid #462a63;
  border-radius: 100%;
}
.slider-sin-img-hm6 .slider-price h4:after {
  width: 107px;
  height: 107px;
  position: absolute;
  content: "";
  top: -15px;
  left: -15px;
  border: 8px solid #2a1440;
  border-radius: 100%;
}

/* slider text bounce */
@-webkit-keyframes bounce-img {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes bounce-img {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.slider-height-8 {
  height: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-8 {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-height-8 {
    height: 370px;
    background-position: 100%;
  }
}

.slider-content-8 {
  margin-left: 113px;
  z-index: 9;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-8 {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-8 {
    margin-left: 15px;
  }
}
.slider-content-8 h1 {
  font-weight: bold;
  font-size: 50px;
  color: #333745;
  margin: 0;
  line-height: 41px;
}
@media only screen and (max-width: 767px) {
  .slider-content-8 h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
.slider-content-8 p {
  font-size: 16px;
  color: #333745;
  margin: 21px 0 30px;
  line-height: 25px;
  width: 58%;
}
@media only screen and (max-width: 767px) {
  .slider-content-8 p {
    margin: 10px 0 25px;
    width: 90%;
    color: #000;
  }
}
.slider-content-8 .slider-btn-8 a {
  color: #fff;
  letter-spacing: 0.2px;
  display: inline-block;
  border-radius: 5px;
  background-color: #ea2e49;
  padding: 12px 30px;
}

.dot-style-2 {
  position: relative;
}
.dot-style-2 .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 29.4%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dot-style-2 .owl-dots {
    left: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .dot-style-2 .owl-dots {
    left: 4%;
  }
}
.dot-style-2 .owl-dots .owl-dot {
  background-color: #e9b2bb;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  margin: 0 7px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.dot-style-2 .owl-dots .owl-dot.active, .dot-style-2 .owl-dots .owl-dot:hover {
  background-color: #ea2e49;
}

.slider-height-9 {
  padding-top: 130px;
}

.slider-sin-img-hm9 {
  margin: 0 95px 0 48px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .slider-sin-img-hm9 {
    margin: 0 130px 0 48px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-sin-img-hm9 {
    margin: 0 130px 0 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-sin-img-hm9 {
    margin: 0 60px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-sin-img-hm9 {
    margin: 25px 0px 0 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-sin-img-hm9 {
    margin: 0px 0px 0 0px;
  }
}

.slider-content-9 {
  margin-left: 70px;
  margin-top: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-9 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-9 {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-9 {
    margin-left: 0px;
  }
}
.slider-content-9 img {
  width: 291px;
}
@media only screen and (max-width: 767px) {
  .slider-content-9 img {
    width: 200px;
  }
}
.slider-content-9 p {
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  font-weight: 300;
  margin: 15px 0 35px;
  width: 85%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-9 p {
    margin: 10px 0 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-9 p {
    margin: 10px 0 15px;
    width: 100%;
  }
}
.slider-content-9 .slider-btn-9 a {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: inline-block;
  border: 1px solid #060606;
  border-radius: 50px;
  line-height: 1;
  padding: 12px 40px 11px;
}
.slider-content-9 .slider-btn-9 a i {
  font-size: 18px;
  margin-left: 10px;
}
.slider-content-9 .slider-btn-9 a:hover {
  color: #fff;
  border: 1px solid #c9b194;
}

.owl-carousel .owl-item .slider-content-9 img {
  width: 291px;
}
@media only screen and (max-width: 767px) {
  .owl-carousel .owl-item .slider-content-9 img {
    width: 200px;
  }
}

.slider-height-10 {
  height: 830px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .slider-height-10 {
    height: 650px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-height-10 {
    height: 650px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height-10 {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-10 {
    height: 450px;
    background-position: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-height-10 {
    height: 400px;
    background-position: 30%;
  }
}

.slider-content-10 {
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .slider-content-10 {
    text-align: center;
  }
}
.slider-content-10 h5 {
  font-size: 18px;
  color: #010225;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
}
.slider-content-10 h1 {
  font-size: 50px;
  color: #010225;
  font-weight: 500;
  line-height: 40px;
  margin: 13px 0 38px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-content-10 h1 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-10 h1 {
    font-size: 40px;
    margin: 13px 0 28px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-10 h1 {
    font-size: 40px;
    margin: 10px 0 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-10 h1 {
    font-size: 26px;
    margin: 8px 0 18px;
    line-height: 28px;
  }
}
.slider-content-10 .slider-btn-10 a {
  line-height: 1;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  color: #010225;
  border: 1px solid #c9b194;
  padding: 18px 40px 17px;
}
@media only screen and (max-width: 767px) {
  .slider-content-10 .slider-btn-10 a {
    padding: 15px 25px 14px;
    font-size: 15px;
  }
}
.slider-content-10 .slider-btn-10 a:hover {
  color: #ffffff;
}

.slider-content-border2 {
  position: relative;
}
.slider-content-border2::before {
  position: absolute;
  content: "";
  left: -23px;
  top: 8px;
  height: 103px;
  width: 1px;
  background-color: #c9b194;
}
@media only screen and (max-width: 767px) {
  .slider-content-border2::before {
    left: 50px;
  }
}

.slider-height-7 {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-7 {
    height: auto;
    padding: 100px 0 200px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-height-7 {
    height: auto;
    padding: 100px 0 270px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-height-7 {
    padding: 100px 0 230px;
  }
}

.slider-content-7 {
  padding-left: 86px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .slider-content-7 {
    padding-left: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-content-7 {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-7 {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-7 {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-7 {
    padding-left: 0px;
  }
}
.slider-content-7 h1 {
  font-size: 80px;
  color: #282828;
  line-height: 90px;
  margin: 0;
  font-family: "Roboto Mono", monospace;
  font-weight: bold;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .slider-content-7 h1 {
    font-size: 55px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-content-7 h1 {
    font-size: 55px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-7 h1 {
    font-size: 44px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-7 h1 {
    font-size: 55px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-7 h1 {
    font-size: 33px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content-7 h1 {
    font-size: 40px;
    line-height: 55px;
  }
}
.slider-content-7 p {
  font-size: 18px;
  color: #282828;
  line-height: 30px;
  margin: 19px 0 0px;
  font-weight: 300;
  width: 86%;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-content-7 p {
    font-size: 17px;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-7 p {
    font-size: 16px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-7 p {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-7 p {
    width: 100%;
    font-size: 16px;
  }
}

.slider-video-7 {
  position: absolute;
  bottom: 40px;
  left: 86px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .slider-video-7 {
    left: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-video-7 {
    left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-video-7 {
    left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-video-7 {
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-video-7 {
    left: 0px;
    bottom: 80px;
  }
}
.slider-video-7 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #c9b194;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .slider-video-7 a {
    font-size: 14px;
  }
}
.slider-video-7 a i {
  font-size: 80px;
  color: #c3c3c3;
}
@media only screen and (max-width: 767px) {
  .slider-video-7 a i {
    font-size: 50px;
  }
}

.slider-social-wrap {
  position: absolute;
  bottom: 208px;
  right: -113px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media only screen and (max-width: 767px) {
  .slider-social-wrap {
    bottom: 40px;
    left: 15px;
    right: inherit;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
.slider-social-wrap a {
  color: #ababab;
  display: inline-block;
  margin: 0 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .slider-social-wrap a {
    margin: 0 12px 0 0;
  }
}
.slider-social-wrap a:hover {
  color: #c9b194;
}

.slider7-border {
  position: relative;
  overflow: hidden;
}
.slider7-border:before {
  position: absolute;
  right: 120px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #d5d4d4;
  content: "";
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider7-border:before {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  .slider7-border:before {
    content: none;
  }
}

.scroll-down {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .scroll-down {
    bottom: 105px;
  }
}
.scroll-down a {
  position: relative;
}
.scroll-down a:before {
  position: absolute;
  border: 3px solid #8c8c8c;
  width: 34px;
  height: 60px;
  border-radius: 50px;
  content: "";
  left: -16px;
  top: -10px;
}
.scroll-down a:hover:before {
  border: 3px solid #c9b194;
}

.home7-img-wrap {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home7-img-wrap {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .home7-img-wrap {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .home7-img-wrap {
    margin-top: 66px;
  }
}
.home7-img-wrap .drone {
  width: 100%;
}
.home7-img-wrap .drone .layer {
  margin-right: 75px;
}
@media only screen and (max-width: 767px) {
  .home7-img-wrap .drone .layer {
    margin-right: 0px;
  }
}
.home7-img-wrap .drone .layer img {
  width: 100%;
}

.drone-shape-1 {
  position: absolute;
  top: 10%;
  left: 31%;
  z-index: 1;
  width: 100%;
}
.drone-shape-1 .layer.layer-border {
  position: relative;
}
.drone-shape-1 .layer.layer-border::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #c9b194;
  bottom: -17px;
  left: 185px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .drone-shape-1 .layer.layer-border::before {
    left: 110px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .drone-shape-1 .layer.layer-border::before {
    left: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .drone-shape-1 .layer.layer-border::before {
    left: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .drone-shape-1 .layer.layer-border::before {
    left: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .drone-shape-1 .layer.layer-border::before {
    left: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .drone-shape-1 .layer.layer-border::before {
    left: 95px;
  }
}
.drone-shape-1 .layer.layer-border::after {
  -webkit-animation: 1500ms ease-out 0s normal none infinite running border-jump;
          animation: 1500ms ease-out 0s normal none infinite running border-jump;
  background: #c9b194;
  border-radius: 100%;
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 25px;
  z-index: -1;
  bottom: -32px;
  left: 195px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .drone-shape-1 .layer.layer-border::after {
    left: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .drone-shape-1 .layer.layer-border::after {
    left: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .drone-shape-1 .layer.layer-border::after {
    left: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .drone-shape-1 .layer.layer-border::after {
    left: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .drone-shape-1 .layer.layer-border::after {
    left: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .drone-shape-1 .layer.layer-border::after {
    left: 105px;
  }
}
.drone-shape-1 .layer img {
  width: 185px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .drone-shape-1 .layer img {
    width: 110px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .drone-shape-1 .layer img {
    width: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .drone-shape-1 .layer img {
    width: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .drone-shape-1 .layer img {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .drone-shape-1 .layer img {
    width: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .drone-shape-1 .layer img {
    width: 95px;
  }
}

.drone-shape-2 {
  position: absolute;
  bottom: 16%;
  left: 50%;
  z-index: 1;
  width: 100%;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .drone-shape-2 {
    bottom: 7%;
    left: 48%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .drone-shape-2 {
    bottom: 2%;
    left: 47%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .drone-shape-2 {
    bottom: 0%;
    left: 47%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .drone-shape-2 {
    left: 48%;
    bottom: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .drone-shape-2 {
    left: 53%;
    bottom: -15%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .drone-shape-2 {
    left: 53%;
    bottom: -2%;
  }
}
.drone-shape-2 .layer.layer-border {
  position: relative;
}
.drone-shape-2 .layer.layer-border:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #c9b194;
  top: -18px;
  left: -14px;
}
.drone-shape-2 .layer.layer-border::after {
  -webkit-animation: 1500ms ease-out 0s normal none infinite running border-jump;
          animation: 1500ms ease-out 0s normal none infinite running border-jump;
  background: #c9b194;
  border-radius: 100%;
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 25px;
  z-index: -1;
  top: -8px;
  left: -5px;
}
.drone-shape-2 .layer img {
  width: 57px;
}
@media only screen and (max-width: 767px) {
  .drone-shape-2 .layer img {
    width: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .drone-shape-2 .layer img {
    width: 57px;
  }
}

.drone-content-1 {
  position: absolute;
  top: 10%;
  left: 19.6%;
  z-index: 1;
  width: 100%;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .drone-content-1 {
    left: 12%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .drone-content-1 {
    left: 12%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .drone-content-1 {
    left: 7%;
    top: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .drone-content-1 {
    left: 7%;
    top: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .drone-content-1 {
    left: 0%;
    top: -36%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .drone-content-1 {
    left: 0%;
    top: -12%;
  }
}
.drone-content-1 .layer h5 {
  margin: 0 0 7px;
  font-size: 14px;
  color: #282828;
  font-weight: 500;
  line-height: 1;
}
.drone-content-1 .layer p {
  margin: 0;
  font-size: 14px;
  color: #282828;
  font-weight: 300;
  line-height: 22px;
}

.drone-content-2 {
  position: absolute;
  bottom: 7%;
  left: 55%;
  z-index: 1;
  width: 100%;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .drone-content-2 {
    bottom: -6%;
    left: 56%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .drone-content-2 {
    bottom: -13%;
    left: 56%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .drone-content-2 {
    bottom: -60px;
    left: 57%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .drone-content-2 {
    left: 56%;
    bottom: -9%;
  }
}
@media only screen and (max-width: 767px) {
  .drone-content-2 {
    bottom: -60%;
    left: 40%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .drone-content-2 {
    bottom: -22%;
    left: 66%;
  }
}
.drone-content-2 .layer h5 {
  margin: 0 0 7px;
  font-size: 14px;
  color: #282828;
  font-weight: 500;
  line-height: 1;
}
.drone-content-2 .layer p {
  margin: 0;
  font-size: 14px;
  color: #282828;
  font-weight: 300;
  line-height: 22px;
}

#scene.main-wrapper {
  -webkit-backface-visibility: unset !important;
  backface-visibility: unset !important;
  -webkit-transform: unset !important;
  transform: unset !important;
  -webkit-transform-style: unset !important;
  transform-style: unset !important;
}

@-webkit-keyframes border-jump {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    border-radius: 100%;
  }
}
@keyframes border-jump {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    border-radius: 100%;
  }
}
/*-------- 4. Banner style ---------*/
.banner-content {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .banner-content {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-content {
    margin-right: 0px;
  }
}
.banner-content h2 {
  color: #7c5e48;
  font-size: 48px;
  line-height: 55px;
  margin: 0 0 20px;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-content h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-content h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-content h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
.banner-content a {
  color: #7c5e48;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  border-bottom: 1px solid #a29083;
  padding-bottom: 2px;
}
.banner-content a:hover {
  border-bottom: 1px solid #c9b194;
  color: #c9b194;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .learn-banner.pt-100 {
    padding-top: 72px;
  }
  .learn-banner.pb-100 {
    padding-bottom: 72px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .learn-banner.pt-100 {
    padding-top: 72px;
  }
  .learn-banner.pb-100 {
    padding-bottom: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .learn-banner {
    background-position: 17%;
  }
  .learn-banner.pt-100 {
    padding-top: 50px;
  }
  .learn-banner.pb-100 {
    padding-bottom: 50px;
  }
}

.banner-wrap {
  position: relative;
  overflow: hidden;
}
.banner-wrap a img {
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.banner-wrap .banner-position-1 {
  position: absolute;
  right: 37px;
  top: 48px;
  z-index: 99;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .banner-wrap .banner-position-1 {
    right: 20px;
    top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-position-1 {
    right: 10px;
    top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-position-1 {
    right: 10px;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
  }
}
.banner-wrap .banner-position-2 {
  position: absolute;
  right: 28px;
  top: 48px;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-position-2 {
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.banner-wrap .banner-position-3 {
  position: absolute;
  left: 45px;
  bottom: 34px;
  z-index: 99;
}
.banner-wrap .banner-content-2 h3 {
  font-size: 30px;
  font-weight: 300;
  color: #292624;
  letter-spacing: 3.7px;
  margin: 0 0 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .banner-wrap .banner-content-2 h3 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-2 h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-2 h3 {
    font-size: 20px;
    letter-spacing: 2.7px;
    margin: 0 0 3px;
  }
}
.banner-wrap .banner-content-2 p {
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  color: #27262e;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-2 p {
    font-size: 15px;
  }
}
.banner-wrap .banner-content-3 {
  text-align: center;
}
.banner-wrap .banner-content-3 h3 {
  font-size: 22px;
  font-weight: 500;
  color: #27262e;
  margin: 0px;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-3 h3 {
    font-size: 16px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-3 h3 {
    font-size: 16px;
    line-height: 25px;
  }
}
.banner-wrap .banner-content-4 {
  position: absolute;
  right: 44px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-4 {
    right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-4 {
    right: 20px;
  }
}
.banner-wrap .banner-content-4 h2 {
  font-size: 30px;
  font-weight: bold;
  color: #010211;
  line-height: 35px;
  letter-spacing: 0.2px;
  margin: 0 0 9px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .banner-wrap .banner-content-4 h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-4 h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-4 h2 {
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-4 h2 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-wrap .banner-content-4 h2 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 12px;
  }
}
.banner-wrap .banner-content-4 p {
  color: #010211;
  line-height: 22px;
  font-size: 14px;
  letter-spacing: 0.2px;
  margin: 0;
  font-family: "Roboto", sans-serif;
}
.banner-wrap .banner-content-5 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-5 {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-5 {
    padding: 10px 10px;
  }
}
.banner-wrap .banner-content-5 .banner-title-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-wrap .banner-content-5 .banner-title-img .banner-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  margin: 0 13px 0 0;
}
.banner-wrap .banner-content-5 .banner-title-img .banner-img img {
  width: 100%;
}
.banner-wrap .banner-content-5 .banner-title-img .banner-title h4 {
  color: #ffffff;
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.2px;
  font-family: "Roboto Slab", serif;
}
.banner-wrap .banner-content-5 .banner-zoom a {
  width: 40px;
  height: 40px;
  color: #ffffff;
  border: 1px solid #ffffff;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  border-radius: 100%;
}
.banner-wrap .banner-content-5 .banner-zoom a i {
  line-height: 38px;
}
.banner-wrap .banner-content-5 .banner-zoom a:hover {
  border: 1px solid #c9b194;
  color: #ffffff;
  background-color: #c9b194;
}
.banner-wrap .banner-content-6 {
  position: absolute;
  top: 18px;
  left: 35px;
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-6 {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-6 {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.banner-wrap .banner-content-6 h3 {
  font-weight: bold;
  font-size: 26px;
  color: #000000;
  margin: 0 0 41px;
  line-height: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-6 h3 {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-6 h3 {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-6 h3 {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-wrap .banner-content-6 h3 {
    margin: 0 0 25px;
    font-size: 25px;
    line-height: 30px;
  }
}
.banner-wrap .banner-content-6 span {
  font-size: 13px;
  color: #c9b194;
  display: block;
  line-height: 1;
}
.banner-wrap .banner-content-6 h4 {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  margin: 0 0 41px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-6 h4 {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-6 h4 {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-6 h4 {
    margin: 0 0 20px;
    font-size: 25px;
  }
}
.banner-wrap .banner-content-6 a {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid #a7a6a6;
}
.banner-wrap .banner-content-6 a:hover {
  border-bottom: 1px solid #c9b194;
}
.banner-wrap .banner-content-7 {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
.banner-wrap .banner-content-7 h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.banner-wrap .banner-content-7 h3 span {
  color: #c9b194;
}
.banner-wrap .banner-content-7 p {
  color: #000000;
  margin: 0px 0 6px;
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-7 p {
    margin: 0px 0 0px;
  }
}
.banner-wrap .banner-content-7 a {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid #a7a6a6;
}
.banner-wrap .banner-content-7 a:hover {
  border-bottom: 1px solid #c9b194;
}
.banner-wrap .banner-content-8 {
  position: absolute;
  top: 23px;
  right: 40px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-8 {
    top: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-wrap .banner-content-8 {
    top: 30px;
  }
}
.banner-wrap .banner-content-8 h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.25px;
  margin: 0 0 5px;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-8 h2 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-wrap .banner-content-8 h2 {
    font-size: 18px;
  }
}
.banner-wrap .banner-content-8 h5 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.25px;
  margin: 0 0 81px;
  color: #000000;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-8 h5 {
    margin: 0 0 30px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-8 h5 {
    margin: 0 0 10px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-8 h5 {
    margin: 0 0 12px;
    font-size: 22px;
  }
}
.banner-wrap .banner-content-8 h3 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.25px;
  margin: 0 0 12px;
  color: #000000;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-8 h3 {
    font-size: 24px;
    margin: 0 0 8px;
  }
}
.banner-wrap .banner-content-8 h3 span {
  color: #c9b194;
}
.banner-wrap .banner-content-8 h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.25px;
  margin: 0 0 0px;
  color: #fff;
  text-shadow: 1px 1px #000, -1px 1px #000, -1px -1px #000, 1px -1px #000;
}
.banner-wrap .banner-content-8 h4 span {
  margin: 0 5px;
}
.banner-wrap .banner-content-9 {
  position: absolute;
  top: 50px;
  left: 20px;
  z-index: 9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-9 {
    top: 30px;
  }
}
.banner-wrap .banner-content-9 h3 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.25px;
  margin: 0 0 72px;
  color: #000000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-9 h3 {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-wrap .banner-content-9 h3 {
    margin: 0 0 25px;
  }
}
.banner-wrap .banner-content-9 p {
  font-size: 13px;
  color: #000000;
  letter-spacing: 0.25px;
  line-height: 16px;
  margin: 0 0 9px;
  width: 60%;
}
.banner-wrap .banner-content-9 a {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid #a7a6a6;
}
.banner-wrap .banner-content-9 a:hover {
  border-bottom: 1px solid #c9b194;
}
.banner-wrap .banner-content-9 h1 {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.25px;
  margin: 0 0 4px;
  color: #fff;
  text-shadow: 2px 2px #22e2d6, -2px 2px #22e2d6, -2px -2px #22e2d6, 2px -2px #22e2d6;
  line-height: 33px;
}
.banner-wrap .banner-content-9 h4 {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.25px;
  margin: 0 0 71px;
  color: #333333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-9 h4 {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-wrap .banner-content-9 h4 {
    margin: 0 0 25px;
  }
}
.banner-wrap .banner-content-9 h4 span {
  font-weight: 500;
}
.banner-wrap .banner-content-9.banner-content-9-mrg2 h4 {
  margin: 28px 0 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-9.banner-content-9-mrg2 h4 {
    margin: 28px 0 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-wrap .banner-content-9.banner-content-9-mrg2 h4 {
    margin: 28px 0 20px;
  }
}
.banner-wrap .banner-content-10 {
  position: absolute;
  top: 62px;
  left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-10 {
    top: 35px;
  }
}
.banner-wrap .banner-content-10 h2 {
  font-size: 26px;
  font-weight: bold;
  color: #393939;
  margin: 0;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-10 h2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-10 h2 {
    font-size: 20px;
  }
}
.banner-wrap .banner-content-10-btn {
  position: absolute;
  left: 30px;
  bottom: 37px;
}
.banner-wrap .banner-content-10-btn a {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid #a7a6a6;
}
.banner-wrap .banner-content-10-btn a:hover {
  border-bottom: 1px solid #c9b194;
}
.banner-wrap .banner-content-11 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.banner-wrap .banner-content-11 h2 {
  font-size: 92px;
  color: #ffffff;
  margin: 0;
  font-weight: bold;
  line-height: 68px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-11 h2 {
    font-size: 50px;
    line-height: 40px;
  }
}
.banner-wrap .banner-content-11 h3 {
  font-size: 28px;
  color: #000000;
  margin: 9px 0 27px;
  font-weight: 300;
  letter-spacing: 7.4px;
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-11 h3 {
    margin: 5px 0 10px;
    line-height: 1;
  }
}
.banner-wrap .banner-content-11 h4 {
  font-size: 18px;
  color: #000000;
  margin: 0;
  font-weight: 500;
  letter-spacing: 6.4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-11 h4 {
    letter-spacing: 3.4px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-11 h4 {
    letter-spacing: 1.4px;
  }
}
.banner-wrap .banner-content-12 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 60px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-12 {
    right: 30px;
  }
}
.banner-wrap .banner-content-12 h2 {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.25px;
  margin: 0;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-12 h2 {
    font-size: 23px;
  }
}
.banner-wrap .banner-content-12 h5 {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.25px;
  margin: 7px 0 12px;
  line-height: 1;
}
.banner-wrap .banner-content-12 h3 {
  font-size: 30px;
  font-weight: 300;
  color: #000000;
  letter-spacing: 0.25px;
  margin: 0;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-12 h3 {
    font-size: 25px;
  }
}
.banner-wrap .banner-content-13 {
  position: absolute;
  top: 60px;
  left: 50px;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-13 {
    top: 35px;
    left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-13 {
    top: 15px;
    left: 15px;
  }
}
.banner-wrap .banner-content-13 h3 {
  font-size: 26px;
  font-weight: bold;
  color: #333745;
  margin: 0 0 36px;
  line-height: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-13 h3 {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-13 h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-13 h3 {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
.banner-wrap .banner-content-13 p {
  font-size: 16px;
  color: #333745;
  margin: 0;
  line-height: 25px;
  width: 63%;
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-13 p {
    width: 80%;
    color: #000;
  }
}
.banner-wrap .banner-content-14 {
  position: absolute;
  left: 40px;
  bottom: 39%;
  z-index: 9;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .banner-wrap .banner-content-14 {
    left: 15px;
    bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-14 {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-14 {
    left: 25px;
  }
}
.banner-wrap .banner-content-14 h4 {
  font-size: 24px;
  color: #000000;
  line-height: 30px;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .banner-wrap .banner-content-14 h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-14 h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-wrap .banner-content-14 h4 {
    font-size: 20px;
  }
}
.banner-wrap .banner-content-14 h4 span {
  color: #960000;
}
.banner-wrap .banner-content-15 {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner-wrap .banner-content-15 h2 {
  font-size: 40px;
  color: #bd7a4c;
  line-height: 50px;
  font-weight: 300;
  margin: 0;
}
.banner-wrap .banner-content-16 {
  position: absolute;
  left: 50px;
  bottom: 35px;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-16 {
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-16 {
    left: 20px;
  }
}
.banner-wrap .banner-content-16 h3 {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  margin: 0 0 5px;
  line-height: 1;
}
.banner-wrap .banner-content-16 h3 a {
  color: #333333;
}
.banner-wrap .banner-content-16 h3 a:hover {
  color: #c9b194;
}
.banner-wrap .banner-content-16 span {
  color: #333333;
  font-size: 13px;
  display: block;
  line-height: 1;
}
.banner-wrap:hover a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-h5-wrap {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-h5-wrap {
    margin-top: 30px;
  }
}
.banner-slider-active {
  overflow: hidden;
}
.banner-slider-active .slick-list {
  margin: 0 -10px;
}
.banner-slider-active .slick-list .slick-slide {
  margin: 0 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .res-white-overly-xl {
    position: relative;
  }
  .res-white-overly-xl:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
    opacity: 0.5;
    z-index: 1;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .res-white-overly-lg {
    position: relative;
  }
  .res-white-overly-lg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
    opacity: 0.5;
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .res-white-overly-md {
    position: relative;
  }
  .res-white-overly-md:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
    opacity: 0.5;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .res-white-overly-xs {
    position: relative;
  }
  .res-white-overly-xs:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
    opacity: 0.5;
    z-index: 1;
  }
}
.banner-pattern-wrap {
  position: relative;
}
.banner-pattern-wrap .banner-pattern-1 {
  position: absolute;
  top: -36px;
  left: -36px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .banner-pattern-wrap .banner-pattern-1 {
    left: -10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-pattern-wrap .banner-pattern-1 {
    left: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-pattern-wrap .banner-pattern-1 {
    left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-pattern-wrap .banner-pattern-1 {
    left: 0px;
  }
}
.banner-pattern-wrap .banner-pattern-1 img {
  width: 99px;
}
.banner-pattern-wrap .banner-pattern-2 {
  position: absolute;
  bottom: -7px;
  right: -128px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .banner-pattern-wrap .banner-pattern-2 {
    right: -25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .banner-pattern-wrap .banner-pattern-2 {
    right: -10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-pattern-wrap .banner-pattern-2 {
    right: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-pattern-wrap .banner-pattern-2 {
    right: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-pattern-wrap .banner-pattern-2 {
    right: 0px;
    bottom: 14px;
  }
}
.banner-pattern-wrap .banner-pattern-2 img {
  width: 99px;
}

@media only screen and (max-width: 767px) {
  .banner-area.pb-75 {
    padding-bottom: 20px;
  }
  .banner-area.pt-50 {
    padding-top: 20px;
  }
  .banner-area.pb-40 {
    padding-bottom: 20px;
  }
}

/*-------- 5. Section title style ---------*/
.section-title h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 21px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .section-title h2 {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 26px;
  }
}
.section-title p {
  width: 82%;
  margin: 0 auto;
  line-height: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title p {
    width: 52%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title p {
    width: 69%;
  }
}
@media only screen and (max-width: 767px) {
  .section-title p {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title p {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .section-title.mb-40 {
    margin-bottom: 30px;
  }
}

.section-title-2 {
  margin-bottom: 33px;
}
@media only screen and (max-width: 767px) {
  .section-title-2 {
    margin-bottom: 25px;
  }
}
.section-title-2 h2 {
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 9px;
  line-height: 30px;
  color: #292323;
}
@media only screen and (max-width: 767px) {
  .section-title-2 h2 {
    margin-bottom: 14px;
    font-size: 28px;
    margin-bottom: 6px;
    line-height: 26px;
  }
}

.section-title-3 {
  margin-bottom: 47px;
}
@media only screen and (max-width: 767px) {
  .section-title-3 {
    margin-bottom: 25px;
  }
}
.section-title-3 h2 {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 22px;
  line-height: 30px;
  color: #292323;
}
@media only screen and (max-width: 767px) {
  .section-title-3 h2 {
    margin-bottom: 14px;
  }
}
.section-title-3 p {
  font-size: 18px;
  color: #666666;
  letter-spacing: 2px;
}
.section-title-3 p span {
  color: #c9b194;
}

.section-title-4 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .section-title-4 {
    margin-bottom: 25px;
  }
}
.section-title-4 h2 {
  font-size: 50px;
  font-weight: bold;
  margin: 0;
  line-height: 25px;
  color: #403325;
}
@media only screen and (max-width: 767px) {
  .section-title-4 h2 {
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 20px;
  }
}

.section-title-5 h2 {
  font-size: 26px;
  font-weight: bold;
  margin: 0;
  line-height: 21px;
  color: #333745;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-5 h2 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-5 h2 {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title-5 h2 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 1px;
  }
}

.section-title-6 h2, .section-title-7 h2 {
  font-size: 33px;
  font-weight: 500;
  margin: 0;
  line-height: 28px;
  color: #292323;
  letter-spacing: 0.25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-6 h2, .section-title-7 h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-6 h2, .section-title-7 h2 {
    margin-bottom: 14px;
    font-size: 25px;
    line-height: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title-6 h2, .section-title-7 h2 {
    font-size: 25px;
    line-height: 20px;
    margin-bottom: 1px;
    text-align: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-6.mb-50, .section-title-7.mb-50 {
    margin-bottom: 30px;
  }
}

/*-------- 6. Product style ---------*/
.product-wrap {
  position: relative;
}
.product-wrap .product-img {
  position: relative;
  overflow: hidden;
}
.product-wrap .product-img a img {
  width: 100%;
}
.product-wrap .product-img > span {
  position: absolute;
  width: 45px;
  height: 45px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  background-color: #c9b194;
  top: 10px;
}
.product-wrap .product-img > span.price-dec {
  line-height: 45px;
  right: 10px;
}
.product-wrap .product-img > span.font-dec {
  font-size: 12px;
  left: 10px;
}
.product-wrap .product-img > span.new-stock {
  font-size: 12px;
  line-height: 58px;
  right: 10px;
}
.product-wrap .product-img > span.new-stock > span {
  line-height: 1;
  display: inline-block;
}
.product-wrap .product-img .product-action {
  position: absolute;
  left: 20px;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-wrap .product-img .product-action a {
  font-size: 22px;
  color: #737373;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  margin: 5px 0 5px -20px;
  opacity: 0;
  visibility: hidden;
}
.product-wrap .product-img .product-action a:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.product-wrap .product-img .product-action a:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.product-wrap .product-img .product-action a:nth-child(3) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.product-wrap .product-img .product-action a:hover {
  border: 1px solid #c9b194;
  background-color: #c9b194;
  color: #ffffff;
}
.product-wrap .product-img .product-action-3 {
  position: absolute;
  right: 20px;
  top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-wrap .product-img .product-action-3 a {
  font-size: 22px;
  color: #373737;
  border: 1px solid #c9b194;
  background-color: #fff;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 100%;
  text-align: center;
  margin: -7px 0px -7px 0px;
  opacity: 0;
  visibility: hidden;
}
.product-wrap .product-img .product-action-3 a:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.product-wrap .product-img .product-action-3 a:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.product-wrap .product-img .product-action-3 a:nth-child(3) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.product-wrap .product-img .product-action-3 a:hover {
  border: 1px solid #c9b194;
  background-color: #c9b194;
  color: #ffffff;
}
.product-wrap .product-img .product-action-2 {
  position: absolute;
  left: 0px;
  bottom: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #f8e7e8;
  padding: 9px 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-wrap .product-img .product-action-2 a {
  font-size: 22px;
  color: #c9b194;
  margin: 0 20px;
}
.product-wrap .product-img .product-action-2 a:hover {
  color: #373737;
}
.product-wrap .product-img .product-action-4 {
  bottom: 0px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.product-wrap .product-img .product-action-4 .product-action-4-style {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 8px 17px 6px;
  border-radius: 50px;
}
.product-wrap .product-img .product-action-4 .product-action-4-style a {
  color: #333745;
  font-size: 20px;
  line-height: 1;
  padding: 0 15px;
  position: relative;
}
.product-wrap .product-img .product-action-4 .product-action-4-style a:hover {
  color: #c9b194;
}
.product-wrap .product-img .product-action-4 .product-action-4-style a::before {
  background: #eff0f1 none repeat scroll 0 0;
  content: "";
  height: 30px;
  position: absolute;
  right: 2px;
  top: -3px;
  width: 1px;
}
.product-wrap .product-img .product-action-4 .product-action-4-style a:last-child::before {
  display: none;
}
.product-wrap .product-img .product-action-4 .product-action-4-style a::after {
  content: attr(data-bs-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
  background-color: transparent;
  color: #333745;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  letter-spacing: 0.2px;
}
.product-wrap .product-img .product-action-4 .product-action-4-style a:hover::after {
  opacity: 1;
  visibility: visible;
}
.product-wrap .product-img .product-badge {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  font-size: 12px;
  letter-spacing: 0.2px;
  color: #ffffff;
  background-color: #d6d6d6;
  font-weight: 900;
  position: absolute;
  top: 10px;
}
.product-wrap .product-img .product-badge.badge-right {
  right: 10px;
}
.product-wrap .product-img .product-badge.badge-left {
  left: 10px;
}
.product-wrap .product-content > span {
  color: #737373;
  font-size: 14px;
}
.product-wrap .product-content h4 {
  font-size: 16px;
  margin: 0px 0 5px;
}
.product-wrap .product-content .price-addtocart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-wrap .product-content .price-addtocart .product-price span {
  color: #373737;
  font-size: 16px;
  font-weight: 500;
}
.product-wrap .product-content .price-addtocart .product-price span.old {
  font-weight: 300;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 9px;
}
.product-wrap .product-content .price-addtocart .product-price span.old2 {
  font-weight: 500;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 9px;
}
.product-wrap .product-content .price-addtocart .product-addtocart a {
  color: #c9b194;
  opacity: 0;
  visibility: hidden;
  margin-right: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product-wrap .product-content .price-addtocart .product-addtocart a:hover {
  color: #212529;
}
.product-wrap .product-content.product-content-padding {
  padding: 21px 20px;
}
.product-wrap .product-content .timer-style-2 {
  border-top: 1px solid #f1f1f1;
  margin-top: 14px;
  padding-top: 16px;
}
.product-wrap .product-content .timer-style-2 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-wrap .product-content .timer-style-2 div > span {
  text-align: center;
  font-size: 16px;
  color: #000000;
  position: relative;
  margin-right: 26px;
}
.product-wrap .product-content .timer-style-2 div > span:last-child {
  margin-right: 0px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-wrap .product-content .timer-style-2 div > span {
    margin-right: 15px;
  }
}
.product-wrap .product-content .timer-style-2 div > span::before {
  background: #ffeded none repeat scroll 0 0;
  content: "";
  height: 32px;
  position: absolute;
  right: -14px;
  top: 5px;
  width: 1px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-wrap .product-content .timer-style-2 div > span::before {
    right: -8px;
  }
}
.product-wrap .product-content .timer-style-2 div > span:last-child::before {
  display: none;
}
.product-wrap .product-content .timer-style-2 div > span p {
  margin: 10px 0 0;
  font-size: 16px;
  color: #000000;
  margin: 2px 0 0;
  line-height: 1;
}
.product-wrap .product-content-2 {
  padding: 0 40px 30px 40px;
}
.product-wrap .product-content-2 h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  font-family: "Roboto Slab", serif;
}
.product-wrap .product-content-2 > span {
  font-weight: 300;
  color: #9c9b9b;
  display: block;
  line-height: 1;
  margin: 6px 0 5px;
}
.product-wrap .product-content-2 .pro-price-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-wrap .product-content-2 .pro-price-2 span {
  color: #373737;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  font-size: 22px;
  line-height: 1;
}
.product-wrap .product-content-2 .pro-price-2 span.old-price {
  font-weight: 400;
  text-decoration: line-through;
  font-size: 16px;
  margin: 0 0 0 10px;
}
.product-wrap:hover .product-content .product-addtocart a {
  opacity: 1;
  visibility: visible;
  margin-right: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-wrap:hover .product-content .product-addtocart a {
    margin-right: 15px;
  }
}
.product-wrap:hover .product-action a {
  opacity: 1;
  visibility: visible;
  margin: 5px 0 5px 0px;
}
.product-wrap:hover .product-action-3 a {
  opacity: 1;
  visibility: visible;
  margin: 7px 0 7px 0px;
}
.product-wrap:hover .product-action a:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.product-wrap:hover .product-action a:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.product-wrap:hover .product-action a:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.product-wrap:hover .product-action-3 a:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.product-wrap:hover .product-action-3 a:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.product-wrap:hover .product-action-3 a:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.product-wrap:hover .product-action-2 {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
}
.product-wrap:hover .product-action-4 {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.product-wrap.product-border-1 {
  border: 1px solid #f7f8f9;
}
.product-wrap.product-border-2 {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.product-wrap.product-border-2:hover {
  border-bottom: 0px solid #f1f1f1;
}
.product-wrap.product-border-3 {
  border: 1px solid #f2f2f2;
}
.product-wrap.pro-hover-shadow {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-wrap.pro-hover-shadow:hover {
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
}
.product-wrap.product-img-zoom .product-img a img {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.product-wrap.product-img-zoom:hover .product-img a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .product-wrap.mb-40 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .product-area.pb-60 {
    padding-bottom: 10px;
  }
  .product-area.pt-60 {
    padding-top: 20px;
  }
  .product-area.pb-85 {
    padding-bottom: 45px;
  }
  .product-area.pb-40 {
    padding-bottom: 20px;
  }
  .product-area.pb-95 {
    padding-bottom: 45px;
  }
}

.modal-dialog {
  margin: 2% auto 8%;
  max-width: 960px;
  width: 960px;
  padding: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-dialog {
    width: 720px;
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-dialog {
    width: 100%;
    max-width: 100%;
    padding: 35px 0;
  }
}
.modal-dialog .modal-header .close {
  color: #333;
  cursor: pointer;
  opacity: 1;
}
.modal-dialog .modal-header .close:hover {
  color: #c9b194;
}
.modal-dialog .modal-body {
  padding: 35px 15px;
}
.modal-dialog .quickview-big-img img {
  width: 100%;
}

.product-details-content > span {
  font-size: 18px;
  color: #333333;
  margin: 0 0 10px;
}
.product-details-content h2 {
  font-weight: bold;
  color: #333333;
  font-size: 28px;
  margin: 13px 0 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content h2 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-content h2 {
    font-size: 20px;
    margin: 7px 0 10px;
  }
}
.product-details-content .product-ratting-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 38px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content .product-ratting-review {
    margin: 0 0 18px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-content .product-ratting-review {
    margin: 0 0 15px;
  }
}
.product-details-content .product-ratting-review .product-ratting {
  margin-right: 20px;
}
.product-details-content .product-ratting-review .product-ratting i {
  font-size: 18px;
  color: #c9b194;
  opacity: 0.4;
}
.product-details-content .product-ratting-review .product-review span {
  font-size: 14px;
  color: #959595;
  letter-spacing: 0.2px;
}
.product-details-content .pro-details-color-wrap {
  margin: 0 0 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content .pro-details-color-wrap {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-color-wrap {
    margin: 0 0 15px;
  }
}
.product-details-content .pro-details-color-wrap span {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin: 0 0 14px;
  display: block;
}
.product-details-content .pro-details-color-wrap .pro-details-color-content {
  display: block;
  overflow: hidden;
}
.product-details-content .pro-details-color-wrap .pro-details-color-content ul li {
  border-radius: 100%;
  cursor: pointer;
  display: block;
  float: left;
  height: 28px;
  margin-right: 15px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 28px;
}
.product-details-content .pro-details-color-wrap .pro-details-color-content ul li.green {
  background-color: #75ffba;
}
.product-details-content .pro-details-color-wrap .pro-details-color-content ul li.yellow {
  background-color: #ffcd75;
}
.product-details-content .pro-details-color-wrap .pro-details-color-content ul li.red {
  background-color: #ff4f4f;
}
.product-details-content .pro-details-color-wrap .pro-details-color-content ul li.blue {
  background-color: #5666ff;
}
.product-details-content .pro-details-size {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content .pro-details-size {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-size {
    margin: 0 0 15px;
  }
}
.product-details-content .pro-details-size span {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin: 0 0 8px;
  display: block;
}
.product-details-content .pro-details-size .pro-details-size-content ul li {
  display: inline-block;
  margin-right: 38px;
}
.product-details-content .pro-details-size .pro-details-size-content ul li:last-child {
  margin-right: 0px;
}
.product-details-content .pro-details-size .pro-details-size-content ul li a {
  font-size: 16px;
  color: #333333;
  text-transform: uppercase;
}
.product-details-content .pro-details-size .pro-details-size-content ul li a:hover {
  color: #c9b194;
}
.product-details-content .pro-details-price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content .pro-details-price-wrap {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-price-wrap {
    margin: 0 0 15px;
  }
}
.product-details-content .pro-details-price-wrap .product-price span {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content .pro-details-price-wrap .product-price span {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-price-wrap .product-price span {
    font-size: 20px;
  }
}
.product-details-content .pro-details-price-wrap .product-price span.old {
  font-size: 16px;
  text-decoration: line-through;
  font-weight: 400;
  margin-left: 10px;
}
.product-details-content .pro-details-price-wrap .dec-rang span {
  color: #fff;
  display: inline-block;
  background-color: #333333;
  padding: 3px 6px;
  line-height: 1;
  margin-left: 20px;
}
.product-details-content .pro-details-quality .cart-plus-minus {
  border: 1px solid #ffb9b9;
  display: inline-block;
  height: 41px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 120px;
  border-radius: 100px;
}
.product-details-content .pro-details-quality .cart-plus-minus .qtybutton {
  color: #333;
  cursor: pointer;
  float: inherit;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 24px;
}
.product-details-content .pro-details-quality .cart-plus-minus .qtybutton.dec {
  height: 60px;
  left: 21px;
  padding-top: 9px;
  top: 0;
}
.product-details-content .pro-details-quality .cart-plus-minus .qtybutton.inc {
  height: 60px;
  padding-top: 9px;
  right: 18px;
  top: 0;
}
.product-details-content .pro-details-quality .cart-plus-minus input.cart-plus-minus-box {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #333333;
  float: left;
  font-size: 18px;
  height: 39px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 120px;
}
.product-details-content .pro-details-compare-wishlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f1f1f1;
  margin: 37px 0 30px;
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content .pro-details-compare-wishlist {
    margin: 20px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-compare-wishlist {
    margin: 15px 0 15px;
  }
}
.product-details-content .pro-details-compare-wishlist .pro-details-compare {
  margin-right: 11px;
}
.product-details-content .pro-details-compare-wishlist .pro-details-compare a {
  font-size: 14px;
  color: #333333;
}
.product-details-content .pro-details-compare-wishlist .pro-details-compare a:hover {
  color: #c9b194;
}
.product-details-content .pro-details-compare-wishlist .pro-details-compare a i {
  font-size: 16px;
  color: #333333;
  margin-left: 5px;
}
.product-details-content .pro-details-compare-wishlist .pro-details-wishlist a {
  font-size: 14px;
  color: #333333;
}
.product-details-content .pro-details-compare-wishlist .pro-details-wishlist a:hover {
  color: #c9b194;
}
.product-details-content .pro-details-compare-wishlist .pro-details-wishlist a i {
  font-size: 16px;
  color: #333333;
  margin-left: 5px;
}
.product-details-content .pro-details-buy-now a {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #333;
  border: 1px solid #ffb9b9;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  padding: 12px 30px 12px;
  border-radius: 50px;
  z-index: 1;
}
.product-details-content .pro-details-buy-now a:hover {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .product-details-content.quickview-content {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-content.quickview-content {
    margin-top: 0px;
  }
}
.product-details-content.pro-details-center {
  margin-top: 30px;
}
.product-details-content.pro-details-center .product-ratting-review {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-details-content.pro-details-center .pro-details-color-wrap .pro-details-color-content ul {
  display: inline-block;
}
.product-details-content.pro-details-center .pro-details-price-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-details-content.pro-details-center .pro-details-compare-wishlist {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-style-2.owl-carousel > .owl-nav button {
  color: #1f2226;
  display: inline-block;
  font-size: 13px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #e1e2e2;
  background-color: #ffffff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
}
.nav-style-2.owl-carousel > .owl-nav button:hover {
  color: #ffffff;
  background-color: #c9b194;
  border: 1px solid #c9b194;
}
.nav-style-2.owl-carousel > .owl-nav button.owl-next {
  right: 0px;
  left: auto;
}
.nav-style-2.owl-carousel:hover > .owl-nav button {
  opacity: 1;
  visibility: visible;
}

.product-tab-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-tab-list a {
  position: relative;
  border: 1px solid #f5f5f5;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  padding: 40px 30px 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-tab-list a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    padding: 40px 15px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .product-tab-list a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 40px 15px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-tab-list a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    padding: 40px 15px 35px;
  }
}
.product-tab-list a span {
  position: relative;
  display: block;
}
.product-tab-list a span img.fixed-img {
  opacity: 1;
  visibility: visible;
}
.product-tab-list a span img.hover-img {
  position: absolute;
  top: 20px;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.product-tab-list a h5 {
  font-size: 18px;
  color: #373737;
  line-height: 25px;
  font-family: "Roboto Slab", serif;
  margin: 24px 0 0;
}
@media only screen and (max-width: 767px) {
  .product-tab-list a h5 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-tab-list a h5 {
    font-size: 15px;
  }
}
.product-tab-list a.active {
  background-color: #c9b194;
}
.product-tab-list a.active h5 {
  color: #fff;
}
.product-tab-list a.active span img.fixed-img {
  opacity: 0;
  visibility: hidden;
}
.product-tab-list a.active span img.hover-img {
  opacity: 1;
  visibility: visible;
  top: 0px;
}
@media only screen and (max-width: 767px) {
  .product-tab-list.pb-60 {
    padding-bottom: 30px;
  }
}

.tab-content.jump .tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.tab-content.jump .tab-pane.active {
  display: block;
  height: auto;
  opacity: 1;
  overflow: visible;
}

.product-tab-list-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #ffb9b9;
  padding-bottom: 7px;
}
.product-tab-list-2 a {
  margin: 0 34px;
}
@media only screen and (max-width: 767px) {
  .product-tab-list-2 a {
    margin: 0 6px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-tab-list-2 a {
    margin: 0 15px;
  }
}
.product-tab-list-2 a h5 {
  font-size: 24px;
  font-weight: 500;
  color: #c4c4c4;
  letter-spacing: 0.25px;
  line-height: 24px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .product-tab-list-2 a h5 {
    font-size: 18px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-tab-list-2 a h5 {
    font-size: 22px;
  }
}
.product-tab-list-2 a.active {
  position: relative;
}
.product-tab-list-2 a.active::before {
  border-bottom: 6px solid #ff9797;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: -7px;
  width: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 99;
}
.product-tab-list-2 a.active h5 {
  color: #373737;
}

.product-tab-list-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .product-tab-list-3 {
    padding-bottom: 20px;
  }
}
.product-tab-list-3 a {
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .product-tab-list-3 a {
    margin: 0 7px 15px;
  }
}
.product-tab-list-3 a h5 {
  font-size: 16px;
  font-weight: 300;
  color: #17062a;
  text-transform: uppercase;
  border: 1px solid #17062a;
  display: inline-block;
  padding: 11px 40px 10px;
  margin: 0;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .product-tab-list-3 a h5 {
    padding: 9px 20px 8px;
  }
}
.product-tab-list-3 a.active h5 {
  background-color: #17062a;
  color: #ffffff;
}

.product-tab-list-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .product-tab-list-4 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-tab-list-4 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.product-tab-list-4 a {
  margin: 0 0px 0 45px;
}
.product-tab-list-4 a:first-child {
  margin: 0 0px 0 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-tab-list-4 a {
    margin: 0 0px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product-tab-list-4 a {
    margin: 0 0px 0 9px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-tab-list-4 a {
    margin: 0 0px 0 12px;
  }
}
.product-tab-list-4 a h5 {
  font-size: 16px;
  color: #333745;
  letter-spacing: 0.25px;
  line-height: 21px;
  margin: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 767px) {
  .product-tab-list-4 a h5 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-tab-list-4 a h5 {
    font-size: 15px;
  }
}
.product-tab-list-4 a.active, .product-tab-list-4 a:hover {
  position: relative;
}
.product-tab-list-4 a.active::before, .product-tab-list-4 a:hover::before {
  border-bottom: 6px solid #ff9797;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: -10px;
  width: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 9999;
}
.product-tab-list-4 a.active h5, .product-tab-list-4 a:hover h5 {
  color: #ea2e49;
}

.section-title-tab-wrap {
  border-bottom: 1px solid #ffb9b9;
  padding-bottom: 10px;
  margin-bottom: 33px;
}

.single-recent-selling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #f1f1f1;
}
.single-recent-selling .recent-selling-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
}
.single-recent-selling .recent-selling-img a img {
  width: 100%;
}
.single-recent-selling .recent-selling-content {
  padding: 0 10px 0 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-recent-selling .recent-selling-content {
    padding: 0 10px 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .single-recent-selling .recent-selling-content {
    padding: 0 10px 0 16px;
  }
}
.single-recent-selling .recent-selling-content h4 {
  font-size: 18px;
  color: #434343;
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 16px;
  letter-spacing: 0.2px;
}
.single-recent-selling .recent-selling-content .price span {
  color: #c9b194;
  font-size: 18px;
  letter-spacing: 0.2px;
}
.single-recent-selling .recent-selling-content .price span.old {
  font-size: 14px;
  color: #9e9e9e;
  text-decoration: line-through;
  margin-left: 3px;
}

@media only screen and (max-width: 767px) {
  .recent-selling-area.pb-60 {
    padding-bottom: 20px;
  }
}
.product-tab-list-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 13px 0 0;
}
@media only screen and (max-width: 767px) {
  .product-tab-list-5 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px 0 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-tab-list-5 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.product-tab-list-5 a {
  margin: 0 0px 0 60px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product-tab-list-5 a:first-child {
  margin: 0 0px 0 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-tab-list-5 a {
    margin: 0 0px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product-tab-list-5 a {
    margin: 0 0px 0 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-tab-list-5 a {
    margin: 0 0px 0 28px;
  }
}
.product-tab-list-5 a h5 {
  font-size: 16px;
  color: #373737;
  line-height: 15px;
  margin: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 767px) {
  .product-tab-list-5 a h5 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-tab-list-5 a h5 {
    font-size: 15px;
  }
}
.product-tab-list-5 a.active, .product-tab-list-5 a:hover {
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product-tab-list-5 a.active::before, .product-tab-list-5 a:hover::before {
  position: absolute;
  left: -10px;
  bottom: 2px;
  background-color: #ffb9b9;
  width: 37px;
  height: 8px;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.section-title-tab-wrap2 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .section-title-tab-wrap2 {
    margin-bottom: 30px;
  }
}

.shop-topbar-wrapper {
  border: 1px solid #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  padding: 15px 24px;
}
@media only screen and (max-width: 767px) {
  .shop-topbar-wrapper {
    display: block;
    padding: 15px 15px;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
}
.shop-topbar-wrapper .shop-topbar-left .view-mode {
  display: inline-block;
  float: left;
  margin-right: 33px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-topbar-wrapper .shop-topbar-left .view-mode {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-topbar-wrapper .shop-topbar-left .view-mode {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-topbar-wrapper .shop-topbar-left .view-mode {
    margin-right: 7px;
  }
}
.shop-topbar-wrapper .shop-topbar-left .view-mode a {
  color: #333;
  font-size: 25px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.shop-topbar-wrapper .shop-topbar-left .view-mode a.active {
  color: #c9b194;
}
.shop-topbar-wrapper .shop-topbar-left p {
  display: inline-block;
  margin: 0px 0 0;
  color: #333;
}
.shop-topbar-wrapper .product-sorting-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .shop-topbar-wrapper .product-sorting-wrapper {
    display: block;
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    overflow: hidden;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-topbar-wrapper .product-sorting-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.shop-topbar-wrapper .product-sorting-wrapper .shorting-style {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .shop-topbar-wrapper .product-sorting-wrapper .shorting-style {
    margin-left: 0px;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-topbar-wrapper .product-sorting-wrapper .shorting-style {
    margin-left: 15px;
    margin-bottom: 0px;
  }
}
.shop-topbar-wrapper .product-sorting-wrapper .shorting-style label {
  color: #242424;
  cursor: pointer;
  margin: 3px 11px 0 0;
  font-size: 14px;
}
.shop-topbar-wrapper .product-sorting-wrapper .shorting-style select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("../../assets/images/icon-img/shop.png") no-repeat scroll right 10px center;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #242424;
  cursor: pointer;
  font-size: 14px;
  height: 30px;
  padding-left: 10px;
  width: 210px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-topbar-wrapper .product-sorting-wrapper .shorting-style select {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-topbar-wrapper .product-sorting-wrapper .shorting-style select {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-topbar-wrapper .product-sorting-wrapper .shorting-style select {
    width: 150px;
  }
}
.shop-topbar-wrapper .product-sorting-wrapper .shorting-style select option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  font-size: 14px;
}
.shop-topbar-wrapper .product-sorting-wrapper .shorting-style.product-shorting {
  margin-left: 0;
}
.shop-topbar-wrapper .product-sorting-wrapper .shorting-style.product-shorting select {
  width: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-topbar-wrapper .product-sorting-wrapper .shorting-style.product-shorting select {
    width: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-topbar-wrapper .product-sorting-wrapper .shorting-style.product-shorting select {
    width: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-topbar-wrapper .product-sorting-wrapper .shorting-style.product-shorting select {
    width: 163px;
  }
}

.shop-list-wrap .product-list-img {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.shop-list-wrap .product-list-img a img {
  width: 100%;
}
.shop-list-wrap .product-list-img .product-list-quickview {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 20px;
}
.shop-list-wrap .product-list-img .product-list-quickview a {
  font-size: 22px;
  color: #737373;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
}
.shop-list-wrap .product-list-img .product-list-quickview a:hover {
  color: #fff;
  border: 1px solid #c9b194;
  background-color: #c9b194;
}
.shop-list-wrap .product-list-img.product-border-2 {
  border: 1px solid #f1f1f1;
}
.shop-list-wrap .shop-list-content span {
  color: #737373;
  font-size: 15px;
}
.shop-list-wrap .shop-list-content h4 {
  font-size: 20px;
  margin: 5px 0 17px;
  font-weight: 500;
}
.shop-list-wrap .shop-list-content .pro-list-price span {
  color: #373737;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
}
.shop-list-wrap .shop-list-content .pro-list-price span.old-price {
  font-weight: 400;
  text-decoration: line-through;
  font-size: 16px;
  margin: 0 0 0 10px;
}
.shop-list-wrap .shop-list-content p {
  font-size: 15px;
  color: #333333;
  line-height: 25px;
  margin: 10px 0 20px;
}
.shop-list-wrap .shop-list-content .product-list-action a {
  font-size: 22px;
  color: #222;
  border: 1px solid #e6e6e6;
  background-color: #F7F8FA;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  margin-right: 10px;
}
.shop-list-wrap .shop-list-content .product-list-action a:last-child {
  margin-right: 0;
}
.shop-list-wrap .shop-list-content .product-list-action a:hover {
  color: #fff;
  border: 1px solid #c9b194;
  background-color: #c9b194;
}
@media only screen and (max-width: 767px) {
  .shop-list-wrap .shop-list-content {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-list-wrap .shop-list-content {
    margin-top: 0px;
  }
}
.shop-list-wrap:hover .product-list-img .product-list-quickview {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
.shop-list-wrap:hover .product-list-img.pro-hover-shadow {
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
}

/*-------- 7. Discount style ---------*/
.discount-img {
  margin: 0px 0 0 70px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .discount-img {
    margin: 0px 0 0 30px;
  }
}
.discount-img:before {
  background-color: #fff6f6;
  content: "";
  height: calc(100% - 30px);
  left: -70px;
  position: absolute;
  top: -40px;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .discount-img:before {
    top: -30px;
    left: -30px;
  }
}
.discount-img a img {
  width: 100%;
}

.discount-content {
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .discount-content {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .discount-content {
    margin-left: 0px;
    margin-top: 30px;
  }
}
.discount-content p.bright-color {
  color: #373737;
  width: 83%;
  margin: 0 0 8px;
}
@media only screen and (max-width: 767px) {
  .discount-content p.bright-color {
    width: 100%;
  }
}
.discount-content h2 {
  font-size: 36px;
  color: #383838;
  font-weight: bold;
  margin: 21px 0 34px;
  line-height: 46px;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .discount-content h2 {
    margin: 15px 0 20px;
    line-height: 40px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .discount-content h2 {
    margin: 15px 0 20px;
    line-height: 40px;
    font-size: 26px;
  }
}

/*-------- 8. Footer style ---------*/
.footer-widget {
  position: relative;
  z-index: 1;
}
.footer-widget .footer-social {
  margin-top: 21px;
}
.footer-widget .footer-social span {
  font-size: 16px;
  color: #737373;
}
.footer-widget .footer-social ul {
  margin-top: 23px;
}
.footer-widget .footer-social ul li {
  display: inline-block;
  margin-right: 23px;
}
.footer-widget .footer-social ul li:last-child {
  margin-right: 0;
}
.footer-widget .footer-social ul li a {
  font-size: 16px;
  color: #9d9d9d;
}
.footer-widget .footer-social ul li a:hover {
  color: #c9b194;
}
.footer-widget .footer-title {
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .footer-widget .footer-title {
    margin: 0 0 18px;
  }
}
.footer-widget .footer-title h3 {
  font-size: 16px;
  color: #373737;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.footer-widget .footer-title-2 {
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .footer-widget .footer-title-2 {
    margin: 0 0 20px;
  }
}
.footer-widget .footer-title-2 h3 {
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .footer-title-2 h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget .footer-title-2 h3 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-widget .footer-title-2 h3 {
    font-size: 16px;
  }
}
.footer-widget .footer-title-3 {
  margin: 0 0 35px;
}
.footer-widget .footer-title-3 h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 0px;
}
.footer-widget .footer-title-4 {
  margin: 0 0 35px;
}
.footer-widget .footer-title-4 h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 0px;
  color: #ababab;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 10px;
}
.footer-widget .footer-title-4 h3:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #c9b194;
}
.footer-widget .footer-list ul li {
  margin: 0 0 10px;
}
.footer-widget .footer-list ul li:last-child {
  margin-right: 0;
}
.footer-widget .footer-list ul li a {
  color: #737373;
  font-size: 16px;
}
.footer-widget .footer-list ul li a:hover {
  color: #c9b194;
}
.footer-widget .footer-list-2 ul li {
  margin: 0px 0 16px;
}
.footer-widget .footer-list-2 ul li:last-child {
  margin-right: 0;
}
.footer-widget .footer-list-2 ul li a {
  color: #999999;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.footer-widget .footer-list-2 ul li a:hover {
  color: #c9b194;
}
.footer-widget .footer-list-3 ul li {
  margin: 0px 0 18px;
}
.footer-widget .footer-list-3 ul li:last-child {
  margin-right: 0;
}
.footer-widget .footer-list-4 ul li {
  margin: 0px 0 16px;
}
.footer-widget .footer-list-4 ul li:last-child {
  margin: 0px 0 0px;
}
.footer-widget .footer-list-4 ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #ababab;
}
.footer-widget .footer-list-4 ul li a:hover {
  color: #c9b194;
}
.footer-widget .footer-contact-wrap p {
  font-family: "Poppins", sans-serif;
  color: #999999;
  margin: 0;
}
.footer-widget .footer-contact-wrap .subscribe-form-2 {
  margin: 27px 0 37px;
}
.footer-widget .footer-contact-wrap .subscribe-form-2 .mc-form {
  position: relative;
}
.footer-widget .footer-contact-wrap .subscribe-form-2 .mc-form > input {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  height: 45px;
  padding: 2px 60px 2px 30px;
  color: #999999;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}
.footer-widget .footer-contact-wrap .subscribe-form-2 .mc-form .mc-news {
  display: none;
}
.footer-widget .footer-contact-wrap .subscribe-form-2 .mc-form .clear {
  display: inline-block;
  position: absolute;
  right: 2px;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
  border: none;
  padding: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0) url("../../assets/images/icon-img/footer-mail.png") no-repeat scroll right 22px center;
}
.footer-widget .footer-contact-wrap .subscribe-form-2 .mc-form .clear input {
  background-color: transparent;
  border: none;
}
.footer-widget .footer-contact-wrap .subscribe-form-2 .mc-form .clear:hover {
  background: rgba(0, 0, 0, 0) url("../../assets/images/icon-img/footer-mail-hover.png") no-repeat scroll right 22px center;
}
.footer-widget .footer-contact-wrap .footer-contact-content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins", sans-serif;
  color: #999999;
  margin: 0 0 16px;
}
.footer-widget .footer-contact-wrap .footer-contact-content p:last-child {
  margin: 0;
}
.footer-widget .footer-contact-wrap .footer-contact-content p i {
  color: #999999;
  font-size: 20px;
  margin-right: 12px;
}
.footer-widget .subscribe-style > p {
  color: #373737;
  font-size: 16px;
  margin: 0;
}
.footer-widget .subscribe-style .subscribe-form .mc-form {
  position: relative;
}
.footer-widget .subscribe-style .subscribe-form .mc-form input {
  font-size: 14px;
  color: #737373;
  letter-spacing: 0.02px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  padding: 2px 60px 2px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .subscribe-style .subscribe-form .mc-form input {
    padding: 2px 40px 2px 0;
  }
}
.footer-widget .subscribe-style .subscribe-form .mc-form input::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.footer-widget .subscribe-style .subscribe-form .mc-form .mc-news {
  display: none;
}
.footer-widget .subscribe-style .subscribe-form .mc-form .clear {
  display: inline-block;
  position: absolute;
  right: 2px;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
  border: none;
  padding: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0) url("../../assets/images/icon-img/footer-search.png") no-repeat scroll right 18px center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .subscribe-style .subscribe-form .mc-form .clear {
    background: rgba(0, 0, 0, 0) url("../../assets/images/icon-img/footer-search.png") no-repeat scroll right 0px center;
  }
}
.footer-widget .subscribe-style .subscribe-form .mc-form .clear input {
  width: 50px;
  cursor: pointer;
  z-index: -1;
}
.footer-widget .subscribe-style .subscribe-form .mc-form .clear:hover {
  background: rgba(0, 0, 0, 0) url("../../assets/images/icon-img/footer-search-hover.png") no-repeat scroll right 18px center;
}
@media only screen and (max-width: 767px) {
  .footer-widget .subscribe-style.mt-45 {
    margin-top: 18px;
  }
}
.footer-widget .footer-about p {
  color: #373737;
  font-family: "Roboto", sans-serif;
  margin: 0;
  line-height: 25px;
  margin: 42px 0 0;
  width: 76%;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .footer-widget .footer-about p {
    width: 90%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget .footer-about p {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .footer-about p {
    width: 90%;
    margin: 25px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget .footer-about p {
    width: 100%;
    margin: 20px 0 0;
  }
}
.footer-widget.footer-ngtv-mrg1 {
  margin-left: -12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget.footer-ngtv-mrg1 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget.footer-ngtv-mrg1 {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget.footer-ngtv-mrg1 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .footer-widget.ml-135 {
    margin-left: 55px;
  }
  .footer-widget.ml-200 {
    margin-left: 145px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .footer-widget.ml-135 {
    margin-left: 40px;
  }
  .footer-widget.ml-35 {
    margin-left: 0px;
  }
  .footer-widget.ml-200 {
    margin-left: 120px;
  }
  .footer-widget.ml-55 {
    margin-left: 60px;
  }
  .footer-widget.ml-55.mrg-md-footer {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget.ml-135 {
    margin-left: 0px;
  }
  .footer-widget.ml-35 {
    margin-left: 0px;
  }
  .footer-widget.ml-200 {
    margin-left: 70px;
  }
  .footer-widget.ml-55 {
    margin-left: 50px;
  }
  .footer-widget.ml-55.mrg-md-footer {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget.ml-135 {
    margin-left: 0px;
  }
  .footer-widget.ml-35 {
    margin-left: 0px;
  }
  .footer-widget.ml-55 {
    margin-left: 0px;
  }
  .footer-widget.ml-55.mrg-md-footer {
    margin-left: 30px;
  }
  .footer-widget.ml-200 {
    margin-left: 0px;
  }
  .footer-widget.f-right {
    float: left;
    margin-left: 30px;
  }
  .footer-widget.footer-mrg-hm1 {
    margin-left: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget.ml-135 {
    margin-left: 0px;
  }
  .footer-widget.ml-35 {
    margin-left: 0px;
  }
  .footer-widget.ml-55 {
    margin-left: 0px;
  }
  .footer-widget.ml-200 {
    margin-left: 0px;
  }
  .footer-widget.f-right {
    float: left;
  }
}

.copyright p {
  letter-spacing: 13px;
  letter-spacing: 1px;
}
.copyright p a {
  color: #737373;
}
.copyright p a:hover {
  color: #c9b194;
}

.copyright-2 p {
  letter-spacing: 1px;
  color: #999999;
}
.copyright-2 p a {
  color: #999999;
}
.copyright-2 p a:hover {
  color: #c9b194;
}

.copyright-3 p {
  color: #6d6d6d;
}
.copyright-3 p a {
  color: #6d6d6d;
}
.copyright-3 p a:hover {
  color: #c9b194;
}

.copyright-5 p {
  color: #919191;
  line-height: 1;
}
.copyright-5 p a {
  color: #919191;
}
.copyright-5 p a:hover {
  color: #c9b194;
}
@media only screen and (max-width: 767px) {
  .copyright-5 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .copyright-5 {
    margin-bottom: 0px;
  }
}

.copyright-4 {
  margin-top: 33px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copyright-4 {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .copyright-4 {
    margin-top: 0px;
  }
}
.copyright-4 p {
  color: #919191;
  line-height: 1;
}
.copyright-4 p a {
  color: #919191;
}
.copyright-4 p a:hover {
  color: #c9b194;
}

@media only screen and (max-width: 767px) {
  .footer-top.pb-75 {
    padding-bottom: 20px;
  }
  .footer-top.pb-85 {
    padding-bottom: 20px;
  }
  .footer-top.pb-40 {
    padding-bottom: 15px;
  }
  .footer-top.pb-60 {
    padding-bottom: 10px;
  }
}

.footer-overlay::before {
  opacity: 0.9;
  background-color: #000;
}

.footer-tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px 35px;
}
.footer-tag-wrap .footer-tag-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57px;
          flex: 0 0 57px;
}
.footer-tag-wrap .footer-tag-title span {
  color: #373737;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.footer-tag-wrap .footer-tag-list ul li {
  display: inline-block;
  margin: 0 12px 5px 0;
  position: relative;
}
.footer-tag-wrap .footer-tag-list ul li:before {
  background-color: #6c6d6e;
  position: absolute;
  height: 12px;
  width: 1px;
  content: "";
  right: -9px;
  top: 5px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.footer-tag-wrap .footer-tag-list ul li:last-child:before {
  display: none;
}
.footer-tag-wrap .footer-tag-list ul li a {
  color: #373737;
  font-weight: 300;
  font-style: italic;
}
.footer-tag-wrap .footer-tag-list ul li a:hover {
  color: #c9b194;
}

.footer-menu {
  margin-left: 77px;
}
@media only screen and (max-width: 767px) {
  .footer-menu {
    margin-left: 0px;
    text-align: center;
  }
}
.footer-menu nav ul li {
  display: inline-block;
  margin-right: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-menu nav ul li {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-menu nav ul li {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-menu nav ul li {
    margin-right: 18px;
  }
}
.footer-menu nav ul li:last-child {
  margin-right: 0;
}
.footer-menu nav ul li a {
  color: #010211;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.footer-menu nav ul li a:hover {
  color: #c9b194;
}

.footer-social-2 {
  margin-top: 29px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-social-2 {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-social-2 {
    margin-top: 0px;
    text-align: center;
  }
}
.footer-social-2 ul {
  margin: 5px 0 0;
}
.footer-social-2 ul li {
  display: inline-block;
  margin-right: 27px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-social-2 ul li {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-social-2 ul li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-social-2 ul li {
    margin-right: 15px;
  }
}
.footer-social-2 ul li:last-child {
  margin-right: 0px;
}
.footer-social-2 ul li a {
  font-size: 14px;
  color: #ababab;
}
.footer-social-2 ul li a:hover {
  color: #c9b194;
}

.footer-payment {
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-payment a img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-payment {
    text-align: center;
  }
  .footer-payment a img {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-payment a img {
    width: auto;
  }
  .footer-payment.footer-payment2 a img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-logo-4 {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-bg.pb-50 {
    padding-bottom: 50px;
  }
}
.subscribe-content-3 h2 {
  font-size: 26px;
  font-weight: bold;
  color: #393939;
  margin: 0 0 28px;
}
@media only screen and (max-width: 767px) {
  .subscribe-content-3 h2 {
    font-size: 20px;
  }
}
.subscribe-content-3 .subscribe-form-3 {
  position: relative;
}
.subscribe-content-3 .subscribe-form-3 .mc-form {
  position: relative;
}
.subscribe-content-3 .subscribe-form-3 .mc-form input {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #eeeff3;
  font-size: 14px;
  color: #393939;
  font-weight: 300;
  letter-spacing: 1px;
  background-color: transparent;
  padding: 0 70px 0 30px;
}
.subscribe-content-3 .subscribe-form-3 .mc-form input::-moz-placeholder {
  color: #393939;
  opacity: 1 !important;
}
.subscribe-content-3 .subscribe-form-3 .mc-form input::-webkit-input-placeholder {
  color: #393939;
  opacity: 1 !important;
}
.subscribe-content-3 .subscribe-form-3 .mc-form .mc-news {
  display: none;
}
.subscribe-content-3 .subscribe-form-3 .mc-form .clear {
  display: inline-block;
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
  border: none;
  padding: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0) url("../../assets/images/icon-img/send-hm5.png") no-repeat scroll right 33px center;
}
.subscribe-content-3 .subscribe-form-3 .mc-form .clear input {
  background-color: transparent;
  border: none;
  padding: 0 0px 0 0px;
}
.subscribe-content-3 .subscribe-form-3 .mc-form .clear:hover {
  background: rgba(0, 0, 0, 0) url("../../assets/images/icon-img/send-hm5-white.png") no-repeat scroll right 33px center;
}

.footer-contact-wrap-2 .footer-contact-content-2 {
  margin: 39px 0 0;
}
.footer-contact-wrap-2 .footer-contact-content-2 h5 {
  font-size: 22px;
  font-weight: 500;
  color: #ababab;
  margin: 0 0 10px;
  line-height: 1;
}
.footer-contact-wrap-2 .footer-contact-content-2 .footer-info-hm5 {
  margin: 0 0 41px;
}
.footer-contact-wrap-2 .footer-contact-content-2 .footer-info-hm5 span {
  font-size: 22px;
  color: #ababab;
  display: block;
  line-height: 1;
  margin: 0 0 9px;
}
.footer-contact-wrap-2 .footer-contact-content-2 .footer-info-hm5 p {
  font-size: 22px;
  color: #ababab;
}
.footer-contact-wrap-2 .footer-contact-content-2 .footer-info-hm5 p a {
  color: #ababab;
}
.footer-contact-wrap-2 .footer-contact-content-2 .footer-info-hm5 p a:hover {
  color: #c9b194;
}
.footer-contact-wrap-2 .footer-contact-content-2 .footer-social-hm5 span {
  font-size: 22px;
  color: #ababab;
  display: block;
  line-height: 1;
  margin: 0 0 17px;
}
.footer-contact-wrap-2 .footer-contact-content-2 .footer-social-hm5 ul li {
  display: inline-block;
  margin-right: 28px;
}
.footer-contact-wrap-2 .footer-contact-content-2 .footer-social-hm5 ul li:last-child {
  margin-right: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-contact-wrap-2 .footer-contact-content-2 .footer-social-hm5 ul li {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-contact-wrap-2 .footer-contact-content-2 .footer-social-hm5 ul li {
    margin-right: 10px;
  }
}
.footer-contact-wrap-2 .footer-contact-content-2 .footer-social-hm5 ul li a {
  color: #ababab;
}
.footer-contact-wrap-2 .footer-contact-content-2 .footer-social-hm5 ul li a:hover {
  color: #c9b194;
}

/*-------- 9. Overview style ---------*/
.overview-img {
  margin: 0 -36px 0 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .overview-img {
    margin: 0 0px 0 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .overview-img {
    margin: 0 0px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .overview-img {
    margin: 0 0px 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .overview-img {
    margin: 0 0px 0 0px;
  }
}
.overview-img img {
  width: 100%;
}

.overview-content {
  padding-left: 70px;
  margin-top: -63px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .overview-content {
    padding-left: 0px;
    margin-top: -63px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .overview-content {
    padding-left: 0px;
    margin-top: -43px;
  }
}
@media only screen and (max-width: 767px) {
  .overview-content {
    padding-left: 0px;
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
.overview-content h2 {
  color: #292323;
  font-size: 50px;
  font-weight: bold;
  line-height: 55px;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .overview-content h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .overview-content h2 {
    font-size: 38px;
    line-height: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .overview-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .overview-content h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.overview-content p {
  font-size: 16px;
  color: #383838;
  line-height: 26px;
  width: 80%;
  margin: 23px 0 31px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .overview-content p {
    margin: 13px 0 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .overview-content p {
    width: 100%;
    margin: 15px 0 21px;
  }
}
@media only screen and (max-width: 767px) {
  .overview-content p {
    width: 100%;
  }
}
.overview-content .overview-video {
  display: inline-block;
}
.overview-content .overview-video a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #010211;
  letter-spacing: 0.2px;
}
.overview-content .overview-video a i {
  font-size: 36px;
  color: #c9b194;
  margin-right: 8px;
}
.overview-content .overview-video a:hover {
  color: #c9b194;
}

/*-------- 10. Instagram style ---------*/
.instafeed-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.instagram-item {
  overflow: hidden;
}
.instagram-item a img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.instagram-item a img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*-------- 11. Category style ---------*/
.category-wrap {
  position: relative;
}
.category-wrap:before {
  background-color: #1d1d26;
  opacity: 0.6;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.category-wrap > a {
  display: block;
}
.category-wrap > a img {
  width: 100%;
}
.category-wrap .category-content {
  position: absolute;
  top: 83px;
  left: 44px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-wrap .category-content {
    top: 30px;
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .category-wrap .category-content {
    top: 30px;
    left: 30px;
  }
}
.category-wrap .category-content h3 {
  color: #ffffff;
  font-size: 30px;
  margin: 14px 0 0;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .category-wrap .category-content h3 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-wrap .category-content h3 {
    font-size: 23px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-wrap .category-content h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .category-wrap .category-content h3 {
    font-size: 25px;
  }
}
.category-wrap .category-icon {
  position: absolute;
  bottom: 56px;
  left: 44px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-wrap .category-icon {
    bottom: 30px;
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .category-wrap .category-icon {
    bottom: 30px;
    left: 30px;
  }
}
.category-wrap .category-icon a {
  display: inline-block;
}
.category-wrap .category-icon a img {
  position: relative;
}
.category-wrap .category-icon a img.category-normal-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0px;
}
.category-wrap .category-icon a img.category-hover-icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -20px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.category-wrap .category-icon:hover a img.category-hover-icon {
  opacity: 1;
  visibility: visible;
  left: 0px;
}
.category-wrap .category-icon:hover a img.category-normal-icon {
  opacity: 0;
  visibility: hidden;
  left: 20px;
}
.category-wrap:hover:before {
  opacity: 0.9;
}
.category-wrap:hover .category-content img {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running tada;
          animation: 500ms ease-in-out 0s normal none 1 running tada;
}

/*-------- 12. Deal style ---------*/
.deal-img {
  margin: 0 100px 0 -30px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .deal-img {
    margin: 0 100px 0 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .deal-img {
    margin: 0 100px 0 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-img {
    margin: 0 50px 0 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-img {
    margin: 0 0px 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-img {
    margin: 0 0px 0 0px;
    position: relative;
    z-index: 9;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .deal-img {
    margin: 0 30px 0 30px;
  }
}
.deal-img a img {
  width: 100%;
}

.deal-content {
  margin-top: 15px;
  position: relative;
  z-index: 9;
}
.deal-content h2 {
  color: #141517;
  font-size: 48px;
  font-weight: bold;
  margin: 0 0 19px;
  letter-spacing: 0.2px;
  line-height: 42px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .deal-content h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-content h2 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content h2 {
    font-size: 24px;
    margin: 0 0 10px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content h2 {
    font-size: 25px;
    margin: 20px 0 10px;
    line-height: 33px;
  }
}
.deal-content span {
  font-size: 18px;
  font-weight: bold;
  color: #141517;
  letter-spacing: 0.2px;
  display: block;
  line-height: 1;
}
.deal-content .deal-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 26px 0 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content .deal-price {
    margin: 16px 0 12px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content .deal-price {
    margin: 18px 0 14px;
  }
}
.deal-content .deal-price span {
  font-size: 30px;
  font-weight: bold;
  color: #141517;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content .deal-price span {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content .deal-price span {
    font-size: 24px;
  }
}
.deal-content .deal-price span.old {
  font-size: 20px;
  color: #898989;
  text-decoration: line-through;
  margin: 0 0 0 18px;
}
.deal-content p {
  color: #373737;
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  margin: 0;
  width: 81%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-content p {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content p {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content p {
    width: 100%;
  }
}
.deal-content .timer-style-1 {
  margin: 32px 0 39px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content .timer-style-1 {
    margin: 22px 0 29px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content .timer-style-1 {
    margin: 20px 0 20px;
  }
}
.deal-content .timer-style-1 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.deal-content .timer-style-1 div > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 30px 0 0;
}
.deal-content .timer-style-1 div > span span {
  font-size: 30px;
  color: #141517;
  font-weight: 300;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-content .timer-style-1 div > span {
    margin: 0 15px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content .timer-style-1 div > span {
    margin: 0 10px 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content .timer-style-1 div > span {
    margin: 0 30px 20px 0;
  }
}
.deal-content .timer-style-1 div > span > p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin: 0 0 0 10px;
}

.deal-area {
  position: relative;
  overflow: hidden;
}
.deal-area img.deal-leaf-1 {
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 353px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .deal-area img.deal-leaf-1 {
    width: 220px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .deal-area img.deal-leaf-1 {
    width: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-area img.deal-leaf-1 {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-area img.deal-leaf-1 {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-area img.deal-leaf-1 {
    width: 150px;
  }
}
.deal-area img.deal-leaf-2 {
  position: absolute;
  right: 0;
  top: 17px;
  width: 191px;
  z-index: 1;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .deal-area img.deal-leaf-2 {
    width: 145px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .deal-area img.deal-leaf-2 {
    width: 135px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-area img.deal-leaf-2 {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-area img.deal-leaf-2 {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-area img.deal-leaf-2 {
    width: 120px;
    top: 0px;
  }
}
.deal-area img.deal-leaf-3 {
  position: absolute;
  bottom: 0;
  right: 78px;
  width: 74px;
}
@media only screen and (max-width: 767px) {
  .deal-area img.deal-leaf-3 {
    right: 20px;
  }
}

.deal-content-2 {
  margin-left: -13px;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .deal-content-2 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-content-2 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content-2 {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content-2 {
    margin-left: 0px;
    text-align: center;
  }
}
.deal-content-2 h2 {
  font-size: 40px;
  font-weight: 300;
  color: #3c3d40;
  letter-spacing: 1px;
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  .deal-content-2 h2 {
    font-size: 28px;
  }
}
.deal-content-2 p {
  color: #232323;
  font-size: 16px;
  line-height: 26px;
  margin: 15px 0 31px;
  width: 80%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content-2 p {
    width: 62%;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content-2 p {
    width: 100%;
    color: #000;
  }
}
.deal-content-2 .deal-5-btn {
  margin-top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content-2 .deal-5-btn {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content-2 .deal-5-btn {
    margin-top: 10px;
  }
}
.deal-content-2 .deal-5-btn a {
  font-weight: bold;
  background-color: #c9b194;
  color: #fff;
  display: inline-block;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 14px;
  z-index: 1;
  padding: 12px 30px 15px;
}
.deal-content-2.deal-content-5 p {
  width: 95%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content-2.deal-content-5 p {
    width: 62%;
    margin: 15px auto 31px;
  }
}

.timer-style-3 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .timer-style-3 div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.timer-style-3 div > span {
  text-align: center;
  margin-right: 4px;
}
.timer-style-3 div > span:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 767px) {
  .timer-style-3 div > span {
    margin: 0 2px 20px;
  }
}
.timer-style-3 div > span span {
  font-size: 50px;
  color: #9390a0;
  font-weight: 300;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #fff;
  display: block;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  z-index: 9;
  position: relative;
}
.timer-style-3 div > span p {
  font-size: 12px;
  text-transform: uppercase;
  color: #1c1c1c;
  letter-spacing: 1px;
  margin: 4px 0 0;
  line-height: 1;
  background-color: #fff;
  min-width: 100px;
  padding: 9px 0 8px;
  z-index: 1;
  position: relative;
}

.deal-img-2 {
  margin: 0 -20px 0 -33px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-img-2 {
    margin: 0 0px 0 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-img-2 {
    margin: 0 0px 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-img-2 {
    margin: 0 0px 0 0px;
  }
}
.deal-img-2 img {
  width: 100%;
}
.deal-img-2 .deal-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 175px;
}
@media only screen and (max-width: 767px) {
  .deal-img-2 .deal-btn {
    bottom: 50px;
  }
}
.deal-img-2 .deal-btn a {
  display: inline-block;
  border: 1px solid #000;
  background-color: #ea2e49;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  line-height: 1;
  z-index: 1;
  padding: 14px 40px 13px;
}
@media only screen and (max-width: 767px) {
  .deal-img-2 .deal-btn a {
    padding: 14px 15px 13px;
  }
}

.deal-content-3 {
  margin-left: 70px;
  margin-top: -55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-content-3 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content-3 {
    margin-left: 0px;
    margin-top: 35px;
    margin-bottom: 50px;
    text-align: center;
  }
  .deal-content-3 .timer-style-3 div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content-3 {
    margin-left: 0px;
    margin-top: 35px;
    margin-bottom: 50px;
    text-align: center;
  }
  .deal-content-3 .timer-style-3 div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.deal-content-3 h2 {
  font-weight: bold;
  font-size: 50px;
  color: #292323;
  margin: 0 0 30px;
  text-transform: uppercase;
  line-height: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .deal-content-3 h2 {
    font-size: 36px;
    margin: 0 0 20px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-content-3 h2 {
    font-size: 30px;
    margin: 0 0 20px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content-3 h2 {
    font-size: 30px;
    margin: 0 0 20px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content-3 h2 {
    font-size: 24px;
    margin: 0 0 20px;
    line-height: 32px;
  }
}

.deal-content-4 {
  margin-left: 70px;
}
@media only screen and (max-width: 767px) {
  .deal-content-4 {
    margin-left: 0px;
  }
}
.deal-content-4 img {
  width: 381px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-content-4 img {
    width: 330px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content-4 img {
    width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content-4 img {
    width: 180px;
  }
}
.deal-content-4 h2 {
  font-size: 50px;
  font-weight: 500;
  color: #010225;
  margin: -25px 0 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .deal-content-4 h2 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-content-4 h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content-4 h2 {
    font-size: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content-4 h2 {
    font-size: 25px;
    margin: -15px 0 0px;
  }
}
.deal-content-4 p {
  font-size: 16px;
  color: #010225;
  margin: 16px 0 23px;
  line-height: 26px;
  width: 67%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-content-4 p {
    width: 78%;
    margin: 10px 0 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content-4 p {
    width: 73%;
    margin: 10px 0 13px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content-4 p {
    width: 100%;
    margin: 6px 0 13px;
  }
}
.deal-content-4 .deal-btn4 a {
  display: inline-block;
  line-height: 1;
  color: #c9b194;
  font-size: 16px;
  border: 1px solid #c9b194;
  border-radius: 50px;
  padding: 15px 30px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .deal-content-4 .deal-btn4 a {
    padding: 10px 30px 12px;
  }
}
.deal-content-4 .deal-btn4 a:hover {
  color: #fff;
}

.deal-bg {
  padding: 150px 0;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .deal-bg {
    padding: 72px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .deal-bg {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-bg {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-bg {
    padding: 25px 0;
    background-position: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .deal-bg {
    padding: 20px 0;
    background-position: 2%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .deal-bg {
    background-position: 94%;
  }
}

.deal-content-5 {
  margin-left: 370px;
  margin-top: -14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .deal-content-5 {
    margin-left: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .deal-content-5 {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-content-5 {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content-5 {
    margin-left: 0px;
    text-align: center;
  }
  .deal-content-5 .timer-style-3 div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .deal-content-5 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.deal-5-img {
  margin-left: 86px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .deal-5-img {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-5-img {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-5-img {
    margin-left: 40px;
    margin-top: 40px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-5-img {
    margin-left: 15px;
    margin-top: 30px;
    margin-right: 15px;
  }
}
.deal-5-img img {
  width: 100%;
}

/*-------- 13. Feature style ---------*/
.feature-border {
  /* border: 1px solid #f1f1f1; */
  /* padding: 63px 0 30px; */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-border {
    padding: 43px 20px 10px 20px;
  }
  .feature-border.feature-border-about {
    padding: 43px 20px 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-border {
    padding: 43px 20px 10px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-wrap {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .feature-wrap {
    text-align: center;
  }
}
.feature-wrap h5 {
  font-size: 18px;
  margin: 0 0 0 13px;
  font-weight: 500;
  color: #fff;
}
.feature-wrap p {
  margin: 0;
}
.feature-wrap:hover img {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running flip;
          animation: 500ms ease-in-out 0s normal none 1 running flip;
}
.feature-wrap.feature-mrg-1 {
  margin-left: 0;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .feature-wrap.feature-mrg-1 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .feature-wrap.feature-mrg-1 {
    margin-left: 44px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-wrap.feature-mrg-1 {
    margin-left: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-wrap.feature-mrg-1 {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-wrap.feature-mrg-1 {
    margin-left: 0px;
  }
}
.feature-wrap.feature-mrg-2 {
  margin-left: 135px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .feature-wrap.feature-mrg-2 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .feature-wrap.feature-mrg-2 {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-wrap.feature-mrg-2 {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-wrap.feature-mrg-2 {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-wrap.feature-mrg-2 {
    margin-left: 0px;
  }
}
.feature-wrap.feature-mrg-3 {
  margin-left: 121px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .feature-wrap.feature-mrg-3 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .feature-wrap.feature-mrg-3 {
    margin-left: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-wrap.feature-mrg-3 {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-wrap.feature-mrg-3 {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-wrap.feature-mrg-3 {
    margin-left: 0px;
  }
}
.feature-wrap.feature-mrg-4 {
  margin-left: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .feature-wrap.feature-mrg-4 {
    margin-left: 95px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-wrap.feature-mrg-4 {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-wrap.feature-mrg-4 {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-wrap.feature-mrg-4 {
    margin-left: 0px;
  }
}

/*------- 14. Brand logo style  -------*/
.brand-logo-active.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.brand-logo-active .single-brand-logo {
  text-align: center;
}
.brand-logo-active .single-brand-logo img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.brand-logo-active .single-brand-logo:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.brand-logo-border {
  border: 1px solid #f1f1f1;
  padding: 60px 50px 60px 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-logo-border {
    padding: 60px 20px 60px 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-logo-border {
    padding: 60px 20px 60px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-logo-border {
    padding: 40px 0px 40px 0px;
  }
}

.brand-logo-active-2.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.brand-logo-active-2 .single-brand-logo {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.brand-logo-active-2 .single-brand-logo img {
  opacity: 0.2;
}
.brand-logo-active-2 .single-brand-logo:hover img {
  opacity: 1;
}

.brand-logo-padding {
  padding: 75px 70px;
}
@media only screen and (max-width: 767px) {
  .brand-logo-padding {
    padding: 40px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .brand-logo-area.pb-70 {
    padding-bottom: 50px;
  }
}

/*-------- 15. Blog style ---------*/
@media only screen and (max-width: 767px) {
  .blog-area.pb-50 {
    padding-bottom: 10px;
  }
}
.blog-wrap {
  position: relative;
}
.blog-wrap .blog-img {
  position: relative;
  overflow: hidden;
}
.blog-wrap .blog-img a img {
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media only screen and (max-width: 767px) {
  .blog-wrap .blog-img.mb-20 {
    margin-bottom: 10px;
  }
  .blog-wrap .blog-img.mb-25 {
    margin-bottom: 15px;
  }
}
.blog-wrap .blog-content {
  margin: 0 10px 0 67px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-wrap .blog-content {
    margin: 0 10px 0 58px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-wrap .blog-content {
    margin: 0 10px 0 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-wrap .blog-content {
    margin: 0 10px 0 37px;
  }
}
.blog-wrap .blog-content h3 {
  font-size: 18px;
  color: #373737;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-wrap .blog-content h3 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-wrap .blog-content h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-wrap .blog-content h3 {
    font-size: 15px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-wrap .blog-content h3 {
    font-size: 15px;
    line-height: 25px;
  }
}
.blog-wrap .blog-content-2 h3 {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  margin: 0;
}
.blog-wrap .blog-content-2 h3 a {
  color: #333;
}
.blog-wrap .blog-content-2 h3 a:hover {
  color: #c9b194;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-wrap .blog-content-2 h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-wrap .blog-content-2 h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-wrap .blog-content-2 h3 {
    font-size: 20px;
  }
}
.blog-wrap .blog-content-2 p {
  font-size: 16px;
  color: #333333;
  line-height: 25px;
  margin: 10px 0 20px;
}
@media only screen and (max-width: 767px) {
  .blog-wrap .blog-content-2 p {
    margin: 10px 0 12px;
  }
}
.blog-wrap .blog-content-2 .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-wrap .blog-content-2 .blog-meta .blog-author {
  margin-right: 52px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-wrap .blog-content-2 .blog-meta .blog-author {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-wrap .blog-content-2 .blog-meta .blog-author {
    margin-right: 20px;
  }
}
.blog-wrap .blog-content-2 .blog-meta .blog-author a {
  font-size: 16px;
  color: #333;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding-left: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-wrap .blog-content-2 .blog-meta .blog-author a {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-wrap .blog-content-2 .blog-meta .blog-author a {
    padding-left: 30px;
  }
}
.blog-wrap .blog-content-2 .blog-meta .blog-author a:hover {
  color: #c9b194;
}
.blog-wrap .blog-content-2 .blog-meta .blog-author a:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background-color: #c9b194;
  width: 40px;
  height: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-wrap .blog-content-2 .blog-meta .blog-author a:before {
    width: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-wrap .blog-content-2 .blog-meta .blog-author a:before {
    width: 20px;
  }
}
.blog-wrap .blog-content-2 .blog-meta .blog-like a {
  color: #333333;
  font-weight: 300;
}
.blog-wrap .blog-content-2 .blog-meta .blog-like a i {
  font-size: 20px;
  color: #c9b194;
  position: relative;
  top: 2px;
}
.blog-wrap .blog-content-2 .blog-meta .blog-like a:hover {
  color: #c9b194;
}
.blog-wrap .blog-border {
  position: relative;
}
.blog-wrap .blog-border::before {
  position: absolute;
  content: "";
  left: -38px;
  top: -48px;
  height: 60px;
  width: 8px;
  background-color: #c9b194;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-wrap .blog-border::before {
    left: -23px;
  }
}
.blog-wrap:hover .blog-img a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .blog-wrap.mb-45 {
    margin-bottom: 30px;
  }
}

.grid-sizer {
  width: 25%;
}

.pagination-style ul li {
  display: inline-block;
}
.pagination-style ul li a {
  font-size: 18px;
  color: #706c6c;
  width: 35px;
  height: 35px;
  line-height: 37px;
  border-radius: 100%;
  background-color: transparent;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .pagination-style ul li a {
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 15px;
  }
}
.pagination-style ul li a.active, .pagination-style ul li a:hover {
  color: #fff;
  background-color: #c9b194;
}
.pagination-style ul li a.next {
  width: 48px;
  color: #fff;
  background-color: #c9b194;
  height: 35px;
  border-radius: 0 50px 50px 0px;
  margin: 0 0px 0 20px;
}
@media only screen and (max-width: 767px) {
  .pagination-style ul li a.next {
    width: 35px;
    margin: 0 0px 0 5px;
    line-height: 35px;
  }
}
.pagination-style ul li a.next:hover {
  background-color: #333;
}
.pagination-style ul li a.prev {
  width: 48px;
  color: #fff;
  background-color: #c9b194;
  height: 35px;
  border-radius: 50px 0px 0px 50px;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .pagination-style ul li a.prev {
    width: 35px;
    margin: 0 5px 0 0;
    line-height: 35px;
  }
}
.pagination-style ul li a.prev:hover {
  background-color: #333;
}
@media only screen and (max-width: 767px) {
  .pagination-style.mt-40 {
    margin-top: 0;
  }
}

/*-------- 16. Breadcrumb style ---------*/
.breadcrumb-area {
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area {
    height: 300px;
    background-position: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area {
    height: 280px;
    background-position: 100%;
  }
}

.breadcrumb-content {
  margin: 73px 0 0;
}
.breadcrumb-content h2 {
  font-size: 34px;
  text-transform: capitalize;
  font-weight: bold;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-content h2 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-content h2 {
    font-size: 28px;
  }
}
.breadcrumb-content ul li {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin-right: 18px;
  text-transform: capitalize;
  position: relative;
  color: #c9b194;
}
.breadcrumb-content ul li::before {
  position: absolute;
  width: 18px;
  height: 1px;
  background-color: #1f2226;
  content: "";
  right: -21px;
  top: 12px;
  z-index: 9;
  -webkit-transform: rotate(115deg);
          transform: rotate(115deg);
}
.breadcrumb-content ul li:last-child::before {
  display: none;
}
.breadcrumb-content ul li:last-child {
  margin-right: 0px;
}
.breadcrumb-content ul li a {
  font-weight: 500;
  color: #373737;
}
.breadcrumb-content ul li a:hover {
  color: #c9b194;
}

/*-------- 17. Product details style ---------*/
.product-details-img-left {
  margin-right: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-img-left {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-img-left {
    margin-right: 0px;
  }
}
.product-details-img-left img {
  width: 100%;
}

.pro-details-content-modify {
  margin-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pro-details-content-modify {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pro-details-content-modify {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .pro-details-content-modify {
    margin-left: 0px;
    margin-top: 20px;
  }
}

.dec-review-topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  padding: 11px 0 14px;
}
.dec-review-topbar a {
  font-size: 14px;
  color: #bababa;
  font-weight: 500;
  margin: 0 49px;
}
@media only screen and (max-width: 767px) {
  .dec-review-topbar a {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dec-review-topbar a {
    margin: 0 30px;
  }
}
.dec-review-topbar a.active {
  color: #333333;
}

.dec-review-bottom .description-wrap p {
  line-height: 26px;
  font-size: 16px;
  margin: 0;
  color: #666666;
}
.dec-review-bottom .specification-wrap table {
  width: 100%;
}
.dec-review-bottom .specification-wrap table tbody {
  border: 1px solid #f0f0f0;
  width: 100%;
}
.dec-review-bottom .specification-wrap table tbody tr {
  border-bottom: 1px solid #f0f0f0;
}
.dec-review-bottom .specification-wrap table tbody tr td {
  border-right: 1px solid #f0f0f0;
  font-size: 14px;
  color: #333333;
  padding: 17px 70px;
}
@media only screen and (max-width: 767px) {
  .dec-review-bottom .specification-wrap table tbody tr td {
    padding: 17px 15px;
  }
}
.dec-review-bottom .specification-wrap table tbody tr td.width1 {
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .dec-review-bottom .specification-wrap table tbody tr td.width1 {
    width: 150px;
  }
}
.dec-review-bottom .dec-review-wrap .dec-review-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dec-review-bottom .dec-review-wrap .dec-review-img-wrap .dec-review-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  margin-right: 30px;
}
.dec-review-bottom .dec-review-wrap .dec-review-img-wrap .dec-review-img img {
  width: 100%;
}
.dec-review-bottom .dec-review-wrap .dec-review-img-wrap .dec-client-name h4 {
  margin: 0 0 2px;
  font-size: 18px;
  color: #333333;
}
.dec-review-bottom .dec-review-wrap .dec-review-img-wrap .dec-client-name .dec-client-rating i {
  font-size: 16px;
  color: #c9b194;
  opacity: 0.4;
  margin: 0 0px 0 0;
}
.dec-review-bottom .dec-review-wrap .dec-review-content {
  margin-left: 52px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dec-review-bottom .dec-review-wrap .dec-review-content {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .dec-review-bottom .dec-review-wrap .dec-review-content {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.dec-review-bottom .dec-review-wrap .dec-review-content p {
  color: #666666;
  line-height: 26px;
  margin: 0;
}
.dec-review-bottom .dec-review-wrap .dec-review-content .review-content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 7px 0 0;
}
.dec-review-bottom .dec-review-wrap .dec-review-content .review-content-bottom .review-like span {
  font-size: 13px;
  font-weight: 300;
  color: #c9b194;
  display: block;
  line-height: 1;
}
.dec-review-bottom .dec-review-wrap .dec-review-content .review-content-bottom .review-like span i {
  font-size: 16px;
  margin: 0 7px 0 0;
  position: relative;
  top: 2px;
}
.dec-review-bottom .dec-review-wrap .dec-review-content .review-content-bottom .review-date span {
  font-size: 13px;
  font-weight: 300;
  color: #c9b194;
  display: block;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .dec-review-bottom .dec-review-wrap.mb-50 {
    margin-bottom: 30px;
  }
}

.single-pro-details2-wrap {
  overflow: hidden;
}
.single-pro-details2-wrap .single-pro-details2-content {
  padding: 20px 118px 20px 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-pro-details2-wrap .single-pro-details2-content {
    padding: 20px 60px 20px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-pro-details2-wrap .single-pro-details2-content {
    padding: 20px 30px 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-pro-details2-wrap .single-pro-details2-content {
    padding: 0px 0px 30px 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-pro-details2-wrap .single-pro-details2-content {
    padding: 0px 15px 0px 15px;
  }
}
.single-pro-details2-wrap .single-pro-details2-content h3 {
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  line-height: 28px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-pro-details2-wrap .single-pro-details2-content h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-pro-details2-wrap .single-pro-details2-content h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .single-pro-details2-wrap .single-pro-details2-content h3 {
    font-size: 21px;
    margin: 0 0 10px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-pro-details2-wrap .single-pro-details2-content h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.single-pro-details2-wrap .single-pro-details2-content p {
  font-size: 16px;
  color: #333333;
  line-height: 25px;
  margin: 0 0 0px;
}
.single-pro-details2-wrap .single-pro-details2-img {
  overflow: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.single-pro-details2-wrap .single-pro-details2-img img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.single-pro-details2-wrap:hover .single-pro-details2-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.product-details-img {
  position: relative;
}
.product-details-img .zoompro-span {
  position: relative;
}
.product-details-img .zoompro-span .zoompro {
  width: 100%;
}
.product-details-img .zoompro-span > span {
  background-color: #c9b194;
  color: #fff;
  left: 20px;
  line-height: 1;
  padding: 4px 10px 5px;
  position: absolute;
  top: 20px;
  z-index: 99;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.product-details-img .product-dec-slider {
  padding: 0 50px 0 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-img .product-dec-slider {
    padding: 0 0px 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-img .product-dec-slider {
    padding: 0 30px 0 45px;
    margin-bottom: 20px;
  }
}
.product-details-img .product-dec-slider .product-dec-icon {
  color: #1f2226;
  display: inline-block;
  font-size: 13px;
  left: 30px;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 99;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 100%;
  border: 1px solid #e1e2e2;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-img .product-dec-slider .product-dec-icon {
    left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-img .product-dec-slider .product-dec-icon {
    left: 0px;
  }
}
.product-details-img .product-dec-slider .product-dec-icon:hover {
  background-color: #c9b194;
  border: 1px solid #c9b194;
  color: #ffffff;
}
.product-details-img .product-dec-slider .product-dec-icon.product-dec-next {
  left: auto;
  right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-img .product-dec-slider .product-dec-icon.product-dec-next {
    right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-img .product-dec-slider .product-dec-icon.product-dec-next {
    right: 0px;
  }
}
.product-details-img .product-dec-slider-2 {
  display: inline-block;
  padding: 0;
  width: 20%;
  margin: 12px 0 0px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .product-details-img .product-dec-slider-2 {
    width: 30%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-img .product-dec-slider-2 {
    width: 20%;
  }
}
.product-details-img .product-dec-slider-2 .slick-slide {
  margin-bottom: 3px;
  margin-top: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-img .product-dec-slider-2 .slick-slide {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-img .product-dec-slider-2 .slick-slide {
    margin-bottom: 10px;
  }
}
.product-details-img .product-dec-slider-2 .slick-slide img {
  width: 100%;
}
.product-details-img .product-dec-slider-2 .product-dec-icon {
  cursor: pointer;
  display: inline-block;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  border: 1px solid #e1e2e2;
  text-align: center;
  font-size: 13px;
  color: #1f2226;
}
.product-details-img .product-dec-slider-2 .product-dec-icon:hover {
  background-color: #c9b194;
  border: 1px solid #c9b194;
  color: #ffffff;
}
.product-details-img .product-dec-slider-2 .product-dec-icon.product-dec-prev {
  top: -13px;
}
.product-details-img .product-dec-slider-2 .product-dec-icon.product-dec-next {
  bottom: -7px;
}
.product-details-img .product-zoom-right {
  display: inline-block;
  position: relative;
  width: 80%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .product-details-img .product-zoom-right {
    width: 70%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-img .product-zoom-right {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-active .product-details-content {
    margin-top: 0;
  }
}
.sidebar-active.col-lg-6 {
  padding-left: 15px;
  padding-right: 15px;
}
.sidebar-active.col-lg-6.is-affixed {
  padding-left: 0px;
  padding-right: 0px;
}
.sidebar-active.col-lg-6.is-affixed .inner-wrapper-sticky {
  padding-left: 15px;
  padding-right: 15px;
}

.box-slider-active.owl-carousel .owl-nav button {
  color: #1f2226;
  display: inline-block;
  font-size: 18px;
  left: 10px;
  opacity: 1;
  visibility: visible;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #e1e2e2;
  background-color: #ffffff;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box-slider-active.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-slider-active.owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .box-slider-active.owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}
.box-slider-active.owl-carousel .owl-nav button:hover {
  background-color: #c9b194;
  color: #ffffff;
  border: 1px solid #c9b194;
}
.box-slider-active.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 10px;
}

/*-------- 18. Blog details style ---------*/
.blog-details-wrap .blog-details-img img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-details-img.mb-40 {
    margin-bottom: 20px;
  }
}
.blog-details-wrap .blog-details-author h4 {
  font-size: 13px;
  color: #333333;
  font-style: italic;
  letter-spacing: 0.2px;
  line-height: 24px;
  margin: 0;
}
.blog-details-wrap .blog-details-author h4 span {
  display: block;
  color: #999999;
}
.blog-details-wrap .blog-details-author .author-social {
  border-top: 2px solid #eeeeee;
  padding-top: 30px;
  margin-top: 27px;
}
.blog-details-wrap .blog-details-author .author-social ul li {
  display: inline-block;
  margin-right: 19px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-wrap .blog-details-author .author-social ul li {
    margin-right: 10px;
  }
}
.blog-details-wrap .blog-details-author .author-social ul li:last-child {
  margin-right: 0px;
}
.blog-details-wrap .blog-details-author .author-social ul li a {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 100%;
  color: #cccccc;
  font-size: 12px;
  border: 1px solid #cccccc;
  text-align: center;
}
.blog-details-wrap .blog-details-author .author-social ul li a:hover {
  color: #c9b194;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-details-author {
    margin-bottom: 30px;
  }
}
.blog-details-wrap .blog-details-content p {
  color: #333333;
  font-size: 16px;
  line-height: 34px;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-details-content p.mb-80 {
    margin-bottom: 30px;
  }
  .blog-details-wrap .blog-details-content p.mb-35 {
    margin-bottom: 20px;
  }
}
.blog-details-wrap .blog-details-content blockquote {
  text-align: center;
  margin: 77px 0 93px;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-details-content blockquote {
    margin: 30px 0 30px;
  }
}
.blog-details-wrap .blog-details-content blockquote h3 {
  font-size: 28px;
  color: #191a1d;
  margin: 28px 0 0;
  letter-spacing: 0.2px;
  line-height: 38px;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-details-content blockquote h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.blog-details-wrap .blog-details-content .place h3 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 23px;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-details-content .place h3 {
    margin: 0 0 10px;
  }
}
.blog-details-wrap .blog-tag {
  margin: 36px 0 30px;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-tag {
    margin: 20px 0 30px;
  }
}
.blog-details-wrap .blog-tag ul li {
  display: inline-block;
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-tag ul li {
    margin-bottom: 10px;
  }
}
.blog-details-wrap .blog-tag ul li:last-child {
  margin-right: 0px;
}
.blog-details-wrap .blog-tag ul li a {
  display: inline-block;
  background-color: #f0f0f0;
  border-radius: 50px;
  color: #74797e;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  padding: 5px 11px;
}
.blog-details-wrap .blog-tag ul li a:hover {
  background-color: #c9b194;
  color: #fff;
}
.blog-details-wrap .blog-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-details-wrap .blog-share span {
  color: #333333;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 4px 57px 0 0;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-share span {
    margin: 4px 5px 0 0;
  }
}
.blog-details-wrap .blog-share ul li {
  display: inline-block;
  margin-right: 27px;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-share ul li {
    margin-right: 5px;
  }
}
.blog-details-wrap .blog-share ul li:last-child {
  margin-right: 0;
}
.blog-details-wrap .blog-share ul li a {
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  padding: 9px 10px 10px;
  display: inline-block;
  line-height: 1;
  border: 1px solid transparent;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-share ul li a {
    padding: 9px 8px 10px;
  }
}
.blog-details-wrap .blog-share ul li a i {
  margin-right: 18px;
  position: relative;
  top: 1px;
}
.blog-details-wrap .blog-share ul li a.facebook {
  background-color: #4c68b3;
}
.blog-details-wrap .blog-share ul li a.facebook:hover {
  border: 1px solid #4c68b3;
  background-color: transparent;
  color: #4c68b3;
}
.blog-details-wrap .blog-share ul li a.twitter {
  background-color: #00abed;
}
.blog-details-wrap .blog-share ul li a.twitter:hover {
  border: 1px solid #00abed;
  background-color: transparent;
  color: #00abed;
}
.blog-details-wrap .blog-share ul li a.google {
  background-color: #d73d32;
}
.blog-details-wrap .blog-share ul li a.google:hover {
  border: 1px solid #d73d32;
  background-color: transparent;
  color: #d73d32;
}
.blog-details-wrap .blog-comment-area {
  margin-top: 45px;
}
.blog-details-wrap .blog-comment-area h4 {
  font-size: 20px;
  color: #757a7f;
  letter-spacing: 0.4px;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding-bottom: 27px;
}
.blog-details-wrap .blog-comment-area .blog-comment-wrap .single-blog-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding-bottom: 27px;
}
.blog-details-wrap .blog-comment-area .blog-comment-wrap .single-blog-comment:last-child {
  margin-bottom: 0px;
}
.blog-details-wrap .blog-comment-area .blog-comment-wrap .single-blog-comment .blog-comment-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  margin: 0 50px 0 0;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-comment-area .blog-comment-wrap .single-blog-comment .blog-comment-img {
    margin: 0 15px 0 0;
  }
}
.blog-details-wrap .blog-comment-area .blog-comment-wrap .single-blog-comment .blog-comment-img img {
  width: 100%;
}
.blog-details-wrap .blog-comment-area .blog-comment-wrap .single-blog-comment .blog-comment-content .blog-comment-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 14px;
}
.blog-details-wrap .blog-comment-area .blog-comment-wrap .single-blog-comment .blog-comment-content .blog-comment-top h5 {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}
.blog-details-wrap .blog-comment-area .blog-comment-wrap .single-blog-comment .blog-comment-content .blog-comment-top span {
  font-size: 14px;
  color: #aaaaaa;
  letter-spacing: 0.4px;
  display: block;
  line-height: 1;
  margin-left: 21px;
}
.blog-details-wrap .blog-comment-area .blog-comment-wrap .single-blog-comment .blog-comment-content .blog-comment-top span img {
  margin-right: 5px;
}
.blog-details-wrap .blog-comment-area .blog-comment-wrap .single-blog-comment .blog-comment-content p {
  color: #999999;
  letter-spacing: 0.2px;
  margin: 0;
}
.blog-details-wrap .blog-comment-area .blog-comment-wrap .single-blog-comment .blog-comment-reply textarea {
  background-color: transparent;
  border: none;
  height: 50px;
  resize: none;
  max-width: 400px;
  width: 100%;
  padding: 0;
  font-size: 13px;
  color: #666;
  font-style: italic;
  letter-spacing: 0.2px;
  padding: 12px 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-wrap .pl-215 {
    padding-left: 175px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-wrap .pl-215 {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap .pl-215 {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-wrap .pr-445 {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-wrap .pr-445 {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap .pr-445 {
    padding-right: 15px;
  }
}

/*-------- 19. Sidebar style ---------*/
.sidebar-wrapper {
  border: 1px solid #efefef;
  padding: 17px 18px 29px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-wrapper {
    margin-top: 40px;
  }
}

.sidebar-widget h4.sidebar-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  line-height: 1;
  color: #222;
}
.sidebar-widget .sidebar-search .sidebar-search-form {
  position: relative;
}
.sidebar-widget .sidebar-search .sidebar-search-form input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  height: 43px;
  padding: 2px 55px 2px 18px;
  color: #444;
}
.sidebar-widget .sidebar-search .sidebar-search-form button {
  background: transparent none repeat scroll 0 0;
  border-color: #a1a5aa;
  -o-border-image: none;
     border-image: none;
  border-style: none none none solid;
  border-width: medium medium medium 1px;
  padding: 1px 15px 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 17px;
}
.sidebar-widget .sidebar-search .sidebar-search-form button:hover {
  color: #c9b194;
}
.sidebar-widget .shop-catigory > ul > li {
  padding: 0 0 13px;
  display: block;
}
.sidebar-widget .shop-catigory > ul > li:last-child {
  padding: 0 0 0;
}
.sidebar-widget .shop-catigory > ul > li > a {
  font-size: 15px;
  display: block;
}
.sidebar-widget .shop-catigory > ul > li > a i {
  float: right;
  font-size: 12px;
}
.sidebar-widget .shop-catigory > ul > li ul li {
  padding: 7px 0 0 15px;
}
.sidebar-widget .shop-catigory > ul > li ul li a {
  display: block;
}
.sidebar-widget .price-filter span {
  display: block;
  margin: 0 0 21px;
}
.sidebar-widget .price-filter .price-slider-amount input {
  background: transparent;
  padding: 0;
  border: none;
  font-size: 15px;
  font-weight: 500;
}
.sidebar-widget .price-filter #slider-range {
  background: #dbdbdb none repeat scroll 0 0;
  border: medium none;
  border-radius: 0px;
  height: 5px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-top: 5px;
}
.sidebar-widget .price-filter #slider-range span {
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
.sidebar-widget .price-filter #slider-range .ui-slider-range {
  position: absolute;
  display: block;
  border: 0;
  background: #c9b194 none repeat scroll 0 0;
  border: none;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
.sidebar-widget .price-filter #slider-range .ui-slider-handle {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  height: 15px;
  margin-left: 0;
  width: 15px;
  border: 4px solid #c9b194;
}
.sidebar-widget .price-filter .price-slider-amount .label-input input {
  color: #333;
  height: 37px;
}
.sidebar-widget .price-filter .price-slider-amount button {
  background-color: #333;
  border: medium none;
  color: #fff;
  line-height: 1;
  padding: 8px 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sidebar-widget .sidebar-widget-list ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0px 0 18px;
}
.sidebar-widget .sidebar-widget-list ul li:last-child {
  padding: 0px 0 0px;
}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left {
  position: relative;
}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
  width: auto;
}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input:checked ~ .checkmark {
  background-color: #c9b194;
  border: 2px solid #c9b194;
}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input:checked ~ .checkmark::after {
  display: block;
}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #888888;
}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark::after {
  left: 3px;
  top: 0px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sidebar-widget .sidebar-widget-list ul li a {
  margin-left: 30px;
  display: block;
}
.sidebar-widget .sidebar-widget-list ul li a span {
  background-color: #eeeeee;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border-radius: 50px;
  float: right;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 13px;
}
.sidebar-widget .sidebar-widget-list ul li a:hover span {
  color: #fff;
  background-color: #c9b194;
}
.sidebar-widget .sidebar-widget-tag ul li {
  display: inline-block;
  margin: 0 10px 15px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget .sidebar-widget-tag ul li {
    margin: 0 3px 15px 0;
  }
}
.sidebar-widget .sidebar-widget-tag ul li a {
  display: inline-block;
  padding: 10px 17px 10px;
  line-height: 1;
  border: 1px solid #ebebeb;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget .sidebar-widget-tag ul li a {
    padding: 9px 7px 10px;
  }
}
.sidebar-widget .sidebar-widget-tag ul li a:hover {
  background-color: #c9b194;
  color: #fff;
}
.sidebar-widget .single-sidebar-blog {
  border-bottom: 1px solid #dee0e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
  padding: 0 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-widget .single-sidebar-blog:last-child {
  border-bottom: none;
  margin: 0 0 0px;
  padding: 0 0 0px;
}
.sidebar-widget .single-sidebar-blog .sidebar-blog-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  margin: 0 20px 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget .single-sidebar-blog .sidebar-blog-img {
    margin: 0 8px 0 0;
  }
}
.sidebar-widget .single-sidebar-blog .sidebar-blog-img img {
  width: 100%;
}
.sidebar-widget .single-sidebar-blog .sidebar-blog-content span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  margin: 0px;
  text-transform: capitalize;
  color: #666;
}
.sidebar-widget .single-sidebar-blog .sidebar-blog-content h4 {
  font-size: 14px;
  margin: 0px 0 5px;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget .single-sidebar-blog .sidebar-blog-content h4 {
    font-size: 14px;
  }
}
.sidebar-widget .sidebar-widget-archives ul li {
  margin-bottom: 6px;
}
.sidebar-widget .sidebar-widget-archives ul li:last-child {
  margin-bottom: 0px;
}
.sidebar-widget .sidebar-widget-video {
  position: relative;
}
.sidebar-widget .sidebar-widget-video a {
  display: block;
}
.sidebar-widget .sidebar-widget-video a img {
  width: 100%;
}
.sidebar-widget .sidebar-widget-video .blog-video-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.sidebar-widget .sidebar-widget-video .blog-video-icon a {
  font-size: 25px;
  color: #fff;
  background-color: #c9b194;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
}
.sidebar-widget .sidebar-widget-video .blog-video-icon a:hover {
  color: #c9b194;
  background-color: #fff;
}

.shop-sidebar-border {
  border-top: 1px solid #ebebeb;
}

/*-------- 20. Cart page ---------*/
@media only screen and (max-width: 767px) {
  .cart-main-area.pt-85 {
    padding-top: 45px;
  }
}

h3.cart-page-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px;
}

.cart-table-content table {
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .cart-table-content table {
    width: 100%;
  }
}
.cart-table-content table thead > tr {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .cart-table-content table thead > tr {
    width: 100%;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cart-table-content table thead > tr {
    width: inherit;
    padding: 10px 0;
  }
}
.cart-table-content table thead > tr th {
  border-top: medium none;
  font-size: 14px;
  font-weight: 500;
  padding: 21px 45px 22px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-table-content table thead > tr th {
    padding: 21px 35px 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table-content table thead > tr th {
    padding: 21px 15px 22px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table-content table thead > tr th {
    padding: 0px 20px 5px;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cart-table-content table thead > tr th {
    width: inherit;
  }
}
.cart-table-content table tbody > tr {
  border-bottom: 1px solid #ebebeb;
}
.cart-table-content table tbody > tr td.product-thumbnail {
  width: 115px;
}
.cart-table-content table tbody > tr td.product-thumbnail a {
  display: block;
}
.cart-table-content table tbody > tr td.product-thumbnail img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .cart-table-content table tbody > tr td.product-thumbnail {
    width: 100%;
    overflow: hidden;
    min-width: 100px;
  }
}
.cart-table-content table tbody > tr td.product-name {
  width: 435px;
}
@media only screen and (max-width: 767px) {
  .cart-table-content table tbody > tr td.product-name {
    width: 100%;
    overflow: hidden;
  }
}
.cart-table-content table tbody > tr td.product-name a {
  font-size: 15px;
}
.cart-table-content table tbody > tr td.product-name a:hover {
  color: #c9b194;
}
.cart-table-content table tbody > tr td.product-price-cart {
  width: 435px;
}
@media only screen and (max-width: 767px) {
  .cart-table-content table tbody > tr td.product-price-cart {
    width: 100%;
    overflow: hidden;
  }
}
.cart-table-content table tbody > tr td.product-price-cart span {
  color: #333;
  font-weight: 500;
}
.cart-table-content table tbody > tr td.product-quantity {
  width: 435px;
}
@media only screen and (max-width: 767px) {
  .cart-table-content table tbody > tr td.product-quantity {
    width: 100%;
    overflow: hidden;
  }
}
.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus {
  display: inline-block;
  height: 40px;
  padding: 0;
  position: relative;
  width: 110px;
}
.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus .qtybutton {
  color: #333;
  cursor: pointer;
  float: inherit;
  font-size: 16px;
  margin: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 20px;
  text-align: center;
}
.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus .dec.qtybutton {
  border-right: 1px solid #e5e5e5;
  height: 40px;
  left: 0;
  padding-top: 8px;
  top: 0;
}
.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus .inc.qtybutton {
  border-left: 1px solid #e5e5e5;
  height: 40px;
  padding-top: 9px;
  right: 0;
  top: 0;
}
.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus input.cart-plus-minus-box {
  color: #333;
  float: left;
  font-size: 14px;
  height: 40px;
  margin: 0;
  width: 110px;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  padding: 0;
  text-align: center;
}
.cart-table-content table tbody > tr td.product-remove {
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .cart-table-content table tbody > tr td.product-remove {
    width: 100%;
    overflow: hidden;
  }
}
.cart-table-content table tbody > tr td.product-remove a {
  font-size: 17px;
  margin: 0 6px;
}
.cart-table-content table tbody > tr td.product-remove a:hover {
  color: #c9b194;
}
.cart-table-content table tbody > tr td.product-wishlist-cart {
  min-width: 141px;
}
.cart-table-content table tbody > tr td.product-wishlist-cart > a {
  background-color: #c9b194;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 7px 12px;
  text-transform: uppercase;
}
.cart-table-content table tbody > tr td.product-wishlist-cart > a:hover {
  background-color: #333;
}
.cart-table-content table tbody > tr td {
  font-size: 15px;
  padding: 30px 10px;
  text-align: center;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table-content table tbody > tr td {
    padding: 30px 0 30px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table-content table tbody > tr td {
    padding: 10px;
    width: 100%;
    overflow: hidden;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cart-table-content table tbody > tr td {
    text-align: left;
    padding: 10px 20px 10px 20px;
  }
}

.cart-shiping-update-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0px 55px;
}
@media only screen and (max-width: 767px) {
  .cart-shiping-update-wrapper {
    display: block;
    padding: 30px 0px 15px;
  }
}
.cart-shiping-update-wrapper .cart-shiping-update > a,
.cart-shiping-update-wrapper .cart-clear > button,
.cart-shiping-update-wrapper .cart-clear > a {
  background-color: #f2f2f2;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 40px 17px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-shiping-update-wrapper .cart-shiping-update > a,
.cart-shiping-update-wrapper .cart-clear > button,
.cart-shiping-update-wrapper .cart-clear > a {
    padding: 18px 25px 17px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-shiping-update-wrapper .cart-shiping-update > a,
.cart-shiping-update-wrapper .cart-clear > button,
.cart-shiping-update-wrapper .cart-clear > a {
    padding: 18px 40px 17px;
    margin: 0 0 15px;
  }
}
.cart-shiping-update-wrapper .cart-shiping-update > a:hover,
.cart-shiping-update-wrapper .cart-clear > button:hover,
.cart-shiping-update-wrapper .cart-clear > a:hover {
  background-color: #c9b194;
  color: #fff;
}
.cart-shiping-update-wrapper .cart-clear > button {
  border: medium none;
  cursor: pointer;
  margin-right: 27px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-shiping-update-wrapper .cart-clear > button {
    margin-right: 15px;
  }
}

.cart-tax,
.discount-code-wrapper {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 45px 30px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-tax,
.discount-code-wrapper {
    padding: 45px 18px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-tax,
.discount-code-wrapper {
    padding: 45px 20px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-tax,
.discount-code-wrapper {
    padding: 45px 18px 50px;
  }
}
.cart-tax .title-wrap,
.discount-code-wrapper .title-wrap {
  position: relative;
}
.cart-tax .title-wrap::before,
.discount-code-wrapper .title-wrap::before {
  background-color: #e3e1e1;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 1;
}
.cart-tax .title-wrap h4.cart-bottom-title,
.discount-code-wrapper .title-wrap h4.cart-bottom-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding-right: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-tax .title-wrap h4.cart-bottom-title,
.discount-code-wrapper .title-wrap h4.cart-bottom-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-tax .title-wrap h4.cart-bottom-title,
.discount-code-wrapper .title-wrap h4.cart-bottom-title {
    font-size: 17px;
  }
}
.cart-tax .title-wrap .section-bg-gray,
.discount-code-wrapper .title-wrap .section-bg-gray {
  background-color: #f8f9f9;
  position: relative;
  z-index: 99;
}
.cart-tax .tax-wrapper,
.discount-code-wrapper .tax-wrapper {
  margin-top: 22px;
}
.cart-tax .tax-wrapper p,
.discount-code-wrapper .tax-wrapper p {
  margin: 0;
}
.cart-tax .tax-wrapper .tax-select-wrapper,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper {
  margin: 5px 0 0;
}
.cart-tax .tax-wrapper .tax-select-wrapper .tax-select,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select {
  margin: 0 0 26px;
}
.cart-tax .tax-wrapper .tax-select-wrapper .tax-select label,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select label {
  color: #333;
  font-size: 14px;
  margin: 0 0 5px;
  font-weight: 400;
}
.cart-tax .tax-wrapper .tax-select-wrapper .tax-select select,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("../../assets/images/icon-img/cart.png") no-repeat scroll right 18px center;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #242424;
  font-size: 13px;
  height: 40px;
  padding: 0 50px 0 15px;
  width: 100%;
  cursor: pointer;
}
.cart-tax .tax-wrapper .tax-select-wrapper .tax-select input,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  height: 40px;
}
.cart-tax .tax-wrapper .tax-select-wrapper button.cart-btn-2,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper button.cart-btn-2 {
  background-color: #333;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 40px 13px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-tax .tax-wrapper .tax-select-wrapper button.cart-btn-2:hover,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper button.cart-btn-2:hover {
  background-color: #c9b194;
}
.cart-tax .discount-code,
.discount-code-wrapper .discount-code {
  margin: 21px 0 0;
}
.cart-tax .discount-code p,
.discount-code-wrapper .discount-code p {
  margin: 0 0 15px;
}
.cart-tax .discount-code form input,
.discount-code-wrapper .discount-code form input {
  background: #fff;
  border: 1px solid #ebebeb;
  height: 40px;
  margin-bottom: 30px;
  padding-left: 10px;
}
.cart-tax .discount-code form button.cart-btn-2,
.discount-code-wrapper .discount-code form button.cart-btn-2 {
  background-color: #333;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 40px 13px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-tax .discount-code form button.cart-btn-2:hover,
.discount-code-wrapper .discount-code form button.cart-btn-2:hover {
  background-color: #c9b194;
}

.grand-totall {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 45px 30px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grand-totall {
    padding: 45px 18px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grand-totall {
    padding: 45px 20px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grand-totall {
    margin-top: 30px;
  }
}
.grand-totall .title-wrap {
  position: relative;
}
.grand-totall .title-wrap::before {
  background-color: #e3e1e1;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 1;
}
.grand-totall .title-wrap h4.cart-bottom-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding-right: 18px;
}
.grand-totall .title-wrap .section-bg-gary-cart {
  background-color: #f9f9f9;
  position: relative;
  z-index: 9;
}
.grand-totall h5 {
  font-size: 14px;
  margin: 36px 0 27px;
  font-weight: 600;
}
.grand-totall h5 span {
  float: right;
  font-size: 18px;
  font-weight: 500;
}
.grand-totall .total-shipping {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  margin: 0 0 27px;
  padding: 28px 0;
}
.grand-totall .total-shipping h5 {
  font-size: 14px;
  margin: 0;
}
.grand-totall .total-shipping ul {
  padding: 19px 0 0 0px;
}
.grand-totall .total-shipping ul li {
  color: #242424;
  list-style: outside none none;
  margin: 0 0 6px;
}
.grand-totall .total-shipping ul li:last-child {
  margin: 0 0 0px;
}
.grand-totall .total-shipping ul li input {
  background: #e9e9e9 none repeat scroll 0 0;
  border: 1px solid #d7d7d7;
  border-radius: 5px !important;
  color: #626262;
  cursor: pointer;
  height: 13px;
  margin-right: 10px;
  padding: 0;
  position: relative;
  top: 2px;
  width: 13px;
}
.grand-totall .total-shipping ul li span {
  float: right;
}
.grand-totall h4.grand-totall-title {
  color: #c9b194;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 25px;
}
.grand-totall h4.grand-totall-title span {
  float: right;
}
.grand-totall a {
  background-color: #333;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 10px 17px;
  text-align: center;
  text-transform: uppercase;
}
.grand-totall a:hover {
  background-color: #c9b194;
}

@media only screen and (max-width: 767px) {
  .discount-code-wrapper {
    margin: 30px 0;
  }
}

/*-------- 21. Login register style ---------*/
.login-register-wrapper .login-register-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .login-register-wrapper .login-register-tab-list {
    margin-bottom: 20px;
  }
}
.login-register-wrapper .login-register-tab-list a {
  position: relative;
}
.login-register-wrapper .login-register-tab-list a::before {
  background-color: #454545;
  bottom: 5px;
  content: "";
  height: 18px;
  margin: 0 auto;
  position: absolute;
  right: -2px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 1px;
}
.login-register-wrapper .login-register-tab-list a h4 {
  font-size: 25px;
  font-weight: 700;
  margin: 0 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.login-register-wrapper .login-register-tab-list a:last-child::before {
  display: none;
}
.login-register-wrapper .login-register-tab-list a.active h4 {
  color: #c9b194;
}
.login-register-wrapper .login-form-container {
  background: transparent none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 80px;
  text-align: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .login-register-wrapper .login-form-container {
    padding: 80px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .login-register-wrapper .login-form-container {
    padding: 40px 15px;
  }
}
.login-register-wrapper .login-form-container .login-register-form form input {
  background-color: transparent;
  border: 1px solid #ebebeb;
  font-size: 14px;
  height: 50px;
  margin-bottom: 30px;
  padding: 0 15px;
  color: #010225;
}
.login-register-wrapper .login-form-container .login-register-form form input[type=checkbox] {
  height: 15px;
  margin: 0;
  position: relative;
  top: 2px;
  width: 17px;
  color: #010225;
}
.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn {
  padding: 10px 0 19px;
}
.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn label {
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn label {
    font-size: 14px;
  }
}
.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a {
  float: right;
  font-size: 15px;
  color: #010225;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a {
    font-size: 14px;
  }
}
.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a:hover {
  color: #c9b194;
}
.login-register-wrapper .login-form-container .login-register-form form .button-box button {
  background-color: #c9b194;
  color: #fff;
  border: medium none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 13px 30px 13px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.login-register-wrapper .login-form-container .login-register-form form .button-box button:hover {
  background-color: #010225;
}

@media only screen and (max-width: 767px) {
  .login-register-area.pb-100 {
    padding-bottom: 60px;
  }
}

/*------- 22. Contact us style  -------*/
.contact-info-wrap h3, .get-in-touch-wrap h3 {
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .contact-info-wrap h3, .get-in-touch-wrap h3 {
    margin: 0 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info-wrap.mb-60, .get-in-touch-wrap.mb-60 {
    margin-bottom: 13px;
  }
}

.single-contact-info {
  background-color: #f7f7f7;
  padding: 48px 10px 49px;
}
.single-contact-info > i {
  font-size: 36px;
  color: #c9b194;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
}
.single-contact-info h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  margin: 19px 0 10px;
}
.single-contact-info p {
  letter-spacing: 0.4px;
  font-size: 15px;
  color: #333;
}
.single-contact-info ul li {
  border-bottom: 2px solid #fff;
  letter-spacing: 0.4px;
  margin-bottom: 30px;
  padding-bottom: 33px;
  font-size: 15px;
}
.single-contact-info ul li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.single-contact-info ul li i {
  font-size: 18px;
  margin-right: 7px;
  color: #c9b194;
  top: 3px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}
.single-contact-info ul li:hover i {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running tada;
          animation: 500ms ease-in-out 0s normal none 1 running tada;
}
.single-contact-info:hover > i {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running tada;
          animation: 500ms ease-in-out 0s normal none 1 running tada;
}

.contact-from input, .contact-from textarea {
  background: #f7f7f7 none repeat scroll 0 0;
  border: none;
  color: #000;
  height: 60px;
  padding: 2px 20px;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contact-from input, .contact-from textarea {
    margin-bottom: 20px;
  }
}
.contact-from textarea {
  height: 200px;
  padding: 20px 20px;
}
.contact-from button {
  border: none;
  background-color: transparent;
  text-transform: capitalize;
  background-color: #c9b194;
  color: #fff;
  padding: 12px 30px;
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 500;
}
.contact-from button:hover {
  background-color: #000;
}

#map {
  height: 500px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #map {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  #map {
    height: 300px;
  }
}

/*-------- 23. Checkout style ---------*/
.customer-zone > p {
  font-size: 14px;
  position: relative;
  padding: 14px 30px 14px 60px;
  background-color: #eeeff2;
  margin: 0;
  position: relative;
  color: #373737;
}
@media only screen and (max-width: 767px) {
  .customer-zone > p {
    padding: 14px 30px 14px 40px;
  }
}
.customer-zone > p:before {
  content: "\f17c";
  color: #6dde6d;
  display: inline-block;
  position: absolute;
  font-family: LineAwesome;
  left: 15px;
  top: 15px;
  font-size: 18px;
}

.checkout-login-info {
  margin: 20px 0 0;
  display: none;
}
.checkout-login-info p {
  font-size: 14px;
  margin: 0 0 12px;
}
.checkout-login-info form {
  display: block;
  overflow: hidden;
}
.checkout-login-info form .sin-checkout-login {
  margin-bottom: 30px;
}
.checkout-login-info form .sin-checkout-login label {
  font-size: 14px;
  text-transform: capitalize;
  margin: 0 0 5px;
}
.checkout-login-info form .sin-checkout-login label span {
  color: red;
}
.checkout-login-info form .sin-checkout-login input {
  border: 1px solid #e8e8e8;
  height: 50px;
  background-color: transparent;
}
.checkout-login-info form .sin-checkout-login input:focus {
  border: 1px solid #343538;
}
.checkout-login-info form .button-remember-wrap {
  display: block;
  overflow: hidden;
}
.checkout-login-info form .button-remember-wrap button {
  border: 1px solid #aaa;
  font-size: 13px;
  padding: 10px 30px 9px;
  display: inline-block;
  float: left;
  margin-right: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.checkout-login-info form .button-remember-wrap button:hover {
  background-color: #c9b194;
  color: #fff;
  border: 1px solid #c9b194;
}
.checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0 0;
}
.checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn input {
  height: 15px;
  margin: 0;
  position: relative;
  top: 5px;
  width: 17px;
}
.checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn label {
  font-size: 14px;
  margin: 0 0 0 5px;
}
.checkout-login-info form .lost-password {
  margin: 20px 0 11px;
}
.checkout-login-info form .lost-password a {
  font-size: 14px;
}
.checkout-login-info .checkout-login-social span {
  font-size: 14px;
  margin: 0 0 13px;
  display: block;
}
.checkout-login-info .checkout-login-social ul li {
  display: inline-block;
  margin: 0 14px 0 0;
}
.checkout-login-info .checkout-login-social ul li:last-child {
  margin: 0 0px 0 0;
}
@media only screen and (max-width: 767px) {
  .checkout-login-info .checkout-login-social ul li {
    margin: 0 5px 0 0;
  }
}
.checkout-login-info .checkout-login-social ul li a {
  background-color: #f5f5f5;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  float: left;
  font-size: 13px;
  padding: 20px;
  padding: 24px 106px 25px;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .checkout-login-info .checkout-login-social ul li a {
    padding: 24px 70px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-login-info .checkout-login-social ul li a {
    padding: 15px 13px 16px;
  }
}
.checkout-login-info .checkout-login-social ul li a:hover {
  background-color: #c9b194;
  color: #fff;
}

.checkout-login-info2 {
  display: none;
  margin: 20px 0 0;
}
.checkout-login-info2 ul li {
  display: inline-block;
}
.checkout-login-info2 ul li a {
  color: #8a8a8a;
  font-size: 12px;
}
.checkout-login-info2 ul li a:hover {
  color: #c9b194;
}

.checkout-login-info3 {
  display: none;
  margin-top: 20px;
}
.checkout-login-info3 form input[type=text] {
  border: 1px solid #e8e8e8;
  height: 50px;
  background-color: transparent;
  width: 48%;
  font-size: 14px;
  padding: 0 20px;
}
.checkout-login-info3 form input[type=text]:focus {
  border: 1px solid #1f2226;
}
.checkout-login-info3 form input[type=submit] {
  background: #1f2226 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  height: 50px;
  margin-left: 6px;
  padding: 5px 30px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  width: inherit;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .checkout-login-info3 form input[type=submit] {
    padding: 5px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-login-info3 form input[type=submit] {
    padding: 5px 16px;
  }
}
.checkout-login-info3 form input[type=submit]:hover {
  background-color: #c9b194;
}

.billing-info-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin: 0 0 55px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .billing-info-wrap h3 {
    margin-bottom: 40px;
  }
}
.billing-info-wrap h3:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -12px;
  background-color: #c9b194;
  width: 50px;
  height: 2px;
}
.billing-info-wrap .billing-info label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px;
}
.billing-info-wrap .billing-info label abbr {
  color: red;
}
.billing-info-wrap .billing-info input {
  border: 1px solid #e8e8e8;
  height: 50px;
  background-color: transparent;
  padding: 2px 20px;
  color: #1f2226;
  font-size: 14px;
}
.billing-info-wrap .billing-info input:focus {
  border: 1px solid #343538;
}
.billing-info-wrap .billing-info input.billing-address {
  margin-bottom: 20px;
}
.billing-info-wrap .billing-select label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px;
}
.billing-info-wrap .billing-select label abbr {
  color: red;
}
.billing-info-wrap .billing-select select {
  border: 1px solid #e6e6e6;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #333;
  font-size: 14px;
  height: 50px;
  padding: 2px 20px;
  background: rgba(0, 0, 0, 0) url("../../assets/images/icon-img/select.png") no-repeat scroll right 18px center;
  cursor: pointer;
}
.billing-info-wrap .billing-select select option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  color: #333;
  font-size: 12px;
}
.billing-info-wrap .checkout-account input {
  border: 1px solid #9fa0a2;
  display: inline-block;
  float: left;
  height: 10px;
  width: 10px;
  position: relative;
  top: 6px;
  color: #333;
}
.billing-info-wrap .checkout-account span {
  color: #333;
  font-weight: 400;
  margin: 0 0 0 12px;
  font-size: 14px;
  text-transform: uppercase;
}
.billing-info-wrap .checkout-account-toggle label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px;
}
.billing-info-wrap .checkout-account-toggle label abbr {
  color: red;
}
.billing-info-wrap .checkout-account-toggle input {
  border: 1px solid #e8e8e8;
  height: 50px;
  background-color: transparent;
  color: #333;
  font-size: 14px;
  padding: 2px 20px;
}
.billing-info-wrap .checkout-account-toggle input:focus {
  border: 1px solid #343538;
}
.billing-info-wrap .different-address {
  display: none;
}
.billing-info-wrap .additional-info-wrap {
  margin: 22px 0 0;
}
.billing-info-wrap .additional-info-wrap label {
  color: #010225;
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px;
}
.billing-info-wrap .additional-info-wrap textarea {
  min-height: 120px;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  padding: 20px;
  color: #333;
  font-size: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .billing-info-wrap.mr-50 {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .billing-info-wrap.mr-50 {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .billing-info-wrap.mr-50 {
    margin-right: 0px;
  }
}

.your-order-area {
  padding: 40px 50px 50px;
  border-width: 2px;
  border-style: solid;
  position: relative;
  border-color: rgba(52, 53, 56, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .your-order-area {
    padding: 40px 25px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .your-order-area {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .your-order-area {
    padding: 40px 12px 50px;
    margin-top: 30px;
  }
}
.your-order-area h3 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin: 0 0 45px;
  text-transform: uppercase;
}
.your-order-area h3:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -12px;
  background-color: #c9b194;
  width: 50px;
  height: 2px;
}
.your-order-area .your-order-wrap .your-order-info {
  border-bottom: 1px solid #e8e8e8;
}
.your-order-area .your-order-wrap .your-order-info ul li {
  font-size: 14px;
  padding: 0 0 7px;
  text-transform: uppercase;
  font-weight: 500;
}
.your-order-area .your-order-wrap .your-order-info ul li span {
  float: right;
  color: #c9b194;
}
.your-order-area .your-order-wrap .your-order-info.order-subtotal {
  padding: 15px 0 10px;
}
.your-order-area .your-order-wrap .your-order-info.order-subtotal ul li span {
  font-size: 16px;
}
.your-order-area .your-order-wrap .your-order-info.order-shipping {
  padding: 15px 0 13px;
  display: block;
  overflow: hidden;
}
.your-order-area .your-order-wrap .your-order-info.order-shipping ul li > p {
  float: right;
  font-size: 14px;
  text-align: right;
  color: #333;
  text-transform: capitalize;
}
.your-order-area .your-order-wrap .your-order-info.order-total {
  padding: 15px 0 10px;
}
.your-order-area .your-order-wrap .your-order-info.order-total ul li span {
  font-size: 16px;
}
.your-order-area .your-order-wrap .your-order-middle {
  border-bottom: 1px solid #e8e8e8;
  padding: 24px 0 23px;
}
.your-order-area .your-order-wrap .your-order-middle ul li {
  font-size: 14px;
  margin: 0 0 11px;
}
.your-order-area .your-order-wrap .your-order-middle ul li:last-child {
  margin-bottom: 0;
}
.your-order-area .your-order-wrap .your-order-middle ul li span {
  float: right;
  font-size: 16px;
}
.your-order-area .your-order-wrap .payment-method {
  margin: 17px 0 0;
}
.your-order-area .your-order-wrap .payment-method .sin-payment {
  margin-bottom: 20px;
}
.your-order-area .your-order-wrap .payment-method .sin-payment input {
  width: auto;
  display: inline-block;
  float: left;
  height: auto;
  margin-top: 5px;
}
.your-order-area .your-order-wrap .payment-method .sin-payment label {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0px 0 0 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .your-order-area .your-order-wrap .payment-method .sin-payment label {
    display: block;
  }
}
.your-order-area .your-order-wrap .payment-method .sin-payment label img {
  max-width: 140px;
  display: inline-block;
  margin: 0 5px;
}
.your-order-area .your-order-wrap .payment-method .sin-payment label a {
  text-decoration: underline;
}
.your-order-area .your-order-wrap .payment-method .sin-payment .payment-box {
  margin: 6px 0 0;
  display: none;
}
.your-order-area .your-order-wrap .payment-method .sin-payment .payment-box p {
  font-size: 14px;
  margin: 0;
}
.your-order-area .Place-order a {
  background-color: #c9b194;
  display: block;
  cursor: pointer;
  padding: 16px 50px 17px;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.your-order-area .Place-order a:hover {
  background-color: #333;
}

@media only screen and (max-width: 767px) {
  .checkout-main-area.pb-70 {
    padding-bottom: 50px;
  }
}

/*-------- 24. Compare style ---------*/
.table-responsive .table {
  width: 100%;
}

.compare-table .table tr {
  margin-bottom: 20px;
}
.compare-table .table tr td {
  padding: 20px 20px;
  vertical-align: middle;
  border-color: #ccc;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-table .table tr td {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .compare-table .table tr td {
    padding: 10px 20px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
  }
}
.compare-table .table tr td.first-column {
  min-width: 175px;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-table .table tr td.first-column {
    min-width: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .compare-table .table tr td.first-column {
    min-width: 100%;
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 35px;
  }
}
.compare-table .table tr td.product-image-title {
  min-width: 310px;
  vertical-align: bottom;
  text-align: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .compare-table .table tr td.product-image-title {
    min-width: 210px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-table .table tr td.product-image-title {
    min-width: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .compare-table .table tr td.product-image-title {
    min-width: 100%;
    width: 100%;
    overflow: hidden;
    padding: 20px;
  }
}
.compare-table .table tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
.compare-table .table tr td.product-image-title .image img {
  width: 100%;
}
.compare-table .table tr td.product-image-title .category {
  float: left;
  clear: both;
  color: #c9b194;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.compare-table .table tr td.product-image-title .title {
  float: left;
  clear: both;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-table .table tr td.product-image-title .title {
    font-size: 16px;
  }
}
.compare-table .table tr td.product-image-title .title:hover {
  color: #c9b194;
}
.compare-table .table tr td.pro-desc {
  min-width: 235px;
}
.compare-table .table tr td.pro-desc p {
  text-align: left;
  margin: 0;
}
.compare-table .table tr td.pro-price, .compare-table .table tr td.pro-color, .compare-table .table tr td.pro-stock {
  font-size: 14px;
  font-weight: 400;
}
.compare-table .table tr td.pro-remove button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
.compare-table .table tr td.pro-remove button:hover {
  color: #c9b194;
}
.compare-table .table tr td.pro-remove button i {
  font-size: 20px;
}
.compare-table .table tr td.pro-ratting i {
  color: #e7a415;
}

@media only screen and (max-width: 767px) {
  .compare-page-wrapper.pt-90 {
    padding-top: 20px;
  }
}
/*------ end Compare Page Wrapper -----*/
/*-------- 25. My account style ---------*/
.myaccount-tab-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.myaccount-tab-menu a {
  border: 1px solid #ccc;
  border-bottom: none;
  font-weight: 600;
  font-size: 13px;
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
}
.myaccount-tab-menu a:last-child {
  border-bottom: 1px solid #ccc;
}
.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
  background-color: #c9b194;
  border-color: #c9b194;
  color: #ffffff;
}
.myaccount-tab-menu a i.fa {
  font-size: 14px;
  text-align: center;
  width: 25px;
}

@media only screen and (max-width: 767px) {
  #myaccountContent {
    margin-top: 30px;
  }
}

.myaccount-content {
  border: 1px solid #eeeeee;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .myaccount-content {
    padding: 20px 15px;
  }
}
.myaccount-content form {
  margin-top: -20px;
}
.myaccount-content h3 {
  font-size: 20px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-weight: 600;
}
.myaccount-content .welcome a:hover {
  color: #c9b194;
}
.myaccount-content .welcome strong {
  font-weight: 600;
  color: #c9b194;
}
.myaccount-content fieldset {
  margin-top: 20px;
}
.myaccount-content fieldset legend {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.myaccount-content .account-details-form {
  margin-top: 50px;
}
.myaccount-content .account-details-form .single-input-item {
  margin-bottom: 20px;
}
.myaccount-content .account-details-form .single-input-item label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px;
}
.myaccount-content .account-details-form .single-input-item input {
  border: 1px solid #e8e8e8;
  height: 50px;
  background-color: transparent;
  padding: 2px 20px;
  color: #1f2226;
  font-size: 13px;
}
.myaccount-content .account-details-form .single-input-item input:focus {
  border: 1px solid #343538;
}
.myaccount-content .account-details-form .single-input-item button {
  border: none;
  background-color: #c9b194;
  text-transform: uppercase;
  font-weight: 600;
  padding: 9px 25px;
  color: #fff;
  font-size: 13px;
}
.myaccount-content .account-details-form .single-input-item button:hover {
  background-color: #1f2226;
}

.myaccount-table {
  white-space: nowrap;
  font-size: 14px;
}
.myaccount-table table th,
.myaccount-table .table th {
  padding: 10px;
  font-weight: 600;
  background-color: #f8f8f8;
  border-color: #ccc;
  border-bottom: 0;
  color: #1f2226;
}
.myaccount-table table td,
.myaccount-table .table td {
  padding: 10px;
  vertical-align: middle;
  border-color: #ccc;
}

.saved-message {
  background-color: #fff;
  border-top: 3px solid #c9b194;
  font-size: 14px;
  padding: 20px 0;
  color: #333;
}

/*-------- Start My Account Page Wrapper --------*/
/*-------- 26. About us style ---------*/
@media only screen and (max-width: 767px) {
  .about-us-content {
    margin-top: 30px;
  }
}
.about-us-content h2 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 24px;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1;
  color: #1a2b4c;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-content h2 {
    font-size: 32px;
    margin-bottom: 18px;
    padding-bottom: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-content h2 {
    font-size: 25px;
    margin-bottom: 15px;
    padding-bottom: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-content h2 {
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 19px;
  }
}
.about-us-content h2 span {
  color: #c9b194;
}

.about-us-content p {
  margin: 0;
  color: #333;
  font-size: 15px;
  line-height: 26px;
}
.about-us-content p.peragraph-blog {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-content p.peragraph-blog {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-content p.peragraph-blog {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 15px;
  }
}
.about-us-content .about-us-btn {
  margin-top: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-content .about-us-btn {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-content .about-us-btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-content .about-us-btn {
    margin-top: 20px;
  }
}
.about-us-content .about-us-btn a {
  display: inline-block;
  background-color: #c9b194;
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  z-index: 1;
  padding: 20px 42px;
  border-radius: 50px;
  font-size: 16px;
  overflow: hidden;
}

.about-us-img {
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-img {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-img {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-img {
    margin-right: 0px;
  }
}
.about-us-img img {
  width: 100%;
}

.sin-testimonial .client-content {
  border: 1px solid #e7e9ec;
  padding: 40px 40px 65px;
}
@media only screen and (max-width: 767px) {
  .sin-testimonial .client-content {
    padding: 40px 22px 65px;
  }
}
.sin-testimonial .client-content p {
  color: #333;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.sin-testimonial .client-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  margin-left: 32px;
  margin-top: -44px;
  padding-right: 18px;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .sin-testimonial .client-info {
    margin-left: 10px;
  }
}
.sin-testimonial .client-info h5 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0 22px 0 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sin-testimonial .client-info h5 {
    font-size: 14px;
  }
}
.sin-testimonial .client-info h5::before {
  background-color: #95999e;
  content: "";
  height: 1px;
  position: absolute;
  right: -15px;
  top: 8px;
  width: 7px;
}
.sin-testimonial .client-info span {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.testimonial-active.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.team-wrapper .team-img {
  overflow: hidden;
  position: relative;
}
.team-wrapper .team-img a img {
  width: 100%;
}
.team-wrapper .team-img .team-action {
  background: #fff none repeat scroll 0 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  width: 100%;
  z-index: 5;
}
.team-wrapper .team-img .team-action a {
  color: #fff;
  font-size: 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 7px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
}
.team-wrapper .team-img .team-action a.facebook {
  background-color: #3b5998;
  border: 1px solid #3b5998;
}
.team-wrapper .team-img .team-action a.facebook:hover {
  background-color: transparent;
  color: #3b5998;
}
.team-wrapper .team-img .team-action a.twitter {
  background-color: #55acee;
  border: 1px solid #55acee;
}
.team-wrapper .team-img .team-action a.twitter:hover {
  background-color: transparent;
  color: #55acee;
}
.team-wrapper .team-img .team-action a.instagram {
  background-color: #c32aa3;
  border: 1px solid #c32aa3;
}
.team-wrapper .team-img .team-action a.instagram:hover {
  background-color: transparent;
  color: #c32aa3;
}
.team-wrapper .team-content {
  padding: 20px 10px 21px;
  -webkit-box-shadow: 0 3px 5px rgba(85, 85, 85, 0.2);
          box-shadow: 0 3px 5px rgba(85, 85, 85, 0.2);
}
.team-wrapper .team-content h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 5px;
  text-transform: capitalize;
  color: #333;
}
.team-wrapper .team-content span {
  font-size: 15px;
  font-style: italic;
  color: #555;
}
.team-wrapper:hover .team-action {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

@media only screen and (max-width: 767px) {
  .team-area.pt-60 {
    padding-top: 20px;
  }
  .team-area.pb-60 {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-area.pt-60 {
    padding-top: 20px;
  }
  .testimonial-area.pb-80 {
    padding-bottom: 40px;
  }
}

.cleader{
    position: absolute;
    top: 490px;
    width: 11%;
    right: 50px;
}
.icn1 {
    font-size:30px!important;
}

.checkout-blling-sec, .checkout-card-sec {
    background: #fff;
    /* padding: 0 20px 50px; */
    -webkit-box-shadow: 0px 34px 90px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 34px 90px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 34px 90px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    height: 100%;
}
.checkout-blling-sec h3, .checkout-card-sec h3 {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    background: #c9b194;
    padding: 14px 22px;
    text-align: left;
    border: none;
    margin-bottom: 20px;
}
.checkout-blling-sec div#new-checkout-address, .checkout-card-sec form {
    padding: 0 20px 50px;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.question1{
        padding-top: 4px;
    margin: -6px 15px;
    display: flex;
    width: 10%;
    justify-content: center;
    text-align: center;
}
checkbox{
    height:10px;
}
.chkout_sec{
    padding: 100px 0;
}
.slider-area{
    background: url(../images/banner1.jpg)no-repeat center;
    background-size: cover;
    padding: 100px;
}

.slider-content-4 h3{
    font-size: 20px;
    /* font-family: "Poppins", serif; */
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px 0;
    color: #c9b194;
}
.cate-sec {
    padding: 40px;
    height: 245px;
}
.all-cate {
    padding: 40px 0;
}
.cate-sec h2{
    font-size: 19px;
    color: #000;
    font-weight: lighter;
}
.cate-sec p{
    font-size: 16px;
    color: #000;
        margin-bottom: 25px;
}
.cate-sec a{
    font-size: 17px;
    background: #c9b194;
    color: #fff;
    padding: 10px 30px;
    border-radius: 20px;
}
.cate-sec a:hover{
    background: #c9b194;
}
.catesec-dif h2{
color: #fff;
}
.catesec-dif p{
    color: #fff;
}
.catesec-dif a{
    /* background: #fff; */
    color: #000;
}
.catesec-dif a:hover{
    background: #c9b194;
}
.catesec-dif .text_blur {backdrop-filter: blur(2px);width: 76%;padding: 10px;border-radius: 20px;border: 5px solid #ffffff17;}


.feat-icon{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
}
.feat-icon i{
        font-size: 24px !important;
        color: #c9b194;
}
.feature-wrap {
    text-align: center;
    border: 1px solid #ddd;
    padding: 23px;
    height: 81%;
    background: #3e648d;
    color: #fff;
    border-radius: 20px;
}
.arrive-title{
    font-size: 51px;
    margin-bottom: 50px;
    font-weight: 600;
    color: #403325;
}
.about-us-content h3{
    font-size: 40px;
    font-weight: 600;
}
.about-us-area{
    background: #f3f3f3;
    padding: 80px 0;
    margin-bottom: 33px;
}
.rcp-pic img {
    width: 100px;
}
.breadcrumb-item a i{
    margin-right: 3px;
    font-size: 14px;
}
.last-list{
    position: relative;
}
.last-list::before{
    position: absolute;
    content: "";
    background: #000000;
    height: 6px;
    width: 6px;
    left: -9px;
    top: 9px;
    border-radius: 10px;
}
.ab-sec{
    margin: 100px 0;
}
.ab-cont{
    margin-top: 40px;
}
.qty-title{
    font-size: 20px;
    margin-top: 20px;
}
#cookiePopup h4 {
        font-size: 25px;
        color: #fff;
        margin-bottom: 15px;
    }

    #cookiePopup p {
        font-size: 15px;
        color: #fff;
        margin-bottom: 15px;
        letter-spacing: 1px;
        line-height: 1.5;
        max-width: 850px;
    }

    #cookiePopup p a {
        color: #fff;
        text-decoration: underline;
    }

    .cookieBtns {
        display: inline-flex;
        gap: 10px;
    }

    .cookieBtns button {
        font-size: 15px;
        margin: 10px 0;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        background: #666666;
        cursor: pointer;
        transition: all 0.5s ease;
        border: 2px solid #fff;
    }

    .cookieBtns button:last-child {
        background-color: #fff;
        color: #666 !important;
    }
    .contact-info {
    /* background: #ddd; */
    border: 1px solid #dddddd80;
    padding: 30px;
    border-radius: 16px;
    height: 84%;
    margin-top: 30px;
}
.cart-btn a {
    background: #c9b194;
    color: #ffffff !important;
    font-family: "Nunito Sans", sans-serif;
    font-size: 13px;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 600;
    display: block;
    /* margin-right: 24px; */
    transition: .3sease;
    border: 2px solid transparent;
    text-transform: capitalize;
    width: 151px;
}
.cart-btn a:hover {
    background: #000000;
    border: 2px solid #000;
    /* color: #ddd; */
}
.login-bg{
    background: url(../images/log-bg.jpg)no-repeat;
    background-position: left;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-dashboard {
    padding: 30px;
    background: #fff;
    box-shadow: 0px 2px 48px #0000000d;
    position: relative;
    text-align: center;
}

.login-form {
    margin: 10px 0 0 0;
    width: 100%;
    border: 1px solid #ddd;
    padding: 12px;
    padding-left: 40px;
}

.login-form.user{
    background: url(../images/user.png);
    background-size: 15px;
    background-position: 2% center;
    background-repeat: no-repeat;
}

.login-form.password{
    background: url(../images/password.png);
    background-size: 15px;
    background-position: 2% center;
    background-repeat: no-repeat;
}
.frm-btn {
    background: #3b644e;
    position: relative;
    color: #fff;
    padding: 15px 30px;
    margin: 0 auto;
    width: 68%;
    display: block;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    box-shadow: rgb(40 40 40 / 32%) 0px 25px 20px -20px;
    z-index: 0;
    border: 2px solid #cec22e;
}
.frm-btn:hover {
    color: #fff;
    box-shadow: rgb(0 0 0 / 17%) 0px 30px 34px -3px;
    transition: all 0.5sease;
}
.back-home {
    width: 40px;
    height: 40px;
    background: #000;
    position: absolute;
    top: 5px;
    right: 6px;
    z-index: 11;
    border-radius: 50px;
    padding: 8px;
}
.site-logo img {
    width: auto;
    height: 70px;
}
.login-dashboard{
    margin: 100px 0;
}
.back-home img {
    filter: invert(1);
}


.sidebar {
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99;
  padding-bottom: 50px;
  position: fixed;
  width: 270px;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto;
      background: #d9d9d9;
  box-shadow: 0 12px 30px rgba(80, 143, 244, 0.1);
  transition: .3s;
}


.sidebar .small_logo {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  
  .sidebar.hide_vertical_menu {
    left: -20%;
  }
}

@media (min-width: 1201px) {
  
  .sidebar.hide_vertical_menu {
    left: -270px;
  }
}

@media (max-width: 991px) {
  
  .sidebar {
    left: -280px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 0;
    width: 280px;
    background: #fff;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  
  .sidebar {
    width: 20%;
  }
}


.sidebar .logo {
margin: 0px;
    background: #d9d9d9;
    padding: 24px;
    margin-bottom: 20px;
}


.sidebar .logo .large_logo img {
  width: 180px;
}

@media (max-width: 991px) {
  
  .sidebar .logo {
    padding: 30px;
  }
}


.sidebar .menu-text {
  font-size: 12px;
  color: #B1BDCB;
  font-weight: 600;
  margin: 0;
  padding: 12px 0 12px 24px;
  text-transform: uppercase;
}


.sidebar .menu-text i {
  display: none;
}


.sidebar .single_sidebar_tittle i {
  font-size: 18px;
  margin-right: 12px;
  color: #f8dbdd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}


.sidebar .single_sidebar_tittle a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  padding: 10px 25px 10px 40px;
  width: 100%;
  display: flex;
  align-items: center;
  transition: .3s;
  position: relative;
  z-index: 0;
  border-top: 1px solid transparent;
  background: transparent;
}


.sidebar .single_sidebar_tittle a::before {
  position: absolute;
  right: 0;
  background: #2E4765;
  width: 0px;
  top: 0;
  bottom: 0;
  content: '';
  opacity: 0;
  transition: .3s;
  right: 0px;
  visibility: hidden;
}


.sidebar .single_sidebar_tittle a.current_active i {
  color: #2E4765;
}


.sidebar .single_sidebar_tittle a.current_active::before {
  opacity: 1;
  width: 3px;
  visibility: visible;
}


.sidebar .single_sidebar_tittle a:hover::before {
  opacity: 1;
  right: 0;
  visibility: visible;
  width: 3px;
}


.sidebar .single_sidebar_tittle a.normal_title {
  padding: 28px 25px 18px 40px;
  background: #fff7f8;
  border-top: 1px solid #eee1e2;
}


.sidebar .single_sidebar_tittle a.normal_title:after {
  position: absolute;
  right: 40px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  color: #cec1c2;
  font-weight: 600;
  font-size: 14px;
}


.sidebar .single_sidebar_tittle a.normal_title.collapsed {
  padding: 10px 25px 10px 40px;
  background: #fff;
  border-top: 1px solid transparent;
}


.sidebar .single_sidebar_tittle a.normal_title.collapsed:after {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  color: #cec1c2;
  font-weight: 600;
  font-size: 14px;
}


.sidebar .single_sidebar_tittle:hover {
  background-color: #192434;
}


.sidebar .single_sidebar_tittle:hover i {
  color: #2E4765;
}


.sidebar .single_menu_item {
  padding-left: 36px;
  margin: 6px 0;
  line-height: 21px;
}


.sidebar .single_menu_item:hover {
  padding-left: 55px !important;
}


.sidebar .sidebar_iner ul li {
  list-style: none;
}


.sidebar .sidebar_iner ul li .submenu {
  background: #fff7f8;
  padding: 0px 0px 0px 70px !important;
  border-bottom: 1px solid #eee1e2;
}


.sidebar .sidebar_iner ul li .submenu li a {
  font-size: 13px;
  line-height: 36px;
  color: #7e7172;
  font-weight: 400;
}


.sidebar .sidebar_iner ul li .submenu li:last-child {
  padding-bottom: 18px;
}

@media (max-width: 991px) {
  
  .active_sidebar {
    left: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  }
}


.sidebar_close_icon i {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 30px;
  font-size: 25px;
  top: 29px;
  cursor: pointer;
  color: #222222;
}


.sidebar_widget .white_box {
  padding: 30px;
}

@media (max-width: 991px) {
  
  .sidebar_widget .white_box {
    padding: 25px 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  
  .sidebar_widget .white_box {
    padding: 15px;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  
  .sidebar_widget .white_box {
    padding: 25px 15px;
  }
}


.sidebar_widget .white_box .btn_2 {
  margin-top: 25px;
  width: 100%;
  text-align: center;
  padding: 16px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  
  .sidebar_widget .white_box .btn_2 {
    padding: 12px 7px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  
  .sidebar_widget .white_box .btn_1 {
    padding: 8px 10px;
    font-size: 11px;
  }
}


.sidebar_widget .date_range {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 6px 0 18px;
}


.sidebar_widget .date_range .btn_3 {
  border-radius: 5px;
  font-size: 13px;
  font-weight: 300;
}


.sidebar_widget .date_range i {
  display: none;
}


.sidebar_widget .date_range .start_date, .sidebar_widget .date_range .end_date {
  width: 115px;
}


.sidebar_widget .date_range .start_date input, .sidebar_widget .date_range .end_date input {
  width: 100%;
  border: 1px solid #e4e8ec;
  color: #7e7172;
  font-size: 13px;
  padding: 11px 20px;
  border-radius: 5px;
  font-weight: 300;
}


.sidebar_widget .date_range .start_date ::placeholder, .sidebar_widget .date_range .end_date ::placeholder {
  color: #7e7172;
}



.sidebar #sidebar_menu > li {
      display: inherit;
      font-size: 16px;
      font-weight: 400;
      color: #144339;
      background: #fff;
      transition: .3s;
      z-index: 0;
      align-items: center;
      font-family: 'Outfit', sans-serif;
      padding: 10px;
      background: #fff;
      margin-bottom: 10px;
}


.sidebar #sidebar_menu > li button {
  border: none;
  background: transparent;
  padding: 0;
}


.sidebar #sidebar_menu > li:hover {
     color: #000000 !important;
       background: #98c2d7;
}


.sidebar #sidebar_menu > li.active {
     color: #000000;
        background: #ff5c01;
}


.sidebar #sidebar_menu > li a:hover::before {
  width: 6px;
  opacity: 1;
  visibility: visible;
}


.sidebar #sidebar_menu > li > a {
  color: #144339;
}


.sidebar #sidebar_menu > li.mm-active > a {
  background: #fff;
  border-radius: 30px;
  color: #144339;
  border-radius: 4px 4px 0 0;
  background: transparent;
}


.sidebar #sidebar_menu > li.mm-active > a::after {
  color: #8890B5;
  transform: rotate(0deg) translate(0, -50%);
  opacity: 1;
  font-size: 10px;
  right: 15px;
}


.sidebar #sidebar_menu > li.mm-active.metis_dropmenu > a {
  padding-top: 29px;
  padding-bottom: 30px;
  color: #A5ADC6;
}


.sidebar #sidebar_menu > li.mm-active > a i {
  color: #A5ADC6;
}


.sidebar #sidebar_menu > li.mm-active > a::before {
  opacity: 1;
  width: 6px;
  visibility: visible;
}


.sidebar #sidebar_menu > li ul {
  padding: 0px 0px 5px 40px;
  background: transparent;
  border-radius: 0 0 4px 4px;
  margin-left: 30px;
  background: #fff;
}


.sidebar #sidebar_menu > li ul li:last-child a {
  padding-bottom: 30px;
}


.sidebar #sidebar_menu > li ul li a {
  font-size: 14px;
  color: #8890B5;
  font-weight: 400;
  padding: 0;
  white-space: nowrap;
  padding: 0;
  padding: 10px 0 10px 8px !important;
  margin-top: 0;
  margin-left: 0;
  text-transform: capitalize;
}


.sidebar #sidebar_menu > li ul li a::before {
  display: none;
}


.sidebar #sidebar_menu > li ul li a.active {
  color: #F65365 !important;
}


.sidebar #sidebar_menu > li ul li ul {
  padding-left: 5px;
}


.admin_profile_Wrap {
  margin-bottom: 30px;
}


.admin_profile_Wrap ul li {
  background: #fff7f8;
  border-top: 1px solid #eee1e2;
  border-bottom: 1px solid #eee1e2;
  padding: 30px 0 30px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  
  .admin_profile_Wrap ul li {
    padding: 30px 0 30px 20px;
  }
}


.admin_profile_Wrap ul li a {
  display: block;
}


.admin_profile_Wrap ul li a .admin_profile_inner .thumb img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}


.admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext {
  margin-left: 15px;
}


.admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext h5 {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 1px;
  white-space: nowrap;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  
  .admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext h5 {
    font-size: 12px;
  }
}


.admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext span {
  display: block;
  font-size: 12px;
  color: #7e7172;
  font-weight: 300;
  white-space: nowrap;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  
  .admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext span {
    font-size: 11px;
  }
}


.admin_profile_Wrap ul li ul {
  padding-left: 70px;
}


.admin_profile_Wrap ul li ul li {
  padding: 0;
  border: 0;
}


.admin_profile_Wrap ul li ul li a {
  font-size: 13px;
  color: #7e7172;
  font-weight: 400;
  padding-bottom: 17px;
}


.admin_profile_Wrap ul li ul li:last-child a {
  padding-bottom: 0;
}


.admin_profile_Wrap ul li ul li:first-child a {
  margin-top: 29px;
}


.admin_profile_Wrap .metismenu .has-arrow::after {
  top: 38%;
}


.sidebar::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  background-color: #ddd;
}


.sidebar::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 6px;
  background-color: #ddd;
}


.sidebar::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  background-color: #f8dbdd;
}
.cmn_btn {
    display: inline-block;
    background-color: #000000;
    color: #fff;
    border-radius: 30px;
    font-family: "Poppins", sans-serif;
    padding: 12px 30px;
    font-size: 16px;
    transition: 0.3s allease-in-out;
    border: none;
    border-radius: 0px;
}
.thanks-body .form-control {
    display: block;
    width: 42%!important;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 0 auto;
}

.main_content {
  padding-left: 270px;
  width: 100%;
  padding-top: 0px !important;
  transition: .5s;
  position: relative;
  min-height: 100vh;
  padding-bottom: 99px;
  background: #efefec;
}


.main_content.full_main_content {
  padding-left: 136px;
}


.main_content.main_content_padding_hide {
  padding-left: 0px;
  padding-top: 100px !important;
}

@media (max-width: 991px) {
  
  .main_content {
    padding: 90px 0 100px 0;
  }
}

@media (max-width: 575.98px) {
  
  .main_content {
    padding: 120px 0 100px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  
  .main_content {
    padding: 120px 0 100px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .main_content {
    padding: 120px 0 100px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  
  .main_content {
    padding-left: 20%;
  }
}


.main_content.default_content .main_content_iner {
  margin: 0;
  border-radius: 0;
}


.main_content .main_content_iner {
  min-height: 68vh;
    transition: .5s;
    position: relative;
    background: #efefec;
    margin: 0;
    z-index: 22;
    border-radius: 0px;
    padding: 30px 30px;
}


.main_content .main_content_iner.default_main_contaner_iner {
  background: #FFFFFF;
}


.main_content .main_content_iner.default_main_contaner_iner::before {
  display: none;
}

@media (max-width: 991px) {
  
  .main_content .main_content_iner {
    margin: 0;
    padding: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  
  .main_content .main_content_iner.main_content_iner_padding {
    padding: 0 30px 0 30px;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  
  .main_content .main_content_iner.main_content_iner_padding {
    padding: 0 60px 0 60px;
  }
}

@media (min-width: 1680px) {
  
  .main_content .main_content_iner.main_content_iner_padding {
    padding: 0 135px 0 135px;
  }
}

@media (max-width: 575.98px) {
  
  .main_content .main_content_iner {
    margin-bottom: 20px;
  }
}

.page_title_left h3 {
  color: #242934;
  font-size: 25px;
  font-weight: 900;
}
.table thead.thead-primary {
    background: #99b19c;
}
.table thead th {
    border: none;
    padding: 30px;
    font-size: 13px;
    font-weight: 500;
    color: white;
}
.navbar-nav{
    display: flex;
    flex-direction: row;
}
input.nav-link.logout-style {
    background: #1f1f1f;
    color: #fff !important;
    font-family: "Nunito Sans", sans-serif;
    font-size: 13px;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 600;
    border: 0;
    text-transform: uppercase;
}
.navbar-nav li {
    margin: 0px 3px;
}
.table tbody td .img {
    width: 100px;
    height: 80px;
}
.table tbody td .email span:last-child {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3);
}
.table-wrap {
    background: #fff;
}
.table tbody th, .table tbody td {
    border: none;
    padding: 30px;
    font-size: 14px;
    background: #fff;
    border-bottom: 4px solid #f8f9fd;
    vertical-align: middle;
} 
.table tbody td.quantity {
    width: 10%;
}
.breadcrumb-item a:hover{
    color: #000;
}
.pro-tb th{
     color: #000 !important;
    font-size: 19px !important;
}
select.select_prod {
    background: #eee;
}
.prod-cate img{border-radius: 10px;border: 1px solid #ddd;object-fit: cover;/* height: 258px; *//* width: 100%; */}
.pro-cat-details h4{
    font-size: 20px;
    margin-top: 20px;
    font-weight: 600;
}
.pro-cat-details a{
    display: block;
    color: #c9b194;
}