/*-----------------------------------------------------------------------------------



    Site Designer: Bikash Bhandari;

    Web: www.bhandaribikash.com.np;

    email: bikash.433@gmail.com;

    Version: 2.0

/*----------------------------------------*/

/*  01. default CSS

/*----------------------------------------*/

/*-- Google Font --*/

/* @import url("https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap"); */

/*-- Common Style --*/

*,
*::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: normal;

  visibility: visible;

  font-family: "Nunito", sans-serif;

  color: #444444;

  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #202020;

  font-family: "Nunito", sans-serif;

  font-weight: 500;

  margin-top: 0;
}

h1 {
  font-size: 36px;

  line-height: 42px;
}

h2 {
  font-size: 30px;

  line-height: 36px;
}

h3 {
  font-size: 24px;

  line-height: 30px;
}

h4 {
  font-size: 18px;

  line-height: 24px;
}

h5 {
  font-size: 14px;

  line-height: 18px;
}

h6 {
  font-size: 12px;

  line-height: 14px;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;

  display: inline-block;

  line-height: inherit;

  text-decoration: none;

  cursor: pointer;
}

a,
button,
img,
input,
span {
  -webkit-transition: all 0.1s ease 0s;

  -o-transition: all 0.1s ease 0s;

  transition: all 0.1s 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%;
}

@media only screen and (max-width: 767px) {
  .container {
    width: 450px;
  }

  .conf_order > div {
    width: 100% !important;
  }
}

@media only screen and (max-width: 479px) {
  .container {
    width: 99%;
  }

  .adv_header {
    width: 100% !important;
  }

  .adv_header > div {
    width: 100%;
  }
}

.bold {
  font-weight: 700;
}

.semi-bold {
  font-weight: 700;
}

.medium {
  font-weight: 600;
}

