
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300..700&display=swap');

body {
  color: rgb(0 0 0);
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  margin: 0px;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

* {
    user-select: none;
}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: rgb(51, 51, 51);
font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 0px;
}

a {
  color: rgb(141 59 54);
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

a:hover, a:active, a:focus {
  box-shadow: none;
  color: rgb(141 59 54);
  outline: none;
  text-decoration: none;
}

a img {
  border: none;
}

.btn:focus {
  box-shadow: none;
}

p {
  color: rgb(0 0 0);
  margin-bottom: 30px;
}

p:last-child {
  margin-bottom: 0px;
}

:active, :focus {
  box-shadow: none;
  outline: none !important;
}



img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

textarea:focus, textarea:active, input:focus, input:active {
  outline: none;
}

ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style: none;
}

pre, ul, ol, dl, dd, blockquote, address, table, fieldset {
  margin-bottom: 30px;
}

table p {
  margin-bottom: 0px;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 1200px) {
  .container {
      max-width: 1200px;
  }
}

@media only screen and (max-width: 1199px) {
  .container {
      max-width: 100%;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}

.section-title {
  margin-bottom: 51px;
}

@media only screen and (max-width: 767px) {
  .section-title {
      margin-bottom: 35px;
  }
}

.section-title .subtitle {
  color: #e4c000;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  line-height: 1;
  margin-bottom: 0px;
  margin-top: 10px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .section-title .subtitle {
      font-size: 14px;
      margin-top: 5px;
  }
}

.section-title .subtitle.line-theme-color::after {
  background-color: #e4c000;
}

.section-title .subtitle.line-white-color::after {
  background-color: rgb(255, 255, 255);
}

.section-title .title {
  font-size: 47px;
  font-weight: 600;
  letter-spacing: -0.72px;
  line-height: 1;
  margin-bottom: 0px;
  margin-top: 0px;
}

@media only screen and (max-width: 1199px) {
  .section-title .title {
      font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title .title {
      font-size: 24px;
  }
}

.section-title .title.line-bottom {
  display: inline-block;
  position: relative;
}

.section-title .title.line-bottom::after {
  background-color: rgb(43, 43, 43);
  content: "";
  height: 1px;
  left: 0px;
  position: absolute;
  bottom: -1px;
  width: 100%;
  z-index: 1;
  transition: all 0.4s ease 0s;
}

.section-title p {
  color: rgb(68, 68, 68);
  font-size: 16px;
}

.section-title.separator-line-top {
  padding-top: 85px;
  position: relative;
}

.section-title.separator-line-top::before {
  background-color: rgba(141, 59, 54, 0.48);
  content: "";
  height: 60px;
  left: 50%;
  position: absolute;
  top: 0px;
  width: 2px;
}

.section-title.stitle-style2 .subtitle {
  color: rgb(51, 51, 51);
  font-size: 18px;
  letter-spacing: 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-title.stitle-style2 .title {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: -1px;
  text-transform: uppercase;
  /* font-family:Garamond; */
}

@media only screen and (max-width: 767px) {
  .section-title.stitle-style2 .title {
      font-size: 36px;
  }
}

@media only screen and (max-width: 479.98px) {
  .section-title.stitle-style2 .title {
      font-size: 30px;
  }
}

.section-title.stitle-style2 p {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .section-title.stitle-style2 p {
      font-size: 14px;
  }
}

.section-title.section-light .subtitle {
  color: rgb(255, 255, 255);
}

.section-title.section-light .title {
  color: rgb(255, 255, 255);
}

.section-title.section-light .desc p {
  color: rgb(255, 255, 255);
}

.bg-img {
  background: center center / cover no-repeat;
}

.bg-img.bg-img-top {
  background-position: center top;
}

.bg-img-cover {
  background-size: cover;
}

.site-wrapper-reveal {
  background-color: rgb(255, 255, 255);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.niceselect {
  float: inherit;
}

.niceselect .list {
  border-radius: 0px;
  width: 100%;
}

.line-hr {
  border-bottom: 1px solid rgb(226, 226, 226);
}

.lh-1 {
  line-height: 1;
}

.no-border {
  border: none !important;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.content-items-center {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}

.justify-items-center {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.form-message.alert {
  margin-top: 10px;
}

.row-gutter-0 {
  margin: 0px;
}

.row-gutter-0 [class*="col-"] {
  margin: 0px;
  padding: 0px;
}

.row-gutter-6 {
  margin-right: -3px;
  margin-left: -3px;
}

.row-gutter-6 [class*="col"] {
  padding-left: 3px;
  padding-right: 3px;
}

.row-gutter-4 {
  margin-right: -2px;
  margin-left: -2px;
}

.row-gutter-4 [class*="col"] {
  padding-left: 2px;
  padding-right: 2px;
}

.row-gutter-10 {
  margin-right: -5px;
  margin-left: -5px;
}

.row-gutter-10 [class*="col"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row-gutter-12 {
  margin-right: -6px;
  margin-left: -6px;
}

.row-gutter-12 [class*="col"] {
  padding-left: 6px;
  padding-right: 6px;
}

@media only screen and (min-width: 1200px) {
  .row-gutter-20 {
      margin-right: -10px;
      margin-left: -10px;
  }

  .row-gutter-20 [class*="col"] {
      padding-left: 10px;
      padding-right: 10px;
  }
}

.row-gutter-36 {
  margin-right: -18px;
  margin-left: -18px;
}

@media only screen and (max-width: 1199px) {
  .row-gutter-36 {
      margin-left: -15px;
      margin-right: -15px;
  }
}

.row-gutter-36 [class*="col"] {
  margin: 0px;
  padding-left: 18px;
  padding-right: 18px;
}

@media only screen and (max-width: 1199px) {
  .row-gutter-36 [class*="col"] {
      padding-left: 15px;
      padding-right: 15px;
  }
}

.row-gutter-40 {
  margin-right: -20px;
  margin-left: -20px;
}

@media only screen and (max-width: 1199px) {
  .row-gutter-40 {
      margin-left: -15px;
      margin-right: -15px;
  }
}

.row-gutter-40 [class*="col-"] {
  margin: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 1199px) {
  .row-gutter-40 [class*="col-"] {
      padding-left: 15px;
      padding-right: 15px;
  }
}

.row-gutter-45 {
  margin-right: -22.5px;
  margin-left: -22.5px;
}

.row-gutter-45 [class*="col-"] {
  margin: 0px;
  padding-left: 22.5px;
  padding-right: 22.5px;
}

@media only screen and (min-width: 1200px) {
  .row-gutter-50 {
      margin-right: -25px;
      margin-left: -25px;
  }

  .row-gutter-50 [class*="col"] {
      padding-left: 25px;
      padding-right: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .row-gutter-60 {
      margin-right: -30px;
      margin-left: -30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .row-gutter-60 {
      margin-left: -15px;
      margin-right: -15px;
  }
}

@media only screen and (min-width: 1200px) {
  .row-gutter-60 [class*="col-"] {
      margin: 0px;
      padding-left: 30px;
      padding-right: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .row-gutter-60 [class*="col-"] {
      padding-left: 15px;
      padding-right: 15px;
  }
}

.row-gutter-70 {
  margin-right: -35px;
  margin-left: -35px;
}

@media only screen and (max-width: 1199px) {
  .row-gutter-70 {
      margin-left: -15px;
      margin-right: -15px;
  }
}

.row-gutter-70 [class*="col-"] {
  margin: 0px;
  padding-left: 35px;
  padding-right: 35px;
}

@media only screen and (max-width: 1199px) {
  .row-gutter-70 [class*="col-"] {
      padding-left: 15px;
      padding-right: 15px;
  }
}

.row-gutter-80 {
  margin-right: -40px;
  margin-left: -40px;
}

.row-gutter-80 [class*="col-"] {
  margin: 0px;
  padding-left: 40px;
  padding-right: 40px;
}

.row-gutter-90 {
  margin-right: -45px;
  margin-left: -45px;
}

.row-gutter-90 [class*="col-"] {
  margin: 0px;
  padding-left: 45px;
  padding-right: 45px;
}

.row-gutter-150 {
  margin-right: -75px;
  margin-left: -75px;
}

@media (max-width: 1599px) {
  .row-gutter-150 {
      margin-left: -30px;
      margin-right: -30px;
  }
}

@media only screen and (max-width: 1199px) {
  .row-gutter-150 {
      margin-left: -15px;
      margin-right: -15px;
  }
}

.row-gutter-150 [class*="col-"] {
  margin: 0px;
  padding-left: 75px;
  padding-right: 75px;
}

@media (max-width: 1599px) {
  .row-gutter-150 [class*="col-"] {
      padding-left: 30px;
      padding-right: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .row-gutter-150 [class*="col-"] {
      padding-left: 15px;
      padding-right: 15px;
  }
}

.wrapper {
  overflow-x: hidden;
}

.btn-theme {
  background-color: #e4c000;
  border-color: #e4c000;
  border-radius: 0px;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  padding: 21px 37px;
  position: relative;
  transition: all 0.3s ease 0s;
}

.btn-theme .icon {
  font-size: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 42px;
  transition: all 0.3s ease 0s;
}

.btn-theme .icon.icon-img {
  max-width: none;
  width: auto;
}

.btn-theme:hover, .btn-theme:focus {
  background-color: rgb(248, 243, 240);
  border-color: rgb(248, 243, 240);
  color: rgb(255, 255, 255);
}

.btn-theme:hover .icon, .btn-theme:focus .icon {
  right: 40px;
}

.btn-theme.btn-theme-color2 {
  background-color: rgb(248, 243, 240);
  border-color: rgb(248, 243, 240);
}

.btn-theme.btn-theme-color2:hover, .btn-theme.btn-theme-color2:focus {
  background-color: #e4c000;
  border-color: #e4c000;
}

.btn-theme.btn-black {
  background-color: rgb(51, 51, 51);
  border-color: rgb(51, 51, 51);
}

.btn-theme.btn-black:hover {
  background-color: #e4c000;
  border-color: #e4c000;
  color: rgb(255, 255, 255);
}

.btn-theme.btn-black.btn-border {
  background-color: transparent;
  border-color: rgb(51, 51, 51);
  color: rgb(51, 51, 51);
}

.btn-theme.btn-black.btn-border:hover {
  background-color: rgb(51, 51, 51);
  border-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
}

.btn-theme.btn-white {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.btn-theme.btn-white:hover {
  background-color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.btn-theme.btn-white.btn-border {
  background-color: transparent;
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

.btn-theme.btn-white.btn-border:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: #e4c000;
}

.btn-theme.btn-gray {
  background-color: rgb(244, 244, 244);
  border-color: rgb(244, 244, 244);
  color: rgb(0, 0, 0);
}

.btn-theme.btn-gray:hover {
  background-color: #e4c000;
  border-color: #e4c000;
  color: rgb(255, 255, 255);
}

.btn-theme.btn-border {
  background-color: transparent;
  border: 1px solid #e4c000;
  color: #e4c000;
  padding: 5px 25px;
}

.btn-theme.btn-border:hover {
  background-color: #e4c000;
  border-color: #e4c000;
  color: rgb(255, 255, 255);
}

.btn-theme.btn-border.btn-theme-color2 {
  background-color: transparent;
  border-color: rgb(248, 243, 240);
  color: rgb(248, 243, 240);
}

.btn-theme.btn-border.btn-theme-color2:hover {
  background-color: rgb(248, 243, 240);
  border-color: rgb(248, 243, 240);
  color: rgb(255, 255, 255);
}

.btn-theme.btn-border.btn-gray {
  background-color: transparent;
  border-color: rgb(232, 232, 232);
  color: rgb(27, 27, 27);
}

.btn-theme.btn-border.btn-gray:hover {
  background-color: #e4c000;
  border-color: #e4c000;
  color: rgb(255, 255, 255);
}

.btn-theme.btn-border.btn-white {
  background-color: transparent;
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

.btn-theme.btn-border.btn-white:hover {
  background-color: #e4c000;
  border-color: #e4c000;
  color: rgb(255, 255, 255);
}

.btn-theme.btn-padding {
  padding: 10px 30px;
}

.btn-theme.btn-round {
  border-radius: 25px;
}

.btn-theme.btn-round.btn-slide::before {
  border-radius: 25px;
}

.btn-theme.btn-slide {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.btn-theme.btn-slide::before {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  bottom: -40px;
  content: "";
  height: 65px;
  left: -27px;
  position: absolute;
  width: 65px;
  z-index: -1;
  transition: all 0.5s ease 0s;
}

.btn-theme.btn-slide::after {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
  height: 65px;
  position: absolute;
  right: -27px;
  top: -40px;
  width: 65px;
  z-index: -1;
  transition: all 0.5s ease 0s;
}

.btn-theme.btn-slide .icon.icon-img {
  right: 42px;
}

.btn-theme.btn-slide:hover::before {
  border-radius: 32.5px;
  bottom: 0px;
  height: 100%;
  left: 0px;
  opacity: 0;
  width: 100%;
}

.btn-theme.btn-slide:hover::after {
  border-radius: 32.5px;
  height: 100%;
  opacity: 0;
  right: 0px;
  top: 0px;
  width: 100%;
}

.btn-theme.btn-hover-style {
  background-color: transparent;
  border: 1px solid rgb(58, 58, 58);
  color: rgb(51, 51, 51);
  position: relative;
  z-index: 1;
}

.btn-theme.btn-hover-style::before {
  background-color: rgb(10, 16, 57);
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0px;
  transform: scaleY(0);
  transition: all 0.3s ease 0s;
}

.btn-theme.btn-hover-style:hover {
  color: rgb(255, 255, 255);
}

.btn-theme.btn-hover-style:hover::before {
  transform: scaleY(1);
}

.btn-theme.btn-hover-style-bg {
  background-color: #e4c000;
  border: 1px solid #e4c000;
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
}

.btn-theme.btn-hover-style-bg::before {
  background-color: rgb(10, 16, 57);
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0px;
  transform: scaleY(0);
  transition: all 0.3s ease 0s;
}

.btn-theme.btn-hover-style-bg:hover {
  color: rgb(255, 255, 255);
}

.btn-theme.btn-hover-style-bg:hover::before {
  transform: scaleY(1);
}

.btn-theme.btn-size-xs {
  border-radius: 19px;
  font-size: 15px;
  line-height: 1.5;
  min-height: 38px;
  min-width: 105px;
  padding: 8px 17px;
}

.btn-theme.btn-size-xs .icon {
  right: 20px;
}

.btn-theme.btn-size-xs.btn-border {
  padding: 7px 18px;
}

.btn-theme.btn-size-sm {
  font-size: 14.4px;
  padding: 5.76px 21.6px;
}

.btn-theme.btn-size-md {
  font-size: 15px;
  min-height: 45px;
  min-width: 150px;
  padding: 12px 22px;
}

.btn-theme.btn-size-md .icon {
  right: 22px;
}

.btn-theme.btn-size-md.btn-border {
  padding: 10px 20px;
}

.btn-theme.btn-size-lg {
  font-size: 20px;
  line-height: 1.4;
  padding: 10px 30px;
}

.btn-theme.btn-size-xl {
  height: 50px;
  min-width: 220px;
  text-align: center;
}

.btn-theme.btn-size-xxl {
  height: 52px;
  min-width: 270px;
  text-align: center;
}

.page-title-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.page-title-area.page-title-area2 .container {
  max-width: 1670px;
}

.page-title-area .page-title-content {
  letter-spacing: 0px;
  padding: 70px 0px 52px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content {
      padding: 75px 0px 70px;
  }
}

@media only screen and (max-width: 575px) {
  .page-title-area .page-title-content {
      padding: 50px 0px 40px;
  }
}

.page-title-area .page-title-content .title {
  color: rgb(255, 255, 255);
  font-size: 52px;
  font-weight: 600;
  /* letter-spacing: -0.8px; */
  line-height: 1.2;
  margin-bottom: 13px;
}

@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content .title {
      font-size: 26px;
  }
}

@media only screen and (max-width: 575px) {
  .page-title-area .page-title-content .title {
      font-size: 30px;
  }
}

.page-title-area .page-title-content .bread-crumbs {
  color: rgb(153, 153, 153);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}

@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content .bread-crumbs {
      margin-bottom: 0px;
  }
}

.page-title-area .page-title-content .bread-crumbs .line-shape {
  margin-right: 19px;
}

@media only screen and (max-width: 575px) {
  .page-title-area .page-title-content .bread-crumbs .line-shape {
      margin-right: 12px;
  }
}

.page-title-area .page-title-content .bread-crumbs a {
  color: rgb(153, 153, 153);
}

.page-title-area .page-title-content .bread-crumbs a:hover {
  color: rgb(255, 255, 255);
}

.page-title-area .page-title-content .bread-crumbs span.active {
  color: rgb(255, 255, 255);
}

.page-title-area .page-title-content .bread-crumbs .breadcrumb-sep {
  color: rgb(255, 255, 255);
  padding: 0px 4.2px;
  position: relative;
  top: 0px;
}

.page-title-area .page-title-content.content-style2 {
  padding: 160px 0px;
}

@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content.content-style2 {
      padding: 90px 0px;
  }
}

@media only screen and (max-width: 575px) {
  .page-title-area .page-title-content.content-style2 {
      padding: 70px 0px;
  }
}

.page-title-area .page-title-content.content-style2 .title {
  line-height: 1;
  margin: 0px;
}

@media only screen and (max-width: 575px) {
  .page-title-area .page-title-content.content-style2 .title {
      line-height: 1.4;
  }
}

.page-title-area .page-title-content.content-style-2 {
  padding: 50px 0px 43px;
  text-align: left;
}

.page-title-area .page-title-content.content-style-2 .bread-crumbs a:hover {
  color: rgb(51, 51, 51);
}

.page-title-area .page-title-content.content-style-2 .bread-crumbs .active {
  color: rgb(51, 51, 51);
}

.page-title-area .page-title-content.content-style-2 .bread-crumbs .breadcrumb-sep {
  color: rgb(51, 51, 51);
}

.bread-crumbs {
  color: rgb(119, 119, 119);
  font-size: 16px;
}

.bread-crumbs a {
  color: rgb(119, 119, 119);
}

.bread-crumbs a:hover {
  color: #e4c000;
}

.pagination-area .page-numbers {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}

.pagination-area .page-numbers li {
  display: inline-block;
  margin: 0px 8px 0px 0px;
}

@media only screen and (max-width: 575px) {
  .pagination-area .page-numbers li {
      margin-bottom: 7px;
  }
}

.pagination-area .page-numbers li .page-number {
  background-color: transparent;
  border: 1px solid rgb(235, 235, 235);
  border-radius: 0px;
  display: inline-block;
  color: rgb(168, 168, 168);
  height: 38px;
  padding: 0px;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  min-width: 38px;
}

.pagination-area .page-numbers li .page-number.active {
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
}

.pagination-area .page-numbers li .page-number.disabled {
  cursor: not-allowed;
}

.pagination-area .page-numbers li .page-number i {
  font-size: 24px;
  line-height: 22px;
}

.pagination-area .page-numbers li .page-number.prev {
  font-size: 24px;
}

.pagination-area .page-numbers li .page-number.next {
  font-size: 24px;
}

.pagination-area .page-numbers li .page-number:hover {
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
}

.pagination-area .total-pages {
  font-size: 14px;
  line-height: 24px;
}

.pagination-area .total-pages p {
  color: rgb(102, 102, 102);
  margin: 4px 0px 0px;
}

.accordian-content .accordion .accordion-item {
  border: none;
  margin-bottom: 30px;
  overflow: visible;
}

.accordian-content .accordion .accordion-item:last-child {
  margin-bottom: 0px;
}

.accordian-content .accordion .accordion-item .accordion-header {
  padding: 0px;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button {
  -webkit-box-align: center;
  align-items: center;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 1px solid rgb(225, 225, 225);
  border-radius: 0px;
  box-shadow: none;
  color: rgb(0, 0, 0);
  display: flex;
 font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0px 0px 11px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 1;
  transition: all 0.4s ease 0s;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button .icon {
  color: rgb(0, 0, 0);
  font-size: 18px;
  transition: all 0.4s ease 0s;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button .icon.icon-plus {
  display: none;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: rgb(0, 0, 0);
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon {
  color: rgb(0, 0, 0);
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon.icon-plus {
  display: inline-block;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon.icon-minus {
  display: none;
}

.accordian-content .accordion .accordion-item .accordion-collapse {
  border: none;
}

.accordian-content .accordion .accordion-item .accordion-body {
  padding: 29px 0px 9px;
}

.faq-area {
  padding: 120px 0px;
}

@media only screen and (max-width: 767px) {
  .faq-area {
      padding: 70px 0px 80px;
  }
}

.faq-area .section-title {
  margin-bottom: 39px;
}

.faq-area .section-title .title {
  color: rgb(51, 51, 51);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.56px;
}

@media only screen and (max-width: 575px) {
  .faq-area .section-title .title {
      font-size: 24px;
  }
}

.faq-area .accordian-content .accordion .accordion-item {
  border-radius: 3px;
  margin-bottom: 0px;
  overflow: visible;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header {
  padding: 0px;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button {
  border-top: 1px solid rgb(212, 212, 212);
  border-bottom: none;
  box-shadow: none;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 600;
  padding: 22px 0px 20px;
  position: relative;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button::before {
  color: rgb(51, 51, 51);
  content:'';
  font-family: LaStudioIcons;
  position: absolute;
  right: 0px;
  font-size: 12px;
  font-weight: 400;
  top: 19px;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: rgb(0, 0, 0);
  padding: 20px 0px;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border: none;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  display: block;
  content: "";
  position: absolute;
  background: none #e4c000;
  width: 100%;
  transform: none;
  height: 2px;
  top: 0px;
  margin: 0px;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  content:'';
}

.faq-area .accordian-content .accordion .accordion-item .accordion-collapse {
  border: none;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-body {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.8;
  padding: 0px 0px 30px;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-body p {
  color: rgb(102, 102, 102);
  margin-bottom: 14px;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-body p:last-child {
  margin-bottom: 0px;
}

.faq-area .accordian-content .accordion .accordion-item:last-child {
  border-bottom: 1px solid rgb(212, 212, 212);
}

.page-not-found-area {
  padding: 80px 0px 170px;
}

@media only screen and (max-width: 1199px) {
  .page-not-found-area {
      padding: 80px 0px 90px;
  }
}

@media only screen and (max-width: 767px) {
  .page-not-found-area .thumb img {
      width: 50%;
  }
}

.page-not-found-area .content .title {
  font-size: 40px;
  font-weight: 600;
  font-family: "Abril Fatface", cursive;
  letter-spacing: -0.4px;
  line-height: 1.3;
  margin: 30px auto 20px;
  position: relative;
  width: 250px;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  .page-not-found-area .content .title {
      font-size: 30px;
  }
}

.page-not-found-area .content .title::before {
  bottom: 24px;
  content: "";
  position: absolute;
  width: 75px;
  border-top: 2px solid #e4c000;
  right: 120%;
}

@media only screen and (max-width: 575px) {
  .page-not-found-area .content .title::before {
      display: none;
  }
}

.page-not-found-area .content .title::after {
  top: 24px;
  content: "";
  position: absolute;
  width: 75px;
  border-top: 2px solid #e4c000;
  left: 120%;
}

@media only screen and (max-width: 575px) {
  .page-not-found-area .content .title::after {
      display: none;
  }
}

.page-not-found-area .content p {
  color: rgb(68, 68, 68);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .page-not-found-area .content p {
      font-size: 16px;
  }
}

.page-not-found-area .content .btn-theme {
  border-color: rgb(51, 51, 51);
  color: rgb(51, 51, 51);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  padding: 15px 45px;
}

@media only screen and (max-width: 575px) {
  .page-not-found-area .content .btn-theme {
      font-size: 14px;
      padding: 10px 25px;
  }
}

.page-not-found-area .content .btn-theme:hover {
  border-color: #e4c000;
  color: rgb(255, 255, 255);
}

.coming-soon-area .container-fluid {
  padding: 0px;
}

.coming-soon-wrap {
  display: flex;
  height: 100vh;
  min-height: 740px;
}

@media only screen and (max-width: 1199px) {
  .coming-soon-wrap {
      display: block;
  }
}

.coming-soon-wrap .coming-soon-content {
  -webkit-box-align: center;
  align-items: center;
  border: 4px solid rgb(255, 255, 255);
  min-height: 562.2px;
  min-width: 600px;
  margin-left: -90px;
  padding: 80px 60px 51px;
  text-align: center;
}

@media (max-width: 1599px) {
  .coming-soon-wrap .coming-soon-content {
      min-width: auto;
      padding: 80px 100px 51px;
  }
}

@media only screen and (max-width: 1199px) {
  .coming-soon-wrap .coming-soon-content {
      margin-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .coming-soon-wrap .coming-soon-content {
      min-height: 360px;
      padding: 70px;
  }
}

@media only screen and (max-width: 575px) {
  .coming-soon-wrap .coming-soon-content {
      border: none;
  }
}

.coming-soon-wrap .coming-soon-content .title {
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-weight: 400;
  font-family: "Abril Fatface", cursive;
  letter-spacing: -0.8px;
  line-height: 1.3;
  text-align: center;
  position: relative;
  width: 300px;
  max-width: 300px;
  margin: 0px auto 50px;
}

@media only screen and (max-width: 767px) {
  .coming-soon-wrap .coming-soon-content .title {
      font-size: 30px;
  }
}

.coming-soon-wrap .coming-soon-content .title::after {
  top: 24px;
  content: "";
  position: absolute;
  width: 75px;
  border-top: 2px solid rgb(255, 255, 255);
  left: 120%;
}

@media only screen and (max-width: 767px) {
  .coming-soon-wrap .coming-soon-content .title::after {
      display: none;
  }
}

.coming-soon-wrap .coming-soon-content .title::before {
  bottom: 24px;
  content: "";
  position: absolute;
  width: 75px;
  border-top: 2px solid rgb(255, 255, 255);
  right: 120%;
}

@media only screen and (max-width: 767px) {
  .coming-soon-wrap .coming-soon-content .title::before {
      display: none;
  }
}

.coming-soon-wrap .coming-soon-content .countdown-content {
  margin-bottom: 48px;
}

.coming-soon-wrap .coming-soon-content .countdown-content .countdown-timer {
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  transform: none;
  top: 0px;
  left: 0px;
  margin-bottom: 0px;
  bottom: 0px;
}

.coming-soon-wrap .coming-soon-content .countdown-content .countdown-timer li {
  background-color: transparent;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.coming-soon-wrap .coming-soon-content .countdown-content .countdown-timer li + li {
  margin-left: 38px;
}

@media only screen and (max-width: 479.98px) {
  .coming-soon-wrap .coming-soon-content .countdown-content .countdown-timer li + li {
      margin-left: 25px;
  }
}

.coming-soon-wrap .coming-soon-content .countdown-content .countdown-timer li span {
  color: rgb(255, 255, 255);
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .coming-soon-wrap .coming-soon-content .countdown-content .countdown-timer li span {
      font-size: 36px;
  }
}

@media only screen and (max-width: 479.98px) {
  .coming-soon-wrap .coming-soon-content .countdown-content .countdown-timer li span {
      font-size: 24px;
  }
}

.coming-soon-wrap .coming-soon-content .countdown-content .countdown-timer li p {
  color: rgb(255, 255, 255);
  display: block;
  font-size: 20px;
}

@media only screen and (max-width: 479.98px) {
  .coming-soon-wrap .coming-soon-content .countdown-content .countdown-timer li p {
      font-size: 16px;
  }
}

.coming-soon-wrap .coming-soon-content .btn-theme {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding: 14px 29px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.coming-soon-wrap .coming-soon-content .btn-theme:hover {
  background-color: rgb(244, 244, 244);
  color: rgb(0, 0, 0);
}

.coming-soon-wrap .coming-soon-content .coming-social-icons a {
  color: rgb(255, 255, 255);
  font-size: 24px;
}

.coming-soon-wrap .coming-soon-content .coming-social-icons a + a {
  margin-left: 30px;
}

.coming-soon-wrap .coming-soon-content .coming-social-icons a:hover {
  color: #e4c000;
}

.coming-soon-wrap .column-left {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 600px;
  width: 49.558%;
}

@media only screen and (max-width: 1199px) {
  .coming-soon-wrap .column-left {
      display: none;
  }
}

.coming-soon-wrap .column-right {
  -webkit-box-align: center;
  align-items: center;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  width: 50.442%;
}

@media (max-width: 1599px) {
  .coming-soon-wrap .column-right {
      padding-right: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .coming-soon-wrap .column-right {
      -webkit-box-pack: center;
      justify-content: center;
      padding-right: 0px;
      width: 100%;
  }
}

.preloader-deactive .preloader-wrap {
  display: none;
}

.preloader-wrap {
  background-color: #000;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  overflow: hidden;
}

.preloader-wrap .preloader {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -50px;
}

.preloader-wrap .preloader .dot {
  height: 100%;
  width: 100%;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px 0px;
  animation: 1.2s ease-in-out 0s infinite normal none running la-rotateplane;
  border-radius: 3px;
  background-color: #FFD600;
}

@-webkit-keyframes la-rotateplane {
  0% {
      transform: perspective(120px);
  }

  50% {
      transform: perspective(120px) rotateY(180deg);
  }

  100% {
      transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes la-rotateplane {
  0% {
      transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
      transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
      transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.mt-01 {
  margin-top: 1px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-21 {
  margin-top: 21px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-n8 {
  margin-top: -8px !important;
}

@media only screen and (max-width: 1399px) {
  .mt-xl-30 {
      margin-top: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt-lg-50 {
      margin-top: 50px !important;
  }

  .mt-lg-70 {
      margin-top: 70px !important;
  }
}

@media only screen and (max-width: 991px) {
  .md-mt-0 {
      margin-top: 0px !important;
  }

  .mt-md-30 {
      margin-top: 30px !important;
  }

  .mt-md-40 {
      margin-top: 40px !important;
  }

  .mt-md-50 {
      margin-top: 50px !important;
  }

  .mt-md-60 {
      margin-top: 60px !important;
  }

  .mt-md-70 {
      margin-top: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .sm-mt-0 {
      margin-top: 0px !important;
  }

  .mt-sm-20 {
      margin-top: 20px !important;
  }

  .mt-sm-30 {
      margin-top: 30px !important;
  }

  .mt-sm-40 {
      margin-top: 40px !important;
  }

  .mt-sm-50 {
      margin-top: 50px !important;
  }
}

@media only screen and (max-width: 575px) {
  .mt-xs-0 {
      margin-top: 0px;
  }

  .mt-xs-20 {
      margin-top: 20px !important;
  }

  .mt-xs-30 {
      margin-top: 30px !important;
  }

  .mt-xs-40 {
      margin-top: 40px !important;
  }

  .mt-xs-50 {
      margin-top: 50px !important;
  }
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr--100 {
  margin-right: -100px;
}

@media only screen and (max-width: 1199px) {
  .lg-mr-0 {
      margin-right: 0px !important;
  }
}

@media only screen and (max-width: 991px) {
  .md-mr-0 {
      margin-right: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .sm-mr-0 {
      margin-right: 0px !important;
  }
}

@media only screen and (max-width: 575px) {
  .mr-xs-0 {
      margin-right: 0px;
  }

  .mr-xs-15 {
  }
}

.mb-7 {
  margin-bottom: 7px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-21 {
  margin-bottom: 21px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.mb-29 {
  margin-bottom: 29px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-31 {
  margin-bottom: 31px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-39 {
  margin-bottom: 39px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-44 {
  margin-bottom: 44px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-438 {
  margin-bottom: 438px !important;
}

.mb-470 {
  margin-bottom: 470px !important;
}

.mb-471 {
  margin-bottom: 471px !important;
}

@media only screen and (max-width: 1199px) {
  .lg-mb-0 {
      margin-bottom: 0px !important;
  }

  .mb-lg-30 {
      margin-bottom: 30px !important;
  }

  .mb-lg-40 {
      margin-bottom: 40px !important;
  }

  .mb-lg-50 {
      margin-bottom: 50px !important;
  }

  .mb-lg-70 {
      margin-bottom: 70px !important;
  }

  .mb-lg-80 {
      margin-bottom: 80px !important;
  }

  .mb-lg-448 {
      margin-bottom: 448px !important;
  }
}

@media only screen and (max-width: 991px) {
  .md-mb-0, .md-mb-0 {
      margin-bottom: 0px !important;
  }

  .mb-md-0 {
      margin-bottom: 0px !important;
  }

  .mb-md-10 {
      margin-bottom: 10px !important;
  }

  .mb-md-30 {
      margin-bottom: 30px !important;
  }

  .mb-md-40 {
      margin-bottom: 40px !important;
  }

  .mb-md-50 {
      margin-bottom: 50px !important;
  }

  .mb-md-60 {
      margin-bottom: 60px !important;
  }

  .mb-md-70 {
      margin-bottom: 70px !important;
  }

  .mb-md-80 {
      margin-bottom: 80px !important;
  }

  .mb-md-90 {
      margin-bottom: 90px !important;
  }

  .mb-md-100 {
      margin-bottom: 100px !important;
  }

  .mb-md-150 {
      margin-bottom: 150px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sm-0, .sm-mb-0 {
      margin-bottom: 0px !important;
  }

  .mb-sm-10 {
      margin-bottom: 10px !important;
  }

  .mb-sm-20 {
      margin-bottom: 20px !important;
  }

  .mb-sm-30 {
      margin-bottom: 30px !important;
  }

  .mb-sm-40 {
      margin-bottom: 40px !important;
  }

  .mb-sm-50 {
      margin-bottom: 50px !important;
  }

  .mb-sm-60 {
      margin-bottom: 60px !important;
  }

  .mb-sm-70 {
      margin-bottom: 70px !important;
  }
}

@media only screen and (max-width: 575px) {
  .mb-xs-0 {
      margin-bottom: 0px !important;
  }

  .mb-xs-10 {
      margin-bottom: 10px !important;
  }

  .mb-xs-30 {
      margin-bottom: 30px !important;
  }

  .mb-xs-50 {
      margin-bottom: 50px !important;
  }

  .mb-xs-80 {
      margin-bottom: 80px !important;
  }
}

@media only screen and (max-width: 479.98px) {
  .mb-xxs-0 {
      margin-bottom: 0px !important;
  }

  .mb-xxs-30 {
      margin-bottom: 30px !important;
  }
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-11 {
  margin-left: 11px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-14 {
  margin-left: 14px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-39 {
  margin-left: -49px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-51 {
  margin-left: 51px !important;
}

@media only screen and (max-width: 991px) {
  .ml-md-0 {
      margin-left: 0px !important;
  }

  .md-ml-0 {
      margin-left: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-sm-0 {
      margin-left: 0px !important;
  }

  .sm-ml-0 {
      margin-left: 0px !important;
  }
}

@media only screen and (max-width: 575px) {
  .ml-xs-0 {
      margin-left: 0px !important;
  }

  .xs-ml-0 {
      margin-left: 0px !important;
  }
}

@media only screen and (max-width: 479.98px) {
  .ml-xxs-5 {
      margin-left: 5px !important;
  }
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-27 {
  padding-bottom: 27px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-170 {
  padding-bottom: 170px;
}

@media only screen and (max-width: 1399px) {
  .pb-xl-70 {
      padding-bottom: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb-lg-10 {
      padding-bottom: 10px !important;
  }

  .pb-lg-30 {
      padding-bottom: 30px !important;
  }

  .pb-lg-70 {
      padding-bottom: 70px !important;
  }

  .pb-lg-90 {
      padding-bottom: 90px !important;
  }
}

@media only screen and (max-width: 991px) {
  .md-pb-0 {
      padding-bottom: 0px !important;
  }

  .pb-md-10 {
      padding-bottom: 10px !important;
  }

  .pb-md-20 {
      padding-bottom: 20px !important;
  }

  .pb-md-30 {
      padding-bottom: 30px !important;
  }

  .pb-md-40 {
      padding-bottom: 40px !important;
  }

  .pb-md-50 {
      padding-bottom: 50px !important;
  }

  .pb-md-60 {
      padding-bottom: 60px !important;
  }

  .pb-md-70 {
      padding-bottom: 70px !important;
  }

  .pb-md-80 {
      padding-bottom: 80px !important;
  }

  .pb-md-90 {
      padding-bottom: 90px !important;
  }

  .pb-md-100 {
      padding-bottom: 100px !important;
  }

  .pb-md-120 {
      padding-bottom: 120px !important;
  }

  .pb-md-170 {
      padding-bottom: 170px !important;
  }
}

@media only screen and (max-width: 767px) {
  .sm-pb-0 {
      padding-bottom: 0px !important;
  }

  .pb-sm-10 {
      padding-bottom: 10px !important;
  }

  .pb-sm-20 {
      padding-bottom: 20px !important;
  }

  .pb-sm-30 {
      padding-bottom: 30px !important;
  }

  .pb-sm-50 {
      padding-bottom: 50px !important;
  }

  .pb-sm-60 {
      padding-bottom: 60px !important;
  }

  .pb-sm-70 {
      padding-bottom: 70px !important;
  }

  .pb-sm-80 {
      padding-bottom: 80px !important;
  }

  .pb-sm-100 {
      padding-bottom: 100px !important;
  }

  .pb-sm-170 {
      padding-bottom: 170px !important;
  }
}

@media only screen and (max-width: 575px) {
  .pb-xs-30 {
      padding-bottom: 30px !important;
  }

  .pb-xs-80 {
      padding-bottom: 80px !important;
  }
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-27 {
  padding-left: 27px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-130 {
  padding-left: 130px !important;
}

@media only screen and (max-width: 1199px) {
  .lg-pl-0 {
      padding-left: 0px !important;
  }

  .pl-lg-15 {
      padding-left: 15px !important;
  }

  .pl-lg-30 {
      padding-left: 30px !important;
  }

  .pl-lg-50 {
      padding-left: 50px !important;
  }
}

@media only screen and (max-width: 991px) {
  .md-pl-0 {
      padding-left: 0px !important;
  }

  .md-pl-15, .pl-md-15 {
      padding-left: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .sm-pl-0 {
      padding-left: 0px !important;
  }

  .pl-sm-5 {
      padding-left: 5px !important;
  }

  .sm-pl-15, .pl-sm-15 {
      padding-left: 15px !important;
  }
}

@media only screen and (max-width: 575px) {
  .pl-xs-0 {
      padding-left: 0px !important;
  }

  .pl-xs-15 {
      padding-left: 15px !important;
  }

  .pl-xs-30 {
      padding-left: 30px !important;
  }
}

@media only screen and (max-width: 479.98px) {
  .pl-xxs-0 {
      padding-left: 0px !important;
  }

  .pl-xxs-30 {
      padding-left: 30px !important;
  }
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

@media only screen and (max-width: 1199px) {
  .lg-pt-0 {
      padding-top: 0px !important;
  }

  .lg-pt-15 {
      padding-top: 15px !important;
  }

  .lg-pt-60 {
      padding-top: 60px !important;
  }
}

@media only screen and (max-width: 991px) {
  .md-pt-0 {
      padding-top: 0px !important;
  }

  .pt-md-10 {
      padding-top: 10px !important;
  }

  .pt-md-30 {
      padding-top: 30px !important;
  }

  .pt-md-40 {
      padding-top: 40px !important;
  }

  .pt-md-50 {
      padding-top: 50px !important;
  }

  .pt-md-60 {
      padding-top: 60px !important;
  }

  .pt-md-65 {
      padding-top: 65px !important;
  }

  .pt-md-70 {
      padding-top: 70px !important;
  }

  .pt-md-80 {
      padding-top: 80px !important;
  }

  .pt-md-90 {
      padding-top: 90px !important;
  }

  .pt-md-100 {
      padding-top: 100px !important;
  }

  .pt-md-120 {
      padding-top: 120px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sm-10 {
      padding-top: 10px !important;
  }

  .pt-sm-30 {
      padding-top: 30px !important;
  }

  .pt-sm-50 {
      padding-top: 50px !important;
  }

  .pt-sm-60 {
      padding-top: 60px !important;
  }

  .pt-sm-70 {
      padding-top: 70px !important;
  }

  .pt-sm-80 {
      padding-top: 80px !important;
  }

  .pt-sm-90 {
      padding-top: 90px !important;
  }

  .pt-sm-100 {
      padding-top: 100px !important;
  }
}

@media only screen and (max-width: 575px) {
  .pt-xs-40 {
      padding-top: 40px !important;
  }
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px !important;
}

@media only screen and (max-width: 1199px) {
  .lg-pr-0 {
      padding-right: 0px !important;
  }

  .pr-lg-15 {
      padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .sm-pr-0 {
      padding-right: 0px !important;
  }

  .pr-sm-5 {
      padding-right: 5px !important;
  }

  .sm-pr-15, .pr-sm-15 {
      padding-right: 15px !important;
  }
}

@media only screen and (max-width: 991px) {
  .md-pr-15 {
      padding-right: 15px;
  }

  .md-pl-15 {
      padding-left: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .xs-pr-15, .pr-xs-15 {
      padding-right: 15px !important;
  }
}

@media only screen and (max-width: 575px) {
  .xs-pl-15, .pl-xs-15 {
      padding-left: 15px !important;
  }
}

.d-contents {
  display: contents;
}

.scroll-to-top {
  background-color: rgb(38, 38, 38);
  border: 1px solid #e4c000;
  border-radius: 50%;
  bottom: 53px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: none;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 50px;
  text-align: center;
  width: 50px;
  z-index: 100;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .scroll-to-top {
      right: 30px;
      bottom: 50px;
  }
}

.scroll-to-top:hover {
  background-color: #e4c000;
  box-shadow: none;
  color: rgb(255, 255, 255);
}

.main-menu {
  align-content: center;
font-family: "Poppins", sans-serif;
}

.main-menu > li {
  margin-right: 14px;
  padding: 3px 0px;
}

.main-menu > li:last-child {
  margin-right: 0px;
}

.main-menu > li > a {
  color: rgb(27, 27, 27);
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 22px;
  padding: 7px 25px;
  position: relative;
  text-transform: uppercase;
}

.main-menu > li:hover > a, .main-menu > li.active > a {
  color: #e4c000;
}

.main-menu.menu-capitalize > li > a {
  font-size: 16px;
  text-transform: capitalize;
}

.has-submenu {
  padding-right: 10px;
  position: relative;
}

.has-submenu > a {
  position: relative;
}

.has-submenu > a::after {
  content:'';
  color: rgb(27, 27, 27);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: FontAwesome;
  position: absolute;
  right: 11px;
  top: 7px;
}

.has-submenu:hover > .submenu-nav {
  opacity: 1;
  visibility: visible;
  margin-top: 11px;
}

.has-submenu:hover .menu-content .menu-content-inner h4, .has-submenu:hover .menu-content .menu-content-inner .btn-brand {
  transform: none !important;
}

.has-submenu .submenu-nav {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 24px 0px;
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
  display: block;
  margin-top: 20px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 20px 0px;
  transition: all 0.3s ease-in-out 0s;
  width: 250px;
  z-index: 999;
}

.has-submenu .submenu-nav::before {
  content: "";
  position: absolute;
  height: 56px;
  width: 100%;
  left: 0px;
  bottom: 100%;
}

.has-submenu .submenu-nav > li {
  line-height: 1.8;
  position: relative;
}

.has-submenu .submenu-nav > li a {
  color: rgb(255, 255, 255);
  display: block;
  font-size: 14px;
  line-height: 1.8;
  padding: 10px 35px;
  position: relative;
}

.has-submenu .submenu-nav > li a:hover {
  color: rgb(255 255 255) ;
  text-decoration: underline;
}

.has-submenu .submenu-nav > li:hover > a {
  color: rgb(255 255 255);
  text-decoration: underline;
}

.has-submenu .submenu-nav > li:hover::after {
  color: #e4c000 !important;
}

.has-submenu .submenu-nav > li.has-submenu {
  position: relative;
}

.has-submenu .submenu-nav > li.has-submenu a::before {
  display: block;
}

.has-submenu .submenu-nav > li.has-submenu:hover > .submenu-nav {
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.has-submenu .submenu-nav > li.has-submenu::after {
  content:'';
  color: rgb(102, 102, 102);
  font-size: 15px;
  line-height: 1.2;
  font-family: FontAwesome;
  position: absolute;
  right: 25px;
  top: 12px;
}

.has-submenu .submenu-nav > li.has-submenu .submenu-nav {
  left: 100%;
  top: 0px;
  margin-top: -15px;
}

.has-submenu .submenu-nav-mega {
  display: flex;
  padding: 40px 50px;
  max-width: 1170px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .has-submenu .submenu-nav-mega {
      width: 830px;
  }
}

.has-submenu .submenu-nav-mega .mega-menu-item {
  text-align: left;
  padding-right: 30px;
  padding-left: 0px;
  float: left;
  display: block;
  width: 20%;
  padding-top: 0px;
}

.has-submenu .submenu-nav-mega .mega-menu-item.banner-menu-content-wrap {
  width: 40%;
}

.has-submenu .submenu-nav-mega .mega-menu-item:last-child {
  border-right: 0px;
}

.has-submenu .submenu-nav-mega .mega-menu-item ul li {
  position: relative;
  padding: 10px 25px;
}

.has-submenu .submenu-nav-mega .mega-menu-item ul li a:hover {
  color: rgb(255, 255, 255);
}

.has-submenu .submenu-nav-mega .mega-menu-item ul li.feature a {
  position: relative;
}

.has-submenu .submenu-nav-mega .mega-menu-item ul li.feature a::before {
  content:'';
  position: absolute;
  font-family: FontAwesome;
  color: #e4c000;
  right: -20px;
  top: 1px;
  font-size: 12px;
}

.has-submenu .submenu-nav-mega .mega-menu-item ul li.new a {
  position: relative;
}

.has-submenu .submenu-nav-mega .mega-menu-item ul li.new a::after {
  background-color: #e4c000;
  content: "New";
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 600;
  border-radius: 2px;
  position: absolute;
  top: 0px;
  right: -38px;
  line-height: 1;
  padding: 2px 3px;
}

.has-submenu .submenu-nav-mega .mega-menu-item ul li:hover .menu-thumb {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}

.has-submenu .submenu-nav-mega .mega-menu-item ul li.active a {
  color: rgb(255, 255, 255);
}

.has-submenu .submenu-nav-mega .mega-menu-item.menu-content {
  margin: -1px;
  padding: 0px !important;
}

.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner {
  background-size: cover;
  background-position: center center;
  height: 100%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
}

.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4, .has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner .btn-brand {
  color: rgb(255, 255, 255);
  transition: all 0.4s ease 0.3s;
}

.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4 {
  transform: translateY(-80%);
}

.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4 span {
  color: #e4c000;
  font-style: italic;
}

.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner .btn-brand {
  margin-top: 30px;
  font-weight: 600;
  transform: translateY(80%);
}

.has-submenu.full-width {
  position: static;
}

.has-submenu.colunm-two {
  position: relative;
}

.has-submenu.colunm-two .submenu-nav-mega {
  left: 100px !important;
  width: 550px;
}

.has-submenu.colunm-two .submenu-nav-mega .mega-menu-item {
  flex-basis: 50%;
  padding: 0px !important;
}

.res-mobile-menu {
  margin: 0px -10px;
}

.res-mobile-menu .slicknav_btn {
  display: none;
}

.res-mobile-menu .slicknav_menu {
  background-color: transparent;
  padding: 0px;
}

.res-mobile-menu .slicknav_menu + .slicknav_menu {
  display: none;
}

.res-mobile-menu .slicknav_nav {
  display: block !important;
}

.res-mobile-menu .slicknav_nav li {
  border-bottom: none;
  margin-bottom: 1px;
  position: relative;
}

.res-mobile-menu .slicknav_nav li:last-child {
  border-bottom: 0px;
}

.res-mobile-menu .slicknav_nav li a {
  color: rgb(119, 119, 119);
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 25px;
  margin: 0px;
  text-transform: capitalize;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li a {
      font-size: 16px;
      padding: 10px 15px;
  }
}

.res-mobile-menu .slicknav_nav li a .slicknav_arrow {
  background-color: transparent;
  color: rgb(135, 139, 147);
  font-size: 17px;
  display: block;
  text-align: center;
  margin: 0px;
  position: absolute;
  right: 8px;
  top: 48%;
  transform: translateY(-50%);
  height: 35px;
  line-height: 35px;
}

@media only screen and (max-width: 767px) {
  .res-mobile-menu .slicknav_nav li a .slicknav_arrow {
      font-size: 10px;
  }
}

.res-mobile-menu .slicknav_nav li a a {
  padding: 0px;
}

.res-mobile-menu .slicknav_nav li a:hover {
  color: #e4c000;
  background-color: transparent;
}

.res-mobile-menu .slicknav_nav li img {
  display: none;
}

.res-mobile-menu .slicknav_nav li div {
  display: none;
}

.res-mobile-menu .slicknav_nav li ul {
  margin: 0px;
  padding-left: 10px;
}

.res-mobile-menu .slicknav_nav li ul li {
  padding-left: 20px;
}

@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li ul li {
      padding-left: 15px;
  }
}

.res-mobile-menu .slicknav_nav li ul li a {
  color: rgb(153, 153, 153);
  font-size: 24px;
  padding: 10px 16px;
}

@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li ul li a {
      font-size: 14px;
      padding: 7px 15px;
  }
}

.res-mobile-menu .slicknav_nav li ul li a:hover {
  color: #e4c000;
}

.res-mobile-menu .slicknav_nav li ul li ul li a {
  font-size: 16px;
}

.res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item {
  position: relative;
}

.res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item .slicknav_arrow {
  color: #e4c000;
}

.header-wrapper .header-top {
  background-color: rgb(51, 51, 51);
  padding: 0px;
  text-align: center;
}

.header-wrapper .header-top .header-info {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
  font-family: Mukta, sans-serif;
  line-height: 1.8;
  text-transform: uppercase;
  margin: 0px;
  padding: 5px 0px 6px;
}

@media only screen and (max-width: 575px) {
  .header-wrapper .header-top .header-info {
      font-size: 13px;
      padding: 5px 0px 4px;
  }
}

.header-area.header-default {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px;
  position: relative;
  z-index: 999;
}

.header-area.header-default .container-fluid {
  max-width: 1640px;
  padding: 0px;
}

@media (max-width: 1600px) {
  .header-area.header-default .container-fluid {
      padding: 0px 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-area.header-default .container-fluid {
      padding: 38px 30px;
  }
}

@media only screen and (max-width: 479.98px) {
  .header-area.header-default .container-fluid {
      padding: 38px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .header-area.header-default .container-fluid {
      padding: 22px 15px;
  }
}

.header-area.header-default .header-logo-area {
  max-width: 160px;
  top: 0px;
}

.header-area.header-default .header-navigation-area .main-menu {
  margin-left: 31px;
  /* background: rgba(255, 255, 255, 0.08); */
  padding: 10px;
  border-radius: 100px;
  /* border: 1px solid rgba(255, 255, 255, 0.02); */
}

@media (max-width: 1449px) {
  .header-area.header-default .header-navigation-area .main-menu {
      margin-left: 0px;
  }
}

.header-area.header-default .header-navigation-area .main-menu > li {
  margin: 0px;
  padding: 0px;
}

.header-area.header-default .header-navigation-area .main-menu > li > a {
  color: rgb(51, 51, 51);
  font-weight: 500;
 font-family: "Poppins", sans-serif;
  font-size: 15px;
  padding: 0px 25px;
  text-transform: capitalize;
}

.header-area.header-default .header-navigation-area .main-menu > li > a:hover {
  color: #e4c000;
}

.header-area.header-default .header-navigation-area .main-menu .has-submenu > a::after {
  content:'';
  display: inline-block;
  font-family: LaStudioIcons;
  font-weight: 400;
  font-size: 10px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav::before {
  display: none;
}

.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav > li a.srmenu-title {
  display: none;
}

.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega {
  left: 50%;
  min-width: 1200px;
  padding: 40px 31px 30px 40px;
  width: 100%;
  transform: translate(-50%, 0%);
}

@media (max-width: 1600px) {
  .header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega {
      transform: translate(-40%, 0%);
  }
}

@media only screen and (max-width: 1399px) {
  .header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega {
      transform: translate(-31%, 0%);
  }
}

.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item {
  padding-right: 0px;
}

.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item.banner-menu-content-wrap {
  padding-right: 0px;
  margin-top: -10px;
}

.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item.banner-menu-content-wrap ul li {
  position: relative;
  padding-bottom: 0px;
}

.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item.banner-menu-content-wrap ul li::before {
  background-color: rgb(0, 0, 0);
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 0px;
  width: 100%;
  z-index: 1;
  transition: all 0.3s ease-in-out 0s;
}

.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item.banner-menu-content-wrap ul li:hover::before {
  opacity: 0.4;
}

.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item.banner-menu-content-wrap ul li .banner-menu-content span {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 14px;
  display: inline-block;
  left: 50%;
  padding: 9px 29px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item:nth-child(1) {
  width: 17.986%;
}

.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item:nth-child(2) {
  width: 17.222%;
}

.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item:nth-child(3) {
  width: 18.182%;
}

.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item:nth-child(4) {
  width: 18.714%;
}

.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item:nth-child(5) {
  width: 28.271%;
}

.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li > ul > li {
  padding: 0px 0px 10px;
}

.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li > ul > li > a {
  padding: 0px;
}

.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li > ul > li > a:hover {
  color: #e4c000;
}

.header-area.header-default .header-navigation-area .main-menu .has-submenu:hover > a {
  color: #e4c000;
}

.header-area.header-default .header-navigation-area .main-menu .has-submenu:hover > a::after {
  color: #e4c000;
}

.header-area.header-default .header-action-area {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  line-height: 1;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-top: 1px;
}

.header-area.header-default .header-action-area .search-form .form-input-item input {
  background: none;
  border-style: solid;
  color: rgb(255, 255, 255);
  border-color: rgb(204, 204, 204);
  border-width: 0px 0px 1px;
  font-size: 15px;
  height: 30px;
  opacity: 1;
  margin-top: -1px;
  padding: 0px;
  text-align: right;
  width: 250px;
}

.header-area.header-default .header-action-area .search-form .form-input-item input::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
  opacity: 1;
}

.header-area.header-default .header-action-area .btn-search {
  background-color: transparent;
  color: rgb(51, 51, 51);
  font-size: 20px;
  line-height: 1;
  border: none;
  margin: 0px;
  padding: 0px;
  transition: all 0.2s ease-in-out 0s;
}

@media only screen and (max-width: 479.98px) {
  .header-area.header-default .header-action-area .btn-search {
      margin-right: 32px;
  }
}

.header-area.header-default .header-action-area .btn-search:hover {
  color: #e4c000;
}

@media only screen and (max-width: 479.98px) {
  .header-area.header-default .header-action-area .header-action-login {
      display: none;
  }
}

.header-area.header-default .header-action-area .btn-login {
  background: transparent;
  border: none;
  color: rgb(51, 51, 51);
  font-size: 18px;
  line-height: 1;
  margin: 0px 35px;
  padding: 0px;
  transition: all 0.2s ease-in-out 0s;
}

.header-area.header-default .header-action-area .btn-login:hover {
  color: #e4c000;
}

.header-area.header-default .header-action-area .btn-wishlist {
  background: transparent;
  border: none;
  color: rgb(51, 51, 51);
  font-size: 18px;
  line-height: 1;
  margin: 0px 35px;
  padding: 0px;
  transition: all 0.2s ease-in-out 0s;
}

.header-area.header-default .header-action-area .btn-wishlist:hover {
  color: #e4c000;
}

.header-area.header-default .header-action-area .btn-cart {
  background-color: transparent;
  border: none;
  color: rgb(51, 51, 51);
  font-size: 20px;
  line-height: 1;
  margin: 0px;
  padding: 0px;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}

.header-area.header-default .header-action-area .btn-cart .cart-count {
  border-radius: 50%;
  background-color: #e4c000;
  color: rgb(255, 255, 255);
  display: inline-block;
  top: -11px;
  font-size: 10px;
  height: 16px;
  line-height: 16px;
  right: -4px;
  position: absolute;
  text-align: center;
  width: 16px;
}

.header-area.header-default .header-action-area .btn-cart:hover {
  color: #e4c000;
}

.header-area.header-default .header-action-area .btn-sign-up {
  border: none;
  background-color: rgb(51, 51, 51);
  font-weight: 400;
  font-size: 15px;
  color: rgb(255, 255, 255);
  display: inline-block;
  padding: 10px 25px;
  line-height: 1;
  margin-left: 30px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
}

.header-area.header-default .header-action-area .btn-sign-up:hover {
  background-color: #e4c000;
}

.header-area.header-default .header-action-area .btn-menu {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: rgb(51, 51, 51);
  font-size: 23px;
  margin: 0px 0px 0px 32px;
  padding: 0px;
}

.header-area.header-default.header-style2 {
  box-shadow: none;
}

.header-area.header-default.header-style2 .container-fluid {
  max-width: 100%;
  padding: 0px 38px;
}

@media only screen and (max-width: 575px) {
  .header-area.header-default.header-style2 .container-fluid {
      padding: 0px 15px;
  }
}

.header-area.header-default.header-style2 .header-logo-area {
  max-width: 180px;
}

.header-area.header-default.header-style2 .header-align {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 10px 0px;
}

@media only screen and (max-width: 1199px) {
  .header-area.header-default.header-style2 .header-align {
      height: 100px;
  }
}

.header-area.header-default.header-style2 .header-align .header-align-left {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.header-area.header-default.header-style2 .header-align .header-align-right {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.header-area.header-default.header-style2 .header-navigation-area .main-menu {
  margin-left: 40px;
}

.header-area.header-default.header-style2 .header-navigation-area .main-menu > li > a {
  color: rgb(255, 255, 255);
}

@media only screen and (max-width: 1399px) {
  .header-area.header-default.header-style2 .header-navigation-area .main-menu > li > a {
      padding: 0px 17px;
  }
}

.header-area.header-default.header-style2 .header-navigation-area .main-menu > li > a::after {
  color: rgb(255, 255, 255);
}

.header-area.header-default.header-style2 .header-navigation-area .main-menu > li > a:hover {
  color: rgb(255, 255, 255);
}

.header-area.header-default.header-style2 .header-navigation-area .main-menu .has-submenu .submenu-nav-mega {
  left: 0px;
  transform: none;
}

@media (max-width: 1450px) {
  .header-area.header-default.header-style2 .header-navigation-area .main-menu .has-submenu .submenu-nav-mega {
      padding: 35px 25px 25px;
      min-width: 950px;
  }
}

.header-area.header-default.header-style2 .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item.banner-menu-content-wrap ul li .banner-menu-content span {
  color: rgb(255, 255, 255);
}

@media (max-width: 1450px) {
  .header-area.header-default.header-style2 .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item.banner-menu-content-wrap ul li .banner-menu-content span {
      font-size: 13px;
  }
}

.header-area.header-default.header-style2 .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item:nth-child(1) {
  width: 17.986%;
}

.header-area.header-default.header-style2 .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item:nth-child(2) {
  width: 17.222%;
}

.header-area.header-default.header-style2 .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item:nth-child(3) {
  width: 18.182%;
}

.header-area.header-default.header-style2 .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item:nth-child(4) {
  width: 18.714%;
}

.header-area.header-default.header-style2 .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item:nth-child(5) {
  width: 28.271%;
}

.header-area.header-default.header-style2 .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li > ul > li > a:hover {
  color: rgb(255, 255, 255);
}

.header-area.header-default.header-style2 .header-navigation-area .main-menu .has-submenu:hover > a {
  color: rgb(255, 255, 255);
}

.header-area.header-default.header-style2 .header-navigation-area .main-menu .has-submenu:hover > a::after {
  color: rgb(255, 255, 255);
}

@media only screen and (max-width: 575px) {
  .header-area.header-default.header-style2 .header-action-area .search-form {
      display: none;
  }
}

.header-area.header-default.header-style2 .header-action-area .btn-search {
  color: rgb(255, 255, 255);
  display: none;
  font-size: 18px;
}

.header-area.header-default.header-style2 .header-action-area .btn-search:hover {
  color: rgb(255, 255, 255);
}

.header-area.header-default.header-style2 .header-action-area .btn-login {
  color: rgb(255, 255, 255);
  font-size: 16px;
  margin: 1px 0px 0px 35px;
}

.header-area.header-default.header-style2 .header-action-area .btn-login:hover {
  color: rgb(255, 255, 255);
}

.header-area.header-default.header-style2 .header-action-area .btn-cart {
  color: rgb(255, 255, 255);
  font-size: 18px;
  margin-left: 25px;
}

.header-area.header-default.header-style2 .header-action-area .btn-cart .cart-count {
  color: rgb(255, 255, 255);
}

.header-area.header-default.header-style2 .header-action-area .btn-cart:hover {
  color: rgb(255, 255, 255);
}

@media only screen and (max-width: 1199px) {
  .header-area.header-default.header-style2 .header-action-area .btn-menu {
      color: rgb(255, 255, 255);
  }
}

.header-area.header-default.header-style3 {
  box-shadow: none;
}

.header-area.header-default.header-style3 .container-fluid {
  max-width: 100%;
  padding: 0px 38px;
}

@media only screen and (max-width: 767px) {
  .header-area.header-default.header-style3 .container-fluid {
      padding: 0px 15px;
  }
}

.header-area.header-default.header-style3 .header-align {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  height: 120px;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.header-area.header-default.header-style3 .header-align .header-align-left {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.header-area.header-default.header-style3 .header-align .header-align-right {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.header-area.header-default.header-style3 .btn-menu {
  background-color: transparent;
  padding: 0px;
  margin: 0px 30px 0px 0px;
  border: none;
  line-height: 1;
  color: rgb(51, 51, 51);
  font-size: 26px;
  transition: all 0.3s ease-in-out 0s;
}

@media only screen and (max-width: 767px) {
  .header-area.header-default.header-style3 .btn-menu {
      margin-right: 10px;
  }
}

.header-area.header-default.header-style3 .btn-menu:hover {
  color: rgb(151, 113, 176);
}

.header-area.header-default.header-style3 .header-navigation-area {
  display: none;
}

@media only screen and (max-width: 575px) {
  .header-area.header-default.header-style3 .header-action-area .btn-search {
      margin-right: 15px;
  }
}

.header-area.header-default.header-style3 .header-action-area .btn-search:hover {
  color: rgb(151, 113, 176);
}

.header-area.header-default.header-style3 .header-action-area .btn-login {
  font-size: 19px;
  margin: 0px 30px;
}

.header-area.header-default.header-style3 .header-action-area .btn-login:hover {
  color: rgb(151, 113, 176);
}

.header-area.header-default.header-style3 .header-action-area .btn-cart .cart-count {
  background-color: rgb(151, 113, 176);
}

.header-area.header-default.header-style3 .header-action-area .btn-cart:hover {
  color: rgb(151, 113, 176);
}

.header-area.header-default.header-style4 {
  box-shadow: none;
}

.header-area.header-default.header-style4 .header-align {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  height: 120px;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.header-area.header-default.header-style4 .header-align .header-align-left {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.header-area.header-default.header-style4 .header-align .header-align-right {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.header-area.header-default.header-style4 .btn-menu {
  background-color: transparent;
  padding: 0px;
  margin: 0px 30px 0px 0px;
  border: none;
  line-height: 1;
  color: rgb(255, 255, 255);
  font-size: 26px;
  transition: all 0.3s ease-in-out 0s;
}

.header-area.header-default.header-style4 .btn-menu:hover {
  color: rgb(100, 173, 156);
}

.header-area.header-default.header-style4 .header-logo-area {
  margin-left: 64px;
  width: 160px;
}

@media only screen and (max-width: 575px) {
  .header-area.header-default.header-style4 .header-logo-area {
      margin-left: 0px;
  }
}

.header-area.header-default.header-style4 .header-logo-area img {
  width: 100%;
}

.header-area.header-default.header-style4 .header-navigation-area {
  display: none;
}

.header-area.header-default.header-style4 .header-action-area .btn-search {
  color: rgb(255, 255, 255);
}

.header-area.header-default.header-style4 .header-action-area .btn-search:hover {
  color: rgb(100, 173, 156);
}

.header-area.header-default.header-style4 .header-action-area .btn-login {
  color: rgb(255, 255, 255);
  font-size: 19px;
  margin: 0px 30px;
}

.header-area.header-default.header-style4 .header-action-area .btn-login:hover {
  color: rgb(100, 173, 156);
}

.header-area.header-default.header-style4 .header-action-area .btn-cart {
  color: rgb(255, 255, 255);
}

.header-area.header-default.header-style4 .header-action-area .btn-cart .cart-count {
  background-color: rgb(100, 173, 156);
}

.header-area.header-default.header-style4 .header-action-area .btn-cart:hover {
  color: rgb(100, 173, 156);
}

.header-area.header-default.header-style5 {
  box-shadow: none;
}

.header-area.header-default.header-style5 .header-logo-area img {
  width: 100%;
}

.header-area.header-default.header-style5 .header-navigation-area .main-menu > li > a {
  color: rgb(255, 255, 255);
}

.header-area.header-default.header-style5 .header-navigation-area .main-menu > li > a::after {
  color: rgb(255, 255, 255);
}

.header-area.header-default.header-style5 .header-navigation-area .main-menu > li > a:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

.header-area.header-default.header-style5 .header-navigation-area .main-menu > li > a:hover::after {
  color: rgb(255, 255, 255);
}

.header-area.header-default.header-style5 .header-navigation-area .main-menu .has-submenu.active > a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

.header-area.header-default.header-style5 .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item.banner-menu-content-wrap ul li .banner-menu-content span {
  color: rgb(255, 255, 255);
}

.header-area.header-default.header-style5 .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li > ul > li > a:hover {
  color: #e4c000;
}

.header-area.header-default.header-style5 .header-navigation-area .main-menu .has-submenu:hover > a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

.header-area.header-default.header-style5 .header-navigation-area .main-menu .has-submenu:hover > a::after {
  color: rgb(255, 255, 255);
}

.header-area.header-default.header-style5 .header-action-area .btn-search {
  color: rgb(255, 255, 255);
}

.header-area.header-default.header-style5 .header-action-area .btn-search:hover {
  color: rgb(255, 255, 255);
}

.header-area.header-default.header-style5 .header-action-area .btn-login {
  color: rgb(255, 255, 255);
}

.header-area.header-default.header-style5 .header-action-area .btn-login:hover {
  color: rgb(255, 255, 255);
}

.header-area.header-default.header-style5 .header-action-area .btn-cart {
  color: rgb(255, 255, 255);
}

.header-area.header-default.header-style5 .header-action-area .btn-cart .cart-count {
  background-color: rgb(166, 70, 55);
}

.header-area.header-default.header-style5 .header-action-area .btn-cart:hover {
  color: rgb(255, 255, 255);
}

.header-area.header-default.header-style6 {
  border-bottom: 1px solid rgb(230, 229, 227);
  box-shadow: none;
}

.header-area.header-default.header-style6 .header-align {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.header-area.header-default.header-style6 .header-align .header-navigation-area .main-menu {
  margin-left: 160px;
}

.header-area.header-default.header-style6 .header-align .header-navigation-area .main-menu > li > a {
  font-size: 18px;
  font-family: Mukta, sans-serif;
  height: 129px;
  line-height: 131px;
}

.header-area.header-default.header-style6 .header-align .header-navigation-area .main-menu > li > a:hover {
  color: rgb(187, 123, 28);
}

.header-area.header-default.header-style6 .header-align .header-navigation-area .main-menu > li > a:hover::after {
  color: rgb(187, 123, 28);
}

.header-area.header-default.header-style6 .header-align .header-navigation-area .main-menu .has-submenu.active > a {
  color: rgb(187, 123, 28);
}

.header-area.header-default.header-style6 .header-align .header-navigation-area .main-menu .has-submenu.active > a::after {
  color: rgb(187, 123, 28);
}

.header-area.header-default.header-style6 .header-align .header-navigation-area .main-menu .has-submenu:hover > a {
  color: rgb(187, 123, 28);
}

.header-area.header-default.header-style6 .header-align .header-navigation-area .main-menu .has-submenu:hover > a::after {
  color: rgb(187, 123, 28);
}

.header-area.header-default.header-style6 .header-align .header-action-area .search-form .form-input-item input {
  color: rgb(117, 117, 117);
  width: 200px;
}

.header-area.header-default.header-style6 .header-align .header-action-area .search-form .form-input-item input::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
  opacity: 1;
}

.header-area.header-default.header-style6 .header-align .header-action-area .btn-login {
  font-size: 16px;
  margin: 2px 0px 0px 35px;
}

.header-area.header-default.header-style6 .header-align .header-action-area .btn-wishlist {
  font-size: 16px;
  margin: 2px 15px 0px 20px;
}

.header-area.header-default.header-style6 .header-align .header-action-area .btn-cart {
  font-size: 18px;
}

.header-area.header-default.header-style6 .header-align .header-action-area .btn-cart .cart-count {
  background-color: rgb(187, 123, 28);
}

.header-area.sticky-header.sticky {
  /* animation: 300ms ease-in-out 0s 1 normal none running fadeInDown; */
  background-color: rgb(0 0 0);
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 25px 0px;
  position: fixed;
  left: 0px;
  top: 45px;
  width: 100%;
  z-index: 999;
  right: 0px;
  transform: translate(0px, -50%);
}

.header-area.sticky-header.sticky.header-style2 .header-logo-area .logo-main {
  display: none;
}

.header-area.sticky-header.sticky.header-style2 .header-logo-area .logo-light {
  display: block;
}

.header-area.sticky-header.sticky.header-style2 .header-navigation-area .main-menu > li > a {
  color: rgb(255 255 255);
}

.header-area.sticky-header.sticky.header-style2 .header-navigation-area .main-menu > li > a::after {
  color: rgb(51, 51, 51);
}

.header-area.sticky-header.sticky.header-style2 .header-navigation-area .main-menu > li > a:hover {
  color: #c6952c;
}

.header-area.sticky-header.sticky.header-style2 .header-navigation-area .main-menu .has-submenu:hover > a {
  color: #c6952c;
}

.header-area.sticky-header.sticky.header-style2 .header-navigation-area .main-menu .has-submenu:hover > a::after {
  color: #e4c000;
}

.header-area.sticky-header.sticky.header-style2 .header-action-area .btn-menu {
  color: rgb(51, 51, 51);
}

.header-area.sticky-header.sticky.header-style2 .header-action-area .search-form .form-input-item input {
  color: rgb(117, 117, 117);
}

.header-area.sticky-header.sticky.header-style2 .header-action-area .search-form .form-input-item input::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}

.header-area.sticky-header.sticky.header-style2 .header-action-area .btn-search {
  color: rgb(51, 51, 51);
}

.header-area.sticky-header.sticky.header-style2 .header-action-area .btn-login {
  color: rgb(51, 51, 51);
}

.header-area.sticky-header.sticky.header-style2 .header-action-area .btn-cart {
  color: rgb(51, 51, 51);
}

.header-area.sticky-header.sticky.header-style4 .btn-menu {
  color: rgb(51, 51, 51);
}

.header-area.sticky-header.sticky.header-style4 .btn-menu:hover {
  color: rgb(100, 173, 156);
}

.header-area.sticky-header.sticky.header-style4 .header-logo-area .logo-main {
  display: none;
}

.header-area.sticky-header.sticky.header-style4 .header-logo-area .logo-light {
  display: block;
}

.header-area.sticky-header.sticky.header-style4 .header-action-area .btn-search {
  color: rgb(51, 51, 51);
}

.header-area.sticky-header.sticky.header-style4 .header-action-area .btn-search:hover {
  color: rgb(100, 173, 156);
}

.header-area.sticky-header.sticky.header-style4 .header-action-area .btn-login {
  color: rgb(51, 51, 51);
}

.header-area.sticky-header.sticky.header-style4 .header-action-area .btn-login:hover {
  color: rgb(100, 173, 156);
}

.header-area.sticky-header.sticky.header-style4 .header-action-area .btn-cart {
  color: rgb(51, 51, 51);
}

.header-area.sticky-header.sticky.header-style4 .header-action-area .btn-cart .cart-count {
  background-color: rgb(100, 173, 156);
}

.header-area.sticky-header.sticky.header-style4 .header-action-area .btn-cart:hover {
  color: rgb(100, 173, 156);
}

.header-area.sticky-header.sticky.header-style5 .header-logo-area .logo-main {
  display: none;
}

.header-area.sticky-header.sticky.header-style5 .header-logo-area .logo-light {
  display: block;
}

.header-area.sticky-header.sticky.header-style5 .header-navigation-area .main-menu > li > a {
  color: rgb(51, 51, 51);
}

.header-area.sticky-header.sticky.header-style5 .header-navigation-area .main-menu > li > a::after {
  color: rgb(51, 51, 51);
}

.header-area.sticky-header.sticky.header-style5 .header-navigation-area .main-menu > li > a:hover {
  color: rgb(166, 70, 55);
}

.header-area.sticky-header.sticky.header-style5 .header-navigation-area .main-menu > li > a:hover::after {
  color: rgb(166, 70, 55);
}

.header-area.sticky-header.sticky.header-style5 .header-navigation-area .main-menu .has-submenu.active > a {
  color: rgb(166, 70, 55);
  text-decoration: underline;
}

.header-area.sticky-header.sticky.header-style5 .header-navigation-area .main-menu .has-submenu.active > a::after {
  color: rgb(166, 70, 55);
}

.header-area.sticky-header.sticky.header-style5 .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item.banner-menu-content-wrap ul li .banner-menu-content span {
  color: rgb(51, 51, 51);
}

.header-area.sticky-header.sticky.header-style5 .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li > ul > li > a:hover {
  color: rgb(166, 70, 55);
}

.header-area.sticky-header.sticky.header-style5 .header-navigation-area .main-menu .has-submenu:hover > a {
  color: rgb(166, 70, 55);
}

.header-area.sticky-header.sticky.header-style5 .header-navigation-area .main-menu .has-submenu:hover > a::after {
  color: rgb(166, 70, 55);
}

.header-area.sticky-header.sticky.header-style5 .header-action-area .btn-search {
  color: rgb(51, 51, 51);
}

.header-area.sticky-header.sticky.header-style5 .header-action-area .btn-search:hover {
  color: rgb(166, 70, 55);
}

.header-area.sticky-header.sticky.header-style5 .header-action-area .btn-login {
  color: rgb(51, 51, 51);
}

.header-area.sticky-header.sticky.header-style5 .header-action-area .btn-login:hover {
  color: rgb(166, 70, 55);
}

.header-area.sticky-header.sticky.header-style5 .header-action-area .btn-cart {
  color: rgb(51, 51, 51);
}

.header-area.sticky-header.sticky.header-style5 .header-action-area .btn-cart .cart-count {
  background-color: rgb(166, 70, 55);
}

.header-area.sticky-header.sticky.header-style5 .header-action-area .btn-cart:hover {
  color: rgb(166, 70, 55);
}

.header-area.header-transparent {
  /* background-color: rgba(121, 121, 121, 0.25); */
  /* left: 50%; */
  /* position: absolute; */
  /* top: 15px; */
  /* backdrop-filter: blur(3px); */
  width: 100%;
  z-index: 9;
  /* border-radius: 100px; */
  /* transform: translateX(-50%); */
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.header-area.fixed-left {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(41, 44, 58, 0.06) 0px 0px 20px 0px;
  padding: 39px 39px 0px 80px;
  position: fixed;
  height: 100vh;
  max-width: 320px;
  top: 0px;
  width: 100%;
  z-index: 999;
}

.header-area.fixed-left .header-left-fix-inner {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .header-area.fixed-left .header-left-fix-inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;
      height: auto;
  }
}

.header-area.fixed-left .header-logo-area {
  margin-bottom: 40px;
  max-width: 100%;
  margin-top: 1px;
}

.header-area.fixed-left .header-logo-area a {
  max-width: 160px;
  display: block;
}

.header-area.fixed-left .header-navigation-area {
  margin-left: -5px;
  padding-top: 10px;
}

.header-area.fixed-left .header-navigation-area .nav {
  display: block;
  margin: 0px;
}

.header-area.fixed-left .header-navigation-area .nav > li {
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  position: relative;
  padding: 0px;
}

.header-area.fixed-left .header-navigation-area .nav > li > a {
  height: auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.466;
  padding: 15px 0px;
  display: block !important;
}

.header-area.fixed-left .header-navigation-area .nav > li.has-submenu.active > a {
  color: #e4c000;
}

.header-area.fixed-left .header-navigation-area .nav > li.has-submenu > a {
  display: block;
}

.header-area.fixed-left .header-navigation-area .nav > li.has-submenu > a::after {
  color: rgb(68, 68, 68);
  content:'';
  right: 16px;
  font-size: 8px;
  line-height: 1;
  font-family: LaStudioIcons;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header-area.fixed-left .header-navigation-area .nav > li.has-submenu > a::before {
  display: none;
}

.header-area.fixed-left .header-navigation-area .nav > li.has-submenu:hover .submenu-nav {
  margin-left: 0px;
}

.header-area.fixed-left .header-navigation-area .nav > li:last-child {
  margin-bottom: 0px;
}

.header-area.fixed-left .header-navigation-area .nav > li a {
  display: inline-block;
}

.header-area.fixed-left .header-navigation-area .nav > li .submenu-nav {
  left: 100%;
  top: -30px;
  margin-top: 0px;
  margin-left: -30px;
}

.header-area.fixed-left .header-navigation-area .nav > li .submenu-nav::before {
  display: none;
}

.header-area.fixed-left .header-navigation-area .nav > li .submenu-nav-mega {
  left: 100% !important;
  transform: none !important;
}

.header-area.fixed-left .widget-search-box {
  margin-bottom: 49px;
  margin-left: -20px;
}

.header-area.fixed-left .widget-search-box .form-input-item input {
  border: 1px solid rgb(102, 102, 102);
  border-radius: 20px;
  font-size: 12px;
  height: 42px;
  padding: 5px 35px 5px 20px;
}

.header-area.fixed-left .widget-search-box .form-input-item .btn-src {
  font-size: 14px;
  top: 55%;
}

.header-area.fixed-left .widget-contact-info {
  margin-bottom: 0px;
  margin-left: -20px;
}

.header-area.fixed-left .widget-contact-info li {
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-top: 10px;
}

.header-area.fixed-left .widget-contact-info li i {
  color: rgb(102, 102, 102);
  font-size: 14px;
  display: inline-block;
  line-height: 1.72;
  margin-right: 0px;
  width: 25px;
}

.header-area.fixed-left .widget-contact-info li i.fa-map-marker {
  width: 34px;
}

.header-area.fixed-left .widget-contact-info li span {
  color: rgb(102, 102, 102);
  font-size: 14px;
}

.header-area.fixed-left .widget-contact-info li:first-child {
  margin-top: 0px;
}

.header-area.fixed-left .widget-social-icons {
  margin-left: -20px;
  margin-top: 30px;
}

.header-area.fixed-left .widget-social-icons a {
  color: rgb(102, 102, 102);
  margin-left: 36px;
}

.header-area.fixed-left .widget-social-icons a:first-child {
  margin-left: 0px;
}

.header-area.fixed-left .header-widget-area {
  font-size: 0.875rem;
}

.header-area.fixed-left .header-widget-area .copyright-content {
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  .header-area.fixed-left .header-action-area .btn-search-content {
      bottom: -120px;
      right: 30px;
  }

  .header-area.fixed-left .header-action-area .btn-search-content.show {
      bottom: -100px;
  }
}

.header-area.fixed-left.transparet {
  background-color: transparent;
}

@media only screen and (max-width: 991px) {
  .header-area.fixed-left.transparet {
      background-color: rgb(255, 255, 255);
  }
}

@media only screen and (max-width: 991px) {
  .header-area.fixed-left.transparet .header-logo-area a .logo-light {
      display: block;
  }

  .header-area.fixed-left.transparet .header-logo-area a .logo-main {
      display: none;
  }
}

.header-area.fixed-left.transparet .header-navigation-area .nav > li > a {
  color: rgb(255, 255, 255);
}

.header-area.fixed-left.transparet .widget-search-box .form-input-item input {
  border: 1px solid rgb(255, 255, 255);
}

.header-area.fixed-left.transparet .widget-search-box .form-input-item input::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
}

.header-area.fixed-left.transparet .widget-search-box .form-input-item .btn-src {
  color: rgb(255, 255, 255);
}

.header-area.fixed-left.transparet .widget-contact-info li i {
  color: rgb(255, 255, 255);
}

.header-area.fixed-left.transparet .widget-contact-info li span {
  color: rgb(255, 255, 255);
}

.header-area.fixed-left.transparet .widget-social-icons a {
  color: rgb(255, 255, 255);
}

.header-top {
  background-color: rgb(239, 239, 239);
  padding: 1px 0px 3px;
}

.header-top .container-fluid {
  padding: 0px 55px;
}

@media only screen and (max-width: 767px) {
  .header-top .container-fluid {
      padding: 0px 15px;
  }
}

.header-top .header-info {
  color: rgb(35, 41, 83);
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
}

.header-top .header-top-nav {
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.header-top .header-top-nav ul {
  margin: 0px;
  text-align: right;
}

.header-top .header-top-nav ul li {
  float: left;
  margin-right: 40px;
  position: relative;
}

@media only screen and (max-width: 479.98px) {
  .header-top .header-top-nav ul li {
      margin-right: 10px;
  }
}

.header-top .header-top-nav ul li::before {
  background-color: rgb(35, 41, 83);
  content: "";
  height: 13px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

@media only screen and (max-width: 479.98px) {
  .header-top .header-top-nav ul li::before {
      display: none;
  }
}

.header-top .header-top-nav ul li a {
  color: rgb(35, 41, 83);
  font-size: 13px;
  font-weight: 300;
}

.header-top .header-top-nav ul li a:hover {
  color: #e4c000;
}

@media only screen and (max-width: 479.98px) {
  .header-top .header-top-nav ul li a {
      font-size: 12px;
  }
}

.header-top .header-top-nav ul li:last-child {
  margin-right: 0px;
}

.header-top .header-top-nav ul li:last-child::before {
  display: none;
}

.btn-menu-slide-close {
  background-color: rgba(33, 35, 49, 0.8);
  height: 100vh;
  opacity: 0;
  position: fixed;
  right: -50%;
  top: 0px;
  visibility: hidden;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease 0s;
}

.btn-menu-slide-close .icon-menu-slide-close {
  color: rgb(255, 255, 255);
  font-size: 32px;
  position: absolute;
  right: 360px;
  top: 45px;
  transition: all 0.3s ease 0s;
}

.btn-menu-slide-close .icon-menu-slide-close:hover {
  color: #e4c000;
  cursor: pointer;
}

.btn-menu-slide-close.active {
  opacity: 1;
  right: 0px;
  visibility: visible;
}

.btn-menu-slide-close.active .icon-menu-slide-close {
  transition-delay: 0.3s;
}

.header-logo-area {
  max-width: 120px;
  position: relative;
  top: 1px;
}

@media only screen and (max-width: 575px) {
  .header-logo-area {
      max-width: 150px;
  }
}

.header-logo-area .logo-light {
  display: none;
}

.sidebar-cart-modal {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 87px 0px;
  position: fixed;
  top: 0px;
  width: 420px;
  padding: 100px 50px 50px;
  min-height: 100vh;
  bottom: 0px;
  z-index: 9999;
  right: 0px;
  opacity: 0;
  transition: all 250ms ease-in 0s;
  transform: translate(200px, 0px);
  visibility: hidden;
}

@media only screen and (max-width: 575px) {
  .sidebar-cart-modal {
      padding: 100px 20px 40px;
      width: 310px;
  }
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .cart-close {
  color: rgb(68, 68, 68);
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50px;
  right: 50px;
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .cart-close:hover {
  color: #e4c000;
  transform: rotate(90deg);
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart-title {
  color: rgb(57, 57, 57);
  font-size: 20px;
  font-weight: 600;
  margin: 0px 0px 40px;
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart {
  margin: 0px -30px 0px 0px;
  padding: 0px 30px 0px 0px;
  max-height: calc(-430px + 100vh);
  overflow: auto;
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item {
  display: flex;
  margin-bottom: 30px;
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-img {
  -webkit-box-flex: 0;
  flex: 0 0 70px;
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-img img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-info {
  margin-left: 20px;
  margin-top: 3px;
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-info .title {
  font-size: 16px;
 font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-info .title a {
  color: rgb(51, 51, 51);
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-info .info {
  font-size: 14px;
  color: rgb(38, 38, 38);
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-delete {
  display: flex;
  -webkit-box-flex: 100;
  flex-grow: 100;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-delete a {
  line-height: 1;
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item:last-child {
  margin-bottom: 0px;
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .cart-total {
  display: block;
  width: 100%;
  margin: 24px 0px 21px;
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .cart-total h4 {
  font-size: 16px;
 font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0px;
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .cart-total h4 .money {
  font-size: 16px;
  color: rgb(47, 47, 47);
  float: right;
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .shipping-info {
  display: block;
  margin-bottom: 10px;
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .shipping-info .loading-bar {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: rgb(255, 116, 51);
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .shipping-info .loading-bar .load-percent {
  display: block;
  height: 100%;
  position: absolute;
  width: calc(50%);
  color: rgb(255, 255, 255);
  line-height: 30px;
  max-width: 100%;
  background: rgb(51, 204, 51);
  z-index: -1;
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .shipping-info .loading-bar .label-free-shipping {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .shipping-info .loading-bar .label-free-shipping span {
  color: rgb(255, 255, 255);
  fill: rgb(255, 255, 255);
  display: inline-block;
  height: 21px;
  margin-right: 5px;
  margin-left: 10px;
  width: 21px;
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .shipping-info .loading-bar .label-free-shipping p {
  color: rgb(255, 255, 255);
  display: flex;
  font-size: 14px;
}

@media only screen and (max-width: 575px) {
  .sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .shipping-info .loading-bar .label-free-shipping p {
      font-size: 12px;
  }
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .cart-checkout-btn {
  display: block;
  width: 100%;
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .cart-checkout-btn .btn-theme {
  width: 100%;
  display: block;
  margin: 10px 0px 0px;
  text-align: center;
  line-height: 20px;
  padding: 17px 20px;
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
  font-size: 14px;
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .cart-checkout-btn .btn-theme:first-child {
  margin-top: 0px;
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .cart-checkout-btn .btn-theme:hover {
  background-color: #e4c000;
}

.sidebar-cart-modal.sidebar-cart-active {
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
}

.sidebar-cart-overlay {
  position: fixed;
  background: rgb(35, 35, 36);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  inset: 0px;
  transition: all 250ms ease-out 0s;
}

.sidebar-cart-overlay.show {
  visibility: inherit;
  opacity: 0.7;
}

.search-box-wrapper {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  position: fixed;
  min-height: 550px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  top: 0px;
  height: 100vh;
  padding: 0px 15px;
  width: 100vw;
  z-index: 999;
  transition: all 0.25s ease-in-out 0s;
}

.search-box-wrapper .search-box-content-inner {
  width: 600px;
  margin: 0px auto;
}

.search-box-wrapper .search-box-content-inner .search-box-form-wrap {
  text-align: center;
  transform: scale(0.9);
  transition: all 0.25s ease-in-out 0s;
}

.search-box-wrapper .search-box-content-inner .search-box-form-wrap .search-note {
  margin-bottom: 15px;
}

.search-box-wrapper .search-box-content-inner .search-box-form-wrap .search-note p {
  color: rgb(255, 255, 255);
  font-size: 35px;
  font-weight: 600;
}

.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control {
  background-color: transparent;
  border-width: 0px 0px 2px;
  border-top-style: initial;
  border-right-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-bottom-style: solid;
  border-bottom-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 30px;
  padding: 10px 58px 10px 10px;
  border-radius: 0px;
  height: 73px;
  box-shadow: none;
  line-height: 73px;
}

.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
}

@media only screen and (max-width: 767px) {
  .search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control {
      font-size: 20px;
  }
}

.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .search-button {
  color: rgb(255, 255, 255);
  border: none;
  line-height: 1;
  font-size: 30px;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 18px;
  right: 15px;
}

.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .search-button i {
  font-size: 30px;
}

.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .search-button:hover {
  color: #e4c000;
}

.search-box-wrapper .search-close {
  color: rgb(255, 255, 255);
  font-size: 40px;
  display: block;
  position: absolute;
  z-index: 5;
  top: 10%;
  right: 10%;
  line-height: 40px;
  height: 40px;
  transition: all 0.3s ease 0s;
}

.search-box-wrapper .search-close:hover {
  transform: rotate(90deg);
  color: #e4c000;
}

.search-box-wrapper.show {
  visibility: visible;
  opacity: 1;
}

.search-box-wrapper.show .search-box-content-inner .search-box-form-wrap {
  transform: scale(1);
}

.off-canvas-wrapper {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 15px 0px;
  background-color: rgb(255, 255, 255);
  bottom: 0px;
  min-height: 100vh;
  opacity: 0;
  position: fixed;
  right: 0px;
  visibility: hidden;
  transform: translate(200px, 0px);
  top: 0px;
  transition: all 0.4s ease-in-out 0s;
  width: 400px;
  z-index: 999;
}

@media only screen and (max-width: 575px) {
  .off-canvas-wrapper {
      width: 310px;
  }
}

.off-canvas-wrapper .off-canvas-inner {
  padding: 150px 50px 20px;
  height: 100%;
  overflow-y: auto;
}

@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-inner {
      padding: 150px 30px 20px;
  }
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-overlay {
  display: none;
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-header .close-action .btn-close {
  background: none;
  box-shadow: none;
  color: rgb(10, 16, 57);
  font-size: 30px;
  left: 45px;
  line-height: 30px;
  height: auto;
  margin: 0px;
  opacity: 1;
  padding: 0px;
  position: absolute;
  top: 80px;
  transition: all 0.3s ease-in-out 0s;
  width: auto;
}

@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-header .close-action .btn-close {
      left: 25px;
  }
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-header .close-action .btn-close:hover {
  color: #e4c000;
  transform: rotate(90deg);
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu {
  margin: 0px;
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li {
  margin-bottom: 40px;
}

@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li {
      margin-bottom: 30px;
  }
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li:last-child {
  margin-bottom: 0px;
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a {
  color: rgb(10, 16, 57);
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 0px;
  text-transform: capitalize;
}

@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a {
      font-size: 16px;
  }
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a .slicknav_arrow {
  color: rgb(10, 16, 57);
  font-size: 14px;
  right: 10px;
  transition: all 0.3s ease-in-out 0s;
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a:hover {
  color: #e4c000;
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul {
  padding: 38px 0px 0px 25px;
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li {
  margin: 0px;
  padding-bottom: 22px;
  padding-left: 0px;
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li:last-child {
  padding-bottom: 0px;
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li a {
  color: rgb(10, 16, 57);
  font-size: 14px;
  display: block;
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li a.slicknav_row .slicknav_arrow {
  top: 5px;
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li a:hover {
  color: #e4c000;
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li.slicknav_open a {
  color: #e4c000;
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li.slicknav_open a .slicknav_arrow {
  color: #e4c000;
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li.slicknav_open ul li a {
  color: rgb(10, 16, 57);
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li.slicknav_open ul li a .slicknav_arrow {
  color: rgb(10, 16, 57);
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li.slicknav_open ul li a:hover {
  color: #e4c000;
}

.off-canvas-wrapper.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}

.off-canvas-wrapper.canvas-fullpage-menu {
  background-color: transparent;
  height: 100vh;
  left: 0px;
  right: 0px;
  transform: none;
  width: 100%;
}

.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0px;
}

.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-overlay {
  background-color: rgba(0, 0, 0, 0.9);
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  transform: none;
}

.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-header .close-action .btn-close {
  color: rgb(255, 255, 255);
  font-size: 40px;
  left: auto;
  right: 9%;
  top: 20%;
}

.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  text-align: center;
}

.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu {
  margin: 0px;
  max-height: 90%;
}

.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li:nth-child(2) ul li:last-child {
  display: none;
}

.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a {
  color: rgb(255, 255, 255);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  display: inline-block;
}

.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a .slicknav_arrow {
  color: rgb(255, 255, 255);
  position: relative;
  font-size: 12px;
  padding: 0px;
  pointer-events: auto;
  width: auto;
  height: auto;
  right: 0px;
  top: -4px;
  transform: none;
  line-height: 1;
  margin: 0px;
  display: inline-block;
}

.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a:hover {
  color: rgb(151, 113, 176);
}

.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a:hover .slicknav_arrow {
  color: rgb(151, 113, 176);
}

.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul {
  padding: 38px 0px 0px;
}

.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li a {
  color: rgb(255, 255, 255);
  font-size: 18px;
  display: inline-block;
}

.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li a .slicknav_arrow {
  color: rgb(255, 255, 255);
  font-size: 9px;
  top: -2px;
  right: -4px;
}

.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li a:hover {
  color: rgb(151, 113, 176);
}

.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li ul {
  padding: 30px 0px 0px;
}

.off-canvas-wrapper.canvas-fullpage-menu.fullpage-menu-style2 .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a {
  font-family: Montserrat, sans-serif;
}

.off-canvas-wrapper.canvas-fullpage-menu.fullpage-menu-style2 .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a:hover {
  color: rgb(100, 173, 156);
}

.off-canvas-wrapper.canvas-fullpage-menu.fullpage-menu-style2 .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a:hover .slicknav_arrow {
  color: rgb(100, 173, 156);
}

.off-canvas-wrapper.canvas-fullpage-menu.fullpage-menu-style2 .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li a:hover {
  color: rgb(100, 173, 156);
}

.off-canvas-wrapper.canvas-fullpage-menu.fullpage-menu-style3 .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a {
  font-family: Taviraj, serif;
}

.off-canvas-wrapper.canvas-fullpage-menu.fullpage-menu-style3 .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a:hover {
  color: #e4c000;
}

.off-canvas-wrapper.canvas-fullpage-menu.fullpage-menu-style3 .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a:hover .slicknav_arrow {
  color: #e4c000;
}

.off-canvas-wrapper.canvas-fullpage-menu.fullpage-menu-style3 .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li a:hover {
  color: #e4c000;
}

.home-slider-area.slider-default {
  position: relative;
}

.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .home-slider-item .bg-img {
  transform: scale(1);
  animation-name: ken-burns-in;
  animation-timing-function: linear;
  transition-duration: calc(15s);
}

.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content {
  animation-delay: 0.3s;
  animation-name: lafadeInUp;
}

.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .slider-thumb img {
  animation-delay: 0.5s;
  animation-name: fadeInDown;
}

.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-pagination {
  bottom: 23px;
}

.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.46);
  height: 12px;
  margin: 0px 8px;
  opacity: 1;
  width: 12px;
}

.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255);
}

.home-slider-area.slider-default .home-slider-content .swiper-button-prev, .home-slider-area.slider-default .home-slider-content .swiper-button-next {
  background-color: rgb(255 255 255);
  height: 50px;
  line-height: 50px;
  text-align: center;
  top: calc(50% - 3px);
  width: 50px;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .home-slider-content .swiper-button-prev, .home-slider-area.slider-default .home-slider-content .swiper-button-next {
      /*display: none;*/
  }
}

.home-slider-area.slider-default .home-slider-content .swiper-button-prev::before, .home-slider-area.slider-default .home-slider-content .swiper-button-next::before {
  color: rgba(0, 0, 0, 0.3);
  font-family: LaStudioIcons;
  font-size: 18px;
  left: -2px;
  line-height: 1;
  position: relative;
  transition: all 0.3s ease 0s;
  font-family: FontAwesome;
}

.home-slider-area.slider-default .home-slider-content .swiper-button-prev::after, .home-slider-area.slider-default .home-slider-content .swiper-button-next::after {
  display: none;
}

.home-slider-area.slider-default .home-slider-content .swiper-button-prev:hover, .home-slider-area.slider-default .home-slider-content .swiper-button-next:hover {
  background-color: rgb(255, 255, 255);
}

.home-slider-area.slider-default .home-slider-content .swiper-button-prev:hover::before, .home-slider-area.slider-default .home-slider-content .swiper-button-next:hover::before {
  color: rgb(0, 0, 0);
}

.home-slider-area.slider-default .home-slider-content .swiper-button-prev {
  left: 50px;
}

.home-slider-area.slider-default .home-slider-content .swiper-button-prev::before {
  content: "\f053";
  /* font-family: fontawesoom; */
  font-family: FontAwesome;
}

.home-slider-area.slider-default .home-slider-content .swiper-button-next {
  right: 50px;
}

.home-slider-area.slider-default .home-slider-content .swiper-button-next::before {
  content: "\f054";
  left: auto;
  right: -2px;
  font-family: FontAwesome;
}

.home-slider-area.slider-default .bg-overlay {
  position: relative;
}

/*.home-slider-area.slider-default .bg-overlay::before {*/
/*  background-color: rgba(0, 0, 0, 0.51);*/
/*  content: "";*/
/*  height: 100%;*/
/*  left: 0px;*/
/*  position: absolute;*/
/*  top: 0px;*/
/*  width: 100%;*/
/*}*/

.home-slider-area.slider-default .home-slider-item {
  overflow: hidden;
  position: relative;
}

.home-slider-area.slider-default .home-slider-item .bg-img {
  height: 100%;
  position: absolute;
  width: 100%;
  transform: scale(1);
  animation-duration: 20s;
  animation-fill-mode: both;
  transition: all 2s ease 0s;
  background-size: cover;
}

.home-slider-area.slider-default .slider-content-area {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  height: 85vh;
  position: relative;
}

@media (max-width: 1600px) {
  .home-slider-area.slider-default .slider-content-area {
  }
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area {
      height: 600px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area {
      height: 480px;
  }
}

.home-slider-area.slider-default .slider-content-area .content {
  margin-top: -30px;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .content {
      margin-top: 30px;
  }
}

.home-slider-area.slider-default .slider-content-area .content .inner-content {
  position: relative;
  animation-duration: 1.25s;
  animation-fill-mode: both;
  transition: all 2s ease 0s;
}

.home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
  color: rgb(255, 255, 255);
  font-family: Montserrat, sans-serif;
  font-size: 155px;
  line-height: 0.9;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0px 20px;
}

@media (max-width: 1600px) {
  .home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
      font-size: 70px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
      font-size: 107px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
      font-size: 74px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
      font-size: 54px;
      margin-bottom: 10px;
  }
}

.home-slider-area.slider-default .slider-content-area .content .inner-content h2::after {
  border-top: 2px solid;
  /* content: ""; */
  left: -18px;
  position: absolute;
  top: 220px;
  width: 130px;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .content .inner-content h2::after {
      display: none;
      top: 183px;
  }
}

.home-slider-area.slider-default .slider-content-area .content .inner-content p {
  color: rgb(255, 255, 255);
  margin: auto;
  max-width: 410px;
}

.home-slider-area.slider-default .slider-content-area .content .inner-content p::after {
  border-top: 2px solid;
  bottom: -27px;
  /* content: ""; */
  position: absolute;
  right: -11px;
  width: 230px;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .content .inner-content p::after {
      display: none;
  }
}

.home-slider-area.slider-default .slider-content-area .slider-thumb {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area .slider-thumb {
      display: none;
  }
}

.home-slider-area.slider-default .slider-content-area .slider-thumb img {
  display: block;
  margin-left: auto;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOut;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-home2 .home-slider-content .home-slider2-container {
      margin-top: 120px;
  }
}

.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide-active .home-slider-item .slider-content-area {
  animation-delay: 0.3s;
  animation-name: lafadeInUp;
}

.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  height: 1020px;
}

@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item {
      height: 600px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item {
      height: 650px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item {
      height: 550px;
  }
}

.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .thumb {
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0px;
  width: 63%;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .thumb {
      width: 50%;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .thumb {
      width: 100%;
      z-index: 1;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .thumb::before {
      background-color: rgba(0, 0, 0, 0.6);
      height: 100%;
      left: 0px;
      content: "";
      position: absolute;
      top: 0px;
      width: 100%;
  }
}

.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .thumb .bg-thumb {
  background-position: center top;
  height: 100%;
  width: 100%;
}

.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area {
  margin: 0px 0px 0px 140px;
  max-width: 400px;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area {
      margin: 0px 0px 0px 15px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area {
      margin: 0px auto;
      max-width: 100%;
      padding: 10px;
      text-align: center;
      z-index: 3;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content {
      text-align: center;
  }
}

.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content h2 {
      font-size: 30px;
      margin-bottom: 7px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content h2 {
      font-size: 26px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content h2 {
      color: rgb(255, 255, 255);
  }
}

.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content p {
  color: rgb(51, 51, 51);
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content p {
      font-size: 18px;
      margin-bottom: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content p {
      color: rgb(255, 255, 255);
  }
}

.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content .price {
  color: rgb(151, 113, 176);
  font-size: 42px;
  line-height: 1;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content .price {
      font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content .price {
      color: rgb(255, 255, 255);
  }
}

.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content .btn-theme {
  font-size: 20px;
  padding: 11.5px 30px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content .btn-theme {
      font-size: 14px;
      padding: 10px 20px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content .btn-theme {
      color: rgb(255, 255, 255);
      border-color: rgb(255, 255, 255);
  }
}

.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content .btn-theme:hover {
  background-color: rgb(151, 113, 176);
  border-color: rgb(151, 113, 176);
  color: rgb(255, 255, 255);
}

.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-pagination {
  -webkit-box-align: center;
  align-items: center;
  bottom: 24px;
  display: flex;
  margin-left: 140px;
  text-align: left;
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-pagination {
      margin: 0px;
      text-align: center;
      display: flex;
      -webkit-box-pack: center;
      justify-content: center;
      z-index: 3;
  }
}

.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(153, 153, 153, 0.45);
  height: 10px;
  margin: 6px 10px;
  opacity: 1;
  width: 10px;
}

.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(191, 171, 205);
  height: 14px;
  width: 14px;
}

.home-slider-area.slider-home3 {
  position: relative;
}

.home-slider-area.slider-home3 .home-slider-content .home-slider3-container .swiper-wrapper .swiper-slide-active .home-slider-item .bg-img {
  transform: scale(1.3);
  animation-name: ken-burns-in;
  animation-timing-function: linear;
  transition-duration: calc(15s);
}

.home-slider-area.slider-home3 .home-slider-content .home-slider3-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content {
  animation-delay: 0.3s;
  animation-name: lafadeInUp;
}

.home-slider-area.slider-home3 .home-slider-content .swiper-button-prev, .home-slider-area.slider-home3 .home-slider-content .swiper-button-next {
  background-color: transparent;
  height: 50px;
  line-height: 50px;
  text-align: center;
  top: calc(50% - 3px);
  width: 50px;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 359.98px) {
  .home-slider-area.slider-home3 .home-slider-content .swiper-button-prev, .home-slider-area.slider-home3 .home-slider-content .swiper-button-next {
      display: none;
  }
}

.home-slider-area.slider-home3 .home-slider-content .swiper-button-prev::before, .home-slider-area.slider-home3 .home-slider-content .swiper-button-next::before {
  color: rgb(255, 255, 255);
  font-family: LaStudioIcons;
  font-size: 18px;
  left: -2px;
  line-height: 1;
  position: relative;
  transition: all 0.3s ease 0s;
}

.home-slider-area.slider-home3 .home-slider-content .swiper-button-prev::after, .home-slider-area.slider-home3 .home-slider-content .swiper-button-next::after {
  display: none;
}

.home-slider-area.slider-home3 .home-slider-content .swiper-button-prev:hover, .home-slider-area.slider-home3 .home-slider-content .swiper-button-next:hover {
  background-color: transparent;
}

.home-slider-area.slider-home3 .home-slider-content .swiper-button-prev:hover::before, .home-slider-area.slider-home3 .home-slider-content .swiper-button-next:hover::before {
  color: rgb(255, 255, 255);
}

.home-slider-area.slider-home3 .home-slider-content .swiper-button-prev {
  left: 20px;
}

.home-slider-area.slider-home3 .home-slider-content .swiper-button-prev::before {
  content:'';
}

.home-slider-area.slider-home3 .home-slider-content .swiper-button-next {
  right: 20px;
}

.home-slider-area.slider-home3 .home-slider-content .swiper-button-next::before {
  content:'';
  left: auto;
  right: -2px;
}

.home-slider-area.slider-home3 .home-slider-content .swiper-pagination {
  bottom: 15px;
}

.home-slider-area.slider-home3 .home-slider-content .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.22);
  height: 10px;
  margin: 0px 10px;
  opacity: 1;
  width: 10px;
}

.home-slider-area.slider-home3 .home-slider-content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255);
}

.home-slider-area.slider-home3 .home-slider-item {
  overflow: hidden;
  position: relative;
}

.home-slider-area.slider-home3 .home-slider-item .bg-img {
  height: 100%;
  position: absolute;
  width: 100%;
  transform: scale(1);
  animation-duration: 20s;
  animation-fill-mode: both;
  transition: all 2s ease 0s;
}

.home-slider-area.slider-home3 .slider-content-area {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  height: 1060px;
  position: relative;
}

@media (max-width: 1599px) {
  .home-slider-area.slider-home3 .slider-content-area {
      height: 780px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-home3 .slider-content-area {
      height: 620px;
  }
}

.home-slider-area.slider-home3 .slider-content-area .content {
  margin-left: 174px;
  max-width: 500px;
}

@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-home3 .slider-content-area .content {
      margin-top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-home3 .slider-content-area .content {
      margin-left: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-home3 .slider-content-area .content {
      margin-left: 80px;
      margin-right: 80px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-home3 .slider-content-area .content {
      margin-left: 30px;
      margin-right: 30px;
      text-align: center;
  }
}

@media only screen and (max-width: 359.98px) {
  .home-slider-area.slider-home3 .slider-content-area .content {
      margin-left: 15px;
      margin-right: 15px;
      text-align: center;
  }
}

.home-slider-area.slider-home3 .slider-content-area .content .inner-content {
  position: relative;
  animation-duration: 1.25s;
  animation-fill-mode: both;
  transition: all 2s ease 0s;
}

.home-slider-area.slider-home3 .slider-content-area .content .inner-content h4 {
  color: rgb(255, 255, 255);
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.home-slider-area.slider-home3 .slider-content-area .content .inner-content h2 {
  color: rgb(255, 255, 255);
  font-family: "Nunito Sans", sans-serif;
  font-size: 84px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 20px;
  margin-right: 45px;
  text-transform: uppercase;
}

@media (max-width: 1599px) {
  .home-slider-area.slider-home3 .slider-content-area .content .inner-content h2 {
      font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-home3 .slider-content-area .content .inner-content h2 {
      font-size: 36px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-home3 .slider-content-area .content .inner-content h2 {
      margin-right: 0px;
  }
}

.home-slider-area.slider-home3 .slider-content-area .content .inner-content p {
  color: rgb(255, 255, 255);
 font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.home-slider-area.slider-home3 .slider-content-area .content .inner-content .btn-theme.btn-black {
  background-color: rgb(51, 51, 51);
 font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.5;
  padding: 10px 30px;
  text-transform: uppercase;
}

.home-slider-area.slider-home3 .slider-content-area .content .inner-content .btn-theme.btn-black:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.home-slider-area.slider-home4 {
  margin-bottom: 200px;
}

.home-slider-area.slider-home4 .home-slider-content {
  margin: 140px 0px -200px;
}

@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-home4 .home-slider-content {
      padding: 0px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-home4 .home-slider-content {
      padding: 0px 15px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-home4 .home-slider-content {
      margin-top: 120px;
      padding: 0px;
  }
}

.home-slider-area.slider-home4 .home-slider-content .home-slider4-container .swiper-wrapper .swiper-slide-active .home-slider-item .thumb .bg-img {
  transform: scale(1.3);
  animation-name: ken-burns-in;
  animation-timing-function: linear;
}

.home-slider-area.slider-home4 .home-slider-content .home-slider4-container .swiper-wrapper .swiper-slide .home-slider-item {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  height: 600px;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-home4 .home-slider-content .home-slider4-container .swiper-wrapper .swiper-slide .home-slider-item {
      height: 600px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-home4 .home-slider-content .home-slider4-container .swiper-wrapper .swiper-slide .home-slider-item {
      height: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-home4 .home-slider-content .home-slider4-container .swiper-wrapper .swiper-slide .home-slider-item {
      height: 450px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-home4 .home-slider-content .home-slider4-container .swiper-wrapper .swiper-slide .home-slider-item {
      height: 300px;
  }
}

.home-slider-area.slider-home4 .home-slider-content .home-slider4-container .swiper-wrapper .swiper-slide .home-slider-item .thumb {
  height: 600px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.home-slider-area.slider-home4 .home-slider-content .home-slider4-container .swiper-wrapper .swiper-slide .home-slider-item .thumb .bg-thumb {
  background-position: center top;
  height: 100%;
  width: 100%;
  transform: scale(1);
  animation-duration: 20s;
  animation-fill-mode: both;
  transition: all 10s ease 0s;
}

.home-slider-area.slider-home4 .home-slider-content .home-slider4-container .swiper-wrapper .swiper-slide .home-slider-item .thumb a {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0%;
  width: 100%;
}

.home-slider-area.slider-home4 .home-slider-content .home-slider4-container .swiper-pagination {
  bottom: 15px;
}

.home-slider-area.slider-home4 .home-slider-content .home-slider4-container .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.32);
  height: 10px;
  margin: 0px 8px;
  opacity: 1;
  width: 10px;
}

.home-slider-area.slider-home4 .home-slider-content .home-slider4-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255);
}

.home-slider-area.slider-home5 .home-slider-content {
  position: relative;
}

@media (max-width: 1699px) {
  .home-slider-area.slider-home5 .home-slider-content {
      padding: 0px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-home5 .home-slider-content {
      padding: 0px 15px;
  }
}

.home-slider-area.slider-home5 .home-slider-content::before {
  background-color: rgb(166, 70, 55);
  content: "";
  height: 720px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-home5 .home-slider-content::before {
      height: 520px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-home5 .home-slider-content::before {
      height: 350px;
  }
}

.home-slider-area.slider-home5 .home-slider-content .home-slider-item {
  display: flex;
  margin: 0px auto;
  max-width: 1440px;
  padding-top: 140px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-home5 .home-slider-content .home-slider-item {
      padding-top: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-home5 .home-slider-content .home-slider-item {
      display: block;
  }
}

.home-slider-area.slider-home5 .home-slider-content .home-slider-item .col-left {
  width: 44%;
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-home5 .home-slider-content .home-slider-item .col-left {
      width: 100%;
  }
}

.home-slider-area.slider-home5 .home-slider-content .home-slider-item .col-right {
  padding-left: 50px;
  width: 56%;
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-home5 .home-slider-content .home-slider-item .col-right {
      padding-left: 0px;
      width: 100%;
  }
}

.home-slider-area.slider-home5 .home-slider-content .home-slider-item .category-items-style4 {
  position: relative;
}

.home-slider-area.slider-home5 .home-slider-content .home-slider-item .category-items-style4 .text-rotate {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  left: -40px;
  letter-spacing: 0.8px;
  line-height: 1;
  margin: auto;
  position: absolute;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  top: 50%;
}

@media (max-width: 1699px) {
  .home-slider-area.slider-home5 .home-slider-content .home-slider-item .category-items-style4 .text-rotate {
      display: none;
  }
}

.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content {
  position: relative;
}

.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style {
  left: -90px;
  margin-bottom: 90px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style {
      margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style {
      display: inline-block;
      left: 0px;
      margin-bottom: 115px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style {
      margin-bottom: 107px;
      margin-top: 35px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style {
      margin-bottom: 80px;
  }
}

.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .title {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 136px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.64px;
  line-height: 1;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .title {
      font-size: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .title {
      font-size: 64px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .title {
      color: rgb(51, 51, 51);
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .title {
      font-size: 50px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .title {
      font-size: 36px;
  }
}

.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .title-stroke {
  color: rgb(128, 17, 17);
  font-size: 136px;
  font-weight: 600;
  font-style: italic;
  left: 201px;
  line-height: 1;
  position: absolute;
  text-transform: uppercase;
  top: 30px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px currentcolor;
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .title-stroke {
      font-size: 100px;
      left: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .title-stroke {
      font-size: 64px;
      left: 100px;
      top: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .title-stroke {
      font-size: 50px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .title-stroke {
      font-size: 36px;
  }
}

.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .sub-title {
  color: rgb(255, 255, 255);
  font-family: "Black And White Picture", sans-serif;
  font-size: 136px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.64px;
  line-height: 1;
  position: absolute;
  right: 17px;
  top: 0px;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .sub-title {
      font-size: 100px;
      top: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .sub-title {
      font-size: 64px;
      top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .sub-title {
      color: rgb(51, 51, 51);
      right: -100px;
      top: 68px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .sub-title {
      top: 54px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .sub-title {
      top: 45px;
      font-size: 36px;
  }
}

.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .inner-content {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .inner-content {
      margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .inner-content {
      margin-top: 20px;
  }
}

.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .inner-content p {
  color: rgb(68, 68, 68);
  font-size: 18px;
  line-height: 2;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .inner-content p {
      font-size: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .inner-content .btn-theme.btn-size-lg {
      font-size: 14px;
      line-height: 1.4;
      padding: 7px 20px;
  }
}

.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .text-rotate {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  left: calc(102% + 1px);
  letter-spacing: 0.8px;
  line-height: 1;
  margin: auto;
  position: absolute;
  text-transform: uppercase;
  top: calc(60% - 1px);
  width: 120px;
}

@media (max-width: 1699px) {
  .home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .text-rotate {
      display: none;
  }
}

.home-slider-area.slider-home6 .home-slider-content {
  background-color: rgb(230, 229, 227);
  position: relative;
}

.home-slider-area.slider-home6 .home-slider-content::before {
  background-color: rgb(255, 255, 255);
  bottom: 0px;
  content: "";
  height: 180px;
  left: 0px;
  position: absolute;
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-home6 .home-slider-content::before {
      height: 80px;
  }
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide-active .home-slider-item .slider-content-area .content .inner-content span {
  animation-delay: 0.3s;
  animation-name: lafadeInUp;
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide-active .home-slider-item .slider-content-area .content p {
  animation-delay: 0.4s;
  animation-name: lafadeInUp;
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide-active .home-slider-item .slider-content-area .box-item .thumb {
  animation-delay: 0.2s;
  animation-name: lafadeInLeft;
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide-active .home-slider-item .slider-content-area .box-item .box-content .box-item-number {
  animation-delay: 0.2s;
  animation-name: lafadeInUp;
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide-active .home-slider-item .slider-content-area .box-item .box-content .box-title {
  animation-delay: 0.3s;
  animation-name: lafadeInUp;
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide-active .home-slider-item .thumb.thumb-style {
  animation-delay: 0.2s;
  animation-name: zoomInLight;
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide-active .home-slider-item .shape-layer-items .shape-layer-one {
  animation-delay: 0.3s;
  animation-name: lafadeInDown;
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide-active .home-slider-item .shape-layer-items .shape-layer-two {
  animation-delay: 0.3s;
  animation-name: lafadeInUp;
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide-active .home-slider-item .shape-layer-items .shape-layer-three {
  animation-delay: 0.3s;
  animation-name: lafadeInUp;
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item {
  height: 1250px;
  overflow: hidden;
  padding-top: 50px;
  position: relative;
}

@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item {
      height: 804px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item {
      height: 699px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item {
      height: 589px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item {
      height: 513px;
  }
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .container {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  max-width: 1640px;
  padding: 0px;
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .container .col-left {
  width: 57.073%;
}

@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .container .col-left {
      width: 65%;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .container .col-left {
      width: 100%;
  }
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .container .col-right {
  width: 42.927%;
}

@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .container .col-right {
      width: 35%;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .container .col-right {
      display: none;
  }
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content {
  margin-bottom: 164px;
  padding-left: 100px;
  padding-top: 150px;
}

@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content {
      margin-bottom: 60px;
      padding-left: 50px;
      padding-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content {
      margin-bottom: 50px;
      padding-left: 15px;
      padding-top: 95px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content {
      margin-bottom: 30px;
      padding-left: 15px;
      padding-top: 55px;
  }
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content {
  margin-bottom: 1px;
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span {
  color: rgb(51, 51, 51);
  display: inline-block;
  font-family: Taviraj, serif;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 1;
  animation-duration: 1.25s;
  animation-fill-mode: both;
  transition: all 2s ease 0s;
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span.style-one {
  font-size: 130px;
}

@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span.style-one {
      font-size: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span.style-one {
      font-size: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span.style-one {
      font-size: 48px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span.style-one {
      font-size: 38px;
  }
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span.style-two {
  font-size: 50px;
  padding-left: 22px;
  position: relative;
  top: -49px;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span.style-two {
      font-size: 42px;
      padding-left: 0px;
      top: -56px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span.style-two {
      font-size: 32px;
      padding-left: 0px;
      top: -30px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span.style-two {
      font-size: 22px;
  }
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span.style-three {
  font-size: 130px;
  top: -12px;
  padding-left: 16px;
  position: relative;
}

@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span.style-three {
      font-size: 80px;
      padding-left: 0px;
      margin-top: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span.style-three {
      font-size: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span.style-three {
      font-size: 48px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span.style-three {
      font-size: 38px;
  }
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content p {
  color: rgb(51, 51, 51);
  font-family: Prompt, sans-serif;
  font-size: 20px;
  line-height: 1.25;
  max-width: 530px;
  animation-duration: 1.2s;
  animation-fill-mode: both;
  transition: all 2s ease 0s;
}

@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content p {
      font-size: 16px;
      line-height: 2;
  }
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  margin-right: -215px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item {
      margin-right: auto;
  }
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .thumb {
  min-width: 520px;
  position: relative;
  animation-duration: 1s;
  animation-fill-mode: both;
  transition: all 2s ease 0s;
}

@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .thumb {
      min-width: 320px;
      width: 320px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .thumb {
      min-width: 280px;
      width: 280px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .thumb {
      min-width: 200px;
      width: 200px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .thumb {
      min-width: 200px;
      width: 200px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .thumb {
      min-width: 140px;
      width: 140px;
  }
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .thumb img {
  width: auto;
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .box-content {
  margin-left: 50px;
  margin-top: 44px;
}

@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .box-content {
      margin-top: -120px;
      margin-left: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .box-content {
      margin-top: -50px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .box-content {
      margin-top: -100px;
  }
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .box-content .box-item-number {
  color: rgb(51, 51, 51);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
  animation-duration: 1s;
  animation-fill-mode: both;
  transition: all 2s ease 0s;
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .box-content .box-item-number {
      font-size: 20px;
      margin-bottom: 10px;
  }
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .box-content .box-item-number span {
  font-size: 18px;
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .box-content .box-title {
  color: rgb(255, 255, 255);
  font-size: 75px;
  font-weight: 300;
  line-height: 1;
  animation-duration: 1s;
  animation-fill-mode: both;
  transition: all 2s ease 0s;
}

@media (max-width: 1636px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .box-content .box-title {
      font-size: 52px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .box-content .box-title {
      font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .box-content .box-title {
      font-size: 28px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .box-content .box-title {
      font-size: 22px;
  }
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .thumb.thumb-style {
  animation-duration: 1s;
  animation-fill-mode: both;
  transition: all 2s ease 0s;
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .shape-layer-items .shape-layer-one {
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  height: 360px;
  left: calc(55% - 175px);
  position: absolute;
  top: -220px;
  width: 360px;
  z-index: -1;
  animation-duration: 1.25s;
  animation-fill-mode: both;
  transition: all 2s ease 0s;
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .shape-layer-items .shape-layer-one {
      right: -80px;
      left: auto;
      top: -180px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .shape-layer-items .shape-layer-one {
      display: none;
  }
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .shape-layer-items .shape-layer-two {
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  bottom: -150px;
  height: 610px;
  left: -100px;
  position: absolute;
  width: 610px;
  z-index: -1;
  animation-duration: 1.25s;
  animation-fill-mode: both;
  transition: all 2s ease 0s;
}

@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .shape-layer-items .shape-layer-two {
      display: none;
  }
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .shape-layer-items .shape-layer-three {
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  bottom: -150px;
  height: 610px;
  position: absolute;
  right: -250px;
  width: 610px;
  z-index: -1;
  animation-duration: 1.25s;
  animation-fill-mode: both;
  transition: all 2s ease 0s;
}

@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .shape-layer-items .shape-layer-three {
      height: 330px;
      right: -100px;
      width: 330px;
      bottom: 0px;
  }
}

@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .shape-layer-items .shape-layer-three {
      display: none;
  }
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-button-next {
  background-color: transparent;
  border: 3px solid rgb(221, 221, 221);
  border-radius: 50%;
  inset: auto auto 47px calc(37% + 5px);
  height: 66px;
  line-height: 68px;
  text-align: center;
  width: 66px;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1636px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-button-next {
      height: 50px;
      line-height: 50px;
      width: 50px;
      left: calc(37% + 50px);
  }
}

@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-button-next {
      height: 50px;
      line-height: 50px;
      width: 50px;
      left: auto;
      right: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-button-next {
      bottom: 0px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-button-next {
      height: 40px;
      line-height: 40px;
      width: 40px;
      left: auto;
      right: 20px;
  }
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-button-next::before {
  color: rgb(221, 221, 221);
  content:'';
  font-family: LaStudioIcons;
  font-size: 40px;
  left: auto;
  line-height: 1;
  position: relative;
  right: 2px;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1636px) {
  .home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-button-next::before {
      font-size: 26px;
  }
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-button-next::after {
  display: none;
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-button-next:hover {
  background-color: transparent;
  border-color: #e4c000;
}

.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-button-next:hover::before {
  color: #e4c000;
}

.home-slider-area.slider-home7 .home-slider-content .home-slider7-container {
  padding-bottom: 73px;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-home7 .home-slider-content .home-slider7-container {
      padding-bottom: 45px;
  }
}

.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide-active .home-slider-item .thumb .bg-thumb {
  transform: scale(1.3);
  animation-name: ken-burns-in;
  animation-timing-function: linear;
}

.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide-active .home-slider-item .slider-content-area {
  animation-delay: 0.3s;
  animation-name: lafadeInUp;
}

.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item {
  -webkit-box-align: end;
  align-items: flex-end;
  display: flex;
  height: 741.04px;
}

@media (max-width: 1710px) {
  .home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item {
      height: 680px;
  }
}

@media (max-width: 1599px) {
  .home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item {
      height: 620px;
  }
}

@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item {
      height: 520px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item {
      height: 420px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item {
      height: 340px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item {
      height: 280px;
  }
}

.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item .thumb {
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0px;
  width: 100%;
  z-index: -1;
}

.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item .thumb .bg-thumb {
  background-position: center top;
  height: 100%;
  width: 100%;
  transform: scale(1);
  animation-duration: 20s;
  animation-fill-mode: both;
  transition: all 10s ease 0s;
}

.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area {
  max-width: 600px;
  padding: 40px 0px 30px;
  position: relative;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area {
      padding: 30px 0px 20px;
  }
}

.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area::before {
  background-color: rgb(255, 255, 255);
  content: "";
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: calc(86% + 2px);
  z-index: -1;
}

.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content h4 {
  font-family: Mukta, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 6px;
  line-height: 1;
  text-transform: uppercase;
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content h4 {
      font-size: 16px;
      letter-spacing: 3px;
  }
}

.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: capitalize;
}

@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content h2 {
      font-size: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content h2 {
      font-size: 30px;
      margin-bottom: 0px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content h2 {
      font-size: 20px;
  }
}

.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-pagination {
  -webkit-box-align: center;
  align-items: center;
  bottom: -9px;
  display: flex;
  text-align: left;
}

.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border-top: 1px solid rgb(221, 221, 221);
  border-radius: 0px;
  color: rgb(68, 68, 68);
  font-family: Mukta, sans-serif;
  font-size: 18px;
  height: 32px;
  margin: 0px;
  opacity: 1;
  position: relative;
  width: 33.33%;
}

.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: rgb(187, 123, 28);
}

@-webkit-keyframes ken-burns-in {
  0% {
      transform: scale(1);
  }

  100% {
      transform: scale(1.1);
  }
}

@keyframes ken-burns-in {
  0% {
      transform: scale(1);
  }

  100% {
      transform: scale(1.2);
  }
}

@-webkit-keyframes lafadeInUp {
  0% {
      opacity: 0;
      transform: translate3d(0px, 50px, 0px);
  }

  100% {
      opacity: 1;
      transform: none;
  }
}

@keyframes lafadeInUp {
  0% {
      opacity: 0;
      transform: translate3d(0px, 50px, 0px);
  }

  100% {
      opacity: 1;
      transform: none;
  }
}

@-webkit-keyframes lafadeInDown {
  0% {
      opacity: 0;
      transform: translate3d(0px, -50px, 0px);
  }

  100% {
      opacity: 1;
      transform: none;
  }
}

@keyframes lafadeInDown {
  0% {
      opacity: 0;
      transform: translate3d(0px, -50px, 0px);
  }

  100% {
      opacity: 1;
      transform: none;
  }
}

@-webkit-keyframes lafadeInLeft {
  0% {
      opacity: 0;
      transform: translate3d(-50px, 0px, 0px);
  }

  100% {
      opacity: 1;
      transform: none;
  }
}

@keyframes lafadeInLeft {
  0% {
      opacity: 0;
      transform: translate3d(-50px, 0px, 0px);
  }

  100% {
      opacity: 1;
      transform: none;
  }
}

@-webkit-keyframes zoomInLight {
  0% {
      opacity: 0;
      transform: scale3d(0.9, 0.9, 0.9);
  }

  50% {
      opacity: 1;
  }
}

@keyframes zoomInLight {
  0% {
      opacity: 0;
      transform: scale3d(0.9, 0.9, 0.9);
  }

  50% {
      opacity: 1;
  }
}

@-webkit-keyframes elementor-animation-push {
  50% {
      transform: scale(0.8);
  }

  100% {
      transform: scale(1);
  }
}

@keyframes elementor-animation-push {
  50% {
      transform: scale(0.8);
  }

  100% {
      transform: scale(1);
  }
}

.about-area.about-default-area {
  padding: 100px 0px;
}

@media only screen and (max-width: 1199px) {
  .about-area.about-default-area {
      padding: 70px 0px;
  }
}

.about-area.about-default-area .about-content {
  margin: 100px 0px 0px 70px;
}

@media only screen and (max-width: 1199px) {
  .about-area.about-default-area .about-content {
      margin: 0px;
  }
}

.about-area.about-default-area .about-content .section-title .title {
  font-size: 29px;
  line-height: 46px;
  margin: 0px 0px 22px;
}

@media only screen and (max-width: 479.98px) {
  .about-area.about-default-area .about-content .section-title .title {
      font-size: 20px;
      line-height: 26px;
      margin: 0px 0px 12px;
  }
}

.about-area.about-default-area .thumb {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .about-area.about-default-area .thumb img {
      width: 100%;
  }
}

.about-area.about-default-area .thumb .img-content {
  background-color: rgb(51, 51, 51);
  border-radius: 50%;
  height: 159px;
  position: absolute;
  top: 14%;
  right: 2.5%;
  text-align: center;
  width: 159px;
}

.about-area.about-default-area .thumb .img-content h3 {
  color: rgb(255, 255, 255);
  font-size: 29px;
  font-weight: 600;
  line-height: 23px;
  margin: 50px 0px 9px;
}

.about-area.about-default-area .thumb .img-content span {
  color: rgb(255, 255, 255);
  font-size: 29px;
  font-weight: 300;
  display: block;
  line-height: 1;
}

.team-area.team-default-area {
  padding: 100px 0px;
}

.team-creative-area {
  padding: 0px 0px 41px;
}

@media only screen and (max-width: 767px) {
  .team-creative-area {
      padding-bottom: 20px;
  }
}

.team-creative-area .container {
  max-width: 1470px;
}

.team-creative-area .section-title {
  margin-bottom: 79px;
}

@media only screen and (max-width: 767px) {
  .team-creative-area .section-title {
      margin-bottom: 69px;
  }
}

.team-creative-area .section-title .title {
  font-size: 36px;
  letter-spacing: -0.72px;
  line-height: 1.3px;
}

.team-member .thumb {
  overflow: hidden;
  position: relative;
}

.team-member .thumb img {
  width: 100%;
}

.team-member .thumb .social-icons {
  bottom: 15px;
  position: absolute;
  right: 15px;
}

.team-member .thumb .social-icons a {
  background-color: rgb(244, 164, 96);
  border-radius: 50%;
  color: rgb(255, 255, 255);
  left: 30px;
  opacity: 0;
  visibility: hidden;
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  font-size: 18px;
  margin-right: 1px;
}

.team-member .thumb .social-icons a:last-child {
  margin-right: 0px;
}

.team-member .thumb .social-icons a:nth-child(1) {
  transition-delay: 0.1s;
}

.team-member .thumb .social-icons a:nth-child(2) {
  transition-delay: 0.2s;
}

.team-member .thumb .social-icons a:nth-child(3) {
  transition-delay: 0.3s;
}

.team-member .thumb .social-icons a:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(244, 164, 96);
}

.team-member .content {
  text-align: center;
  box-shadow: rgba(85, 85, 85, 0.2) 0px 3px 5px;
  padding: 20px 10px 16px;
}

.team-member .content .member-info .name {
  font-size: 18px;
  font-weight: 500;
 font-family: "Poppins", sans-serif;
}

.team-member .content .member-info .name a {
  color: rgb(109, 109, 109);
}

.team-member .content .member-info .designation {
  font-size: 15px;
}

.team-member:hover .thumb .social-icons a {
  opacity: 1;
  visibility: visible;
  left: 0px;
}

.team-members-style2 .team-member {
  position: relative;
}

.team-members-style2 .team-member .thumb {
  position: relative;
}

.team-members-style2 .team-member .thumb::after {
  background-color: rgb(128, 79, 46);
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
}

.team-members-style2 .team-member .thumb img {
  width: 100%;
}

.team-members-style2 .team-member .content {
  -webkit-box-align: center;
  align-items: center;
  box-shadow: none;
  padding: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  text-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 2;
}

.team-members-style2 .team-member .content .member-info {
  position: relative;
  top: 50%;
  transform: translate(0px, -50%);
  transition: all 0.3s ease-in-out 0s;
}

.team-members-style2 .team-member .content .member-info .name, .team-members-style2 .team-member .content .member-info p, .team-members-style2 .team-member .content .member-info .social-icons {
  transform: translateY(20px);
  transition: all 0.4s ease 0s;
  visibility: hidden;
  opacity: 0;
}

.team-members-style2 .team-member .content .member-info .name {
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.team-members-style2 .team-member .content .member-info p {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 11px;
}

.team-members-style2 .team-member .content .member-info .social-icons a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 13px;
  padding: 8px;
  line-height: 1;
  margin: 3px;
  height: 31px;
  width: 31px;
  text-align: center;
}

.team-members-style2 .team-member .content .member-info .social-icons a:last-child {
  margin-right: 8px;
}

.team-members-style2 .team-member .content .member-info .social-icons a:hover {
  background-color: #e4c000;
  border-color: transparent;
}

.team-members-style2 .team-member:hover .thumb::after {
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

.team-members-style2 .team-member:hover .content .member-info .name, .team-members-style2 .team-member:hover .content .member-info p, .team-members-style2 .team-member:hover .content .member-info .social-icons {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.team-members-style2 .team-member:hover .content .member-info .name {
  transition-delay: 0.2s;
}

.team-members-style2 .team-member:hover .content .member-info p {
  transition-delay: 0.4s;
}

.team-members-style2 .team-member:hover .content .member-info .social-icons {
  transition-delay: 0.6s;
}

.gallery-area.gallery-trends-area {
  padding: 95px 0px 0px;
}

@media only screen and (max-width: 991px) {
  .gallery-area.gallery-trends-area {
      padding: 85px 0px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-area.gallery-trends-area {
      padding: 65px 0px 0px;
  }
}

.gallery-area.gallery-style5-area {
  padding: 94px 0px 80px;
}

@media only screen and (max-width: 991px) {
  .gallery-area.gallery-style5-area {
      padding: 84px 0px 70px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-area.gallery-style5-area {
      padding: 64px 0px 50px;
  }
}

.gallery-area.gallery-style5-area .section-title {
  margin-bottom: 52px;
}

@media only screen and (max-width: 575px) {
  .gallery-area.gallery-style5-area .section-title {
      margin-bottom: 45px;
  }
}

.gallery-area.gallery-style5-area .section-title .title {
  font-style: italic;
}

.gallery-area.gallery-style5-area .section-title .title-stroke {
  color: rgb(166, 70, 55);
  font-size: 60px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px currentcolor;
}

@media only screen and (max-width: 575px) {
  .gallery-area.gallery-style5-area .section-title .title-stroke {
      font-size: 36px;
  }
}

.gallery-item .thumb {
  position: relative;
}

.gallery-item .thumb img {
  width: 100%;
}

.gallery-item .thumb .overlay {
  -webkit-box-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  left: 0px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0px;
  visibility: hidden;
  width: 100%;
  transition: all 0.3s ease 0s;
}

.gallery-item .thumb .overlay i {
  color: rgb(255, 255, 255);
  font-size: 36px;
  transition: all 0.3s ease 0s;
}

.gallery-item:hover .thumb .overlay {
  opacity: 1;
  visibility: visible;
}

.galery-masonry-style1 {
  margin-left: -10px;
  margin-right: -10px;
}

.galery-masonry-style1 .masonry-item {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 46.555%;
}

.galery-masonry-style1 .masonry-item.item-size2 {
  width: 53.194%;
}

.galery-masonry-style1 .gallery-item .thumb {
  overflow: hidden;
}

.galery-masonry-style1 .gallery-item .thumb img {
  transition: all 0.5s ease 0s;
}

.galery-masonry-style1 .gallery-item:hover .thumb img {
  transform: scale(1.1);
}

.gallery-trends-container {
  margin-right: 10%;
  overflow: visible;
}

.gallery-trends-container .slider-item {
  height: 844.83px;
  overflow: hidden;
}

.gallery-trends-container .slider-item .bg-thumb {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease 0s;
}

.gallery-trends-container .slider-item:hover .bg-thumb {
  transform: scale(1.1);
}

.social-area.social-style1-area {
  background-color: rgb(238, 238, 238);
  padding: 0px 0px 91px;
}

@media only screen and (max-width: 1399px) {
  .social-area.social-style1-area {
      padding-bottom: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .social-area.social-style1-area {
      padding-bottom: 30px;
  }
}

.social-area.social-style1-area .container {
  max-width: 1470px;
}

.social-area.social-style1-area .section-title {
  margin-bottom: 115px;
  margin-top: -39px;
}

@media only screen and (max-width: 1199px) {
  .social-area.social-style1-area .section-title {
      margin-top: -20px;
      margin-bottom: 75px;
  }
}

.social-area.social-style1-area .section-title .title {
  font-size: 70px;
  font-weight: 400;
  letter-spacing: -1.4px;
}

@media only screen and (max-width: 1199px) {
  .social-area.social-style1-area .section-title .title {
      font-size: 40px;
  }
}

.social-items-style1 .social-item {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .social-items-style1 .social-item {
      margin-bottom: 30px;
  }
}

@media only screen and (max-width: 479.98px) {
  .social-items-style1 .social-item {
      display: block;
  }
}

.social-items-style1 .social-item .thumb {
  margin-right: 55px;
}

@media only screen and (max-width: 1199px) {
  .social-items-style1 .social-item .thumb {
      margin-right: 30px;
  }
}

@media only screen and (max-width: 479.98px) {
  .social-items-style1 .social-item .thumb {
      margin-bottom: 30px;
  }
}

.social-items-style1 .social-item .thumb img {
  width: 340px;
}

@media only screen and (max-width: 991px) {
  .social-items-style1 .social-item .thumb img {
      width: 140px;
  }
}

.social-items-style1 .social-item .content {
  -webkit-box-flex: 1;
  flex: 1 0 0%;
}

.social-items-style1 .social-item .content .inner-content .title {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: -0.56px;
}

@media only screen and (max-width: 1199px) {
  .social-items-style1 .social-item .content .inner-content .title {
      font-size: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .social-items-style1 .social-item .content .inner-content .title {
      margin-bottom: 10px;
  }
}

.social-items-style1 .social-item .content .inner-content p {
  color: rgb(102, 102, 102);
  font-size: 20px;
  font-weight: 400;
}

@media only screen and (max-width: 1199px) {
  .social-items-style1 .social-item .content .inner-content p {
      font-size: 16px;
  }
}

.social-items-style1 .social-item.item-style2 {
  margin-bottom: 60px;
  margin-left: -3px;
}

@media only screen and (max-width: 991px) {
  .social-items-style1 .social-item.item-style2 {
      margin-left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .social-items-style1 .social-item.item-style2 {
      margin-bottom: 30px;
  }
}

.social-items-style1 .social-item.item-style2 .thumb {
  margin-right: 50px;
}

@media only screen and (max-width: 1199px) {
  .social-items-style1 .social-item.item-style2 .thumb {
      margin-right: 30px;
  }
}

.social-items-style1 .social-item.item-style2 .thumb img {
  width: 140px;
}

.social-items-style1 .social-item.item-style2 .content .inner-content .title {
  margin-bottom: 10px;
}

.testimonial-single .client-thumb {
  width: 75px;
  margin-right: 15px;
}

@media only screen and (max-width: 479.98px) {
  .testimonial-single .client-thumb {
      margin-bottom: 20px;
      position: relative;
  }
}

.testimonial-single .client-content {
}

@media only screen and (max-width: 479.98px) {
  .testimonial-single .client-content {
      padding: 0px;
  }
}

.testimonial-single .client-content p {
  color: rgb(0, 0, 0);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 18px;
}

@media only screen and (max-width: 991px) {
  .testimonial-single .client-content p {
      font-size: 18px;
  }
}

.testimonial-single .client-rating {
  display: flex;
      align-items: center;
}

@media only screen and (max-width: 479.98px) {
  .testimonial-single .client-rating {
      padding: 0px;
  }
}

.testimonial-single .client-rating ul {
  display: flex;
  margin-bottom: 9px;
}

.testimonial-single .client-rating ul li {
  color: rgb(242, 208, 87);
  font-size: 19px;
  letter-spacing: 4.8px;
}

.testimonial-single .client-info {
}

@media only screen and (max-width: 479.98px) {
  .testimonial-single .client-info {
      padding: 0px;
  }
}

.testimonial-single .client-info .name {
  color: rgb(51, 51, 51);
  font-size: 16px;
  margin-bottom: 6px;
}

@media only screen and (max-width: 991px) {
  .testimonial-single .client-info .name {
      font-size: 18px;
  }
}

.testimonial-single .client-info .designation {
  color: rgb(51, 51, 51);
  font-size: 14px;
  font-weight: 400;
}

.testimonial-slider-content .testimonial-slider-container .swiper-button-prev, .testimonial-slider-content .testimonial-slider-container .swiper-button-next {
  color: rgb(0, 0, 0);
  top: calc(50% + 1px);
  transition: all 0.3s ease 0s;
  background: rgb(238 238 238);
}

@media only screen and (max-width: 1399px) {
  .testimonial-slider-content .testimonial-slider-container .swiper-button-prev, .testimonial-slider-content .testimonial-slider-container .swiper-button-next {
      display: none;
  }
}

.testimonial-slider-content .testimonial-slider-container .swiper-button-prev::before, .testimonial-slider-content .testimonial-slider-container .swiper-button-next::before {
  content:'';
  font-family: LaStudioIcons;
  font-size: 15px;
}

.testimonial-slider-content .testimonial-slider-container .swiper-button-prev::after, .testimonial-slider-content .testimonial-slider-container .swiper-button-next::after {
  display: none;
}

.testimonial-slider-content .testimonial-slider-container .swiper-button-prev:hover, .testimonial-slider-content .testimonial-slider-container .swiper-button-next:hover {
  color: rgb(51, 51, 51);
}

.testimonial-slider-content .testimonial-slider-container .swiper-button-prev {
  left: 106px;
}

@media (max-width: 1599px) {
  .testimonial-slider-content .testimonial-slider-container .swiper-button-prev {
      left: 5px;
  }
}

.testimonial-slider-content .testimonial-slider-container .swiper-button-prev::before {
  content: "\f053";
  font-family: FontAwesome;
}

.testimonial-slider-content .testimonial-slider-container .swiper-button-next {
  right: 106px;
}

@media (max-width: 1599px) {
  .testimonial-slider-content .testimonial-slider-container .swiper-button-next {
      right: 5px;
  }
}

.testimonial-slider-content .testimonial-slider-container .swiper-button-next::before {
  content: "\f054";
  font-family: FontAwesome;
}

.testimonial-item .client-content {
  margin-bottom: 42px;
}

.testimonial-item .client-content p {
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 28px;
}

.testimonial-item .client-info {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}

.testimonial-item .client-info .thumb {
  margin-right: 20px;
}

.testimonial-item .client-info .thumb img {
  width: auto;
}

.testimonial-item .client-info .desc {
  margin-top: 1px;
}

.testimonial-item .client-info .desc .name {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}

.testimonial-item .client-info .desc .designation {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}

.brand-logo-area.brand-logo-default-area {
  padding: 90px 0px;
}

@media only screen and (max-width: 767px) {
  .brand-logo-area.brand-logo-default-area {
      padding: 40px 0px 0px;
  }
}

.brand-logo-area.brand-logo-default-area .container {
  /* max-width: 1500px; */
  /* padding: 0px; */
}

.brand-logo-area.brand-logo-default-area .brand-logo-slider-container .swiper-wrapper {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.brand-logo-area.brand-logo-default-area .brand-logo-item {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
}

.brand-logo-area.brand-logo-style1-area {
  padding: 70px 0px 106px;
}

@media only screen and (max-width: 991px) {
  .brand-logo-area.brand-logo-style1-area {
      padding: 80px 0px 100px;
  }
}

.brand-logo-area.brand-logo-style1-area .container {
  max-width: 1440px;
  padding: 0px;
}

.brand-logo-area.brand-logo-style1-area .section-title {
  margin-bottom: 82px;
}

@media only screen and (max-width: 991px) {
  .brand-logo-area.brand-logo-style1-area .section-title {
      margin-bottom: 50px;
  }
}

.brand-logo-area.brand-logo-style1-area .section-title .title {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.72px;
  line-height: 1.3px;
}

.brand-logo-area.brand-logo-style1-area .brand-logo-slider-container .swiper-wrapper {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.brand-logo-area.brand-logo-style1-area .brand-logo-item {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
}

.brand-logo-item img {
  transition: all 0.4s ease-in-out 0s;
}

.brand-logo-item:hover img {
  transform: scale(1.1);
}

.divider-area.divider-about-area {
  /* background-color: rgb(248, 243, 240); */
  /* padding: 100px 120px; */
  position: relative;
}

@media only screen and (max-width: 1399px) {
  .divider-area.divider-about-area {
      padding: 80px 5px;
  }
}

@media only screen and (max-width: 575px) {
  .divider-area.divider-about-area {
      padding: 80px 0px;
  }
}

.divider-area.divider-about-area .divider-about-content {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1640px;
}

@media only screen and (max-width: 767px) {
  .divider-area.divider-about-area .divider-about-content {
      display: block;
  }
}

.divider-area.divider-about-area .divider-about-content .divider-content {
  margin: 102px auto 0px;
  /* max-width: 500px; */
  /* text-align: center; */
  /* width: 44%; */
  margin-left: 10px;
  margin-right: 0 !important;
}

@media only screen and (max-width: 767px) {
  .divider-area.divider-about-area .divider-about-content .divider-content {
      max-width: 100%;
      width: 100%;
      margin-bottom: 79px;
      margin-top: 0px;
  }
}

.divider-area.divider-about-area .divider-about-content .divider-content span {
  color: rgb(255 255 255);
  display: block;
  letter-spacing: 1.6px;
  margin-bottom: 13px;
  /* text-transform: uppercase; */
  font-size: 17px;
  /* margin-right: 10px; */
}

.divider-area.divider-about-area .divider-about-content .divider-content .logo-divider {
  margin-bottom: 30px;
  max-width: 280px;
}

@media only screen and (max-width: 1199px) {
  .divider-area.divider-about-area .divider-about-content .divider-content .logo-divider {
      margin-bottom: 12px;
      max-width: 220px;
  }
}

.divider-area.divider-about-area .divider-about-content .divider-content p {
  color: rgb(51, 51, 51);
  margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
  .divider-area.divider-about-area .divider-about-content .divider-content p {
      font-size: 14px;
      margin-bottom: 23px;
  }
}

.divider-area.divider-about-area .divider-about-content .video-content {
  padding-left: 58px;
  width: 56%;
}

@media only screen and (max-width: 1399px) {
  .divider-area.divider-about-area .divider-about-content .video-content {
      padding-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .divider-area.divider-about-area .divider-about-content .video-content {
      width: 100%;
  }
}

.divider-area.divider-about-area .divider-about-content .video-content .thumb img {
  height: 488.38px;
}

@media only screen and (max-width: 1199px) {
  .divider-area.divider-about-area .divider-about-content .video-content .thumb img {
      height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .divider-area.divider-about-area .divider-about-content .video-content .thumb img {
      height: 350px;
      width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .divider-area.divider-about-area .divider-about-content .video-content .thumb img {
      height: 300px;
  }
}

.divider-area.divider-about-area-style2 .container {
  max-width: 1250px;
  padding-bottom: 43px;
  padding-top: 100px;
}

@media only screen and (max-width: 1199px) {
  .divider-area.divider-about-area-style2 .container {
      padding-bottom: 0px;
      padding-top: 80px;
  }
}

.divider-area.divider-about-area-style2 .divider-about-thumb {
  /* padding-right: 79px; */
}

@media only screen and (max-width: 1199px) {
  .divider-area.divider-about-area-style2 .divider-about-thumb {
      padding-right: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .divider-area.divider-about-area-style2 .divider-about-thumb {
      padding-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .divider-area.divider-about-area-style2 .divider-about-thumb {
      margin-bottom: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .divider-area.divider-about-area-style2 .divider-about-thumb .video-content .thumb .btn-play svg {
      width: 85px;
  }
}

.divider-area.divider-about-area-style2 .divider-about-content {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  height: 100%;
  /* margin-left: -29px; */
}

@media only screen and (max-width: 991px) {
  .divider-area.divider-about-area-style2 .divider-about-content {
      margin-left: 0px;
  }
}

.divider-area.divider-about-area-style2 .divider-about-content .title {
  font-size: 47px;
  font-weight: 600;
  letter-spacing: -0.72px;
  line-height: 1.3;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .divider-area.divider-about-area-style2 .divider-about-content .title {
      font-size: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .divider-area.divider-about-area-style2 .divider-about-content .title br {
      display: none;
  }
}

.divider-area.divider-about-area-style2 .divider-about-content p {
  color: rgb(68, 68, 68);
  font-size: 16px;
  margin-bottom: 29px;
  line-height: 1.8;
  color: rgb(0 0 0);
  font-family: Mukta, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  /* margin: 33px 0px; */
}

@media only screen and (max-width: 1199px) {
  .divider-area.divider-about-area-style2 .divider-about-content p {
      font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .divider-area.divider-about-area-style2 .divider-about-content p {
      margin-bottom: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .divider-area.divider-about-area-style2 .divider-about-content p {
      font-size: 14px;
  }
}

.divider-content.divider-content-style1 {
  padding: 120px 0px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.divider-content.divider-content-style1 h2 {
  color: transparent;
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-text-stroke: 2px rgb(255, 255, 255);
  font-family: "Russo One", sans-serif;
  letter-spacing: 3.5px;
}

@media only screen and (max-width: 991px) {
  .divider-content.divider-content-style1 h2 {
      font-size: 36px;
  }
}

.divider-content.divider-content-style1 p {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 35.2px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 575px) {
  .divider-content.divider-content-style1 p {
      font-size: 18px;
      line-height: 1.4;
  }

  .divider-content.divider-content-style1 p br {
      display: none;
  }
}

.divider-content.divider-content-style1 .btn-theme {
  font-size: 22px;
  padding: 10px 30px;
  line-height: 30px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}

@media only screen and (max-width: 767px) {
  .divider-content.divider-content-style1 .btn-theme {
      font-size: 16px;
      padding: 7px 20px;
  }
}

.divider-content.divider-content-style1 .btn-theme:hover {
  background-color: rgb(151, 113, 176);
  color: rgb(255, 255, 255);
}

.divider-content.divider-content-style2 {
  min-height: 600px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .divider-content.divider-content-style2 {
      min-height: 450px;
  }
}

@media only screen and (max-width: 575px) {
  .divider-content.divider-content-style2 {
      min-height: 300px;
  }
}

@media only screen and (max-width: 479.98px) {
  .divider-content.divider-content-style2 {
      min-height: 250px;
  }
}

.divider-content.divider-content-style2 h2 {
  color: rgb(255, 255, 255);
  font-size: 100px;
  letter-spacing: -2px;
  line-height: 1;
  margin: 0px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .divider-content.divider-content-style2 h2 {
      font-size: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .divider-content.divider-content-style2 h2 {
      font-size: 60px;
  }
}

@media only screen and (max-width: 479.98px) {
  .divider-content.divider-content-style2 h2 {
      font-size: 40px;
  }
}

.divider-content.divider-content-style3 {
  min-height: 600px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .divider-content.divider-content-style3 {
      min-height: 550px;
  }
}

@media only screen and (max-width: 575px) {
  .divider-content.divider-content-style3 {
      min-height: 400px;
  }
}

.divider-content.divider-content-style3 .video-content .btn-play .svg-icon {
  color: rgb(255, 255, 255);
  display: inline-block;
  width: 110px;
}

.divider-content.divider-content-style3 .video-content .btn-play:hover .svg-icon {
  animation-name: elementor-animation-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.divider-content.divider-content-style4 {
  padding: 212px 0px 220px;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .divider-content.divider-content-style4 {
      padding: 120px 0px;
  }
}

.divider-content.divider-content-style4 h2 {
  color: rgb(255, 255, 255);
  font-size: 84px;
  font-weight: 600;
  letter-spacing: -1.68px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

@media only screen and (max-width: 575px) {
  .divider-content.divider-content-style4 h2 {
      font-size: 48px;
  }
}

.divider-content.divider-content-style4 h4 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3.6px;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.divider-content.divider-content-style4 .btn-theme {
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  font-size: 20px;
  padding: 10px 30px;
  line-height: 28px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}

.divider-content.divider-content-style4 .btn-theme:hover {
  background-color: rgb(163, 127, 102);
  border-color: rgb(163, 127, 102);
  color: rgb(255, 255, 255);
}

.divider-content.divider-content-style5 {
  padding: 244px 0px 249px;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .divider-content.divider-content-style5 {
      padding: 120px 0px;
  }
}

.divider-content.divider-content-style5 h2 {
  color: rgb(255, 255, 255);
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 35px;
  text-transform: uppercase;
}

@media only screen and (max-width: 575px) {
  .divider-content.divider-content-style5 h2 {
      font-size: 36px;
  }
}

.divider-content.divider-content-style5 .btn-theme {
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  font-size: 18px;
  padding: 10px 30px;
  line-height: 30px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}

.divider-content.divider-content-style5 .btn-theme:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
}

.divider-content.divider-content-style6 {
  padding: 195px 0px 200px;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .divider-content.divider-content-style6 {
      padding: 100px 0px;
  }
}

.divider-content.divider-content-style6 h2 {
  color: rgb(255, 255, 255);
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .divider-content.divider-content-style6 h2 {
      font-size: 36px;
  }
}

.divider-content.divider-content-style6 h4 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 400;
 font-family: "Poppins", sans-serif;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .divider-content.divider-content-style6 h4 {
      font-size: 16px;
  }
}

.divider-content.divider-content-style6 .btn-theme {
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  font-size: 16px;
  padding: 13px 40px;
  line-height: 30px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}

@media only screen and (max-width: 767px) {
  .divider-content.divider-content-style6 .btn-theme {
      font-size: 14px;
      padding: 10px 35px;
  }
}

.divider-content.divider-content-style6 .btn-theme:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.newsletter-content.content-style1 {
  position: relative;
  margin-bottom: 70px;
  margin-top: 19px;
  z-index: 1;
}

.newsletter-content.content-style1 .title {
  color: rgb(255, 255, 255);
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .newsletter-content.content-style1 .title {
      font-size: 36px;
  }
}

@media only screen and (max-width: 575px) {
  .newsletter-content.content-style1 .title {
      font-size: 24px;
  }
}

.newsletter-content.content-style1 p {
  color: rgb(255, 255, 255);
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .newsletter-content.content-style1 p {
      font-size: 16px;
  }
}

.newsletter-content.content-style1 .newsletter-form {
  margin: 35px auto 0px;
  max-width: 600px;
  position: relative;
}

.newsletter-content.content-style1 .newsletter-form .form-control {
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 1px solid rgb(255, 255, 255);
  border-radius: 0px;
  box-shadow: none;
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 35px;
  padding: 0px 125px 10px 0px;
}

.newsletter-content.content-style1 .newsletter-form .form-control::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
}

@media only screen and (max-width: 575px) {
  .newsletter-content.content-style1 .newsletter-form .form-control {
      font-size: 16px;
      padding: 0px 100px 10px 0px;
  }
}

.newsletter-content.content-style1 .newsletter-form .btn-submit {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  padding: 0px;
  position: absolute;
  right: -1px;
  text-transform: uppercase;
  top: 5px;
}

@media only screen and (max-width: 575px) {
  .newsletter-content.content-style1 .newsletter-form .btn-submit {
      font-size: 16px;
      top: 9px;
  }
}

.newsletter-content.content-style2 {
  text-align: center;
  padding: 88px 0px 100px;
}

@media only screen and (max-width: 767px) {
  .newsletter-content.content-style2 {
      padding: 90px 0px;
  }
}

.newsletter-content.content-style2 .title {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .newsletter-content.content-style2 .title {
      font-size: 36px;
  }
}

.newsletter-content.content-style2 p {
  color: rgb(51, 51, 51);
  font-size: 20px;
  margin-bottom: 26px;
}

@media only screen and (max-width: 767px) {
  .newsletter-content.content-style2 p {
      font-size: 16px;
  }
}

.newsletter-content.content-style2 .newsletter-form {
  display: inline-block;
  position: relative;
}

.newsletter-content.content-style2 .newsletter-form .form-control {
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 1px solid rgb(204, 204, 204);
  border-radius: 0px;
  box-shadow: none;
  color: rgb(153, 153, 153);
  margin: 0px auto;
  padding: 10px 50px 9px 0px;
  line-height: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  width: 500px;
}

@media only screen and (max-width: 575px) {
  .newsletter-content.content-style2 .newsletter-form .form-control {
      width: 100%;
  }
}

.newsletter-content.content-style2 .newsletter-form .form-control::-webkit-input-placeholder {
  color: rgb(153, 153, 153);
  font-size: 20px;
}

.newsletter-content.content-style2 .newsletter-form .btn-submit {
  position: absolute;
  top: 0px;
  right: -1px;
  padding: 10px 0px;
}

.newsletter-content.content-style2 .newsletter-form .btn-submit i {
  font-size: 30px;
}

.newsletter-content.content-style3 {
  padding: 195px 0px 200px;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .newsletter-content.content-style3 {
      padding: 110px 0px 120px;
  }
}

@media only screen and (max-width: 479.98px) {
  .newsletter-content.content-style3 {
      padding: 80px 0px 90px;
  }
}

.newsletter-content.content-style3 .title {
  color: rgb(255, 255, 255);
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .newsletter-content.content-style3 .title {
      font-size: 36px;
  }
}

@media only screen and (max-width: 479.98px) {
  .newsletter-content.content-style3 .title {
      font-size: 30px;
  }
}

.newsletter-content.content-style3 p {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-family: Prompt, sans-serif;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 0px;
}

@media only screen and (max-width: 991px) {
  .newsletter-content.content-style3 p {
      font-size: 16px;
      line-height: 1.4;
  }
}

@media only screen and (max-width: 479.98px) {
  .newsletter-content.content-style3 p {
      font-size: 14px;
  }
}

.newsletter-content.content-style3 .newsletter-form {
  margin: 50px auto 0px;
  max-width: 600px;
  position: relative;
}

.newsletter-content.content-style3 .newsletter-form .form-control {
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 1px solid rgb(255, 255, 255);
  border-radius: 0px;
  box-shadow: none;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-family: Prompt, sans-serif;
  font-weight: 300;
  line-height: 30px;
  padding: 0px 110px 10px 0px;
}

@media only screen and (max-width: 479.98px) {
  .newsletter-content.content-style3 .newsletter-form .form-control {
      font-size: 14px;
  }
}

.newsletter-content.content-style3 .newsletter-form .form-control::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
}

.newsletter-content.content-style3 .newsletter-form .btn-submit {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 500;
  font-family: Prompt, sans-serif;
  line-height: 30px;
  padding: 0px;
  position: absolute;
  right: -1px;
  text-transform: uppercase;
  top: -1px;
}

@media only screen and (max-width: 479.98px) {
  .newsletter-content.content-style3 .newsletter-form .btn-submit {
      font-size: 16px;
  }
}

.newsletter-content.content-style4 {
  text-align: center;
  padding: 89px 0px 100px;
}

@media only screen and (max-width: 767px) {
  .newsletter-content.content-style4 {
      padding: 80px 0px;
  }
}

.newsletter-content.content-style4 .title {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .newsletter-content.content-style4 .title {
      font-size: 36px;
  }
}

.newsletter-content.content-style4 p {
  color: rgb(51, 51, 51);
  font-size: 20px;
  margin-bottom: 26px;
}

@media only screen and (max-width: 767px) {
  .newsletter-content.content-style4 p {
      font-size: 14px;
  }

  .newsletter-content.content-style4 p br {
      display: none;
  }
}

.newsletter-content.content-style4 .newsletter-form {
  display: inline-block;
  position: relative;
}

.newsletter-content.content-style4 .newsletter-form .form-control {
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 1px solid rgb(204, 204, 204);
  border-radius: 0px;
  box-shadow: none;
  color: rgb(153, 153, 153);
  margin: 0px auto;
  padding: 10px 60px 9px 0px;
  line-height: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  width: 500px;
}

@media only screen and (max-width: 575px) {
  .newsletter-content.content-style4 .newsletter-form .form-control {
      width: 100%;
  }
}

.newsletter-content.content-style4 .newsletter-form .form-control::-webkit-input-placeholder {
  color: rgb(153, 153, 153);
  font-size: 20px;
}

@media only screen and (max-width: 575px) {
  .newsletter-content.content-style4 .newsletter-form .form-control::-webkit-input-placeholder {
      font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
}

@media only screen and (max-width: 575px) {
}

@media only screen and (max-width: 575px) {
}

.newsletter-content.content-style4 .newsletter-form .btn-submit {
  position: absolute;
  top: 1px;
  right: -1px;
  padding: 10px 0px;
}

.newsletter-content.content-style4 .newsletter-form .btn-submit i {
  font-size: 30px;
}

.discount-content {
  height: 580px;
}

.video-content .thumb {
  position: relative;
}

.video-content .thumb .btn-play {
  color: rgb(255, 255, 255);
  position: absolute;
  top: 49%;
  transform: translate(-50px, -50px);
  left: calc(50% - 5px);
}

.bg-overlay2 {
  position: relative;
}

.bg-overlay2::before {
  background-color: rgba(0, 0, 0, 0.82);
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0.7;
  position: absolute;
  top: 0px;
  width: 100%;
}

.bg-overlay3 {
  position: relative;
}

.bg-overlay3::before {
  background-color: rgb(0, 0, 0);
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0.3;
  position: absolute;
  top: 0px;
  width: 100%;
}

.bg-overlay4 {
  position: relative;
}

.bg-overlay4::before {
  background-color: rgb(51, 51, 51);
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  width: 100%;
}

.bg-overlay-black-5 {
  position: relative;
}

.bg-overlay-black-5::before {
  background-color: rgb(0, 0, 0);
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  width: 100%;
}

.bg-overlay-black2-5 {
  position: relative;
}

.bg-overlay-black2-5::before {
  background-color: rgb(34, 34, 34);
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black2-51 {
  position: relative;
}

.bg-overlay-black2-51::before {
  background-color: rgb(34, 34, 34);
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  width: 100%;
}

.bg-overlay-black2-6 {
  position: relative;
}

.bg-overlay-black2-6::before {
  background-color: rgb(34, 34, 34);
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0.6;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1;
}

.hover-effect .thumb {
  position: relative;
}

.hover-effect.effect-style1 .effect-content {
  height: 100%;
  left: 0px;
  pointer-events: none;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 9;
}

.hover-effect.effect-style1 .effect-content::before, .hover-effect.effect-style1 .effect-content::after {
  content: "";
  opacity: 0;
  position: absolute;
  z-index: 2;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.hover-effect.effect-style1 .effect-content::before {
  inset: 40px 20px;
  border-top: 1px solid rgb(255 255 255 / 31%);
  border-bottom: 1px solid rgb(255 255 255 / 31%);
  transform: scale(0, 1);
  transform-origin: 0px 0px;
}

.hover-effect.effect-style1 .effect-content::after {
  inset: 20px 40px;
  border-right: 1px solid rgb(255 255 255 / 31%);
  border-left: 1px solid rgb(255 255 255 / 31%);
  transform: scale(1, 0);
  transform-origin: 100% 0px;
}

.hover-effect.effect-style1:hover .effect-content::before {
  opacity: 1;
  transform: scale(1);
}

.hover-effect.effect-style1:hover .effect-content::after {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.15s;
}

.featured-area {
  padding: 79px 0px 62px;
}

.featured-area .container {
  max-width: 1170px;
}

.featured-area.featured-style2-area {
  padding: 79px 0px 62px;
}

.featured-area.featured-style3-area {
  padding: 80px 0px;
}

.featured-item {
  padding: 0px 10px;
}

.featured-item .content {
  text-align: center;
  padding: 20px 25px 30px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 30px 0px;
  transition: all 0.3s ease 0s;
}

.featured-item .content span {
  display: inline-block;
}

.featured-item .content span svg {
  color: #e4c000;
  margin-bottom: 21px;
  height: 76px;
  width: 76px;
}

.featured-item .content .inner-content {
  margin: 0px auto;
  max-width: 290px;
}

.featured-item .content .inner-content .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
}

.featured-item .content .inner-content p {
  font-size: 14px;
  line-height: 25px;
}

.featured-item:hover .content {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 30px 0px;
}

.featured-style2 .featured-item .content .inner-content .title {
 font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.featured-style2 .featured-item .content .inner-content p {
 font-family: "Poppins", sans-serif;
}

.featured-style3 .featured-item .content .inner-content .title {
  font-size: 20px;
 font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.featured-style3 .featured-item .content .inner-content p {
 font-family: "Poppins", sans-serif;
}

.contact-form .contact-form-wrapper .section-title {
  margin-bottom: 0px;
}

.contact-form .contact-form-wrapper .section-title .title {
  color: rgb(34, 34, 34);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.64px;
  margin-bottom: 27px;
  text-transform: capitalize;
}

.contact-form .contact-form-wrapper .form-group {
  margin-bottom: 30px;
}

.contact-form .contact-form-wrapper .form-group .form-control {
  background-color: #3d3c3c;
  border: 1px solid rgb(204 204 204 / 7%);
  border-radius: 0px;
  color: rgb(255 255 255);
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  padding: 2px 25px;
  border-radius: 9px;
}

.contact-form .contact-form-wrapper .form-group .form-control::-webkit-input-placeholder {
  color: rgb(68, 68, 68);
  font-size: 16px;
  font-weight: 400;
}

.contact-form .contact-form-wrapper .form-group .form-control:focus {
  border-color: rgb(204, 204, 204);
  box-shadow: none;
  outline: none;
}

.contact-form .contact-form-wrapper .form-group .form-control.textarea {
  min-height: 152px;
  padding: 29px 25px;
}

.contact-form .contact-form-wrapper .form-group .btn-theme {
  background-color: rgb(51, 51, 51);
  border: none;
  margin-top: 20px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  min-width: 45px;
  padding: 12px 30px;
}

.contact-form .contact-form-wrapper .form-group .btn-theme:hover {
  background-color: #e4c000;
}

.login-form-content .tab-pane .login-form .login-form-wrapper .form-group .form-label {
  margin-top: 24px;
}

.login-form-content .tab-pane .login-form .login-form-wrapper .form-group .form-control {
  border: 1px solid rgb(235, 235, 235);
  border-radius: 0px;
  box-shadow: none;
  padding: 0px 20px;
  height: 50px;
  line-height: 48px;
  width: 100%;
}

.login-form-content .tab-pane .login-form .login-form-wrapper .form-group .form-control:active, .login-form-content .tab-pane .login-form .login-form-wrapper .form-group .form-control:focus {
  border-color: rgb(187, 187, 187);
}

.login-form-content .tab-pane .login-form .login-form-wrapper .form-group .form-check-input {
  box-shadow: none;
  border-radius: 0px;
  margin-right: 10px;
  margin-top: 5px;
}

.login-form-content .tab-pane .login-form .login-form-wrapper .form-group .btn-theme {
  font-size: 18px;
  font-weight: 400;
  padding: 18px 30px;
  margin-top: 17px;
  margin-bottom: 15px;
  width: 100%;
  text-transform: uppercase;
}

.login-form-content .tab-pane .login-form .login-form-wrapper .form-group .btn-forgot:hover {
  color: #e4c000;
  text-decoration: underline;
}

.login-form-content .tab-pane .login-form .login-form-wrapper .form-group p {
  color: rgb(51, 51, 51);
  font-size: 14px;
  line-height: 1.8;
  margin-top: 15px;
  margin-bottom: 7px;
}

.comment-form .comment-form-content .form-group {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.comment-form .comment-form-content .form-group .form-control {
  background-color: transparent;
  border: 1px solid rgb(209, 209, 209);
  border-radius: 0px;
  box-shadow: none;
  color: rgb(47, 47, 47);
  font-size: 14px;
  height: 60px;
  padding: 1px 20px;
  transition: all 0.3s ease 0s;
}

.comment-form .comment-form-content .form-group .form-control::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.comment-form .comment-form-content .form-group .form-control:focus {
  border-color: rgb(221, 221, 221);
}

.comment-form .comment-form-content .form-group .form-control.textarea {
  height: 150px;
  margin-bottom: 37px;
  padding: 22px 20px 2px;
}

.comment-form .comment-form-content .form-group .btn-theme {
  background-color: rgb(29, 29, 29);
  border: none;
  border-radius: 0px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 19px 45px;
  min-width: auto;
  text-transform: uppercase;
}

.comment-form .comment-form-content .form-group .btn-theme:hover {
  background-color: #e4c000;
  border-color: #e4c000;
}
.contact-area .contact-form .contact-form-wrapper.form-style .form-group .form-control::placeholder{
  color:#fff
}

.input-btn-group {
  -webkit-box-align: center;
  align-items: center;
  border-radius: 0px;
  display: flex;
  margin-top: 52px;
}

.input-btn-group .form-control {
  background-color: transparent;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 0px;
  color: rgb(134, 134, 134);
  font-size: 14px;
  font-weight: 300;
  height: 57px;
  line-height: 57px;
  padding-left: 25px;
}

.input-btn-group .form-control::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 300;
}

.input-btn-group .form-control:focus {
  box-shadow: none;
}

.input-btn-group .btn-theme {
  border-radius: 0px;
  font-size: 16px;
  font-weight: 600;
  height: 57px;
  line-height: 52px;
  min-width: auto;
  margin-left: -1px;
  padding: 2px 34px;
}

.input-btn-group .btn-theme:hover {
  background-color: #e4c000;
  border-color: #e4c000;
}

.form-message {
  overflow: hidden;
  transition: all 0.3s ease 0s;
}

.form-message button.btn-close {
  border: none;
  box-shadow: none;
  background-color: transparent;
  float: right;
  font-size: 14px;
  margin-top: 0px;
  text-indent: 1000px;
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}

.product-area.new-product-area {
  padding: 95px 0px 100px;
}

@media only screen and (max-width: 991px) {
  .product-area.new-product-area {
      padding: 85px 0px 90px;
  }
}

@media only screen and (max-width: 767px) {
  .product-area.new-product-area {
      padding: 65px 0px 70px;
  }
}

.product-area.best-sellers-product-area {
  padding: 95px 0px 69px;
}

@media only screen and (max-width: 991px) {
  .product-area.best-sellers-product-area {
      padding: 85px 0px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .product-area.best-sellers-product-area {
      padding: 65px 0px 40px;
  }
}

.product-area.outfit-product-area {
  background-color: rgb(244, 244, 244);
  padding: 94px 0px 91px;
}

.product-area.outfit-product-area .container {
  max-width: 1670px;
}

.product-area.outfit-product-area .section-title {
  margin-bottom: 52px;
}

.product-area.outfit-product-area .section-title .title {
  color: rgb(51, 51, 51);
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: -1px;
}

.product-area.outfit-product-area .items-align {
  display: flex;
  margin-bottom: 21px;
}

@media only screen and (max-width: 575px) {
  .product-area.outfit-product-area .items-align {
      display: block;
  }
}

.product-area.outfit-product-area .items-align .align-left {
  width: 39%;
}

@media only screen and (max-width: 575px) {
  .product-area.outfit-product-area .items-align .align-left {
      width: 100%;
  }
}

.product-area.outfit-product-area .items-align .align-right {
  padding-left: 50px;
  width: 60.665%;
}

@media only screen and (max-width: 575px) {
  .product-area.outfit-product-area .items-align .align-right {
      padding-left: 0px;
      width: 100%;
  }
}

.product-area.outfit-product-area .items-align2 {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .product-area.outfit-product-area .items-align2 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 575px) {
  .product-area.outfit-product-area .items-align2 {
      display: block;
  }
}

.product-area.outfit-product-area .items-align2 .align-left {
  padding-right: 50px;
  width: 60.665%;
}

@media only screen and (max-width: 991px) {
  .product-area.outfit-product-area .items-align2 .align-left {
      padding-right: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .product-area.outfit-product-area .items-align2 .align-left {
      width: 100%;
  }
}

.product-area.outfit-product-area .items-align2 .align-right {
  width: 39%;
}

@media only screen and (max-width: 991px) {
  .product-area.outfit-product-area .items-align2 .align-right {
      padding-right: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .product-area.outfit-product-area .items-align2 .align-right {
      padding-right: 0px;
      width: 100%;
  }
}

.product-area.product-grid-area .container {
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 1670px;
}

.product-area.wishlist-page-area {
  padding-top: 100px;
  padding-bottom: 115px;
}

@media only screen and (max-width: 1199px) {
  .product-area.wishlist-page-area {
      padding-bottom: 0px;
  }
}

.product-area.cart-page-area {
  padding-top: 100px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 991px) {
  .product-area.cart-page-area {
      padding-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .product-area.cart-page-area {
      padding-top: 70px;
  }
}

.product-area.compare-page-area {
  padding-top: 95px;
  padding-bottom: 127px;
}

@media only screen and (max-width: 1199px) {
  .product-area.compare-page-area {
      padding-bottom: 0px;
  }
}

.product-area.product-most-viewed-area {
  padding: 95px 0px 70px;
}

@media only screen and (max-width: 1199px) {
  .product-area.product-most-viewed-area {
      padding: 70px 0px 30px;
  }
}

.product-area.product-style1-area {
  padding: 100px 0px;
}

.product-area.product-style1-area.style-one {
  padding: 100px 0px 10px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .product-area.product-style1-area.style-one {
      padding: 80px 0px 10px;
  }
}

.product-area.product-style1-area.style-one::before {
  background-color: rgb(238, 238, 238);
  bottom: 0px;
  content: "";
  height: 242px;
  left: 0px;
  position: absolute;
  width: 100%;
}

.product-area.product-style1-area.style-two {
  background-color: rgb(238, 238, 238);
  padding: 100px 0px 10px;
  position: relative;
}

.product-area.product-style1-area.style-two::before {
  background-color: rgb(255, 255, 255);
  bottom: 0px;
  content: "";
  height: 174px;
  left: 0px;
  position: absolute;
  width: 100%;
}

.product-area.product-style1-area .container {
  max-width: 1470px;
}

.product-area.shop-single-product .container {
  /* max-width: 1670px; */
  /* padding: 0px 15px; */
}

.product-area.related-products-area {
  padding-bottom: 70px;
}

@media only screen and (max-width: 991px) {
  .product-area.related-products-area {
      padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .product-area.related-products-area {
      padding-bottom: 40px;
  }
}

.product-area.related-products-area .container {
  max-width: 1642px;
  padding: 0px;
}

.product-area.related-products-area .section-title {
  border-top: 1px solid rgb(235, 235, 235);
  padding: 95px 0px 63px;
  margin: 0px;
}

@media only screen and (max-width: 991px) {
  .product-area.related-products-area .section-title {
      padding: 85px 0px 63px;
  }
}

@media only screen and (max-width: 991px) {
  .product-area.related-products-area .section-title {
      padding: 65px 0px 63px;
  }
}

.product-area.related-products-area .section-title .title {
  font-size: 28px;
  letter-spacing: -0.56px;
}

.product-area.product-description-review-area {
  padding-top: 100px;
  padding-bottom: 91px;
}

@media only screen and (max-width: 1199px) {
  .product-area.product-description-review-area {
      padding-top: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .product-area.product-description-review-area {
      padding-bottom: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .product-area.product-description-review-area {
      padding-bottom: 50px;
  }
}

.product-area.shop-fullwidth-area {
  padding: 52px 0px 100px;
}

.product-area.shop-fullwidth-area .container {
  max-width: 1670px;
  padding: 0px 15px;
}

.product-area.shop-fullwidth-area.style-two {
  padding: 83px 0px 99px;
}

@media only screen and (max-width: 991px) {
  .product-area.shop-fullwidth-area.style-two {
      padding: 73px 0px 89px;
  }
}

@media only screen and (max-width: 767px) {
  .product-area.shop-fullwidth-area.style-two {
      padding: 53px 0px 69px;
  }
}

.product-area.shop-fullwidth-area-style1 {
  padding: 100px 0px 0px;
}

@media only screen and (max-width: 1199px) {
  .product-area.shop-fullwidth-area-style1 {
      padding: 80px 0px 0px;
  }
}

.product-area.shop-fullwidth-area-style1 .container {
  max-width: 1620px;
}

.product-area.shop-fullwidth-area-style1 .item-style2 {
  padding-left: 91px;
}

@media only screen and (max-width: 767px) {
  .product-area.shop-fullwidth-area-style1 .item-style2 {
      padding-left: 0px;
  }
}

.product-area.shop-fullwidth-area-style2 {
  padding: 10px 0px 0px;
}

.product-area.shop-fullwidth-area-style2 .container {
  max-width: 1499px;
}

.product-area.shop-fullwidth-area-style2 .container .row-gutter-119 {
  margin-right: -59.5px;
  margin-left: -59.5px;
}

@media only screen and (max-width: 1399px) {
  .product-area.shop-fullwidth-area-style2 .container .row-gutter-119 {
      margin-left: -15px;
      margin-right: -15px;
  }
}

.product-area.shop-fullwidth-area-style2 .container .row-gutter-119 [class*="col-"] {
  margin: 0px;
  padding-left: 59.5px;
  padding-right: 59.5px;
}

@media only screen and (max-width: 1399px) {
  .product-area.shop-fullwidth-area-style2 .container .row-gutter-119 [class*="col-"] {
      padding-left: 15px;
      padding-right: 15px;
  }
}

.product-area.shop-masonry-area {
  padding: 83px 0px 100px;
}

@media only screen and (max-width: 991px) {
  .product-area.shop-masonry-area {
      padding: 73px 0px 90px;
  }
}

@media only screen and (max-width: 991px) {
  .product-area.shop-masonry-area {
      padding: 53px 0px 70px;
  }
}

.product-area.shop-masonry-area .container-fluid {
  padding-left: 38px;
  padding-right: 41px;
}

@media only screen and (max-width: 575px) {
  .product-area.shop-masonry-area .container-fluid {
      padding: 0px 15px;
  }
}

.product-area.shop-masonry-area .product-item {
  margin-bottom: 0px;
}

.product-area.shop-masonry-area .product-item .product-thumb {
  margin-bottom: 0px;
}

.product-area.shop-masonry-area .product-item .product-thumb .action-info-style2 .content-inner .title {
  text-transform: capitalize;
}

.product-area.shop-masonry-area .product-item .product-thumb .action-info-style2 .content-inner .title a:hover {
  color: #e4c000;
}

.product-area.shop-masonry-area .product-item .product-thumb .action-info-style2 .content-inner .prices .price {
  color: #e4c000;
}

.product-area.shop-masonry-area .masonry-btn {
  margin-top: 50px;
  text-align: center;
}

.product-area.shop-masonry-area .masonry-btn .btn-theme {
  border-color: rgb(235, 235, 235);
  color: rgb(51, 51, 51);
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  padding: 10px 30px;
  text-transform: uppercase;
}

.product-area.shop-masonry-area .masonry-btn .btn-theme:hover {
  color: rgb(255, 255, 255);
}

.product-area.product-inner-area {
  padding: 60px 0px;
}

.product-area.product-inner-area .container {
  min-width: 1640px;
  padding: 0px;
}

.product-area.product-inner-area .inner-right-padding {
  margin-right: -52px;
}

.product-area.product-inner-area .inner-left-padding {
  padding-left: 102px;
}

.product-area.product-shop-inner-area {
  padding: 83px 0px 100px;
}

@media only screen and (max-width: 1199px) {
  .product-area.product-shop-inner-area {
      padding: 58px 0px 10px;
  }
}

.product-area.product-shop-inner-area .container {
  max-width: 1300px;
  padding: 0px 15px;
}

.product-area.product-shop-inner-area .inner-right-padding {
  margin-right: 50px;
}

@media only screen and (max-width: 1199px) {
  .product-area.product-shop-inner-area .inner-right-padding {
      margin-right: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .product-area.product-shop-inner-area .inner-right-padding.shop-sidebar-area {
      margin-top: 70px;
      max-width: 300px;
  }
}

.product-item {
  margin-bottom: 25px;
}

.product-item .product-thumb {
  margin-bottom: 14px;
  overflow: hidden;
  position: relative;
}

.product-item .product-thumb img {
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
}

.product-item .product-thumb .bg-thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0px;
  width: 100%;
  transition: opacity 0.5s ease 0s, transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s;
}

.product-item .product-thumb .thumb-overlay {
  background-color: rgb(51, 51, 51);
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  transition: all 0.25s ease-in-out 0s;
}

.product-item .product-thumb .thumb-overlay.overlay-black-7 {
  background-color: rgb(0, 0, 0);
}

.product-item .product-thumb .ribbon {
  background-color: rgb(245, 131, 47);
  border-radius: 20px;
  color: rgb(255, 255, 255);
 font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  left: auto;
  line-height: 21px;
  min-width: 60px;
  padding: 2px 15px 2px 12px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 20px;
  width: auto;
}

.product-item .product-thumb .ribbon.align-right {
  left: auto;
  right: 20px;
}

.product-item .product-thumb .ribbon.align-right-top {
  left: auto;
  right: 20px;
  top: 70px;
}

.product-item .product-thumb .product-action {
  bottom: calc(50% - 20px);
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.product-item .product-thumb .product-action a {
  background-color: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
  display: inline-block;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  margin: 0px 2.5px;
  opacity: 0;
  position: relative;
  text-align: center;
  visibility: hidden;
  width: 44px;
  transform: translate(0px, 40px);
  transition: all 0.3s ease 0s;
}

.product-item .product-thumb .product-action a i {
  margin: 0px;
}

.product-item .product-thumb .product-action a[class*="action-"] {
  transition-delay: 100ms;
}

.product-item .product-thumb .product-action a[class*="action-"] + a {
  transition-delay: 150ms;
}

.product-item .product-thumb .product-action a[class*="action-"] + a + a {
  transition-delay: 200ms;
}

.product-item .product-thumb .product-action a[class*="action-"] + a + a + a {
  transition-delay: 250ms;
}

.product-item .product-thumb .product-action a:hover {
  background-color: #e4c000;
  color: rgb(255, 255, 255);
}

.product-item .product-thumb .product-action.action-style2 {
  bottom: calc(50% - 55px);
}

.product-item .product-thumb .product-action.action-style3 {
  bottom: -80px;
}

.product-item .product-thumb .product-action.action-style3 a {
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
}

.product-item .product-thumb .product-action.action-style3 a:hover {
  background-color: rgb(166, 70, 55);
}

.product-item .product-thumb .product-action-info {
  bottom: -100%;
  left: 0px;
  position: absolute;
  width: 100%;
  transition: all 0.4s ease 0s;
}

.product-item .product-thumb .product-action-info .content-inner {
  -webkit-box-align: start;
  align-items: flex-start;
  background-color: rgb(255, 255, 255);
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 14px 16px;
}

.product-item .product-thumb .product-action-info .content-inner .title {
  font-size: 16px;
  line-height: 1.2;
  margin: 0px;
}

.product-item .product-thumb .product-action-info .content-inner .prices {
  color: rgb(151, 113, 176);
}

.product-item .product-thumb .product-action-info .content-inner .prices .price {
  font-size: 16px;
  line-height: 1.2;
}

.product-item .product-thumb .product-action-info.action-info-style2 {
  bottom: calc(50% - 20px);
  opacity: 0;
  transform: translate(0px, 40px);
}

.product-item .product-thumb .product-action-info.action-info-style2 .content-inner {
  background-color: transparent;
  display: block;
  text-align: center;
}

.product-item .product-thumb .product-action-info.action-info-style2 .content-inner .title {
  font-weight: 600;
  letter-spacing: -0.32px;
  line-height: 1.4;
  text-transform: uppercase;
}

.product-item .product-thumb .product-action-info.action-info-style2 .content-inner .title a {
  color: rgb(255, 255, 255);
}

.product-item .product-thumb .product-action-info.action-info-style2 .content-inner .prices .price {
  line-height: 1.4;
}

.product-item .product-info {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.product-item .product-info .title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
  line-height: 1.4;
  margin-bottom: 5px;
}

.product-item .product-info .title a {
  color: rgb(51, 51, 51);
}

.product-item .product-info .title a:hover {
  color: #e4c000;
}

.product-item .product-info .prices {
  color: #e4c000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.product-item .product-info .prices .price-old {
  text-decoration: line-through;
  margin-left: 8px;
}

.product-item .product-info-action {
  margin-top: 7px;
}

.product-item .product-info-action a {
  font-size: 18px;
  line-height: 20px;
  margin: 2.5px;
}

.product-item .product-info-action a.action-wishlist {
  position: relative;
  top: 1px;
}

.product-item .product-info-action a:last-child {
  margin-right: 0px;
}

.product-item .product-info.info-style2 {
  display: block;
  text-align: center;
}

.product-item .product-info.info-style2 .content-inner .title {
  text-transform: uppercase;
}

.product-item .product-info.info-style2 .content-inner .title:hover a {
  color: rgb(166, 70, 55);
}

.product-item .product-info.info-style2 .content-inner .prices .price {
  color: rgb(166, 70, 55);
}

.product-item .product-info.info-style3 {
  -webkit-box-pack: center;
  justify-content: center;
}

.product-item .product-info.info-style3 .content-inner {
  text-align: center;
}

.product-item .product-info.info-style3 .content-inner .title {
  text-transform: capitalize;
}

.product-item .product-info.info-style3 .content-inner .title a:hover {
  color: #e4c000;
}

.product-item .product-info.info-style3 .content-inner .prices .price {
  color: #e4c000;
}

.product-item:hover .product-thumb .thumb-overlay {
  opacity: 0.2;
}

.product-item:hover .product-thumb .thumb-overlay.overlay-black-7 {
  opacity: 0.7;
}

.product-item:hover .product-thumb .bg-thumb {
  opacity: 1;
}

.product-item:hover .product-thumb .product-action {
  margin-top: 0px;
  opacity: 1;
}

.product-item:hover .product-thumb .product-action a {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}

.product-item:hover .product-thumb .product-action.action-style3 {
  bottom: 0px;
}

.product-item:hover .product-thumb .product-action-info {
  bottom: 0px;
}

.product-item:hover .product-thumb .product-action-info.action-info-style2 {
  bottom: calc(50% + 0px);
  opacity: 1;
  transform: translate(0px, 0px);
}

.product-item:hover .product-thumb .countdown-timer {
  transform: translate(-50%, 200%);
}

.product-item-list {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .product-item-list {
      display: block;
  }
}

.product-item-list .product-thumb {
  -webkit-box-flex: 0;
  flex: 0 0 270px;
  margin-right: 50px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .product-item-list .product-thumb {
      margin-right: 0px;
      margin-bottom: 30px;
  }
}

.product-item-list .product-info {
  text-align: left;
}

.product-item-list .product-info .title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 11px;
}

.product-item-list .product-info .prices {
  margin-bottom: 13px;
}

.product-item-list .product-info p {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 30px;
}

.product-item-list .product-action-quick-view a {
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  transform: translate(-50%, -50%) scale(0);
  top: 50%;
  left: 50%;
  position: absolute;
  transition: all 0.4s ease 0s;
}

.product-item-list .product-action-quick-view a:hover {
  background-color: #e4c000;
}

.product-item-list .product-action-btn .btn-compare {
  border: none;
  padding: 0px;
  background-color: transparent;
  color: rgb(178, 178, 178);
  font-size: 20px;
  transition: all 0.5s ease-in-out 0s;
}

.product-item-list .product-action-btn .btn-compare:hover {
  color: #e4c000;
}

.product-item-list .product-action-btn .btn-add-cart {
  border: none;
  padding: 7px 32px;
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 12px;
  margin: 0px 9px;
}

.product-item-list .product-action-btn .btn-add-cart:hover {
  background-color: #e4c000;
}

.product-item-list .product-action-btn .btn-wishlist {
  border: none;
  padding: 0px;
  background-color: transparent;
  color: rgb(178, 178, 178);
  font-size: 20px;
  transition: all 0.5s ease-in-out 0s;
}

.product-item-list .product-action-btn .btn-wishlist:hover {
  color: #e4c000;
}

.product-item-list .countdown-content {
  margin-top: 14px;
}

.product-item-list .countdown-content .countdown-timer {
  bottom: auto;
  display: inline-block;
  left: auto;
  margin-bottom: 0px;
  position: relative;
  top: auto;
}

.product-item-list .countdown-content .countdown-timer li {
  display: inline-block;
  margin: 0px 2px 0px 0px;
}

.product-item-list:hover .product-action-quick-view a {
  transform: translate(-50%, -50%) scale(1);
}

.product-items-list .product-item {
  display: inline-block;
  margin-bottom: 50px;
}

.product-items-list .product-item .product-thumb {
  float: left;
  width: 32%;
}

@media only screen and (max-width: 479.98px) {
  .product-items-list .product-item .product-thumb {
      margin-bottom: 30px;
      width: 100%;
  }
}

.product-items-list .product-item .product-thumb .product-action a {
  border-radius: 50%;
  font-size: 22px;
  height: 50px;
  line-height: 54px;
  width: 50px;
}

.product-items-list .product-item .product-info {
  float: left;
  padding-left: 50px;
  width: 68%;
}

@media only screen and (max-width: 575px) {
  .product-items-list .product-item .product-info {
      padding-left: 20px;
  }
}

@media only screen and (max-width: 479.98px) {
  .product-items-list .product-item .product-info {
      padding-left: 0px;
      width: 100%;
  }
}

.product-items-list .product-item .product-info .content-inner {
  margin-top: -2px;
}

.product-items-list .product-item .product-info .content-inner .title {
  font-size: 18px;
  letter-spacing: -0.36px;
  margin-bottom: 13px;
}

.product-items-list .product-item .product-info .content-inner .prices {
  font-size: 18px;
  margin-bottom: 15px;
}

.product-items-list .product-item .product-info .content-inner p {
  color: rgb(68, 68, 68);
  font-size: 14px;
  margin-bottom: 20px;
}

.product-items-list .product-item .product-info .content-inner .product-action-btn {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}

.product-items-list .product-item .product-info .content-inner .product-action-btn .btn-add-cart {
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
  font-size: 14px;
  text-transform: uppercase;
}

.product-items-list .product-item .product-info .content-inner .product-action-btn .btn-add-cart.btn-theme {
  padding: 13px 30px 12px;
}

.product-items-list .product-item .product-info .content-inner .product-action-btn .btn-add-cart.btn-theme:hover {
  background-color: #e4c000;
}

.product-items-list .product-item .product-info .content-inner .product-action-btn a.btn-wishlist {
  color: rgb(51, 51, 51);
  font-size: 18px;
  margin-left: 26px;
}

.product-items-list .product-item .product-info .content-inner .product-action-btn a.btn-wishlist:hover {
  color: #e4c000;
}

.product-items-list .product-item .product-info .content-inner .product-action-btn a.btn-compare {
  color: rgb(51, 51, 51);
  font-size: 18px;
  margin-left: 22px;
}

.product-items-list .product-item .product-info .content-inner .product-action-btn a.btn-compare:hover {
  color: #e4c000;
}

.product-items-style2 .product-item .product-info .content-inner .title {
  font-weight: 500;
}

.product-items-style2 .product-item .product-info .content-inner .prices .price {
 font-family: "Poppins", sans-serif;
}

.product-items-style3 .product-item {
  margin-bottom: auto;
  position: relative;
  z-index: 1;
}

.product-items-style3 .product-item::before {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
  content: "";
  position: absolute;
  inset: -30px -30px -35px;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s;
}

@media only screen and (max-width: 1199px) {
  .product-items-style3 .product-item::before {
      inset: -15px;
  }
}

.product-items-style3 .product-item .product-thumb {
  margin-bottom: 14px;
}

.product-items-style3 .product-item .product-thumb .product-action a:hover {
  background-color: rgb(187, 123, 28);
}

.product-items-style3 .product-item .product-info {
  -webkit-box-align: end;
  align-items: flex-end;
}

.product-items-style3 .product-item .product-info .content-inner .title {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.6px;
  margin-bottom: 6px;
}

.product-items-style3 .product-item .product-info .content-inner .title:hover a {
  color: rgb(187, 123, 28);
}

.product-items-style3 .product-item .product-info .content-inner .category {
  font-size: 14px;
  font-weight: 400;
}

.product-items-style3 .product-item .product-info .content-inner .category a {
  color: rgb(187, 123, 28);
}

.product-items-style3 .product-item .product-info .content-inner .category:hover {
  text-decoration: underline;
}

.product-items-style3 .product-item .product-info .prices {
  top: 2px;
  position: relative;
}

.product-items-style3 .product-item .product-info .prices .price {
  color: rgb(51, 51, 51);
  font-size: 24px;
}

.product-items-style3 .product-item:hover::before {
  opacity: 1;
}

.product-items-style4 .product-item {
  margin-bottom: 64px;
}

@media only screen and (max-width: 1399px) {
  .product-items-style4 .product-item {
      margin-bottom: 30px;
  }
}

.product-items-style4 .product-item .product-thumb .product-action a:hover {
  background-color: #e4c000;
}

.product-items-style4 .product-item .product-info .content-inner .title {
  text-transform: capitalize;
}

.product-items-style4 .product-item .product-info .content-inner .title a:hover {
  color: #e4c000;
}

.product-items-style4 .product-item .product-info .content-inner .prices .price {
  color: #e4c000;
}

.category-area.category-default-area {
  padding: 80px 0px 80px;
}

.category-area.category-style4-area {
  padding: 0px 0px 91px;
}

@media only screen and (max-width: 991px) {
  .category-area.category-style4-area {
      padding: 0px 0px 81px;
  }
}

@media only screen and (max-width: 767px) {
  .category-area.category-style4-area {
      padding: 0px 0px 61px;
  }
}

.category-area.category-style4-area .section-title {
  margin-bottom: 51px;
}

.category-area.category-style5-area {
  padding: 94px 0px 50px;
}

@media only screen and (max-width: 767px) {
  .category-area.category-style5-area {
      padding: 94px 0px 30px;
  }
}

.category-area.category-style5-area .container {
  max-width: 1470px;
}

.category-area.category-style6-area {
  padding: 100px 0px 0px;
}

@media only screen and (max-width: 1199px) {
  .category-area.category-style6-area {
      padding: 80px 0px 0px;
  }
}

.category-area.category-style7-area {
  padding: 99px 0px 0px;
}

.category-area.category-style7-area .container {
  display: flex;
  max-width: 1670px;
}

@media only screen and (max-width: 767px) {
  .category-area.category-style7-area .container {
      display: block;
  }
}

.category-area.category-style7-area .col-left {
  width: 66.666%;
}

@media only screen and (max-width: 1199px) {
  .category-area.category-style7-area .col-left {
      width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .category-area.category-style7-area .col-left {
      margin-bottom: 30px;
      width: 100%;
  }
}

.category-area.category-style7-area .col-right {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  width: 33.333%;
}

@media only screen and (max-width: 1199px) {
  .category-area.category-style7-area .col-right {
      width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .category-area.category-style7-area .col-right {
      width: 100%;
  }
}

.category-area.category-style7-area .col-right .content {
  position: relative;
  z-index: 9;
}

.category-area.category-style7-area .col-right .content .inner-content {
  z-index: 1;
  position: relative;
  padding: 0px 0px 0px 90px;
}

@media only screen and (max-width: 1399px) {
  .category-area.category-style7-area .col-right .content .inner-content {
      padding-left: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .category-area.category-style7-area .col-right .content .inner-content {
      padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .category-area.category-style7-area .col-right .content .inner-content {
      padding-left: 0px;
  }
}

.category-area.category-style7-area .col-right .content .inner-content .title {
  font-size: 70px;
  font-weight: 400;
  letter-spacing: -1.4px;
  line-height: 1.15;
  margin: 0px 0px 35px -220px;
}

@media only screen and (max-width: 1199px) {
  .category-area.category-style7-area .col-right .content .inner-content .title {
      font-size: 36px;
      margin: 0px 0px 20px -60px;
  }
}

@media only screen and (max-width: 991px) {
  .category-area.category-style7-area .col-right .content .inner-content .title {
      font-size: 30px;
      margin: 0px 0px 20px -35px;
  }
}

@media only screen and (max-width: 767px) {
  .category-area.category-style7-area .col-right .content .inner-content .title {
      margin: 0px 0px 20px;
  }
}

@media only screen and (max-width: 479.98px) {
  .category-area.category-style7-area .col-right .content .inner-content .title {
      font-size: 20px;
      margin-bottom: 15px;
  }
}

.category-area.category-style7-area .col-right .content .inner-content p {
  color: rgb(102, 102, 102);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1199px) {
  .category-area.category-style7-area .col-right .content .inner-content p {
      font-size: 18px;
      margin-bottom: 20px;
  }
}

@media only screen and (max-width: 479.98px) {
  .category-area.category-style7-area .col-right .content .inner-content p {
      font-size: 15px;
  }
}

.category-area.category-style7-area .col-right .content .inner-content .btn-theme {
  background-color: rgb(34, 34, 34);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.8px;
  line-height: 30px;
  padding: 20px 30px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .category-area.category-style7-area .col-right .content .inner-content .btn-theme {
      font-size: 16px;
      padding: 10px 15px 8px;
  }
}

@media only screen and (max-width: 479.98px) {
  .category-area.category-style7-area .col-right .content .inner-content .btn-theme {
      font-size: 13px;
      padding: 8px 15px 7px;
  }
}

.category-area.category-style7-area .col-right .content .inner-content .btn-theme:hover {
  background-color: rgb(187, 123, 28);
}

.category-area.category-style7-area .category-items-style12 {
  position: relative;
}

.category-area.category-style7-area .category-items-style12 .thumb-style {
  width: 50%;
}

.category-area.category-style7-area .category-items-style12 .category-item {
  max-width: 79%;
  position: absolute;
  right: -20px;
  top: 14%;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .category-area.category-style7-area .category-items-style12 .category-item {
      right: 40px;
  }
}

@media only screen and (max-width: 479.98px) {
  .category-area.category-style7-area .category-items-style12 .category-item .content .btn-theme {
      font-size: 13px;
      padding: 7px 15px;
  }
}

.category-area.category-style8-area {
  padding: 30px 0px;
}

@media only screen and (max-width: 1199px) {
  .category-area.category-style8-area {
      padding: 80px 0px 0px;
  }
}

.category-area.category-style8-area .container {
  display: flex;
  max-width: 1440px;
  padding: 0px;
}

@media (max-width: 1799px) {
  .category-area.category-style8-area .container {
      padding: 0px 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .category-area.category-style8-area .container {
      padding: 0px 15px;
  }
}

.category-area.category-style8-area .section-title {
}

@media only screen and (max-width: 1199px) {
  .category-area.category-style8-area .section-title {
      padding-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .category-area.category-style8-area .section-title {
      margin-top: 50px;
  }
}

.category-area.category-style8-area .section-title .title {
  font-family: Montserrat, sans-serif;
  font-size: 47px;
  font-weight: 600;
  /* letter-spacing: -1.4px; */
  line-height: 1.15;
}

@media only screen and (max-width: 1399px) {
  .category-area.category-style8-area .section-title .title {
      font-size: 60px;
      margin-left: -100px;
  }
}

@media only screen and (max-width: 1199px) {
  .category-area.category-style8-area .section-title .title {
      font-size: 36px;
      margin-left: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .category-area.category-style8-area .section-title .title {
      margin-left: 0px;
  }
}

.category-area.category-style8-area .section-title .title-stroke {
  font-family: "Russo One", sans-serif;
  font-size: 143px;
  font-weight: 900;
  letter-spacing: -1.4px;
  line-height: 1.15;
  margin-bottom: 0px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px currentcolor;
  opacity: 0.3;
}

@media only screen and (max-width: 1399px) {
  .category-area.category-style8-area .section-title .title-stroke {
      font-size: 60px;
      margin-left: -100px;
  }
}

@media only screen and (max-width: 1199px) {
  .category-area.category-style8-area .section-title .title-stroke {
      font-size: 36px;
      margin-left: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .category-area.category-style8-area .section-title .title-stroke {
      margin-left: 0px;
  }
}

.category-area.category-style8-area .section-title p {
  color: rgb(0 0 0);
  font-family: Mukta, sans-serif;
  font-size: 17px;
  line-height: 1.8;
  margin: 33px 0px;
}

@media only screen and (max-width: 1199px) {
  .category-area.category-style8-area .section-title p {
      font-size: 16px;
      margin: 30px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .category-area.category-style8-area .section-title p {
      margin: 15px 0px 30px;
  }
}

.category-area.category-style8-area .section-title .btn-theme {
  background-color: rgb(34, 34, 34);
  font-family: Mukta, sans-serif;
  font-size: 15px;
  letter-spacing: 1.2px;
  line-height: 30px;
  padding: 9px 19px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .category-area.category-style8-area .section-title .btn-theme {
      font-size: 14px;
      padding: 10px 25px;
  }
}

@media only screen and (max-width: 575px) {
  .category-area.category-style8-area .section-title .btn-theme {
      margin-bottom: 15px;
  }
}

.category-area.category-style8-area .section-title .btn-theme:hover {
  background-color: rgb(187, 123, 28);
  border-color: rgb(187, 123, 28);
}

.category-area.category-style8-area .category-items-style12.item-one {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .category-area.category-style8-area .category-items-style12.item-one {
      display: flex;
      margin-top: 0px;
  }
}

@media only screen and (max-width: 479.98px) {
  .category-area.category-style8-area .category-items-style12.item-one {
      display: block;
  }
}

.category-area.category-style8-area .category-items-style12.item-one .category-item:first-child {
  margin-bottom: 100px;
  margin-left: -100px;
  max-width: 290px;
  width: 100%;
}

@media (max-width: 1599px) {
  .category-area.category-style8-area .category-items-style12.item-one .category-item:first-child {
      margin-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .category-area.category-style8-area .category-items-style12.item-one .category-item:first-child {
      margin-right: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .category-area.category-style8-area .category-items-style12.item-one .category-item:first-child {
      margin-bottom: 0px;
  }
}

@media only screen and (max-width: 479.98px) {
  .category-area.category-style8-area .category-items-style12.item-one .category-item:first-child {
      margin-right: 0px;
  }
}

.category-area.category-style8-area .category-items-style12.item-one .category-item:last-child {
  max-width: 380px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .category-area.category-style8-area .category-items-style12.item-one .category-item:last-child {
      margin-left: 15px;
  }
}

@media only screen and (max-width: 479.98px) {
  .category-area.category-style8-area .category-items-style12.item-one .category-item:last-child {
      margin-left: 0px;
  }
}

.category-area.category-style8-area .category-items-style12.item-two {
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.category-area.category-style8-area .category-items-style12.item-two .category-item {
  margin-right: -100px;
  max-width: 360px;
}

@media (max-width: 1599px) {
  .category-area.category-style8-area .category-items-style12.item-two .category-item {
      margin-right: 0px;
  }
}

.category-area.category-style9-area {
  padding: 108px 0px 131px;
}

@media only screen and (max-width: 1399px) {
  .category-area.category-style9-area {
      padding: 90px 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .category-area.category-style9-area {
      padding: 70px 0px;
  }
}

.category-area.category-style9-area .container {
  max-width: 1640px;
  padding: 0px;
}

@media only screen and (max-width: 991px) {
  .category-area.category-style9-area .container {
      padding: 0px 15px;
  }
}

.category-area.category-style9-area .section-title {
  margin: 0px 0px 85px 200px;
}

@media (max-width: 1599px) {
  .category-area.category-style9-area .section-title {
      margin: 0px 0px 85px 100px;
  }
}

@media only screen and (max-width: 1399px) {
  .category-area.category-style9-area .section-title {
      margin: 0px 0px 85px 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .category-area.category-style9-area .section-title {
      margin: 0px 0px 70px 15px;
  }
}

@media only screen and (max-width: 991px) {
  .category-area.category-style9-area .section-title {
      margin: 0px 0px 70px;
  }
}

.category-area.category-style9-area .section-title .title {
  color: rgb(51, 51, 51);
  font-size: 70px;
  font-weight: 400;
  letter-spacing: -1.4px;
  line-height: 1.15px;
  margin-bottom: 79px;
}

@media only screen and (max-width: 1199px) {
  .category-area.category-style9-area .section-title .title {
      font-size: 40px;
      margin-bottom: 50px;
  }
}

.category-area.category-style9-area .section-title .title-stroke {
  color: rgb(51, 51, 51);
  font-size: 70px;
  font-weight: 400;
  line-height: 1.15px;
  letter-spacing: -1.4px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px currentcolor;
}

@media only screen and (max-width: 1199px) {
  .category-area.category-style9-area .section-title .title-stroke {
      font-size: 40px;
  }
}

.category-area.category-style9-area .col-items {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  margin-right: 33px;
}

@media only screen and (max-width: 479.98px) {
  .category-area.category-style9-area .col-items {
      display: block;
      margin-right: 0px;
  }
}

.category-area.category-style9-area .col-items .col-left {
  padding-left: 0px;
  padding-right: 33px;
}

@media only screen and (max-width: 479.98px) {
  .category-area.category-style9-area .col-items .col-left {
      padding-right: 0px;
  }
}

.category-area.category-style9-area .item-one {
  margin-bottom: 30px;
}

@media only screen and (max-width: 479.98px) {
  .category-area.category-style9-area .item-two {
      margin-bottom: 30px;
  }
}

.category-area.category-style9-area .item-four .category-item {
  margin: 0px -140px 0px 50px;
}

@media (max-width: 1799px) {
  .category-area.category-style9-area .item-four .category-item {
      margin: 0px 0px 0px 30px;
  }
}

@media only screen and (max-width: 479.98px) {
  .category-area.category-style9-area .item-four .category-item {
      margin-left: 0px;
  }
}

.category-area.category-style9-area .content {
  margin-bottom: 50px;
  margin-left: 20px;
}

@media only screen and (max-width: 1199px) {
  .category-area.category-style9-area .content {
      margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .category-area.category-style9-area .content {
      margin-bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .category-area.category-style9-area .content {
      margin-left: 0px;
  }
}

.category-area.category-style9-area .content .inner-content {
  padding: 101px 117px 30px 130px;
}

@media only screen and (max-width: 1399px) {
  .category-area.category-style9-area .content .inner-content {
      padding: 101px 100px 30px 40px;
  }
}

@media only screen and (max-width: 991px) {
  .category-area.category-style9-area .content .inner-content {
      margin-top: 40px;
      padding: 0px;
  }
}

.category-area.category-style9-area .content .inner-content p {
  color: rgb(102, 102, 102);
  font-size: 20px;
  font-weight: 400;
}

@media only screen and (max-width: 575px) {
  .category-area.category-style9-area .content .inner-content p {
      font-size: 16px;
      margin-bottom: 20px;
  }
}

.category-area.category-style9-area .content .inner-content .btn-theme {
  background-color: rgb(34, 34, 34);
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 30px;
  margin-top: 10px;
  padding: 20px 30px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .category-area.category-style9-area .content .inner-content .btn-theme {
      font-size: 13px;
      padding: 10px 25px;
  }
}

@media only screen and (max-width: 479.98px) {
  .category-area.category-style9-area .content .inner-content .btn-theme {
      padding: 9px 15px;
  }
}

.category-area.category-style9-area .content .inner-content .btn-theme:hover {
  background-color: rgb(187, 123, 28);
}

.category-area.category-slider-area {
  padding: 0px;
}

.category-area.category-discover-area {
  border-top: 1px solid rgb(221, 221, 221);
  border-bottom: 1px solid rgb(221, 221, 221);
  padding-bottom: 90px;
}

.category-area.category-discover-area .container {
  max-width: 1670px;
}

.category-area.category-discover-area .section-title {
  margin: 94px 0px 51px;
}

@media only screen and (max-width: 1199px) {
  .category-area.category-discover-area .section-title {
      margin: 70px 0px 50px;
  }
}

.category-area.category-discover-area .section-title .title {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -1px;
}

@media only screen and (max-width: 1199px) {
  .category-area.category-discover-area .section-title .title {
      font-size: 38px;
  }
}

.category-area.category-arrivals-area {
    padding: 0px 0px 0px;
}

@media only screen and (max-width: 1199px) {
  .category-area.category-arrivals-area {
    padding: 40px 0px 40px;
  }
}

.category-area.category-arrivals-area .container {
  max-width: 1470px;
}

@media only screen and (max-width: 1199px) {
  .category-area.category-arrivals-area .row-gutter-80 {
      margin-right: -15px;
      margin-left: -15px;
  }
}

@media only screen and (max-width: 1199px) {
  .category-area.category-arrivals-area .row-gutter-80 [class*="col-"] {
      padding-left: 15px;
      padding-right: 15px;
  }
}

.category-area.category-trending-area {
  padding: 94px 0px 100px;
}

@media only screen and (max-width: 1199px) {
  .category-area.category-trending-area {
      padding: 70px 0px 78px;
  }
}

@media only screen and (max-width: 991px) {
  .category-area.category-trending-area {
      padding: 70px 0px 48px;
  }
}

.category-area.category-trending-area .container {
  max-width: 1670px;
}

.category-area.category-trending-area .section-title {
  margin-bottom: 51px;
}

@media only screen and (max-width: 1199px) {
  .category-area.category-trending-area .section-title {
      margin-bottom: 58px;
  }
}

.category-area.category-trending-area .section-title .title {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -1px;
}

@media only screen and (max-width: 1199px) {
  .category-area.category-trending-area .section-title .title {
      font-size: 38px;
  }
}

.category-area.product-category1-area {
  padding: 100px 0px;
}

@media only screen and (max-width: 991px) {
  .category-area.product-category1-area {
      padding: 90px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .category-area.product-category1-area {
      padding: 70px 0px;
  }
}

.category-area.product-category1-area .container-fluid {
  padding: 0px 60px;
}

@media only screen and (max-width: 479.98px) {
  .category-area.product-category1-area .container-fluid {
      padding: 0px 15px;
  }
}

.category-area.product-category1-area .items-align {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .category-area.product-category1-area .items-align {
      -webkit-box-align: start;
      align-items: start;
  }
}

@media only screen and (max-width: 479.98px) {
  .category-area.product-category1-area .items-align {
      display: block;
  }
}

.category-area.product-category1-area .items-align .align-left {
  width: 30%;
}

@media only screen and (max-width: 479.98px) {
  .category-area.product-category1-area .items-align .align-left {
      margin-bottom: 40px;
      width: 100%;
  }
}

.category-area.product-category1-area .items-align .align-right {
  padding: 0px 0px 0px 60px;
  width: 70%;
}

@media only screen and (max-width: 575px) {
  .category-area.product-category1-area .items-align .align-right {
      padding-left: 30px;
  }
}

@media only screen and (max-width: 479.98px) {
  .category-area.product-category1-area .items-align .align-right {
      padding: 0px;
      width: 100%;
  }
}

.category-area.product-category1-area .items-align .align-right .product-item {
  margin-bottom: 21px;
}

.category-area.product-category1-area .items-align .align-right .product-item .product-info .content-inner .title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .category-area.product-category1-area .items-align .align-right .product-item .product-info .content-inner .title {
      font-size: 14px;
  }
}

.category-area.product-category1-area .items-align .align-right .product-item .product-info .content-inner .title a {
  color: rgb(51, 51, 51);
}

.category-area.product-category1-area .items-align .align-right .product-item .product-info .content-inner .title a:hover {
  color: #e4c000;
}

.category-area.product-category1-area .items-align .align-right .product-item .product-info .content-inner .prices .price {
  color: rgb(51, 51, 51);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) {
  .category-area.product-category1-area .items-align .align-right .product-item .product-info .content-inner .prices .price {
      font-size: 15px;
  }
}

.category-area.product-category1-area .items-align .align-right .product-item .product-color-slect ul {
  margin-bottom: 0px;
  margin-top: 9px;
}

.category-area.product-category1-area .items-align .align-right .product-item .product-color-slect ul li {
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin-right: 4px;
  position: relative;
  width: 15px;
}

.category-area.product-category1-area .items-align .align-right .product-item .product-color-slect ul li.bg-color-blue {
  background-color: rgb(34, 83, 216);
}

.category-area.product-category1-area .items-align .align-right .product-item .product-color-slect ul li.bg-color-brown {
  background-color: rgb(193, 151, 44);
}

.category-area.product-category1-area .items-align .align-right .product-item .product-color-slect ul li.bg-color-violet {
  background-color: rgb(181, 36, 229);
}

.category-area.product-category1-area .items-align .align-right .btn-theme:hover {
  color: rgb(255, 255, 255);
  background-color: #e4c000;
  border-color: #e4c000;
}

.category-area.product-category2-area .container-fluid {
  padding: 0px 60px;
}

@media only screen and (max-width: 479.98px) {
  .category-area.product-category2-area .container-fluid {
      padding: 0px 15px;
  }
}

.category-area.product-category2-area .items-align {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .category-area.product-category2-area .items-align {
      -webkit-box-align: start;
      align-items: start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 479.98px) {
  .category-area.product-category2-area .items-align {
      display: block;
  }
}

.category-area.product-category2-area .items-align .align-left {
  padding: 0px 0px 0px 58px;
  max-width: 34%;
}

@media only screen and (max-width: 991px) {
  .category-area.product-category2-area .items-align .align-left {
      padding-left: 0px;
      width: 30%;
  }
}

@media only screen and (max-width: 479.98px) {
  .category-area.product-category2-area .items-align .align-left {
      margin-top: 70px;
      max-width: none;
      width: 100%;
  }
}

.category-area.product-category2-area .items-align .align-right {
  max-width: 66%;
}

@media only screen and (max-width: 991px) {
  .category-area.product-category2-area .items-align .align-right {
      max-width: none;
      padding-left: 60px;
      width: 70%;
  }
}

@media only screen and (max-width: 575px) {
  .category-area.product-category2-area .items-align .align-right {
      padding-left: 30px;
  }
}

@media only screen and (max-width: 479.98px) {
  .category-area.product-category2-area .items-align .align-right {
      padding-left: 0px;
      width: 100%;
  }
}

.category-area.product-category2-area .items-align .align-right .product-item {
  margin-bottom: 21px;
}

.category-area.product-category2-area .items-align .align-right .product-item .product-info .content-inner .title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .category-area.product-category2-area .items-align .align-right .product-item .product-info .content-inner .title {
      font-size: 14px;
  }
}

.category-area.product-category2-area .items-align .align-right .product-item .product-info .content-inner .title a {
  color: rgb(51, 51, 51);
}

.category-area.product-category2-area .items-align .align-right .product-item .product-info .content-inner .title a:hover {
  color: #e4c000;
}

.category-area.product-category2-area .items-align .align-right .product-item .product-info .content-inner .prices .price {
  color: rgb(51, 51, 51);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) {
  .category-area.product-category2-area .items-align .align-right .product-item .product-info .content-inner .prices .price {
      font-size: 15px;
  }
}

.category-area.product-category2-area .items-align .align-right .product-item .product-color-slect ul {
  margin-bottom: 0px;
  margin-top: 9px;
}

.category-area.product-category2-area .items-align .align-right .product-item .product-color-slect ul li {
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin-right: 4px;
  position: relative;
  width: 15px;
}

.category-area.product-category2-area .items-align .align-right .product-item .product-color-slect ul li.bg-color-blue {
  background-color: rgb(34, 83, 216);
}

.category-area.product-category2-area .items-align .align-right .product-item .product-color-slect ul li.bg-color-brown {
  background-color: rgb(193, 151, 44);
}

.category-area.product-category2-area .items-align .align-right .product-item .product-color-slect ul li.bg-color-violet {
  background-color: rgb(181, 36, 229);
}

.category-area.product-category2-area .items-align .align-right .btn-theme:hover {
  color: rgb(255, 255, 255);
  background-color: #e4c000;
  border-color: #e4c000;
}

.category-area.product-category3-area {
  padding: 100px 0px;
}

@media only screen and (max-width: 991px) {
  .category-area.product-category3-area {
      padding: 90px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .category-area.product-category3-area {
      padding: 70px 0px;
  }
}

.category-area.product-category3-area .container-fluid {
  padding: 0px 60px;
}

@media only screen and (max-width: 479.98px) {
  .category-area.product-category3-area .container-fluid {
      padding: 0px 15px;
  }
}

.category-area.product-category3-area .items-align {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .category-area.product-category3-area .items-align {
      -webkit-box-align: start;
      align-items: start;
  }
}

@media only screen and (max-width: 479.98px) {
  .category-area.product-category3-area .items-align {
      display: block;
  }
}

.category-area.product-category3-area .items-align .align-left {
  width: 30%;
}

@media only screen and (max-width: 479.98px) {
  .category-area.product-category3-area .items-align .align-left {
      margin-bottom: 40px;
      width: 100%;
  }
}

.category-area.product-category3-area .items-align .align-right {
  padding: 0px 0px 0px 60px;
  width: 70%;
}

@media only screen and (max-width: 575px) {
  .category-area.product-category3-area .items-align .align-right {
      padding-left: 30px;
  }
}

@media only screen and (max-width: 479.98px) {
  .category-area.product-category3-area .items-align .align-right {
      padding: 0px;
      width: 100%;
  }
}

.category-area.product-category3-area .items-align .align-right .product-item {
  margin-bottom: 21px;
}

.category-area.product-category3-area .items-align .align-right .product-item .product-info .content-inner .title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .category-area.product-category3-area .items-align .align-right .product-item .product-info .content-inner .title {
      font-size: 14px;
  }
}

.category-area.product-category3-area .items-align .align-right .product-item .product-info .content-inner .title a {
  color: rgb(51, 51, 51);
}

.category-area.product-category3-area .items-align .align-right .product-item .product-info .content-inner .title a:hover {
  color: #e4c000;
}

.category-area.product-category3-area .items-align .align-right .product-item .product-info .content-inner .prices .price {
  color: rgb(51, 51, 51);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) {
  .category-area.product-category3-area .items-align .align-right .product-item .product-info .content-inner .prices .price {
      font-size: 15px;
  }
}

.category-area.product-category3-area .items-align .align-right .product-item .product-color-slect ul {
  margin-bottom: 0px;
  margin-top: 9px;
}

.category-area.product-category3-area .items-align .align-right .product-item .product-color-slect ul li {
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin-right: 4px;
  position: relative;
  width: 15px;
}

.category-area.product-category3-area .items-align .align-right .product-item .product-color-slect ul li.bg-color-blue {
  background-color: rgb(34, 83, 216);
}

.category-area.product-category3-area .items-align .align-right .product-item .product-color-slect ul li.bg-color-brown {
  background-color: rgb(193, 151, 44);
}

.category-area.product-category3-area .items-align .align-right .product-item .product-color-slect ul li.bg-color-violet {
  background-color: rgb(181, 36, 229);
}

.category-area.product-category3-area .items-align .align-right .btn-theme:hover {
  color: rgb(255, 255, 255);
  background-color: #e4c000;
  border-color: #e4c000;
}

.category-area.product-category4-area {
  padding: 0px 0px 100px;
}

@media only screen and (max-width: 991px) {
  .category-area.product-category4-area {
      padding: 0px 0px 90px;
  }
}

@media only screen and (max-width: 991px) {
  .category-area.product-category4-area {
      padding: 0px 0px 70px;
  }
}

.category-area.product-category4-area .container-fluid {
  padding: 0px 60px;
}

@media only screen and (max-width: 479.98px) {
  .category-area.product-category4-area .container-fluid {
      padding: 0px 15px;
  }
}

.category-area.product-category4-area .items-align {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .category-area.product-category4-area .items-align {
      -webkit-box-align: start;
      align-items: start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 479.98px) {
  .category-area.product-category4-area .items-align {
      display: block;
  }
}

.category-area.product-category4-area .items-align .align-left {
  padding: 0px 0px 0px 58px;
  max-width: 34%;
}

@media only screen and (max-width: 991px) {
  .category-area.product-category4-area .items-align .align-left {
      padding-left: 0px;
      width: 30%;
  }
}

@media only screen and (max-width: 479.98px) {
  .category-area.product-category4-area .items-align .align-left {
      margin-top: 40px;
      max-width: none;
      width: 100%;
  }
}

.category-area.product-category4-area .items-align .align-right {
  max-width: 66%;
  position: relative;
  top: -4px;
}

@media only screen and (max-width: 991px) {
  .category-area.product-category4-area .items-align .align-right {
      max-width: none;
      padding-left: 60px;
      top: 0px;
      width: 70%;
  }
}

@media only screen and (max-width: 575px) {
  .category-area.product-category4-area .items-align .align-right {
      padding-left: 30px;
  }
}

@media only screen and (max-width: 479.98px) {
  .category-area.product-category4-area .items-align .align-right {
      padding-left: 0px;
      width: 100%;
  }
}

.category-area.product-category4-area .items-align .align-right .product-item {
  margin-bottom: 25px;
}

.category-area.product-category4-area .items-align .align-right .product-item .product-info .content-inner .title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .category-area.product-category4-area .items-align .align-right .product-item .product-info .content-inner .title {
      font-size: 14px;
  }
}

.category-area.product-category4-area .items-align .align-right .product-item .product-info .content-inner .title a {
  color: rgb(51, 51, 51);
}

.category-area.product-category4-area .items-align .align-right .product-item .product-info .content-inner .title a:hover {
  color: #e4c000;
}

.category-area.product-category4-area .items-align .align-right .product-item .product-info .content-inner .prices .price {
  color: rgb(51, 51, 51);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) {
  .category-area.product-category4-area .items-align .align-right .product-item .product-info .content-inner .prices .price {
      font-size: 15px;
  }
}

.category-area.product-category4-area .items-align .align-right .product-item .product-color-slect ul {
  margin-bottom: 0px;
  margin-top: 9px;
}

.category-area.product-category4-area .items-align .align-right .product-item .product-color-slect ul li {
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin-right: 4px;
  position: relative;
  width: 15px;
}

.category-area.product-category4-area .items-align .align-right .product-item .product-color-slect ul li.bg-color-blue {
  background-color: rgb(34, 83, 216);
}

.category-area.product-category4-area .items-align .align-right .product-item .product-color-slect ul li.bg-color-brown {
  background-color: rgb(193, 151, 44);
}

.category-area.product-category4-area .items-align .align-right .product-item .product-color-slect ul li.bg-color-violet {
  background-color: rgb(181, 36, 229);
}

.category-area.product-category4-area .items-align .align-right .btn-theme:hover {
  color: rgb(255, 255, 255);
  background-color: #e4c000;
  border-color: #e4c000;
}

.category-area.product-category5-area {
  padding: 100px 0px 87px;
}

@media only screen and (max-width: 991px) {
  .category-area.product-category5-area {
      padding: 60px 0px 50px;
  }
}

.category-area.product-category5-area .section-title .title {
  font-size: 28px;
  letter-spacing: -0.56px;
  margin-bottom: 63px;
}

.category-area.product-category5-area .product-item .product-info {
  display: block;
}

.category-area.product-category5-area .product-item .product-info .content-inner {
  text-align: center;
}

.category-area.product-category5-area .product-item .product-color-slect ul {
  margin-bottom: 0px;
  margin-top: 2px;
  text-align: center;
}

.category-area.product-category5-area .product-item .product-color-slect ul li {
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin-right: 4px;
  position: relative;
  width: 15px;
}

.category-area.product-category5-area .product-item .product-color-slect ul li.bg-color-brown {
  background-color: rgb(193, 151, 44);
}

.category-area.product-category5-area .product-item .product-color-slect ul li.bg-color-red {
  background-color: rgb(221, 51, 51);
}

.category-area.product-category5-area .product-item .product-color-slect ul li.bg-color-violet {
  background-color: rgb(181, 36, 229);
}

.category-area.product-category5-area .product-item .product-size-slect ul {
  margin-bottom: 0px;
  margin-top: 1px;
  text-align: center;
}

.category-area.product-category5-area .product-item .product-size-slect ul li {
  color: rgb(0, 0, 0);
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-right: 4px;
  position: relative;
}

.category-area.product-collection-area {
  padding: 80px 72px 80px 73px;
}

@media only screen and (max-width: 479.98px) {
  .category-area.product-collection-area {
      padding: 80px 15px 40px;
  }
}

.category-area.product-collection-area .items-align {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 1199px) {
  .category-area.product-collection-area .items-align {
      -webkit-box-align: start;
      align-items: start;
  }
}

@media only screen and (max-width: 575px) {
  .category-area.product-collection-area .items-align {
      display: block;
  }
}

.category-area.product-collection-area .items-align .align-left {
  width: 27%;
}

@media only screen and (max-width: 767px) {
  .category-area.product-collection-area .items-align .align-left {
      padding-right: 30px;
      width: 40%;
  }
}

@media only screen and (max-width: 575px) {
  .category-area.product-collection-area .items-align .align-left {
      padding-right: 0px;
      width: 100%;
  }
}

.category-area.product-collection-area .items-align .align-right {
  padding: 0px 0px 0px 60px;
  width: 73%;
}

@media only screen and (max-width: 767px) {
  .category-area.product-collection-area .items-align .align-right {
      padding: 0px;
      width: 60%;
  }
}

@media only screen and (max-width: 575px) {
  .category-area.product-collection-area .items-align .align-right {
      width: 100%;
  }
}

.category-area.product-collection-area .items-align .align-right .product-item {
  margin-bottom: 13px;
}

@media only screen and (max-width: 575px) {
  .category-area.product-collection-area .items-align .align-right .product-item {
      margin-bottom: 30px;
  }
}

.category-area.product-collection-area .items-align .align-right .product-item .product-thumb .product-action.action-style3 a {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  width: 30px;
}

.category-area.product-collection-area .items-align .align-right .product-item .product-info .content-inner .title {
  font-size: 16px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  text-transform: capitalize;
}

.category-area.product-collection-area .items-align .align-right .product-item .product-info .content-inner .title a {
  color: rgb(51, 51, 51);
}

.category-area.product-collection-area .items-align .align-right .product-item .product-info .content-inner .title a:hover {
  color: #e4c000;
}

.category-area.product-collection-area .items-align .align-right .product-item .product-info .content-inner .prices .price {
  color: #e4c000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.category-area.product-collection-area-style1 {
  padding: 80px 73px;
}

@media only screen and (max-width: 479.98px) {
  .category-area.product-collection-area-style1 {
      padding: 80px 15px;
  }
}

.category-area.product-collection-area-style1 .items-align {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 1199px) {
  .category-area.product-collection-area-style1 .items-align {
      -webkit-box-align: start;
      align-items: start;
  }
}

@media only screen and (max-width: 575px) {
  .category-area.product-collection-area-style1 .items-align {
      display: block;
  }
}

.category-area.product-collection-area-style1 .items-align .align-left {
  width: 27%;
}

@media only screen and (max-width: 767px) {
  .category-area.product-collection-area-style1 .items-align .align-left {
      width: 40%;
  }
}

@media only screen and (max-width: 575px) {
  .category-area.product-collection-area-style1 .items-align .align-left {
      width: 100%;
  }
}

.category-area.product-collection-area-style1 .items-align .align-right {
  padding-right: 59px;
  width: 73%;
}

@media only screen and (max-width: 767px) {
  .category-area.product-collection-area-style1 .items-align .align-right {
      padding-right: 30px;
      width: 60%;
  }
}

@media only screen and (max-width: 575px) {
  .category-area.product-collection-area-style1 .items-align .align-right {
      padding-right: 0px;
      width: 100%;
  }
}

.category-area.product-collection-area-style1 .items-align .align-right .product-item {
  margin-bottom: 13px;
}

@media only screen and (max-width: 575px) {
  .category-area.product-collection-area-style1 .items-align .align-right .product-item {
      margin-bottom: 30px;
  }
}

.category-area.product-collection-area-style1 .items-align .align-right .product-item .product-thumb .product-action.action-style3 a {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  width: 30px;
}

.category-area.product-collection-area-style1 .items-align .align-right .product-item .product-info .content-inner .title {
  font-size: 16px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  text-transform: capitalize;
}

.category-area.product-collection-area-style1 .items-align .align-right .product-item .product-info .content-inner .title a {
  color: rgb(51, 51, 51);
}

.category-area.product-collection-area-style1 .items-align .align-right .product-item .product-info .content-inner .title a:hover {
  color: #e4c000;
}

.category-area.product-collection-area-style1 .items-align .align-right .product-item .product-info .content-inner .prices .price {
  color: #e4c000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.category-item {
  position: relative;
}

.category-item .thumb {
  overflow: hidden;
  position: relative;
}

.category-item .thumb::after {
  background-color: rgb(0, 0, 0);
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0.1;
  position: absolute;
  top: 0px;
  width: 100%;
  transition: all 0.3s ease 0s;
}

.category-item .thumb img {
  width: 100%;
  transition: all 0.5s ease 0s;
}

.category-item .content {
    position: absolute;
    text-align: center;
    bottom: 0%;
    width: 100%;
    transform: translate(0px, -50%);
    z-index: 2;
    left: 0;
}

.category-item .content .inner-content .title {
  color: rgb(255, 255, 255);
  font-size: 24px;
 font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  transform: translate(0px, 140%);
  transition: all 0.3s ease 0s;
  font-weight: 400;
  margin-bottom:30px;
}

@media only screen and (max-width: 1199px) {
  .category-item .content .inner-content .title {
      font-size: 20px;
      margin-bottom: 0px;
  }
}

.category-item .content .inner-content .meta {
  margin-bottom: 19px;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 70%);
  transition: all 0.3s ease 0s;
}

.category-item .content .inner-content .meta a {
  color: rgb(255, 255, 255);
  font-size: 18px;
  margin: 5px;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 1199px) {
  .category-item .content .inner-content .meta a {
      font-size: 15px;
  }
}

.category-item .content .inner-content .meta a:hover {
  color: #e4c000;
}

.category-item .content .inner-content .btn-theme {
  visibility: hidden;
  opacity: 0;
  transform: translate(0px, 70%);
  transition: all 0.3s ease 0s;
}

.category-item .content .inner-content .btn-theme:hover {
  background-color: rgb(51, 51, 51);
  border-color: rgb(51, 51, 51);
}

.category-item:hover .thumb::after {
  opacity: 0.6;
}

.category-item:hover .thumb img {
  transform: scale(1.1);
}

.category-item:hover .content .inner-content .title {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}

.category-item:hover .content .inner-content .meta {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}

.category-item:hover .content .inner-content .btn-theme {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}

.category-items-style2 .category-item {
  margin-bottom: 6px;
}

.category-items-style2 .category-item .thumb {
  position: relative;
}

.category-items-style2 .category-item .thumb::before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.6;
  transition: opacity 0.5s cubic-bezier(0.21, 0.75, 0.27, 0.96) 0s;
  pointer-events: none;
  background-color: rgb(151, 113, 176);
  z-index: 9;
}

.category-items-style2 .category-item .thumb::after {
  display: none;
}

.category-items-style2 .category-item .content {
  pointer-events: none;
  top: calc(50% - 1px);
  z-index: 10;
}

.category-items-style2 .category-item .content .title {
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin: 0px;
  opacity: 0.5;
  transition: opacity 0.5s cubic-bezier(0.21, 0.75, 0.27, 0.96) 0s;
}

.category-items-style2 .category-item:hover .thumb::before {
  opacity: 0;
}

.category-items-style2 .category-item:hover .content .title {
  opacity: 1;
}

.category-items-style3 {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .category-items-style3 {
      display: block;
  }
}

.category-items-style3 .align-left-style {
  width: 54%;
}

@media only screen and (max-width: 767px) {
  .category-items-style3 .align-left-style {
      margin-bottom: 30px;
      padding: 0px 30px;
      width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .category-items-style3 .align-left-style {
      padding: 0px;
  }
}

.category-items-style3 .align-right-style {
  padding-left: 50px;
  position: relative;
  width: 46%;
}

@media only screen and (max-width: 767px) {
  .category-items-style3 .align-right-style {
      padding: 0px 30px;
      width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .category-items-style3 .align-right-style {
      padding: 0px;
  }
}

.category-items-style3 .align-right-style::before {
  background-color: rgba(175, 225, 213, 0.34);
  bottom: 60px;
  content: "";
  height: 500px;
  position: absolute;
  right: 0px;
  width: 180%;
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .category-items-style3 .align-right-style::before {
      height: 400px;
  }
}

@media only screen and (max-width: 991px) {
  .category-items-style3 .align-right-style::before {
      bottom: 60px;
      height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .category-items-style3 .align-right-style::before {
      display: none;
  }
}

.category-items-style3 .align-right-style .category-item {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .category-items-style3 .align-right-style .category-item {
      margin-bottom: 30px;
  }
}

.category-items-style3 .align-right-style .category-item:last-child {
  display: inline-block;
  margin-bottom: 0px;
  width: 80%;
}

@media only screen and (max-width: 767px) {
  .category-items-style3 .align-right-style .category-item:last-child {
      width: 100%;
  }
}

.category-items-style3 .category-item {
  margin-bottom: 6px;
}

.category-items-style3 .category-item .thumb {
  position: relative;
}

.category-items-style3 .category-item .thumb::before {
  background-color: rgb(0, 0, 0);
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 9;
  transition: all 0.35s ease 0s;
}

.category-items-style3 .category-item .thumb::after {
  display: none;
}

.category-items-style3 .category-item .content {
  pointer-events: none;
  top: calc(50% - 1px);
  z-index: 10;
}

.category-items-style3 .category-item .content .title {
  color: rgb(255, 255, 255);
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1;
  margin: 0px;
  opacity: 0;
  text-transform: uppercase;
  transform: translate(-50px, 0px);
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .category-items-style3 .category-item .content .title {
      font-size: 16px;
  }
}

.category-items-style3 .category-item .content .title i {
  margin-left: 8px;
}

.category-items-style3 .category-item:hover .thumb::before {
  opacity: 0.6;
}

.category-items-style3 .category-item:hover .thumb img {
  transform: scale(1);
}

.category-items-style3 .category-item:hover .content .title {
  opacity: 1;
  transform: translate(0px, 0px);
}

.category-items-style4 .category-item {
  margin-bottom: 6px;
}

.category-items-style4 .category-item .thumb {
  position: relative;
}

.category-items-style4 .category-item .thumb::before {
  background-color: rgb(0, 0, 0);
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 9;
  transition: all 0.35s ease 0s;
}

.category-items-style4 .category-item .thumb::after {
  display: none;
}

.category-items-style4 .category-item .content {
  pointer-events: none;
  top: calc(50% - 1px);
  z-index: 10;
}

.category-items-style4 .category-item .content .title {
  color: rgb(255, 255, 255);
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1;
  margin: 0px;
  opacity: 0;
  text-transform: uppercase;
  transform: translate(0px, 50px);
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .category-items-style4 .category-item .content .title {
      font-size: 30px;
  }
}

.category-items-style4 .category-item:hover .thumb::before {
  opacity: 0.4;
}

.category-items-style4 .category-item:hover .thumb img {
  transform: scale(1);
}

.category-items-style4 .category-item:hover .content .title {
  opacity: 1;
  transform: translate(0px, 0px);
}

.category-items-style5 .category-item .thumb {
  border-radius: 50%;
}

.category-items-style5 .category-item .thumb::after {
  background-color: rgb(34, 34, 34);
  content: "";
  opacity: 0;
  position: absolute;
}

.category-items-style5 .category-item .thumb .btn-theme {
  border-color: rgb(255, 255, 255);
  display: inline-block;
  color: rgb(255, 255, 255);
  top: 50%;
  left: 50%;
  margin-top: 50px;
  opacity: 0;
  position: absolute;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .category-items-style5 .category-item .thumb .btn-theme {
      font-size: 14px;
      padding: 7px 15px;
  }
}

.category-items-style5 .category-item .thumb .btn-theme:hover {
  background-color: transparent;
}

.category-items-style5 .category-item .thumb:hover::after {
  opacity: 0.4;
}

.category-items-style5 .category-item .thumb:hover .btn-theme {
  margin-top: 0px;
  opacity: 1;
}

.category-items-style5 .category-item .content {
  position: relative;
}

.category-items-style5 .category-item .content .title {
  margin-top: 54px;
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 40px;
}

@media only screen and (max-width: 1199px) {
  .category-items-style5 .category-item .content .title {
      font-size: 24px;
  }
}

.category-items-style5 .category-item .content .title a {
  color: rgb(51, 51, 51);
}

.category-items-style5 .category-item .content .title-shadow {
  color: rgb(166, 70, 55);
  font-size: 50px;
  font-style: italic;
  font-weight: 600;
  line-height: 50px;
  margin-top: -32px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px currentcolor;
}

@media only screen and (max-width: 1199px) {
  .category-items-style5 .category-item .content .title-shadow {
      font-size: 30px;
  }
}

.category-items-style5 .category-item .content .title-shadow a {
  color: rgb(166, 70, 55);
}

.category-items-style6 {
  position: relative;
}

.category-items-style6 .category-item {
  margin-bottom: 0px;
}

.category-items-style6 .category-item .thumb {
  position: relative;
}

.category-items-style6 .category-item .thumb::before {
  background-color: rgb(34, 34, 34);
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 9;
  transition: all 0.35s ease 0s;
}

.category-items-style6 .category-item .thumb::after {
  display: none;
}

.category-items-style6 .category-item .content {
  pointer-events: none;
  top: calc(50% - 2px);
  z-index: 10;
}

.category-items-style6 .category-item .content .title {
  color: rgb(255, 255, 255);
 font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1;
  margin: 0px;
  opacity: 1;
  text-transform: uppercase;
  transform: translate(0px, 0px);
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 991px) {
  .category-items-style6 .category-item .content .title {
      font-size: 16px;
  }
}

.category-items-style6 .category-item:hover .thumb::before {
  opacity: 0.4;
}

.category-items-style6 .category-item:hover .thumb img {
  transform: scale(1);
}

.category-items-style6 .category-item:hover .content .title {
  opacity: 1;
  transform: translate(0px, 30px);
}

.category-items-style7 {
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  position: relative;
}

.category-items-style7 .category-item {
  margin-bottom: 6px;
}

.category-items-style7 .category-item .thumb {
  position: relative;
}

.category-items-style7 .category-item .thumb::before {
  background-color: rgb(0, 0, 0);
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 9;
  transition: all 0.35s ease 0s;
}

.category-items-style7 .category-item .thumb::after {
  display: none;
}

.category-items-style7 .category-item:hover .thumb::before {
  opacity: 0.4;
}

.category-items-style7 .category-item:hover .thumb img {
  transform: scale(1);
}

.category-items-style7 .category-item.item-one {
  max-width: 54%;
  width: 100%;
}

.category-items-style7 .category-item.item-two {
  max-width: 60%;
  position: absolute;
  right: 60%;
  top: 0px;
  width: 100%;
}

.category-items-style7 .category-item.item-three {
  bottom: 0px;
  max-width: 32%;
  position: absolute;
  right: 60%;
  width: 100%;
}

.category-items-style8 .category-item .thumb::after {
  display: none;
}

.category-items-style8 .category-item .thumb a img {
  transform: none;
}

.category-items-style8 .category-item .content {
  position: relative;
  transform: none;
  top: 0px;
}

.category-items-style8 .category-item .content .inner-content .title {
  color: rgb(51, 51, 51);
  font-size: 36px;
  font-weight: 500;
  font-family: Taviraj, serif;
  letter-spacing: -0.72px;
  margin-top: 30px;
  transform: none;
  text-transform: capitalize;
}

@media only screen and (max-width: 1399px) {
  .category-items-style8 .category-item .content .inner-content .title {
      font-size: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .category-items-style8 .category-item .content .inner-content .title {
      font-size: 22px;
      margin-bottom: 10px;
      margin-top: 20px;
  }
}

.category-items-style8 .category-item .content .inner-content p {
  color: rgb(68, 68, 68);
  font-size: 20px;
  font-weight: 300;
  font-family: Prompt, sans-serif;
}

@media only screen and (max-width: 1399px) {
  .category-items-style8 .category-item .content .inner-content p {
      font-size: 18px;
  }

  .category-items-style8 .category-item .content .inner-content p br {
      display: none;
  }
}

@media only screen and (max-width: 991px) {
  .category-items-style8 .category-item .content .inner-content p {
      font-size: 16px;
      line-height: 1.4;
  }
}

@media only screen and (max-width: 991px) {
  .category-items-style9 .category-item {
      margin-bottom: 36px;
  }
}

.category-items-style9 .category-item .thumb::after {
  display: none;
}

.category-items-style9 .category-item .thumb img {
  width: 100%;
}

.category-items-style9 .category-item .thumb .category-banner-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.category-items-style9 .category-item .content {
  top: auto;
  bottom: 0px;
}

.category-items-style9 .category-item .content .title {
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.6px;
  margin-top: -25px;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

.category-items-style9 .category-item:hover .content .title {
  opacity: 1;
}

.category-items-style10 .category-item .thumb a img {
  transform: none;
}

.category-items-style10 .category-item .thumb::after {
  background-color: rgb(0, 0, 0);
  content: "";
  opacity: 0;
  pointer-events: none;
}

.category-items-style10 .category-item .thumb .category-banner-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.category-items-style10 .category-item .content .title {
  color: rgb(255, 255, 255);
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1399px) {
  .category-items-style10 .category-item .content .title {
      font-size: 48px;
      margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .category-items-style10 .category-item .content .title {
      font-size: 38px;
      margin-bottom: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .category-items-style10 .category-item .content .title {
      font-size: 28px;
  }
}

.category-items-style10 .category-item .content .btn-theme {
  border-bottom: 1px solid rgb(255, 255, 255);
  background-color: transparent;
  font-size: 24px;
  font-weight: 300;
  font-family: Prompt, sans-serif;
  line-height: 23px;
  padding: 0px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .category-items-style10 .category-item .content .btn-theme {
      font-size: 16px;
  }
}

.category-items-style10 .category-item:hover .thumb::after {
  opacity: 0.4;
}

.category-items-style10 .category-item:hover .content .btn-theme {
  border: none;
}

@media only screen and (max-width: 767px) {
  .category-items-style11 .category-item {
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      flex-direction: column-reverse;
  }
}

.category-items-style11 .category-item .thumb::after {
  background-color: rgb(0, 0, 0);
  content: "";
  opacity: 0;
}

.category-items-style11 .category-item .thumb a img {
  transform: none;
}

.category-items-style11 .category-item .thumb .category-banner-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.category-items-style11 .category-item .content {
  position: relative;
  transform: none;
  top: 0px;
}

@media only screen and (max-width: 767px) {
  .category-items-style11 .category-item .content .inner-content {
      margin-bottom: 30px;
  }
}

.category-items-style11 .category-item .content .inner-content .title {
  color: rgb(51, 51, 51);
  font-size: 41px;
  font-weight: 500;
  font-family: Taviraj, serif;
  letter-spacing: -1px;
  margin-top: 40px;
  transform: none;
  text-transform: capitalize;
  background: #000000a3;
}

@media only screen and (max-width: 1199px) {
  .category-items-style11 .category-item .content .inner-content .title {
      line-height: 1;
      font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .category-items-style11 .category-item .content .inner-content .title {
      font-size: 30px;
      margin-top: 0px;
  }
}

.category-items-style11 .category-item .content .inner-content p {
  color: rgb(51, 51, 51);
  font-size: 20px;
  font-weight: 300;
  font-family: Prompt, sans-serif;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
  .category-items-style11 .category-item .content .inner-content p {
      font-size: 16px;
      margin-bottom: 5px;
  }
}

.category-items-style11 .category-item .content .inner-content .btn-theme {
  border-bottom: 1px solid rgb(51, 51, 51);
  background-color: transparent;
  color: rgb(51, 51, 51);
  padding: 0px;
  font-size: 20px;
  font-family: Prompt, sans-serif;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  transform: none;
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 1199px) {
  .category-items-style11 .category-item .content .inner-content .btn-theme {
      font-size: 16px;
  }
}

.category-items-style11 .category-item .content .inner-content .btn-theme:hover {
  border-color: transparent;
  color: #e4c000;
}

.category-items-style11 .category-item .content.content-style2 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1199px) {
  .category-items-style11 .category-item .content.content-style2 {
      margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .category-items-style11 .category-item .content.content-style2 {
      margin-bottom: 0px;
      margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .category-items-style11 .category-item .content.content-style2 .inner-content {
      margin-bottom: 0px;
  }
}

.category-items-style11 .category-item .content.content-style2 .inner-content .title {
  margin-top: -5px;
}

@media only screen and (max-width: 1199px) {
  .category-items-style11 .category-item .content.content-style2 .inner-content .title {
      margin-top: 0px;
  }
}

.category-items-style11 .category-item:hover .thumb::after {
  opacity: 0.4;
}

.category-items-style12 .category-item .thumb::after {
  background-color: rgb(0, 0, 0);
  opacity: 0;
}

.category-items-style12 .category-item .thumb img {
  transform: none;
}

.category-items-style12 .category-item .content {
  opacity: 0;
  transition: all 0.35s ease 0s;
}

.category-items-style12 .category-item .content .btn-theme {
  background-color: rgb(187, 123, 28);
  color: rgb(255, 255, 255);
  font-size: 16px;
  opacity: 0;
  padding: 10px 30px 9px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  visibility: hidden;
  transform: translate(0px, 50px);
  transition: all 0.35s ease 0s;
}

@media only screen and (max-width: 575px) {
  .category-items-style12 .category-item .content .btn-theme {
      font-size: 13px;
      padding: 7px 15px;
  }
}

.category-items-style12 .category-item:hover .thumb::after {
  opacity: 0.2;
}

.category-items-style12 .category-item:hover .content {
  opacity: 1;
}

.category-items-style12 .category-item:hover .content .btn-theme {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}

.category-items-style13 .category-item .thumb::after {
  background-color: rgb(0, 0, 0);
  content: "";
}

.category-items-style13 .category-item .thumb img {
  transform: none;
}

.category-items-style13 .category-item:hover .thumb::after {
  opacity: 0.2;
}

.category-items-style13 .content .btn-theme {
  background-color: rgb(187, 123, 28);
  color: rgb(255, 255, 255);
  font-size: 16px;
  padding: 10px 30px 9px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.category-items-style14 .category-item .thumb::after {
  background-color: rgb(0, 0, 0);
  opacity: 0;
}

.category-items-style14 .category-item .thumb img {
  transform: none;
}

.category-items-style14 .category-item .content {
  opacity: 1;
  transition: all 0.35s ease 0s;
}

.category-items-style14 .category-item .content .title {
  color: rgb(255, 255, 255);
  font-family: "Russo One", sans-serif;
  font-size: 60px;
  line-height: 1;
  transform: translate(0px, -30px);
  transition: all 0.35s ease 0s;
}

@media only screen and (max-width: 1399px) {
  .category-items-style14 .category-item .content .title {
      font-size: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .category-items-style14 .category-item .content .title {
      font-size: 22px;
      transform: translate(0px, -5px);
  }
}

@media only screen and (max-width: 767px) {
  .category-items-style14 .category-item .content .title {
      font-size: 36px;
  }
}

.category-items-style14 .category-item .content .btn-theme {
  background-color: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
  font-size: 18px;
  opacity: 1;
  padding: 17px 40px 16px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  transform: translate(0px, 0px);
  transition: all 0.35s ease 0s;
}

@media only screen and (max-width: 991px) {
  .category-items-style14 .category-item .content .btn-theme {
      font-size: 12px;
      padding: 7px 20px 6px;
  }
}

.category-items-style14 .category-item .content .btn-theme:hover {
  background-color: rgb(187, 123, 28);
  color: rgb(255, 255, 255);
}

.category-items-style14 .category-item:hover .thumb::after {
  opacity: 0.2;
}

.category-items-style14 .category-item:hover .content .title {
  transform: translate(0px, 0px);
}

.category-items-style14 .category-item:hover .content .btn-theme {
  background-color: rgb(187, 123, 28);
  color: rgb(255, 255, 255);
  transform: translate(0px, 0px);
}

.category-items-style15 {
  position: relative;
}

.category-items-style15 .category-item {
  margin-bottom: 0px;
}

.category-items-style15 .category-item .thumb {
  position: relative;
}

.category-items-style15 .category-item .thumb::before {
  background-color: rgb(34, 34, 34);
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 9;
  transition: all 0.35s ease 0s;
}

.category-items-style15 .category-item .thumb::after {
  display: none;
}

.category-items-style15 .category-item .content {
  pointer-events: none;
  top: calc(50% - 2px);
  z-index: 10;
}

.category-items-style15 .category-item .content .title {
  color: rgb(255, 255, 255);
 font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1;
  margin: 0px;
  opacity: 1;
  text-transform: uppercase;
  transform: translate(0px, 0px);
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 1199px) {
  .category-items-style15 .category-item .content .title {
      font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .category-items-style15 .category-item .content .title {
      font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .category-items-style15 .category-item .content .title {
      font-size: 36px;
  }
}

.category-items-style15 .category-item:hover .thumb::before {
  opacity: 0.2;
}

.category-items-style15 .category-item:hover .thumb img {
  transform: scale(1);
}

.category-items-style15 .category-item:hover .content .title {
  opacity: 1;
  transform: translate(0px, 30px);
}

.category-masonry-style1 .masonry-item {
  margin-bottom: 6px;
  width: 24.987%;
}

@media only screen and (max-width: 991px) {
  .category-masonry-style1 .masonry-item {
      float: left;
      width: 49.8%;
  }
}

@media only screen and (max-width: 575px) {
  .category-masonry-style1 .masonry-item {
      width: 100%;
  }
}

.category-masonry-style1 .masonry-item.item-size2 {
  width: 34.94%;
}

@media only screen and (max-width: 991px) {
  .category-masonry-style1 .masonry-item.item-size2 {
      width: 49.8%;
  }
}

@media only screen and (max-width: 575px) {
  .category-masonry-style1 .masonry-item.item-size2 {
      width: 100%;
  }
}

.category-masonry-style1 .masonry-item.item-size3 {
  width: 39.969%;
}

@media only screen and (max-width: 991px) {
  .category-masonry-style1 .masonry-item.item-size3 {
      width: 49.8%;
  }
}

@media only screen and (max-width: 575px) {
  .category-masonry-style1 .masonry-item.item-size3 {
      width: 100%;
  }
}

.category-masonry-style1.row-gutter-6 {
  margin-right: -3px;
  margin-left: -3px;
}

.category-masonry-style1.row-gutter-6 [class*="masonry-"] {
  padding-left: 3px;
  padding-right: 3px;
}

.category-slider-content .category-shop-slider-container {
  margin-right: 10%;
  overflow: visible;
}

@media only screen and (max-width: 575px) {
  .category-slider-content .category-shop-slider-container {
      margin-right: 0px;
      overflow: hidden;
  }
}

.category-slider-content .category-shop-slider-container .swiper-button-next {
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  color: rgb(51, 51, 51);
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  right: calc(-10% + 8px);
  text-align: center;
  top: calc(50% - 3px);
  width: 50px;
  transition: all 0.3s ease-in-out 0s;
}

@media only screen and (max-width: 575px) {
  .category-slider-content .category-shop-slider-container .swiper-button-next {
      display: none;
  }
}

.category-slider-content .category-shop-slider-container .swiper-button-next::before {
  content:'';
  font-family: LaStudioIcons;
}

.category-slider-content .category-shop-slider-container .swiper-button-next::after {
  display: none;
}

.category-slider-content .category-shop-slider-container .swiper-button-next:hover {
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
}

.collection-area.collection-winter-area {
  background-color: rgb(248 248 248);
  padding: 80px 0px 30px;
}

@media only screen and (max-width: 767px) {
  .collection-area.collection-winter-area {
      padding: 50px 0px 5px
  }
}

.collection-area.collection-winter-area .container {
  max-width: 1640px;
  padding: 0px;
}

@media (max-width: 1699px) {
  .collection-area.collection-winter-area .container {
      padding: 0px 15px;
  }
}

.collection-area.collection-winter-area .align-items {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .collection-area.collection-winter-area .align-items {
      display: block;
  }
}

.collection-area.collection-winter-area .align-items .col-left {
  width: 44%;
}

@media (max-width: 1699px) {
  .collection-area.collection-winter-area .align-items .col-left {
      width: 51%;
  }
}

@media only screen and (max-width: 767px) {
  .collection-area.collection-winter-area .align-items .col-left {
      margin-bottom: 50px;
      width: 100%;
  }
}

.collection-area.collection-winter-area .align-items .col-right {
  width: 56%;
}

@media (max-width: 1699px) {
  .collection-area.collection-winter-area .align-items .col-right {
      width: 49%;
  }
}

@media only screen and (max-width: 767px) {
  .collection-area.collection-winter-area .align-items .col-right {
      width: 100%;
  }
}

.collection-area.collection-winter-area .content {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  height: 100%;
}

.collection-area.collection-winter-area .section-title {
  margin-bottom: 0px;
  padding-top: 124px;
}

@media only screen and (max-width: 767px) {
  .collection-area.collection-winter-area .section-title {
      padding-top: 0px;
  }
}

.collection-area.collection-winter-area .section-title .title {
  color: rgb(141, 59, 54);
  font-size: 70px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.64px;
  line-height: 1;
  margin-bottom: 0px;
  max-width: 468px;
  text-align: right;
  text-transform: uppercase;
}

@media (max-width: 1699px) {
  .collection-area.collection-winter-area .section-title .title {
      font-size: 54px;
  }
}

@media only screen and (max-width: 1199px) {
  .collection-area.collection-winter-area .section-title .title {
      font-size: 44px;
      padding-right: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .collection-area.collection-winter-area .section-title .title {
      max-width: none;
      padding-left: 70px;
      text-align: left;
  }
}

@media only screen and (max-width: 479.98px) {
  .collection-area.collection-winter-area .section-title .title {
      font-size: 36px;
      padding-right: 0px;
  }
}

@media only screen and (max-width: 359.98px) {
  .collection-area.collection-winter-area .section-title .title {
      font-size: 30px;
      padding-left: 50px;
  }
}

.collection-area.collection-winter-area .section-title .title span {
  padding-right: 9px;
  position: relative;
}

.collection-area.collection-winter-area .section-title .title span::before {
  background-color: rgb(166, 70, 55);
  content: "";
  height: 1px;
  position: absolute;
  right: calc(100% + 10px);
  top: calc(50% - 0.5px);
  width: 150px;
}

@media only screen and (max-width: 767px) {
  .collection-area.collection-winter-area .section-title .title span::before {
      width: 70px;
  }
}

.collection-area.collection-winter-area .section-title p {
  color: rgb(0 0 0);
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 40px;
  margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
  .collection-area.collection-winter-area .section-title p {
      font-size: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .collection-area.collection-winter-area .section-title p {
      margin-bottom: 20px;
      margin-top: 25px;
  }
}

.collection-slider-area {
  margin-top: 100px;
}

@media only screen and (max-width: 991px) {
  .collection-slider-area {
      margin-top: 90px;
  }
}

@media only screen and (max-width: 575px) {
  .collection-slider-area {
      margin-top: 70px;
  }
}

.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide-active .slider-item .bg-img {
  transform: scale(1.3);
  animation-name: ken-burns-in;
  animation-timing-function: linear;
}

.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide-active .slider-item .slider-content-area {
  animation-delay: 0.3s;
  animation-name: lafadeInUp;
}

.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  height: 600px;
}

@media only screen and (max-width: 1199px) {
  .collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item {
      height: 570px;
  }
}

@media only screen and (max-width: 767px) {
  .collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item {
      height: 470px;
  }
}

.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .thumb {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 64%;
  z-index: -1;
}

.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .bg-thumb {
  background-position: center top;
  height: 100%;
  width: 100%;
  transform: scale(1);
  animation-duration: 20s;
  animation-fill-mode: both;
  transition: all 10s ease 0s;
}

.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .slider-content-area {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 30px 0px;
  margin: 0px 0px 0px 57%;
  max-width: 600px;
  padding: 70px;
  width: 100%;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media only screen and (max-width: 1399px) {
  .collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .slider-content-area {
      padding: 44px 48px;
  }
}

@media only screen and (max-width: 1199px) {
  .collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .slider-content-area {
      margin: 0px 0px 0px 46%;
      padding: 35px 38px;
  }
}

@media only screen and (max-width: 767px) {
  .collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .slider-content-area {
      padding: 26px 28px;
  }
}

@media only screen and (max-width: 575px) {
  .collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .slider-content-area {
      margin: 0px 0px 0px 10%;
  }
}

@media only screen and (max-width: 479.98px) {
  .collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .slider-content-area {
      margin: 0px 15px;
  }
}

.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .slider-content-area .content span {
  color: #e4c000;
  display: inline-block;
  letter-spacing: 1.6px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .slider-content-area .content span {
      font-size: 13px;
      margin-bottom: 4px;
  }
}

.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .slider-content-area .content h2 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.72px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
  .collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .slider-content-area .content h2 {
      font-size: 30px;
      margin-bottom: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .slider-content-area .content h2 {
      font-size: 24px;
  }
}

.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .slider-content-area .content p {
  margin: 0px;
}

@media only screen and (max-width: 1199px) {
  .collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .slider-content-area .content p {
      font-size: 14px;
  }
}

.collection-slider-content .collection-slider-container .swiper-button-prev, .collection-slider-content .collection-slider-container .swiper-button-next {
  transition: all 0.3s ease 0s;
}

.collection-slider-content .collection-slider-container .swiper-button-prev::before, .collection-slider-content .collection-slider-container .swiper-button-next::before {
  content: "";
  font-family: LaStudioIcons;
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  .collection-slider-content .collection-slider-container .swiper-button-prev::before, .collection-slider-content .collection-slider-container .swiper-button-next::before {
      font-size: 24px;
  }
}

.collection-slider-content .collection-slider-container .swiper-button-prev::after, .collection-slider-content .collection-slider-container .swiper-button-next::after {
  display: none;
}

.collection-slider-content .collection-slider-container .swiper-button-prev:hover, .collection-slider-content .collection-slider-container .swiper-button-next:hover {
  color: #e4c000;
}

.collection-slider-content .collection-slider-container .swiper-button-prev {
  color: rgb(255, 255, 255);
  left: calc(57% - 60px);
}

@media (max-width: 1599px) {
  .collection-slider-content .collection-slider-container .swiper-button-prev {
      inset: auto 82px 0px auto;
      color: rgb(196, 196, 196);
  }
}

.collection-slider-content .collection-slider-container .swiper-button-prev::before {
  content:'';
}

.collection-slider-content .collection-slider-container .swiper-button-next {
  color: rgb(196, 196, 196);
  left: calc(57% + 631.5px);
  right: auto;
}

@media (max-width: 1599px) {
  .collection-slider-content .collection-slider-container .swiper-button-next {
      inset: auto 30px 0px auto;
  }
}

.collection-slider-content .collection-slider-container .swiper-button-next::before {
  content:'';
}

.wishlist-item {
  margin-bottom: 30px;
}

.wishlist-item .wishlist-thumb {
  margin-bottom: 20px;
  position: relative;
}

.wishlist-item .wishlist-thumb img {
  width: 100%;
}

.wishlist-item .wishlist-thumb .ribbon {
  background-color: rgb(0, 0, 0);
  border-radius: 3px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 12px;
  height: 25px;
  left: 9px;
  line-height: 25px;
  position: absolute;
  right: auto;
  text-align: center;
  top: 10px;
  width: 45px;
}

.wishlist-item .wishlist-thumb .ribbon.align-right {
  left: auto;
  right: 9px;
}

.wishlist-item .wishlist-thumb .ribbon.align-right-top {
  left: auto;
  right: 9px;
  top: 60px;
}

.wishlist-item .wishlist-thumb .ribbon-soldout {
  background-color: #e4c000;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  height: 150px;
  left: 50%;
  line-height: 150px;
  opacity: 0.8;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 150px;
  transform: translate(-50%, -50%);
}

.wishlist-item .wishlist-thumb .wishlist-action {
  bottom: 20px;
  -webkit-box-pack: center;
  justify-content: center;
  left: auto;
  position: absolute;
  right: auto;
  text-align: center;
  width: 100%;
}

.wishlist-item .wishlist-thumb .wishlist-action a {
  background-color: rgb(241, 241, 241);
  border-radius: 2px;
  color: rgb(49, 49, 49);
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 44px;
  margin: 0px 2px;
  width: 40px;
  transition: all 0.4s ease 0s;
  transform: scale(0);
}

.wishlist-item .wishlist-thumb .wishlist-action a:hover {
  background-color: #e4c000;
  color: rgb(255, 255, 255);
}

.wishlist-item .wishlist-info {
  text-align: left;
}

.wishlist-item .wishlist-info .title {
  color: rgb(109, 109, 109);
 font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 6px;
}

.wishlist-item .wishlist-info .title a {
  color: rgb(51, 51, 51);
}

.wishlist-item .wishlist-info .title a:hover {
  color: #e4c000;
}

.wishlist-item .wishlist-info .btn-wishlist {
  color: rgb(109, 109, 109);
  font-size: 17px;
  font-weight: 600;
}

.wishlist-item .wishlist-info .prices {
  color: rgb(51, 51, 51);
  font-size: 14px;
  font-weight: 900;
}

.wishlist-item .wishlist-info .prices .price-old {
  color: rgb(118, 117, 117);
  margin-left: 2px;
}

.wishlist-item:hover .wishlist-thumb .wishlist-action a {
  transform: scale(1);
}

.offer-area {
  padding: 100px 0px 18px;
}

@media only screen and (max-width: 575px) {
  .single-offer {
      margin-bottom: 30px;
  }
}

.single-offer .thumb {
  overflow: hidden;
}

.single-offer .thumb img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

.single-offer:hover img {
  transform: scale(1.1);
}

.product-tab-content .nav.nav-tabs-style1.nav-tabs {
  border: none;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 50px;
  text-align: center;
}

.product-tab-content .nav.nav-tabs-style1.nav-tabs .nav-item {
  margin-right: 0px;
}

.product-tab-content .nav.nav-tabs-style1.nav-tabs .nav-item .nav-link {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  color: rgb(153, 153, 153);
  font-size: 18px;
  font-weight: 400;
  margin: 0px;
  padding: 0px 15px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}

@media only screen and (max-width: 991px) {
  .product-tab-content .nav.nav-tabs-style1.nav-tabs .nav-item .nav-link {
      font-size: 16px;
  }
}

@media only screen and (max-width: 479.98px) {
  .product-tab-content .nav.nav-tabs-style1.nav-tabs .nav-item .nav-link {
      font-size: 14px;
  }
}

.product-tab-content .nav.nav-tabs-style1.nav-tabs .nav-item .nav-link.active {
  color: rgb(166, 70, 55);
}

.product-tab-content .nav.nav-tabs-style1.nav-tabs .nav-item .nav-link:hover {
  color: rgb(166, 70, 55);
}

.product-tab-content .nav.nav-tabs-style1.nav-tabs .nav-item:last-child {
  margin-right: 0px;
}

.product-tab-content .nav.nav-tabs-style1.nav-tabs.nav-tabs-style {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-top: -6px;
}

@media only screen and (max-width: 767px) {
  .product-tab-content .nav.nav-tabs-style1.nav-tabs.nav-tabs-style {
      margin-top: 0px;
  }
}

.product-tab-content .nav.nav-tabs-style1.nav-tabs.nav-tabs-style .nav-item {
  display: block;
  margin-bottom: 38px;
  margin-right: 0px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .product-tab-content .nav.nav-tabs-style1.nav-tabs.nav-tabs-style .nav-item {
      margin-bottom: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .product-tab-content .nav.nav-tabs-style1.nav-tabs.nav-tabs-style .nav-item {
      margin-bottom: 10px;
  }
}

.product-tab-content .nav.nav-tabs-style1.nav-tabs.nav-tabs-style .nav-item .nav-link {
  padding: 0px;
  text-align: left;
}

.product-tab-content .nav.nav-tabs-style1.nav-tabs.nav-tabs-style .nav-item .nav-link.active::after {
  display: none;
}

.product-tab-content .nav.nav-tabs-style1.nav-tabs.nav-tabs-style .nav-item:last-child {
  margin-bottom: 0px;
}

.single-product-info {
  position: relative;
  padding-left: 15px;
}

@media only screen and (max-width: 991px) {
  .single-product-info {
      padding-left: 0px;
  }
}

.single-product-info .title {
  color: rgb(51, 51, 51);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.56px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.single-product-info .product-rating {
  display: flex;
  float: right;
  position: relative;
  top: 8px;
}

@media only screen and (max-width: 767px) {
  .single-product-info .product-rating {
      display: block;
      float: none;
      top: 0px;
  }
}

.single-product-info .product-rating .ratting-icons {
  margin-right: 6px;
}

.single-product-info .product-rating .ratting-icons i {
  color: rgb(245, 166, 35);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -2px;
}

.single-product-info .product-rating .ratting-icons i:last-child {
  margin-right: 0px;
}

.single-product-info .product-rating .review {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.single-product-info .product-rating .review a {
  color: rgb(68, 68, 68);
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  margin-right: 10px;
}

.single-product-info .product-rating .review p {
  color: rgb(51, 51, 51);
  display: contents;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
}

.single-product-info .product-rating .review span {
  border-radius: 50%;
  border: 1px solid;
  color: rgb(134, 186, 69);
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 8px;
  line-height: 14px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}

.single-product-info .product-rating .review span::before {
  content:'';
  font-family: LaStudioIcons;
}

.single-product-info .prices {
  border-bottom: 1px solid rgb(235, 235, 235);
  margin-bottom: 21px;
  padding-bottom: 7px;
}

.single-product-info .prices span {
  color: #e4c000;
  font-size: 24px;
  font-weight: 400;
}

.single-product-info .prices .price-old2 {
  color: rgb(168, 168, 168);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-right: 2px;
  text-decoration: line-through;
}

.single-product-info .product-sku {
  border-top: 1px solid rgb(235, 235, 235);
  font-size: 14px;
  padding-top: 20px;
  margin-bottom: 5px;
}

.single-product-info .product-category {
  font-size: 14px;
  margin-bottom: 3px;
}

.single-product-info .product-category span {
  cursor: pointer;
}

.single-product-info .product-category span:hover {
  text-decoration: underline;
}

.single-product-info .widget {
  display: flex;
}

.single-product-info .widget .title {
  color: rgb(68, 68, 68);
 font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.8;
  margin-right: 5px;
  margin-top: 1px;
}

.single-product-info .widget .widget-tags ul {
  margin: 0px;
}

.single-product-info .widget .widget-tags ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.single-product-info .widget .widget-tags ul li a {
  color: rgb(68, 68, 68);
}

.single-product-info .widget .widget-tags ul li a:hover {
  text-decoration: underline;
}

.single-product-info .product-availability {
  font-size: 14px;
  margin-bottom: 8px;
}

.single-product-info .product-availability span {
  color: #e4c000;
}

.single-product-info .product-desc {
  color: rgb(0 0 0);
  margin-bottom: 32px;
  /* font-size: 16px; */
  /* font-weight: 400; */
  /* line-height: 1.8; */
}

@media only screen and (max-width: 767px) {
  .single-product-info .product-desc {
      font-size: 15px;
  }
}

.single-product-info .product-meta {
  margin-bottom: 19px;
}

.single-product-info .product-meta .meta-item {
  -webkit-box-align: center;
  align-items: center;
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: middle;
  width: 100%;
}

.single-product-info .product-meta .meta-item span {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  width: 100px;
}

.single-product-info .product-meta .meta-item form {
  display: inline-block;
  width: 81.82%;
}

.single-product-info .product-meta .meta-item form .form-group {
  margin-bottom: 0px;
}

.single-product-info .product-meta .meta-item form .form-group .form-control {
  border: 1px solid rgb(221, 221, 221);
  background-color: transparent;
  border-radius: 0px;
  box-shadow: none;
  color: rgb(114, 120, 131);
  display: block;
  font-size: 14px;
  height: 42px;
  padding: 5px 10px;
}

.single-product-info .product-meta .meta-item form .form-group .form-control option {
  font-size: 14px;
  color: rgb(114, 120, 131);
}

.single-product-info .product-meta .meta-item form .form-group .form-control:active, .single-product-info .product-meta .meta-item form .form-group .form-control:focus {
  border-color: rgb(0, 0, 0);
}

.single-product-info .product-meta .meta-item form .form-group select {
  appearance: none;
  background-image: url("../img/icons/select-arrow.html");
  background-repeat: no-repeat;
  background-position: right center;
}

.single-product-info .product-action-size {
  -webkit-box-align: baseline;
  align-items: baseline;
  display: flex;
}

.single-product-info .product-action-size .title {
  color: rgb(68, 68, 68);
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0px 70px 0px 0px;
  line-height: 1.8;
}

.single-product-info .product-action-size ul {
  margin-bottom: 5px;
}

.single-product-info .product-action-size ul li {
  display: inline-block;
  color: rgb(68, 68, 68);
  cursor: pointer;
  font-size: 16px;
  border: 1px solid rgb(227, 228, 233);
  min-width: 40px;
  min-height: 40px;
  text-align: center;
  line-height: 40px;
  transition: all 0.3s ease-in-out 0s;
}

.single-product-info .product-action-size ul li:last-child {
  margin-right: 0px;
}

.single-product-info .product-action-size ul li.active {
  border-color: rgb(0, 0, 0);
}

.single-product-info .product-action-size ul li a {
  color: rgb(68, 68, 68);
  display: block;
}

.single-product-info .product-action-color {
  display: flex;
}

.single-product-info .product-action-color .title {
  color: rgb(68, 68, 68);
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0px 59px 0px 0px;
  line-height: 1.8;
}

.single-product-info .product-action-color ul {
  display: flex;
  margin-bottom: 10px;
}

.single-product-info .product-action-color ul li {
  border: 1px solid rgb(227, 228, 233);
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 0px;
  position: relative;
  margin-right: 5px;
}

.single-product-info .product-action-color ul li a {
  display: block;
}

.single-product-info .product-action-color ul li.active::before {
  color: rgb(255, 255, 255);
  content:'';
  font-family: IcoFont;
  font-size: 20px;
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.single-product-info .product-action-color ul li.soldout::after, .single-product-info .product-action-color ul li.soldout::before {
  position: absolute;
  left: 43%;
  top: -10%;
  content: "";
  color: red;
  font-size: 40px;
  text-align: center;
  width: 2px;
  height: 32px;
  background: red;
  opacity: 0.5;
}

.single-product-info .product-action-color ul li.soldout::before {
  transform: rotate(-40deg);
}

.single-product-info .product-action-color ul li.soldout::after {
  transform: rotate(40deg);
}

.single-product-info .product-action-color ul li.bg-color-purple {
  background-color: rgb(128, 0, 128);
}

.single-product-info .product-action-color ul li.bg-color-violet {
  background-color: rgb(238, 130, 238);
}

.single-product-info .product-action-color ul li.bg-color-brown {
  background-color: rgb(193, 151, 44);
}

.single-product-info .product-action-color ul li.bg-color-black {
  background-color: rgb(0, 0, 0);
}

.single-product-info .product-action-color ul li.bg-color-pink {
  background-color: rgb(255, 192, 203);
}

.single-product-info .product-action-color ul li.bg-color-orange {
  background-color: rgb(255, 165, 0);
}

.single-product-info .product-action-color ul li.bg-color-red {
  background-color: rgb(255, 0, 0);
}

.single-product-info .product-action-color ul li.bg-color-green {
  background-color: rgb(0, 128, 0);
}

.single-product-info .product-action-color ul li.bg-color-blue {
  background-color: rgb(0, 0, 255);
}

.single-product-info .product-action-color ul li.bg-color-yellow {
  background-color: rgb(255, 255, 0);
}

.single-product-info .product-action-color ul li.bg-color-white {
  background-color: rgb(255, 255, 255);
}

.single-product-info .product-action-color ul li.bg-color-gold {
  background-color: rgb(255, 215, 0);
}

.single-product-info .product-action-color ul li.bg-color-gray {
  background-color: rgb(128, 128, 128);
}

.single-product-info .product-action-material .title {
  display: block;
  font-size: 13px;
  font-weight: 300;
  color: rgb(119, 119, 119);
  margin: 0px 0px 16px;
  line-height: 13px;
}

.single-product-info .product-action-material ul {
  display: flex;
  margin-bottom: 24px;
}

.single-product-info .product-action-material ul li {
  cursor: pointer;
  width: 55px;
  height: 34px;
  line-height: 32px;
  font-size: 12px;
  color: rgb(130, 132, 149);
  border: 1px solid rgb(227, 228, 233);
  text-align: center;
  margin-right: 10px;
  transition: all 0.3s ease-in-out 0s;
}

.single-product-info .product-action-material ul li:last-child {
  margin-right: 0px;
}

.single-product-info .product-action-material ul li.active {
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(51, 51, 51);
}

.single-product-info .product-action-material ul li:hover {
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(51, 51, 51);
}

.single-product-info .countdown-content {
  margin-bottom: 30px;
  margin-top: 5px;
}

.single-product-info .countdown-content .countdown-timer {
  bottom: auto;
  left: auto;
  position: relative;
}

.single-product-info .countdown-content .countdown-timer li {
  display: inline-block;
}

.single-product-info .quick-product-action {
  margin-bottom: 28px;
  margin-top: 0px;
}

.single-product-info .quick-product-action .action-top {
  display: flex;
  margin-bottom: 17px;
}

.single-product-info .quick-product-action .action-top .pro-qty-area {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 12px;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}

.single-product-info .quick-product-action .action-top .pro-qty-area .qty-title {
  display: block;
  font-size: 13px;
  font-weight: 300;
  margin: 0px 0px 10px;
}

.single-product-info .quick-product-action .action-top .pro-qty-area .pro-qty {
  display: inline-block;
  position: relative;
}

.single-product-info .quick-product-action .action-top .pro-qty-area .pro-qty input {
  color: rgb(102, 102, 102);
  border: none;
  text-align: center;
  font-size: 14px;
  width: 83px;
}

.single-product-info .quick-product-action .action-top .pro-qty-area .pro-qty .qty-btn {
  color: rgb(102, 102, 102);
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  text-align: center;
  line-height: 30px;
  width: 20px;
}

.single-product-info .quick-product-action .action-top .pro-qty-area .pro-qty .qty-btn.inc {
  right: 0px;
}

.single-product-info .quick-product-action .action-top .pro-qty-area .pro-qty .qty-btn.dec {
  left: 0px;
}

.single-product-info .quick-product-action .action-top .btn-theme {
  font-size: 16px;
  line-height: 30px;
  min-width: 230px;
  vertical-align: middle;
  font-weight: 400;
  padding: 15px 30px;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .single-product-info .quick-product-action .action-top .btn-theme {
      min-width: 160px;
  }
}

.single-product-info .quick-product-action .action-top .btn-theme:hover {
  background-color: #e4c000;
}

.single-product-info .quick-product-action .action-bottom .btn.btn-black {
  border: 1px solid rgb(237, 237, 237);
  border-radius: 0px;
  color: rgb(51, 51, 51);
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  padding: 16px 18px 17px;
  margin-right: 15px;
  position: relative;
  transition: all 0.5s ease 0s;
}

.single-product-info .quick-product-action .action-bottom .btn.btn-black:hover {
  background-color: #e4c000;
  color: rgb(255, 255, 255);
}

.single-product-info .quick-product-action .action-bottom a {
  color: rgb(51, 51, 51);
  display: inline-flex;
  font-size: 12px;
  line-height: 1;
  margin-right: 15px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}

.single-product-info .quick-product-action .action-bottom a i {
  font-size: 14px;
  margin-right: 10px;
}

.single-product-info .quick-product-action .action-bottom a:hover {
  color: #e4c000;
}

.single-product-info .quick-product-action .action-bottom .btn-buy-amazon {
  border: 1px solid rgb(237, 237, 237);
  color: rgb(51, 51, 51);
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  padding: 16px 18px 17px;
  position: relative;
}

.single-product-info .quick-product-action .action-bottom .btn-buy-amazon:hover {
  background-color: #e4c000;
  border-color: #e4c000;
  color: rgb(255, 255, 255);
}

.single-product-info .quick-product-action .quick-product-quantity {
  margin-bottom: 30px;
}

.single-product-info .quick-product-action .quick-product-quantity .quantity-list-item {
  border-bottom: 1px solid rgb(236, 234, 234);
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  min-height: 60px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 479.98px) {
  .single-product-info .quick-product-action .quick-product-quantity .quantity-list-item {
      display: block;
  }
}

.single-product-info .quick-product-action .quick-product-quantity .quantity-list-item .pro-qty-area {
  display: flex;
}

.single-product-info .quick-product-action .quick-product-quantity .quantity-list-item .pro-qty-area .pro-qty {
  display: inline-block;
  position: relative;
  height: 36px;
  width: 70px;
}

.single-product-info .quick-product-action .quick-product-quantity .quantity-list-item .pro-qty-area .pro-qty input {
  height: 36px;
  width: 70px;
  border: none;
  background-color: transparent;
  text-align: center;
  font-size: 14px;
  color: rgb(51, 51, 51);
  margin: 0px;
  padding: 0px;
}

.single-product-info .quick-product-action .quick-product-quantity .quantity-list-item .pro-qty-area .pro-qty .qty-btn {
  color: rgb(51, 51, 51);
  font-size: 20px;
  line-height: 1;
  left: 0px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.single-product-info .quick-product-action .quick-product-quantity .quantity-list-item .pro-qty-area .pro-qty .qty-btn.inc {
  left: auto;
  right: 0px;
}

.single-product-info .quick-product-action .quick-product-quantity .quantity-list-item .pro-qty-area .content {
  margin-left: 28px;
  margin-top: 4px;
}

.single-product-info .quick-product-action .quick-product-quantity .quantity-list-item .pro-qty-area .content .title {
  color: rgb(51, 51, 51);
  font-size: 14px;
  font-weight: 400;
 font-family: "Poppins", sans-serif;
  line-height: 1;
  margin-bottom: 10px;
}

.single-product-info .quick-product-action .quick-product-quantity .quantity-list-item .pro-qty-area .content .title a {
  color: rgb(51, 51, 51);
}

.single-product-info .quick-product-action .quick-product-quantity .quantity-list-item .pro-qty-area .content .price {
  font-size: 14px;
 font-family: "Poppins", sans-serif;
  color: rgb(68, 68, 68);
  margin-bottom: 0px;
}

.single-product-info .quick-product-action .quick-product-quantity .quantity-list-item .product-stock {
  align-self: flex-end;
  color: rgb(68, 68, 68);
  font-size: 12px;
  margin-bottom: 4px;
  position: relative;
}

.single-product-info .quick-product-action .quick-product-quantity .quantity-list-item .product-stock::before {
  content:'';
  font-family: LaStudioIcons;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid;
  font-size: 8px;
  display: inline-block;
  line-height: 14px;
  text-align: center;
  color: rgb(134, 186, 69);
  margin-left: 5px;
  margin-right: 5px;
}

.single-product-info .product-social-info {
  border-top: 1px solid rgb(237, 237, 237);
  padding-top: 21px;
  margin-bottom: 10px;
  margin-top: 16px;
}

.single-product-info .product-social-info a {
  color: rgb(68, 68, 68);
  display: inline-block;
  margin: 0px 15px 0px 0px;
  font-size: 18px;
}

.single-product-info .product-social-info a:hover {
  color: #e4c000;
}

.single-product-info .payment-support h5 {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 16px;
}

.single-product-info .payment-support .payment-items {
  display: flex;
}

.single-product-info .payment-support .payment-items .payment-item {
  float: left;
  margin-right: 4px;
}

.single-product-info .payment-support .payment-items .payment-item img {
  padding: 0.2em;
}

.single-product-info .payment-support .payment-items .payment-item:last-child {
  margin-right: 0px;
}

.single-product-info .widget-social-icons {
  display: flex;
}

.single-product-info .widget-social-icons span {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 600;
  margin-right: 12px;
}

@media only screen and (max-width: 575px) {
  .single-product-info .widget-social-icons span {
      font-size: 14px;
      margin-right: 2px;
  }
}

.single-product-info .widget-social-icons a {
  background-color: #e4c000;
  border: 1px solid transparent;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 15px;
  line-height: 16px;
  margin-right: 10px;
  padding: 6.5px 9px;
  text-align: center;
  width: auto;
}

@media only screen and (max-width: 575px) {
  .single-product-info .widget-social-icons a {
      font-size: 12px;
      margin-right: 6px;
  }
}

.single-product-info .widget-social-icons a:last-child {
  margin-right: 0px;
}

.single-product-info .widget-social-icons a.facebook {
  background-color: rgb(67, 95, 159);
}

.single-product-info .widget-social-icons a.facebook:hover {
  background-color: transparent;
  border-color: rgb(67, 95, 159);
  color: rgb(67, 95, 159);
}

.single-product-info .widget-social-icons a.twitter {
  background-color: rgb(85, 172, 238);
}

.single-product-info .widget-social-icons a.twitter:hover {
  background-color: transparent;
  border-color: rgb(0, 170, 240);
  color: rgb(0, 170, 240);
}

.single-product-info .widget-social-icons a.google-plus {
  background-color: rgb(254, 101, 83);
}

.single-product-info .widget-social-icons a.google-plus:hover {
  background-color: transparent;
  border-color: rgb(224, 75, 52);
  color: rgb(224, 75, 52);
}

.single-product-info .widget-social-icons a.pinterest {
  background-color: rgb(195, 32, 38);
}

.single-product-info .widget-social-icons a:hover {
  background-color: transparent;
  border-color: rgb(206, 31, 33);
  color: rgb(206, 31, 33);
}

.single-product-info .widget-social-icons a i {
  font-size: 14px;
}

.single-product-info .product-nextprev {
  display: flex;
  position: absolute;
  top: -43px;
  right: 0px;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .single-product-info .product-nextprev {
      position: relative;
      top: 0px;
      margin-top: 20px;
  }
}

.single-product-info .product-nextprev a {
  color: rgb(68, 68, 68);
  font-size: 20px;
  line-height: 20px;
}

.single-product-info .product-nextprev a + a {
  margin-left: 10px;
}

.single-product-info .product-nextprev a:hover {
  color: #e4c000;
}

.single-product-info.product-info-affiliate .title {
  margin-bottom: 23px;
}

.single-product-info.product-info-countdown .countdown-content {
  margin-bottom: 12px;
  margin-top: 16px;
}

.single-product-info.product-info-countdown .countdown-content h4 {
  font-size: 14px;
  margin-bottom: 15px;
}

.single-product-info.product-info-countdown .countdown-content h4 span {
  font-weight: 400;
}

.single-product-info.product-info-countdown .countdown-content .countdown-timer {
  left: 0px;
  transform: none;
  bottom: 0px;
  top: 0px;
}

.single-product-info.product-info-countdown .countdown-content .countdown-timer li span {
  display: block;
}

.single-product-info.product-info-countdown .countdown-content .countdown-timer li p {
  display: block;
}

.single-product-slider {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  margin-left: 12px;
}

@media (max-width: 1599px) {
  .single-product-slider {
      margin-left: 25px;
  }
}

@media only screen and (max-width: 1399px) {
  .single-product-slider {
      margin-left: 46px;
  }
}

@media only screen and (max-width: 1199px) {
  .single-product-slider {
      margin-left: 0px;
      display: block;
  }
}

@media only screen and (max-width: 991px) {
  .single-product-slider {
      margin-bottom: 40px;
  }
}

.single-product-slider .single-product-thumb {
  padding-left: 20px;
  padding-right: 14px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .single-product-slider .single-product-thumb {
      padding-left: 0px;
      padding-right: 0px;
      margin-bottom: 15px;
      height: 600px;
      overflow: hidden;
  }
}

@media only screen and (max-width: 575px) {
  .single-product-slider .single-product-thumb {
      height: auto;
  }
}

.single-product-slider .single-product-thumb .thumb-item {
  position: relative;
}

.single-product-slider .single-product-thumb .thumb-item img {
  cursor: pointer;
  width: 100%;
}

.single-product-slider .single-product-thumb .thumb-item .ribbons .ribbon {
  background-color: rgb(142, 187, 37);
  border-radius: 20px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 12px;
  left: auto;
  line-height: 21px;
  min-width: 60px;
  padding: 2px 15px 2px 12px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 20px;
  width: auto;
}

.single-product-slider .single-product-thumb .zoomImg {
  pointer-events: none;
}

.single-product-slider .single-product-thumb .product-gallery-actions {
  bottom: 29px;
  position: absolute;
  right: 34px;
}

.single-product-slider .single-product-thumb .product-gallery-actions a {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 1px;
  background: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 19px;
  border-radius: 50%;
  display: block;
  margin: 5px;
  line-height: 52px;
  transition: all 0.3s ease-in-out 0s;
}

.single-product-slider .single-product-thumb .product-gallery-actions a:hover {
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
}

@media only screen and (max-width: 1199px) {
  .single-product-slider .single-product-thumb.product-thumb-style2 {
      height: auto;
  }
}

@media only screen and (max-width: 991px) {
  .single-product-slider .single-product-thumb.product-thumb-style2 .thumb-item .d-flex a {
      width: 50%;
  }
}

.single-product-slider .single-product-thumb.product-thumb-style3 {
  padding-left: 0px;
  padding-right: 0px;
}

@media only screen and (max-width: 1199px) {
  .single-product-slider .single-product-thumb.product-thumb-style3 {
      height: auto;
  }
}

.single-product-slider .single-product-nav {
  position: relative;
}

.single-product-slider .single-product-nav .nav-item {
  cursor: pointer;
  opacity: 0.5;
  position: relative;
  margin-bottom: 18px;
  transition: all 0.3s ease-in-out 0s;
}

.single-product-slider .single-product-nav .nav-item::before {
  border: 1px solid #e4c000;
  content: "";
  height: 100%;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
}

.single-product-slider .single-product-nav .nav-item img {
  width: 100%;
}

.single-product-slider .single-product-nav .slick-slide {
  border: none;
  width: 130px;
}

@media only screen and (max-width: 991px) {
  .single-product-slider .single-product-nav .slick-slide {
      max-width: 130px !important;
      width: 100% !important;
  }
}

@media only screen and (max-width: 479.98px) {
  .single-product-slider .single-product-nav .slick-slide {
      max-width: 97px !important;
  }
}

.single-product-slider .single-product-nav .slick-slide div {
  line-height: 1;
}

.single-product-slider .single-product-nav .slick-slide.slick-current .nav-item {
  opacity: 1;
}

.single-product-slider .single-product-nav .slick-slide.slick-current .nav-item::before {
  opacity: 1;
}

@media only screen and (max-width: 1199px) {
  .single-product-slider .single-product-nav .slick-track {
      margin: 0px -10px;
  }
}

@media only screen and (max-width: 575px) {
  .single-product-slider .single-product-nav .slick-track {
      margin: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .single-product-slider .single-product-nav .slick-track .slick-slide {
      padding: 0px 10px;
  }
}

@media only screen and (max-width: 575px) {
  .single-product-slider .single-product-nav .slick-track .slick-slide {
      padding: 0px;
  }
}

.single-product-slider .product-dec-slider-right {
  width: 85%;
}

@media (max-width: 1599px) {
  .single-product-slider .product-dec-slider-right {
      width: 84%;
  }
}

@media only screen and (max-width: 1199px) {
  .single-product-slider .product-dec-slider-right {
      width: 100%;
  }
}

.single-product-slider .product-dec-slider-left {
  width: 130px;
}

@media only screen and (max-width: 1199px) {
  .single-product-slider .product-dec-slider-left {
      width: 100%;
  }
}

.product-description-review .product-description-tab-menu {
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-image: initial;
  border-top: 1px solid rgb(235, 235, 235);
  display: flex;
  margin-right: 50px;
  -webkit-box-pack: center;
  justify-content: center;
}

.product-description-review .product-description-tab-menu .nav-item .nav-link {
  border: none;
  border-radius: 0px;
  background-color: transparent;
  color: rgb(168, 168, 168);
  font-size: 18px;
  font-weight: 400;
 font-family: "Poppins", sans-serif;
  padding: 22px 27px 0px;
  position: relative;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}

@media only screen and (max-width: 575px) {
  .product-description-review .product-description-tab-menu .nav-item .nav-link {
      font-size: 16px;
      padding: 20px 10px 0px;
  }
}

.product-description-review .product-description-tab-menu .nav-item .nav-link.active {
  font-size: 18px;
  font-weight: 600;
  color: rgb(51, 51, 51);
}

@media only screen and (max-width: 575px) {
  .product-description-review .product-description-tab-menu .nav-item .nav-link.active {
      font-size: 16px;
      font-weight: 400;
  }
}

.product-description-review .product-description-tab-menu .nav-item .nav-link.active::after {
  opacity: 1;
}

.product-description-review .product-description-tab-menu .nav-item .nav-link::after {
  background-color: #e4c000;
  content: "";
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 4px;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: all 0.3s ease-in-out 0s;
}

@media only screen and (max-width: 575px) {
  .product-description-review .product-description-tab-menu .nav-item .nav-link::after {
      display: none;
  }
}

.product-description-review .tab-content {
  padding: 75px 0px 0px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) {
  .product-description-review .tab-content {
      margin: 55px 0px 0px;
  }
}

@media only screen and (max-width: 991px) {
  .product-description-review .tab-content {
      margin: 0px;
      padding: 50px 0px 0px;
  }
}

.product-description-review .tab-content .product-desc {
  font-size: 14px;
  line-height: 24px;
}

.product-description-review .tab-content .product-desc p {
  color: rgb(51, 51, 51);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
}

.product-description-review .tab-content .product-desc .product-desc-row {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .product-description-review .tab-content .product-desc .product-desc-row {
      display: block;
  }
}

.product-description-review .tab-content .product-desc .product-desc-row .product-thumb {
  margin-right: 70px;
}

@media only screen and (max-width: 1199px) {
  .product-description-review .tab-content .product-desc .product-desc-row .product-thumb {
      margin-right: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .product-description-review .tab-content .product-desc .product-desc-row .product-thumb {
      margin-right: 0px;
      margin-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .product-description-review .tab-content .product-desc .product-desc-row .product-thumb img {
      width: 100%;
  }
}

.product-description-review .tab-content .product-desc .product-desc-row .product-content {
  width: 100%;
  max-width: 550px;
}

@media only screen and (max-width: 1199px) {
  .product-description-review .tab-content .product-desc .product-desc-row .product-content {
      max-width: 100%;
  }
}

.product-description-review .tab-content .product-desc .product-desc-row .product-content h4 {
  color: rgb(51, 51, 51);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

.product-description-review .tab-content .product-desc .product-desc-row .product-content p {
  color: rgb(68, 68, 68);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

@media only screen and (max-width: 1199px) {
  .product-description-review .tab-content .product-desc .product-desc-row .product-content p {
      font-size: 14px;
  }
}

.product-description-review .tab-content .product-desc .product-desc-row .product-content p:last-child {
  margin-bottom: 11px;
}

.product-description-review .tab-content .product-size-chart .table tbody tr td {
  padding: 10px;
  border: 1px solid rgb(235, 235, 235);
}

.product-description-review .tab-content .product-review .product-review-form .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 17px;
}

.product-description-review .tab-content .product-review .product-review-form p {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-style: italic;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.product-description-review .tab-content .product-review .product-review-form .rating {
  margin-bottom: 15px;
}

.product-description-review .tab-content .product-review .product-review-form .rating .rating-title {
  margin-right: 15px;
}

.product-description-review .tab-content .product-review .product-review-form .rating span {
  color: rgb(68, 68, 68);
}

.product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-group label {
  color: rgb(68, 68, 68);
  font-size: 16px;
  margin-bottom: 10px;
}

.product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-group textarea {
  padding: 20px;
  max-width: 100%;
  height: 150px;
  width: 100%;
  margin-bottom: 16px;
}

.product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-group input {
  max-height: 60px;
}

.product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-group .form-control {
  box-shadow: none;
  border-radius: 0px;
  max-width: 100%;
  padding: 15px 25px;
  line-height: 2;
  width: 100%;
}

.product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-group .btn-theme {
  font-size: 14px;
  min-width: 180px;
  padding: 13.5px 40px;
}

.product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-check {
  display: flex;
  margin-top: 18px;
  margin-bottom: 16px;
}

.product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-check .form-check-input {
  box-shadow: none;
  border-radius: 0px;
  margin-right: 20px;
  min-width: 16px;
  min-height: 16px;
}

.product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-check .form-check-label {
  font-size: 14px;
}

.product-description-review .tab-content .product-review .product-review-comments .title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.4px;
  margin-bottom: 30px;
  padding-bottom: 22px;
}

.product-description-review .tab-content .product-review .product-review-comments .title span {
  font-weight: 600;
}

.product-description-review .tab-content .product-review .product-review-comments .comment-item {
  -webkit-box-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  margin-bottom: 62px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 575px) {
  .product-description-review .tab-content .product-review .product-review-comments .comment-item {
      display: block;
  }
}

.product-description-review .tab-content .product-review .product-review-comments .comment-item .thumb img {
  border-radius: 50%;
  min-width: 100px;
  margin-right: 30px;
  width: 100px;
  height: 100px;
}

.product-description-review .tab-content .product-review .product-review-comments .comment-item .content {
  position: relative;
  top: 0px;
}

@media only screen and (max-width: 575px) {
  .product-description-review .tab-content .product-review .product-review-comments .comment-item .content {
      top: 0px;
      margin-top: 8px;
  }
}

.product-description-review .tab-content .product-review .product-review-comments .comment-item .content .rating {
  margin-bottom: 7px;
}

.product-description-review .tab-content .product-review .product-review-comments .comment-item .content .rating span {
  color: rgb(245, 166, 35);
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.63px;
}

.product-description-review .tab-content .product-review .product-review-comments .comment-item .content .meta {
  color: rgb(68, 68, 68);
  font-size: 16px;
  font-weight: 400;
 font-family: "Poppins", sans-serif;
}

.product-description-review .tab-content .product-review .product-review-comments .comment-item .content .meta span {
  font-weight: 600;
}

.product-description-review .tab-content .product-review .product-review-comments .comment-item .content .review {
  color: rgb(68, 68, 68);
  font-size: 16px;
  font-weight: 400;
 font-family: "Poppins", sans-serif;
  margin-bottom: 7px;
}

.product-description-review .tab-content .product-review .product-review-comments .comment-item2 {
  margin-bottom: 62px;
}

.product-description-review.style-two {
  margin-top: 30px;
}

.product-description-review.style-two .accordion {
  border: none;
  margin: 0px;
  padding: 0px;
}

.product-description-review.style-two .accordion .accordion-item {
  margin-bottom: 12px;
}

.product-description-review.style-two .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-radius: 0px;
  border-bottom: 1px solid rgb(0, 0, 0);
  box-shadow: none;
  color: #e4c000;
 font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding-left: 0px;
  text-transform: uppercase;
}

.product-description-review.style-two .accordion .accordion-item .accordion-header .accordion-button::before {
  content: "-";
  font-size: 30px;
  font-weight: 400;
  position: absolute;
  right: 0px;
  top: 9px;
}

.product-description-review.style-two .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}

.product-description-review.style-two .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: rgb(51, 51, 51);
  font-weight: 400;
}

.product-description-review.style-two .accordion .accordion-item .accordion-header .accordion-button.collapsed::before {
  content: "+";
}

.product-description-review.style-two .accordion .accordion-item .accordion-collapse {
  border: none;
  padding: 0px;
}

.product-description-review.style-two .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 20px 0px 0px;
}

.product-description-review.style-two .accordion-item .product-desc .product-desc-row .product-content .desc-title {
  font-weight: 600;
  margin-bottom: 20px;
}

.product-description-review.style-two .accordion-item .product-desc .product-desc-row .product-content p {
  color: rgb(68, 68, 68);
  font-size: 16px;
}

.shop-toolbar-wrap {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .shop-toolbar-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
  }
}

@media only screen and (max-width: 479.98px) {
  .shop-toolbar-wrap {
      -webkit-box-align: start;
      align-items: start;
  }
}

@media only screen and (max-width: 479.98px) {
  .shop-toolbar-wrap .shop-toolbar-left {
      margin-bottom: 10px;
  }
}

.shop-toolbar-wrap .shop-toolbar-right {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 479.98px) {
  .shop-toolbar-wrap .shop-toolbar-right {
      display: block;
  }
}

.shop-toolbar-wrap .product-showing-status .count-result {
  color: rgb(68, 68, 68);
  font-size: 16px;
  line-height: 24px;
}

.shop-toolbar-wrap .product-sorting-menu {
  cursor: pointer;
  position: relative;
}

.shop-toolbar-wrap .product-sorting-menu .current {
  color: rgb(68, 68, 68);
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 20px 12px 18px;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .shop-toolbar-wrap .product-sorting-menu .current {
      padding: 12px 8px;
  }
}

@media only screen and (max-width: 479.98px) {
  .shop-toolbar-wrap .product-sorting-menu .current {
      padding-left: 0px;
  }
}

.shop-toolbar-wrap .product-sorting-menu .current i {
  font-size: 12px;
  margin-left: 11px;
  position: relative;
  top: -1px;
}

.shop-toolbar-wrap .product-sorting-menu ul {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(235, 235, 235);
  right: 0px;
  opacity: 0;
  position: absolute;
  top: 47px;
  visibility: hidden;
  z-index: 1;
  transition: all 0.3s ease-in-out 0s;
}

.shop-toolbar-wrap .product-sorting-menu ul li {
  border-bottom: 1px solid rgb(235, 235, 235);
  display: block;
  min-width: 115px;
}

.shop-toolbar-wrap .product-sorting-menu ul li:last-child {
  border-bottom: none;
}

.shop-toolbar-wrap .product-sorting-menu ul li a {
  color: rgb(68, 68, 68);
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 15px;
  position: relative;
}

.shop-toolbar-wrap .product-sorting-menu ul li.active a {
  background-color: rgb(241, 240, 240);
}

.shop-toolbar-wrap .product-sorting-menu ul li:hover a {
  background-color: rgb(241, 240, 240);
}

.shop-toolbar-wrap .product-sorting-menu:hover ul {
  opacity: 1;
  visibility: visible;
}

.product-view-mode {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 479.98px) {
  .product-view-mode {
      margin-top: 30px;
  }
}

.product-view-mode nav .nav.nav-tabs {
  background-color: transparent;
  border: none;
}

.product-view-mode nav .nav.nav-tabs .nav-link {
  background-color: transparent;
  border: none;
  color: rgb(68, 68, 68);
  font-size: 20px;
  line-height: 24px;
  margin-left: 30px;
  margin-top: -1px;
  opacity: 0.5;
  padding: 0px;
}

.product-view-mode nav .nav.nav-tabs .nav-link:first-child {
  margin-left: 22px;
}

@media only screen and (max-width: 479.98px) {
  .product-view-mode nav .nav.nav-tabs .nav-link:first-child {
      margin-left: 0px;
  }
}

.product-view-mode nav .nav.nav-tabs .nav-link.active {
  color: #e4c000;
  opacity: 1;
}

.shop-sidebar-area .widget .widget-price-filter {
  margin-bottom: 80px;
  margin-top: 25px;
  position: relative;
  padding-right: 15px;
}

.shop-sidebar-area .widget .widget-price-filter .slider-labels {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  margin-top: 0px;
  position: absolute;
  right: 0px;
}

.shop-sidebar-area .widget .widget-price-filter .slider-labels span, .shop-sidebar-area .widget .widget-price-filter .slider-labels .caption {
  color: rgb(51, 51, 51);
  font-size: 12px;
  line-height: 21px;
}

.shop-sidebar-area .widget .widget-price-filter .slider-labels .range-price-title {
  margin-right: 5px;
}

.shop-sidebar-area .widget .widget-price-filter .slider-labels .range-separator {
  margin: -2px 4px 0px;
}

.shop-sidebar-area .widget .widget-price-filter .noUi-background {
  background: rgb(218, 218, 221);
}

.shop-sidebar-area .widget .widget-price-filter .noUi-target {
  border-radius: 4px;
}

.shop-sidebar-area .widget .widget-price-filter .noUi-connect {
  background: #e4c000;
}

.shop-sidebar-area .widget .widget-price-filter .noUi-horizontal {
  height: 5px;
  margin-bottom: 22px;
}

.shop-sidebar-area .widget .widget-price-filter .noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  background-color: rgb(255, 255, 255);
  cursor: ew-resize;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 4px 0px;
  top: -8px;
}

.shop-sidebar-area .widget .widget-price-filter .noUi-horizontal .noUi-handle:active {
  border: none;
  left: -7px;
  top: -8px;
}

.shop-sidebar-area .widget .widget-price-filter .btn-filter {
  text-transform: uppercase;
  width: 110px;
  padding: 8px 10px;
  line-height: 20px;
  font-size: 11px;
  border: 2px solid;
  background-color: transparent;
  color: rgb(51, 51, 51);
  display: inline-block;
  margin: 0px;
  cursor: pointer;
  text-align: center;
  border-radius: 0px;
  transition: all 0.3s ease 0s;
}

.shop-sidebar-area .widget .widget-color-menu {
  margin-top: 30px;
  margin-left: -10px;
  margin-bottom: 60px;
}

.shop-sidebar-area .widget .widget-color-menu ul {
  display: flex;
}

.shop-sidebar-area .widget .widget-color-menu ul li {
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  margin: 0px 10px 10px;
  padding: 0px;
  position: relative;
  width: 28px;
}

.shop-sidebar-area .widget .widget-color-menu ul li.blue {
  background-color: rgb(34, 83, 216);
}

.shop-sidebar-area .widget .widget-color-menu ul li.brown {
  background-color: rgb(193, 151, 44);
}

.shop-sidebar-area .widget .widget-color-menu ul li.red {
  background-color: rgb(221, 51, 51);
}

.shop-sidebar-area .widget .widget-color-menu ul li.violet {
  background-color: rgb(181, 36, 229);
}

.shop-sidebar-area .widget .widget-color-menu ul li::before {
  color: rgb(255, 255, 255);
  content:'';
  font-family: LaStudioIcons;
  position: absolute;
  opacity: 0;
  top: 6px;
  font-size: 16px;
  line-height: 1;
  left: 7px;
  transition: all 0.2s ease-in-out 0s;
}

.shop-sidebar-area .widget .widget-color-menu ul li:hover::before {
  opacity: 1;
}

.shop-sidebar-area .widget .widget-size-menu {
  margin-top: 30px;
  margin-bottom: 70px;
}

.shop-sidebar-area .widget .widget-size-menu ul li {
  color: rgb(51, 51, 51);
  font-size: 14px;
  line-height: 1;
  margin-bottom: 25px;
}

.shop-sidebar-area .widget .widget-size-menu ul li a {
  color: rgb(51, 51, 51);
  position: relative;
}

.shop-sidebar-area .widget .widget-size-menu ul li a::before {
  border: 1px solid rgb(168, 168, 168);
  border-radius: 0px;
  color: transparent;
  content: "";
  display: inline-block;
  height: 15px;
  margin-right: 10px;
  text-align: center;
  width: 15px;
  vertical-align: -2px;
}

.shop-sidebar-area .widget .widget-size-menu ul li a::after {
  content:'';
  font-family: LaStudioIcons;
  position: absolute;
  left: 0px;
  font-size: 10px;
  margin-left: 3px;
  margin-top: 3px;
  color: rgb(255, 255, 255);
}

.shop-sidebar-area .widget .widget-size-menu ul li a:hover {
  color: #e4c000;
}

.shop-sidebar-area .widget .widget-size-menu ul li a:hover::before {
  background-color: #e4c000;
  border-color: #e4c000;
}

.wishlist-table table {
  width: 100%;
}

.wishlist-table table .pro-remove {
  width: 30px;
}

.wishlist-table table .pro-thumbnail {
  width: 90px;
}

@media only screen and (max-width: 767px) {
  .wishlist-table table .pro-thumbnail {
      display: none;
  }
}

.wishlist-table table .pro-name {
  width: 241px;
}

.wishlist-table table .pro-stock-status {
  width: 275px;
}

.wishlist-table table .pro-price {
  width: 145px;
  text-align: center;
}

.wishlist-table table .pro-action {
  width: 389px;
}

.wishlist-table table thead tr th {
  color: rgb(68, 68, 68);
  border-bottom: 1px solid rgb(149, 149, 149);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0px;
}

.wishlist-table table tbody tr td {
  color: rgb(68, 68, 68);
  border-bottom: 1px solid rgb(190, 190, 190);
  font-size: 14px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.wishlist-table table tbody tr td .pro-info .pro-img a img {
  width: 70px;
}

.wishlist-table table tbody tr td.pro-action {
  text-align: right;
}

.wishlist-table table tbody tr td.pro-action .btn-theme {
  font-size: 14px;
  line-height: 1;
  padding: 15px;
  min-width: 125px;
  text-align: center;
  text-transform: uppercase;
}

.shipping-info .loading-bar {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: rgb(255, 116, 51);
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.shipping-info .loading-bar .load-percent {
  display: block;
  height: 100%;
  position: absolute;
  width: 50%;
  color: rgb(255, 255, 255);
  line-height: 30px;
  max-width: 100%;
  background: rgb(51, 204, 51);
  z-index: -1;
}

.shipping-info .loading-bar .label-free-shipping {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  height: 30px;
}

.shipping-info .loading-bar .label-free-shipping .free-shipping {
  height: 30px;
}

.shipping-info .loading-bar .label-free-shipping span {
  color: rgb(255, 255, 255);
  fill: rgb(255, 255, 255);
  display: inline-block;
  height: 21px;
  margin-right: 5px;
  margin-left: 10px;
  width: 21px;
}

.shipping-info .loading-bar .label-free-shipping p {
  color: rgb(255, 255, 255);
  display: flex;
  font-size: 14px;
}

.cart-table table {
  width: 100%;
  margin-bottom: 20px;
}

.cart-table table .pro-remove {
  width: 30px;
}

.cart-table table .pro-thumbnail {
  width: 90px;
}

@media only screen and (max-width: 575px) {
  .cart-table table .pro-thumbnail {
      display: none;
  }
}

.cart-table table .pro-name {
  width: 326px;
}

.cart-table table .pro-price {
  width: 97px;
  text-align: center;
}

.cart-table table .pro-quantity {
  width: 100px;
  text-align: center;
}

.cart-table table .pro-subtotal {
  width: 127px;
  text-align: center;
}

.cart-table table thead tr th {
  color: rgb(68, 68, 68);
  border-bottom: 1px solid rgb(235, 235, 235);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0px;
}

.cart-table table tbody tr td {
  color: rgb(68, 68, 68);
  font-size: 14px;
  padding: 20px 0px;
}

.cart-table table tbody tr td .pro-info .pro-img a img {
  width: 70px;
}

.cart-table table tbody tr td .action-top .pro-qty-area .pro-qty {
  position: relative;
  text-align: center;
  margin: auto;
  width: 50px;
  top: -1px;
}

.cart-table table tbody tr td .action-top .pro-qty-area .pro-qty input {
  color: rgb(51, 51, 51);
  border: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin: 0px auto;
  height: auto;
  padding: 0px;
  text-align: center;
  width: 50px;
}

.cart-table table tbody tr td .action-top .pro-qty-area .pro-qty .qty-btn {
  color: rgb(68, 68, 68);
  position: absolute;
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.cart-table table tbody tr td .action-top .pro-qty-area .pro-qty .inc {
  left: auto;
  right: 2px;
}

.cart-table table tbody tr td .action-top .pro-qty-area .pro-qty .dec {
  left: 3px;
}

.cart-table table tbody tr td.pro-subtotal span {
  font-weight: 600;
}

.coupon-action {
  border-top: 1px solid rgb(237, 237, 237);
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .coupon-action {
      display: block;
  }
}

.coupon-action .coupon {
  border-bottom: 1px solid rgb(216, 216, 216);
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .coupon-action .coupon {
      width: 100%;
      margin-bottom: 30px;
  }
}

.coupon-action .coupon input {
  border: none;
  padding: 0px 10px 0px 0px;
  height: 34px;
  font-size: 12px;
  width: auto;
  min-height: 34px;
}

.coupon-action .coupon button {
  border: none;
  background: none;
  padding: 0px;
  font-size: 14px;
  font-weight: 600;
  line-height: 34px;
  text-transform: none;
}

.coupon-action button {
  border: none;
  background: none;
  padding: 0px;
  font-size: 14px;
  font-weight: 600;
  line-height: 31px;
  text-transform: none;
}

.compare-table table {
  display: block;
  margin: 0px;
  width: 100%;
  overflow: auto;
  padding: 0px;
  border: 1px solid rgb(235, 235, 235);
}

.compare-table table tbody .compare-tr th {
  border-bottom: 1px solid rgb(235, 235, 235);
  border-right: 1px solid rgb(233, 233, 233);
  min-width: 268px;
  vertical-align: middle;
  color: rgb(68, 68, 68);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  padding: 15px;
}

.compare-table table tbody .compare-tr td {
  border-bottom: 1px solid rgb(235, 235, 235);
  border-right: 1px solid rgb(233, 233, 233);
  color: rgb(68, 68, 68);
  min-width: 300px;
  max-width: 100%;
  font-size: 14px;
  text-align: center;
  padding: 15px 20px;
  vertical-align: middle;
}

.compare-table table tbody .compare-tr td p {
  color: rgb(0, 128, 0);
}

.compare-table table tbody .compare-tr-info th {
  border-right: 1px solid rgb(233, 233, 233);
  border-bottom: 1px solid rgb(235, 235, 235);
  color: rgb(68, 68, 68);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  padding: 15px;
  vertical-align: bottom;
  min-width: 268px;
}

.compare-table table tbody .compare-tr-info td {
  border-bottom: 1px solid rgb(235, 235, 235);
  border-right: 1px solid rgb(235, 235, 235);
  min-width: 300px;
  max-width: 100%;
  text-align: center;
  padding: 15px 20px;
  vertical-align: middle;
}

.compare-table table tbody .compare-tr-info td .remove a {
  color: rgb(68, 68, 68);
  font-size: 12px;
}

.compare-table table tbody .compare-tr-info td .image-wrap {
  width: 150px;
  max-width: 100%;
  margin: 0px auto;
}

.compare-table table tbody .compare-tr-info td h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin: 15px 0px;
}

.compare-table table tbody .compare-tr-info td .add-to-cart-wrap .btn-theme {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 15px;
  margin: 0px;
}

.order-tracking-area {
  padding: 100px 0px;
}

@media only screen and (max-width: 991px) {
  .order-tracking-area {
      padding: 90px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .order-tracking-area {
      padding: 70px 0px;
  }
}

.order-tracking-area .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

@media only screen and (max-width: 1199px) {
  .order-tracking-area .container-fluid {
      padding: 0px 80px;
  }
}

@media only screen and (max-width: 575px) {
  .order-tracking-area .container-fluid {
      padding: 0px 60px;
  }
}

.order-tracking-area .tracking-item .contact-form {
  padding: 160px 164px 160px 163px;
}

@media (max-width: 1599px) {
  .order-tracking-area .tracking-item .contact-form {
      padding: 50px 50px 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .order-tracking-area .tracking-item .contact-form {
      padding: 0px;
  }
}

.order-tracking-area .tracking-item .contact-form p {
  color: rgb(68, 68, 68);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 16px;
  padding-left: 29px;
  padding-right: 28px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .order-tracking-area .tracking-item .contact-form p {
      padding: 0px;
  }
}

.order-tracking-area .tracking-item .contact-form form h4 {
  color: rgb(51, 51, 51);
  font-size: 16px;
  font-weight: 600;
 font-family: "Poppins", sans-serif;
  line-height: 1.8;
  margin-bottom: 8px;
}

.order-tracking-area .tracking-item .contact-form form .form-group {
  margin-bottom: 20px;
}

.order-tracking-area .tracking-item .contact-form form .form-group .form-control {
  border-color: rgb(235, 235, 235);
  font-size: 14px;
  font-weight: 400;
  line-height: 60px;
  height: 60px;
  padding: 12px 21px 15px;
}

.order-tracking-area .tracking-item .contact-form form .form-group .form-control::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 60px;
}

.order-tracking-area .tracking-item .contact-form form .form-group .btn-theme {
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 60px;
  line-height: 1;
  margin-top: 0px;
  padding: 18px 30px;
  width: 100%;
  text-transform: uppercase;
}

.cart-buttons {
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .cart-buttons {
      display: block;
      margin-top: 35px;
  }
}

.cart-buttons .btn-shopping {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: rgb(119, 119, 119);
  border: 1px solid rgb(239, 239, 239);
  margin-left: 14px;
  padding: 18px 30px 20px;
}

@media only screen and (max-width: 767px) {
  .cart-buttons .btn-shopping {
      width: 100%;
      margin-left: 0px;
      text-align: center;
      margin-top: 5px;
  }
}

.cart-buttons .btn-shopping:hover {
  background-color: #e4c000;
  color: rgb(255, 255, 255);
}

.cart-payment {
  margin-top: 0px;
}

@media only screen and (max-width: 991px) {
  .cart-payment {
      margin-top: 70px;
  }
}

.cart-payment .culculate-shipping {
  background: rgb(255, 255, 255);
  padding: 51px 55px 63px;
  border: none;
  border-radius: 0px;
}

@media only screen and (max-width: 991px) {
  .cart-payment .culculate-shipping {
      margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-payment .culculate-shipping {
      padding: 30px;
  }
}

.cart-payment .culculate-shipping .title {
  font-size: 16px;
  font-weight: 600;
  color: rgb(67, 67, 67);
  position: relative;
  margin: 0px 0px 20px;
  padding: 0px 0px 11px;
}

.cart-payment .culculate-shipping .title::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 50px;
  background-color: rgb(238, 238, 238);
  left: 0px;
  bottom: 0px;
}

.cart-payment .culculate-shipping .form-group .form-control {
  background: transparent;
  border: 1px solid rgb(229, 229, 229);
  box-shadow: none;
  border-radius: 0px;
  color: rgb(115, 115, 115);
  font-size: 14px;
  resize: vertical;
  padding: 10px;
  height: 100px;
  width: 100%;
}

.cart-payment .cart-subtotal {
  background-color: rgb(249, 249, 249);
  padding: 30px 30px 23px;
}

.cart-payment .cart-subtotal .title {
 font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.28px;
  margin-bottom: 18px;
  padding: 10px 0px;
}

.cart-payment .cart-subtotal table {
  margin-bottom: 0px;
  width: 100%;
}

.cart-payment .cart-subtotal table tbody .amount {
  font-weight: 400;
}

.cart-payment .cart-subtotal table tbody tr.shipping-totals ul {
  margin-bottom: 0px;
}

.cart-payment .cart-subtotal table tbody tr.shipping-totals ul li {
  display: inline-block;
  margin-bottom: 8px;
}

.cart-payment .cart-subtotal table tbody tr.shipping-totals ul li .form-check input:hover, .cart-payment .cart-subtotal table tbody tr.shipping-totals ul li .form-check label:hover {
  cursor: pointer;
}

.cart-payment .cart-subtotal table tbody tr.shipping-totals p {
  color: rgb(47, 47, 47);
  margin-bottom: 10px;
}

.cart-payment .cart-subtotal table tbody tr.shipping-totals th, .cart-payment .cart-subtotal table tbody tr.shipping-totals td {
  padding-bottom: 0px;
  padding-top: 8px;
}

.cart-payment .cart-subtotal table tbody tr.amount-total {
  border-top: 1px solid rgb(219, 219, 219);
}

.cart-payment .cart-subtotal table tbody tr.amount-total th, .cart-payment .cart-subtotal table tbody tr.amount-total td {
  padding-top: 10px;
}

.cart-payment .cart-subtotal table tbody th {
  color: rgb(51, 51, 51);
 font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.28px;
  padding: 12px 0px;
  vertical-align: top;
}

.cart-payment .cart-subtotal table tbody td {
  color: rgb(47, 47, 47);
  font-size: 14px;
  font-weight: 400;
  padding: 12px 0px;
  text-align: right;
  vertical-align: top;
}

.cart-payment .cart-subtotal table tbody td .amount {
  font-weight: 600;
}

.cart-payment .btn-theme {
  background-color: rgb(51, 51, 51);
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 20px 37px;
  text-align: center;
  text-transform: uppercase;
}

.cart-payment .btn-theme:hover {
  background: #e4c000;
  border-color: #e4c000;
  color: rgb(255, 255, 255);
}

.product-information-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .product-information-wrapper {
      height: auto;
      overflow: auto;
  }
}

.product-information-wrapper::before {
  border-left: 1px solid rgb(225, 225, 225);
  background-color: rgb(250, 250, 250);
  content: "";
  position: absolute;
  width: calc(50% - 96px);
  height: 100vh;
  z-index: -1;
  right: 0px;
}

@media only screen and (max-width: 1199px) {
  .product-information-wrapper::before {
      display: none;
  }
}

.product-information {
  margin: 0px 43px;
  padding: 55px 0px 40px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .product-information {
      margin: 0px;
  }
}

.product-information .edit-checkout-head {
  margin-right: 47px;
}

.product-information .edit-checkout-head .header-logo-area img {
  width: 150px;
  margin-bottom: 28px;
}

.product-information .edit-checkout-head .breadcrumb-area ul {
  margin-bottom: 30px;
}

.product-information .edit-checkout-head .breadcrumb-area ul li {
  font-weight: 500;
  font-size: 12px;
  color: rgb(115, 115, 115);
  line-height: 1;
  display: inline-block;
}

.product-information .edit-checkout-head .breadcrumb-area ul li a {
  color: rgb(51, 51, 51);
}

.product-information .edit-checkout-head .breadcrumb-area ul li i {
  color: rgb(115, 115, 115);
  font-size: 15px;
  position: relative;
  top: 1px;
  margin: 0px 5px 0px 8px;
}

.product-information .edit-checkout-head .breadcrumb-area ul li.active {
  color: rgb(51, 51, 51);
}

.product-information .edit-checkout-information {
  margin-right: 47px;
}

@media only screen and (max-width: 1199px) {
  .product-information .edit-checkout-information {
      margin-right: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .product-information .edit-checkout-information {
      margin-bottom: 70px;
  }
}

.product-information .edit-checkout-information .title {
  color: rgb(51, 51, 51);
  font-size: 18px;
  margin-bottom: 23px;
}

.product-information .edit-checkout-information .logged-in-information .thumb {
  border-radius: 8px;
  background-size: cover;
  display: table-cell;
  position: relative;
  max-width: none;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.product-information .edit-checkout-information .logged-in-information .thumb::before {
  background-repeat: no-repeat;
  background-image: url("../img/photos/gravatar.svg");
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.product-information .edit-checkout-information .logged-in-information p {
  color: rgb(84, 84, 84);
  display: table-cell;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
  padding-left: 13px;
}

.product-information .edit-checkout-information .logged-in-information p a {
  color: rgb(0, 0, 0);
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-top: 7px;
}

.product-information .edit-checkout-information .form-check.form-check-inline {
  line-height: 1;
  margin: 21px 0px 0px;
  padding: 0px;
}

.product-information .edit-checkout-information .form-check.form-check-inline .form-check-input {
  cursor: pointer;
  line-height: 1;
  margin: 0px;
  width: 18px;
  height: 18px;
  position: relative;
  box-shadow: none;
}

.product-information .edit-checkout-information .form-check.form-check-inline .form-check-label {
  cursor: pointer;
  color: rgb(84, 84, 84);
  font-size: 14px;
  margin-left: 10px;
  vertical-align: -1px;
}

.product-information .edit-checkout-information .edit-checkout-form {
  background-color: rgb(255, 255, 255);
  margin-top: 36px;
}

.product-information .edit-checkout-information .edit-checkout-form .title {
  margin-bottom: 23px;
}

.product-information .edit-checkout-information .edit-checkout-form .form-floating {
  margin-bottom: 12px;
  position: relative;
}

.product-information .edit-checkout-information .edit-checkout-form .form-floating .form-control {
  background-color: rgb(255, 255, 255);
  box-shadow: none;
  border-color: rgb(217, 217, 217);
  color: rgb(51, 51, 51);
  font-size: 12px;
  height: 46px;
  border-radius: 5px;
  padding: 14px 0px 0px 11px;
}

.product-information .edit-checkout-information .edit-checkout-form .form-floating .form-control.form-select {
  position: relative;
  background-image: none;
  cursor: pointer;
}

.product-information .edit-checkout-information .edit-checkout-form .form-floating label {
  color: rgb(115, 115, 115);
  font-size: 12px;
  opacity: 1;
  padding: 12px 0px 0px 10px;
}

.product-information .edit-checkout-information .edit-checkout-form .form-floating .field-caret {
  display: block;
  background-image: url("../img/icons/1.png");
  background-repeat: no-repeat;
  background-position: center center;
  border-left: 1px solid rgba(179, 179, 179, 0.5);
  width: 2.14286em;
  height: 43%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0%, -50%);
}

.product-information .edit-checkout-information .edit-checkout-form .btn-box {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}

.product-information .edit-checkout-information .edit-checkout-form .btn-box .btn-return {
  color: rgb(0, 0, 0);
  font-size: 14px;
}

.product-information .edit-checkout-information .edit-checkout-form .btn-box .btn-return svg {
  width: 10px;
  height: 10px;
  padding: 0px;
  margin-right: 3px;
  top: -1px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}

.product-information .edit-checkout-information .edit-checkout-form .btn-box .btn-return:hover {
  color: #e4c000;
}

.product-information .edit-checkout-information .edit-checkout-form .btn-box .btn-return:hover svg {
  fill: #e4c000;
}

.product-information .edit-checkout-information .edit-checkout-form .btn-box .btn-shipping {
  cursor: pointer;
  display: inline-block;
  background-color: rgb(0, 0, 0);
  background-clip: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 5px;
  color: white;
  padding: 0px;
  text-align: center;
  position: relative;
  width: 183px;
  height: 60px;
  font-size: 14px;
  line-height: 60px;
  font-weight: 600;
}

.product-information .shipping-cart-subtotal {
  margin-left: 33px;
  margin-top: 12px;
  width: 418px;
}

@media only screen and (max-width: 1199px) {
  .product-information .shipping-cart-subtotal {
      margin-left: 0px;
      margin-top: 0px;
      width: auto;
  }
}

.product-information .shipping-cart-subtotal .shipping-cart-item {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  margin-bottom: 14px;
}

.product-information .shipping-cart-subtotal .shipping-cart-item .thumb {
  border-radius: 8px;
  width: 64px;
  position: relative;
  min-width: 64px;
}

.product-information .shipping-cart-subtotal .shipping-cart-item .thumb img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgb(222, 222, 222);
}

.product-information .shipping-cart-subtotal .shipping-cart-item .thumb .quantity {
  font-size: 0.857143em;
  font-weight: 500;
  line-height: 1.75em;
  white-space: nowrap;
  text-align: center;
  border-radius: 1.75em;
  background-color: rgba(114, 114, 114, 0.9);
  color: rgb(255, 255, 255);
  min-width: 1.75em;
  height: 1.75em;
  padding: 0px 0.583333em;
  position: absolute;
  right: -0.75em;
  top: -0.75em;
  z-index: 3;
}

.product-information .shipping-cart-subtotal .shipping-cart-item .content {
  width: 100%;
  margin-left: 15px;
}

.product-information .shipping-cart-subtotal .shipping-cart-item .content .title {
  color: rgb(50, 50, 50);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}

.product-information .shipping-cart-subtotal .shipping-cart-item .content .info {
  color: rgb(113, 113, 113);
  font-size: 12px;
  font-weight: 400;
}

.product-information .shipping-cart-subtotal .shipping-cart-item .content .price {
  color: rgb(50, 50, 50);
  font-size: 14px;
  font-weight: 600;
  float: right;
}

.product-information .shipping-cart-subtotal .shipping-subtotal {
  border-top: 1px solid rgb(225, 225, 225);
  border-bottom: 1px solid rgb(225, 225, 225);
  padding-top: 22px;
  margin-top: 21px;
  padding-bottom: 20px;
  margin-bottom: 24px;
}

.product-information .shipping-cart-subtotal .shipping-subtotal p {
  line-height: 1;
  margin-bottom: 16px;
}

.product-information .shipping-cart-subtotal .shipping-subtotal p span {
  color: rgb(83, 83, 83);
  font-size: 14px;
}

.product-information .shipping-cart-subtotal .shipping-subtotal p span:last-child {
  float: right;
}

.product-information .shipping-cart-subtotal .shipping-subtotal p:nth-child(2) {
  margin-bottom: 0px;
}

.product-information .shipping-cart-subtotal .shipping-subtotal p:nth-child(2) span:last-child {
  font-size: 12px;
}

.product-information .shipping-cart-subtotal .shipping-total {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.product-information .shipping-cart-subtotal .shipping-total p {
  margin-bottom: 0px;
  line-height: 1;
}

.product-information .shipping-cart-subtotal .shipping-total .total {
  color: rgb(50, 50, 50);
  font-size: 16px;
}

.product-information .shipping-cart-subtotal .shipping-total .price {
  font-weight: 500;
  color: rgb(50, 50, 50);
  font-size: 24px;
}

.product-information .shipping-cart-subtotal .shipping-total .price span {
  font-size: 12px;
  font-weight: 400;
  color: rgb(113, 113, 113);
  text-transform: uppercase;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

.edit-checkout-footer {
  border-top: 1px solid rgb(230, 230, 230);
  font-size: 12px;
  color: rgb(115, 115, 115);
  padding: 12px 0px;
  position: absolute;
  margin-right: 0px;
  right: calc(50% - 32px);
  min-width: 572px;
  bottom: 0px;
}

@media only screen and (max-width: 1199px) {
  .edit-checkout-footer {
      position: relative;
      right: 0px;
      padding: 38px 50px;
  }
}

@media only screen and (max-width: 991px) {
  .edit-checkout-footer {
      text-align: center;
      min-width: auto;
  }
}

.shop-info-wrapper {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.shop-info-wrapper .toolbar-left .result-count {
  color: rgb(68, 68, 68);
}

.product-quick-view-modal {
  position: fixed;
  inset: 0px;
  opacity: 0;
  visibility: hidden;
  z-index: 1050;
  overflow: hidden auto;
  outline: 0px;
  transition: all 0.3s ease-in-out 0s;
}

@media only screen and (max-width: 1199px) {
  .product-quick-view-modal {
      padding: 0px 10px;
  }
}

.product-quick-view-modal.active {
  opacity: 1;
  visibility: visible;
}

.product-quick-view-modal.active .product-quick-view-inner {
  transform: translate(0px, 0px);
}

.product-quick-view-modal .canvas-overlay {
  position: fixed;
  inset: 0px;
  opacity: 0.5;
  z-index: 1040;
  background-color: rgb(0, 0, 0);
}

.product-quick-view-inner {
  margin: 150px auto;
  max-width: 1483px;
  transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
  transform: translate(0px, -25%);
  position: relative;
  z-index: 9999;
}

@media only screen and (max-width: 1199px) {
  .product-quick-view-inner {
      margin: 50px auto;
  }
}

.product-quick-view-content {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  pointer-events: auto;
  position: relative;
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0px;
  padding: 0px;
  z-index: 9999;
}

@media only screen and (max-width: 1199px) {
  .product-quick-view-content {
      padding: 20px;
  }
}

.product-quick-view-content .btn-close {
  background-color: rgb(68, 68, 68);
  background-image: none;
  box-shadow: none;
  height: 50px;
  padding: 0px;
  margin: 0px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  float: right;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  opacity: 1;
  position: absolute;
  right: -25px;
  text-shadow: rgb(255, 255, 255) 0px 1px 0px;
  top: -25px;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
  width: 50px;
  z-index: 9999;
}

@media (max-width: 1540px) {
  .product-quick-view-content .btn-close {
      top: 0px;
      right: 0px;
  }
}

.product-quick-view-content .btn-close:hover {
  background-color: #e4c000;
}

.product-quick-view-content .thumb img {
  width: 100%;
}

.product-quick-view-content .single-product-info {
  padding: 40px 35px 20px;
}

@media only screen and (max-width: 767px) {
  .product-quick-view-content .single-product-info {
      padding: 40px 0px 20px;
  }
}

.countdown-timer {
  bottom: 23px;
  display: flex;
  left: 50%;
  margin-bottom: 0px;
  position: absolute;
  top: auto;
  transform: translate(-50%, 0%);
  transition: all 0.4s ease-in-out 0s;
}

.countdown-timer li {
  background-color: #e4c000;
  color: rgb(255, 255, 255);
  display: inline-block;
  margin-right: 3px;
  padding: 10px 7px 12px;
  text-align: center;
  line-height: 1;
}

.countdown-timer li span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}

.countdown-timer li p {
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
}

.countdown-timer li:last-child {
  margin-right: 0px;
}

.fix {
  overflow: hidden;
}

.shop-checkout-area {
  padding: 100px 0px 83px;
}

@media only screen and (max-width: 991px) {
  .shop-checkout-area {
      padding: 90px 0px 73px;
  }
}

@media only screen and (max-width: 767px) {
  .shop-checkout-area {
      padding: 70px 0px 53px;
  }
}

.shop-checkout-area .title {
  border-bottom: 2px solid #e4c000;
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
  margin-bottom: 28px;
  padding-bottom: 24px;
}

.shop-checkout-area .shop-checkout-info {
  color: rgb(51, 51, 51);
  font-size: 14px;
}

.shop-checkout-area .place-order-btn {
  background-color: rgb(51, 51, 51);
  border: none;
  border-radius: 0px;
  color: rgb(255, 255, 255);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 60px;
  line-height: 60px;
  margin-top: 20px;
  padding: 0px 26px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  transition: all 0.5s ease 0s;
}

.shop-checkout-area .place-order-btn:hover {
  background-color: #e4c000;
}

.shop-checkout-area .shop-checkout-coupon {
  margin-bottom: 50px;
}

.shop-checkout-area .shop-checkout-coupon .card {
  border-radius: 0px;
  border: none;
  background-color: transparent;
}

.shop-checkout-area .shop-checkout-coupon .card h6 {
  background-color: rgb(238, 239, 242);
  color: rgb(68, 68, 68);
 font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
  padding: 17.5px 30px 19.5px 60px;
  position: relative;
}

.shop-checkout-area .shop-checkout-coupon .card h6::before {
  color: rgb(109, 222, 109);
  content:'';
  font-family: LaStudioIcons;
  font-size: 26px;
  top: calc(50% - 2px);
  left: 25px;
  position: absolute;
  transform: translateY(-50%);
}

.shop-checkout-area .shop-checkout-coupon .card h6 span {
  color: rgb(68, 68, 68);
  cursor: pointer;
  transition: all 0.5s ease 0s;
}

.shop-checkout-area .shop-checkout-coupon .card h6 span:hover {
  color: #e4c000;
}

.shop-checkout-area .shop-checkout-coupon .card .card-body {
  border: 1px solid rgb(211, 206, 210);
  padding: 22px 20px 32px;
  text-align: left;
  border-radius: 0px;
  margin-top: 24px;
}

.shop-checkout-area .shop-checkout-coupon .card .card-body p {
  color: rgb(102, 102, 102);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 26px;
}

.shop-checkout-area .shop-checkout-coupon .card .card-body form .form-group {
  margin-bottom: 0px;
}

.shop-checkout-area .shop-checkout-coupon .card .card-body form .form-group .form-control {
  border: 1px solid rgb(204, 204, 204);
  border-radius: 0px;
  box-shadow: none;
  color: rgb(51, 51, 51);
  font-size: 14px;
  font-weight: 400;
  height: 52px;
  padding: 0px 27px;
  line-height: 52px;
}

.shop-checkout-area .shop-checkout-coupon .card .card-body form .form-group .form-control::-webkit-input-placeholder {
  color: rgb(153, 153, 153);
}

.shop-checkout-area .shop-checkout-coupon .card .card-body form .btn-coupon {
  background-color: rgb(0, 0, 0);
  border: none;
  border-radius: 0px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  margin-top: 28px;
  padding: 0px 26px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}

.shop-checkout-area .shop-checkout-coupon .card .card-body form .btn-coupon:hover {
  background-color: #e4c000;
}

.shop-checkout-area .shop-return-login {
  margin-bottom: 30px;
}

.shop-checkout-area .shop-return-login .card {
  border-radius: 0px;
  border: none;
  background-color: transparent;
}

.shop-checkout-area .shop-return-login .card h6 {
  background-color: rgb(238, 239, 242);
  color: rgb(68, 68, 68);
 font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
  padding: 17.5px 30px 19.5px 60px;
  position: relative;
}


.shop-checkout-area .shop-return-login .card h6::before {
  color: rgb(109, 222, 109);
  
  font-family: LaStudioIcons;
  font-size: 26px;
  top: calc(50% - 2px);
  left: 25px;
  position: absolute;
  transform: translateY(-50%);
}

.shop-checkout-area .shop-return-login .card h6 span {
  color: rgb(68, 68, 68);
  cursor: pointer;
  transition: all 0.5s ease 0s;
}

.shop-checkout-area .shop-return-login .card h6 span:hover {
  color: #e4c000;
}

.shop-checkout-area .shop-return-login .card .card-body {
  border: 1px solid rgb(211, 206, 210);
  padding: 20px 20px 22px;
  text-align: left;
  border-radius: 0px;
  margin-top: 24px;
}

.shop-checkout-area .shop-return-login .card .card-body p {
  color: rgb(102, 102, 102);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 26px;
}

.shop-checkout-area .shop-return-login .card .card-body form .form-group {
  margin-bottom: 12px;
}

.shop-checkout-area .shop-return-login .card .card-body form .form-group label {
  color: rgb(102, 102, 102);
  font-size: 14px;
  margin-bottom: 9px;
}

.shop-checkout-area .shop-return-login .card .card-body form .form-group label .required {
  color: #e4c000;
  text-decoration: none;
}

.shop-checkout-area .shop-return-login .card .card-body form .form-group .form-control {
  border: 1px solid rgb(204, 204, 204);
  border-radius: 0px;
  box-shadow: none;
  color: rgb(51, 51, 51);
  font-size: 14px;
  font-weight: 400;
  height: 52px;
  padding: 0px 27px;
  line-height: 52px;
}

.shop-checkout-area .shop-return-login .card .card-body form .form-group .form-control::-webkit-input-placeholder {
  color: rgb(153, 153, 153);
}

.shop-checkout-area .shop-return-login .card .card-body form .btn-coupon {
  background-color: rgb(0, 0, 0);
  border: none;
  border-radius: 0px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  float: left;
  height: 50px;
  line-height: 50px;
  margin-top: 18px;
  padding: 0px 20px;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}

.shop-checkout-area .shop-return-login .card .card-body form .btn-coupon:hover {
  background-color: #e4c000;
}

.shop-checkout-area .shop-return-login .card .card-body form .remember-lostpassword {
  display: inline-block;
  text-align: center;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 10px;
}

.shop-checkout-area .shop-return-login .card .card-body form .remember-lostpassword .lost-password {
  color: rgb(0, 0, 0);
  text-decoration: underline;
  margin-top: 18px;
  display: inline-block;
}

.shop-checkout-area .shop-return-login .card .card-body form .remember-lostpassword .lost-password:hover {
  color: #e4c000;
}

.shop-checkout-area .shop-billing-form form .form-group {
  margin-bottom: 18px;
}

.shop-checkout-area .shop-billing-form form .form-group label {
  color: rgb(51, 51, 51);
  font-size: 14px;
  margin-bottom: 8px;
}

.shop-checkout-area .shop-billing-form form .form-group label .required {
  color: #e4c000;
  text-decoration: none;
}

.shop-checkout-area .shop-billing-form form .form-group .form-control {
  border: 1px solid rgb(235, 235, 235);
  border-radius: 0px;
  box-shadow: none;
  color: rgb(51, 51, 51);
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  padding: 0px 20px;
  line-height: 52px;
}

.shop-checkout-area .shop-billing-form form .form-group .form-control::-webkit-input-placeholder {
  color: rgb(51, 51, 51);
}

.shop-checkout-area .shop-billing-form form .form-group .form-control:active, .shop-checkout-area .shop-billing-form form .form-group .form-control:focus {
  border-color: rgb(187, 187, 187);
}

.shop-checkout-area .shop-billing-form form .form-group textarea.form-control {
  min-height: 150px;
}

.shop-checkout-area .shop-billing-form form .checkout-box-wrap .form-group {
  margin-bottom: 0px;
}

.shop-checkout-area .shop-billing-form form .checkout-box-wrap .custom-checkbox .custom-control-input {
  position: relative;
  top: 1px;
}

.shop-checkout-area .shop-billing-form form .checkout-box-wrap .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: rgb(255, 255, 255);
  border-radius: 0px;
  border-color: rgb(153, 153, 153);
  box-shadow: none;
  height: 18px;
  text-align: center;
  width: 18px;
}

.shop-checkout-area .shop-billing-form form .checkout-box-wrap .custom-checkbox .custom-control-label {
  color: rgb(51, 51, 51);
  font-size: 14px;
  margin-bottom: 0px;
  padding-left: 5px;
  padding-top: 1px;
  cursor: pointer;
}

.shop-checkout-area .shop-billing-form form .checkout-box-wrap .custom-checkbox .custom-control-label::before {
  background-color: rgb(255, 255, 255);
  border-radius: 0px;
  box-shadow: none;
  border-color: rgb(153, 153, 153);
  width: 18px;
  height: 18px;
}

.shop-checkout-area .shop-billing-form form .checkout-box-wrap.ship-different-address {
  padding-top: 10px;
  margin-bottom: 25px;
}

.shop-checkout-area .shop-billing-form form .checkout-box-wrap.ship-different-address .custom-control-input {
  position: relative;
  top: 1px;
}

.shop-checkout-area .shop-billing-form form .checkout-box-wrap.ship-different-address .custom-control-input:checked ~ .custom-control-label::after {
  top: 1px;
}

.shop-checkout-area .shop-billing-form form .checkout-box-wrap.ship-different-address .custom-control-label {
  color: rgb(51, 51, 51);
  font-size: 14px;
  line-height: 25px;
}

.shop-checkout-area .shop-billing-form form .checkout-box-wrap .account-create {
  display: none;
}

.shop-checkout-area .shop-billing-form form .checkout-box-wrap .ship-to-different {
  display: none;
}

.shop-checkout-area .order-review-details .table thead {
  margin-bottom: 27px;
}

.shop-checkout-area .order-review-details .table thead tr th {
  border-bottom: 1px solid rgb(235, 235, 235);
  border-top: none;
  color: rgb(51, 51, 51);
  font-size: 14px;
  font-weight: 400;
  padding: 12px 0px 10px;
}

.shop-checkout-area .order-review-details .table thead tr th:last-child {
  text-align: right;
}

.shop-checkout-area .order-review-details .table tbody tr td {
  border-right-color: rgb(235, 235, 235);
  border-bottom-color: rgb(235, 235, 235);
  border-left-color: rgb(235, 235, 235);
  border-top: none;
  color: rgb(51, 51, 51);
  font-size: 14px;
  font-weight: 400;
  padding: 11px 0px 9px;
}

.shop-checkout-area .order-review-details .table tbody tr td:last-child {
  text-align: right;
  font-size: 16px;
}

.shop-checkout-area .order-review-details .table tbody tr td .product-quantity {
  font-weight: 600;
  margin-left: 3px;
}

.shop-checkout-area .order-review-details .table tfoot .cart-subtotal th, .shop-checkout-area .order-review-details .table tfoot .cart-subtotal td {
  border-right-color: rgb(235, 235, 235);
  border-bottom-color: rgb(235, 235, 235);
  border-left-color: rgb(235, 235, 235);
  border-top: none;
  color: rgb(51, 51, 51);
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0px;
}

.shop-checkout-area .order-review-details .table tfoot .cart-subtotal td {
  color: rgb(51, 51, 51);
  font-size: 16px;
  text-align: right;
}

.shop-checkout-area .order-review-details .table tfoot .shipping .shipping-title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
  padding: 21px 0px;
}

.shop-checkout-area .order-review-details .table tfoot .shipping .shipping-check {
  padding: 13px 0px 9px;
  text-align: right;
}

.shop-checkout-area .order-review-details .table tfoot .shipping td {
  border-bottom: 1px solid rgb(235, 235, 235);
  padding: 10px 0px;
}

.shop-checkout-area .order-review-details .table tfoot .shipping td .form-check {
  cursor: pointer;
  margin-bottom: 6px;
}

.shop-checkout-area .order-review-details .table tfoot .shipping td .form-check .form-check-input {
  text-align: right;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px inset;
}

.shop-checkout-area .order-review-details .table tfoot .shipping td label {
  color: rgb(51, 51, 51);
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  padding-left: 2px;
  position: relative;
  top: -3px;
}

.shop-checkout-area .order-review-details .table tfoot .shipping td label span {
  font-size: 16px;
}

.shop-checkout-area .order-review-details .table tfoot .final-total th {
  font-weight: 400;
  font-size: 14px;
}

.shop-checkout-area .order-review-details .table tfoot .final-total th, .shop-checkout-area .order-review-details .table tfoot .final-total td {
  font-size: 14px;
  border-bottom: 1px solid rgb(214, 214, 214);
  border-top: none;
  padding: 10px 0px;
}

.shop-checkout-area .order-review-details .table tfoot .final-total td {
  color: rgb(51, 51, 51);
  font-weight: 600;
  font-size: 24px;
  text-align: right;
}

.shop-checkout-area .order-review-details .shop-payment-method {
  margin-top: 28px;
}

.shop-checkout-area .order-review-details .shop-payment-method .card {
  background-color: transparent;
  border-radius: 0px;
  border: none;
  margin-bottom: 18px;
}

.shop-checkout-area .order-review-details .shop-payment-method .card .card-header {
  border: none;
  background-color: transparent;
  display: inline-block;
  padding: 0px;
  line-height: 1;
}

.shop-checkout-area .order-review-details .shop-payment-method .card .card-header .title {
  border: none;
  color: rgb(51, 51, 51);
  font-size: 14px;
  font-weight: 400;
 font-family: "Poppins", sans-serif;
  position: relative;
  margin-bottom: 0px;
  padding-left: 25px;
  padding-bottom: 0px;
}

.shop-checkout-area .order-review-details .shop-payment-method .card .card-header .title::before {
  width: 16px;
  height: 16px;
  border: 1px solid rgb(204, 204, 204);
  content: "";
  position: absolute;
  left: 0px;
  border-radius: 50%;
  top: calc(50% - 2px);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px inset;
  transform: translate(0%, -50%);
}

.shop-checkout-area .order-review-details .shop-payment-method .card .card-header .title[aria-expanded="true"]::before {
  border: 5px solid rgb(33, 150, 243);
}

.shop-checkout-area .order-review-details .shop-payment-method .card .card-header .title img {
  max-width: 120px;
}

.shop-checkout-area .order-review-details .shop-payment-method .card .card-header .title a {
  color: rgb(51, 51, 51);
  font-size: 11.2px;
  padding-left: 10px;
}

.shop-checkout-area .order-review-details .shop-payment-method .card .card-header:hover {
  cursor: pointer;
}

.shop-checkout-area .order-review-details .shop-payment-method .card .card-body {
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.shop-checkout-area .order-review-details .shop-payment-method .card .card-body p {
  color: rgb(51, 51, 51);
  font-size: 13px;
  font-weight: 400;
}

.blog-area.blog-default-area {
  padding: 88px 0px 161px;
}

@media only screen and (max-width: 991px) {
  .blog-area.blog-default-area {
      padding: 78px 0px 137px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-area.blog-default-area {
      padding: 58px 0px 130px;
  }
}

.blog-area.blog-default-area .container {
  max-width: 1470px;
}

@media only screen and (max-width: 1199px) {
  .blog-area.blog-default-area .container .section-title {
      margin-bottom: 25px;
  }
}

.blog-area.blog-default-area .container .section-title .title {
  font-size: 50px;
  letter-spacing: -1px;
  margin-bottom: 55px;
}

@media only screen and (max-width: 1199px) {
  .blog-area.blog-default-area .container .section-title .title {
      font-size: 36px;
  }
}

.blog-area.blog-grid-area {
  padding: 100px 0px;
  background: #000;
}

@media only screen and (max-width: 767px) {
  .blog-area.blog-grid-area {
      padding: 80px 0px 50px;
  }
}

.blog-area.blog-grid-area .blog-content-column {
  display: flex;
  /* -webkit-box-orient: horizontal; */
  /* -webkit-box-direction: reverse; */
  /* flex-direction: row-reverse; */
  /* -webkit-box-pack: justify; */
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .blog-area.blog-grid-area .blog-content-column {
      display: block;
  }
}

.blog-area.blog-grid-area .sidebar-area {
  max-width: 300px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .blog-area.blog-grid-area .sidebar-area {
      margin-top: 70px;
  }
}

.blog-area.blog-grid-area .blog-content-area {
  /* max-width: 790px; */
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .blog-area.blog-grid-area .blog-content-area {
      padding-left: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-area.blog-grid-area .blog-content-area {
      padding-left: 0px;
  }
}

.blog-area.blog-grid-area .blog-content-area.no-sidebar {
  padding: 0px;
  max-width: none;
}

.blog-area.blog-grid-area .post-item {
  border: 1px solid rgb(235 235 235 / 5%);
  margin-bottom: 50px;
  /* padding-bottom: 0px; */
  padding: 10px;
  background: #ffffff21;
}

.blog-area.blog-grid-area .post-item .thumb {
  overflow: hidden;
}

.blog-area.blog-grid-area .post-item .thumb img {
  width: 100%;
  transform: scale(1);
  transition: all 2s ease-in-out 0s;
}

.blog-area.blog-grid-area .post-item .content .meta {
  margin-top: 18px;
  margin-bottom: 4px;
}

.blog-area.blog-grid-area .post-item .content .meta a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.blog-area.blog-grid-area .post-item .content .meta a:hover {
  text-decoration: underline;
}

.blog-area.blog-grid-area .post-item .content .inner-content {
  margin-bottom: 0 !important;!i;!;
}

.blog-area.blog-grid-area .post-item .content .inner-content .title {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 14px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .blog-area.blog-grid-area .post-item .content .inner-content .title {
      font-size: 18px;
      line-height: 1.4;
  }
}

.blog-area.blog-grid-area .post-item .content .inner-content .title a {
  color: rgb(255 255 255);
}

.blog-area.blog-grid-area .post-item .content .inner-content .title a:hover {
  color: #e4c000;
}

.blog-area.blog-grid-area .post-item .content .inner-content p {
  color: rgb(255 255 255);
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}

.blog-area.blog-grid-area .post-item .content .btn-theme {
  font-size: 14px;
  line-height: 1.7;
  padding: 11px 35px 11.3px;
}

.blog-area.blog-grid-area .post-item:hover .thumb img {
  transform: scale(1.2);
}

.blog-area.blog-grid-area .pagination-area {
  margin-top: 66px;
}

.blog-area.blog-grid-area .pagination-area nav .page-numbers li {
  margin: 0px 9px 0px 0px;
}

.blog-area.blog-grid-area .pagination-area nav .page-numbers li .page-number {
  color: rgb(168, 168, 168);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 8px 2px;
  min-width: 38px;
}

.blog-area.blog-grid-area .pagination-area nav .page-numbers li .page-number.next i {
  line-height: 1;
  font-size: 14px;
}

.blog-area.blog-grid-area .pagination-area nav .page-numbers li .page-number.active {
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
  cursor: pointer;
}

.blog-area.blog-grid-area .pagination-area nav .page-numbers li .page-number:hover {
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
}

.blog-area.blog-grid-area.style-two .blog-content-column {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .blog-area.blog-grid-area.style-two .blog-content-column {
      display: block;
  }
}

@media only screen and (max-width: 1199px) {
  .blog-area.blog-grid-area.style-two .blog-content-area {
      padding-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-area.blog-grid-area.style-two .blog-content-area {
      padding-right: 0px;
  }
}

.blog-area.blog-style1-area {
  background-color: rgb(238, 238, 238);
  padding: 0px;
}

.blog-area.blog-style1-area .container-fluid {
  display: flex;
  padding: 0px;
}

@media only screen and (max-width: 991px) {
  .blog-area.blog-style1-area .container-fluid {
      padding: 0px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-area.blog-style1-area .container-fluid {
      display: block;
      padding: 0px 15px;
  }
}

.blog-area.blog-style1-area .container-fluid .col-left {
  padding-top: 105px;
  position: relative;
  width: 41.18%;
}

@media only screen and (max-width: 767px) {
  .blog-area.blog-style1-area .container-fluid .col-left {
      margin-bottom: 30px;
      padding-top: 30px;
      width: 100%;
  }
}

.blog-area.blog-style1-area .container-fluid .col-left .post-items.post-items-style3 {
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.blog-area.blog-style1-area .container-fluid .col-left .post-items.post-items-style3 .post-item {
  max-width: 600px;
  position: relative;
  right: -56px;
}

@media only screen and (max-width: 991px) {
  .blog-area.blog-style1-area .container-fluid .col-left .post-items.post-items-style3 .post-item {
      right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .blog-area.blog-style1-area .container-fluid .col-left .post-items.post-items-style3 .post-item {
      max-width: none;
  }
}

.blog-area.blog-style1-area .container-fluid .col-left .post-items.post-items-style3 .post-item .text-rotate {
  color: rgb(153, 153, 153);
  font-family: Mukta, sans-serif;
  font-size: 22px;
  left: -50px;
  letter-spacing: 6.6px;
  line-height: 1;
  margin: auto;
  padding: 0px;
  position: absolute;
  top: 13px;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

@media (max-width: 1599px) {
  .blog-area.blog-style1-area .container-fluid .col-left .post-items.post-items-style3 .post-item .text-rotate {
      left: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-area.blog-style1-area .container-fluid .col-left .post-items.post-items-style3 .post-item .text-rotate {
      display: none;
  }
}

.blog-area.blog-style1-area .container-fluid .col-left .btn-theme.btn-top {
  background-color: rgb(34, 34, 34);
  bottom: 0px;
  font-size: 18px;
  left: 0px;
  letter-spacing: 1.8px;
  line-height: 30px;
  padding: 20px 30px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .blog-area.blog-style1-area .container-fluid .col-left .btn-theme.btn-top {
      display: none;
  }
}

.blog-area.blog-style1-area .container-fluid .col-left .btn-theme.btn-top:hover {
  background-color: rgb(187, 123, 28);
}

.blog-area.blog-style1-area .container-fluid .col-right {
  background-color: rgb(255, 255, 255);
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-bottom: 80px;
  padding-top: 100px;
  width: 58.82%;
}

@media only screen and (max-width: 1199px) {
  .blog-area.blog-style1-area .container-fluid .col-right {
      padding-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-area.blog-style1-area .container-fluid .col-right {
      padding-bottom: 60px;
      width: 100%;
  }
}

.blog-area.blog-style1-area .container-fluid .col-right .content-right {
  left: 34px;
  max-width: 546.55px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .blog-area.blog-style1-area .container-fluid .col-right .content-right {
      left: 0px;
      max-width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-area.blog-style1-area .container-fluid .col-right .content-right {
      max-width: none;
  }
}

.blog-area.blog-style1-area .container-fluid .col-right .post-items.post-items-style3 .post-item {
  position: relative;
}

.blog-area.blog-style1-area .container-fluid .col-right .post-items.post-items-style3 .post-item .text-rotate {
  color: rgb(153, 153, 153);
  font-family: Mukta, sans-serif;
  font-size: 22px;
  left: -50px;
  letter-spacing: 6.6px;
  line-height: 1;
  margin: auto;
  padding: 0px;
  position: absolute;
  top: 13px;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

@media (max-width: 1599px) {
  .blog-area.blog-style1-area .container-fluid .col-right .post-items.post-items-style3 .post-item .text-rotate {
      left: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-area.blog-style1-area .container-fluid .col-right .post-items.post-items-style3 .post-item .text-rotate {
      display: none;
  }
}

.blog-area.blog-style1-area .container-fluid .col-right .btn-theme.btn-blog {
  background-color: rgb(34, 34, 34);
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 30px;
  margin-bottom: 110px;
  padding: 20px 30px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .blog-area.blog-style1-area .container-fluid .col-right .btn-theme.btn-blog {
      margin-bottom: 50px;
  }
}

.blog-area.blog-style1-area .container-fluid .col-right .btn-theme.btn-blog:hover {
  background-color: rgb(187, 123, 28);
}

.blog-area.blog-style1-area .container-fluid .section-title {
  -webkit-box-align: end;
  align-items: flex-end;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-bottom: 88px;
  position: relative;
  right: -58px;
}

@media only screen and (max-width: 991px) {
  .blog-area.blog-style1-area .container-fluid .section-title {
      -webkit-box-align: start;
      align-items: start;
      right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .blog-area.blog-style1-area .container-fluid .section-title {
      -webkit-box-align: center;
      align-items: center;
      margin-bottom: 30px;
  }
}

.blog-area.blog-style1-area .container-fluid .section-title .title {
  font-size: 70px;
  font-weight: 400;
  letter-spacing: -1.4px;
  margin-bottom: 3px;
}

@media only screen and (max-width: 1199px) {
  .blog-area.blog-style1-area .container-fluid .section-title .title {
      font-size: 40px;
  }
}

.blog-area.blog-style1-area .container-fluid .section-title .title-stroke {
  font-size: 70px;
  font-weight: 400;
  letter-spacing: -1.4px;
  margin-right: 17px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px currentcolor;
}

@media only screen and (max-width: 1199px) {
  .blog-area.blog-style1-area .container-fluid .section-title .title-stroke {
      font-size: 40px;
  }
}

.blog-area.blog-related-area {
  padding-bottom: 69px;
}

.blog-area.blog-related-area .section-title {
  margin: 0px;
  padding: 49px 0px 50px;
  border-top: 1px solid rgb(235, 235, 235);
}

.blog-area.blog-related-area .section-title .title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.56px;
  line-height: 1.2;
}

.blog-area.blog-about-area {
  padding: 81px 0px 65px;
}

@media only screen and (max-width: 1199px) {
  .blog-area.blog-about-area {
      padding: 60px 0px;
  }
}

.blog-area.blog-about-area .container {
  max-width: 1470px;
}

.blog-area.blog-about-area .container .section-title {
  margin-bottom: 92px;
}

@media only screen and (max-width: 1199px) {
  .blog-area.blog-about-area .container .section-title {
      margin-bottom: 70px;
  }
}

.blog-area.blog-about-area .container .section-title .title {
  font-size: 36px;
  letter-spacing: -0.72px;
  line-height: 1.3px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 575px) {
  .blog-area.blog-about-area .post-items .post-item {
      display: block;
  }
}

@media only screen and (max-width: 575px) {
  .blog-area.blog-about-area .post-items .post-item .thumb {
      margin-bottom: 30px;
      margin-right: 0px;
      width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .blog-area.blog-about-area .post-items .post-item .content {
      padding-top: 0px;
  }
}

.blog-area.blog-about-area .post-items .post-item .content .inner-content .title {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.blog-area.blog-about-area .post-items .post-item .content .inner-content p {
  font-size: 14px;
}

.blog-area.blog-about-area .post-items .post-item .content .btn-theme {
  font-size: 13px;
  text-transform: capitalize;
}

.post-items .post-item {
  display: flex;
  position: relative;
}

.post-items .post-item .thumb {
  margin-right: 30px;
  overflow: hidden;
  position: relative;
  width: 345px;
}

.post-items .post-item .thumb > a {
  display: block;
  position: relative;
}

.post-items .post-item .thumb img {
  width: 100%;
  transition: all 2s ease 0s;
}

.post-items .post-item .thumb:hover img {
  transform: scale(1.2);
}

.post-items .post-item .content {
  max-width: 315px;
  padding: 19px 0px 0px;
}

.post-items .post-item .content .post-meta {
  margin-bottom: 14px;
}

.post-items .post-item .content .post-meta img {
  border-radius: 50%;
  margin-top: 1px;
  height: 40px;
  width: 40px;
}

.post-items .post-item .content .post-meta a {
  color: rgb(51, 51, 51);
  font-size: 14px;
  margin-left: 10px;
}

.post-items .post-item .content .post-meta a:hover {
  color: rgb(151, 113, 176);
}

.post-items .post-item .content .inner-content .title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.post-items .post-item .content .inner-content .title a {
  color: rgb(51, 51, 51);
}

.post-items .post-item .content .inner-content .title a:hover {
  color: rgb(151, 113, 176);
}

.post-items .post-item .content .inner-content p {
  color: rgb(102, 102, 102);
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.post-items .post-item .content .btn-theme {
  border-color: rgb(51, 51, 51);
  color: rgb(51, 51, 51);
  font-size: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
  line-height: normal;
}

.post-items .post-item .content .btn-theme:hover {
  background-color: rgb(191, 171, 205);
  border-color: rgb(191, 171, 205);
  color: rgb(255, 255, 255);
}

.post-items.post-items-style3 .post-item {
  display: block;
}

.post-items.post-items-style3 .post-item .thumb {
  width: auto;
  margin-right: 0px;
}

@media only screen and (max-width: 1199px) {
  .post-items.post-items-style3 .post-item .thumb {
      width: 345px;
  }
}

@media only screen and (max-width: 991px) {
  .post-items.post-items-style3 .post-item .thumb {
      width: 100%;
  }
}

.post-items.post-items-style3 .post-item .thumb img {
  width: 100%;
}

.post-items.post-items-style3 .post-item .content {
  max-width: none;
  padding-top: 30px;
  text-align: center;
}

.post-items.post-items-style3 .post-item .content .inner-content .title {
  color: rgb(51, 51, 51);
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -0.64px;
  text-transform: none;
}

@media only screen and (max-width: 1199px) {
  .post-items.post-items-style3 .post-item .content .inner-content .title {
      font-size: 24px;
  }
}

.post-items.post-items-style3 .post-item .content .inner-content .title a:hover {
  color: rgb(51, 51, 51);
}

.post-items.post-items-style3 .post-item .content .inner-content p {
  color: rgb(102, 102, 102);
  font-size: 20px;
  line-height: 36px;
}

@media only screen and (max-width: 991px) {
  .post-items.post-items-style3 .post-item .content .inner-content p br {
      display: none;
  }
}

.post-items.post-items-style3 .btn-blog {
  background-color: rgb(34, 34, 34);
  margin-bottom: 100px;
  padding: 23px 30px 22px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.8px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.post-items.post-items-style3 .btn-blog:hover {
  background-color: rgb(187, 123, 28);
}

.post-items-style2 .post-item {
  margin-bottom: 50px;
}

.post-items-style2 .pagination-area {
  margin-top: 22px;
}

.post-items-style3 .post-item .content .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 20px;
  text-align: center;
}

.post-items-style3 .post-item .content .title a {
  color: rgb(51, 51, 51);
}

.post-items-style3 .post-item .content .title a:hover {
  color: #e4c000;
}

.blog-grid-area {
  padding: 100px 0px 101px;
}

@media only screen and (max-width: 1199px) {
  .blog-grid-area {
      padding: 70px 0px;
  }
}

.post-slider-container .swiper-pagination {
  bottom: auto;
  position: relative;
  margin-top: 56px;
}

.post-slider-container .swiper-pagination .swiper-pagination-bullet {
  background-color: rgb(216, 216, 216);
  width: 14px;
  height: 14px;
  opacity: 1;
  margin: 0px 10px !important;
}

.post-slider-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(191, 171, 205);
}

.post-slider-container .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: rgb(191, 171, 205);
}

.blog-details-area {
  padding: 80px 0px 78px;
  background: #000;
}

.blog-details-area .blog-content-column {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  justify-content: center;
  border: 1px solid #8383832b;
  width: 90%;
  padding: 15px 15px;
  background: #8383832b;
}

@media only screen and (max-width: 991px) {
  .blog-details-area .blog-content-column {
      display: block;
  }
}

.blog-details-area .blog-content-column .sidebar-area {
  /* max-width: 300px; */
  width: 100%;
  background: #0000003d;
  padding: 10px;
  border: 1px solid #ffffff17;
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .blog-details-area .blog-content-column .sidebar-area {
      margin-top: 70px;
  }
}

.blog-details-area .blog-content-column .blog-content-area {
  /* max-width: 790px; */
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .blog-details-area .blog-content-column .blog-content-area {
      padding-left: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-details-area .blog-content-column .blog-content-area {
      padding-left: 0px;
      max-width: none;
  }
}

.blog-details-area .blog-content-column .blog-content-area.no-sidebar {
  max-width: none;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.blog-details-area.style-two .blog-content-column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

@media only screen and (max-width: 991px) {
  .blog-details-area.style-two .blog-content-column {
      display: block;
  }
}

@media only screen and (max-width: 1199px) {
  .blog-details-area.style-two .blog-content-area {
      padding-right: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-details-area.style-two .blog-content-area {
      padding-right: 0px;
  }
}

.sidebar-area .widget .widget-title {
  color: rgb(255 255 255);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  margin: 0px;
  text-transform: capitalize;
}

.sidebar-area .widget-search-box form .form-input-item {
  color: rgb(51, 51, 51);
  margin-bottom: 60px;
  margin-top: 17px;
  position: relative;
}

.sidebar-area .widget-search-box form .form-input-item input {
  border: 1px solid rgb(235, 235, 235);
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  height: 60px;
  padding: 15px 40px 15px 20px;
  width: 100%;
  background: transparent;
  color: inherit;
}

.sidebar-area .widget-search-box form .form-input-item input::-webkit-input-placeholder {
  font-size: 14px;
}

.sidebar-area .widget-search-box form .form-input-item button {
  border: none;
  background-color: transparent;
  display: block;
  color: inherit;
  position: absolute;
  padding-right: 16px;
  right: 0px;
  top: 50%;
  font-size: 18px;
  transform: translateY(-50%);
}

.sidebar-area .widget-search-box form .form-input-item button i {
  font-size: 16px;
}

.sidebar-area .widget-custom-menu {
  margin-bottom: 60px;
  margin-top: 20px;
}

.sidebar-area .widget-custom-menu ul .has-sub {
  color: rgb(68, 68, 68);
  padding: 6px 0px;
  margin-bottom: 6px;
  position: relative;
  border: 1px solid #00000012;
  padding: 10px;
}

.sidebar-area .widget-custom-menu ul .has-sub a {
  display: block;
  position: relative;
  font-weight: 300px;
}

.sidebar-area .widget-custom-menu ul .has-sub a::before {
  color: rgb(51, 51, 51);
  content: '\f0d7' ;
  font-family: FontAwesome;
  position: absolute;
  right: 0px;
  font-size: 12px;
  font-weight: 400;
  top: 4px;
}

.sidebar-area .widget-custom-menu ul .has-sub a:not(.collapsed)::before {
  content: '\f0d8' ;
}

.sidebar-area .widget-custom-menu ul .has-sub .collapsed {
  color: rgb(68, 68, 68);
  font-size: 16px;
}

.sidebar-area .widget-custom-menu ul .has-sub .collapsed:hover {
  color: rgb(141 59 54);
}

.sidebar-area .widget-custom-menu ul .has-sub ul {
  margin-left: 16px;
  padding-top: 14px;
  padding-bottom: 3px;
}

.sidebar-area .widget-custom-menu ul .has-sub ul li {
  margin-bottom: 9px;
}

.sidebar-area .widget-custom-menu ul .has-sub ul li a {
  color: rgb(68, 68, 68);
}

.sidebar-area .widget-custom-menu ul .has-sub ul li a::before {
  display: none;
}

.sidebar-area .widget-custom-menu ul .has-sub ul li a:hover {
  color: #e4c000;
}

.sidebar-area .widget-custom-menu ul .has-sub ul li:last-child {
  margin-bottom: 0px;
}

.sidebar-area .widget-tags {
  margin-top: 23px;
}

.sidebar-area .widget-tags ul {
  display: flex;
  flex-wrap: wrap;
}

.sidebar-area .widget-tags ul li {
  margin: 0px;
  padding-bottom: 5px;
  padding-right: 4px;
}

.sidebar-area .widget-tags ul li a {
  border: none;
  color: rgb(51, 51, 51);
  font-size: 14px;
  padding: 0px;
}

.sidebar-area .widget-tags ul li a:hover {
  background-color: transparent;
  color: #e4c000;
  text-decoration: underline;
}

.sidebar-area .widget-blog-post {
  margin-top: 15px;
}

.sidebar-area .widget-blog-post ul li {
  display: flex;
  /* border-bottom: 1px solid rgb(235 235 235 / 42%); */
  margin-bottom: 16px;
  padding-bottom: 15px;
  flex-direction: column;
  width: 24%;
  border: 1px solid #4848487a !important;!i;!;
  padding: 7px !important;!im;!;
  background: #242424;
}

.sidebar-area .widget-blog-post ul li .thumb {
  min-width: 100px;
  /* margin-right: 20px; */
}

.sidebar-area .widget-blog-post ul li .content h4 {
  color: rgb(51, 51, 51);
  font-size: 16px;
  font-weight: 400;
 font-family: "Poppins", sans-serif;
  line-height: 1.4;
  margin-bottom: 5px;
}

.sidebar-area .widget-blog-post ul li .content h4 a {
  color: rgb(255 255 255);
  margin-top: 9px;
  display: inline-block;
}

.sidebar-area .widget-blog-post ul li .content h4 a:hover {
  color: #e4c000;
}

.sidebar-area .widget-blog-post ul li .content span {
  color: rgb(255 255 255);
  display: block;
  font-size: 12px;
  line-height: 1.8;
}

.sidebar-area .widget-blog-post ul li:last-child {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.sidebar-area .widget-gallery {
  margin-bottom: 68px;
  margin-top: 32px;
}

.sidebar-area .widget-gallery .gallery-item {
  position: relative;
  margin-bottom: 4px;
}

.sidebar-area .widget-gallery .gallery-item::before {
  background-color: rgba(84, 89, 95, 0.6);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  opacity: 0;
  left: 0px;
  z-index: 0;
  transition: all 0.3s ease-in-out 0s;
}

.sidebar-area .widget-gallery .gallery-item a {
  color: rgb(255, 255, 255);
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.sidebar-area .widget-gallery .gallery-item a i {
  font-size: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
}

.sidebar-area .widget-gallery .gallery-item:hover::before {
  opacity: 1;
}

.sidebar-area .widget-gallery .gallery-item:hover a i {
  opacity: 1;
}

.sidebar-area .widget-banner {
  margin-top: 62px;
  margin-bottom: 70px;
  position: relative;
}

.sidebar-area .widget-banner a::before {
  background-color: rgb(51, 51, 51);
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  transition: all 0.5s ease-in-out 0s;
}

.sidebar-area .widget-banner:hover a::before {
  opacity: 0.4;
  transform: scale(0.9);
}

.post-details-content .post-details-body .content .category {
  margin-top: 23px;
  margin-bottom: 4px;
}

.post-details-content .post-details-body .content .category a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.post-details-content .post-details-body .content .category a:hover {
  text-decoration: underline;
}

.post-details-content .post-details-body .content p {
  color: rgb(255 255 255);
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 0px;
  margin-top: 10px;
}

.post-details-content .post-details-body .content h4 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.56px;
  line-height: 1.2;
  color: #fff;
}

@media only screen and (max-width: 575px) {
  .post-details-content .post-details-body .content h4 {
      font-size: 20px;
      line-height: 1.41;
  }
}

.post-details-content .post-details-body .content .meta {
  border-bottom: 1px solid rgb(235, 235, 235);
  display: flex;
  padding-bottom: 20px;
  margin-top: 8px;
  margin-bottom: 30px;
}

.post-details-content .post-details-body .content .meta li {
  color: rgb(255 255 255);
  font-size: 14px;
  font-weight: 400;
}

.post-details-content .post-details-body .content .meta li a {
  color: rgb(68, 68, 68);
}

.post-details-content .post-details-body .content .meta li a:hover {
  color: #e4c000;
}

.post-details-content .post-details-body .content .meta .author {
  margin-right: 14px;
}

.post-details-content .post-details-body .content .meta .date {
  margin-left: 14px;
}

.post-details-content .post-details-body .content .blockquote-area {
  margin-bottom: 10px;
}

.post-details-content .post-details-body .content .blockquote-area .blockquote-style1 {
  color: rgb(51, 51, 51);
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
}

.post-details-content .post-details-body .content .blockquote-area2 {
  text-align: center;
  padding: 60px 40px;
  margin: 50px 0px;
  position: relative;
}

.post-details-content .post-details-body .content .blockquote-area2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  background-color: #e4c000;
  z-index: -1;
  width: 17em;
  height: 17em;
  border-radius: 50%;
  opacity: 0.3;
}

.post-details-content .post-details-body .content .blockquote-area2 .blockquote-style2 {
  color: rgb(51, 51, 51);
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.68px;
  line-height: 1.3;
  margin: 0px auto 11px;
  max-width: 400px;
  width: 100%;
}

.post-details-content .post-details-body .content .blockquote-area2 h5 {
  font-size: 16px;
  font-weight: 400;
 font-family: "Poppins", sans-serif;
  line-height: 1.6;
  margin: 0px;
}

.post-details-content .post-details-body .content .video-thumb {
  position: relative;
  margin-top: 20px;
  margin-bottom: 32px;
}

.post-details-content .post-details-body .content .video-thumb::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
}

.post-details-content .post-details-body .content .video-thumb .video-img::before {
  color: rgb(51, 51, 51);
  font-family: LaStudioIcons;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content:'';
  position: absolute;
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-left: -34px;
  margin-top: -34px;
  z-index: 2;
  font-size: 18px;
  background: white;
  border-radius: 50%;
  transition: all 0.5s ease-in-out 0s;
}

.post-details-content .post-details-body .content .video-thumb:hover .video-img::before {
  color: #e4c000;
  transform: scale(1.2);
  transition: all 0.3s ease 0s;
}

.post-details-content .post-details-body .content .video-thumb:hover::after {
  opacity: 0.2;
}

.post-details-content .post-details-body .content .category-social-content {
  border-top: 1px solid rgb(235, 235, 235);
  border-bottom: 1px solid rgb(235, 235, 235);
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 15px;
  margin-top: 70px;
  margin-bottom: 61px;
}

@media only screen and (max-width: 575px) {
  .post-details-content .post-details-body .content .category-social-content {
      display: block;
  }
}

@media only screen and (max-width: 575px) {
  .post-details-content .post-details-body .content .category-social-content .category-items {
      margin-bottom: 15px;
  }
}

.post-details-content .post-details-body .content .category-social-content .category-items span {
  color: rgb(168, 168, 168);
  font-size: 14px;
}

.post-details-content .post-details-body .content .category-social-content .category-items a {
  color: rgb(68, 68, 68);
  font-size: 14px;
  font-weight: 400;
  margin-right: 0px;
}

.post-details-content .post-details-body .content .category-social-content .category-items a:hover {
  color: #e4c000;
}

.post-details-content .post-details-body .content .category-social-content .social-items {
  margin-top: 1px;
}

.post-details-content .post-details-body .content .category-social-content .social-items a {
  font-size: 14px;
  margin-left: 6px;
  display: inline-block;
  line-height: 29px;
  width: 27px;
  height: 27px;
  text-align: center;
  color: rgb(255, 255, 255);
  border-radius: 50%;
}

.post-details-content .post-details-body .content .category-social-content .social-items a.one {
  background-color: rgb(39, 46, 174);
}

.post-details-content .post-details-body .content .category-social-content .social-items a.two {
  background-color: rgb(21, 144, 216);
}

.post-details-content .post-details-body .content .category-social-content .social-items a.three {
  background-color: rgb(168, 168, 168);
}

.post-details-content .post-details-body .content .category-social-content .social-items a.four {
  background-color: rgb(208, 2, 27);
}

.comments-area h2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.comments-area .comments-form-wrap form .comments-form-content .form-group .form-control {
  border-color: rgb(235, 235, 235);
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 17px;
  min-height: 60px;
  padding: 15px 25px;
}

.comments-area .comments-form-wrap form .comments-form-content .form-group .form-control.textarea {
  margin-bottom: 20px;
  min-height: 150px;
  padding: 20px;
}

.comments-area .comments-form-wrap form .comments-form-content .form-group .form-control::-webkit-input-placeholder {
  color: rgb(51, 51, 51);
  font-size: 14px;
}

.comments-area .comments-form-wrap form .comments-form-content .form-group .form-control:focus {
  border-color: rgb(187, 187, 187);
}

.comments-area .comments-form-wrap form .comments-form-content .form-group .comment-form-cookies {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  margin-bottom: 22px;
}

.comments-area .comments-form-wrap form .comments-form-content .form-group .comment-form-cookies input[type="checkbox"] {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(187, 187, 187);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px inset;
  display: inline-block;
  line-height: 0;
  min-width: 16px;
  height: 16px;
  margin: -3px 14px 0px 0px;
  outline: 0px;
  text-align: center;
  vertical-align: middle;
  clear: none;
  cursor: pointer;
  appearance: none;
  width: 16px;
}

.comments-area .comments-form-wrap form .comments-form-content .form-group .comment-form-cookies label {
  color: rgb(68, 68, 68);
  font-size: 14px;
  padding: 0px 5px;
}

.comments-area .comments-form-wrap form .comments-form-content .form-group .btn-theme {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  top: -3px;
  padding: 19px 30px;
  min-width: 180px;
}

.comments-area .comments-form-wrap form .comments-form-content .form-group .form-check-input {
  box-shadow: none;
  border-radius: 0px;
  margin-top: 6px;
}

.comments-area .comments-form-wrap form .comments-form-content .form-group .form-check-label {
  color: rgb(68, 68, 68);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  padding-left: 15px;
  margin-bottom: 22px;
}

.contact-area {
  padding: 110px 0px;
  position: relative;
  background: #000;
}

@media only screen and (max-width: 1199px) {
  .contact-area {
      padding: 70px 0px;
  }
}

.contact-area .section-title {
  margin-bottom: 30px;
}

.contact-area .section-title .title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 9px;
}

.contact-area .section-title p {
  font-weight: 500;
  line-height: 24px;
}

.contact-area .contact-form .contact-form-wrapper.form-style {
  padding-right: 14.82px;
}

@media only screen and (max-width: 575px) {
  .contact-area .contact-form .contact-form-wrapper.form-style {
      padding-right: 0px;
  }
}

.contact-area .contact-form .contact-form-wrapper.form-style .form-group {
  margin-bottom: 20px;
}

.contact-area .contact-form .contact-form-wrapper.form-style .form-group .form-control {
  padding: 2px 20px;
}

.contact-area .contact-form .contact-form-wrapper.form-style .form-group .form-control.textarea {
  min-height: 120px;
  padding: 18px 20px 12px;
}

.contact-area .contact-info-wrapper {
  padding-left: 85px;
}

@media only screen and (max-width: 1199px) {
  .contact-area .contact-info-wrapper {
      padding-left: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-area .contact-info-wrapper {
      margin-top: 70px;
      padding-left: 0px;
  }
}

.contact-area.contact-about-area {
  padding: 0px;
  position: relative;
}

.contact-area.contact-about-area .container-fluid {
  padding: 0px;
}

.contact-area.contact-about-area .container-fluid .col-left {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  top: 50%;
  z-index: 3;
  transform: translate(0px, -50%);
}

.contact-area.contact-about-area .container-fluid .col-left .section-title {
  margin-bottom: 0px;
  margin-top: 6px;
}

@media only screen and (max-width: 991px) {
  .contact-area.contact-about-area .container-fluid .col-left .section-title {
      padding: 70px 0px;
  }
}

.contact-area.contact-about-area .container-fluid .col-left .section-title .title {
  color: rgb(255, 255, 255);
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.72px;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.contact-area.contact-about-area .container-fluid .col-left .section-title p {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  width: 460px;
}

.contact-area.contact-about-area .container-fluid .col-right {
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 104px 80px 133px;
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .contact-area.contact-about-area .container-fluid .col-right {
      padding-bottom: 100px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-area.contact-about-area .container-fluid .col-right {
      padding: 80px 30px;
  }
}

.contact-area.contact-about-area .container-fluid .col-right .contact-form {
  max-width: 610px;
  z-index: 1;
}

.contact-area.contact-about-area .container-fluid .col-right .contact-form .contact-form-wrapper .form-group {
  text-align: center;
  margin-bottom: 14px;
}

.contact-area.contact-about-area .container-fluid .col-right .contact-form .contact-form-wrapper .form-group .form-control {
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 1px solid rgb(204, 204, 204);
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  padding: 15px 0px 19px;
}

.contact-area.contact-about-area .container-fluid .col-right .contact-form .contact-form-wrapper .form-group .form-control::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
  font-size: 16px;
}

.contact-area.contact-about-area .container-fluid .col-right .contact-form .contact-form-wrapper .form-group .form-control.textarea {
  min-height: 176px;
  padding-top: 11px;
}

.contact-area.contact-about-area .container-fluid .col-right .contact-form .contact-form-wrapper .form-group .btn-theme {
  background-color: #e4c000;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 10px 30px;
  margin-top: 30px;
}

.contact-area.contact-about-area .container-fluid .col-right .contact-form .contact-form-wrapper .form-group .btn-theme:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.contact-area.contact-about-area .canvas-overlay {
  background-color: rgb(34, 34, 34);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.6;
  z-index: 2;
}

.account-login-area {
  padding: 122px 0px 185px;
}

@media only screen and (max-width: 767px) {
  .account-login-area {
      padding: 80px 0px 90px;
  }
}

.account-login-area .login-top .login-form-nav .nav-tabs {
  border-bottom: 2px solid #e4c000;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-bottom: 6px;
}

.account-login-area .login-top .login-form-nav .nav-tabs .nav-link {
  cursor: pointer;
  color: #e4c000;
  border: none;
  background: none;
  padding: 0px;
  font-size: 20px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  letter-spacing: -0.4px;
}

.account-login-area .login-top .login-form-nav .nav-tabs .nav-link i {
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
}

.account-login-area .login-top .login-form-nav .nav-tabs .nav-link.active {
  border: none;
  background: none;
  color: rgb(51, 51, 51);
  cursor: default;
  font-size: 24px;
  font-weight: 500;
  padding: 0px;
  letter-spacing: -0.48px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}

.account-login-area .login-top .login-form-nav .nav-tabs .nav-link.active i {
  display: none;
}

.account-login-area .login-top .login-form-nav .nav-tabs .nav-link.nav-register {
  position: relative;
  top: -2px;
}

.contact-area .section-title {
  margin-bottom: 0px;
}

.contact-area .section-title .title {
  color: rgb(255 255 255);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.64px;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.contact-info-content .align-top {
  padding-bottom: 4px;
}

.contact-info-content .align-top .contact-info-item {
  display: flex;
}

.contact-info-content .align-top .contact-info-item .icon {
  position: relative;
  top: -4px;
}

.contact-info-content .align-top .contact-info-item .icon i {
  color: #e4c000;
  font-size: 22px;
  margin-right: 15px;
}

.contact-info-content .align-top .contact-info-item .content h4 {
  color: rgb(34, 34, 34);
  font-size: 16px;
  font-weight: 600;
 font-family: "Poppins", sans-serif;
  line-height: 1;
  margin: 0px 0px 11px;
}

.contact-info-content .align-top .contact-info-item .content p {
  color: rgb(102, 102, 102);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 36px;
}

.contact-info-content .align-top .contact-info-item.info-item2 {
  border-top: 1px solid rgb(196, 196, 196);
}

.contact-info-content .align-bottom {
  border-top: 1px solid rgb(196, 196, 196);
  padding-top: 40px;
}

.contact-info-content .align-bottom .contact-info-item {
  display: flex;
}

.contact-info-content .align-bottom .contact-info-item .icon {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.contact-info-content .align-bottom .contact-info-item .icon i {
  color: #e4c000;
  font-size: 20px;
  margin-right: 10px;
}

.contact-info-content .align-bottom .contact-info-item .content h4 {
  color: rgb(34, 34, 34);
  font-size: 16px;
  font-weight: 600;
 font-family: "Poppins", sans-serif;
  line-height: 1;
  margin: 0px 0px 11px;
}

.contact-info-content .align-bottom .contact-info-item .content p {
  color: rgb(102, 102, 102);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.contact-info-content .align-bottom .contact-info-item .content .social-widget {
  line-height: 1;
  margin-top: 20px;
}

.contact-info-content .align-bottom .contact-info-item .content .social-widget a {
  color: rgb(102, 102, 102);
  font-size: 24px;
  margin-right: 35px;
}

.contact-info-content .align-bottom .contact-info-item .content .social-widget a:hover {
  color: #e4c000;
}

.contact-info-content .align-bottom .contact-info-item .content .social-widget a:last-child {
  margin-right: 0px;
}

.contact-info-content .align-bottom .contact-info-item.social-icons-item {
  margin-left: 5px;
  margin-top: 10px;
}

.contact-map-area {
  height: 600px;
}

@media only screen and (max-width: 991px) {
  .contact-map-area {
      height: 400px;
  }
}

.contact-map-area iframe {
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .contact-map-area iframe {
      height: 400px;
  }
}

.footer-area.default-style .footer-main {
  background-color: rgb(51, 51, 51);
  padding: 97px 0px 84px;
}

@media only screen and (max-width: 991px) {
  .footer-area.default-style .footer-main {
      padding: 78px 0px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area.default-style .footer-main {
      padding: 78px 0px 65px;
  }
}

.footer-area.default-style .footer-main .container {
  max-width: 1470px;
}

.footer-area.default-style .footer-main .widget-item.widget-column1 {
  margin-right: 21px;
}

@media only screen and (max-width: 767px) {
  .footer-area.default-style .footer-main .widget-item.widget-column1 {
      margin-bottom: 50px;
      margin-right: 0px;
  }
}

.footer-area.default-style .footer-main .widget-item.widget-column2 {
  margin-left: 44px;
  margin-right: 25px;
}

@media only screen and (max-width: 1199px) {
  .footer-area.default-style .footer-main .widget-item.widget-column2 {
      margin-left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-area.default-style .footer-main .widget-item.widget-column2 {
      margin-bottom: 50px;
      margin-right: 0px;
  }
}

.footer-area.default-style .footer-main .widget-item.widget-column3 {
  margin-left: 40px;
}

@media only screen and (max-width: 767px) {
  .footer-area.default-style .footer-main .widget-item.widget-column3 {
      margin-left: 0px;
  }
}

.footer-area.default-style .footer-main .widget-item h4 {
  border-bottom: 1px solid rgb(153, 153, 153);
  font-size: 18px;
  font-weight: 600;
 font-family: "Poppins", sans-serif;
  margin-bottom: 39px;
  padding-bottom: 19px;
}

.footer-area.default-style .footer-main .widget-item .newsletter-content-wrap {
  display: block;
  position: relative;
  top: 1px;
}

.footer-area.default-style .footer-main .widget-item .newsletter-content-wrap .newsletter-form .form-control {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-image: initial;
  background-color: rgb(68, 68, 68);
  border-right: 0px;
  border-radius: 0px;
  box-shadow: none;
  color: rgb(255, 255, 255);
  padding: 12px 20px;
  font-size: 16px;
  line-height: 35px;
  width: 100%;
}

.footer-area.default-style .footer-main .widget-item .newsletter-content-wrap .newsletter-form .form-control::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
}

.footer-area.default-style .footer-main .widget-item .newsletter-content-wrap .newsletter-form .btn-theme {
  border: none;
  background-color: rgb(34, 34, 34);
  color: rgb(255, 255, 255);
  position: absolute;
  padding: 12px 40px;
  font-size: 16px;
  line-height: 17px;
  height: 59px;
  min-width: 131px;
  top: 0px;
  right: 0px;
}

.footer-area.default-style .footer-main .widget-item .newsletter-content-wrap .newsletter-form .btn-theme:hover {
  background-color: rgb(0, 0, 0);
  color: #e4c000;
}

.footer-area.default-style .footer-main .widget-item .widget-menu-wrap .nav-menu {
  margin-top: -7px;
}

.footer-area.default-style .footer-main .widget-item .widget-menu-wrap .nav-menu li {
  font-size: 14px;
  margin-bottom: 7px;
}

.footer-area.default-style .footer-main .widget-item .widget-menu-wrap .nav-menu li a {
  color: rgb(234, 234, 234);
}

@media only screen and (max-width: 991px) {
  .footer-area.default-style .footer-main .widget-item .widget-menu-wrap .nav-menu li a {
      font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area.default-style .footer-main .widget-item .widget-menu-wrap .nav-menu li a {
      font-size: 14px;
  }
}

.footer-area.default-style .footer-main .widget-item .widget-menu-wrap .nav-menu li a:hover {
  color: #e4c000;
}

.footer-area.default-style .footer-main .widget-item .widget-menu-wrap.menu-col-2 {
  display: flex;
}

.footer-area.default-style .footer-main .widget-item .widget-menu-wrap.menu-col-2 .nav-menu {
  margin-right: 79px;
  width: 45%;
}

@media only screen and (max-width: 1199px) {
  .footer-area.default-style .footer-main .widget-item .widget-menu-wrap.menu-col-2 .nav-menu {
      margin-right: 40px;
      width: 48%;
  }
}

@media only screen and (max-width: 991px) {
  .footer-area.default-style .footer-main .widget-item .widget-menu-wrap.menu-col-2 .nav-menu {
      margin-right: 20px;
      width: 52%;
  }
}

.footer-area.default-style .footer-main .widget-item .widget-menu-wrap.menu-col-2 .nav-menu:last-child {
  margin-right: 0px;
}

.footer-area.default-style .footer-bottom {
  background-color: rgb(34, 34, 34);
  padding: 24px 18px 20px;
}

.footer-area.default-style .footer-bottom .widget-item .widget-social-icons {
  margin: auto 70px auto auto;
  text-align: center;
}

.footer-area.default-style .footer-bottom .widget-item .widget-social-icons a {
  color: rgb(255, 255, 255);
  font-size: 18px;
  margin-right: 60px;
}

.footer-area.default-style .footer-bottom .widget-item .widget-social-icons a:hover {
  color: #e4c000;
}

.footer-area.default-style .footer-bottom .widget-item .widget-social-icons a:last-child {
  margin-right: 0px;
}

.footer-area.footer-style1 .footer-top {
  padding: 100px 30px;
}

@media only screen and (max-width: 991px) {
  .footer-area.footer-style1 .footer-top {
      padding: 72px 0px;
  }
}

@media only screen and (max-width: 575px) {
  .footer-area.footer-style1 .footer-top {
      padding: 42px 0px;
  }
}

.footer-area.footer-style1 .footer-top .footer-logo-area {
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  .footer-area.footer-style1 .footer-top .footer-logo-area {
      text-align: center;
  }
}

.footer-area.footer-style1 .footer-top .footer-logo-area a .logo-main {
  width: 195px;
}

.footer-area.footer-style1 .footer-top .newsletter-content-wrap {
  display: flex;
  width: 400px;
  position: relative;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .footer-area.footer-style1 .footer-top .newsletter-content-wrap {
      max-width: 355px;
      margin: 30px auto 0px;
      width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .footer-area.footer-style1 .footer-top .newsletter-content-wrap {
      display: block;
      max-width: 100%;
  }
}

.footer-area.footer-style1 .footer-top .newsletter-content-wrap .newsletter-form .form-control {
  border-width: 1px 0px 1px 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(221, 221, 221);
  border-bottom-color: rgb(221, 221, 221);
  border-left-color: rgb(221, 221, 221);
  border-image: initial;
  border-right-style: initial;
  border-right-color: initial;
  border-radius: 0px;
  box-shadow: none;
  color: rgb(153, 153, 153);
  padding: 15px 20px;
  font-size: 15px;
  height: 52px;
  line-height: 20px;
  min-width: 275px;
}

.footer-area.footer-style1 .footer-top .newsletter-content-wrap .newsletter-form .form-control::-webkit-input-placeholder {
  color: rgb(153, 153, 153);
}

@media only screen and (max-width: 1199px) {
  .footer-area.footer-style1 .footer-top .newsletter-content-wrap .newsletter-form .form-control {
      height: 51px;
  }
}

@media only screen and (max-width: 575px) {
  .footer-area.footer-style1 .footer-top .newsletter-content-wrap .newsletter-form .form-control {
      height: 44px;
      line-height: 44px;
      padding: 0px 0px 0px 8px;
      font-size: 13px;
      min-width: 100%;
      width: 100%;
  }
}

.footer-area.footer-style1 .footer-top .newsletter-content-wrap .newsletter-form .btn-theme {
  border: none;
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
  padding: 15px 25px;
  position: absolute;
  font-size: 15px;
  line-height: 20px;
  height: 50px;
  min-width: 124px;
  top: 0px;
  right: 0px;
}

@media only screen and (max-width: 575px) {
  .footer-area.footer-style1 .footer-top .newsletter-content-wrap .newsletter-form .btn-theme {
      font-size: 12px;
      line-height: 44px;
      height: 44px;
      padding: 0px;
      min-width: 78px;
  }
}

.footer-area.footer-style1 .footer-main {
  background-color: rgb(248, 243, 240);
  padding: 86px 30px 90px;
}

@media only screen and (max-width: 991px) {
  .footer-area.footer-style1 .footer-main {
      padding: 66px 30px 70px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area.footer-style1 .footer-main {
      padding: 46px 30px 50px;
  }
}

.footer-area.footer-style1 .footer-main .footer-logo-area a .logo-main {
  width: 195px;
}

.footer-area.footer-style1 .footer-main .widget-item.widget-social-item {
  padding-left: 86px;
}

@media only screen and (max-width: 767px) {
  .footer-area.footer-style1 .footer-main .widget-item.widget-social-item {
      padding-left: 0px;
  }
}

.footer-area.footer-style1 .footer-main .widget-menu-wrap {
  margin-top: 4px;
}

.footer-area.footer-style1 .footer-main .widget-menu-wrap h4 {
  color: rgb(102, 102, 102);
 font-family: "Poppins", sans-serif;
  margin-bottom: 16px;
}

.footer-area.footer-style1 .footer-main .widget-menu-wrap .nav-menu li {
 font-family: "Poppins", sans-serif;
}

.footer-area.footer-style1 .footer-main .widget-menu-wrap .nav-menu li a {
  color: rgb(102, 102, 102);
}

.footer-area.footer-style1 .footer-main .widget-menu-wrap .nav-menu li a:hover {
  color: rgb(0, 0, 0);
}

.footer-area.footer-style1 .footer-main span {
  color: rgb(102, 102, 102);
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .footer-area.footer-style1 .footer-main span {
      font-size: 17px;
      font-weight: 600;
  }
}

.footer-area.footer-style1 .footer-main .widget-social-icons {
  margin-top: 20px;
}

.footer-area.footer-style1 .footer-main .widget-social-icons a {
  color: #e4c000;
  font-size: 30px;
  margin-right: 47px;
}

@media only screen and (max-width: 991px) {
  .footer-area.footer-style1 .footer-main .widget-social-icons a {
      margin-right: 18px;
  }
}

.footer-area.footer-style1 .footer-main .widget-social-icons a:hover {
  color: rgb(0, 0, 0);
}

.footer-area.footer-style2 .footer-main {
  background-color: rgb(51, 51, 51);
  padding: 97px 0px 62px;
}

@media only screen and (max-width: 991px) {
  .footer-area.footer-style2 .footer-main {
      padding: 58px 0px 45px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area.footer-style2 .footer-main {
      padding: 80px 0px 40px;
  }
}

.footer-area.footer-style2 .footer-main .footer-logo-area a .logo-main {
  margin: 90px 0px 30px;
  width: 145px;
}

@media only screen and (max-width: 767px) {
  .footer-area.footer-style2 .footer-main .footer-logo-area a .logo-main {
      margin: 0px 0px 30px;
  }
}

.footer-area.footer-style2 .footer-main .footer-logo-area p {
  color: rgb(255, 255, 255);
}

@media only screen and (max-width: 991px) {
  .footer-area.footer-style2 .footer-main .footer-logo-area p br {
      display: none;
  }
}

.footer-area.footer-style2 .footer-main .widget-item h4 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 17px;
}

.footer-area.footer-style2 .footer-main .widget-item .widget-contact-info li a {
  color: rgb(153, 153, 153);
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 30px;
}

.footer-area.footer-style2 .footer-main .widget-item .widget-contact-info li a:hover {
  color: rgb(255, 255, 255);
}

.footer-area.footer-style2 .footer-main .widget-item .widget-contact-info li.info-address {
  line-height: 1;
}

.footer-area.footer-style2 .footer-main .widget-item .widget-contact-info li.info-address a {
  line-height: 1.8;
}

.footer-area.footer-style2 .footer-main .widget-item .widget-menu-wrap .nav-menu li {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer-area.footer-style2 .footer-main .widget-item .widget-menu-wrap.menu-col-2 {
  display: flex;
}

.footer-area.footer-style2 .footer-main .widget-item .widget-menu-wrap.menu-col-2 .nav-menu {
  width: 45%;
}

.footer-area.footer-style2 .footer-main .widget-item .widget-social-icons {
  margin-top: 24px;
  margin-left: auto;
}

.footer-area.footer-style2 .footer-main .widget-item .widget-social-icons a {
  background-color: rgb(68, 68, 68);
  color: rgb(153, 153, 153);
  display: inline-block;
  height: 40px;
  font-size: 20px;
  margin-right: 6px;
  margin-top: auto;
  line-height: 40px;
  text-align: center;
  width: 40px;
  transition: all 0.3s ease-in-out 0s;
}

.footer-area.footer-style2 .footer-main .widget-item .widget-social-icons a:hover {
  background-color: rgb(0, 0, 0);
}

.footer-area.footer-style2 .footer-main .widget-item.widget-item-style2 {
  margin-top: 30px;
}

.footer-area.footer-style2 .footer-main .widget-item.widget-item-style3 {
  margin-top: 50px;
}

.footer-area.footer-style4 .footer-main {
  background-color: rgb(51, 51, 51);
  padding: 100px 0px 90px;
}

@media only screen and (max-width: 767px) {
  .footer-area.footer-style4 .footer-main {
      padding: 80px 0px 70px;
  }
}

.footer-area.footer-style4 .footer-main .footer-logo-area {
  text-align: center;
  border-bottom: 1px solid rgb(102, 102, 102);
  padding-bottom: 61px;
}

@media only screen and (max-width: 575px) {
  .footer-area.footer-style4 .footer-main .footer-logo-area {
      text-align: left;
  }
}

.footer-area.footer-style4 .footer-main .footer-logo-area a .logo-main {
  width: 195px;
}

.footer-area.footer-style4 .footer-main .widget-item {
  margin-top: 97px;
}

@media only screen and (max-width: 767px) {
  .footer-area.footer-style4 .footer-main .widget-item {
      margin-top: 77px;
  }
}

.footer-area.footer-style4 .footer-main .widget-item h4 {
 font-family: "Poppins", sans-serif;
  letter-spacing: 0px;
  margin-bottom: 15px;
}

.footer-area.footer-style5 .footer-top {
  border-bottom: 2px solid rgb(34, 34, 34);
  background-color: rgb(51, 51, 51);
  padding: 100px 0px;
}

.footer-area.footer-style5 .footer-top .footer-logo-area {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .footer-area.footer-style5 .footer-top .footer-logo-area {
      margin-bottom: 40px;
      text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .footer-area.footer-style5 .footer-top .footer-logo-area {
      margin-bottom: 30px;
  }
}

.footer-area.footer-style5 .footer-top .footer-logo-area a .logo-main {
  width: 195px;
}

.footer-area.footer-style5 .footer-top .newsletter-content-wrap {
  display: flex;
  width: 400px;
  position: relative;
  margin-left: auto;
}

@media only screen and (max-width: 991px) {
  .footer-area.footer-style5 .footer-top .newsletter-content-wrap {
      max-width: 400px;
      width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area.footer-style5 .footer-top .newsletter-content-wrap {
      margin-right: auto;
  }
}

.footer-area.footer-style5 .footer-top .newsletter-content-wrap .newsletter-form .form-control {
  background-color: rgb(68, 68, 68);
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-image: initial;
  border-right: 0px;
  border-radius: 0px;
  box-shadow: none;
  color: rgb(153, 153, 153);
  padding: 15px 20px;
  font-size: 15px;
  line-height: 20px;
  min-width: 271px;
}

.footer-area.footer-style5 .footer-top .newsletter-content-wrap .newsletter-form .form-control::-webkit-input-placeholder {
  color: rgb(153, 153, 153);
}

@media only screen and (max-width: 479.98px) {
  .footer-area.footer-style5 .footer-top .newsletter-content-wrap .newsletter-form .form-control::-webkit-input-placeholder {
      font-size: 12px;
  }
}

@media only screen and (max-width: 479.98px) {
}

@media only screen and (max-width: 479.98px) {
}

@media only screen and (max-width: 479.98px) {
}

.footer-area.footer-style5 .footer-top .newsletter-content-wrap .newsletter-form .btn-theme {
  border: none;
  background-color: rgb(166, 70, 55);
  color: rgb(255, 255, 255);
  padding: 15px 25px;
  position: absolute;
  font-size: 15px;
  line-height: 20px;
  height: 50px;
  min-width: 124px;
  top: 0px;
  text-transform: uppercase;
  right: 0px;
}

.footer-area.footer-style5 .footer-main {
  background-color: rgb(51, 51, 51);
  padding: 97px 0px 90px;
}

.footer-area.footer-style5 .footer-main .widget-item h4 {
 font-family: "Poppins", sans-serif;
  letter-spacing: 0px;
  margin-bottom: 15px;
}

.footer-area.footer-style6 .footer-main {
  background-color: #000000db;
  border-top: 1px solid rgb(0, 0, 0);
  padding-top: 80px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .footer-area.footer-style6 .footer-main {
      padding-top: 90px;
      padding-bottom: 78px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area.footer-style6 .footer-main {
      padding-top: 70px;
      padding-bottom: 58px;
  }
}

@media only screen and (max-width: 575px) {
  .footer-area.footer-style6 .footer-main {
      padding-bottom: 80px;
  }
}

.footer-area.footer-style6 .footer-main .footer-logo-area {
  margin-bottom: 45px;
  /* text-align: center; */
}

@media only screen and (max-width: 991px) {
  .footer-area.footer-style6 .footer-main .footer-logo-area {
      text-align: left;
  }
}

.footer-area.footer-style6 .footer-main .footer-logo-area a .logo-main {
  width: 213px;
}

.footer-area.footer-style6 .footer-main .widget-item h4 {
  color: rgb(255 255 255);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 29px;
  text-transform: uppercase;
}

.footer-area.footer-style6 .footer-main .widget-item .widget-menu-wrap .nav-menu li {
  margin-bottom: 25px;
  line-height: 24px;
}

.footer-area.footer-style6 .footer-main .widget-item .widget-menu-wrap .nav-menu li a {
  color: rgb(213 213 213);
  font-size: 15px;
  /* text-transform: capitalize; */
}

.footer-area.footer-style6 .footer-main .widget-item .widget-menu-wrap .nav-menu li a:hover {
  color: #e4c000;
}

.footer-area.footer-style6 .footer-main .widget-item .widget-social-icons {
  margin-left: 4px;
  margin-top: -2px;
}

.footer-area.footer-style6 .footer-main .widget-item .widget-social-icons a {
  color: rgb(0 0 0);
  font-size: 20px;
  margin-top: 0px;
  margin-right: 10px;
  background: #ffffff;
  height: 30px;
  width: 30px;
  /* display: flex; */
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
}

.footer-area.footer-style6 .footer-main .widget-item .widget-social-icons a:hover {
  color: rgb(0, 0, 0);
}

.footer-area.footer-style6 .footer-main .widget-item .widget-social-icons a:last-child {
  margin: 0px;
}

.footer-area.footer-style7 .footer-main {
  background-color: rgb(51, 51, 51);
  padding: 79px 0px 60px;
}

.footer-area.footer-style7 .footer-main .container {
  max-width: 1470px;
}

.footer-area.footer-style7 .footer-main .widget-item.widget-column1 {
  margin-right: 21px;
}

@media only screen and (max-width: 767px) {
  .footer-area.footer-style7 .footer-main .widget-item.widget-column1 {
      margin-bottom: 50px;
      margin-right: 0px;
  }
}

.footer-area.footer-style7 .footer-main .widget-item.widget-column2 {
  margin-left: 44px;
  margin-right: 25px;
}

@media only screen and (max-width: 1199px) {
  .footer-area.footer-style7 .footer-main .widget-item.widget-column2 {
      margin-left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-area.footer-style7 .footer-main .widget-item.widget-column2 {
      margin-bottom: 50px;
      margin-right: 0px;
  }
}

.footer-area.footer-style7 .footer-main .widget-item.widget-column3 {
  margin-left: 40px;
}

@media only screen and (max-width: 767px) {
  .footer-area.footer-style7 .footer-main .widget-item.widget-column3 {
      margin-left: 0px;
  }
}

.footer-area.footer-style7 .footer-main .widget-item h4 {
  border-bottom: 1px solid rgb(153, 153, 153);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
  padding-bottom: 18px;
}

.footer-area.footer-style7 .footer-main .widget-item .newsletter-content-wrap {
  display: block;
  position: relative;
}

.footer-area.footer-style7 .footer-main .widget-item .newsletter-content-wrap .newsletter-form .form-control {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-image: initial;
  background-color: rgb(68, 68, 68);
  border-right: 0px;
  border-radius: 0px;
  box-shadow: none;
  color: rgb(255, 255, 255);
  padding: 12px 20px;
  font-size: 16px;
  line-height: 35px;
  width: 100%;
}

.footer-area.footer-style7 .footer-main .widget-item .newsletter-content-wrap .newsletter-form .form-control::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
}

.footer-area.footer-style7 .footer-main .widget-item .newsletter-content-wrap .newsletter-form .btn-theme {
  border: none;
  background-color: rgb(34, 34, 34);
  color: rgb(255, 255, 255);
  position: absolute;
  font-size: 16px;
  line-height: 17px;
  height: 59px;
  min-width: 131px;
  top: 0px;
  right: 0px;
}

.footer-area.footer-style7 .footer-main .widget-item .newsletter-content-wrap .newsletter-form .btn-theme:hover {
  background-color: rgb(0, 0, 0);
  color: #e4c000;
}

.footer-area.footer-style7 .footer-main .widget-item .widget-menu-wrap .nav-menu {
  margin-top: -7px;
}

.footer-area.footer-style7 .footer-main .widget-item .widget-menu-wrap .nav-menu li {
  font-size: 14px;
  margin-bottom: 7px;
}

.footer-area.footer-style7 .footer-main .widget-item .widget-menu-wrap .nav-menu li a {
  color: rgb(234, 234, 234);
}

.footer-area.footer-style7 .footer-main .widget-item .widget-menu-wrap .nav-menu li a:hover {
  color: #e4c000;
}

.footer-area.footer-style7 .footer-main .widget-item .widget-menu-wrap.menu-col-2 {
  display: flex;
}

.footer-area.footer-style7 .footer-main .widget-item .widget-menu-wrap.menu-col-2 .nav-menu {
  margin-right: 79px;
  width: 45%;
}

@media only screen and (max-width: 991px) {
  .footer-area.footer-style7 .footer-main .widget-item .widget-menu-wrap.menu-col-2 .nav-menu {
      margin-right: 30px;
      width: 48%;
  }
}

.footer-area.footer-style7 .footer-main .widget-item .widget-menu-wrap.menu-col-2 .nav-menu:last-child {
  margin-right: 0px;
}

.footer-area.footer-style7 .footer-bottom {
  background-color: rgb(34, 34, 34);
  padding: 24px 18px 20px;
}

.footer-area.footer-style7 .footer-bottom .widget-item .widget-social-icons {
  margin: auto 70px auto auto;
  text-align: center;
}

.footer-area.footer-style7 .footer-bottom .widget-item .widget-social-icons a {
  color: rgb(255, 255, 255);
  font-size: 18px;
  margin-right: 60px;
}

.footer-area.footer-style7 .footer-bottom .widget-item .widget-social-icons a:hover {
  color: #e4c000;
}

.footer-area.footer-style7 .footer-bottom .widget-item .widget-social-icons a:last-child {
  margin-right: 0px;
}

.footer-area .widget-item h4 {
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 16px;
}

.footer-area .widget-menu-wrap .nav-menu {
  display: block;
}

.footer-area .widget-menu-wrap .nav-menu li {
  line-height: 30px;
}

.footer-area .widget-menu-wrap .nav-menu li a {
  color: rgb(153, 153, 153);
  font-size: 14px;
  font-weight: 400;
}

.footer-area .widget-menu-wrap .nav-menu li a:hover {
  color: rgb(255, 255, 255);
}

.footer-area .widget-social-icons {
  margin-left: 5px;
}

.footer-area .widget-social-icons a {
  color: rgb(153, 153, 153);
  display: inline-block;
  font-size: 26px;
  margin-right: 35px;
  margin-top: 3px;
  line-height: 1px;
}

.footer-area .widget-social-icons a:last-child {
  margin-right: 0px;
}

.footer-area .widget-social-icons a:hover {
  color: rgb(255, 255, 255);
}

.reveal-footer {
  bottom: 0px;
  left: 0px;
  position: fixed;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .reveal-footer {
      position: relative;
  }
}

.site-wrapper-reveal {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .site-wrapper-reveal {
      margin-bottom: 0px !important;
  }
}

.home-two-wrapper {
  font-family: "Roboto Condensed", sans-serif;
}

.home-two-wrapper h1, .home-two-wrapper h2, .home-two-wrapper h3, .home-two-wrapper h4, .home-two-wrapper h5, .home-two-wrapper h6, .home-two-wrapper .h1, .home-two-wrapper .h2, .home-two-wrapper .h3, .home-two-wrapper .h4, .home-two-wrapper .h5, .home-two-wrapper .h6 {
  font-family: "Roboto Condensed", sans-serif;
}

.home-two-wrapper .section-title .subtitle {
  font-family: "Roboto Condensed", sans-serif;
}

.home-two-wrapper .product-area.new-collection-product-area {
  padding: 100px 0px 75px;
}

@media only screen and (max-width: 991px) {
  .home-two-wrapper .product-area.new-collection-product-area {
      padding: 90px 0px 65px;
  }
}

@media only screen and (max-width: 767px) {
  .home-two-wrapper .product-area.new-collection-product-area {
      padding: 70px 0px 45px;
  }
}

.home-two-wrapper .product-area.new-collection-product-area .container-fluid {
  padding: 0px 48px 0px 120px;
  position: relative;
}

@media only screen and (max-width: 479.98px) {
  .home-two-wrapper .product-area.new-collection-product-area .container-fluid {
      padding: 0px 15px 0px 60px;
  }
}

.home-two-wrapper .product-area.new-collection-product-area .container-fluid .title-rotate {
  left: 65px;
  max-width: 100%;
  position: absolute;
  top: 0%;
  transform: translateX(-100%) rotate(-90deg);
  transform-origin: right center;
  width: auto;
}

@media only screen and (max-width: 479.98px) {
  .home-two-wrapper .product-area.new-collection-product-area .container-fluid .title-rotate {
      left: 30px;
  }
}

.home-two-wrapper .product-area.new-collection-product-area .container-fluid .title-rotate .title {
  color: rgb(195, 195, 195);
  font-size: 70px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 10.5px;
  margin: 0px;
}

@media (max-width: 1799px) {
  .home-two-wrapper .product-area.new-collection-product-area .container-fluid .title-rotate .title {
      font-size: 64px;
      letter-spacing: 7px;
  }
}

@media (max-width: 1599px) {
  .home-two-wrapper .product-area.new-collection-product-area .container-fluid .title-rotate .title {
      font-size: 44px;
      letter-spacing: 5px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-two-wrapper .product-area.new-collection-product-area .container-fluid .title-rotate .title {
      font-size: 34px;
      letter-spacing: 3px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-two-wrapper .product-area.new-collection-product-area .container-fluid .title-rotate .title {
      font-size: 20px;
      letter-spacing: 2px;
  }
}

.home-two-wrapper .product-area.top-product-area {
  padding: 94px 0px 100px;
}

@media only screen and (max-width: 991px) {
  .home-two-wrapper .product-area.top-product-area {
      padding: 84px 0px 90px;
  }
}

@media only screen and (max-width: 767px) {
  .home-two-wrapper .product-area.top-product-area {
      padding: 64px 0px 70px;
  }
}

.home-two-wrapper .product-area.top-product-area .section-title {
  margin-bottom: 55px;
}

@media only screen and (max-width: 991px) {
  .home-two-wrapper .product-area.top-product-area .section-title {
      margin-bottom: 45px;
  }
}

.home-two-wrapper .product-area.top-product-area .section-title .title {
  font-size: 50px;
  letter-spacing: -1px;
}

@media only screen and (max-width: 991px) {
  .home-two-wrapper .product-area.top-product-area .section-title .title {
      font-size: 36px;
  }
}

.home-two-wrapper .product-area.top-product-area .product-item {
  margin-bottom: 24px;
}

.home-two-wrapper .product-area.top-product-area .product-item .product-info .content-inner .title a:hover {
  color: rgb(151, 113, 176);
}

.home-two-wrapper .product-area.top-product-area .btn-theme {
  border-color: rgb(51, 51, 51);
  color: rgb(51, 51, 51);
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 10px 30px;
  transition: all 0.3s ease-in-out 0s;
}

.home-two-wrapper .product-area.top-product-area .btn-theme:hover {
  background-color: rgb(151, 113, 176);
  border-color: rgb(151, 113, 176);
  color: rgb(255, 255, 255);
}

.home-two-wrapper .product-item .product-thumb .product-action a:hover {
  background-color: rgb(151, 113, 176);
}

.home-two-wrapper .product-item .product-thumb .product-action-info .content-inner .title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.56px;
  line-height: 1.4;
  text-transform: uppercase;
}

@media (max-width: 1599px) {
  .home-two-wrapper .product-item .product-thumb .product-action-info .content-inner .title {
      font-size: 18px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-two-wrapper .product-item .product-thumb .product-action-info .content-inner .title {
      font-size: 13px;
  }
}

.home-two-wrapper .product-item .product-thumb .product-action-info .content-inner .title a {
  color: rgb(51, 51, 51);
}

.home-two-wrapper .product-item .product-thumb .product-action-info .content-inner .prices .price {
  font-size: 28px;
  line-height: 1.4;
}

@media (max-width: 1599px) {
  .home-two-wrapper .product-item .product-thumb .product-action-info .content-inner .prices .price {
      font-size: 18px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-two-wrapper .product-item .product-thumb .product-action-info .content-inner .prices .price {
      font-size: 14px;
  }
}

.home-two-wrapper .product-item .product-info .title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 1.4;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .home-two-wrapper .product-item .product-info .title {
      font-size: 16px;
  }
}

.home-two-wrapper .product-item .product-info .prices .price {
  color: rgb(151, 113, 176);
  font-size: 20px;
  line-height: 1.4;
}

@media only screen and (max-width: 991px) {
  .home-two-wrapper .product-item .product-info .prices .price {
      font-size: 16px;
  }
}

.home-two-wrapper .category-item .content .inner-content .title {
  font-family: "Roboto Condensed", sans-serif;
}

.home-two-wrapper .newsletter-area {
  padding: 0px 0px 30px;
  position: relative;
}

.home-two-wrapper .newsletter-area::before {
  background-color: rgb(28, 21, 47);
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0.6;
  position: absolute;
  top: 0px;
  width: 100%;
}

.home-two-wrapper .newsletter-area .newsletter-content {
  text-align: center;
}

.home-two-wrapper .testimonial-area {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 30px 0px;
  margin: 0px auto;
  max-width: 1640px;
  position: relative;
  width: 100%;
  z-index: 1;
  transform: translate(0px, -70px);
}

@media (max-width: 1699px) {
  .home-two-wrapper .testimonial-area {
      background-color: transparent;
      box-shadow: none;
  }
}

@media (max-width: 1699px) {
  .home-two-wrapper .testimonial-area .testimonial-slider-content {
      background-color: rgb(255, 255, 255);
      box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 30px 0px;
      margin-left: 30px;
      margin-right: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .home-two-wrapper .testimonial-area .testimonial-slider-content {
      margin-left: 15px;
      margin-right: 15px;
  }
}

.home-two-wrapper .testimonial-area .testimonial-single {
  padding: 60px 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 1399px) {
  .home-two-wrapper .testimonial-area .testimonial-single {
      padding: 60px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .home-two-wrapper .testimonial-area .testimonial-single {
      padding: 40px 15px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-two-wrapper .testimonial-area .testimonial-single {
      padding: 35px 15px;
  }
}

@media only screen and (max-width: 575px) {
  .home-two-wrapper .post-items .post-item {
      display: block;
  }
}

@media only screen and (max-width: 1199px) {
  .home-two-wrapper .post-items .post-item .thumb {
      margin-right: 20px;
      min-width: 220px;
  }
}

@media only screen and (max-width: 991px) {
  .home-two-wrapper .post-items .post-item .thumb {
      min-width: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .home-two-wrapper .post-items .post-item .thumb {
      min-width: 250px;
  }
}

@media only screen and (max-width: 575px) {
  .home-two-wrapper .post-items .post-item .thumb {
      margin-bottom: 30px;
      width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .home-two-wrapper .post-items .post-item .thumb img {
      width: 100%;
  }
}

@media only screen and (max-width: 1399px) {
  .home-two-wrapper .post-items .post-item .content {
      padding: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .home-two-wrapper .post-items .post-item .content {
      padding-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .home-two-wrapper .post-items .post-item .content {
      padding-top: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .home-two-wrapper .post-items .post-item .content {
      max-width: none;
  }
}

@media only screen and (max-width: 1199px) {
  .home-two-wrapper .post-items .post-item .content .inner-content .title {
      font-size: 18px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-two-wrapper .post-items .post-item .content .inner-content p {
      margin-bottom: 12px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-two-wrapper .post-items .post-item .content .btn-theme {
      font-size: 13px;
      padding: 7px 11px;
  }
}

.home-three-wrapper {
  font-family: Mukta, sans-serif;
}

.home-three-wrapper h1, .home-three-wrapper h2, .home-three-wrapper h3, .home-three-wrapper h4, .home-three-wrapper h5, .home-three-wrapper h6, .home-three-wrapper .h1, .home-three-wrapper .h2, .home-three-wrapper .h3, .home-three-wrapper .h4, .home-three-wrapper .h5, .home-three-wrapper .h6 {
  font-family: "Russo One", sans-serif;
}

.home-three-wrapper .header-area.header-default.header-style5 .container-fluid {
  max-width: none;
  padding: 50px 30px;
}

@media only screen and (max-width: 767px) {
  .home-three-wrapper .header-area.header-default.header-style5 .container-fluid {
      padding: 30px;
  }
}

.home-three-wrapper .header-area.header-default.header-style5 .header-logo-area {
  display: none;
}

@media only screen and (max-width: 1399px) {
  .home-three-wrapper .header-area.header-default.header-style5 .header-logo-area {
      display: block;
  }
}

.home-three-wrapper .header-area.header-default.header-style5 .header-action-area .btn-cart .cart-count {
  background-color: #e4c000;
}

.home-three-wrapper .header-area.header-default.header-style5 .header-action-area .btn-menu i {
  color: rgb(255, 255, 255);
}

.home-three-wrapper .header-area.header-default.header-style5.sticky-header.sticky .header-action-area .btn-menu i {
  color: rgb(51, 51, 51);
}

@media only screen and (max-width: 1399px) {
  .home-three-wrapper .main-content.site-wrapper-left-header {
      padding-left: 0px !important;
  }
}

.home-three-wrapper .section-title .subtitle {
  font-family: "Russo One", sans-serif;
}

@media only screen and (max-width: 1199px) {
  .home-three-wrapper .product-item .product-thumb .product-action a {
      font-size: 14px;
      height: 24px;
      line-height: 24px;
      width: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .home-three-wrapper .category-area .category-items-style15 .category-item .thumb img {
      width: 100%;
  }
}

.home-three-wrapper .category-area .category-items-style15 .category-item .content .title {
  font-family: "Nunito Sans", sans-serif;
}

@media only screen and (max-width: 1199px) {
  .home-three-wrapper .category-area .category-items-style15 .category-item .content .title {
      font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .home-three-wrapper .category-area .category-items-style15 .category-item .content .title {
      font-size: 24px;
  }
}

.home-three-wrapper .category-area .btn-theme {
  margin-top: 20px;
 font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 767px) {
  .home-three-wrapper .category-area .btn-theme {
      margin-top: 15px;
  }
}

.home-three-wrapper .category-area .product-info .content-inner .title {
 font-family: "Poppins", sans-serif;
}

.home-three-wrapper .category-area .product-info .content-inner .prices .price {
 font-family: "Poppins", sans-serif;
}

.home-three-wrapper .divider-area .divider-content.divider-content-style4 h2 {
  font-family: "Nunito Sans", sans-serif;
}

.home-three-wrapper .divider-area .divider-content.divider-content-style4 h4 {
  font-family: Montserrat, sans-serif;
}

.home-three-wrapper .divider-area .divider-content.divider-content-style4 .btn-theme {
 font-family: "Poppins", sans-serif;
}

.home-three-wrapper .newsletter-content.content-style4 .title {
  font-family: "Nunito Sans", sans-serif;
}

.home-three-wrapper .newsletter-content.content-style4 p {
 font-family: "Poppins", sans-serif;
}

.home-three-wrapper .newsletter-content.content-style4 .newsletter-form .form-control {
 font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 1399px) {
  .home-three-wrapper .footer-area.footer-style6 {
      padding-left: 0px !important;
  }
}

.home-three-wrapper .footer-area .footer-main .widget-item h4 {
 font-family: "Poppins", sans-serif;
}

.home-three-wrapper .footer-area .footer-main .widget-item .widget-menu-wrap .nav-menu li {
 font-family: "Poppins", sans-serif;
}

.home-four-wrapper {
 font-family: "Poppins", sans-serif;
}

.home-four-wrapper h1, .home-four-wrapper h2, .home-four-wrapper h3, .home-four-wrapper h4, .home-four-wrapper h5, .home-four-wrapper h6, .home-four-wrapper .h1, .home-four-wrapper .h2, .home-four-wrapper .h3, .home-four-wrapper .h4, .home-four-wrapper .h5, .home-four-wrapper .h6 {
  font-family: Montserrat, sans-serif;
}

@media only screen and (max-width: 479.98px) {
  .home-four-wrapper .header-area.header-default.header-style4 .header-logo-area {
      width: 120px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-four-wrapper .header-area.header-default.header-style4 .header-action-area .btn-search {
      margin-right: 15px;
  }
}

.home-four-wrapper .section-title .subtitle {
  font-family: Montserrat, sans-serif;
}

.home-four-wrapper .product-area.new-product-area {
  padding: 100px 0px;
}

@media only screen and (max-width: 991px) {
  .home-four-wrapper .product-area.new-product-area {
      padding: 90px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .home-four-wrapper .product-area.new-product-area {
      padding: 70px 0px;
  }
}

.home-four-wrapper .product-area.new-product-area .product-item {
  margin-bottom: 24px;
}

.home-four-wrapper .product-area.new-product-area .btn-theme {
  margin-top: 20px;
}

.home-four-wrapper .product-area.outfit-product-area .product-item {
  margin-bottom: 30px;
}

.home-four-wrapper .product-item .product-thumb .product-action a:hover {
  background-color: rgb(100, 173, 156);
}

.home-four-wrapper .product-item .product-thumb .product-action-info .content-inner .prices {
  color: rgb(100, 173, 156);
}

@media only screen and (max-width: 767px) {
  .home-four-wrapper .product-item .product-info .content-inner .title {
      font-size: 13px;
  }
}

@media only screen and (max-width: 575px) {
  .home-four-wrapper .product-item .product-info .content-inner .title {
      font-size: 14px;
  }
}

.home-four-wrapper .product-item .product-info .content-inner .title a:hover {
  color: rgb(100, 173, 156);
}

.home-four-wrapper .product-item .product-info .content-inner .prices .price {
  color: rgb(100, 173, 156);
}

.home-four-wrapper .product-item .product-info .product-info-action a {
  color: rgb(100, 173, 156);
}

.home-four-wrapper .product-item .product-info .product-info-action a:hover {
  color: rgb(51, 51, 51);
}

@media only screen and (max-width: 767px) {
  .home-five-wrapper .header-area.header-default.header-style5 .container-fluid {
      padding: 40px 15px;
  }
}

.home-five-wrapper .header-area.header-default.header-style5 .header-action-area .btn-menu i {
  color: rgb(255, 255, 255);
}

.home-five-wrapper .header-area.header-default.header-style5.sticky-header.sticky .header-action-area .btn-menu i {
  color: rgb(51, 51, 51);
}

.home-five-wrapper .section-title .subtitle {
  font-family: Montserrat, sans-serif;
}

.home-five-wrapper .product-area.new-product-area {
  padding: 94px 0px 69px;
}

@media only screen and (max-width: 991px) {
  .home-five-wrapper .product-area.new-product-area {
      padding: 84px 0px 59px;
  }
}

@media only screen and (max-width: 767px) {
  .home-five-wrapper .product-area.new-product-area {
      padding: 64px 0px 39px;
  }
}

.home-five-wrapper .product-area.new-product-area .section-title {
  margin-bottom: 15px;
}

.home-five-wrapper .product-area.new-product-area .section-title .title {
  margin-bottom: 25px;
  font-style: italic;
  text-transform: uppercase;
}

.home-five-wrapper .product-area.new-product-area .product-item {
  margin-bottom: 25px;
}

.home-six-wrapper {
  font-family: Taviraj, serif;
}

.home-six-wrapper h1, .home-six-wrapper h2, .home-six-wrapper h3, .home-six-wrapper h4, .home-six-wrapper h5, .home-six-wrapper h6, .home-six-wrapper .h1, .home-six-wrapper .h2, .home-six-wrapper .h3, .home-six-wrapper .h4, .home-six-wrapper .h5, .home-six-wrapper .h6 {
  font-family: Taviraj, serif;
}

@media only screen and (max-width: 575px) {
  .home-six-wrapper .header-area.header-default.header-style3 .header-align {
      height: 90px;
  }
}

.home-six-wrapper .header-area.header-default.header-style3 .btn-menu:hover {
  color: #e4c000;
}

.home-six-wrapper .header-area.header-default.header-style3 .header-action-area .btn-search:hover {
  color: #e4c000;
}

.home-six-wrapper .header-area.header-default.header-style3 .header-action-area .btn-login:hover {
  color: #e4c000;
}

.home-six-wrapper .header-area.header-default.header-style3 .header-action-area .btn-cart .cart-count {
  background-color: #e4c000;
}

.home-six-wrapper .header-area.header-default.header-style3 .header-action-area .btn-cart:hover {
  color: #e4c000;
}

.home-six-wrapper .section-title .subtitle {
  font-family: Taviraj, serif;
}

.home-six-wrapper .product-area.product-most-viewed-area .section-title {
  margin-bottom: 52px;
}

@media only screen and (max-width: 1199px) {
  .home-six-wrapper .product-area.product-most-viewed-area .section-title {
      margin-bottom: 50px;
  }
}

.home-six-wrapper .product-area.product-most-viewed-area .section-title .title {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -1px;
}

@media only screen and (max-width: 1199px) {
  .home-six-wrapper .product-area.product-most-viewed-area .section-title .title {
      font-size: 38px;
  }
}

.home-six-wrapper .footer-area.footer-style6 .footer-main .widget-item {
 font-family: "Poppins", sans-serif;
}

.home-six-wrapper .footer-area.footer-style6 .footer-main .widget-item h4 {
 font-family: "Poppins", sans-serif;
}

.home-seven-wrapper {
  font-family: Mukta, sans-serif;
}

.home-seven-wrapper h1, .home-seven-wrapper h2, .home-seven-wrapper h3, .home-seven-wrapper h4, .home-seven-wrapper h5, .home-seven-wrapper h6, .home-seven-wrapper .h1, .home-seven-wrapper .h2, .home-seven-wrapper .h3, .home-seven-wrapper .h4, .home-seven-wrapper .h5, .home-seven-wrapper .h6 {
  font-family: "Russo One", sans-serif;
}

@media only screen and (max-width: 1199px) {
  .home-seven-wrapper .header-area.header-default.header-style6 .header-align .header-align-center {
      display: none;
  }
}

@media only screen and (max-width: 1399px) {
  .home-seven-wrapper .header-area.header-default.header-style6 .header-align .header-align-center .header-navigation-area .main-menu {
      margin-left: 0px;
  }
}

@media only screen and (max-width: 1399px) {
  .home-seven-wrapper .header-area.header-default.header-style6 .header-align .header-align-center .header-navigation-area .main-menu .has-submenu .submenu-nav-mega {
      left: 85%;
  }
}

@media only screen and (max-width: 575px) {
  .home-seven-wrapper .header-area.header-default.header-style6 .header-align .header-logo-area {
      max-width: 115px;
  }
}

@media only screen and (max-width: 575px) {
  .home-seven-wrapper .header-area.header-default.header-style6 .header-align .header-action-area .header-action-search-form {
      display: none;
  }
}

.home-seven-wrapper .header-area.header-default.header-style6 .header-align .header-action-area .btn-menu {
  color: rgb(51, 51, 51);
}

.home-seven-wrapper .section-title .subtitle {
  font-family: "Russo One", sans-serif;
}

.home-seven-wrapper .home-area {
  padding-top: 100px;
}

@media only screen and (max-width: 991px) {
  .home-seven-wrapper .home-area {
      padding-top: 80px;
  }
}

.home-seven-wrapper .home-area .container {
  display: flex;
  max-width: 1640px;
  padding: 0px;
}

@media (max-width: 1710px) {
  .home-seven-wrapper .home-area .container {
      padding: 0px 40px;
  }
}

@media only screen and (max-width: 991px) {
  .home-seven-wrapper .home-area .container {
      padding: 0px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .home-seven-wrapper .home-area .container {
      display: block;
      padding: 0px 15px;
  }
}

.home-seven-wrapper .home-area .container .col-left {
  padding-right: 20px;
  width: 66.666%;
}

@media only screen and (max-width: 991px) {
  .home-seven-wrapper .home-area .container .col-left {
      padding-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .home-seven-wrapper .home-area .container .col-left {
      margin-bottom: 70px;
      padding-right: 0px;
      width: 100%;
  }
}

.home-seven-wrapper .home-area .container .col-right {
  padding-left: 20px;
  width: 33.333%;
}

@media only screen and (max-width: 767px) {
  .home-seven-wrapper .home-area .container .col-right {
      padding-left: 0px;
      width: 100%;
  }
}

@media (max-width: 1599px) {
  .home-seven-wrapper .product-area.product-style1-area .container {
      padding: 0px 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-seven-wrapper .product-area.product-style1-area .container {
      padding: 0px 15px;
  }
}

.home-seven-wrapper .product-area.product-style1-area .product-items-style3 .product-item .product-info .content-inner .title {
  font-family: "Russo One", sans-serif;
}

@media only screen and (max-width: 1199px) {
  .home-seven-wrapper .product-area.product-style1-area .product-items-style3 .product-item .product-info .content-inner .title {
      font-size: 20px;
  }
}

.home-seven-wrapper .product-area.product-style1-area .product-items-style3 .product-item .product-info .content-inner .category {
  font-family: Mukta, sans-serif;
}

@media only screen and (max-width: 1199px) {
  .home-seven-wrapper .product-area.product-style1-area .product-items-style3 .product-item .product-info .prices {
      top: -3px;
  }
}

.home-seven-wrapper .product-area.product-style1-area .product-items-style3 .product-item .product-info .prices .price {
  font-family: Mukta, sans-serif;
}

@media only screen and (max-width: 1199px) {
  .home-seven-wrapper .product-area.product-style1-area .product-items-style3 .product-item .product-info .prices .price {
      font-size: 20px;
  }
}

.home-seven-wrapper .post-items.post-items-style3 .post-item .content {
  padding-top: 7px;
}

.home-seven-wrapper .post-items.post-items-style3 .post-item .content .inner-content .title {
  margin-bottom: 7px;
}

.home-seven-wrapper .footer-area.default-style .footer-main .widget-item {
  font-family: Mukta, sans-serif;
}

.home-seven-wrapper .footer-area.default-style .footer-main .widget-item h4 {
  font-family: Mukta, sans-serif;
}

.home-seven-wrapper .footer-area.footer-style7 .footer-main .widget-item h4 {
  font-family: Mukta, sans-serif;
}

.logo-main {
  width: 100%;
}

.header-area.sticky-header.sticky .logo-main {
  display: none;
}

.header-logo-area {
  /* background: rgba(255, 255, 255, 0.76); */
  /* padding: 10px; */
  border-radius: 100px;
}

.products .category-item {
  /* padding: 10px; */
  margin-bottom: 7px;
  padding-bottom: 1px;
}

.grey-bg {
  background-color: rgb(238 238 238 / 62%);
}

.category-item.hover-effect.effect-style1.about-img {
  position: absolute;
  left: 64px;
  bottom: -36px;
  z-index: 1;
  border: 4px solid rgb(255, 255, 255);
}

.p-relative {
  position: relative;
}

.btn2-new {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0px;
  cursor: pointer;
  text-decoration: none;
  color: rgb(255, 255, 255);
  white-space: nowrap;
  appearance: none;
  background-color: transparent;
  font-family: var(--font-body-family);
  font-weight: 500;
  transition: all 300ms linear 0s;
  position: relative;
  z-index: 1;
  padding: 10px 20px;
  margin-left: 7px;
  border: 1px solid #FFD600;
  font-size: 20px;
}

.btn2-new::before {
  /* content: ""; */
  position: absolute;
  width: 100%;
  height: 100%;
  top: -7px;
  left: -7px;
  z-index: -1;
  border: 1px solid rgb(65, 65, 65);
  overflow: visible;
  transition: all 300ms linear 0s;
  transform: scale(1);
}

.btn2-new::after {
  /* content: ""; */
  position: absolute;
  inset: 0px;
  z-index: 1;
}

.btn2-new:hover {
  transform: scale(0.98);
  color: rgb(255, 255, 255);
}

.btn2-new:hover::before {
  /* content: ""; */
  position: absolute;
  width: 100%;
  height: 100%;
  left: 7px;
  top: 7px;
  border: 1px solid rgb(65, 65, 65);
  z-index: -1;
  transition: all 300ms linear 0s;
}

.btn2-new2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0px;
  cursor: pointer;
  text-decoration: none;
  color: rgb(101, 129, 154);
  white-space: nowrap;
  appearance: none;
  background-color: rgb(255, 255, 255);
  font-family: var(--font-body-family);
  font-weight: 500;
  transition: all 300ms linear 0s;
  position: relative;
  z-index: 1;
  padding: 10px 20px;
  margin-top: 1.5rem;
  margin-left: 7px;
}

.btn2-new2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -7px;
  left: -7px;
  z-index: -1;
  border: 1px solid rgb(255, 255, 255);
  overflow: visible;
  transition: all 300ms linear 0s;
  transform: scale(1);
}

.btn2-new2::after {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: 1;
}

.btn2-new2:hover {
  transform: scale(0.98);
}

.btn2-new2:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 7px;
  top: 7px;
  border: 1px solid rgb(255, 255, 255);
  z-index: -1;
  transition: all 300ms linear 0s;
}

.category-item .thumb::before {
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0.8;
  position: absolute;
  top: 0px;
  width: 100%;
  transition: all 300ms linear 0s;
  background: linear-gradient(rgba(241, 248, 252, 0) 0%, rgba(0, 0, 0, 0.816) 100%);
  z-index: 1;
}

.category-item:hover .thumb::before {
  opacity: 0;
  transition: all 300ms linear 0s;
  display: none;
}

.category-items-style71 {
  justify-content: start;
}

.category-items-style71 .category-item.item-two {
  right: -20%;
}

.category-items-style71 .category-item.item-three {
  right: 8%;
}

.collection-area.collection-winter-area .section-title2 .title {
  text-align: left;
  margin-left: 32%;
}

.collection-area.collection-winter-area .section-title2 p {
  text-align: left;
}

.collection-area.collection-winter-area .section-title2 {
  text-align: right;
}

.collection-area.collection-winter-area .section-title2 .title span::before {
  left: calc(100% + 10px);
}

.bg-white {
  background-color: rgb(255, 255, 255) !important;
}

.testi {
  padding: 80px 0px;
}

.testimonial-area {
  background-color: rgb(238, 238, 238);
  padding: 30px;
}

.testimonial-single {
  background: rgb(255, 255, 255);
  padding: 30px;
  margin: 5px;
}

.footer-bottom {
  background: #202020;
  padding: 10px;
}

.footer-bottom p {
  color: #fff;
  font-weight: 200;
}

.footer-bottom p a {
  color: #fff;
  font-weight: 600;
}

footer .widget-item {
  padding-left: 45px;
}

.insta {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}

.insta-over {
  width: 100%;
  height: 100%;
  position: absolute;
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.773) 100%);
  top: 0px;
  left: 0px;
  z-index: 1;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.5s ease-out 0s;
}

.insta:hover .insta-over {
  transition: opacity 0.5s ease-out 0s;
  opacity: 1 !important;
}

.insta img {
  transform: scale(1);
  width: 100%;
  height: 100%;
}

.insta:hover img {
  transform: scale(1.01);
}

.overlay-content-over {
  width: 90%;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  color: rgb(255, 255, 255);
  opacity: 0;
  transition: opacity 0.5s ease-out 0s;
}

.insta:hover .overlay-content-over {
  opacity: 1;
  transition: opacity 0.5s ease-out 0s;
}

.insta-icon {
  z-index: 3;
  position: absolute;
  top: 5px;
  right: 5px;
  background: linear-gradient(45deg, rgb(240, 148, 51) 0%, rgb(230, 104, 60) 25%, rgb(220, 39, 67) 50%, rgb(204, 35, 102) 75%, rgb(188, 24, 136) 100%);
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 4px 5px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.indtagram {
  padding-bottom: 80px;
}

h5.subtitle.insta-sub {
  color: rgb(238, 28, 71) !important;
  font-weight: 600;
}

.about-inner img {
  width: 100%;
}

.extra-content-about {
  border: 1px solid #0000000f;
  margin-top: 50px;
  padding: 20px;
  background: rgb(238 238 238 / 44%);
}

.leaders {
  /* padding-bottom: 80px; */
  /* margin-top: 50px; */
  height: 350px;
  background-size: cover;
  background-position: top;
  /* background-color: #000; */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.leader-content h3 {
  font-weight: 600;
  color: #d09e3f;
  font-size: 40px;
}

.leader-content h6 {
  color: #e4c000;
  font-weight: 500;
  text-transform: capitalize;
}

.divider {
  /* height: 55px; */
  border: 1px solid #00000014;
  margin-top: 50px;
  margin-bottom: 50px;
}

.contact-form {
  /* border: 1px solid #e3e3e3; */
  padding: 30px 20px;
  background: #232323;
  border-radius: 10px;
}

.contact-detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: calc(2px +(5 - 2)*((100vw - 320px) /(1920 - 320)));
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #232323;
  padding: calc(15px +(27 - 15)*((100vw - 320px) /(1920 - 320))) calc(15px +(27 - 15)*((100vw - 320px) /(1920 - 320))) calc(15px +(27 - 15)*((100vw - 320px) /(1920 - 320))) calc(30px +(41 - 30)*((100vw - 320px) /(1920 - 320)));
  position: relative;
  border-radius: 10px;
  margin-left: 22px;
  min-height: 90px;
  margin-bottom: 18px;
  padding: 0px 35px 0px 50px;
}

.contact-icon {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: -21px;
  background-color: #414141;
  padding: 12px;
  border-radius: 7px;
  display: inherit;
  color: #fff;
  font-size: 20px;
}

.contact-detail-contain p {
  margin-bottom: 0;
  color: #fff;
}
.product-area.shop-single-product {
  padding: 80px 0;
}
.enquire-btn {
  margin-right: 41px;
}



@media only screen and (max-width: 767px) {
 .header-area.header-transparent {
    background-color: rgb(255 255 255);
    position: static;
    width: 100%;
    z-index: 9;
  transform: none; 
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.header-logo-area{
    padding:0;
}
 .btn-menu {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    font-size: 23px;
    margin: 0 0 0 32px;
    padding: 0;
}
.header-area.sticky-header.sticky {
    animation: 300ms ease-in-out 0s 0 normal none running fadeInDown;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 25px 0px;
    position: fixed;
    left: 0px;
    top: 45px;
    width: 100%;
    z-index: 999;
    right: 0px;
    transform: translate(0px, -50%);
    border-radius:0;
}
.header-area.sticky-header.sticky .logo-main {
     display: inline-block !important; 
}
.collection-area.collection-winter-area .align-items .col-right{
    display:none;
}
.collection-area.collection-winter-area .section-title2 .title{
    margin-left:0;
}
.collection-area.collection-winter-area .section-title2 .title span::before{
    left: calc(0% - 78px);
}
.collection-area.collection-winter-area .section-title2{
    text-align:left;
}
.category-item .content .inner-content .title {
        font-size: 14px;
        margin-bottom: 0px;
    }
    .testimonial-area{
        padding:0;
        background:transparent;
    }
    .testimonial-single {
    background: rgb(255, 255, 255);
    padding: 10px 20px;
    margin: 5px;
}
.testimonial-single {
    background: rgb(255, 255, 255);
    padding: 10px 20px;
    margin: 5px;
}
    .testimonial-single .client-content p {
        font-size: 16px;
    }
    footer .widget-item {
     padding-left: 0px; 
}
.about-inner {
    margin-bottom: 15px;
}
.leader-img {
    margin-bottom: 20px;
}
.sidebar-area .widget-banner{
    display:none;
}
.single-product-slider .single-product-nav .slick-slide.slick-current .nav-item {
    opacity: 1;
}
.blog-details-area .blog-content-column .sidebar-area{ 
    max-width:100%;
}
.sidebar-area .widget-blog-post ul li{
       flex-direction: column;
}
.sidebar-area .widget-blog-post ul li .content h4{
    font-size:20px;
    margin-top:20px;
}
}

/**/

.product_about .section-title.section-title2 {
    padding-top: 0 !important;
    text-align: left !important;
}

.product_about .section-title.section-title2 h2.title {
    margin-left: 0;
}

.pt-80{
    padding-top:80px !important;
}
 .pb-80{
    padding-bottom:80px !important;
}
.brand-logo {
    border: 1px solid #00000014;
    padding: 5px;
    margin-bottom: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content2{
    position: absolute !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
}
.content.content2 h4 {
    color: #fff !important;
    font-family: Poppins, sans-serif !important;!i;!;
    font-weight: 600 !important;
}

.hover-effect2.effect-style1 .effect-content::before,
.hover-effect2.effect-style1 .effect-content::after{
    opacity: 1;
    transform: scale(1);
}
ul.why-us-ul li .why-number {
    /* background: #e4c000; */
    height: 50px;
    width: 50px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    color: transparent !important;
    font-size: 26px !important;
    font-weight: 600;
    -webkit-text-stroke: 1px #FFD600;
    margin-right: 15px;
    margin-bottom: 0 !important;
}
ul.why-us-ul li span {
    font-weight: 600;
    margin-bottom: 0 !important;
}
ul.why-us-ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #00000038;
}
header {
  background: #000;
  padding: 10px 0;
}
.bg-black{
  background-color: #000;
}
.bg-black2{
  background-color: #0e0e0e;
}
.category-item {
  position: relative;
  border: 1px solid #fff;
}
.mid-banner {
  position: relative;
}

.mid-banner-content {
  position: absolute;
  width: 45%;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/*.mid-banner-content h6 {*/
/*  font-size: 44px;*/
/*  color: #fff;*/
/*  font-weight: 600;*/
/*  font-family: Montserrat, sans-serif;*/
/*  text-transform: capitalize;*/
/*  text-align: center;*/
/*}*/

.mid-banner-content h6 {
    font-size: 44px;
    color: #fff;
    font-weight: 200;
    font-family: Garamond;
    /* text-transform: capitalize; */
    text-align: center;
}


.mid-banner-content i {
  position: absolute;
  top: -26px;
  left: -48px;
}

.mid-banner-content h6 {
  position: relative;
}
h2.sec-title {
  font-weight: 600;
  background: #FFD600;
  background: linear-gradient(to top left, #FFD600 0%, #FFB804 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 38px;
  /* font-family: Garamond; */
}
.brand-logo img {
  width: 85%;
}
.border-none{
  border: none;
}
.divider-about-content{
  /* position: relative; */
}
.divider-about-content::after,
.divider-about-content::before
{
  content: '';
  width: 100%;
  height: 5px;
  background: #FFD600;
  position: absolute;
}
.divider-about-content::after{
  bottom:0;
  left:0;

}
.divider-about-content::before{
top:0;
  left:0;
  
}
.divider-area.divider-about-area img {
  z-index: 2;
  position: relative;
}
.grey_light-block {
  background-color: #000000;
}

.timeline {
  position: relative;
  background-image:linear-gradient(to bottom, #c6952d, #d5a53f, #e5b85c, #e3bc6a, #e9ca88, #e9ca88, #e3bc6a, #e5b85c, #d5a53f, #c6952d, #d19e40, #c7962f);
  width: 50px;
  text-align: center;
  transition: all 0.3s;
  padding-top: 75px;
}
@media screen and (max-width: 768px) {
    .inner-img-outer span h4{
        font-size:18px !important;
    }
  .timeline {
    margin: 0 0 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .timeline {
    margin: 0 auto;
  }
}
.timeline .point .year {
  padding-top: 10px;
  color: #000000;
  font-weight: 600;
}
.timeline .point .bocata {
  position: relative;
  background-color: #232323;
  padding: 16px;
  transition: all 0.3s;
  color: #fff;
  font-size: 17px;
}
@media screen and (max-width: 425px) {
  .timeline .point .bocata {
    width: 180px;
  }
  .timeline .point .bocata.little {
    width: 180px;
  }
}
@media screen and (min-width: 425px) and (max-width: 576px) {
  .timeline .point .bocata {
    width: 250px;
  }
  .timeline .point .bocata.little {
    width: 250px;
  }
}
@media screen and (min-width: 577px) {
  .timeline .point .bocata {
    width: 411px;
  }
  .timeline .point .bocata.little {
    width: 250px;
  }
}
.timeline .point .bocata + .bocata {
  margin-top: 35px;
}
.timeline .point:nth-child(odd) .bocata {
  box-shadow: -6px 10px 20px -20px #4a4a4a;
  left: 100px;
  position: relative;
  z-index: 10;
  border-right: 1px solid #c6952c;
}
.timeline .point:nth-child(odd) .bocata::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  z-index: 10;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-top: -10px;
  top: 50%;
  border-right: 10px solid #232323;
  left: -10px;
}
.timeline .point:nth-child(even) .bocata {
  box-shadow: 6px 10px 20px -20px #4a4a4a;
}
@media screen and (max-width: 768px) {
  .timeline .point:nth-child(even) .bocata {
    left: 100px;
    position: relative;
    z-index: 10;
  }
  .timeline .point:nth-child(even) .bocata::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-top: -10px;
    top: 50%;
    border-right: 10px solid #232323;
    left: -10px;
  }
}
@media screen and (min-width: 769px) {
  .timeline .point:nth-child(even) .bocata {
    right: 425px;
    position: relative;
    z-index: 10;
    border-left: 1px solid #c6952c;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .timeline .point:nth-child(even) .bocata.little {
    right: 275px;
  }
}
@media screen and (min-width: 769px) {
  .timeline .point:nth-child(even) .bocata::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-top: -10px;
    top: 50%;
    border-left: 10px solid #232323;
    left: auto;
    right: -10px;
  }
}
.timeline .point .arrow {
  border: solid #000000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 20px;
  transform: rotate(45deg);
}
.timeline .point:last-child .arrow {
  border: solid #000000;
  border-width: 0 12px 12px 0;
  display: inline-block;
  padding: 20px;
  transform: rotate(45deg);
}
.timeline .point:first-child .arrow {
  border: solid #000000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 20px;
  transform: rotate(45deg);
}
.timeline .point .arrow-clean {
  border: solid #000000;
  border-width: 0 20px 20px 0;
  display: inline-block;
  padding: 19px;
  position: absolute;
  left: -5px;
  bottom: -13px;
  transform: rotate(45deg);
}

.title {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1.28px;
}
.leader-content p {
    font-size: 60px;
    font-weight: 600;
    color: #d09e3f;
    line-height: 1;
}
.leaders::after{
  background-color: #00000087;
  top:0;
  left:0;
  content: '';
  width:100%;
  height: 100%;
  position: absolute;
}
.leader-content {
  /* position: relative; */
  z-index: 9;
}
.inner-grid-products img{
  width: 100%;
}
.h-100 {
  height: 100%;
}
.inner-grid-products {
  background: #000;
  padding: 80px 0;
}
.inner-heading h2 {
  color: #FFCA02;
  font-weight: 600;
  font-size: 38px;
  text-transform: uppercase;
  /* font-family: Garamond; */
}

.inner-heading h5 {
  color: #fff;
  /*font-size: 40px;*/
  text-transform: capitalize;
  font-size: 35px;
 font-family: "Poppins", sans-serif;
}
.inner-heading {
  text-align: end;
}
.inner-img-outer {
  position: relative;
}

.inner-img-outer span {
  position: absolute;
  left: 0;
  width: 100%;
  background: #000000bf;
  bottom: 0;
  /* color: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.inner-img-outer span h4 {
  color: #fff;
  margin-bottom: 0;
  /*text-transform: uppercase;*/
  font-weight: 400;
  font-size: 24px;
}
section.mid-banner-inner {
  height: 400px;
  background-size: cover;
  background-attachment: fixed;
}
section.inner-grid-products.border-gold {
  border: 5px solid #FFD600;
}




@media screen and (max-width: 767px) {
    .home-slider-area.slider-default .home-slider-item .bg-img {
        background-size: cover;
    }
    .home-slider-area.slider-default .slider-content-area {
        height: 160px;
        border-bottom: 0.1px solid #fff;
    }
      
    .home-slider-area.slider-default .home-slider-content .swiper-button-prev {
        left: 3px;
    }
    
    .home-slider-area.slider-default .home-slider-content .swiper-button-prev, .home-slider-area.slider-default .home-slider-content .swiper-button-next {
    height: 25px;
    width: 25px;
    }
    
    .home-slider-area.slider-default .home-slider-content .swiper-button-next {
        right: 3px;
    }
    
    .home-slider-area.slider-default .home-slider-content .swiper-button-prev, .home-slider-area.slider-default .home-slider-content .swiper-button-next {
        height: 25px;
        width: 25px;
    }

    .home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
        font-size: 21px;
        margin-bottom: 33px;
        padding-left: 40px;
        padding-right: 40px;
    }
    
    header {
    padding: 0 0;
    }
    
    .header-area.header-default.header-style2 .header-align {
        height: 70px;
    }
    
    .mid-banner-content h6 {
    font-size: 18px;
    }
    
    .img-section{
        margin-top:28px;
    }
    
    .img-section .category-item .thumb img{
        height:150px;
    }

    .category-item .content .inner-content .title {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .mid-banner-content i {
        position: absolute;
        top: -15px;
        left: -15px;
    }
    
    h2.sec-title {
    font-size: 30px;
   }
    
    .btn2-new {
    padding: 4px 27px;
    font-size: 14px;
    }
    
    .category-area.category-default-area {
    padding: 40px 0px 40px;
    }
    
    .pt-80 {
    padding-top: 40px !important;
    }
    
    .pb-80 {
    padding-bottom: 20px !important;
    }
    
    .divider-area.divider-about-area {
        padding: 40px 0px;
    }
    
    .divider-area.divider-about-area .divider-about-content .divider-content {
        margin-top: 20px;
    }
    
    .divider-area.divider-about-area {
        padding: 40px 0px 0px;
    }
    
    .footer-area.footer-style6 .footer-main {
        padding-top: 50px;
    }
    
    .footer-area.footer-style6 .footer-main {
        padding-bottom: 50px;
    }
    
    .header-area.sticky-header.sticky {
        top: 36px;
    }
    
    .leader-content h3 {
    font-size: 25px;
    }
    
    .leader-content p {
    font-size: 30px;
    }
    
    .leaders {
    height: 235px;
    }
    
    .timeline .point .bocata {
    border-right: 1px solid #c6952c;
    }
    
    .timeline .point .bocata {
        width: 260px;
        left:80px !important;
        
    }
    .timeline .point .bocata{
        padding:10px 7px !important;
    }
    .timeline .point:nth-child(even) .bocata{
         left:80px !important;
    }
    
    .timeline .point:nth-child(odd) .bocata::after {
        content: "";
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        z-index: 10;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        margin-top: -10px;
        top: 50%;
        border-right: 10px solid #232323;
        left: -10px;
    }
    
    .inner-heading h5 {
    font-size: 28px;
    }
    
    .inner-heading h2 {
    font-size: 33px;
    } 
    
    .img-margin{
        margin-top:30px;
    }
    
    .inner-grid-products {
    padding: 20px 0;
    }
    
    .img-margin2{
        margin-bottom:30px;
    }
    
    .zig-image .row > .col-6 {
        margin-top: 0rem !important;
        padding: 7px 14px 18px 14px !important;
    }
    
    .padding-lr{
        padding:0px 25px !important;
    }
    
    .zig-image .row .col-md-12 .inner-heading {
        margin-bottom: 2rem !important;
    }
    
    .page-title-area {
    border-bottom: 0.1px solid #fff;
    }
    
    .divider-area.divider-about-area .divider-about-content .divider-content span {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 25px;
    }
    
    ul.why-us-ul li .why-number {
    width: 6% !important;
    align-items: start !important;
    font-size: 17px !important;
    padding-top:2px;
    
    }
    
    ul.why-us-ul li {
    align-items: start !important;
    }
    
    .off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-header .close-action .btn-close {
    top: 10px;
    left: 10px;
    }
       
       
    .brand-logo {
    margin-bottom: 40px;
    }
    
    
}



.mid-banner-content .img-mid{
    filter: invert(100%) brightness(2);
    width: 20%;
    margin-left: -9%;
    margin-bottom: -7%;
}


@media screen and (max-width: 767px) {
    
    .btn2-new {
        font-weight:300;
    }
}

.swiper-button-next, .swiper-button-prev{
    color: #000;
    background: #fff;
    cursor: pointer;
    height: 35px;
    line-height: 50px;
    width: 35px;
}

.swiper-button-next{
    right: -4px;
}

.swiper-button-prev{
    left: -4px;
}

.swiper-button-next::after, .swiper-button-prev::after{
    font-size:16px;
}
.post-details-content .post-details-body .content p img{
    width:100%;
}
.blog-meta-date{
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-left: 0;
}
.blog-meta-date li{
    color: #9a9a9a;
}
.sidebar-area ul{
    margin-bottom:0 !important;
}
.blog-dix{
    margin-bottom:10px;
    color: #ffffff99;
    font-size:14px;
}
.blog-btn {
    
    font-weight: 300;
    
    padding: 0px 10px;
   
    font-size: 15px;
}