.light {
  font-weight: 300;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.no-gutters {
  margin-left: 0;

  margin-right: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;

  padding-left: 0;

  margin: 0;
}

/*-- Container Fluid --*/

.container-fluid {
  padding: 0 150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container-fluid {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container-fluid {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .container-fluid {
    padding: 0 15px;

    width: 450px;
  }
}

@media only screen and (max-width: 479px) {
  .container-fluid {
    padding: 0 15px;

    width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .footer-section .container-fluid {
    padding: 0 15px;

    width: 1200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section .container-fluid {
    padding: 0 15px;

    width: 960px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-section .container-fluid {
    padding: 0 15px;

    width: 750px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-section .container-fluid {
    padding: 0 15px;

    width: 450px;
  }
}

@media only screen and (max-width: 479px) {
  .footer-section .container-fluid {
    padding: 0 15px;

    width: 320px;
  }
}

/*-- 

    - Margin & Padding

-----------------------------------------*/

/*-- Margin Top --*/

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.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-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-5 {
  margin-top: 5px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sm-5 {
    margin-top: 5px;
  }

  .mt-sm-10 {
    margin-top: 10px;
  }

  .mt-sm-15 {
    margin-top: 15px;
  }

  .mt-sm-20 {
    margin-top: 20px;
  }

  .mt-sm-25 {
    margin-top: 25px;
  }

  .mt-sm-30 {
    margin-top: 30px;
  }

  .mt-sm-35 {
    margin-top: 35px;
  }

  .mt-sm-40 {
    margin-top: 40px;
  }

  .mt-sm-45 {
    margin-top: 45px;
  }

  .mt-sm-50 {
    margin-top: 50px;
  }

  .mt-sm-55 {
    margin-top: 55px;
  }

  .mt-sm-60 {
    margin-top: 60px;
  }

  .mt-sm-65 {
    margin-top: 65px;
  }

  .mt-sm-70 {
    margin-top: 70px;
  }

  .mt-sm-75 {
    margin-top: 75px;
  }

  .mt-sm-80 {
    margin-top: 80px;
  }

  .mt-sm-85 {
    margin-top: 85px;
  }

  .mt-sm-90 {
    margin-top: 90px;
  }

  .mt-sm-95 {
    margin-top: 95px;
  }

  .mt-sm-100 {
    margin-top: 100px;
  }

  .mt-sm-105 {
    margin-top: 105px;
  }

  .mt-sm-110 {
    margin-top: 110px;
  }

  .mt-sm-115 {
    margin-top: 115px;
  }

  .mt-sm-120 {
    margin-top: 120px;
  }

  .mt-sm-125 {
    margin-top: 125px;
  }

  .mt-sm-130 {
    margin-top: 130px;
  }

  .mt-sm-135 {
    margin-top: 135px;
  }

  .mt-sm-140 {
    margin-top: 140px;
  }

  .mt-sm-145 {
    margin-top: 145px;
  }

  .mt-sm-150 {
    margin-top: 150px;
  }

  .mt-sm-155 {
    margin-top: 155px;
  }

  .mt-sm-160 {
    margin-top: 160px;
  }

  .mt-sm-165 {
    margin-top: 165px;
  }

  .mt-sm-170 {
    margin-top: 170px;
  }

  .mt-sm-175 {
    margin-top: 175px;
  }

  .mt-sm-180 {
    margin-top: 180px;
  }

  .mt-sm-185 {
    margin-top: 185px;
  }

  .mt-sm-190 {
    margin-top: 190px;
  }

  .mt-sm-195 {
    margin-top: 195px;
  }

  .mt-sm-200 {
    margin-top: 200px;
  }
}

/*-- 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;
}

.mb-5 {
  margin-bottom: 5px !important;
}

@media only screen and (max-width: 767px) {
  .mb-sm-5 {
    margin-bottom: 5px;
  }

  .mb-sm-10 {
    margin-bottom: 10px;
  }

  .mb-sm-15 {
    margin-bottom: 15px;
  }

  .mb-sm-20 {
    margin-bottom: 20px;
  }

  .mb-sm-25 {
    margin-bottom: 25px;
  }

  .mb-sm-30 {
    margin-bottom: 30px;
  }

  .mb-sm-35 {
    margin-bottom: 35px;
  }

  .mb-sm-40 {
    margin-bottom: 40px;
  }

  .mb-sm-45 {
    margin-bottom: 45px;
  }

  .mb-sm-50 {
    margin-bottom: 50px;
  }

  .mb-sm-55 {
    margin-bottom: 55px;
  }

  .mb-sm-60 {
    margin-bottom: 60px;
  }

  .mb-sm-65 {
    margin-bottom: 65px;
  }

  .mb-sm-70 {
    margin-bottom: 70px;
  }

  .mb-sm-75 {
    margin-bottom: 75px;
  }

  .mb-sm-80 {
    margin-bottom: 80px;
  }

  .mb-sm-85 {
    margin-bottom: 85px;
  }

  .mb-sm-90 {
    margin-bottom: 90px;
  }

  .mb-sm-95 {
    margin-bottom: 95px;
  }

  .mb-sm-100 {
    margin-bottom: 100px;
  }

  .mb-sm-105 {
    margin-bottom: 105px;
  }

  .mb-sm-110 {
    margin-bottom: 110px;
  }

  .mb-sm-115 {
    margin-bottom: 115px;
  }

  .mb-sm-120 {
    margin-bottom: 120px;
  }

  .mb-sm-125 {
    margin-bottom: 125px;
  }

  .mb-sm-130 {
    margin-bottom: 130px;
  }

  .mb-sm-135 {
    margin-bottom: 135px;
  }

  .mb-sm-140 {
    margin-bottom: 140px;
  }

  .mb-sm-145 {
    margin-bottom: 145px;
  }

  .mb-sm-150 {
    margin-bottom: 150px;
  }

  .mb-sm-155 {
    margin-bottom: 155px;
  }

  .mb-sm-160 {
    margin-bottom: 160px;
  }

  .mb-sm-165 {
    margin-bottom: 165px;
  }

  .mb-sm-170 {
    margin-bottom: 170px;
  }

  .mb-sm-175 {
    margin-bottom: 175px;
  }

  .mb-sm-180 {
    margin-bottom: 180px;
  }

  .mb-sm-185 {
    margin-bottom: 185px;
  }

  .mb-sm-190 {
    margin-bottom: 190px;
  }

  .mb-sm-195 {
    margin-bottom: 195px;
  }

  .mb-sm-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;
}

.ml-5 {
  margin-left: 5px !important;
}

@media only screen and (max-width: 767px) {
  .ml-sm-5 {
    margin-left: 5px;
  }

  .ml-sm-10 {
    margin-left: 10px;
  }

  .ml-sm-15 {
    margin-left: 15px;
  }

  .ml-sm-20 {
    margin-left: 20px;
  }

  .ml-sm-25 {
    margin-left: 25px;
  }

  .ml-sm-30 {
    margin-left: 30px;
  }

  .ml-sm-35 {
    margin-left: 35px;
  }

  .ml-sm-40 {
    margin-left: 40px;
  }

  .ml-sm-45 {
    margin-left: 45px;
  }

  .ml-sm-50 {
    margin-left: 50px;
  }

  .ml-sm-55 {
    margin-left: 55px;
  }

  .ml-sm-60 {
    margin-left: 60px;
  }

  .ml-sm-65 {
    margin-left: 65px;
  }

  .ml-sm-70 {
    margin-left: 70px;
  }

  .ml-sm-75 {
    margin-left: 75px;
  }

  .ml-sm-80 {
    margin-left: 80px;
  }

  .ml-sm-85 {
    margin-left: 85px;
  }

  .ml-sm-90 {
    margin-left: 90px;
  }

  .ml-sm-95 {
    margin-left: 95px;
  }

  .ml-sm-100 {
    margin-left: 100px;
  }

  .ml-sm-105 {
    margin-left: 105px;
  }

  .ml-sm-110 {
    margin-left: 110px;
  }

  .ml-sm-115 {
    margin-left: 115px;
  }

  .ml-sm-120 {
    margin-left: 120px;
  }

  .ml-sm-125 {
    margin-left: 125px;
  }

  .ml-sm-130 {
    margin-left: 130px;
  }

  .ml-sm-135 {
    margin-left: 135px;
  }

  .ml-sm-140 {
    margin-left: 140px;
  }

  .ml-sm-145 {
    margin-left: 145px;
  }

  .ml-sm-150 {
    margin-left: 150px;
  }

  .ml-sm-155 {
    margin-left: 155px;
  }

  .ml-sm-160 {
    margin-left: 160px;
  }

  .ml-sm-165 {
    margin-left: 165px;
  }

  .ml-sm-170 {
    margin-left: 170px;
  }

  .ml-sm-175 {
    margin-left: 175px;
  }

  .ml-sm-180 {
    margin-left: 180px;
  }

  .ml-sm-185 {
    margin-left: 185px;
  }

  .ml-sm-190 {
    margin-left: 190px;
  }

  .ml-sm-195 {
    margin-left: 195px;
  }

  .ml-sm-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;
}

.mr-5 {
  margin-right: 5px !important;
}

@media only screen and (max-width: 767px) {
  .mright-sm-5 {
    margin-right: 5px;
  }

  .mright-sm-10 {
    margin-right: 10px;
  }

  .mright-sm-15 {
    margin-right: 15px;
  }

  .mright-sm-20 {
    margin-right: 20px;
  }

  .mright-sm-25 {
    margin-right: 25px;
  }

  .mright-sm-30 {
    margin-right: 30px;
  }

  .mright-sm-35 {
    margin-right: 35px;
  }

  .mright-sm-40 {
    margin-right: 40px;
  }

  .mright-sm-45 {
    margin-right: 45px;
  }

  .mright-sm-50 {
    margin-right: 50px;
  }

  .mright-sm-55 {
    margin-right: 55px;
  }

  .mright-sm-60 {
    margin-right: 60px;
  }

  .mright-sm-65 {
    margin-right: 65px;
  }

  .mright-sm-70 {
    margin-right: 70px;
  }

  .mright-sm-75 {
    margin-right: 75px;
  }

  .mright-sm-80 {
    margin-right: 80px;
  }

  .mright-sm-85 {
    margin-right: 85px;
  }

  .mright-sm-90 {
    margin-right: 90px;
  }

  .mright-sm-95 {
    margin-right: 95px;
  }

  .mright-sm-100 {
    margin-right: 100px;
  }

  .mright-sm-105 {
    margin-right: 105px;
  }

  .mright-sm-110 {
    margin-right: 110px;
  }

  .mright-sm-115 {
    margin-right: 115px;
  }

  .mright-sm-120 {
    margin-right: 120px;
  }

  .mright-sm-125 {
    margin-right: 125px;
  }

  .mright-sm-130 {
    margin-right: 130px;
  }

  .mright-sm-135 {
    margin-right: 135px;
  }

  .mright-sm-140 {
    margin-right: 140px;
  }

  .mright-sm-145 {
    margin-right: 145px;
  }

  .mright-sm-150 {
    margin-right: 150px;
  }

  .mright-sm-155 {
    margin-right: 155px;
  }

  .mright-sm-160 {
    margin-right: 160px;
  }

  .mright-sm-165 {
    margin-right: 165px;
  }

  .mright-sm-170 {
    margin-right: 170px;
  }

  .mright-sm-175 {
    margin-right: 175px;
  }

  .mright-sm-180 {
    margin-right: 180px;
  }

  .mright-sm-185 {
    margin-right: 185px;
  }

  .mright-sm-190 {
    margin-right: 190px;
  }

  .mright-sm-195 {
    margin-right: 195px;
  }

  .mright-sm-200 {
    margin-right: 200px;
  }
}

/*-- Padding Top --*/

.pt-5 {
  padding-top: 5px;
}

.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-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-5 {
  padding-top: 5px !important;
}

@media only screen and (max-width: 767px) {
  .pt-sm-5 {
    padding-top: 5px;
  }

  .pt-sm-10 {
    padding-top: 10px;
  }

  .pt-sm-15 {
    padding-top: 15px;
  }

  .pt-sm-20 {
    padding-top: 20px;
  }

  .pt-sm-25 {
    padding-top: 25px;
  }

  .pt-sm-30 {
    padding-top: 30px;
  }

  .pt-sm-35 {
    padding-top: 35px;
  }

  .pt-sm-40 {
    padding-top: 40px;
  }

  .pt-sm-45 {
    padding-top: 45px;
  }

  .pt-sm-50 {
    padding-top: 50px;
  }

  .pt-sm-55 {
    padding-top: 55px;
  }

  .pt-sm-60 {
    padding-top: 60px;
  }

  .pt-sm-65 {
    padding-top: 65px;
  }

  .pt-sm-70 {
    padding-top: 70px;
  }

  .pt-sm-75 {
    padding-top: 75px;
  }

  .pt-sm-80 {
    padding-top: 80px;
  }

  .pt-sm-85 {
    padding-top: 85px;
  }

  .pt-sm-90 {
    padding-top: 90px;
  }

  .pt-sm-95 {
    padding-top: 95px;
  }

  .pt-sm-100 {
    padding-top: 100px;
  }

  .pt-sm-105 {
    padding-top: 105px;
  }

  .pt-sm-110 {
    padding-top: 110px;
  }

  .pt-sm-115 {
    padding-top: 115px;
  }

  .pt-sm-120 {
    padding-top: 120px;
  }

  .pt-sm-125 {
    padding-top: 125px;
  }

  .pt-sm-130 {
    padding-top: 130px;
  }

  .pt-sm-135 {
    padding-top: 135px;
  }

  .pt-sm-140 {
    padding-top: 140px;
  }

  .pt-sm-145 {
    padding-top: 145px;
  }

  .pt-sm-150 {
    padding-top: 150px;
  }

  .pt-sm-155 {
    padding-top: 155px;
  }

  .pt-sm-160 {
    padding-top: 160px;
  }

  .pt-sm-165 {
    padding-top: 165px;
  }

  .pt-sm-170 {
    padding-top: 170px;
  }

  .pt-sm-175 {
    padding-top: 175px;
  }

  .pt-sm-180 {
    padding-top: 180px;
  }

  .pt-sm-185 {
    padding-top: 185px;
  }

  .pt-sm-190 {
    padding-top: 190px;
  }

  .pt-sm-195 {
    padding-top: 195px;
  }

  .pt-sm-200 {
    padding-top: 200px;
  }
}

/*-- Padding Bottom --*/

.pb-5 {
  padding-bottom: 5px;
}

.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;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.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;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-5 {
  padding-bottom: 5px !important;
}

@media only screen and (max-width: 767px) {
  .pb-sm-5 {
    padding-bottom: 5px;
  }

  .pb-sm-10 {
    padding-bottom: 10px;
  }

  .pb-sm-15 {
    padding-bottom: 15px;
  }

  .pb-sm-20 {
    padding-bottom: 20px;
  }

  .pb-sm-25 {
    padding-bottom: 25px;
  }

  .pb-sm-30 {
    padding-bottom: 30px;
  }

  .pb-sm-35 {
    padding-bottom: 35px;
  }

  .pb-sm-40 {
    padding-bottom: 40px;
  }

  .pb-sm-45 {
    padding-bottom: 45px;
  }

  .pb-sm-50 {
    padding-bottom: 50px;
  }

  .pb-sm-55 {
    padding-bottom: 55px;
  }

  .pb-sm-60 {
    padding-bottom: 60px;
  }

  .pb-sm-65 {
    padding-bottom: 65px;
  }

  .pb-sm-70 {
    padding-bottom: 70px;
  }

  .pb-sm-75 {
    padding-bottom: 75px;
  }

  .pb-sm-80 {
    padding-bottom: 80px;
  }

  .pb-sm-85 {
    padding-bottom: 85px;
  }

  .pb-sm-90 {
    padding-bottom: 90px;
  }

  .pb-sm-95 {
    padding-bottom: 95px;
  }

  .pb-sm-100 {
    padding-bottom: 100px;
  }

  .pb-sm-105 {
    padding-bottom: 105px;
  }

  .pb-sm-110 {
    padding-bottom: 110px;
  }

  .pb-sm-115 {
    padding-bottom: 115px;
  }

  .pb-sm-120 {
    padding-bottom: 120px;
  }

  .pb-sm-125 {
    padding-bottom: 125px;
  }

  .pb-sm-130 {
    padding-bottom: 130px;
  }

  .pb-sm-135 {
    padding-bottom: 135px;
  }

  .pb-sm-140 {
    padding-bottom: 140px;
  }

  .pb-sm-145 {
    padding-bottom: 145px;
  }

  .pb-sm-150 {
    padding-bottom: 150px;
  }

  .pb-sm-155 {
    padding-bottom: 155px;
  }

  .pb-sm-160 {
    padding-bottom: 160px;
  }

  .pb-sm-165 {
    padding-bottom: 165px;
  }

  .pb-sm-170 {
    padding-bottom: 170px;
  }

  .pb-sm-175 {
    padding-bottom: 175px;
  }

  .pb-sm-180 {
    padding-bottom: 180px;
  }

  .pb-sm-185 {
    padding-bottom: 185px;
  }

  .pb-sm-190 {
    padding-bottom: 190px;
  }

  .pb-sm-195 {
    padding-bottom: 195px;
  }

  .pb-sm-200 {
    padding-bottom: 200px;
  }
}

/*-- Padding Left --*/

.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;
}

.pl-5 {
  padding-left: 5px !important;
}

@media only screen and (max-width: 767px) {
  .pl-sm-5 {
    padding-left: 5px;
  }

  .pl-sm-10 {
    padding-left: 10px;
  }

  .pl-sm-15 {
    padding-left: 15px;
  }

  .pl-sm-20 {
    padding-left: 20px;
  }

  .pl-sm-25 {
    padding-left: 25px;
  }

  .pl-sm-30 {
    padding-left: 30px;
  }

  .pl-sm-35 {
    padding-left: 35px;
  }

  .pl-sm-40 {
    padding-left: 40px;
  }

  .pl-sm-45 {
    padding-left: 45px;
  }

  .pl-sm-50 {
    padding-left: 50px;
  }

  .pl-sm-55 {
    padding-left: 55px;
  }

  .pl-sm-60 {
    padding-left: 60px;
  }

  .pl-sm-65 {
    padding-left: 65px;
  }

  .pl-sm-70 {
    padding-left: 70px;
  }

  .pl-sm-75 {
    padding-left: 75px;
  }

  .pl-sm-80 {
    padding-left: 80px;
  }

  .pl-sm-85 {
    padding-left: 85px;
  }

  .pl-sm-90 {
    padding-left: 90px;
  }

  .pl-sm-95 {
    padding-left: 95px;
  }

  .pl-sm-100 {
    padding-left: 100px;
  }

  .pl-sm-105 {
    padding-left: 105px;
  }

  .pl-sm-110 {
    padding-left: 110px;
  }

  .pl-sm-115 {
    padding-left: 115px;
  }

  .pl-sm-120 {
    padding-left: 120px;
  }

  .pl-sm-125 {
    padding-left: 125px;
  }

  .pl-sm-130 {
    padding-left: 130px;
  }

  .pl-sm-135 {
    padding-left: 135px;
  }

  .pl-sm-140 {
    padding-left: 140px;
  }

  .pl-sm-145 {
    padding-left: 145px;
  }

  .pl-sm-150 {
    padding-left: 150px;
  }

  .pl-sm-155 {
    padding-left: 155px;
  }

  .pl-sm-160 {
    padding-left: 160px;
  }

  .pl-sm-165 {
    padding-left: 165px;
  }

  .pl-sm-170 {
    padding-left: 170px;
  }

  .pl-sm-175 {
    padding-left: 175px;
  }

  .pl-sm-180 {
    padding-left: 180px;
  }

  .pl-sm-185 {
    padding-left: 185px;
  }

  .pl-sm-190 {
    padding-left: 190px;
  }

  .pl-sm-195 {
    padding-left: 195px;
  }

  .pl-sm-200 {
    padding-left: 200px;
  }
}

/*-- Padding Right --*/

.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;
}

.pr-5 {
  padding-right: 5px !important;
}

@media only screen and (max-width: 767px) {
  .pr-sm-5 {
    padding-right: 5px;
  }

  .pr-sm-10 {
    padding-right: 10px;
  }

  .pr-sm-15 {
    padding-right: 15px;
  }

  .pr-sm-20 {
    padding-right: 20px;
  }

  .pr-sm-25 {
    padding-right: 25px;
  }

  .pr-sm-30 {
    padding-right: 30px;
  }

  .pr-sm-35 {
    padding-right: 35px;
  }

  .pr-sm-40 {
    padding-right: 40px;
  }

  .pr-sm-45 {
    padding-right: 45px;
  }

  .pr-sm-50 {
    padding-right: 50px;
  }

  .pr-sm-55 {
    padding-right: 55px;
  }

  .pr-sm-60 {
    padding-right: 60px;
  }

  .pr-sm-65 {
    padding-right: 65px;
  }

  .pr-sm-70 {
    padding-right: 70px;
  }

  .pr-sm-75 {
    padding-right: 75px;
  }

  .pr-sm-80 {
    padding-right: 80px;
  }

  .pr-sm-85 {
    padding-right: 85px;
  }

  .pr-sm-90 {
    padding-right: 90px;
  }

  .pr-sm-95 {
    padding-right: 95px;
  }

  .pr-sm-100 {
    padding-right: 100px;
  }

  .pr-sm-105 {
    padding-right: 105px;
  }

  .pr-sm-110 {
    padding-right: 110px;
  }

  .pr-sm-115 {
    padding-right: 115px;
  }

  .pr-sm-120 {
    padding-right: 120px;
  }

  .pr-sm-125 {
    padding-right: 125px;
  }

  .pr-sm-130 {
    padding-right: 130px;
  }

  .pr-sm-135 {
    padding-right: 135px;
  }

  .pr-sm-140 {
    padding-right: 140px;
  }

  .pr-sm-145 {
    padding-right: 145px;
  }

  .pr-sm-150 {
    padding-right: 150px;
  }

  .pr-sm-155 {
    padding-right: 155px;
  }

  .pr-sm-160 {
    padding-right: 160px;
  }

  .pr-sm-165 {
    padding-right: 165px;
  }

  .pr-sm-170 {
    padding-right: 170px;
  }

  .pr-sm-175 {
    padding-right: 175px;
  }

  .pr-sm-180 {
    padding-right: 180px;
  }

  .pr-sm-185 {
    padding-right: 185px;
  }

  .pr-sm-190 {
    padding-right: 190px;
  }

  .pr-sm-195 {
    padding-right: 195px;
  }

  .pr-sm-200 {
    padding-right: 200px;
  }
}

/*-- 

    - 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)";
}

/*--

    - Custom Row

------------------------------------------*/

.row-0 {
  margin-left: -0px;

  margin-right: -0px;
}

.row-0 > [class*="col"] {
  padding-left: 0px;

  padding-right: 0px;
}

.row-5 {
  margin-left: -5px;

  margin-right: -5px;
}

.row-5 > [class*="col"] {
  padding-left: 5px;

  padding-right: 5px;
}

.row-10 {
  margin-left: -10px;

  margin-right: -10px;
}

.row-10 > [class*="col"] {
  padding-left: 10px;

  padding-right: 10px;
}

.row-20 {
  margin-left: -20px;

  margin-right: -20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row-20 {
    margin-left: -15px;

    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row-20 {
    margin-left: -15px;

    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-20 {
    margin-left: -15px !important;

    margin-right: -15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .row-20 {
    margin-left: -15px !important;

    margin-right: -15px !important;
  }
}

@media only screen and (max-width: 479px) {
  .row-20 {
    margin-left: -15px !important;

    margin-right: -15px !important;
  }
}

.row-20 > [class*="col"],
.row-20 > [class*="col-"] {
  padding-left: 20px;

  padding-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row-20 > [class*="col"],
  .row-20 > [class*="col-"] {
    padding-left: 15px;

    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row-20 > [class*="col"],
  .row-20 > [class*="col-"] {
    padding-left: 15px;

    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-20 > [class*="col"],
  .row-20 > [class*="col-"] {
    padding-left: 15px !important;

    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .row-20 > [class*="col"],
  .row-20 > [class*="col-"] {
    padding-left: 15px !important;

    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 479px) {
  .row-20 > [class*="col"],
  .row-20 > [class*="col-"] {
    padding-left: 15px !important;

    padding-right: 15px !important;
  }
}

.row-25 {
  margin-left: -25px;

  margin-right: -25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row-25 {
    margin-left: -15px;

    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row-25 {
    margin-left: -15px;

    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-25 {
    margin-left: -15px !important;

    margin-right: -15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .row-25 {
    margin-left: -15px !important;

    margin-right: -15px !important;
  }
}

@media only screen and (max-width: 479px) {
  .row-25 {
    margin-left: -15px !important;

    margin-right: -15px !important;
  }
}

.row-25 > [class*="col"],
.row-25 > [class*="col-"] {
  padding-left: 25px;

  padding-right: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row-25 > [class*="col"],
  .row-25 > [class*="col-"] {
    padding-left: 15px;

    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row-25 > [class*="col"],
  .row-25 > [class*="col-"] {
    padding-left: 15px;

    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-25 > [class*="col"],
  .row-25 > [class*="col-"] {
    padding-left: 15px !important;

    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .row-25 > [class*="col"],
  .row-25 > [class*="col-"] {
    padding-left: 15px !important;

    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 479px) {
  .row-25 > [class*="col"],
  .row-25 > [class*="col-"] {
    padding-left: 15px !important;

    padding-right: 15px !important;
  }
}

.row-30 {
  margin-left: -30px;

  margin-right: -30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row-30 {
    margin-left: -15px;

    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row-30 {
    margin-left: -15px;

    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-30 {
    margin-left: -15px !important;

    margin-right: -15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .row-30 {
    margin-left: -15px !important;

    margin-right: -15px !important;
  }
}

@media only screen and (max-width: 479px) {
  .row-30 {
    margin-left: -15px !important;

    margin-right: -15px !important;
  }
}

.row-30 > [class*="col"],
.row-30 > [class*="col-"] {
  padding-left: 30px;

  padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row-30 > [class*="col"],
  .row-30 > [class*="col-"] {
    padding-left: 15px;

    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row-30 > [class*="col"],
  .row-30 > [class*="col-"] {
    padding-left: 15px;

    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-30 > [class*="col"],
  .row-30 > [class*="col-"] {
    padding-left: 15px !important;

    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .row-30 > [class*="col"],
  .row-30 > [class*="col-"] {
    padding-left: 15px !important;

    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 479px) {
  .row-30 > [class*="col"],
  .row-30 > [class*="col-"] {
    padding-left: 15px !important;

    padding-right: 15px !important;
  }
}

.row-40 {
  margin-left: -40px;

  margin-right: -40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row-40 {
    margin-left: -15px;

    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row-40 {
    margin-left: -15px;

    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-40 {
    margin-left: -15px !important;

    margin-right: -15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .row-40 {
    margin-left: -15px !important;

    margin-right: -15px !important;
  }
}

@media only screen and (max-width: 479px) {
  .row-40 {
    margin-left: -15px !important;

    margin-right: -15px !important;
  }
}

.row-40 > [class*="col"],
.row-40 > [class*="col-"] {
  padding-left: 40px;

  padding-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row-40 > [class*="col"],
  .row-40 > [class*="col-"] {
    padding-left: 15px;

    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row-40 > [class*="col"],
  .row-40 > [class*="col-"] {
    padding-left: 15px;

    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-40 > [class*="col"],
  .row-40 > [class*="col-"] {
    padding-left: 15px !important;

    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .row-40 > [class*="col"],
  .row-40 > [class*="col-"] {
    padding-left: 15px !important;

    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 479px) {
  .row-40 > [class*="col"],
  .row-40 > [class*="col-"] {
    padding-left: 15px !important;

    padding-right: 15px !important;
  }
}

/*-- 

    Scroll Up 

-----------------------------------------*/

#scrollUp {
  width: 40px;

  height: 40px;

  background-color: #222222;

  border: 3px solid #eeeeee;

  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 {
    display: none !important;
  }
}

#scrollUp i {
  display: block;

  line-height: 34px;

  font-size: 22px;

  color: #fff;
}

#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;
}

/*--

    - Background Color

------------------------------------------*/

.bg-gray {
  background-color: #f6f7f8;
}

.bg-ivory {
  background-color: #fefcef;
}

img.mfp-img {
  background-color: #f6f7f8;

  padding: 0;

  margin: 40px auto;
}

/*--

    - Social Color

------------------------------------------*/

.facebook {
  background-color: #3b5997;

  color: #ffffff;
}

.facebook:hover {
  background-color: #3b5997;

  color: #ffffff;
}

.twitter {
  background-color: #1da1f2;

  color: #ffffff;
}

.twitter:hover {
  background-color: #1da1f2;

  color: #ffffff;
}

.linkedin {
  background-color: #0077b5;

  color: #ffffff;
}

.linkedin:hover {
  background-color: #0077b5;

  color: #ffffff;
}

.pinterest {
  background-color: #bd081c;

  color: #ffffff;
}

.pinterest:hover {
  background-color: #bd081c;

  color: #ffffff;
}

.google-plus {
  background-color: #d11718;

  color: #ffffff;
}

.google-plus:hover {
  background-color: #d11718;

  color: #ffffff;
}

.behance {
  background-color: #005cff;

  color: #ffffff;
}

.behance:hover {
  background-color: #005cff;

  color: #ffffff;
}

.dribbble {
  background-color: #e84c88;

  color: #ffffff;
}

.dribbble:hover {
  background-color: #e84c88;

  color: #ffffff;
}

.github {
  background-color: #323131;

  color: #ffffff;
}

.github:hover {
  background-color: #323131;

  color: #ffffff;
}

.instagram {
  background-color: #dc3472;

  color: #ffffff;
}

.instagram:hover {
  background-color: #dc3472;

  color: #ffffff;
}

.medium {
  background-color: #00ab6c;

  color: #ffffff;
}

.medium:hover {
  background-color: #00ab6c;

  color: #ffffff;
}

.reddit {
  background-color: #ff4501;

  color: #ffffff;
}

.reddit:hover {
  background-color: #ff4501;

  color: #ffffff;
}

.skype {
  background-color: #00aff0;

  color: #ffffff;
}

.skype:hover {
  background-color: #00aff0;

  color: #ffffff;
}

.slack {
  background-color: #63c1a0;

  color: #ffffff;
}

.slack:hover {
  background-color: #63c1a0;

  color: #ffffff;
}

.snapchat {
  background-color: #fffc00;

  color: #ffffff;
}

.snapchat:hover {
  background-color: #fffc00;

  color: #ffffff;
}

.tumblr {
  background-color: #01273a;

  color: #ffffff;
}

.tumblr:hover {
  background-color: #01273a;

  color: #ffffff;
}

.vimeo {
  background-color: #00adef;

  color: #ffffff;
}

.vimeo:hover {
  background-color: #00adef;

  color: #ffffff;
}

.youtube {
  background-color: #fe0002;

  color: #ffffff;
}

.youtube:hover {
  background-color: #fe0002;

  color: #ffffff;
}

/*-- Tab Content & Pane Fix --*/

.tab-content {
  width: 100%;
}

.tab-content .tab-pane {
  display: block;

  height: 0;

  max-width: 100%;

  visibility: hidden;

  overflow: hidden;

  opacity: 0;
}

.tab-content .tab-pane.active {
  height: auto;

  visibility: visible;

  opacity: 1;

  overflow: visible;
}

/*-- Pagination --*/

.pagination {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.pagination li {
  margin: 5px;

  color: #a3a3a3;
}

.pagination li a {
  font-size: 14px;

  line-height: 24px;

  font-weight: 700;

  color: #444444;

  width: 30px;

  height: 30px;

  text-align: center;

  line-height: 28px;

  border: 1px solid transparent;

  border-radius: 50px;
}

.pagination li a i {
  display: block;

  line-height: 24px;
}

.pagination li.active a {
  border-color: #444444;

  color: #202020;

  font-weight: 700;
}

.pagination li:first-child {
  margin-right: 20px;
}

.pagination li:first-child a {
  color: #202020;

  width: 50px;
}

.pagination li:first-child a i {
  float: left;

  margin-right: 10px;
}

.pagination li:last-child {
  margin-left: 20px;
}

.pagination li:last-child a {
  width: 50px;

  color: #202020;
}

.pagination li:last-child a i {
  float: right;

  margin-left: 10px;
}

/*--

    - Page Banner Section

------------------------------------------*/

.page-banner-section {
  background-color: #fefcef;
}

/*-- Page Banner Wrap --*/

@media only screen and (max-width: 767px) {
  .page-banner-wrap > div:nth-child(2),
  .page-banner-wrap > div:nth-child(3) {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 50%;

    flex: 0 0 50%;

    width: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .page-banner-wrap > div:nth-child(2),
  .page-banner-wrap > div:nth-child(3) {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    width: 100%;
  }
}

/*-- Page Banner --*/

.page-banner {
  background-color: #fefcef;

  padding: 30px;

  text-align: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .page-banner {
    padding: 15px 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-banner {
    padding: 20px 30px;
  }
}

.page-banner h1 {
  text-transform: uppercase;

  font-size: 42px;

  color: #202020;

  line-height: 1;

  font-weight: 800;

  margin-bottom: 13px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .page-banner h1 {
    font-size: 30px;

    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-banner h1 {
    font-size: 24px;

    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-banner h1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner h1 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 479px) {
  .page-banner h1 {
    font-size: 22px;
  }
}

.page-banner p {
  max-width: 470px;

  margin: auto;

  font-size: 14px;

  line-height: 24px;

  color: #444444;

  margin-bottom: 8px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .page-banner p {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-banner p {
    display: none;
  }
}

/*--

    - Button

------------------------------------------*/

.btn {
  border: 1px solid #626262;

  line-height: 24px;

  padding: 10px 30px;

  font-size: 14px;

  font-weight: 700;

  text-transform: uppercase;

  color: #202020;

  overflow: hidden;

  position: relative;

  z-index: 1;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.btn::before {
  position: absolute;

  left: 50%;

  top: 50%;

  height: 0;

  width: 100%;

  background-color: #202020;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  content: "";

  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);

  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);

  transform: translateX(-50%) translateY(-50%) rotate(-45deg);

  opacity: 0;

  z-index: -1;
}

.btn:hover {
  color: #f5d730;
}

.btn:hover::before {
  height: 300%;

  opacity: 1;
}

.btn.hover-theme::before {
  background-color: #f5d730;
}

.btn.hover-theme:hover {
  border-color: #f5d730;

  color: #202020;
}

.btn.hover-theme:hover::before {
  height: 300%;

  opacity: 1;
}

.btn.btn-circle {
  border-radius: 50px;
}

.btn.btn-radius {
  border-radius: 5px;
}

.btn.btn-square {
  border-radius: 0;
}

.btn.btn-text {
  border-radius: 0;

  padding: 0;

  line-height: 20px;

  border: none;
}

.btn.btn-text::before {
  display: none;
}

.btn.btn-text.hover-theme:hover {
  color: #f5d730;
}

.btn.btn-underline {
  text-decoration: underline;
}

.btn.btn-large {
  padding: 15px 40px;

  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .btn.btn-large {
    font-size: 12px;

    padding: 7px 25px;
  }
}

@media only screen and (max-width: 479px) {
  .btn.btn-large {
    font-size: 11px;

    padding: 4px 15px;

    margin-top: 15px;
  }
}

.btn.btn-medium {
  padding: 7px 20px;

  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .btn.btn-medium {
    font-size: 12px;

    padding: 7px 25px;
  }
}

@media only screen and (max-width: 479px) {
  .btn.btn-medium {
    font-size: 11px;

    padding: 4px 15px;

    margin-top: 15px;
  }
}

.btn.btn-small {
  padding: 4px 15px;

  font-size: 11px;
}

@media only screen and (max-width: 767px) {
  .btn {
    font-size: 12px;

    padding: 7px 25px;
  }
}

@media only screen and (max-width: 479px) {
  .btn {
    font-size: 11px;

    padding: 4px 15px;

    margin-top: 15px;
  }
}

/*--

    -- Tab Style

-----------------------------------------*/

/*-- Tab One --*/

.nav-tabs-one {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  padding: 0 0.5px;
}

@media only screen and (max-width: 767px) {
  .nav-tabs-one {
    padding: 0;
  }
}

.nav-tabs-one li {
  margin: 0 -0.5px;
}

@media only screen and (max-width: 767px) {
  .nav-tabs-one li {
    margin: 5px;
  }
}

.nav-tabs-one li a {
  display: block;

  font-size: 14px;

  line-height: 23px;

  font-weight: 700;

  padding: 10px 40px;

  color: #606060;

  border: 1px solid #d0d0d0;
}

.nav-tabs-one li a.active,
.nav-tabs-one li a:hover {
  color: #202020;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-tabs-one li a {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-tabs-one li a {
    padding: 6px 15px;

    border-radius: 50px !important;
  }
}

@media only screen and (max-width: 479px) {
  .nav-tabs-one li a {
    padding: 6px 15px;
  }
}

.nav-tabs-one li:first-child {
  border-radius: 50px 0 0 50px;
}

.nav-tabs-one li:first-child a {
  border-radius: 50px 0 0 50px;
}

.nav-tabs-one li:last-child {
  border-radius: 0 50px 50px 0;
}

.nav-tabs-one li:last-child a {
  border-radius: 0 50px 50px 0;
}

/*-- Tab Two --*/

.nav-tabs-two {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  padding: 0 0.5px;
}

@media only screen and (max-width: 767px) {
  .nav-tabs-two {
    padding: 0;
  }
}

.nav-tabs-two li {
  margin: 0 -0.5px;
}

@media only screen and (max-width: 767px) {
  .nav-tabs-two li {
    margin: 5px;
  }
}

.nav-tabs-two li a {
  display: block;

  font-size: 14px;

  line-height: 23px;

  font-weight: 700;

  padding: 10px 40px;

  color: #606060;

  border: 1px solid #d0d0d0;
}

.nav-tabs-two li a:hover {
  color: #202020;
}

.nav-tabs-two li a.active {
  color: #202020;

  background-color: #f5d730;

  border-color: #f5d730;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-tabs-two li a {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-tabs-two li a {
    padding: 6px 15px;

    border-radius: 50px !important;
  }
}

@media only screen and (max-width: 479px) {
  .nav-tabs-two li a {
    padding: 6px 15px;
  }
}

.nav-tabs-two li:first-child {
  border-radius: 50px 0 0 50px;
}

.nav-tabs-two li:first-child a {
  border-radius: 50px 0 0 50px;
}

.nav-tabs-two li:last-child {
  border-radius: 0 50px 50px 0;
}

.nav-tabs-two li:last-child a {
  border-radius: 0 50px 50px 0;
}

/*-- Tab Three --*/

.nav-tabs-three {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  padding: 0 0.5px;
}

@media only screen and (max-width: 767px) {
  .nav-tabs-three {
    padding: 0;
  }
}

.nav-tabs-three li {
  margin: 0 -0.5px;
}

@media only screen and (max-width: 767px) {
  .nav-tabs-three li {
    margin: 5px;
  }
}

.nav-tabs-three li a {
  display: block;

  font-size: 14px;

  line-height: 23px;

  font-weight: 700;

  padding: 10px 40px;

  color: #606060;

  border: 1px solid #d0d0d0;
}

.nav-tabs-three li a:hover {
  color: #202020;
}

.nav-tabs-three li a.active {
  color: #202020;

  background-color: #f5d730;

  border-color: #f5d730;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-tabs-three li a {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-tabs-three li a {
    padding: 6px 15px;

    border-radius: 5px !important;
  }
}

@media only screen and (max-width: 479px) {
  .nav-tabs-three li a {
    padding: 6px 15px;
  }
}

.nav-tabs-three li:first-child {
  border-radius: 5px 0 0 5px;
}

.nav-tabs-three li:first-child a {
  border-radius: 5px 0 0 5px;
}

.nav-tabs-three li:last-child {
  border-radius: 0 5px 5px 0;
}

.nav-tabs-three li:last-child a {
  border-radius: 0 5px 5px 0;
}

/*-- Tab Four --*/

.nav-tabs-four {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  padding: 0 0.5px;
}

@media only screen and (max-width: 767px) {
  .nav-tabs-four {
    padding: 0;
  }
}

.nav-tabs-four li {
  margin: 0 -0.5px;
}

@media only screen and (max-width: 767px) {
  .nav-tabs-four li {
    margin: 5px;
  }
}

.nav-tabs-four li a {
  display: block;

  font-size: 14px;

  line-height: 23px;

  font-weight: 700;

  padding: 10px 40px;

  color: #606060;

  border: 1px solid #d0d0d0;
}

.nav-tabs-four li a:hover {
  color: #202020;
}

.nav-tabs-four li a.active {
  color: #202020;

  background-color: #f5d730;

  border-color: #f5d730;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-tabs-four li a {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-tabs-four li a {
    padding: 6px 15px;
  }
}

@media only screen and (max-width: 479px) {
  .nav-tabs-four li a {
    padding: 6px 15px;
  }
}

/*-- Tab Five --*/

.nav-tabs-five {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  padding: 0 0.5px;

  margin: 8px 0;
}

@media only screen and (max-width: 767px) {
  .nav-tabs-five {
    padding: 0;

    margin: 0;
  }
}

.nav-tabs-five li {
  margin: 0 -0.5px;
}

@media only screen and (max-width: 767px) {
  .nav-tabs-five li {
    margin: 5px;
  }
}

.nav-tabs-five li a {
  display: block;

  font-size: 14px;

  line-height: 23px;

  font-weight: 700;

  padding: 10px 40px;

  color: #606060;

  border: 1px solid #d0d0d0;
}

.nav-tabs-five li a:hover {
  color: #202020;
}

.nav-tabs-five li a.active {
  color: #202020;

  background-color: #f5d730;

  border-color: #f5d730;

  padding-top: 18px;

  padding-bottom: 18px;

  margin-bottom: -8px;

  margin-top: -8px;
}

@media only screen and (max-width: 767px) {
  .nav-tabs-five li a.active {
    padding-top: 9px;

    padding-bottom: 9px;

    margin-bottom: -3px;

    margin-top: -3px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-tabs-five li a {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-tabs-five li a {
    padding: 6px 15px;

    border-radius: 0 !important;
  }
}

@media only screen and (max-width: 479px) {
  .nav-tabs-five li a {
    padding: 6px 15px;
  }
}

/*-- Tab Six --*/

.nav-tabs-six {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.nav-tabs-six li {
  margin-right: 40px;
}

.nav-tabs-six li a {
  display: block;

  font-size: 14px;

  line-height: 23px;

  font-weight: 700;

  color: #606060;

  border: 0px solid #d0d0d0;
}

.nav-tabs-six li a.active,
.nav-tabs-six li a:hover {
  color: #202020;
}

.nav-tabs-six li:last-child {
  margin-right: 0;
}

/*-- Tab Seven --*/

.nav-tabs-seven {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  padding: 0 0.5px;
}

@media only screen and (max-width: 767px) {
  .nav-tabs-seven {
    padding: 0;
  }
}

.nav-tabs-seven li {
  margin: 0 -0.5px;
}

@media only screen and (max-width: 767px) {
  .nav-tabs-seven li {
    margin: 5px;
  }
}

.nav-tabs-seven li a {
  display: block;

  font-size: 14px;

  line-height: 23px;

  font-weight: 700;

  padding: 10px 40px;

  color: #606060;

  border: 1px solid #d0d0d0;
}

.nav-tabs-seven li a:hover {
  color: #202020;
}

.nav-tabs-seven li a.active {
  color: #202020;

  border-bottom-color: transparent;
}

@media only screen and (max-width: 767px) {
  .nav-tabs-seven li a.active {
    border-color: #d0d0d0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-tabs-seven li a {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-tabs-seven li a {
    padding: 6px 15px;

    border-radius: 0 !important;
  }
}

@media only screen and (max-width: 479px) {
  .nav-tabs-seven li a {
    padding: 6px 15px;
  }
}

/*-- Tab Eight --*/

.nav-tabs-eight {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  padding: 0 0.5px;

  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .nav-tabs-eight {
    padding: 0;

    margin-top: 0;
  }
}

.nav-tabs-eight li {
  margin: 0 -0.5px;
}

@media only screen and (max-width: 767px) {
  .nav-tabs-eight li {
    margin: 5px;
  }
}

.nav-tabs-eight li a {
  display: block;

  font-size: 14px;

  line-height: 23px;

  font-weight: 700;

  padding: 10px 40px;

  color: #606060;

  border: 1px solid #d0d0d0;
}

.nav-tabs-eight li a:hover {
  color: #202020;
}

.nav-tabs-eight li a.active {
  color: #202020;

  padding-top: 15px;

  margin-top: -5px;
}

@media only screen and (max-width: 767px) {
  .nav-tabs-eight li a.active {
    padding-top: 10px;

    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-tabs-eight li a {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-tabs-eight li a {
    padding: 6px 15px;

    border-radius: 0 !important;
  }
}

@media only screen and (max-width: 479px) {
  .nav-tabs-eight li a {
    padding: 6px 15px;
  }
}

/*---------------------------------------

    Section Title

-----------------------------------------*/

/*--

    -- Seation Title One

-----------------------------------------*/

.section-title-one {
  position: relative;

  overflow: hidden;
}

.section-title-one::before {
  font-size: 52px;

  color: transparent;

  line-height: 46px;

  font-family: "Nunito", sans-serif;

  content: attr(data-title);

  font-weight: 700;

  display: block;

  position: absolute;

  right: 0;

  top: 0;

  z-index: 1;

  padding-left: 25px;

  background-color: transparent;
}

.section-title-one.searchresult::before {
  color: #ddd;

  background-color: #fff;

  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title-one::before {
    font-size: 46px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-one::before {
    font-size: 40px;

    line-height: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-one::before {
    font-size: 18px;

    line-height: 18px;
  }
}

@media only screen and (max-width: 479px) {
  .section-title-one::before {
    font-size: 30px;

    line-height: 28px;

    display: none;
  }
}

.section-title-one::after {
  position: absolute;

  left: 0;

  top: 50%;

  content: "";

  width: 100%;

  height: 1px;

  background-color: #e8e8e8;

  z-index: -1;
}

.section-title-one.small::after {
  height: 0px;
}

@media only screen and (max-width: 479px) {
  .section-title-one::after {
    display: none;
  }
}

.section-title-one h1 {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  margin: 0;
  background: #fff;
  padding-right: 10px;
  float: left;
  position: relative;
  z-index: 3;
}

.product_image {
  margin-bottom: -10px;
}
.product_details .section-title-one h1 {
  background: transparent;
}
.portal {
  top: 0 !important;
  width: 62% !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-one:not(.sidenav) h1 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-one {
    margin-top: 0.7rem;
  }

  .section-title-one:not(.sidenav) h1 {
    font-size: 20px;

    margin-left: 10px;

    padding: 0 15px;

    /* line-height: 1; */
  }

  .sidenav_main_content {
    padding: 1rem !important;
  }
}

@media only screen and (max-width: 479px) {
  .section-title-one h1 {
    font-size: 18px;

    margin-left: 0;

    padding: 0;

    background-color: transparent;
  }
}

/*---------------------------------------

    02. Header

-----------------------------------------*/

.header-section {
  width: 100%;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  z-index: 99999;
}

/*-- Sticky Header --*/

.header-sticky.is-sticky {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;

  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;

  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);

  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);

  background-color: #fff;

  position: fixed;

  left: 0;

  top: 0;

  width: 100%;

  z-index: 999;
}

/*--

    02.1 Header Top

-----------------------------------------*/

.header-top .justify-content-between > [class*="col"] {
  -webkit-box-flex: 0;

  -ms-flex-positive: 0;

  flex-grow: 0;

  -ms-flex-preferred-size: auto;

  flex-basis: auto;

  width: auto;
}

.header-top .justify-content-center > [class*="col"]:first-child {
  -webkit-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

.header-top .justify-content-center > [class*="col"]:nth-child(2) {
  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

.header-top .justify-content-center [class*="col"]:last-child {
  -webkit-box-pack: end;

  -ms-flex-pack: end;

  justify-content: flex-end;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

/*-- Header Top Two --*/

@media only screen and (max-width: 767px) {
  .header-top-two .row > [class*="col"]:nth-child(2) {
    margin-right: auto;
  }
}

@media only screen and (max-width: 479px) {
  .header-top-two .row > [class*="col"]:nth-child(2) {
    margin-right: 0;
  }
}

/*-- Header Top Three --*/

@media only screen and (max-width: 767px) {
  .header-top-three .row > [class*="col"]:nth-child(2) {
    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  .header-top-three .row > [class*="col"]:nth-child(3) {
    -webkit-box-flex: 1;

    -ms-flex: 1 0 100%;

    flex: 1 0 100%;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
  }
}

/*-- Header Top Border --*/

.header-top-border {
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
}

/*-- Header Links --*/

.header-links {
  overflow: hidden;
}

.header-links a {
  color: #444444;

  text-transform: uppercase;

  line-height: 30px;

  margin-right: 30px;

  display: block;

  float: left;
}

.header-links a:hover {
  color: #202020;
}

.header-links a:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-links a {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-links a {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header-links a {
    margin-right: 15px;
  }
}

.header-links a img {
  margin-right: 10px;
}

@media only screen and (max-width: 479px) {
  .header-links a img {
    margin-right: 5px;
  }
}

.header-links a span {
  font-size: 14px;

  font-weight: 700;

  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-links a span {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-links a span {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .header-links a span {
    font-size: 11px;
  }
}

/*-- Header Account Links --*/

.header-account-links {
  display: inline-block;
}

.header-account-links a {
  color: #2e2e54;
  text-transform: capitalize;
  line-height: 30px;
  margin-right: 30px;
  display: inline-block;
  position: relative;
  font-size: 16px;
}

.header-account-links a:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-account-links a {
    margin-right: 15px;
  }
  .product-tab-list li {margin-bottom:25px;}
}

@media only screen and (max-width: 767px) {
  .header-account-links a {
    margin-right: 15px;

    line-height: 24px;
  }
}

.header-account-links a i {
  display: block;
  color: #006699;
  float: left;
  text-align: center;
  margin-right: 10px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-account-links a i {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .header-account-links a i {
    display: block !important;
    margin: 0;
    width: 30px;
    height: 30px;
    line-height: 24px;
    border: 1px solid #e1ecff;
    border-radius: 100%; text-align:center; padding: 2px;
  }
}

@media only screen and (max-width: 479px) {
  .header-account-links a i {
    margin-right: 7px;
  }
}

.header-account-links a span {
  font-size: 16px;

  font-weight: 600;

  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .header-account-links a span {
    display: none;

    font-size: 11px;

    padding-left: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .header-account-links a span {
    /* display: block; */

    padding: 0;
  }
}

.header-account-links a:hover,
.header-account-links a:focus {
  color: #f85606;
}

.header-account-links a:hover i,
.header-account-links a:focus i {
  color: #f85606;
}

/*-- Header Shop Links --*/

.header-shop-links{padding-top:25px;}
.header-shop-links a {
  color: #000;

  float: left;

  margin-right: 30px;
}
.header-shop-links a.header-cart {
  color: #000;
}

.header-shop-links a:hover {
  color: #f85606 !important;
}
.header-shop-links a:hover .number {
  background: #f85606;
}

.header-shop-links a:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 479px) {
  .header-shop-links a {
    margin-right: 10px;
  }
}

.header-shop-links a i {
  font-size: 24px;

  line-height: 30px;

  display: block;

  float: left;
}

@media only screen and (max-width: 479px) {
  .header-shop-links a i {
    font-size: 20px;
  }
}

.header-shop-links a .number,
.right .number {
  width: 20px;

  height: 20px;

  border-radius: 50px;

  font-size: 12px;

  font-weight: 700;

  color: #fff;

  background-color: #ec802c;

  display: block;

  overflow: hidden;

  text-align: center;

  line-height: 20px;

  margin-top: 5px;

  position: relative;

  left: -7px;
}

@media only screen and (max-width: 479px) {
  .header-shop-links a .number {
    width: 16px;

    height: 16px;

    margin-top: 7px;

    font-size: 10px;

    line-height: 16px;
  }
}

.header-shop-links a.header-wishlist {
  margin-right: 23px;
}

@media only screen and (max-width: 479px) {
  .header-shop-links a.header-wishlist {
    margin-right: 3px;
  }
}

.header-shop-links a.header-cart .number {
  left: 0;
}

/*-- Mini Cart Wrap --*/

.mini-cart-wrap {
  background-color: #fafafa;

  width: 320px;

  position: fixed;

  top: 0;

  right: -320px;

  z-index: 9822;

  height: 100%;

  padding-bottom: 150px;

  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);

  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.mini-cart-wrap.open {
  right: 0;
}

.mini-cart-wrap .mini-cart-top {
  border-bottom: 1px solid #e2e2e2;

  padding: 10px 25px;
}

.mini-cart-wrap .mini-cart-top .close-cart {
  border: none;

  background-color: transparent;

  font-size: 12px;

  text-transform: capitalize;

  font-weight: 600;

  color: #444444;

  line-height: 24px;
}

.mini-cart-wrap .mini-cart-top .close-cart i {
  float: right;

  line-height: 26px;

  font-size: 16px;

  margin-left: 5px;
}

.mini-cart-wrap .mini-cart-products {
  padding: 25px 10px 25px 15px;

  overflow: hidden;

  overflow-y: auto;

  height: calc(100% - 45px);
}

.mini-cart-wrap .mini-cart-products li {
  float: left;

  width: 100%;

  margin-bottom: 20px;
}

.mini-cart-wrap .mini-cart-products li .image {
  width: 80px;

  float: left;

  margin-right: 15px;
}

.mini-cart-wrap .mini-cart-products li .image img {
  width: 100%;

  background-color: #f6f7f8;
}

.mini-cart-wrap .mini-cart-products li .content {
  width: 180px;

  float: left;
}

.mini-cart-wrap .mini-cart-products li .content .title {
  font-size: 14px;

  display: block;

  font-weight: 700;

  color: #444444;

  line-height: 22px;

  margin-bottom: 2px;
}

.mini-cart-wrap .mini-cart-products li .content .title:hover {
  color: #202020;
}

.mini-cart-wrap .mini-cart-products li .content .price,
.mini-cart-wrap .mini-cart-products li .content .qty {
  display: block;

  font-size: 12px;

  line-height: 18px;

  color: #444444;
}

.mini-cart-wrap .mini-cart-products li .remove {
  width: 20px;
  float: right;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #f85606;
}

.mini-cart-wrap .mini-cart-products li .remove:hover {
  color: #f85606;
}

.mini-cart-wrap .mini-cart-bottom {
  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  background-color: #fff;
}

.mini-cart-wrap .mini-cart-bottom .sub-total {
  font-size: 16px;

  font-weight: 700;

  color: #444444;

  line-height: 24px;

  padding: 10px 25px;

  margin: 0;

  border-bottom: 1px solid #e2e2e2;

  border-top: 1px solid #e2e2e2;
}

.mini-cart-wrap .mini-cart-bottom .sub-total span {
  float: right;
}

.mini-cart-wrap .mini-cart-bottom .button {
  padding: 20px 15px;
}

.procced_to_pay button {
  padding: 32px 25px;
}

.mini-cart-wrap .mini-cart-bottom .button a,
.procced_to_pay button {
  display: inline-block;

  font-size: 14px;

  font-weight: 700;

  color: #fff;

  text-transform: uppercase !important;

  line-height: 30px;

  padding: 5px 30px;

  border-radius: 50px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffa500),
    to(#e76026)
  );
  background-image: linear-gradient(to right, #ffa500, #e76026);
  width: 100%;

  text-align: center;

  overflow: hidden;

  position: relative;

  z-index: 1;

  /*text-shadow: 1px 1px 0 #b7111a, 

        -1px -1px 0 #b7111a, 

        1px -1px 0 #b7111a, 

        -1px 1px 0 #b7111a, 

        1px 1px 0 #b7111a;*/

  letter-spacing: 0.014em;
}

.mini-cart-wrap .mini-cart-bottom .button a {
  padding: 5px 20px;
}

.mini-cart-wrap .mini-cart-bottom .button.cart a {
  background-image: linear-gradient(to right, #fff, #fff);
  border: 1px solid #ec802c;
  color: #f85606;
}
/* 
.mini-cart-wrap .mini-cart-bottom .button.cart a:hover,
.procced_to_pay.back button:hover {
  background-image: -webkit-gradient( linear, left top, right top, from(#ffa500), to(#e76026) );
  background-image: linear-gradient(to right, #ffa500, #e76026);
  color: #fff;
} */

.mini-cart-wrap .mini-cart-bottom .button:not(.cart) a::before,
.procced_to_pay button:before {
  position: absolute;

  left: 50%;

  top: 50%;

  height: 0;

  width: 100%;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  content: "";

  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);

  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);

  transform: translateX(-50%) translateY(-50%) rotate(-45deg);

  opacity: 0;

  z-index: -1;
}

.mini-cart-wrap .mini-cart-bottom .button a:hover,
.procced_to_pay button:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e76026),
    to(#ffa500)
  ) !important;
  background-image: linear-gradient(to right, #e76026, #ffa500) !important;
  color: #fff !important;
}

.mini-cart-wrap .mini-cart-bottom .button a:hover::before,
.procced_to_pay button:hover::before {
  height: 550%;

  opacity: 1;
}

/*-- Cart Overlay --*/

.cart-overlay {
  display: block;

  position: fixed;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  z-index: 11;

  background-color: rgba(0, 0, 0, 0.85);

  visibility: hidden;

  opacity: 0;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.cart-overlay.visible {
  visibility: visible;

  opacity: 1;
}

/*-- Header Language & Currency --*/

.header-lan-curr > li {
  position: relative;

  display: inline-block;

  padding: 0 10px;
}

.header-lan-curr > li::before {
  position: absolute;

  right: -1px;

  width: 2px;

  height: 10px;

  top: 10px;

  background-color: #444444;

  content: "";
}

.header-lan-curr > li:last-child::before {
  display: none;
}

.header-lan-curr > li a {
  font-size: 13px;

  font-weight: 700;

  color: #444444;

  text-transform: uppercase;

  line-height: 30px;

  color: #444444;
}

.header-lan-curr > li ul {
  position: absolute;

  left: 0;

  top: 100%;

  background-color: #ffffff;

  padding: 10px 20px;

  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);

  width: 120px;

  margin-top: 30px;

  visibility: hidden;

  opacity: 0;

  z-index: -999;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.header-lan-curr > li ul li a {
  font-size: 11px;

  line-height: 24px;
}

.header-lan-curr > li ul li a:hover {
  color: #f5d730;
}

@media only screen and (max-width: 767px) {
  .header-lan-curr > li ul {
    left: auto;

    right: 0;
  }
}

.header-lan-curr > li:hover ul {
  margin-top: 0;

  visibility: visible;

  opacity: 1;

  z-index: 999;
}

/*-- Header Search --*/

.header-search .search-toggle {
  border: none;

  background-color: transparent;

  padding: 0;

  display: block;

  color: #444444;
}

.header-search .search-toggle i {
  display: block;

  font-size: 20px;

  line-height: 30px;
}

.header-search .search-toggle:hover {
  color: #202020;
}

/*-- Header Search Container --*/

.header-search-container {
  position: absolute;

  left: 15px;

  right: 15px;

  top: 0;

  background-color: #f6f7f8;

  padding: 100px 180px;

  display: none;

  z-index: 9999;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-search-container {
    padding: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .header-search-container {
    padding: 80px 60px;
  }
}

@media only screen and (max-width: 479px) {
  .header-search-container {
    padding: 50px 30px;
  }
}

.header-search-form {
  width: 100%;
}

.header-search-form input {
  font-size: 24px;

  line-height: 45px;

  font-family: "Nunito", sans-serif;

  font-weight: 500;

  color: #444444;

  background-color: transparent;

  border-width: 0 0 1px;

  border-style: solid;

  border-color: #cfcece;

  width: 100%;

  text-align: center;
}

@media only screen and (max-width: 767px) {
  .header-search-form input {
    font-size: 18px;
  }
}

/*-- Header Advance Search --*/

.header-advance-search {
  border: 1px solid #dcdcdc;
  padding: 3px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-top: 15px;
}

.header-advance-search form {
  position: relative;
}

.header-advance-search .input {
  border-right: 1px solid #dcdcdc;

  float: left;

  width: 240px;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-advance-search .input {
    width: 160px;
  }
}

@media only screen and (max-width: 767px) {
  .header-advance-search .input {
    width:82%;
  }
}

.header-advance-search .input input {
  border: none;

  height: 37px;

  border: none;

  line-height: 25px;

  padding: 6px 16px;

  width: 100%;

  font-family: "Nunito", sans-serif;

  font-size: 14px;

  color: #444444;

  font-weight: 600;

  border-top-left-radius: 50px;

  border-bottom-left-radius: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-advance-search .input input {
    font-size: 13px;

    font-weight: 500;
  }
}

@media only screen and (max-width: 767px) {
  .header-advance-search .input input {
    font-weight: 500;
  }
}

.header-advance-search .select {
  float: left;

  width: 140px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-advance-search .select {
    width: 130px;
  }
}

@media only screen and (max-width: 767px) {
  .header-advance-search .select {
    width: 130px;
  }
}

@media only screen and (max-width: 479px) {
  .header-advance-search .select {
    display: none;
  }
}

.header-advance-search .select div.nice-select {
  float: right;

  clear: none;

  border: 0px solid transparent;

  background-color: transparent;

  padding-left: 10px;

  padding-right: 30px;

  line-height: 37px;

  height: 37px;

  width: 100%;
}

.header-advance-search .select div.nice-select::after {
  border-width: 1px;

  border-color: #444444;

  height: 6px;

  width: 6px;

  right: 15px;
}

.header-advance-search .select div.nice-select .current {
  display: block;

  text-align: center;

  font-size: 14px;

  font-weight: 700;

  color: #444444;

  line-height: 37px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-advance-search .select div.nice-select .current {
    font-size: 13px;

    font-weight: 500;
  }
}

@media only screen and (max-width: 767px) {
  .header-advance-search .select div.nice-select .current {
    font-size: 13px;

    font-weight: 500;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-advance-search .select div.nice-select .list li {
    font-size: 13px;

    font-weight: 500;
  }
}

@media only screen and (max-width: 767px) {
  .header-advance-search .select div.nice-select .list li {
    font-size: 13px;

    font-weight: 500;
  }
}

.header-advance-search .submit {
  float: left;

  margin-left: 10px;
}

@media only screen and (max-width: 479px) {
  .header-advance-search .submit {
    position: absolute;

    right: 0;

    top: 0;
  }
}

.header-advance-search .submit button,
.MuiDialogActions-root button {
  border-top-right-radius: 50px;

  border-bottom-right-radius: 50px;

  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffa500),
    to(#e76026)
  );
  background-image: linear-gradient(to right, #ffa500, #e76026);

  color: #fff;

  border: none;

  width: 60px;

  height: 37px;

  text-align: center;
}

.MuiDialogActions-root button {
  border-radius: 50px;

  width: auto;

  font-weight: bold;

  padding: 0.25rem 1rem;

  height: 33px;
}

.MuiDialogActions-root {
  padding-bottom: 15px !important;
}

.MuiDialogActions-root button.cancel {
  background-color: #222222;
  color: #fff;
}

.MuiDialogContent-root {
  padding: 20px 24px !important;

  border-bottom: 1px solid #cecece;

  margin-bottom: 0.5rem;
}

.MuiDialogContent-root p {
  font-size: 16px;

  color: #222222;
}

.header-advance-search .submit button i {
  line-height: 37px;

  display: block;

  font-size: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-advance-search .submit button {
    width: 60px;
  }
}

@media only screen and (max-width: 479px) {
  .header-advance-search .submit button {
    width: 60px;
  }
}

/*-- Header Call Us --*/

.header-call-us {
  float: left;
}

.header-call-us h4 {
  font-size: 16px;

  font-weight: 700;

  color: #444444;

  text-transform: uppercase;

  margin: 0;
}

@media only screen and (max-width: 767px) {
  .header-call-us h4 {
    font-size: 14px;

    line-height: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .header-call-us h4 {
    font-size: 12px;

    line-height: 18px;
  }
}

.header-call-us h4 span {
  font-size: 20px;

  color: #202020;

  display: block;
}

@media only screen and (max-width: 767px) {
  .header-call-us h4 span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 479px) {
  .header-call-us h4 span {
    font-size: 14px;
  }
}

.header-call-us h4 span a {
  font-weight: 500;
}

.header-call-us h4 span a:focus,
.header-call-us h4 span a:hover {
  color: #202020;
}

/*--

    02.2 Header Bottom

-----------------------------------------*/

.header-bottom .justify-content-between > [class*="col"] {
  -webkit-box-flex: 0;

  -ms-flex-positive: 0;

  flex-grow: 0;

  -ms-flex-preferred-size: auto;

  flex-basis: auto;

  width: auto;
}

.header-bottom .justify-content-center > [class*="col"]:first-child {
  -webkit-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

.header-bottom .justify-content-center > [class*="col"]:nth-child(2) {
  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

.header-bottom .justify-content-center [class*="col"]:last-child {
  -webkit-box-pack: end;

  -ms-flex-pack: end;

  justify-content: flex-end;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

/* @media only screen and (max-width: 767px) {
  .header-bottom > .container > .row > .col:nth-child(3),
  .header-bottom > .container > .row > [class*="col-"]:nth-child(3),
  .header-bottom > .container-fluid > .row > .col:nth-child(3),
  .header-bottom > .container-fluid > .row > [class*="col-"]:nth-child(3) {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 479px) {
  .header-bottom > .container > .row > .col:nth-child(3),
  .header-bottom > .container > .row > [class*="col-"]:nth-child(3),
  .header-bottom > .container-fluid > .row > .col:nth-child(3),
  .header-bottom > .container-fluid > .row > [class*="col-"]:nth-child(3) {
    margin-right: 40px;
  }
} */

@media only screen and (max-width: 479px) {
  .header-bottom .header-call-us {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom.header-bottom-three > .container > .row > .col:nth-child(2),
  .header-bottom.header-bottom-three
    > .container
    > .row
    > [class*="col-"]:nth-child(2),
  .header-bottom.header-bottom-three
    > .container-fluid
    > .row
    > .col:nth-child(2),
  .header-bottom.header-bottom-three
    > .container-fluid
    > .row
    > [class*="col-"]:nth-child(2) {
    -webkit-box-flex: 1;

    -ms-flex: 1 0 auto;

    flex: 1 0 auto;

    width: auto;

    -webkit-box-pack: start !important;

    -ms-flex-pack: start !important;

    justify-content: flex-start !important;
  }
}

@media only screen and (max-width: 767px) {
  .header-bottom.header-bottom-three > .container > .row > .col:nth-child(2),
  .header-bottom.header-bottom-three
    > .container
    > .row
    > [class*="col-"]:nth-child(2),
  .header-bottom.header-bottom-three
    > .container-fluid
    > .row
    > .col:nth-child(2),
  .header-bottom.header-bottom-three
    > .container-fluid
    > .row
    > [class*="col-"]:nth-child(2) {
    -webkit-box-flex: 1;

    -ms-flex: 1 0 auto;

    flex: 1 0 auto;

    width: auto;

    -webkit-box-pack: start !important;

    -ms-flex-pack: start !important;

    justify-content: flex-start !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom.header-bottom-three > .container > .row > .col:nth-child(3),
  .header-bottom.header-bottom-three
    > .container
    > .row
    > [class*="col-"]:nth-child(3),
  .header-bottom.header-bottom-three
    > .container-fluid
    > .row
    > .col:nth-child(3),
  .header-bottom.header-bottom-three
    > .container-fluid
    > .row
    > [class*="col-"]:nth-child(3) {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .header-bottom.header-bottom-three > .container > .row > .col:nth-child(3),
  .header-bottom.header-bottom-three
    > .container
    > .row
    > [class*="col-"]:nth-child(3),
  .header-bottom.header-bottom-three
    > .container-fluid
    > .row
    > .col:nth-child(3),
  .header-bottom.header-bottom-three
    > .container-fluid
    > .row
    > [class*="col-"]:nth-child(3) {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .header-bottom.header-bottom-three .header-advance-search {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header-bottom.header-bottom-three .header-advance-search .input {
    border-right: 0px;

    width: 160px;
  }
}

@media only screen and (max-width: 767px) {
  .header-bottom.header-bottom-three .header-advance-search .select {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header-bottom.header-bottom-three .header-advance-search .submit {
    margin-left: 0;
  }
}

/*-- Logo --*/

.header-logo {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  background: #fff;
  margin-top: -40px;
  padding: 2px 30px 1px 10px;
}

.header-logo img {
  max-height: 110px;
  max-width: 100%;
}
.header-logo a {
  position: relative;
  display: inline-block;
  font-size: 24px;
}
.logo-icon {
  display: none;
}
.header-sticky.is-sticky .header-logo img {
  max-height: 70px;
}
.header-sticky.is-sticky .header-logo {
  margin-top: -10px;
}
.header-sticky.is-sticky .category-toggle-wrap .category-toggle {
  padding: 18px 5px;
}
.category-nav {
  display: inline-block;
  position: relative;
}

/* .header-logo a:before {
  position: absolute;
  top: 0%;
  content: "";
  content: "";
  border-top: 37px solid transparent;
  border-left: 38px solid transparent;
  border-right: 38px solid transparent;
  border-bottom: 38px solid transparent;
  left: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-left-color: #f85606;
  z-index: 1;
} */

/* .header-logo img.theme-dark {
  opacity: 0;

  position: absolute;

  left: 0;

  top: 0;
} */

.header-bottom {
  background: rgb(255 255 255);
}

/*-- Main Menu --*/

.main-menu {
  display: inline-block;
  position: relative;
}

.main-menu nav > ul > li {
  display: inline-block;

  margin-right: 20px;

  position: relative;

  font-family: "Nunito", sans-serif;
}

.main-menu nav > ul > li:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu nav > ul > li {
    margin-right: 30px;
  }
}

.main-menu nav > ul > li > a {
  display: block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #2e2e54;
  line-height: 20px;
  padding: 6px 10px;
}

.main-menu nav > ul > li.menu-item-has-children > a::after {
  font-family: Fontawesome;

  content: "\f107";

  margin-left: 5px;

  float: right;
}

.main-menu nav > ul > li.active > a,
.main-menu nav > ul > li:hover > a,
.main-menu nav > ul > li:focus a {
  color: #f85606;
  background: #fff;
}

.main-menu nav > ul > li:hover > .sub-menu,
.main-menu nav > ul > li:focus > .sub-menu,
.main-menu nav > ul > li:hover > .mega-menu,
.main-menu nav > ul > li:focus > .mega-menu {
  opacity: 1;

  visibility: visible;

  margin-top: 0;

  z-index: 999;
}

.main-menu.menu-3 nav > ul > li:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.menu-3 nav > ul > li {
    margin-right: 20px;
  }
}

.main-menu.menu-3 nav > ul > li > a {
  font-size: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.menu-3 nav > ul > li > a {
    font-size: 12px;
  }
}

.main-menu.menu-3 nav > ul > li .mega-menu {
  left: -20px;
}

/*-- Sub Menu --*/

.sub-menu {
  position: absolute;

  left: -20px;

  top: 100%;

  background-color: #ffffff;

  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);

  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);

  border-top: 3px solid #fd001a;

  z-index: -999;

  width: 250px;

  padding: 15px 0;

  margin-top: 30px;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 0.5s ease 0s;

  -o-transition: all 0.5s ease 0s;

  transition: all 0.5s ease 0s;
}

.sub-menu li {
  position: relative;
}

.sub-menu li a {
  line-height: 24px;

  padding: 6px 20px;

  display: block;

  font-weight: 500;

  color: #444444;

  text-transform: capitalize;
}

.sub-menu li.menu-item-has-children > a::after {
  font-family: Fontawesome;

  content: "\f105";

  margin-left: 5px;

  float: right;
}

.sub-menu li.active > a,
.sub-menu li:hover > a {
  color: #fd001a;

  font-weight: 700;
}

.sub-menu li:hover > .sub-menu {
  opacity: 1;

  visibility: visible;

  margin-top: 0;

  z-index: 999;
}

.sub-menu .sub-menu {
  left: 100%;

  right: auto;

  top: 0;
}

.sub-menu .sub-menu .sub-menu {
  left: auto;

  right: 100%;
}

.sub-menu .sub-menu .sub-menu .sub-menu {
  left: 100%;

  right: auto;
}

.sub-menu .sub-menu .sub-menu .sub-menu {
  left: auto;

  right: 100%;
}

/*-- Mega Menu --*/

.mega-menu {
  position: absolute;

  left: 0;

  top: 100%;

  background-color: #ffffff;

  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);

  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);

  border-top: 3px solid #fd001a;

  z-index: -999;

  width: 100%;

  margin-top: 30px;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 0.5s ease 0s;

  -o-transition: all 0.5s ease 0s;

  transition: all 0.5s ease 0s;
}

.mega-menu.two-column {
  width: 440px;

  left: -20px;
}

.mega-menu.two-column > li {
  width: 50%;

  padding: 20px 15px;
}

.mega-menu.three-column {
  width: 700px;

  left: -300px;
}

.mega-menu.three-column > li {
  width: 33.33%;

  padding: 20px 15px;
}

.mega-menu > li {
  position: relative;

  float: left;
}

.mega-menu > li > a {
  line-height: 24px;

  padding: 6px 20px;

  display: block;

  font-weight: 700;

  color: #444444;

  text-transform: capitalize;
}

.mega-menu > li.active > a,
.mega-menu > li:hover > a {
  color: #202020;

  font-weight: 700;
}

.mega-menu > li ul li a {
  line-height: 24px;

  padding: 6px 20px;

  display: block;

  font-weight: 500;

  color: #444444;

  text-transform: capitalize;
}

.mega-menu > li ul li.active > a,
.mega-menu > li ul li:hover > a {
  color: #fd001a;

  font-weight: 700;
}

/*-- Mobile Menu --*/

.mobile-menu {
  -webkit-box-flex: 1 !important;

  -ms-flex: 1 0 100% !important;

  flex: 1 0 100% !important;
}

.mobile-menu .mean-bar {
  position: relative;

  /*---- Mean Nav ----*/
}

.mobile-menu .mean-bar .meanmenu-reveal {
  position: relative;
}

.mobile-menu .mean-bar .meanmenu-reveal span {
  position: relative;

  /*---- Menu Open ----*/

  /*---- Menu Close ----*/
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
  height: 2px;

  width: 26px;

  background-color: #202020;

  display: block;

  margin: 8px 0;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before,
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
  content: "";

  position: absolute;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: #202020;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before {
  top: -8px;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
  bottom: -8px;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
  height: 2px;

  width: 26px;

  background-color: transparent;

  display: block;

  margin: 8px 0;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before,
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
  content: "";

  position: absolute;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: #202020;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before {
  top: 0;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
  bottom: 0;

  -webkit-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  transform: rotate(-45deg);
}

.mobile-menu .mean-bar .mean-nav {
  background-color: #ffffff;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  min-width: 162px;
}

.mobile-menu .mean-bar .mean-nav > ul {
  margin-bottom: 0px;
  border-top: 0px solid transparent;
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
  .mobile-menu .mean-bar .mean-nav > ul {
    max-height: 180px;

    overflow-y: auto;
  }
}

@media only screen and (max-width: 479px) {
  .mobile-menu .mean-bar .mean-nav > ul {
    max-height: 220px;

    overflow-y: auto;
  }
}

.mobile-menu .mean-bar .mean-nav > ul li {
  position: relative;

  display: block;

  float: left;

  width: 100%;

  /*---- Sub Menu & Mega Menu ----*/
}

.mobile-menu .mean-bar .mean-nav > ul li a {
  font-size: 13px;

  display: block;

  color: #444444;

  font-weight: 700;

  text-transform: uppercase;

  line-height: 25px;

  position: relative;

  border-top: 1px solid #eeeeee;

  padding: 5px 15px;
  width: auto;
  float: none;

  /*---- Menu Expand For Sub Menu ----*/
}

.mobile-menu .mean-bar .mean-nav > ul li a::after {
  display: none;
}

.mobile-menu .mean-bar .mean-nav > ul li a:hover {
  color: #f85606;
  padding-left: 25px;
}

.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand {
  border: 1px solid #eeeeee;

  position: absolute;

  right: -1px;

  top: 0;

  font-size: 20px !important;

  color: #444444;

  line-height: 44px;

  height: 46px;

  width: 40px;

  text-align: center;

  padding: 0;
}

.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand.mean-clicked {
  line-height: 40px;
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu,
.mobile-menu .mean-bar .mean-nav > ul li ul {
  position: static;

  background-color: rgba(0, 0, 0, 0.03);

  margin: 0;

  padding: 0 !important;

  width: 100%;

  -webkit-box-shadow: none;

  box-shadow: none;

  margin: 0;

  display: none;

  float: left;

  width: 100%;

  opacity: 1;

  visibility: visible;

  z-index: 1;

  -webkit-transition: none;

  -o-transition: none;

  transition: none;
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li,
.mobile-menu .mean-bar .mean-nav > ul li ul li {
  padding: 0;

  margin: 0;

  -webkit-box-flex: 0;

  -ms-flex: 0 0 100%;

  flex: 0 0 100%;

  border-right: 0px solid transparent;

  width: 100%;

  display: block !important;

  float: left;

  width: 100%;
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li a {
  font-size: 12px;

  display: block !important;
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a::before,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a::before,
.mobile-menu .mean-bar .mean-nav > ul li ul li a::before {
  display: none;
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul {
  background-color: rgba(0, 0, 0, 0.04);
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul li a {
  border-top: 1px solid #dddddd;
}

.mobile-menu
  .mean-bar
  .mean-nav
  > ul
  li
  .sub-menu
  li
  .sub-menu
  li
  a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a.mean-expand,
.mobile-menu
  .mean-bar
  .mean-nav
  > ul
  li
  .mega-menu
  li
  .sub-menu
  li
  a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul li a.mean-expand {
  border: 1px solid #dddddd;
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul ul {
  background-color: rgba(0, 0, 0, 0.05);
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a {
  border-top: 1px solid #eeeeee;
}

.mobile-menu
  .mean-bar
  .mean-nav
  > ul
  li
  .sub-menu
  li
  .sub-menu
  .sub-menu
  li
  a.mean-expand,
.mobile-menu
  .mean-bar
  .mean-nav
  > ul
  li
  .sub-menu
  li
  .sub-menu
  ul
  li
  a.mean-expand,
.mobile-menu
  .mean-bar
  .mean-nav
  > ul
  li
  .sub-menu
  li
  ul
  .sub-menu
  li
  a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a.mean-expand,
.mobile-menu
  .mean-bar
  .mean-nav
  > ul
  li
  .mega-menu
  li
  .sub-menu
  .sub-menu
  li
  a.mean-expand,
.mobile-menu
  .mean-bar
  .mean-nav
  > ul
  li
  .mega-menu
  li
  .sub-menu
  ul
  li
  a.mean-expand,
.mobile-menu
  .mean-bar
  .mean-nav
  > ul
  li
  .mega-menu
  li
  ul
  .sub-menu
  li
  a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a.mean-expand,
.mobile-menu
  .mean-bar
  .mean-nav
  > ul
  li
  ul
  li
  .sub-menu
  .sub-menu
  li
  a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a.mean-expand {
  border: 1px solid #eeeeee;
}

/*---------------------------------------

    03. Category Menu Style

-----------------------------------------*/

/*--

    03.1 Header Category Style

-----------------------------------------*/

.header-category-section {
  z-index: 999;
}

/*-- Category Toggle Wrap --*/

.category-toggle-wrap .category-toggle {
  padding: 27px 5px;
  margin: 0;
  border: none;
  background-color: transparent;
  color: #2e2e54;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 30px;
  width: 100%;
  letter-spacing: 0.014em;
}

.category-toggle-wrap .category-toggle:hover,
.category-toggle-wrap .category-toggle:focus {
  color: #f85606;
}

@media only screen and (max-width: 767px) {
  .category-nav{float: right;}
}

/* .category-toggle-wrap .category-toggle i {
  font-size: 24px;

  display: block;

  line-height: 30px;

  float: right;
} */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-toggle-wrap .category-toggle i::before {
    content: "\e62a";
  }
}

@media only screen and (max-width: 767px) {
  .category-toggle-wrap .category-toggle i::before {
    content: "\e62a";
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-toggle-wrap .category-toggle i {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .category-toggle-wrap .category-toggle i {
    font-size: 18px;
  }
}

/*-- Header Category --*/

.header-category {
  background-color: #f5d730;

  float: left;

  width: 100%;

  position: relative;
}

.header-category nav {
  z-index: 999;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-category nav {
    float: left;

    background-color: #f6f7f8;

    position: absolute;

    top: 100%;

    left: 0;

    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .header-category nav {
    float: left;

    background-color: #f6f7f8;

    position: absolute;

    top: 100%;

    left: 0;

    width: 100%;
  }
}

.header-category nav ul {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.header-category nav ul li {
  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  padding: 15px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-category nav ul li {
    padding: 15px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-category nav ul li {
    -webkit-box-flex: 1;

    -ms-flex: 1 0 100%;

    flex: 1 0 100%;

    border-top: 1px solid #e8e8e8;

    padding: 0;
  }

  .header-category nav ul li:first-child {
    border-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .header-category nav ul li {
    -webkit-box-flex: 1;

    -ms-flex: 1 0 100%;

    flex: 1 0 100%;

    border-top: 1px solid #e8e8e8;

    padding: 0;
  }

  .header-category nav ul li:first-child {
    border-top: 0px;
  }
}

.header-category nav ul li a {
  display: block;

  font-size: 15px;

  text-transform: uppercase;

  color: #202020;

  font-weight: 700;

  line-height: 30px;

  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-category nav ul li a {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-category nav ul li a {
    font-size: 12px;

    padding: 8px 25px;

    color: #606060;
  }
}

@media only screen and (max-width: 767px) {
  .header-category nav ul li a {
    font-size: 12px;

    padding: 8px 25px;

    color: #606060;
  }
}

/*--

    03.2 Hero Side Category Style

-----------------------------------------*/

.hero-side-category {
  background-color: #f6f7f8;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-side-category {
    width: 100%;

    z-index: 999;

    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .hero-side-category {
    width: 100%;

    z-index: 5;

    position: relative;
  }
}

.hero-side-category .category-toggle-wrap {
  background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-side-category .category-toggle-wrap .category-toggle i::before {
    content: "\e62a";
  }
}

@media only screen and (max-width: 767px) {
  .hero-side-category .category-toggle-wrap .category-toggle i::before {
    content: "\e62a";
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-side-category .category-toggle-wrap .category-toggle i {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-side-category .category-toggle-wrap .category-toggle i {
    font-size: 18px;
  }
}

.hero-side-category nav.category-menu {
  background-color: #fff;
  float: left;
  right: 0;
  width: 260px;
  top: 100%;
  animation: 300ms fadeInDown;
  position: absolute;
  z-index: 999;
  max-height: 455px;
  overflow-y: auto;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.hero-side-category nav.category-menu li {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-side-category nav.category-menu {
    position: absolute;
  }
}

@media only screen and (max-width: 767px) {
  .hero-side-category nav.category-menu {
    position: absolute;
  }
}

@media only screen and (max-width: 767px) {
  .hero-side-category nav.category-menu > ul {
    max-height: 300px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-side-category nav.category-menu > ul {
    max-height: 220px;
  }

  .sidenav_main_content {
    padding: 10px !important;
  }
}

.hero-side-category nav.category-menu > ul > li:last-child > a {
  border-bottom: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-side-category nav.category-menu > ul > li {
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .hero-side-category nav.category-menu > ul > li {
    position: relative;
  }
}

.hero-side-category
  nav.category-menu
  > ul
  > li.menu-item-has-children
  > a::before {
  font-family: "IcoFont";

  content: "\eb8b";

  position: absolute;

  right: 25px;

  top: 0;

  line-height: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-side-category
    nav.category-menu
    > ul
    > li.menu-item-has-children
    > a::before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .hero-side-category
    nav.category-menu
    > ul
    > li.menu-item-has-children
    > a::before {
    display: none;
  }
}

.hero-side-category nav.category-menu > ul > li i {
  position: absolute;

  right: 0;

  top: 0;

  cursor: pointer;

  height: 50px;

  width: 40px;

  line-height: 50px;

  z-index: 9;
}

.hero-side-category nav.category-menu > ul > li i::before {
  background-color: #606060;

  width: 8px;

  height: 2px;

  content: "";

  position: absolute;

  left: 50%;

  margin-left: -4px;

  margin-top: -1px;

  top: 50%;
}

.hero-side-category nav.category-menu > ul > li i::after {
  background-color: #606060;

  width: 2px;

  height: 8px;

  content: "";

  position: absolute;

  left: 50%;

  margin-top: -4px;

  margin-left: -1px;

  top: 50%;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  -webkit-transform: scaleY(0);

  -ms-transform: scaleY(0);

  transform: scaleY(0);
}

.hero-side-category nav.category-menu > ul > li i.expand::after {
  -webkit-transform: scaleY(1);

  -ms-transform: scaleY(1);

  transform: scaleY(1);
}

.hero-side-category nav.category-menu > ul > li > a {
  display: block;

  padding: 10px 25px;

  line-height: 15px;

  font-size: 15px;

  color: #606060;

  font-weight: 600;

  position: relative;

  border-bottom: 1px solid #e1ecff;
}

.hero-side-category nav.category-menu > ul > li > a:hover {
  color: #f85606;
}

.hero-side-category nav.category-menu > ul > li:hover .category-mega-menu {
  z-index: 9;

  opacity: 1;

  visibility: visible;
}

.hero-side-category nav.category-menu > ul > li .category-mega-menu li:hover a {
  color: #f85606;
}

.hero-side-category nav.category-menu > ul > li .banner {
  padding: 15px;

  max-width: 300px;
}

.hero-side-category nav.category-menu.category-menu-5 > ul > li > a {
  padding: 12px 25px;
}

/*-- Category Mega Menu --*/

.category-mega-menu {
  position: absolute;

  left: 99%;

  top: 0;

  width: 100%;

  max-width: 910px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  z-index: 99;

  background-color: #f6f7f8;

  padding: 0px !important;

  opacity: 0;

  z-index: -9;

  visibility: hidden;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-mega-menu {
    position: static;

    z-index: 9;

    opacity: 1;

    visibility: visible;

    background-color: transparent;

    padding: 0;

    width: 100%;

    -webkit-transition: none;

    -o-transition: none;

    transition: none;
  }
}

@media only screen and (max-width: 767px) {
  .category-mega-menu {
    position: static;

    z-index: 9;

    opacity: 1;

    visibility: visible;

    background-color: transparent;

    padding: 0;

    width: 100%;

    -webkit-transition: none;

    -o-transition: none;

    transition: none;
  }
}

.category-mega-menu > li {
  float: left;

  width: 100% !important;

  padding: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-mega-menu > li {
    -webkit-box-flex: 1;

    -ms-flex: 1 0 100%;

    flex: 1 0 100%;

    padding: 0;

    position: relative;
  }

  .category-mega-menu > li::before {
    content: "";

    float: left;

    height: 2px;

    width: 6px;

    background-color: #606060;

    margin: 24px 0;

    position: relative;

    left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .category-mega-menu > li {
    -webkit-box-flex: 1;

    -ms-flex: 1 0 100%;

    flex: 1 0 100%;

    padding: 0;

    position: relative;
  }

  .category-mega-menu > li::before {
    content: "";

    float: left;

    height: 2px;

    width: 6px;

    background-color: #606060;

    margin: 24px 0;

    position: relative;

    left: 25px;
  }
}

.category-mega-menu > li > a {
  display: block;

  font-size: 14px;

  font-weight: 600;

  color: #202020;

  margin-bottom: 0px;

  padding: 5px 15px;

  border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-mega-menu > li > a {
    padding: 10px 25px 10px 35px;

    line-height: 30px;

    font-size: 14px;

    color: #606060;

    font-weight: 700;

    position: relative;

    margin: 0;

    text-transform: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .category-mega-menu > li > a {
    padding: 10px 25px 10px 35px;

    line-height: 30px;

    font-size: 14px;

    color: #606060;

    font-weight: 700;

    position: relative;

    margin: 0;

    text-transform: inherit;
  }
}

.category-mega-menu > li > ul li {
  margin-bottom: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-mega-menu > li > ul li::before {
    content: "";

    float: left;

    height: 2px;

    width: 6px;

    background-color: #606060;

    margin: 24px 0;

    position: relative;

    left: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .category-mega-menu > li > ul li::before {
    content: "";

    float: left;

    height: 2px;

    width: 6px;

    background-color: #606060;

    margin: 24px 0;

    position: relative;

    left: 35px;
  }
}

.category-mega-menu > li > ul li:last-child {
  margin-bottom: 0;
}

.category-mega-menu > li > ul li a {
  display: block;

  font-size: 14px;

  color: #606060;

  line-height: 30px;

  border-bottom: 1px solid #e8e8e8;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-mega-menu > li > ul li a {
    padding: 10px 25px 10px 45px;

    line-height: 30px;

    font-size: 14px;

    color: #606060;

    font-weight: 700;

    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .category-mega-menu > li > ul li a {
    padding: 10px 25px 10px 45px;

    line-height: 30px;

    font-size: 14px;

    color: #606060;

    font-weight: 700;

    position: relative;
  }
}

.category-mega-menu > li > ul li a:hover {
  color: #202020;
}

.category-mega-menu > li.add {
  float: left;

  width: auto;

  padding: 0;

  border: none;

  margin: 30px -45px 0;
}

.category-mega-menu > li.add a {
  display: block;

  border: none;

  margin: 0;
}

.category-mega-menu > li.add a img {
  width: 100%;
}

/*---------------------------------------

    04. Hero

-----------------------------------------*/

/*--

    04.1 Hero Slider One

-----------------------------------------*/

/*-- Hero Slider --*/

.hero-slider-one {
  /*-- Arrow --*/

  /*-- Dots --*/
}

.hero-slider-one .slick-arrow {
  display: none !important;

  width: 44px;

  height: 44px;

  border: 1px solid #959595;

  color: #202020;

  border-radius: 50px;

  background-color: transparent;

  position: absolute;

  padding: 0;

  top: 50%;

  margin-top: -22px;

  z-index: 9;

  opacity: 0;
}

.hero-slider-one .slick-arrow i {
  font-size: 28px;

  line-height: 42px;

  display: block;
}

.hero-slider-one .slick-arrow.slick-prev {
  left: 30px;
}

.hero-slider-one .slick-arrow.slick-next {
  right: 30px;
}

.hero-slider-one .slick-arrow:hover {
  border-color: #202020;
}

.hero-slider-one .slick-dots {
  position: absolute;

  right: 100px;

  bottom: 50px;

  background: #fff;

  padding: 10px 15px;

  border-radius: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-one .slick-dots {
    bottom: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-one .slick-dots {
    bottom: 15px;
  }
  .product-section{overflow-x: hidden;}
}

@media only screen and (max-width: 479px) {
  .hero-slider-one .slick-dots {
    left: 40px; right: auto;
  }
}

.hero-slider-one .slick-dots li {
  float: left;

  margin-right: 5px;
}

.hero-slider-one .slick-dots li button {
  border: 2px solid #e76026;

  background-color: transparent;

  text-indent: -99999px;

  width: 14px;

  height: 14px;

  border-radius: 50px;

  display: block;

  padding: 0;
}

.hero-slider-one .slick-dots li button:hover {
  border-color: #f85606;
}

.hero-slider-one .slick-dots li.slick-active button {
  border-color: #f85606;

  background: #f85606;
}

.hero-slider-one:hover .slick-arrow {
  opacity: 1;
}

/*-- Hero Item --*/

.section-slider {
  /* background: url(../../images/frontend/hero/carpet-bg-pattern.jpg); */

  padding: 0px 0px;

  /* border-bottom: 1px solid #ddd; */
}

.hero-item {
  padding: 0px 0px !important;
  text-align: center;
}

.hero-image {
  text-align: center;
  width: 100%;
}
.hero-image img {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-item {
    padding: 85px 100px 60px 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-item {
    padding: 50px 50px 40px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-item {
    padding: 70px 50px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-item {
    padding: 50px 40px;
  }
}

.hero-item .col,
.hero-item [class*="col-"] {
  display: block;
  width: 100%;
}

/*-- Hero Image --*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-image {
    /* max-width: 240px; */
  }
}

@media only screen and (max-width: 767px) {
  .hero-image {
    -webkit-box-ordinal-group: 2;

    -ms-flex-order: 1;

    order: 1;

    /* max-width: 200px; */

    margin: auto;
  }

  .hero-section .container {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  /* .hero-image {

    max-width: 160px; } */
}

.hero-image img {
  max-width: 100%;

  min-height: 300px;

  max-height: 100%;

  object-fit: cover;

  width: 100%;
  max-height: 500px;

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-name: fadeOutUp;

  animation-name: fadeOutUp;
}

/*-- Hero Content --*/

@media only screen and (max-width: 767px) {
  .hero-content {
    -webkit-box-ordinal-group: 3;

    -ms-flex-order: 2;

    order: 2;

    /* margin-top: 30px;  */
  }
}

.hero-content > * {
  -webkit-animation-duration: 1.5s;

  animation-duration: 1.5s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-name: fadeOutUp;

  animation-name: fadeOutUp;
}

.hero-content h2 {
  font-size: 24px;

  line-height: 1;

  margin: 0;

  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-content h2 {
    font-size: 18px;
  }
}

.hero-content h1 {
  font-size: 48px;

  font-weight: 500;

  line-height: 80px;

  margin: 0;
}

.hero-content h1 span {
  font-weight: 900;
}

.hero-content h1 span.big {
  font-size: 60px;

  color: #f85606;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content h1 span.big {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content h1 span.big {
    font-size: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content h1 span.big {
    font-size: 55px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-content h1 span.big {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content h1 {
    font-size: 60px;

    line-height: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content h1 {
    font-size: 50px;

    line-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content h1 {
    font-size: 44px;

    line-height: 54px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-content h1 {
    font-size: 24px;

    line-height: 34px;
  }
}

.hero-content a,
.add_address,
.addTocart a {
  border: 1px solid #f85606;

  border-radius: 50px;

  line-height: 24px;

  padding: 10px 30px;

  font-size: 14px;

  font-weight: 700;

  text-transform: uppercase;

  color: #f85606;

  margin-top: 5px;

  overflow: hidden;

  position: relative;

  z-index: 1;

  letter-spacing: 0.014em;
}

.hero-content a::before,
.add_address:before,
.addTocart a:before {
  position: absolute;

  left: 50%;

  top: 50%;

  height: 0;

  width: 100%;

  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ec802c),
    to(#f85606)
  );

  background-image: linear-gradient(to right, #ec802c, #f85606);

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  content: "";

  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);

  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);

  transform: translateX(-50%) translateY(-50%) rotate(-45deg);

  opacity: 0;

  z-index: -1;
}

.hero-content a:hover,
.add_address:hover {
  color: #fff;

  text-shadow: 1px 1px 0 #b7111a, -1px -1px 0 #b7111a, 1px -1px 0 #b7111a,
    -1px 1px 0 #b7111a, 1px 1px 0 #b7111a;
}

.hero-content a:hover::before,
.add_address:hover:before,
.addTocart a:hover:before {
  height: 300%;

  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .hero-content a {
    font-size: 12px;

    padding: 7px 25px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-content a {
    font-size: 11px;

    padding: 5px 20px;

    margin-top: 15px;
  }
}

/*-- Slide Content In Animation --*/

.slick-active {
  /*-- Hero Image --*/

  /*-- Hero Content --*/
}

.slick-active .hero-image img {
  -webkit-animation-name: fadeInUp;

  animation-name: fadeInUp;

  -webkit-animation-delay: 0.5s;

  animation-delay: 0.5s;
}

.hero-item .content {
  -webkit-animation-name: fadeOutUp;

  animation-name: fadeOutUp;

  -webkit-animation-delay: 1s;

  animation-delay: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;
}

.slick-active .hero-content > *,
.slick-active .hero-item .content {
  -webkit-animation-name: fadeInUp;

  animation-name: fadeInUp;

  -webkit-animation-delay: 1s;

  animation-delay: 1s;
}

.slick-active .hero-content > *:nth-child(1) {
  -webkit-animation-delay: 1s;

  animation-delay: 1s;
}

.slick-active .hero-content > *:nth-child(2) {
  -webkit-animation-delay: 1s;

  animation-delay: 1s;
}

.slick-active .hero-content > *:nth-child(3),
.slick-active .hero-item .content > * {
  -webkit-animation-delay: 1.5s;

  animation-delay: 1.5s;
}

.slick-active .hero-content > *:nth-child(4) {
  -webkit-animation-delay: 2s;

  animation-delay: 2s;
}

.slick-active .hero-content > *:nth-child(5) {
  -webkit-animation-delay: 2.5s;

  animation-delay: 2.5s;
}

.slick-active .hero-content > *:nth-child(6) {
  -webkit-animation-delay: 3s;

  animation-delay: 3s;
}

/*--

    04.2 Hero Slider Two

-----------------------------------------*/

/*-- Hero Slider --*/

.hero-slider-two {
  /*-- Arrow --*/

  /*-- Dots --*/
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-two {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-two {
    width: 100%;
  }
}

.hero-slider-two .slick-arrow {
  display: block;

  width: 44px;

  height: 44px;

  border: 1px solid #959595;

  color: #202020;

  border-radius: 50px;

  background-color: transparent;

  position: absolute;

  padding: 0;

  top: 50%;

  margin-top: -22px;

  z-index: 5;

  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .hero-slider-two .slick-arrow {
    display: none !important;
  }
}

.hero-slider-two .slick-arrow i {
  font-size: 28px;

  line-height: 42px;

  display: block;
}

.hero-slider-two .slick-arrow.slick-prev {
  left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-two .slick-arrow.slick-prev {
    left: 15px;
  }
}

.hero-slider-two .slick-arrow.slick-next {
  right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-two .slick-arrow.slick-next {
    right: 15px;
  }
}

.hero-slider-two .slick-arrow:hover {
  border-color: #202020;
}

.hero-slider-two .slick-dots {
  display: none !important;

  position: absolute;

  left: 85px;

  bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-two .slick-dots {
    left: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-two .slick-dots {
    left: 50px;

    display: block !important;
  }
}

@media only screen and (max-width: 479px) {
  .hero-slider-two .slick-dots {
    left: 40px;

    bottom: 20px;
  }
}

.hero-slider-two .slick-dots li {
  float: left;

  margin-right: 5px;
}

.hero-slider-two .slick-dots li button {
  border: 1px solid #959595;

  background-color: transparent;

  text-indent: -99999px;

  width: 12px;

  height: 12px;

  border-radius: 50px;

  display: block;

  padding: 0;
}

.hero-slider-two .slick-dots li button:hover {
  border-color: #202020;
}

.hero-slider-two .slick-dots li.slick-active button {
  border-color: #202020;
}

.hero-slider-two:hover .slick-arrow {
  opacity: 1;
}

/*-- Hero Item --*/

.hero-item-two {
  padding: 49px 85px;

  background-color: #eceded;

  background-repeat: no-repeat;

  -webkit-background-size: cover;

  background-size: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-item-two {
    padding: 78px 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-item-two {
    padding: 78px 80px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-item-two {
    padding: 70px 50px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-item-two {
    padding: 50px 40px;
  }
}

.hero-item-two .col,
.hero-item-two [class*="col-"] {
  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: auto;
}

/*-- Hero Image --*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-image-two {
    max-width: 220px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-image-two {
    max-width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-image-two {
    max-width: 200px;

    margin: auto;

    -webkit-box-ordinal-group: 2;

    -ms-flex-order: 1;

    order: 1;
  }
}

@media only screen and (max-width: 479px) {
  .hero-image-two {
    max-width: 150px;
  }
}

.hero-image-two img {
  max-width: 100%;

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-name: fadeOutUp;

  animation-name: fadeOutUp;
}

/*-- Hero Content --*/

@media only screen and (max-width: 767px) {
  .hero-content-two {
    -webkit-box-ordinal-group: 3;

    -ms-flex-order: 2;

    order: 2;

    margin-top: 30px;
  }
}

.hero-content-two > * {
  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-name: fadeOutUp;

  animation-name: fadeOutUp;
}

.hero-content-two .offer {
  font-size: 40px;

  font-weight: 800;

  line-height: 1;

  margin: 0;

  text-align: center;

  display: inline-block;

  background-image: url(../images/frontend/hero/home-2-offer.png);

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

  padding: 30px 10px;

  width: 134px;

  height: 126px;

  margin-bottom: 20px;
}

.hero-content-two .offer span {
  font-size: 24px;

  font-weight: 700;

  display: block;
}

@media only screen and (max-width: 479px) {
  .hero-content-two .offer span {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-two .offer {
    font-size: 30px;

    padding: 18px 10px;

    width: 100px;

    height: 90px;

    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-two .offer {
    font-size: 30px;

    padding: 18px 10px;

    width: 100px;

    height: 90px;

    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content-two .offer {
    font-size: 30px;

    padding: 18px 10px;

    width: 100px;

    height: 90px;

    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-content-two .offer {
    font-size: 24px;

    padding: 15px 10px;

    width: 80px;

    height: 70px;

    margin-bottom: 20px;
  }
}

.hero-content-two h1 {
  font-size: 46px;

  font-weight: 800;

  margin: 0;

  line-height: 55px;

  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-two h1 {
    font-size: 30px;

    line-height: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-two h1 {
    font-size: 30px;

    line-height: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content-two h1 {
    font-size: 30px;

    line-height: 36px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-content-two h1 {
    font-size: 20px;

    line-height: 26px;
  }
}

.hero-content-two a {
  border: 1px solid #626262;

  border-radius: 50px;

  line-height: 24px;

  padding: 10px 30px;

  font-size: 14px;

  font-weight: 700;

  text-transform: uppercase;

  color: #202020;

  margin-top: 30px;

  overflow: hidden;

  position: relative;

  z-index: 1;
}

.hero-content-two a::before {
  position: absolute;

  left: 50%;

  top: 50%;

  height: 0;

  width: 100%;

  background-color: #202020;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  content: "";

  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);

  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);

  transform: translateX(-50%) translateY(-50%) rotate(-45deg);

  opacity: 0;

  z-index: -1;
}

.hero-content-two a:hover {
  color: #f5d730;
}

.hero-content-two a:hover::before {
  height: 300%;

  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .hero-content-two a {
    font-size: 12px;

    padding: 7px 25px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-content-two a {
    font-size: 11px;

    padding: 5px 20px;

    margin-top: 15px;
  }
}

/*-- Slide Content In Animation --*/

.slick-active {
  /*-- Hero Image --*/

  /*-- Hero Content --*/
}

.slick-active .hero-image-two img {
  -webkit-animation-name: fadeInUp;

  animation-name: fadeInUp;

  -webkit-animation-delay: 0.5s;

  animation-delay: 0.5s;
}

.slick-active .hero-content-two > * {
  -webkit-animation-name: fadeInUp;

  animation-name: fadeInUp;
}

.slick-active .hero-content-two > *:nth-child(1) {
  -webkit-animation-delay: 0.5s;

  animation-delay: 0.5s;
}

.slick-active .hero-content-two > *:nth-child(2) {
  -webkit-animation-delay: 1s;

  animation-delay: 1s;
}

.slick-active .hero-content-two > *:nth-child(3) {
  -webkit-animation-delay: 1.5s;

  animation-delay: 1.5s;
}

.slick-active .hero-content-two > *:nth-child(4) {
  -webkit-animation-delay: 2s;

  animation-delay: 2s;
}

.slick-active .hero-content-two > *:nth-child(5) {
  -webkit-animation-delay: 2.5s;

  animation-delay: 2.5s;
}

.slick-active .hero-content-two > *:nth-child(6) {
  -webkit-animation-delay: 3s;

  animation-delay: 3s;
}

/*--

    04.3 Hero Slider Three

-----------------------------------------*/

/*-- Hero Slider --*/

.hero-slider-three {
  /*-- Arrow --*/

  /*-- Dots --*/
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-three {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-three {
    width: 100%;
  }
}

.hero-slider-three .slick-arrow {
  display: block;

  width: 44px;

  height: 44px;

  border: 1px solid #959595;

  color: #202020;

  border-radius: 50px;

  background-color: transparent;

  position: absolute;

  padding: 0;

  top: 50%;

  margin-top: -22px;

  z-index: 5;

  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .hero-slider-three .slick-arrow {
    display: none !important;
  }
}

.hero-slider-three .slick-arrow i {
  font-size: 28px;

  line-height: 42px;

  display: block;
}

.hero-slider-three .slick-arrow.slick-prev {
  left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-three .slick-arrow.slick-prev {
    left: 15px;
  }
}

.hero-slider-three .slick-arrow.slick-next {
  right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-three .slick-arrow.slick-next {
    right: 15px;
  }
}

.hero-slider-three .slick-arrow:hover {
  border-color: #202020;
}

.hero-slider-three .slick-dots {
  display: none !important;

  position: absolute;

  left: 85px;

  bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-three .slick-dots {
    left: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-three .slick-dots {
    left: 50px;

    display: block !important;
  }
}

@media only screen and (max-width: 479px) {
  .hero-slider-three .slick-dots {
    left: 40px;

    bottom: 20px;
  }
}

.hero-slider-three .slick-dots li {
  float: left;

  margin-right: 5px;
}

.hero-slider-three .slick-dots li button {
  border: 1px solid #959595;

  background-color: transparent;

  text-indent: -99999px;

  width: 12px;

  height: 12px;

  border-radius: 50px;

  display: block;

  padding: 0;
}

.hero-slider-three .slick-dots li button:hover {
  border-color: #202020;
}

.hero-slider-three .slick-dots li.slick-active button {
  border-color: #202020;
}

.hero-slider-three:hover .slick-arrow {
  opacity: 1;
}

/*-- Hero Item --*/

.hero-item-three {
  padding: 59px 85px;

  background-repeat: no-repeat;

  -webkit-background-size: cover;

  background-size: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-item-three {
    padding: 85px 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-item-three {
    padding: 75px 80px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-item-three {
    padding: 70px 50px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-item-three {
    padding: 50px 40px;
  }
}

.hero-item-three .col,
.hero-item-three [class*="col-"] {
  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: auto;
}

/*-- Hero Image --*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-image-three {
    max-width: 270px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-image-three {
    max-width: 270px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-image-three {
    -webkit-box-ordinal-group: 2;

    -ms-flex-order: 1;

    order: 1;
  }
}

.hero-image-three img {
  max-width: 100%;

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-name: fadeOutUp;

  animation-name: fadeOutUp;
}

/*-- Hero Content --*/

@media only screen and (max-width: 767px) {
  .hero-content-three {
    -webkit-box-ordinal-group: 3;

    -ms-flex-order: 2;

    order: 2;

    margin-top: 30px;
  }
}

.hero-content-three > * {
  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-name: fadeOutUp;

  animation-name: fadeOutUp;
}

.hero-content-three .offer {
  font-size: 40px;

  font-weight: 800;

  line-height: 1;

  margin: 0;

  text-align: center;

  display: inline-block;

  background-image: url(../images/frontend/hero/home-2-offer.png);

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

  padding: 30px 10px;

  width: 134px;

  height: 126px;

  margin-bottom: 20px;
}

.hero-content-three .offer span {
  font-size: 24px;

  font-weight: 700;

  display: block;
}

@media only screen and (max-width: 479px) {
  .hero-content-three .offer span {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-three .offer {
    font-size: 30px;

    padding: 18px 10px;

    width: 100px;

    height: 90px;

    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-three .offer {
    font-size: 30px;

    padding: 18px 10px;

    width: 100px;

    height: 90px;

    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content-three .offer {
    font-size: 30px;

    padding: 18px 10px;

    width: 100px;

    height: 90px;

    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-content-three .offer {
    font-size: 24px;

    padding: 15px 10px;

    width: 80px;

    height: 70px;

    margin-bottom: 20px;
  }
}

.hero-content-three h1 {
  font-size: 46px;

  font-weight: 800;

  margin: 0;

  line-height: 55px;

  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-three h1 {
    font-size: 36px;

    line-height: 46px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-three h1 {
    font-size: 36px;

    line-height: 46px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content-three h1 {
    font-size: 36px;

    line-height: 46px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-content-three h1 {
    font-size: 24px;

    line-height: 30px;
  }
}

.hero-content-three a {
  border: 1px solid #626262;

  border-radius: 50px;

  line-height: 24px;

  padding: 10px 30px;

  font-size: 14px;

  font-weight: 700;

  text-transform: uppercase;

  color: #202020;

  margin-top: 30px;

  overflow: hidden;

  position: relative;

  z-index: 1;
}

.hero-content-three a::before {
  position: absolute;

  left: 50%;

  top: 50%;

  height: 0;

  width: 100%;

  background-color: #202020;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  content: "";

  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);

  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);

  transform: translateX(-50%) translateY(-50%) rotate(-45deg);

  opacity: 0;

  z-index: -1;
}

.hero-content-three a:hover {
  color: #f5d730;
}

.hero-content-three a:hover::before {
  height: 300%;

  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .hero-content-three a {
    font-size: 12px;

    padding: 7px 25px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-content-three a {
    font-size: 11px;

    padding: 5px 20px;

    margin-top: 15px;
  }
}

/*-- Slide Content In Animation --*/

.slick-active {
  /*-- Hero Image --*/

  /*-- Hero Content --*/
}

.slick-active .hero-image-three img {
  -webkit-animation-name: fadeInUp;

  animation-name: fadeInUp;

  -webkit-animation-delay: 0.5s;

  animation-delay: 0.5s;
}

.slick-active .hero-content-three > * {
  -webkit-animation-name: fadeInUp;

  animation-name: fadeInUp;
}

.slick-active .hero-content-three > *:nth-child(1) {
  -webkit-animation-delay: 0.5s;

  animation-delay: 0.5s;
}

.slick-active .hero-content-three > *:nth-child(2) {
  -webkit-animation-delay: 1s;

  animation-delay: 1s;
}

.slick-active .hero-content-three > *:nth-child(3) {
  -webkit-animation-delay: 1.5s;

  animation-delay: 1.5s;
}

.slick-active .hero-content-three > *:nth-child(4) {
  -webkit-animation-delay: 2s;

  animation-delay: 2s;
}

.slick-active .hero-content-three > *:nth-child(5) {
  -webkit-animation-delay: 2.5s;

  animation-delay: 2.5s;
}

.slick-active .hero-content-three > *:nth-child(6) {
  -webkit-animation-delay: 3s;

  animation-delay: 3s;
}

/*--

    04.4 Hero Slider Four

-----------------------------------------*/

/*-- Hero Slider --*/

.hero-slider-four {
  /*-- Arrow --*/

  /*-- Dots --*/
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-four {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-four {
    width: 100%;
  }
}

.hero-slider-four .slick-arrow {
  display: block;

  width: 44px;

  height: 44px;

  border: 1px solid #959595;

  color: #202020;

  border-radius: 50px;

  background-color: transparent;

  position: absolute;

  padding: 0;

  top: 50%;

  margin-top: -22px;

  z-index: 5;

  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .hero-slider-four .slick-arrow {
    display: none !important;
  }
}

.hero-slider-four .slick-arrow i {
  font-size: 28px;

  line-height: 44px;

  display: block;
}

.hero-slider-four .slick-arrow.slick-prev {
  left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-four .slick-arrow.slick-prev {
    left: 15px;
  }
}

.hero-slider-four .slick-arrow.slick-next {
  right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-four .slick-arrow.slick-next {
    right: 15px;
  }
}

.hero-slider-four .slick-arrow:hover {
  border-color: #202020;
}

.hero-slider-four .slick-dots {
  display: none !important;

  position: absolute;

  left: 85px;

  bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-four .slick-dots {
    left: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-four .slick-dots {
    left: 50px;

    display: block !important;
  }
}

@media only screen and (max-width: 479px) {
  .hero-slider-four .slick-dots {
    left: 40px;

    bottom: 20px;
  }
}

.hero-slider-four .slick-dots li {
  float: left;

  margin-right: 5px;
}

.hero-slider-four .slick-dots li button {
  border: 1px solid #959595;

  background-color: transparent;

  text-indent: -99999px;

  width: 12px;

  height: 12px;

  border-radius: 50px;

  display: block;

  padding: 0;
}

.hero-slider-four .slick-dots li button:hover {
  border-color: #202020;
}

.hero-slider-four .slick-dots li.slick-active button {
  border-color: #202020;
}

.hero-slider-four:hover .slick-arrow {
  opacity: 1;
}

/*-- Hero Item --*/

.hero-item-four {
  padding: 170px 80px;

  background-repeat: no-repeat;

  -webkit-background-size: cover;

  background-size: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .hero-item-four {
    padding: 175px 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-item-four {
    padding: 79px 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-item-four {
    padding: 75px 80px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-item-four {
    padding: 70px 50px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-item-four {
    padding: 50px 40px;
  }
}

.hero-item-four .col,
.hero-item-four [class*="col-"] {
  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: auto;
}

/*-- Hero Image --*/

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .hero-image-four {
    max-width: 350px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-image-four {
    max-width: 400px;

    -webkit-box-ordinal-group: 2;

    -ms-flex-order: 1;

    order: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-image-four {
    max-width: 400px;

    -webkit-box-ordinal-group: 2;

    -ms-flex-order: 1;

    order: 1;
  }
}

@media only screen and (max-width: 767px) {
  .hero-image-four {
    -webkit-box-ordinal-group: 2;

    -ms-flex-order: 1;

    order: 1;
  }
}

.hero-image-four img {
  max-width: 100%;

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-name: fadeOutUp;

  animation-name: fadeOutUp;
}

/*-- Hero Content --*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-four {
    -webkit-box-ordinal-group: 3;

    -ms-flex-order: 2;

    order: 2;

    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-four {
    -webkit-box-ordinal-group: 3;

    -ms-flex-order: 2;

    order: 2;

    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content-four {
    -webkit-box-ordinal-group: 3;

    -ms-flex-order: 2;

    order: 2;

    margin-top: 30px;
  }
}

.hero-content-four > * {
  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-name: fadeOutUp;

  animation-name: fadeOutUp;
}

.hero-content-four .offer {
  font-size: 30px;

  font-weight: 800;

  line-height: 1;

  margin: 0;

  text-align: center;

  display: inline-block;

  background-image: url(../images/frontend/hero/home-4-offer.png);

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

  padding: 37px 25px 37px 40px;

  width: 130px;

  height: 130px;

  margin-bottom: 43px;
}

.hero-content-four .offer span {
  font-size: 20px;

  font-weight: 700;

  display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-four .offer span {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-four .offer span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content-four .offer span {
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-four .offer {
    font-size: 20px;

    padding: 30px 15px 30px 30px;

    width: 100px;

    height: 100px;

    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-four .offer {
    font-size: 20px;

    padding: 30px 15px 30px 30px;

    width: 100px;

    height: 100px;

    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content-four .offer {
    font-size: 20px;

    padding: 30px 15px 30px 30px;

    width: 100px;

    height: 100px;

    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-content-four .offer {
    font-size: 18px;

    padding: 27px 10px 27px 20px;

    width: 90px;

    height: 90px;

    margin-bottom: 20px;
  }
}

.hero-content-four h2 {
  font-size: 40px;

  font-weight: 500;

  margin: 0;

  line-height: 50px;

  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .hero-content-four h2 {
    font-size: 32px;

    line-height: 46px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-four h2 {
    font-size: 32px;

    line-height: 46px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-four h2 {
    font-size: 32px;

    line-height: 46px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content-four h2 {
    font-size: 36px;

    line-height: 46px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-content-four h2 {
    font-size: 24px;

    line-height: 30px;
  }
}

.hero-content-four h1 {
  font-size: 72px;

  font-weight: 800;

  margin: 0;

  line-height: 72px;

  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .hero-content-four h1 {
    font-size: 55px;

    line-height: 66px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-four h1 {
    font-size: 55px;

    line-height: 66px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-four h1 {
    font-size: 55px;

    line-height: 66px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content-four h1 {
    font-size: 36px;

    line-height: 46px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-content-four h1 {
    font-size: 24px;

    line-height: 30px;
  }
}

.hero-content-four a {
  border: 0px solid transparent;

  border-radius: 50px;

  line-height: 24px;

  padding: 10px 30px;

  font-size: 16px;

  font-weight: 700;

  text-transform: uppercase;

  background-color: #f5d730;

  color: #202020;

  margin-top: 45px;

  overflow: hidden;

  position: relative;

  z-index: 1;
}

.hero-content-four a::before {
  position: absolute;

  left: 50%;

  top: 50%;

  height: 0;

  width: 100%;

  background-color: #202020;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  content: "";

  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);

  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);

  transform: translateX(-50%) translateY(-50%) rotate(-45deg);

  opacity: 0;

  z-index: -1;
}

.hero-content-four a:hover {
  color: #f5d730;
}

.hero-content-four a:hover::before {
  height: 300%;

  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .hero-content-four a {
    font-size: 12px;

    padding: 7px 25px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-content-four a {
    font-size: 11px;

    padding: 5px 20px;

    margin-top: 15px;
  }
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 50px, 0);

    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);

    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 50px, 0);

    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);

    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    transform: translate3d(0, -30px, 0);

    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);

    opacity: 1;
  }
}

/*-- Slide Content In Animation --*/

.slick-active {
  /*-- Hero Image --*/

  /*-- Hero Content --*/
}

.slick-active .hero-image-four img {
  -webkit-animation-name: fadeInUp;

  animation-name: fadeInUp;

  -webkit-animation-delay: 0.5s;

  animation-delay: 0.5s;
}

.slick-active .hero-content-four > * {
  -webkit-animation-name: fadeInUp;

  animation-name: fadeInUp;
}

.slick-active .hero-content-four > *:nth-child(1) {
  -webkit-animation-delay: 0.5s;

  animation-delay: 0.5s;
}

.slick-active .hero-content-four > *:nth-child(2) {
  -webkit-animation-delay: 1s;

  animation-delay: 1s;
}

.slick-active .hero-content-four > *:nth-child(3) {
  -webkit-animation-delay: 1.5s;

  animation-delay: 1.5s;
}

.slick-active .hero-content-four > *:nth-child(4) {
  -webkit-animation-delay: 2s;

  animation-delay: 2s;
}

.slick-active .hero-content-four > *:nth-child(5) {
  -webkit-animation-delay: 2.5s;

  animation-delay: 2.5s;
}

.slick-active .hero-content-four > *:nth-child(6) {
  -webkit-animation-delay: 3s;

  animation-delay: 3s;
}

/*--

    04.5 Hero Slider Five

-----------------------------------------*/

/*-- Hero Slider --*/

.hero-slider-five {
  width: calc(100% - 520px);

  float: left;

  padding: 0 10px;

  /*-- Arrow --*/

  /*-- Dots --*/
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-five {
    width: 100%;

    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-five {
    width: 100%;

    padding: 0;
  }
}

.hero-slider-five .slick-arrow {
  display: none !important;

  width: 44px;

  height: 44px;

  border: 1px solid #959595;

  color: #202020;

  border-radius: 50px;

  background-color: transparent;

  position: absolute;

  padding: 0;

  top: 50%;

  margin-top: -22px;

  z-index: 5;

  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .hero-slider-five .slick-arrow {
    display: none !important;
  }
}

.hero-slider-five .slick-arrow i {
  font-size: 28px;

  line-height: 44px;

  display: block;
}

.hero-slider-five .slick-arrow.slick-prev {
  left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-five .slick-arrow.slick-prev {
    left: 15px;
  }
}

.hero-slider-five .slick-arrow.slick-next {
  right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-five .slick-arrow.slick-next {
    right: 15px;
  }
}

.hero-slider-five .slick-arrow:hover {
  border-color: #202020;
}

.hero-slider-five .slick-dots {
  display: block;

  position: absolute;

  left: 60px;

  bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-five .slick-dots {
    left: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-five .slick-dots {
    left: 50px;

    display: block !important;
  }
}

@media only screen and (max-width: 479px) {
  .hero-slider-five .slick-dots {
    left: 40px;

    bottom: 20px;
  }
}

.hero-slider-five .slick-dots li {
  float: left;

  margin-right: 5px;
}

.hero-slider-five .slick-dots li button {
  border: 1px solid #959595;

  background-color: transparent;

  text-indent: -99999px;

  width: 12px;

  height: 12px;

  border-radius: 50px;

  display: block;

  padding: 0;
}

.hero-slider-five .slick-dots li button:hover {
  border-color: #202020;
}

.hero-slider-five .slick-dots li.slick-active button {
  border-color: #202020;
}

.hero-slider-five:hover .slick-arrow {
  opacity: 1;
}

/*-- Hero Item --*/

.hero-item-five {
  padding: 102px 50px;

  background-repeat: no-repeat;

  -webkit-background-size: cover;

  background-size: cover;

  background-position: center center;

  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-item-five::before {
    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: #000000;

    content: "";

    opacity: 0.4;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-item-five::before {
    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: #000000;

    content: "";

    opacity: 0.4;
  }
}

@media only screen and (max-width: 767px) {
  .hero-item-five::before {
    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: #000000;

    content: "";

    opacity: 0.4;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .hero-item-five {
    padding: 140px 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-item-five {
    padding: 79px 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-item-five {
    padding: 75px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-item-five {
    padding: 70px 50px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-item-five {
    padding: 50px 40px;
  }
}

.hero-item-five .col,
.hero-item-five [class*="col-"] {
  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

  width: auto;
}

/*-- Hero Content --*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-five {
    -webkit-box-ordinal-group: 3;

    -ms-flex-order: 2;

    order: 2;

    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-five {
    -webkit-box-ordinal-group: 3;

    -ms-flex-order: 2;

    order: 2;

    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content-five {
    -webkit-box-ordinal-group: 3;

    -ms-flex-order: 2;

    order: 2;

    margin-top: 30px;
  }
}

.hero-content-five > * {
  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-name: fadeOutUp;

  animation-name: fadeOutUp;
}

.hero-content-five img {
  max-width: 100%;

  margin-bottom: 33px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .hero-content-five img {
    width: 120px;

    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content-five img {
    width: 120px;
  }
}

.hero-content-five h2 {
  font-size: 36px;

  font-weight: 500;

  margin: 0;

  line-height: 42px;

  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .hero-content-five h2 {
    font-size: 32px;

    line-height: 46px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-five h2 {
    font-size: 32px;

    line-height: 46px;

    color: #ffffff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-five h2 {
    font-size: 32px;

    line-height: 46px;

    color: #ffffff;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content-five h2 {
    font-size: 36px;

    line-height: 46px;

    color: #ffffff;
  }
}

@media only screen and (max-width: 479px) {
  .hero-content-five h2 {
    font-size: 24px;

    line-height: 30px;
  }
}

.hero-content-five h1 {
  font-size: 66px;

  font-weight: 800;

  margin: 0;

  line-height: 68px;

  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .hero-content-five h1 {
    font-size: 55px;

    line-height: 66px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-five h1 {
    font-size: 55px;

    line-height: 66px;

    color: #ffffff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-five h1 {
    font-size: 55px;

    line-height: 66px;

    color: #ffffff;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content-five h1 {
    font-size: 36px;

    line-height: 46px;

    color: #ffffff;
  }
}

@media only screen and (max-width: 479px) {
  .hero-content-five h1 {
    font-size: 24px;

    line-height: 30px;
  }
}

.hero-content-five a {
  border: 0px solid transparent;

  border-radius: 50px;

  line-height: 24px;

  padding: 10px 30px;

  font-size: 16px;

  font-weight: 700;

  text-transform: uppercase;

  background-color: #f5d730;

  color: #202020;

  margin-top: 45px;

  overflow: hidden;

  position: relative;

  z-index: 1;
}

.hero-content-five a::before {
  position: absolute;

  left: 50%;

  top: 50%;

  height: 0;

  width: 100%;

  background-color: #202020;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  content: "";

  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);

  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);

  transform: translateX(-50%) translateY(-50%) rotate(-45deg);

  opacity: 0;

  z-index: -1;
}

.hero-content-five a:hover {
  color: #f5d730;
}

.hero-content-five a:hover::before {
  height: 300%;

  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .hero-content-five a {
    font-size: 12px;

    padding: 7px 25px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-content-five a {
    font-size: 11px;

    padding: 5px 20px;

    margin-top: 15px;
  }
}

/*-- Slide Content In Animation --*/

.slick-active {
  /*-- Hero Image --*/

  /*-- Hero Content --*/
}

.slick-active .hero-image-five img {
  -webkit-animation-name: fadeInUp;

  animation-name: fadeInUp;

  -webkit-animation-delay: 0.5s;

  animation-delay: 0.5s;
}

.slick-active .hero-content-five > * {
  -webkit-animation-name: fadeInUp;

  animation-name: fadeInUp;
}

.slick-active .hero-content-five > *:nth-child(1) {
  -webkit-animation-delay: 0.5s;

  animation-delay: 0.5s;
}

.slick-active .hero-content-five > *:nth-child(2) {
  -webkit-animation-delay: 1s;

  animation-delay: 1s;
}

.slick-active .hero-content-five > *:nth-child(3) {
  -webkit-animation-delay: 1.5s;

  animation-delay: 1.5s;
}

.slick-active .hero-content-five > *:nth-child(4) {
  -webkit-animation-delay: 2s;

  animation-delay: 2s;
}

.slick-active .hero-content-five > *:nth-child(5) {
  -webkit-animation-delay: 2.5s;

  animation-delay: 2.5s;
}

.slick-active .hero-content-five > *:nth-child(6) {
  -webkit-animation-delay: 3s;

  animation-delay: 3s;
}

/*---------------------------------------

    05. Banner

-----------------------------------------*/

/*-- Banner --*/

.banner a {
  display: block;

  position: relative;

  overflow: hidden;
}

.banner a::before {
  background-color: rgba(255, 255, 255, 0.2);

  content: "";

  height: 200%;

  left: -280px;

  position: absolute;

  top: -50%;

  -webkit-transform: rotate(35deg);

  -ms-transform: rotate(35deg);

  transform: rotate(35deg);

  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);

  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);

  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);

  width: 80px;

  z-index: 0;
}

.banner a::after {
  background-color: rgba(255, 255, 255, 0.2);

  content: "";

  height: 200%;

  left: 180%;

  position: absolute;

  top: -50%;

  -webkit-transform: rotate(35deg);

  -ms-transform: rotate(35deg);

  transform: rotate(35deg);

  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);

  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);

  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);

  width: 80px;

  z-index: 0;
}

.banner a:hover::before {
  left: 180%;

  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);

  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);

  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.banner a:hover::after {
  left: -280px;

  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);

  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);

  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.banner a img {
  width: 100%;
}

.hero-banner {
  float: right;

  width: 260px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-banner {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .hero-banner {
    width: 100%;
  }
}

/* Feature */

.feature {
  background-color: #f6f7f8;

  padding: 0px !important;

  position: relative;
}

.feature .feature-wrap {
  text-align: center;

  border: 1px solid #e8e8e8;

  padding: 25px 15px 20px;

  background: url(../../images/frontend/hero/carpet-bg-pattern-2.jpg);
}

.feature .feature-wrap .icon {
  display: inline-block;

  margin-bottom: 14px;

  position: relative;

  overflow: hidden;

  height: 29px;

  width: 42px;

  vertical-align: middle;
}

.feature .feature-wrap .icon img {
  position: absolute;

  top: 0;

  left: 0;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.feature:hover .feature-wrap .icon img {
  top: -29px;
}

.feature-text {
  display: inline-block;

  position: relative;

  text-align: left;

  padding-left: 10px;

  vertical-align: middle;

  text-shadow: 1px 1px #fff;

  letter-spacing: 0.014em;
}

.feature .feature-wrap h4 {
  display: block;

  text-transform: capitalize;

  font-size: 18px;

  font-weight: 700;

  margin-bottom: 6px;

  color: #222222;
}

.feature .feature-wrap p {
  font-size: 14px;

  line-height: 20px;

  margin: 0;

  font-weight: 700;

  color: #202020;
}

/*---------------------------------------

    06. Product Slider

-----------------------------------------*/

.product-slider-wrap {
  overflow: hidden;
}

/*-- Product Slider Default Style --*/

.product-slider {
  /*-- Dots --*/
}

.product-slider .slick-dots {
  position: absolute;

  left: 50px;

  bottom: 30px;

  display: none;

  opacity: 0;

  visibility: hidden;
}

.hiddenmenu {
  opacity: 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-slider .slick-dots {
    display: block;

    opacity: 1;

    visibility: visible;
  }
}

@media only screen and (max-width: 767px) {
  .product-slider .slick-dots {
    display: block;

    opacity: 1;

    visibility: visible;

    bottom: 20px;
  }
}

.product-slider .slick-dots li {
  float: left;

  margin-right: 5px;
}

.product-slider .slick-dots li button {
  border: 1px solid #959595;

  background-color: transparent;

  text-indent: -99999px;

  width: 12px;

  height: 12px;

  border-radius: 50px;

  display: block;

  padding: 0;
}

.product-slider .slick-dots li button:hover {
  border-color: #202020;
}

.product-slider .slick-dots li.slick-active button {
  border-color: #202020;
}

/*-- Product Slider Arrow Style One --*/

.product-slider-arrow-one {
  margin-left: -100px;

  margin-right: -100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .product-slider-arrow-one {
    margin-left: -15px;

    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-slider-arrow-one {
    margin-left: -15px;

    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-slider-arrow-one {
    margin-left: -15px;

    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .product-slider-arrow-one {
    margin-left: -15px;

    margin-right: -15px;
  }
}

@media only screen and (max-width: 479px) {
  .product-slider-arrow-one {
    margin-left: -15px;

    margin-right: -15px;
  }
}

.product-slider-arrow-one .product-slider {
  padding-left: 85px;

  padding-right: 85px;

  /*-- Arrow --*/
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .product-slider-arrow-one .product-slider {
    padding-left: 0;

    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-slider-arrow-one .product-slider {
    padding-left: 0;

    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-slider-arrow-one .product-slider {
    padding-left: 0;

    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .product-slider-arrow-one .product-slider {
    padding-left: 0;

    padding-right: 0;
  }
}

@media only screen and (max-width: 479px) {
  .product-slider-arrow-one .product-slider {
    padding-left: 0;

    padding-right: 0;
  }
}

.product-slider-arrow-one .product-slider .slick-arrow {
  display: block;

  width: 44px;

  height: 44px;

  border: none;

  color: #e76026;

  background-color: #ffffff;

  border-radius: 50%;

  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);

  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);

  padding: 0;

  text-align: center;

  position: absolute;

  top: 50%;

  margin-top: -27px;

  z-index: 9;

  opacity: 0;

  visibility: hidden;
}

.product-slider-arrow-one .product-slider .slick-arrow i {
  font-size: 36px;

  line-height: 42px;

  display: block;
}

.product-slider-arrow-one .product-slider .slick-arrow.slick-prev {
  left: 50px;
}

.product-slider-arrow-one .product-slider .slick-arrow.slick-next {
  right: 50px;
}

.product-slider-arrow-one .product-slider .slick-arrow:hover {
  background-color: #f85606;

  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-slider-arrow-one .product-slider .slick-arrow {
    display: none;

    opacity: 0;

    visibility: hidden;
  }
}

.product-slider-arrow-one .product-slider:hover {
  /*-- Arrow --*/
}

.product-slider-arrow-one .product-slider:hover .slick-arrow {
  opacity: 1;

  visibility: visible;
}

.product-slider-arrow-one .product-slider:hover .slick-arrow.slick-prev {
  left: 15px;
}

.product-slider-arrow-one .product-slider:hover .slick-arrow.slick-next {
  right: 15px;
}

/*-- Product Slider Arrow Style Two --*/

.product-slider-arrow-two {
  margin-right: -80px;

  margin-left: -15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .product-slider-arrow-two {
    margin-left: -15px;

    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-slider-arrow-two {
    margin-left: -15px;

    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-slider-arrow-two {
    margin-left: -15px;

    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .product-slider-arrow-two {
    margin-left: -15px;

    margin-right: -15px;
  }
}

@media only screen and (max-width: 479px) {
  .product-slider-arrow-two {
    margin-left: -15px;

    margin-right: -15px;
  }
}

.product-slider-arrow-two .product-slider {
  padding-right: 65px;

  padding-left: 0;

  /*-- Arrow --*/
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .product-slider-arrow-two .product-slider {
    padding-left: 0;

    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-slider-arrow-two .product-slider {
    padding-left: 0;

    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-slider-arrow-two .product-slider {
    padding-left: 0;

    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .product-slider-arrow-two .product-slider {
    padding-left: 0;

    padding-right: 0;
  }
}

@media only screen and (max-width: 479px) {
  .product-slider-arrow-two .product-slider {
    padding-left: 0;

    padding-right: 0;
  }
}

.product-slider-arrow-two .product-slider .slick-arrow {
  display: block;

  width: 44px;

  height: 44px;

  border: none;

  color: #444444;

  background-color: #ffffff;

  border-radius: 50%;

  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);

  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);

  padding: 0;

  text-align: center;

  position: absolute;

  top: 50%;

  right: 0;

  z-index: 999;

  opacity: 0;

  visibility: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .product-slider-arrow-two .product-slider .slick-arrow {
    left: auto;

    right: auto;

    margin-top: -27px !important;

    margin-left: 0 !important;

    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-slider-arrow-two .product-slider .slick-arrow {
    left: auto;

    right: auto;

    margin-top: -27px !important;

    margin-left: 0 !important;

    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-slider-arrow-two .product-slider .slick-arrow {
    left: auto;

    right: auto;

    margin-top: -27px !important;

    margin-left: 0 !important;

    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .product-slider-arrow-two .product-slider .slick-arrow {
    left: auto;

    right: auto;

    margin-top: -27px !important;

    margin-left: 0 !important;

    margin-right: 0 !important;
  }
}

.product-slider-arrow-two .product-slider .slick-arrow i {
  font-size: 36px;

  line-height: 42px;

  display: block;
}

.product-slider-arrow-two .product-slider .slick-arrow.slick-prev {
  margin-top: -54px;

  margin-right: -30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .product-slider-arrow-two .product-slider .slick-arrow.slick-prev {
    left: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-slider-arrow-two .product-slider .slick-arrow.slick-prev {
    left: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-slider-arrow-two .product-slider .slick-arrow.slick-prev {
    left: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .product-slider-arrow-two .product-slider .slick-arrow.slick-prev {
    left: 50px;
  }
}

.product-slider-arrow-two .product-slider .slick-arrow.slick-next {
  margin-top: 0;

  margin-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .product-slider-arrow-two .product-slider .slick-arrow.slick-next {
    right: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-slider-arrow-two .product-slider .slick-arrow.slick-next {
    right: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-slider-arrow-two .product-slider .slick-arrow.slick-next {
    right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .product-slider-arrow-two .product-slider .slick-arrow.slick-next {
    right: 50px;
  }
}

.product-slider-arrow-two .product-slider .slick-arrow:hover {
  background-color: #202020;

  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-slider-arrow-two .product-slider .slick-arrow {
    display: none;

    opacity: 0;

    visibility: hidden;
  }
}

.product-slider-arrow-two .product-slider:hover {
  /*-- Arrow --*/
}

.product-slider-arrow-two .product-slider:hover .slick-arrow {
  opacity: 1;

  visibility: visible;

  margin-right: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .product-slider-arrow-two .product-slider:hover .slick-arrow.slick-prev {
    left: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-slider-arrow-two .product-slider:hover .slick-arrow.slick-prev {
    left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-slider-arrow-two .product-slider:hover .slick-arrow.slick-prev {
    left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .product-slider-arrow-two .product-slider:hover .slick-arrow.slick-prev {
    left: 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .product-slider-arrow-two .product-slider:hover .slick-arrow.slick-next {
    right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-slider-arrow-two .product-slider:hover .slick-arrow.slick-next {
    right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-slider-arrow-two .product-slider:hover .slick-arrow.slick-next {
    right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .product-slider-arrow-two .product-slider:hover .slick-arrow.slick-next {
    right: 15px;
  }
}

/*---------------------------------------

    07. Products

-----------------------------------------*/

/*-- Product Tab Filter --*/

.product-tab-filter {
  /*float: right;*/

  position: relative;
}

@media only screen and (max-width: 767px) {
  .product-tab-filter {
    float: left;
  }
}

/*-- Product Tab Filter Toggle --*/

.product-tab-filter-toggle {
  display: none;

  border: 1px solid #e8e8e8;

  line-height: 24px;

  padding: 5px 15px;

  font-size: 12px;

  text-transform: uppercase;

  color: #202020;

  background-color: transparent;

  font-weight: 700;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 768px) {
  .product-tab-filter-toggle {
    display: block;
  }
}

.product-tab-filter-toggle span {
  display: inline-block;

  margin: 0 10px;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.product-tab-filter-toggle i {
  font-size: 16px;

  float: right;

  line-height: 24px;
}

/*-- Product Tab List --*/

@media only screen and (max-width: 768px) {
  .product-tab-list {
    display: none;

    position: absolute;

    background-color: #ffffff;

    width: 220px;

    left: 0;

    right: auto;

    top: 100%;

    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);

    margin-top: 10px;

    z-index: 99;
  }
}

.product-tab-list li {
  display: block;
  float: left;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .product-tab-list li {
    width: 100%;

    margin-right: 0;

    border-bottom: 1px solid #eeeeee;
  }

  .product-tab-list li:last-child {
    margin: 0;

    border: none;
  }
}

.product-tab-list li:last-child {
  margin: 0;
}

.product-tab-list li a {
  font-size: 15px;
  color: #222222;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: block;
  position: relative;
  text-transform: capitalize;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}

.product-tab-list li a:hover {
  color: #f85606;
}

@media only screen and (max-width: 767px) {
  .product-tab-list li a {
    padding: 8px 15px;
  }
}

.product-tab-list li a.active {
  color: #f85606;

  border-bottom-color: #f85606;
}
.product-tab-list li a.active:after {
  position: absolute;
  left: 50%;
  content: "";
  content: "";
  border-top: 15px solid;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin-left: -15px;
  top: 99%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top-color: #f85606;
  z-index: 1;
}

.product-tab-list li a.active:before {
  position: absolute;
  left: 50%;
  content: "";
  content: "";
  border-top: 13px solid;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  margin-left: -13px;
  top: 95%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top-color: #fff;
  z-index: 2;
}

/*----

    07.1 Shop Top Bar

-----------------------------------------*/

.shop-top-bar {
  float: left;

  width: 100%;

  padding: 13px 30px;

  background-color: #fefcef;
}

@media only screen and (max-width: 479px) {
  .shop-top-bar {
    padding: 13px 20px;
  }
}

/*-- View Mode --*/

.product-view-mode {
  float: left;

  margin-right: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-view-mode {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .product-view-mode {
    margin-right: 20px;

    margin-bottom: 15px;
  }
}

.product-view-mode a {
  float: left;

  margin-right: 15px;

  color: #666666;

  padding: 5px 0;
}

.product-view-mode a:last-child {
  margin-right: 0;
}

.product-view-mode a i {
  font-size: 22px;

  display: block;

  line-height: 24px;
}

.product-view-mode a.active {
  color: #202020;
}

.with-sidebar .product-view-mode {
  margin-right: 20px;
}

/*-- Product Showing --*/

.product-showing {
  float: left;

  margin-right: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-showing {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .product-showing {
    margin-right: 20px;

    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .product-showing {
    margin-right: 0;
  }
}

.product-showing p {
  float: left;

  font-size: 14px;

  font-weight: 700;

  color: #202020;

  margin: 0 15px 0 0;

  padding: 5px 0;
}

@media only screen and (max-width: 479px) {
  .product-showing p {
    font-size: 12px;

    margin-right: 10px;
  }
}

.product-showing div.nice-select {
  float: right;

  clear: none;

  border: 1px solid #999999;

  background-color: transparent;

  border-radius: 50px;

  padding-left: 20px;

  padding-right: 40px;

  line-height: 32px;

  height: 34px;
}

.product-showing div.nice-select::after {
  border-width: 1px;

  border-color: #202020;

  height: 7px;

  width: 7px;

  right: 20px;
}

.product-showing div.nice-select .current {
  width: 25px;

  display: block;

  text-align: center;

  font-size: 14px;

  font-weight: 600;

  color: #202020;

  line-height: 32px;
}

@media only screen and (max-width: 479px) {
  .product-showing div.nice-select .current {
    font-size: 12px;

    width: auto;
  }
}

.with-sidebar .product-showing {
  margin-right: 20px;
}

/*-- Product Short --*/

.product-short {
  float: left;
}

@media only screen and (max-width: 479px) {
  .product-short {
    margin-bottom: 15px;
  }
}

.product-short p {
  float: left;

  font-size: 14px;

  font-weight: 700;

  color: #202020;

  margin: 0 15px 0 0;

  padding: 5px 0;
}

@media only screen and (max-width: 479px) {
  .product-short p {
    font-size: 12px;

    margin-right: 10px;
  }
}

.product-short div.nice-select {
  float: right;

  clear: none;

  border: 1px solid #999999;

  background-color: transparent;

  border-radius: 50px;

  padding-left: 20px;

  padding-right: 40px;

  line-height: 32px;

  height: 34px;
}

.product-short div.nice-select::after {
  border-width: 1px;

  border-color: #202020;

  height: 7px;

  width: 7px;

  right: 20px;
}

.product-short div.nice-select .current {
  display: block;

  text-align: left;

  font-size: 14px;

  font-weight: 600;

  min-width: 100px;

  color: #202020;

  line-height: 32px;
}

@media only screen and (max-width: 479px) {
  .product-short div.nice-select .current {
    font-size: 12px;
  }
}

/*-- Product Page --*/

.product-pages {
  float: right;
}

@media only screen and (max-width: 479px) {
  .product-pages {
    width: 100%;
  }
}

.product-pages p {
  font-size: 14px;

  font-weight: 700;

  color: #202020;

  padding: 5px 0;
}

@media only screen and (max-width: 479px) {
  .product-pages p {
    font-size: 12px;
  }
}

/*-- Shop Product Wrap --*/

.shop-product-wrap.list > [class*="col"],
.shop-product-wrap.list > [class*="col-"] {
  -webkit-box-flex: 1;

  -ms-flex: 1 0 100%;

  flex: 1 0 100%;

  width: 100%;

  max-width: 100%;
}

.shop-product-wrap.list .ee-product {
  display: none;
}

.shop-product-wrap.list .ee-product-list {
  display: block;
}

.shop-product-wrap.grid .ee-product {
  display: block;
}

.shop-product-wrap.grid .ee-product-list {
  display: none;
}

/*----

    07.2 Protuct Style One

-----------------------------------------*/

.ee-product {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.ee-product .image {
  position: relative;
}

.ee-product .image .label {
  position: absolute;

  left: 20px;

  top: 28px;

  font-size: 13px;

  font-weight: 700;

  color: #202020;

  text-transform: capitalize;

  line-height: 20px;
}

.ee-product .image .label.sale {
  color: #fff;

  background: #ec802c;

  padding: 2px 10px;

  border-radius: 100px;
}

.ee-product .image .label.new {
  color: #f85606;

  background: #fff;

  padding: 2px 10px;

  border-radius: 100px;
}

.ee-product .image .img {
  display: block;

  /* background-color: #cccccc; */
}

.ee-product .image .img img {
  display: block;

  /* object-position: bottom right; */

  width: 100%;
}

.ee-product .image .wishlist-compare {
  position: absolute;
  top: 10px;
  right: 20px;
}

.ee-product .image .wishlist-compare a {
  height: 33px;

  width: 33px;

  border: 2px solid #f85606;

  border-radius: 50px;

  display: block;

  float: left;

  margin-right: 7px;

  color: #f85606;

  text-align: center;

  opacity: 0;

  visibility: hidden;

  left: 20px;

  position: relative;

  background: #fff;
}

.ee-product .image .wishlist-compare a::before {
  content: attr(data-tooltip);

  position: absolute;

  bottom: 100%;

  left: 50%;

  margin-bottom: 8px;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  font-size: 10px;

  font-weight: 700;

  background-color: #444444;

  color: #ffffff;

  line-height: 16px;

  padding: 3px 10px;

  border-radius: 2px;

  white-space: nowrap;

  opacity: 0;

  visibility: hidden;
}

.ee-product .image .wishlist-compare a::after {
  position: absolute;

  left: 50%;

  bottom: 100%;

  margin-bottom: 4px;

  margin-left: -4px;

  content: "";

  border-width: 4px 4px 0 4px;

  border-style: solid;

  border-color: #444444 transparent transparent transparent;

  opacity: 0;

  visibility: hidden;
}

.ee-product .image .wishlist-compare a:last-child {
  margin-right: 0;
}

.ee-product .image .wishlist-compare a:nth-child(1) {
  -webkit-transition-delay: 0.07s;

  -o-transition-delay: 0.07s;

  transition-delay: 0.07s;
}

.ee-product .image .wishlist-compare a:nth-child(2) {
  -webkit-transition-delay: 0s;

  -o-transition-delay: 0s;

  transition-delay: 0s;
}

.ee-product .image .wishlist-compare a i {
  line-height: 31px;

  font-size: 15px;

  display: block;
}

.ee-product .image .wishlist-compare a:hover {
  color: #fff;

  border-color: #fff;

  background: #f85606;
}

.ee-product .image .wishlist-compare a:hover::before {
  opacity: 1;

  visibility: visible;
}

.ee-product .image .wishlist-compare a:hover::after {
  opacity: 1;

  visibility: visible;
}

.ee-product .image .wishlist-compare a.added {
  color: #202020;

  border-color: #f5d730;

  background-color: #f5d730;
}

.ee-product .image .add-to-cart {
  position: absolute;

  bottom: 0;

  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f6f9ff)
  );
  background-image: linear-gradient(to right, #ffffff, #f6f9ff);

  border-right-width: 2px;

  color: #f85606 !important;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);

  border-radius: 50px;

  display: block;

  width: 175px;

  padding: 10px 25px 10px 56px;

  opacity: 0;

  visibility: hidden;

  /* -webkit-transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;

  -o-transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;

  transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s; */
}

.ee-product .image .add-to-cart:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffa500),
    to(#e76026)
  );
  background-image: linear-gradient(to right, #ffa500, #e76026);

  border-color: #b7111a;

  color: #fff !important;
}

.ee-product .image .add-to-cart i {
  width: 41px;

  height: 41px;

  background-color: #ffffff;

  color: #f85606;

  border-radius: 50px;

  display: block;

  float: left;

  font-size: 20px;

  text-align: center;

  line-height: 41px;

  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);

  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  position: absolute;

  left: 0;

  right: auto;

  top: 0;
}

.ee-product .image .add-to-cart:hover i {
  color: #e76026;
}

.ee-product .image .add-to-cart span {
  font-size: 13px;

  text-transform: uppercase;

  font-weight: 700;

  line-height: 21px;

  overflow: hidden;

  display: block;

  text-align: center;
}

.ee-product .image .add-to-cart.added,
.product_details .add-to-cart.added {
  padding-left: 25px;

  padding-right: 56px;
}

.ee-product .image .add-to-cart.added i,
.product_details .add-to-cart.added i {
  left: calc(100% - 41px);
}

.ee-product .specification {
  background-color: #ffffff;

  overflow: hidden;

  padding: 20px;

  border-bottom: 1px solid #dddddd;
}

.ee-product .specification ul {
  list-style: none;
}

.ee-product .specification ul li {
  font-size: 14px;

  line-height: 24px;

  color: #444444;

  padding-left: 18px;

  position: relative;

  margin: 4px 0;
}

.ee-product .specification ul li::before {
  position: absolute;

  left: 0;

  top: 12px;

  height: 8px;

  width: 8px;

  margin-top: -4px;

  content: "";

  background-color: #444444;
}

.ee-product .content {
  background-color: #ffffff;

  overflow: hidden;
}

.ee-product .content .category-title {
  padding: 15px 20px;

  border-bottom: 1px solid #dddddd;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.ee-product .content .category-title .cat {
  display: inline-block;

  line-height: 15px;

  text-transform: capitalize;

  font-size: 13px;

  color: #444444;

  letter-spacing: 0.5px;

  margin-bottom: 4px;
}

.ee-product .content .category-title .cat:hover {
  color: #202020;
}

.ee-product .content .category-title .title {
  font-size: 16px;

  font-weight: 600;

  margin: 0;

  line-height: 20px;

  -webkit-box-flex: 1;

  -ms-flex: 1 0 100%;

  flex: 1 0 100%;

  text-align: center;
}

.ee-product .content .category-title .title a,
.posts .title a {
  display: block;

  color: #123456;
}

.ee-product .content .category-title .title a:hover,
.posts .title a:hover {
  color: #f85606;
}

.ee-product .content .price-ratting {
  padding: 9px 20px;

  float: left;

  width: 100%;
}

.ee-product .content .price-ratting .price {
  font-size: 15px;

  font-weight: 700;

  color: #f85606;

  line-height: 24px;

  /* float: left; */

  text-align: center;

  margin: 5px 0;
}

.ee-product .content .price-ratting .price span {
  float: left;

  color: #9e9e9e;

  margin-right: 10px;

  text-decoration: line-through;
}

.ee-product .content .price-ratting .ratting {
  float: right;

  margin: 5px 0;
}

.ee-product .content .price-ratting .ratting i {
  color: #444444;

  font-size: 14px;

  float: left;

  margin-right: 4px;

  line-height: 24px;
}

.ee-product .content .price-ratting .ratting i:last-child {
  margin-right: 0;
}

.ee-product:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.ee-product:hover .image .wishlist-compare a {
  opacity: 1;

  visibility: visible;

  left: 0;
}

.ee-product:hover .image .wishlist-compare a:nth-child(1) {
  -webkit-transition-delay: 0s;

  -o-transition-delay: 0s;

  transition-delay: 0s;
}

.ee-product:hover .image .wishlist-compare a:nth-child(2) {
  -webkit-transition-delay: 0.07s;

  -o-transition-delay: 0.07s;

  transition-delay: 0.07s;
}

.ee-product:hover .image .add-to-cart {
  opacity: 1;

  visibility: visible;

  bottom: 20px;
}

/*----

    07.3 Protuct Style Two

-----------------------------------------*/

.ee-product-two {
  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.ee-product-two .wrap {
  position: relative;
}

.ee-product-two .wrap .cat {
  position: absolute;

  left: 40px;

  top: 35px;

  font-size: 13px;

  font-weight: 700;

  color: #202020;

  text-transform: uppercase;

  line-height: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ee-product-two .wrap .cat {
    left: 30px;

    top: 25px;
  }
}

@media only screen and (max-width: 479px) {
  .ee-product-two .wrap .cat {
    left: 20px;

    top: 20px;

    font-size: 12px;
  }
}

.ee-product-two .wrap .offer {
  position: absolute;

  right: 70px;

  top: 0;

  padding: 12px 15px;

  font-size: 22px;

  font-weight: 700;

  color: #202020;

  -webkit-box-shadow: 0 3px 7px rgab(0, 0, 0, 0.15);

  box-shadow: 0 3px 7px rgab(0, 0, 0, 0.15);

  background-color: #f5d730;

  border-radius: 0 0 50px 50px;

  text-align: center;

  line-height: 30px;
}

.ee-product-two .wrap .offer span {
  display: block;

  font-size: 28px;

  font-weight: 800;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ee-product-two .wrap .offer {
    right: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ee-product-two .wrap .offer {
    right: 30px;

    font-size: 18px;

    line-height: 24px;
  }

  .ee-product-two .wrap .offer span {
    font-size: 24px;
  }
}

@media only screen and (max-width: 479px) {
  .ee-product-two .wrap .offer {
    right: 20px;

    font-size: 14px;

    line-height: 20px;

    padding: 10px 12px;
  }

  .ee-product-two .wrap .offer span {
    font-size: 18px;
  }
}

.ee-product-two .wrap .img {
  display: block;

  background-color: #f6f7f8;
}

.ee-product-two .wrap .img img {
  display: block;

  width: 100%;
}

.ee-product-two .wrap .add-to-cart {
  position: absolute;

  bottom: 140px;

  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  background-color: #f5d730;

  color: #202020;

  border-radius: 50px;

  display: block;

  width: 170px;

  padding: 10px 25px 10px 56px;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;

  -o-transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;

  transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;
}

.ee-product-two .wrap .add-to-cart i {
  width: 41px;

  height: 41px;

  background-color: #ffffff;

  border-radius: 50px;

  display: block;

  float: left;

  font-size: 20px;

  text-align: center;

  line-height: 41px;

  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);

  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  position: absolute;

  left: 0;

  right: auto;

  top: 0;
}

.ee-product-two .wrap .add-to-cart span {
  font-size: 13px;

  text-transform: uppercase;

  font-weight: 700;

  line-height: 21px;

  overflow: hidden;

  display: block;

  text-align: center;
}

.ee-product-two .wrap .add-to-cart.added {
  padding-left: 25px;

  padding-right: 56px;
}

.ee-product-two .wrap .add-to-cart.added i {
  left: calc(100% - 41px);
}

@media only screen and (max-width: 479px) {
  .ee-product-two .wrap .add-to-cart {
    top: 50%;

    bottom: auto;
  }
}

.ee-product-two .wrap .content {
  position: absolute;

  left: 0;

  bottom: 0;

  right: 0;

  overflow: hidden;

  padding: 15px 40px 40px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -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: 768px) and (max-width: 991px) {
  .ee-product-two .wrap .content {
    padding: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .ee-product-two .wrap .content {
    padding: 20px 25px;
  }
}

.ee-product-two .wrap .content .title-price {
  float: left;
}

@media only screen and (max-width: 479px) {
  .ee-product-two .wrap .content .title-price {
    display: block;

    width: 100%;
  }
}

.ee-product-two .wrap .content .title-price .title {
  font-size: 24px;

  font-weight: 500;

  margin: 0;

  line-height: 30px;

  margin-bottom: 5px;
}

.ee-product-two .wrap .content .title-price .title a {
  display: block;

  color: #202020;
}

.ee-product-two .wrap .content .title-price .title a:hover {
  color: #202020;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ee-product-two .wrap .content .title-price .title {
    font-size: 18px;

    line-height: 24px;
  }
}

@media only screen and (max-width: 479px) {
  .ee-product-two .wrap .content .title-price .title {
    font-size: 18px;

    line-height: 24px;
  }
}

.ee-product-two .wrap .content .title-price .price {
  font-size: 24px;

  font-weight: 700;

  margin: 0;

  line-height: 30px;

  color: #202020;
}

.ee-product-two .wrap .content .title-price .price .old {
  color: #444444;

  text-decoration: line-through;

  margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ee-product-two .wrap .content .title-price .price {
    font-size: 18px;

    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .ee-product-two .wrap .content .title-price .price {
    font-size: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .ee-product-two .wrap .content .title-price .price {
    font-size: 18px;

    line-height: 24px;
  }
}

.ee-product-two .wrap .content .wishlist-compare {
  float: right;
}

.ee-product-two .wrap .content .wishlist-compare a {
  height: 33px;

  width: 33px;

  border: 1px solid #999999;

  border-radius: 50px;

  display: block;

  float: left;

  margin-right: 7px;

  color: #444444;

  text-align: center;

  opacity: 0;

  visibility: hidden;

  left: 20px;

  position: relative;
}

.ee-product-two .wrap .content .wishlist-compare a::before {
  content: attr(data-tooltip);

  position: absolute;

  bottom: 100%;

  left: 50%;

  margin-bottom: 8px;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  font-size: 10px;

  font-weight: 700;

  background-color: #444444;

  color: #ffffff;

  line-height: 16px;

  padding: 3px 10px;

  border-radius: 2px;

  white-space: nowrap;

  opacity: 0;

  visibility: hidden;
}

.ee-product-two .wrap .content .wishlist-compare a::after {
  position: absolute;

  left: 50%;

  bottom: 100%;

  margin-bottom: 4px;

  margin-left: -4px;

  content: "";

  border-width: 4px 4px 0 4px;

  border-style: solid;

  border-color: #444444 transparent transparent transparent;

  opacity: 0;

  visibility: hidden;
}

.ee-product-two .wrap .content .wishlist-compare a:last-child {
  margin-right: 0;
}

.ee-product-two .wrap .content .wishlist-compare a:nth-child(1) {
  -webkit-transition-delay: 0.07s;

  -o-transition-delay: 0.07s;

  transition-delay: 0.07s;
}

.ee-product-two .wrap .content .wishlist-compare a:nth-child(2) {
  -webkit-transition-delay: 0s;

  -o-transition-delay: 0s;

  transition-delay: 0s;
}

.ee-product-two .wrap .content .wishlist-compare a i {
  line-height: 31px;

  font-size: 15px;

  display: block;
}

.ee-product-two .wrap .content .wishlist-compare a:hover {
  color: #202020;

  border-color: #202020;
}

.ee-product-two .wrap .content .wishlist-compare a:hover::before {
  opacity: 1;

  visibility: visible;
}

.ee-product-two .wrap .content .wishlist-compare a:hover::after {
  opacity: 1;

  visibility: visible;
}

.ee-product-two .wrap .content .wishlist-compare a.added {
  color: #202020;

  border-color: #f5d730;

  background-color: #f5d730;
}

@media only screen and (max-width: 479px) {
  .ee-product-two .wrap .content .wishlist-compare a {
    opacity: 1;

    visibility: visible;

    left: 0;
  }
}

@media only screen and (max-width: 479px) {
  .ee-product-two .wrap .content .wishlist-compare {
    display: none;
  }
}

.ee-product-two:hover .wrap .add-to-cart {
  opacity: 1;

  visibility: visible;

  bottom: 180px;
}

@media only screen and (max-width: 479px) {
  .ee-product-two:hover .wrap .add-to-cart {
    bottom: auto;

    -webkit-transform: translateX(-50%) translateY(-50%);

    -ms-transform: translateX(-50%) translateY(-50%);

    transform: translateX(-50%) translateY(-50%);
  }
}

.ee-product-two:hover .wrap .content .wishlist-compare a {
  opacity: 1;

  visibility: visible;

  left: 0;
}

.ee-product-two:hover .wrap .content .wishlist-compare a:nth-child(1) {
  -webkit-transition-delay: 0s;

  -o-transition-delay: 0s;

  transition-delay: 0s;
}

.ee-product-two:hover .wrap .content .wishlist-compare a:nth-child(2) {
  -webkit-transition-delay: 0.07s;

  -o-transition-delay: 0.07s;

  transition-delay: 0.07s;
}

/*----

    07.4 Protuct Style Three ( With Countdown )

-----------------------------------------*/

.ee-product-three {
  background-color: #ffffff;

  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.ee-product-three .image {
  position: relative;
}

.ee-product-three .image .label {
  position: absolute;

  left: 30px;

  top: 28px;

  font-size: 13px;

  font-weight: 700;

  color: #202020;

  text-transform: capitalize;

  line-height: 20px;
}

.ee-product-three .image .label.sale {
  color: #202020;
}

.ee-product-three .image .label.new {
  color: #ec802c;
}

.ee-product-three .image .label.sold {
  bottom: 25px;

  top: auto;
}

.ee-product-three .image .label.stock {
  right: 30px;

  left: auto;

  top: auto;

  bottom: 25px;
}

.ee-product-three .image .img {
  display: block;

  background-color: #f6f7f8;
}

.ee-product-three .image .img img {
  display: block;

  width: 100%;
}

.ee-product-three .image .wishlist-compare {
  position: absolute;

  top: 20px;

  right: 20px;
}

.ee-product-three .image .wishlist-compare a {
  height: 33px;

  width: 33px;

  border: 1px solid #999999;

  border-radius: 50px;

  display: block;

  float: left;

  margin-right: 7px;

  color: #444444;

  text-align: center;

  opacity: 0;

  visibility: hidden;

  left: 20px;

  position: relative;
}

.ee-product-three .image .wishlist-compare a::before {
  content: attr(data-tooltip);

  position: absolute;

  bottom: 100%;

  left: 50%;

  margin-bottom: 8px;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  font-size: 10px;

  font-weight: 700;

  background-color: #444444;

  color: #ffffff;

  line-height: 16px;

  padding: 3px 10px;

  border-radius: 2px;

  white-space: nowrap;

  opacity: 0;

  visibility: hidden;
}

.ee-product-three .image .wishlist-compare a::after {
  position: absolute;

  left: 50%;

  bottom: 100%;

  margin-bottom: 4px;

  margin-left: -4px;

  content: "";

  border-width: 4px 4px 0 4px;

  border-style: solid;

  border-color: #444444 transparent transparent transparent;

  opacity: 0;

  visibility: hidden;
}

.ee-product-three .image .wishlist-compare a:last-child {
  margin-right: 0;
}

.ee-product-three .image .wishlist-compare a:nth-child(1) {
  -webkit-transition-delay: 0.07s;

  -o-transition-delay: 0.07s;

  transition-delay: 0.07s;
}

.ee-product-three .image .wishlist-compare a:nth-child(2) {
  -webkit-transition-delay: 0s;

  -o-transition-delay: 0s;

  transition-delay: 0s;
}

.ee-product-three .image .wishlist-compare a i {
  line-height: 31px;

  font-size: 15px;

  display: block;
}

.ee-product-three .image .wishlist-compare a:hover {
  color: #202020;

  border-color: #202020;
}

.ee-product-three .image .wishlist-compare a:hover::before {
  opacity: 1;

  visibility: visible;
}

.ee-product-three .image .wishlist-compare a:hover::after {
  opacity: 1;

  visibility: visible;
}

.ee-product-three .image .wishlist-compare a.added {
  color: #202020;

  border-color: #f5d730;

  background-color: #f5d730;
}

.ee-product-three .image .add-to-cart {
  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  background-color: #f5d730;

  color: #202020;

  border-radius: 50px;

  display: block;

  width: 170px;

  padding: 10px 25px 10px 56px;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;

  -o-transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;

  transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;
}

.ee-product-three .image .add-to-cart i {
  width: 41px;

  height: 41px;

  background-color: #ffffff;

  border-radius: 50px;

  display: block;

  float: left;

  font-size: 20px;

  text-align: center;

  line-height: 41px;

  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);

  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  position: absolute;

  left: 0;

  right: auto;

  top: 0;
}

.ee-product-three .image .add-to-cart span {
  font-size: 13px;

  text-transform: uppercase;

  font-weight: 700;

  line-height: 21px;

  overflow: hidden;

  display: block;

  text-align: center;
}

.ee-product-three .image .add-to-cart.added {
  padding-left: 25px;

  padding-right: 56px;
}

.ee-product-three .image .add-to-cart.added i {
  left: calc(100% - 41px);
}

.ee-product-three .content {
  overflow: hidden;

  padding: 20px 30px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: end;

  -ms-flex-align: end;

  align-items: flex-end;
}

.ee-product-three .content .category-title .cat {
  display: inline-block;

  line-height: 15px;

  text-transform: capitalize;

  font-size: 13px;

  color: #444444;

  letter-spacing: 0.5px;

  margin-bottom: 4px;
}

.ee-product-three .content .category-title .cat:hover {
  color: #202020;
}

.ee-product-three .content .category-title .title {
  font-size: 16px;

  font-weight: 700;

  margin: 0;

  line-height: 20px;

  -webkit-box-flex: 1;

  -ms-flex: 1 0 100%;

  flex: 1 0 100%;
}

.ee-product-three .content .category-title .title a {
  display: block;

  color: #444444;
}

.ee-product-three .content .category-title .title a:hover {
  color: #202020;
}

.ee-product-three .content .price {
  font-size: 15px;

  font-weight: 700;

  color: #444444;

  line-height: 20px;

  float: left;

  margin: 10px 0 0;
}

.ee-product-three .content .price span {
  float: left;

  color: #444444;

  margin-right: 15px;

  text-decoration: line-through;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .ee-product-three .content .price {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ee-product-three .content .price {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .ee-product-three .content .price {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;
  }
}

.ee-product-three .product-countdown {
  border-top: 1px solid #f3f3f3;

  padding: 30px;

  -ms-flex-pack: distribute;

  justify-content: space-around;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  text-align: center;
}

@media only screen and (max-width: 479px) {
  .ee-product-three .product-countdown {
    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
  }
}

.ee-product-three .product-countdown .cdown span {
  display: block;

  font-size: 28px;

  line-height: 24px;

  font-weight: 700;

  color: #202020;

  margin-bottom: 6px;
}

@media only screen and (max-width: 479px) {
  .ee-product-three .product-countdown .cdown span {
    font-size: 24px;

    line-height: 22px;
  }
}

.ee-product-three .product-countdown .cdown p {
  font-size: 12px;

  text-transform: uppercase;

  font-weight: 700;

  letter-spacing: 0.5px;

  line-height: 14px;

  color: #3a3a3a;
}

@media only screen and (max-width: 479px) {
  .ee-product-three .product-countdown .cdown p {
    font-size: 10px;

    line-height: 10px;
  }
}

.ee-product-three:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.ee-product-three:hover .image .wishlist-compare a {
  opacity: 1;

  visibility: visible;

  left: 0;
}

.ee-product-three:hover .image .wishlist-compare a:nth-child(1) {
  -webkit-transition-delay: 0s;

  -o-transition-delay: 0s;

  transition-delay: 0s;
}

.ee-product-three:hover .image .wishlist-compare a:nth-child(2) {
  -webkit-transition-delay: 0.07s;

  -o-transition-delay: 0.07s;

  transition-delay: 0.07s;
}

.ee-product-three:hover .image .add-to-cart {
  opacity: 1;

  visibility: visible;

  -webkit-transform: translateX(-50%) translateY(-50%);

  -ms-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);
}

/*----

    07.5 Protuct Style List

-----------------------------------------*/

.ee-product-list {
  background-color: #fafafa;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  overflow: hidden;
}

.ee-product-list .image {
  position: relative;

  float: left;

  width: 270px;
}

@media only screen and (max-width: 767px) {
  .ee-product-list .image {
    width: 100%;
  }
}

.ee-product-list .image .label {
  position: absolute;

  left: 20px;

  top: 28px;

  font-size: 13px;

  font-weight: 700;

  color: #202020;

  text-transform: capitalize;

  line-height: 20px;
}

.ee-product-list .image .label.sale {
  color: #202020;
}

.ee-product-list .image .label.new {
  color: #ec802c;
}

.ee-product-list .image .img {
  display: block;

  background-color: #f6f7f8;
}

.ee-product-list .image .img img {
  display: block;

  width: 100%;
}

.ee-product-list .content {
  overflow: hidden;

  padding: 35px 0;
}

@media only screen and (max-width: 767px) {
  .ee-product-list .content {
    float: left;

    width: 100%;
  }
}

.ee-product-list .content .head-content {
  float: left;

  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  padding: 0 40px 0 60px;

  margin-bottom: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ee-product-list .content .head-content {
    padding: 0 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ee-product-list .content .head-content {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 767px) {
  .ee-product-list .content .head-content {
    padding: 0 25px;
  }
}

.ee-product-list .content .head-content .category-title .cat {
  display: inline-block;

  line-height: 15px;

  text-transform: capitalize;

  font-size: 13px;

  color: #444444;

  letter-spacing: 0.5px;

  margin-bottom: 0;
}

.ee-product-list .content .head-content .category-title .cat:hover {
  color: #202020;
}

.ee-product-list .content .head-content .category-title .title {
  font-size: 24px;

  font-weight: 700;

  margin: 0;

  line-height: 28px;

  -webkit-box-flex: 1;

  -ms-flex: 1 0 100%;

  flex: 1 0 100%;
}

.ee-product-list .content .head-content .category-title .title a {
  display: block;

  color: #444444;
}

.ee-product-list .content .head-content .category-title .title a:hover {
  color: #202020;
}

.ee-product-list .content .head-content .price {
  font-size: 20px;

  font-weight: 700;

  color: #444444;

  line-height: 28px;

  float: left;

  margin: 0;
}

.ee-product-list .content .head-content .price span {
  float: left;

  color: #444444;

  margin-right: 15px;

  text-decoration: line-through;
}

.ee-product-list .content .left-content {
  float: left;

  width: 50%;

  padding: 0 60px;

  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ee-product-list .content .left-content {
    padding: 0 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ee-product-list .content .left-content {
    padding: 0 25px;

    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .ee-product-list .content .left-content {
    padding: 0 25px;

    width: 100%;
  }
}

.ee-product-list .content .left-content::before {
  position: absolute;

  background-color: #dddddd;

  right: 0;

  top: 0;

  height: 160px;

  width: 1px;

  content: "";
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ee-product-list .content .left-content::before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .ee-product-list .content .left-content::before {
    display: none;
  }
}

.ee-product-list .content .left-content .ratting {
  float: left;

  width: 100%;

  margin-top: 12px;

  margin-bottom: 15px;
}

.ee-product-list .content .left-content .ratting i {
  color: #444444;

  font-size: 14px;

  float: left;

  margin-right: 4px;

  line-height: 24px;
}

.ee-product-list .content .left-content .ratting i:last-child {
  margin-right: 0;
}

.ee-product-list .content .left-content .desc {
  margin-bottom: 25px;
}

.ee-product-list .content .left-content .desc p {
  font-size: 14px;

  line-height: 24px;

  color: #444444;
}

.ee-product-list .content .left-content .actions {
  float: left;

  width: 100%;
}

.ee-product-list .content .left-content .actions .add-to-cart {
  position: relative;

  background-color: #f5d730;

  color: #202020;

  border-radius: 50px;

  display: block;

  width: 170px;

  padding: 10px 25px 10px 56px;

  -webkit-transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;

  -o-transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;

  transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;

  float: left;

  margin-right: 15px;
}

.ee-product-list .content .left-content .actions .add-to-cart i {
  width: 41px;

  height: 41px;

  background-color: #ffffff;

  border-radius: 50px;

  display: block;

  float: left;

  font-size: 20px;

  text-align: center;

  line-height: 41px;

  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);

  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  position: absolute;

  left: 0;

  right: auto;

  top: 0;
}

.ee-product-list .content .left-content .actions .add-to-cart span {
  font-size: 13px;

  text-transform: uppercase;

  font-weight: 700;

  line-height: 21px;

  overflow: hidden;

  display: block;

  text-align: center;
}

.ee-product-list .content .left-content .actions .add-to-cart.added {
  padding-left: 25px;

  padding-right: 56px;
}

.ee-product-list .content .left-content .actions .add-to-cart.added i {
  left: calc(100% - 41px);
}

.ee-product-list .content .left-content .actions .wishlist-compare {
  float: left;
}

@media only screen and (max-width: 479px) {
  .ee-product-list .content .left-content .actions .wishlist-compare {
    margin-top: 15px;
  }
}

.ee-product-list .content .left-content .actions .wishlist-compare a {
  height: 33px;

  width: 33px;

  border: 1px solid #999999;

  border-radius: 50px;

  display: block;

  float: left;

  color: #444444;

  text-align: center;

  position: relative;

  margin: 4px 15px 4px 0;
}

.ee-product-list .content .left-content .actions .wishlist-compare a::before {
  content: attr(data-tooltip);

  position: absolute;

  bottom: 100%;

  left: 50%;

  margin-bottom: 8px;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  font-size: 10px;

  font-weight: 700;

  background-color: #444444;

  color: #ffffff;

  line-height: 16px;

  padding: 3px 10px;

  border-radius: 2px;

  white-space: nowrap;

  opacity: 0;

  visibility: hidden;
}

.ee-product-list .content .left-content .actions .wishlist-compare a::after {
  position: absolute;

  left: 50%;

  bottom: 100%;

  margin-bottom: 4px;

  margin-left: -4px;

  content: "";

  border-width: 4px 4px 0 4px;

  border-style: solid;

  border-color: #444444 transparent transparent transparent;

  opacity: 0;

  visibility: hidden;
}

.ee-product-list
  .content
  .left-content
  .actions
  .wishlist-compare
  a:last-child {
  margin-right: 0;
}

.ee-product-list
  .content
  .left-content
  .actions
  .wishlist-compare
  a:nth-child(1) {
  -webkit-transition-delay: 0.07s;

  -o-transition-delay: 0.07s;

  transition-delay: 0.07s;
}

.ee-product-list
  .content
  .left-content
  .actions
  .wishlist-compare
  a:nth-child(2) {
  -webkit-transition-delay: 0s;

  -o-transition-delay: 0s;

  transition-delay: 0s;
}

.ee-product-list .content .left-content .actions .wishlist-compare a i {
  line-height: 31px;

  font-size: 15px;

  display: block;
}

.ee-product-list .content .left-content .actions .wishlist-compare a:hover {
  color: #202020;

  border-color: #202020;
}

.ee-product-list
  .content
  .left-content
  .actions
  .wishlist-compare
  a:hover::before {
  opacity: 1;

  visibility: visible;
}

.ee-product-list
  .content
  .left-content
  .actions
  .wishlist-compare
  a:hover::after {
  opacity: 1;

  visibility: visible;
}

.ee-product-list .content .left-content .actions .wishlist-compare a.added {
  color: #202020;

  border-color: #f5d730;

  background-color: #f5d730;
}

.ee-product-list .content .right-content {
  float: left;

  width: 50%;

  padding: 0 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ee-product-list .content .right-content {
    padding: 0 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ee-product-list .content .right-content {
    padding: 0 25px;

    width: 100%;

    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .ee-product-list .content .right-content {
    padding: 0 25px;

    width: 100%;

    margin-top: 30px;
  }
}

.ee-product-list .content .right-content .specification h5 {
  font-size: 14px;

  font-weight: 700;

  color: #444444;

  line-height: 18px;

  text-decoration: underline;

  margin-bottom: 10px;
}

.ee-product-list .content .right-content .specification ul {
  list-style: none;

  margin-bottom: 13px;
}

.ee-product-list .content .right-content .specification ul li {
  font-size: 14px;

  line-height: 24px;

  color: #444444;

  padding-left: 18px;

  position: relative;

  margin: 4px 0;
}

.ee-product-list .content .right-content .specification ul li::before {
  position: absolute;

  left: 0;

  top: 12px;

  height: 8px;

  width: 8px;

  margin-top: -4px;

  content: "";

  background-color: #444444;
}

.ee-product-list .content .right-content .availability {
  font-size: 14px;

  font-weight: 700;

  line-height: 16px;
}

.ee-product-list .content .right-content .availability span {
  color: #444444;
}

.with-sidebar .ee-product-list .content .head-content {
  padding: 0 20px;
}

.with-sidebar .ee-product-list .content .left-content {
  padding: 0 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .with-sidebar .ee-product-list .content .left-content {
    width: 100%;
  }

  .with-sidebar .ee-product-list .content .left-content::before {
    display: none;
  }
}

.with-sidebar .ee-product-list .content .left-content .actions .add-to-cart {
  margin-right: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .with-sidebar
    .ee-product-list
    .content
    .left-content
    .actions
    .wishlist-compare {
    margin-top: 15px;
  }
}

.with-sidebar
  .ee-product-list
  .content
  .left-content
  .actions
  .wishlist-compare
  a {
  margin-right: 10px;
}

.with-sidebar
  .ee-product-list
  .content
  .left-content
  .actions
  .wishlist-compare
  a:last-child {
  margin-right: 0;
}

.with-sidebar .ee-product-list .content .right-content {
  padding: 0 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .with-sidebar .ee-product-list .content .right-content {
    width: 100%;

    margin-top: 30px;
  }
}

/*---------------------------------------

    09. Offer Product

-----------------------------------------*/

/*-- Offer Product Wrap --*/

.offer-product-wrap > [class*="col"] {
  -webkit-box-flex: 1;

  -ms-flex: 1 0 auto;

  flex: 1 0 auto;

  float: left;
}

.offer-product-wrap > [class*="col"]:nth-child(1) {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offer-product-wrap > [class*="col"]:nth-child(1) {
    -webkit-box-ordinal-group: 3;

    -ms-flex-order: 2;

    order: 2;
  }
}

@media only screen and (max-width: 767px) {
  .offer-product-wrap > [class*="col"]:nth-child(1) {
    -webkit-box-ordinal-group: 3;

    -ms-flex-order: 2;

    order: 2;
  }
}

.offer-product-wrap > [class*="col"]:nth-child(2) {
  width: 360px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offer-product-wrap > [class*="col"]:nth-child(2) {
    -webkit-box-ordinal-group: 2;

    -ms-flex-order: 1;

    order: 1;
  }
}

@media only screen and (max-width: 767px) {
  .offer-product-wrap > [class*="col"]:nth-child(2) {
    -webkit-box-ordinal-group: 2;

    -ms-flex-order: 1;

    order: 1;
  }
}

.offer-product-wrap > [class*="col"]:nth-child(3) {
  width: calc(100% - 360px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offer-product-wrap > [class*="col"]:nth-child(3) {
    width: 100%;

    -webkit-box-ordinal-group: 4;

    -ms-flex-order: 3;

    order: 3;
  }
}

@media only screen and (max-width: 767px) {
  .offer-product-wrap > [class*="col"]:nth-child(3) {
    -webkit-box-ordinal-group: 4;

    -ms-flex-order: 3;

    order: 3;
  }
}

/*-- Offer Time Wrap --*/

.offer-time-wrap {
  text-align: center;

  padding: 30px 30px 30px;

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

  margin-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offer-time-wrap {
    padding: 66px 30px 46px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offer-time-wrap {
    padding: 70px 30px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .offer-time-wrap {
    padding: 70px 30px 50px;
  }
}

.offer-time-wrap h1 {
  color: yellow;

  font-size: 46px;

  line-height: 1;

  font-weight: 700;

  margin-bottom: 20px;
}
.offer-time-wrap h1 small {
  display: block;
  width: 100%;
  padding-bottom: 15px;
  font-style: italic;
  color: #fff;
  font-weight: bold;
}
.offer-time-wrap h1 span {
  font-size: 18px;

  display: block;

  margin-bottom: 3px;
}

.offer-time-wrap h3 {
  color: #ffffff;

  font-weight: 700;

  font-size: 22px;

  line-height: 40px;

  margin-bottom: 20px;
}

.offer-time-wrap h3 span {
  font-weight: 700;

  font-size: 30px;

  display: block;
}

.offer-time-wrap h4 {
  color: #e1e1e1;

  font-size: 18px;

  font-weight: 700;

  line-height: 24px;

  margin: 0;
}

.offer-time-wrap h4 span {
  font-size: 16px;

  display: block;
}

.offer-time-wrap .countdown {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  margin-top: 20px;

  margin-left: 10px;

  margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offer-time-wrap .countdown {
    width: 360px;

    margin-left: auto;

    margin-right: auto;
  }
}

.offer-time-wrap .countdown .cdown {
  margin-bottom: 20px;
}

@media only screen and (max-width: 479px) {
  .offer-time-wrap .countdown .cdown {
    width: 50%;
  }
}

.offer-time-wrap .countdown .cdown span {
  display: block;

  font-weight: 700;

  font-size: 28px;

  line-height: 1;

  color: #efefef;

  margin-bottom: 4px;
}

.offer-time-wrap .countdown .cdown p {
  color: #b0b0b0;

  font-size: 13px;

  line-height: 1;

  text-transform: uppercase;

  font-weight: 700;
}

@media only screen and (min-width: 992px) {
  .offer-time-wrap .countdown .cdown p {
    color: #d3d3d3;

    background: red;

    padding: 2px;
  }
}

.offer-time-wrap.dark h1 {
  color: #202020;
}

.offer-time-wrap.dark h3 {
  color: #202020;
}

.offer-time-wrap.dark h4 {
  color: #202020;
}

.offer-time-wrap.dark .countdown .cdown span {
  color: #202020;
}

.offer-time-wrap.dark .countdown .cdown p {
  color: #444444;
}

/*---------------------------------------

    23. Brands

-----------------------------------------*/

/*-- Brand Slider --*/

.brand-slider {
  text-align: center;
}

.brand-slider .slick-track {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.brand-slider .brand-item img {
  display: inline-block;

  max-width: 100%;
}

/*---------------------------------------

    24. Subscribe

-----------------------------------------*/

.subscribe-section {
  background-repeat: no-repeat;

  background-position: center center;

  background-size: cover;
}

/*-- Subscribe Content --*/

.subscribe-content h2 {
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  margin: 0;
  color: #2e2e54;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .subscribe-content h2 {
    font-size: 24px;

    line-height: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-content h2 {
    font-size: 24px;

    line-height: 28px;

    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .subscribe-content h2 {
    font-size: 24px;

    line-height: 28px;

    text-align: center;
  }
}

@media only screen and (max-width: 479px) {
  .subscribe-content h2 {
    font-size: 18px;

    line-height: 24px;
  }
}

.subscribe-content h2 span {
  font-weight: 700;
}

/*-- Subscribe Form --*/

.subscribe-form {
  width: 100%;

  border: 1px solid #fff;

  padding: 3px;

  padding-right: 140px;

  border-radius: 50px;

  position: relative;
}

@media only screen and (max-width: 479px) {
  .subscribe-form {
    padding: 0;

    border: none !important;
  }
}

.subscribe-form input {
  height: 50px;

  width: 102%;

  border-top-left-radius: 50px;

  border-bottom-left-radius: 50px;

  border: none;

  border: 1px solid #ccc;

  border-right-width: 0px;

  border-right: none;

  line-height: 24px;

  padding: 10px 20px;

  font-size: 16px;

  font-weight: 600;

  color: #444444;

  background: #fff;
}

@media only screen and (max-width: 479px) {
  .subscribe-form input {
    border: 1px solid #d0d0d0;

    border-radius: 50px;

    text-align: center;
  }
}

.subscribe-form button {
  position: absolute;

  right: 3px;

  top: 3px;

  height: 50px;

  border-top-right-radius: 50px;

  border-bottom-right-radius: 50px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffa500),
    to(#e76026)
  );
  background-image: linear-gradient(to right, #ffa500, #e76026);

  color: #fff;

  border: none;

  line-height: 24px;

  text-transform: uppercase;

  padding: 13px 30px;

  font-size: 14px;

  font-weight: 700;

  /* color: #fff; */
}

@media only screen and (max-width: 479px) {
  .subscribe-form button {
    position: static;

    border-radius: 50px;

    margin-top: 10px;

    width: 100%;
  }
}

.subscribe-form button:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e76026),
    to(#ffa500)
  );
  background-image: linear-gradient(to right, #e76026, #ffa500);
  color: #fff;
}

/*-- Popup Subscribe Section --*/

.popup-subscribe-section {
  background-color: rgba(0, 0, 0, 0.75);

  position: fixed;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  z-index: 9999999;

  padding: 10px;

  transition: all 0.3s ease-in-out;
}

/*-- Popup Subscribe Wrap --*/

.popup-subscribe-wrap {
  margin: auto;

  background-color: #222222;

  background: url(../../images/frontend/bg-subscribe-pop-up.png);

  position: relative;

  max-width: 800px;

  width: 100%;
}

.popup-subscribe-wrap .close-popup {
  width: 36px;

  height: 36px;

  border: none;

  color: #202020;

  border-color: #fafafa;

  font-size: 18px;

  font-weight: 700;

  position: absolute;

  right: 30px;

  top: 30px;
}

/*-- Popup Subscribe Banner --*/

.popup-subscribe-banner {
  width: 435px;

  float: left;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .popup-subscribe-banner {
    width: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .popup-subscribe-banner {
    width: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .popup-subscribe-banner {
    display: none;
  }
}

/*-- Popup Subscribe Form Wrap --*/

.popup-subscribe-form-wrap {
  /* float: left; */

  overflow: hidden;

  padding: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .popup-subscribe-form-wrap {
    padding: 50px 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .popup-subscribe-form-wrap {
    width: 395px;

    padding: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .popup-subscribe-form-wrap {
    padding: 30px;
  }
}

.popup-subscribe-form-wrap h1 {
  font-size: 30px;

  line-height: 50px;

  font-family: "Nunito", sans-serif;

  font-weight: 700;

  /* text-transform: uppercase; */

  color: #fff;
}

.popup-subscribe-form-wrap h1 a:hover {
  color: #fff;

  text-decoration: underline;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .popup-subscribe-form-wrap h1 {
    font-size: 30px;

    line-height: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .popup-subscribe-form-wrap h1 {
    font-size: 24px;

    line-height: 30px;
  }
}

.popup-subscribe-form-wrap h4 {
  font-size: 18px;

  color: #fafafa;

  font-weight: 700;

  margin-bottom: 38px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .popup-subscribe-form-wrap h4 {
    font-size: 16px;

    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .popup-subscribe-form-wrap h4 {
    font-size: 14px;

    line-height: 18px;

    margin-bottom: 10px;
  }
}

.popup-subscribe-form-wrap p {
  font-size: 16px;

  color: #fafafa;

  margin-top: 30px;

  margin-bottom: 0;

  max-width: 460px;
}

@media only screen and (max-width: 767px) {
  .popup-subscribe-form-wrap p {
    font-size: 14px;

    margin-top: 10px;
  }
}

/*-- Popup Subscribe Form --*/

.popup-subscribe-form input[type="email"] {
  font-size: 16px;

  font-family: "Nunito", sans-serif;

  color: #fff;

  max-width: 100%;

  width: 460px;

  border-width: 0 0 1px;

  border-style: solid;

  border-color: #fafafa;

  background-color: transparent;

  line-height: 35px;

  clear: both;
}

.popup-subscribe-form input[type="email"]::-webkit-input-placeholder {
  opacity: 1;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  color: #fff;
}

@media only screen and (max-width: 767px) {
  .popup-subscribe-form input[type="email"] {
    width: 100%;
  }
}

.popup-subscribe-form button.button {
  margin-top: 35px;

  display: block;

  line-height: 22px;

  background-color: transparent;

  border: 1px solid #fafafa;

  color: #fff;

  font-size: 14px;

  text-transform: uppercase;

  font-weight: 700;

  border-radius: 50px;

  padding: 10px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .popup-subscribe-form button.button {
    margin-top: 20px;
  }

  .about_img {
    width: 50%;

    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .popup-subscribe-form button.button {
    margin-top: 20px;
  }
}

/*---------------------------------------

    27. Footer

-----------------------------------------*/

/*----

    27.1 Footer Top

-----------------------------------------*/

.five-column-widget > [class*="col"],
.five-column-widget > [class*="col-"] {
  width: 20%;

  -webkit-box-flex: 1;

  -ms-flex: 1 0 20%;

  flex: 1 0 20%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .five-column-widget > [class*="col"],
  .five-column-widget > [class*="col-"] {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 33.3333%;

    flex: 0 0 33.3333%;

    max-width: 33.3333%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .five-column-widget > [class*="col"],
  .five-column-widget > [class*="col-"] {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .five-column-widget > [class*="col"],
  .five-column-widget > [class*="col-"] {
    -webkit-box-flex: 0;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;
  }

  .footer-widget {
    margin-bottom: 1.5rem;
  }

  .about_img {
    width: 100%;
  }
}

/*-- Footer Widget --*/

.footer-widget .widget-title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

.footer-widget .footer-logo {
  max-width: 100%;

  margin: auto 0 25px;

  display: inline-block;

  vertical-align: top;

  position: relative;

  clear: both;
}

.footer-widget .footer-logo img {
  display: block;

  max-width: 100%;
}

.footer-widget .footer-logo img.theme-dark {
  opacity: 0;

  position: absolute;

  left: 0;

  top: 0;
}

.footer-widget p {
  color: #aaaaaa;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
}

.footer-widget.text-center .footer-logo {
  margin: auto auto 25px;
}

/*-- Footer Social --*/

.footer-social {
  margin-top: 30px;
}

.footer-social a {
  width: 34px;

  height: 34px;

  border-radius: 50px;

  border: 1px solid #d1d1d1;

  text-align: center;

  color: #606060;

  float: left;

  margin-right: 10px;
}

.footer-social a i {
  font-size: 13px;

  line-height: 32px;

  display: block;
}

.footer-social a:hover {
  border-color: #202020;

  color: #202020;
}

/*-- Footer Instagram --*/

.footer-instagram {
  margin: -5px;

  width: auto;
}

.footer-instagram li {
  padding: 5px;

  float: left;

  width: 33.3333%;
}

.footer-instagram li a {
  display: block;

  position: relative;

  color: #202020;
}

.footer-instagram li a::before {
  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  content: "";

  background-color: #f5d730;

  z-index: 1;

  opacity: 0;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.footer-instagram li a img {
  width: 100%;
}

.footer-instagram li a span {
  position: absolute;

  bottom: 5px;

  right: 10px;

  z-index: 9;

  display: block;

  line-height: 24px;

  opacity: 0;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.footer-instagram li a span i {
  float: left;

  margin-right: 3px;

  line-height: 24px;
}

.footer-instagram li a:hover::before {
  opacity: 0.85;
}

.footer-instagram li a:hover span {
  opacity: 1;
}

/*-- Contact Information --*/

div.contact-info {
  font-size: 14px;

  line-height: 23px;

  margin-bottom: 13px;

  color: #000;
}

div.contact-info:last-child {
  margin: 0;
}

div.contact-info span:not(.address) {
  display: block;

  font-weight: 700;

  color: #222222;
}

div.contact-info a {
  display: block;

  font-size: 14px;

  line-height: 23px;

  color: #000;
}

div.contact-info a:hover {
  opacity: 0.8;
}

div.contact-info i {
  vertical-align: middle;
}

/*Designed BY; Bikash Bhandari

Email: bikash.433@gmail.com

Web: www.bhandaribikash.com.np*/

/*-- Link Widget --*/

ul.link-widget li {
  margin-bottom: 11px;
}

ul.link-widget li:last-child {
  margin: 0;
}

ul.link-widget li a {
  color: #aaaaaa;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
}

ul.link-widget li a:hover {
  color: #ffa500;
}

/*-- Footer Twitter Feed --*/

.footer-tweet ul li {
  font-size: 14px;

  line-height: 23px;

  padding-left: 35px;

  position: relative;

  margin-bottom: 25px;
}

.footer-tweet ul li:last-child {
  margin: 0;
}

.footer-tweet ul li::before {
  position: absolute;

  left: 0;

  top: 2px;

  content: "\ee34";

  font-family: "IcoFont";

  color: #444444;

  font-size: 24px;

  display: block;
}

.footer-tweet ul li .author a {
  font-weight: 700;

  color: #202020;
}

.footer-tweet ul li > a {
  color: #1da1f3;

  display: block;
}

/*----

    27.2 Footer Bottom

-----------------------------------------*/

.footer-bottom-section {
  border-top: 1px solid #e1ecff;

  padding: 10px 0;
}

/*-- Footer Copyright --*/

.footer-copyright {
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-copyright {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .footer-copyright {
    text-align: center;
  }
}

.footer-copyright p {
  font-size: 14px;
  color: #012970;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.footer-copyright p a {
  font-weight: 500;
  color: #012970;
  letter-spacing: 0.05em;
  font-weight: 600;
}

/*-- Footer Copyright Image --*/

.footer-payments-image {
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-payments-image {
    text-align: center;

    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-payments-image {
    text-align: center;

    margin-top: 10px;
  }
}

.footer-payments-image img {
  max-width: 100%;
}

.author-footer {
  color: #012970;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.author-footer a {
  color: #006699;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.author-footer a:hover {
  color: #f85606;
}

/*New CSS*/

.hero-slider {
  box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
}

.hero-content {
  /* background: #fff; */

  position: absolute;

  z-index: 99;

  bottom: 40vh;

  text-align: center;

  left: 0%;

  width: 100% !important;

  margin: auto;

  /* padding: 30px 30px 10px 30px; */

  box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
}

.hero-content > p {
  font-family: "Nunito", sans-serif;

  background-color: rgba(0, 0, 0, 0.35);

  color: white;

  padding: 0.5rem;

  margin: auto;

  width: fit-content;

  text-align: center;

  font-size: 42px;

  line-height: 1.2;
}

.hero-content h1 {
  color: #222222;
}

.hero-content h1 small {
  font-size: 24px;

  color: #222222;
}

.feature-text {
  display: inline-block;

  position: relative;

  text-align: left;

  padding-left: 10px;

  vertical-align: middle;

  text-shadow: 1px 1px #fff;

  letter-spacing: 0.014em;
}

.bg-blue {
  background: #1a222a url(../../images/frontend/footer-bg.png) no-repeat right
    top;
  background-size: cover;
  background-position: center;
  border-top: 1px solid #e1ecff;
  padding: 60px 0 30px 0;
}

@media (max-width: 991px) {
  .hero-content {
    bottom: 20px;
  }
}

@media (max-width: 767px) {
  .bg-blue {
    background-size: cover;
  }

  .hero-content > p {
    font-size: 20px;
  }
}

/* .bg-blue:after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: #e1e1e1d0;

} */

.subscribe-bg-pattern {
  background: url(../../images/frontend/hero/carpet-bg-pattern.jpg);
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}

.footer-bottom-section {
  background: #f6f9ff;

  /* background: url(../../images/frontend/red-carpet-bg.jpg); */
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-content {
    /* top: 18%; */
  }

  .hero-slider-one .slick-dots {
    bottom: 35px;
  }
}

.hero-content.col {
  display: none !important;
}
.social-login-btn button {
  padding: 10px 20px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  width: 100% !important;
  display: inline-block !important;
}
.social-login-btn button span,
.social-login-btn button div {
  padding: 0px !important;
}
.social-login-btn button span,
.social-login-btn button div {
  margin: 0px !important;
}
.bg-none .bg-none h1 {
  background: transparent;
}

.header-advance-search .submit button:hover,
.header-advance-search .submit button:focus,
.MuiDialogActions-root button:hover,
.MuiDialogActions-root button:focus {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e76026),
    to(#ffa500)
  );
  background-image: linear-gradient(to right, #e76026, #ffa500);
  color: #fff;
}

.hero-side-category:hover .category-toggle-wrap,
.hero-side-category .category-toggle-wrap:hover {
  background: #fff;
  color: #f85606;
}
.hero-side-category:hover .category-menu {
  display: block !important;
}

.hero-side-category nav.category-menu::-webkit-scrollbar {
  width: 2px;
  background-color: #ffffff;
}
.hero-side-category nav.category-menu::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1); */
  background-color: #ffffff;
}
.hero-side-category nav.category-menu::-webkit-scrollbar-thumb {
  background-color: #0ae;
  /* background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    color-stop(0.5, rgba(255, 255, 255, 0.2)),
    color-stop(0.5, transparent),
    to(transparent)
  ); */
}

.hero-side-category nav.category-menu::-webkit-scrollbar-thumb:hover {
  background-color: #346cb0 !important;
}
.contact-info ul li {
  line-height: 30px;
  margin-bottom: 10px;
}
.contact-info ul li:last-child {
  margin-bottom: 0px;
}
.contact-info ul li i,
.contact-info ul li span {
  display: inline-block;
  position: relative;
}
.contact-info ul li i {
  min-width: 30px;
}
.contact-info ul li span {
  width: 80%;
  line-height: 20px;
  vertical-align: top;
}

.sidenav .section-title-one h1,
.sidenav.section-title-one h1 {
  font-size: 20px;
}

.kep-login-facebook:hover,
.social-login-btn:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffa500),
    to(#e76026)
  ) !important;
  background-image: linear-gradient(to right, #ffa500, #e76026) !important;
  color: #fff !important;
  border-color: #fff !important;
}

/* .login_form form{min-width: 575px;} */
.confirm_order h2,
.remove i {
  color: #f85606;
}
.confirm_order h4 {
  color: #4cb748;
}
.confirm_order p b {
  color: #006699;
}

.similar_products .slick-track {
  margin-left: inherit !important;
}
.similar_products .slick-slide {
  min-width: 260px !important;
}

.slick-slide img{height: auto;}

.mean-container .mean-bar{background:none !important;}
