/* Default Css */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@font-face {
  font-family: "Fontspring Veneer";
  src: url("../fonts/FONTSPRINGDEMO-VeneerRegular.woff2") format("woff2"), url("../fonts/FONTSPRINGDEMO-VeneerRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fontspring Veneer Two";
  src: url("../fonts/FONTSPRINGDEMO-VeneerTwoRegular.woff2") format("woff2"), url("../fonts/FONTSPRINGDEMO-VeneerTwoRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fontspring Veneer Three";
  src: url("../fonts/FONTSPRINGDEMO-VeneerThreeRegular.woff2") format("woff2"), url("../fonts/FONTSPRINGDEMO-VeneerThreeRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-BlackItalic.woff2") format("woff2"), url("../fonts/Lato-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-BoldItalic.woff2") format("woff2"), url("../fonts/Lato-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.woff2") format("woff2"), url("../fonts/Lato-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-LightItalic.woff2") format("woff2"), url("../fonts/Lato-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Italic.woff2") format("woff2"), url("../fonts/Lato-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 10px;
}
html::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  background: #c1c1c1;
}
html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  background-color: #222;
  outline: none;
}
html::-webkit-scrollbar-thumb:active, body::-webkit-scrollbar-thumb:active {
  background: #D32F2F;
}

body {
  color: #40403F;
  font-size: 16px;
  font-family: "Lato";
  font-weight: 400;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
a:active, a:hover {
  text-decoration: none;
}

button,
.btn {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
button:active, button:hover, button:focus,
.btn:active,
.btn:hover,
.btn:focus {
  outline: 0;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  color: #40403F;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

.btn:hover,
.btn:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato";
  color: #40403F;
  font-weight: 700;
  margin-bottom: 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 48px;
  line-height: 1.3;
}

h2 {
  font-size: 36px;
  line-height: 1.3;
}

h3 {
  font-size: 28px;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}

h6 {
  font-size: 16px;
  line-height: 1.2;
}

hr {
  margin: 20px 0;
  border-color: #352323;
}

ol {
  list-style: decimal;
}

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

/* Form */
label {
  color: #ddd;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

*::-moz-selection {
  background: #D32F2F;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #D32F2F;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #D32F2F;
  color: #fff;
  text-shadow: none;
}

/* Placeholder */
*::-moz-placeholder {
  color: #40403F;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #40403F;
  font-size: 16px;
  opacity: 1;
}

/* Button */
.btn-theme {
  color: #fff;
  border-color: #D32F2F;
  background: #D32F2F;
}
.btn-theme:hover {
  background: #D32F2F;
  color: #fff;
  border-color: #D32F2F;
}

.btn-rounded {
  border-radius: 100% !important;
}

.btn-square {
  border-radius: 0 !important;
}

/* Bg Color */
.bg-gray {
  background: #ddd;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-theme {
  background: #D32F2F;
}

.bg-dark {
  background-color: #101a23 !important;
}

.bg-off-white {
  background-color: #f7f7f7;
}

.bg-off-white-2 {
  background-color: #f1f8ff;
}

.bg-blue {
  background-color: #4c87ff !important;
}

.bg-yellow {
  background-color: #fea116 !important;
}

.bg-pink {
  background-color: #fc4557 !important;
}

.bg-egg-blue {
  background-color: #1cb5a3 !important;
}

.bg-purple {
  background-color: #5851a7 !important;
}

/* Text Color */
.gray-color {
  background: #ddd;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #000;
}

.theme-color {
  color: #D32F2F;
}

/* Others Common Css Here :) */
.table-row {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

[data-overlay] {
  position: relative;
  z-index: 1;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
}

[data-overlay=light]::before {
  background-color: #fff;
}

[data-overlay=dark]::before {
  background-color: #000a2d;
}

[data-overlay=theme]::before {
  background-color: #D32F2F;
}

[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  --bs-gutter-x: 30px;
}

.row {
  --bs-gutter-x: 30px;
}

.header-area {
  position: relative;
  z-index: 1;
}
.header-area .logo {
  position: absolute;
  left: 50%;
  top: 20px;
  z-index: 2;
  display: inline-block;
  transform: translateX(-50%);
  max-width: 247px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header-area .logo {
    max-width: 200px;
    top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-area .logo {
    top: 8px;
    max-width: 147px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-area .logo {
    top: 8px;
    max-width: 147px;
  }
}
@media (max-width: 767px) {
  .header-area .logo {
    top: 8px;
    max-width: 147px;
  }
}

.header-top {
  padding-top: 77px;
  padding-bottom: 18px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header-top {
    padding-top: 45px;
  }
}

.header-top-info p {
  color: #40403F;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header-top-info p {
    font-size: 16px;
  }
}
.header-top-info p a {
  color: #40403F;
  font-size: 32px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header-top-info p a {
    font-size: 24px;
  }
}
.header-top-info p a:hover {
  color: #D32F2F;
}

.header-top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}
.header-top-right.mobile {
  flex-direction: column;
  align-items: flex-start;
}
.header-top-right.mobile .search-form {
  max-width: 100%;
}
.header-top-right a {
  color: #40403F;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header-top-right a {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-top-right a {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top-right a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .header-top-right a {
    font-size: 16px;
  }
}
.header-top-right a i {
  margin-right: 14px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header-top-right a i {
    margin-right: 5px;
  }
}
.header-top-right a:hover {
  color: #D32F2F;
}
.header-top-right .search-form {
  max-width: 242px;
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header-top-right .search-form {
    max-width: 200px;
  }
}
.header-top-right .search-form .input-wrap {
  position: relative;
  z-index: 1;
}
.header-top-right .search-form .input-wrap input {
  width: 100%;
  height: 40px;
  padding: 5px 15px;
  border-radius: 100px;
  border: 2px solid #40403F;
}
.header-top-right .search-form .input-wrap button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 15px;
  background: none;
  border: 0;
}

.header-bottom {
  background: #D32F2F;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-right a {
  color: #ffffff;
  font-size: 14px;
}
.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  display: inline-block;
  margin-right: 30px;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li a {
  display: inline-block;
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul li a {
    font-size: 24px;
  }
}
.main-menu ul li a:hover {
  color: #40403F;
}

.mobile-logo a {
  display: inline-block;
}
.mobile-logo img {
  max-width: 80px;
}

.header-mobile {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #D32F2F;
}

.header-mobile-gap {
  height: 80px;
}

.mobile-right {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: end;
}
@media (max-width: 767px) {
  .mobile-right {
    gap: 10px;
  }
}

.open-mobile-menu {
  display: inline-block;
  cursor: pointer;
}
.open-mobile-menu .bar-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  width: 50px;
  height: 50px;
  background: #212121;
  cursor: pointer;
}
.open-mobile-menu .bar-wrap .bar-1 {
  width: 25px;
  height: 2px;
  background: #fff;
}
.open-mobile-menu .bar-wrap .bar-2 {
  width: 25px;
  height: 2px;
  background: #fff;
}
.open-mobile-menu .bar-wrap .bar-3 {
  width: 25px;
  height: 2px;
  background: #fff;
}

.off-canvas-section {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
}
.off-canvas-section.active {
  visibility: visible;
  opacity: 1;
}
.off-canvas-section .off-canvas-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.off-canvas-wrap {
  width: 100%;
  max-width: 480px;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: -99999;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .off-canvas-wrap {
    max-width: 100%;
  }
}
.off-canvas-wrap::-webkit-scrollbar {
  width: 10px;
}
.off-canvas-wrap::-webkit-scrollbar-track {
  background: #c1c1c1;
}
.off-canvas-wrap::-webkit-scrollbar-thumb {
  background-color: #222;
  outline: none;
}
.off-canvas-wrap::-webkit-scrollbar-thumb:active {
  background: #D32F2F;
}
.off-canvas-wrap .off-canvas-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #181818;
  padding: 20px 30px;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
}
.off-canvas-wrap .off-canvas-body {
  padding: 20px 30px;
}
.off-canvas-wrap .off-canvas-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #D32F2F;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.off-canvas-wrap .off-canvas-close i {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.off-canvas-wrap .off-canvas-close:hover {
  transform: scale(1.1);
}
.off-canvas-wrap .off-canvas-close:hover i {
  transform: rotate(180deg);
}
.off-canvas-wrap.active {
  right: 0;
  visibility: visible;
  opacity: 1;
  z-index: 99999;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}

.off-canvas-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.off-canvas-menu ul li {
  display: block;
}
.off-canvas-menu ul li:hover > a {
  color: #D32F2F;
}
.off-canvas-menu ul li a {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #181818;
  padding: 10px 30px 10px 0;
  text-transform: uppercase;
}
.off-canvas-menu ul .has-dropdown {
  position: relative;
  z-index: 1;
}
.off-canvas-menu ul .has-dropdown .toggle-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  z-index: 10;
  cursor: pointer;
}
.off-canvas-menu ul .has-dropdown .toggle-btn .icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.off-canvas-menu ul .has-dropdown .toggle-btn .icon:before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-size: 16px;
}
.off-canvas-menu ul .has-dropdown.active > a, .off-canvas-menu ul .has-dropdown:hover > a {
  color: #D32F2F;
}
.off-canvas-menu ul .has-dropdown.active > .toggle-btn .icon:before, .off-canvas-menu ul .has-dropdown:hover > .toggle-btn .icon:before {
  color: #D32F2F;
}
.off-canvas-menu ul .has-dropdown > a {
  position: relative;
  z-index: 1;
}
.off-canvas-menu ul .has-dropdown > a .toggle-btn {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(80, 80, 80, 0.1);
  background: none;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.off-canvas-menu ul .has-dropdown > a .toggle-btn i {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.off-canvas-menu ul .has-dropdown ul.sub-menu {
  display: none;
}
.off-canvas-menu ul .has-dropdown ul.sub-menu li {
  margin-left: 15px;
}
.off-canvas-menu ul .has-dropdown ul.sub-menu li:hover a {
  color: #D32F2F;
}
.off-canvas-menu ul .has-dropdown ul.sub-menu li:hover a:before {
  width: 100%;
  right: auto;
  left: 0;
}
.off-canvas-menu ul .has-dropdown ul.sub-menu li a {
  position: relative;
  text-transform: capitalize;
}
.off-canvas-menu ul .has-dropdown ul.sub-menu li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: #D32F2F;
  transition: 0.7s;
  display: inline-block;
}

.hero-section {
  padding-top: 120px;
  padding-bottom: 360px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: bottom center;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-section {
    padding-top: 100px;
    padding-bottom: 260px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-section {
    padding-top: 100px;
    padding-bottom: 260px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-section {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .hero-section {
    padding-top: 80px;
    padding-bottom: 595px;
    background-image: url(../img/bg/mobile-bg-1.png) !important;
  }
}

@media (max-width: 767px) {
  .hero-content {
    text-align: center;
  }
}
.hero-content h2 {
  color: #40403F;
  font-family: "Oswald", sans-serif;
  font-size: 96px;
  font-weight: 600;
  line-height: 1.2;
  max-width: 400px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-content h2 {
    font-size: 75px;
    max-width: 360px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-content h2 {
    font-size: 70px;
    max-width: 340px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-content h2 {
    font-size: 60px;
    max-width: 340px;
  }
}
@media (max-width: 767px) {
  .hero-content h2 {
    font-size: 64px;
    max-width: 316px;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-content h2 span {
  color: #D32F2F;
}
.hero-content h2 b {
  font-family: "Lato";
}
.hero-content .read-more a {
  display: inline-block;
  color: #186B1C;
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding: 18px 55px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-content .read-more a {
    font-size: 40px;
    padding: 18px 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-content .read-more a {
    font-size: 40px;
    padding: 18px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-content .read-more a {
    font-size: 30px;
    padding: 18px 40px;
  }
}
@media (max-width: 767px) {
  .hero-content .read-more a {
    font-size: 30px;
    padding: 5px 20px;
  }
}
.hero-content .read-more a .shape-1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 500px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-content .read-more a .shape-1 {
    width: 360px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-content .read-more a .shape-1 {
    width: 360px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-content .read-more a .shape-1 {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .hero-content .read-more a .shape-1 {
    width: 296px;
    left: -35px;
  }
}
.hero-content .read-more a:hover {
  color: #40403F;
}

.contact-section {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  padding-top: 90px;
  padding-bottom: 360px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-section {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .contact-section {
    padding-top: 80px;
    padding-bottom: 300px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url(../img/bg/mobile-bg-3.png) !important;
  }
}

.contact-content .content h3 {
  color: #40403F;
  font-family: "Oswald", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 28px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-content .content h3 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-content .content h3 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .contact-content .content h3 {
    font-size: 48px;
  }
}
.contact-content .content h3 span {
  display: block;
  color: #D32F2F;
}
.contact-content .content p {
  max-width: 429px;
  color: #575757;
  font-size: 16px;
  font-weight: 600;
  line-height: 156.5%;
  margin-bottom: 30px;
}
.contact-content .info {
  display: flex;
  align-items: center;
  gap: 46px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-content .info {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .contact-content .info {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.contact-content .info .item {
  display: flex;
  align-items: center;
  gap: 18px;
}
.contact-content .info .item .icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background: #FFF;
  filter: drop-shadow(0px 13px 18px rgba(17, 19, 35, 0.08));
}
@media (max-width: 767px) {
  .contact-content .info .item .icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .contact-content .info .item .icon img {
    width: 16px;
  }
}
.contact-content .info .item .text {
  color: #40403F;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 156.5%;
}
@media (max-width: 767px) {
  .contact-content .info .item .text {
    font-size: 13px;
  }
}
.contact-content .info .item .text a {
  color: #40403F;
}

.contact-form {
  margin-top: -180px;
  padding: 40px 50px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 9;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .contact-form {
    border-radius: 8px;
    padding: 30px 20px;
    margin-top: -140px;
  }
}
.contact-form .title {
  color: #D32F2F;
  font-size: 24px;
  font-weight: 900;
  line-height: 156.5%;
  margin-bottom: 15px;
}
.contact-form .input-wrap {
  margin-bottom: 30px;
}
.contact-form .input-wrap label {
  color: #848484;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 156.5%;
  margin-left: 60px;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .contact-form .input-wrap label {
    margin-left: 20px;
  }
}
.contact-form .input-wrap input {
  width: 100%;
  height: 60px;
  padding: 5px 30px;
  border-radius: 60px;
  border: 1px solid #848484;
}
@media (max-width: 767px) {
  .contact-form .input-wrap input {
    border-radius: 12px;
    height: 40px;
    padding: 5px 20px;
  }
}
.contact-form .input-wrap textarea {
  width: 100%;
  height: 60px;
  padding: 5px 30px;
  border-radius: 60px;
  border: 1px solid #848484;
}
@media (max-width: 767px) {
  .contact-form .input-wrap textarea {
    border-radius: 12px;
    height: 150px;
    padding: 5px 20px;
  }
}
.contact-form .input-wrap .icon-wrap {
  position: relative;
  z-index: 1;
  margin-top: -10px;
}
.contact-form .input-wrap .icon-wrap .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .contact-form .input-wrap .icon-wrap .icon {
    width: 14px;
  }
}
.contact-form .input-wrap .icon-wrap .icon-2 {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .contact-form .input-wrap .icon-wrap .icon-2 {
    top: 20px;
    width: 14px;
  }
}
.contact-form .input-btn button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 24px;
  border-radius: 8px;
  background: #D32F2F;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 156.5%;
  border: 0;
  box-shadow: -4px 8px 20px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .contact-form .input-btn button {
    width: 100%;
    border-radius: 100px;
    padding: 12px 24px;
  }
}
.contact-form .input-btn button:hover {
  background: #40403F;
}

.cta-section {
  padding-top: 130px;
  padding-bottom: 230px;
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-section {
    background-position: center center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-section {
    background-position: center center;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .cta-section {
    background-position: center top;
    padding-top: 230px;
    padding-bottom: 374px;
    background-image: url(../img/bg/mobile-bg-2.png) !important;
  }
}
.cta-section .s-shape-1 {
  position: absolute;
  left: 0;
  bottom: 99%;
  width: 100%;
}
@media (max-width: 767px) {
  .cta-section .s-shape-1 {
    bottom: 98%;
  }
}
.cta-section .s-shape-1 img {
  width: 100%;
}
.cta-section .s-shape-2 {
  position: absolute;
  left: 0;
  top: 98%;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-section .s-shape-2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .cta-section .s-shape-2 {
    display: none;
  }
}
.cta-section .s-shape-2 img {
  width: 100%;
}
.cta-section .s-shape-3 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 500px;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .cta-section .s-shape-3 {
    max-width: 370px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cta-section .s-shape-3 {
    max-width: 370px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-section .s-shape-3 {
    max-width: 330px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-section .s-shape-3 {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .cta-section .s-shape-3 {
    display: none;
  }
}

.cta-content {
  text-align: center;
}
@media (max-width: 767px) {
  .cta-content {
    max-width: 324px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cta-content .title {
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 45px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-content .title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .cta-content .title {
    font-size: 48px;
  }
}
.cta-content .input-wrap {
  max-width: 517px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.cta-content .input-wrap input {
  width: 100%;
  text-align: center;
  background: none;
  border: 0;
  border-bottom: 2px solid #fff;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
}
.cta-content .input-wrap input::-webkit-input-placeholder {
  color: #FFF;
}
.cta-content .input-wrap input:-moz-placeholder {
  color: #FFF;
}
.cta-content .input-wrap input::-moz-placeholder {
  color: #FFF;
}
.cta-content .input-wrap input:-ms-input-placeholder {
  color: #FFF;
}
.cta-content .input-button {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.cta-content .input-button button {
  display: inline-block;
  color: #3F51B5;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 107.975%;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding: 10px 40px;
  background: none;
  border: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cta-content .input-button button {
    font-size: 30px;
    padding: 18px 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-content .input-button button {
    font-size: 25px;
    padding: 18px 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-content .input-button button {
    font-size: 25px;
    padding: 18px 35px;
  }
}
@media (max-width: 767px) {
  .cta-content .input-button button {
    font-size: 32px;
    padding: 5px 20px;
  }
}
.cta-content .input-button button:hover {
  color: #D32F2F;
}
.cta-content .input-button .shape {
  position: absolute;
  left: -20%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 388px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cta-content .input-button .shape {
    width: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-content .input-button .shape {
    width: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-content .input-button .shape {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .cta-content .input-button .shape {
    margin-left: -10px;
    width: 250px;
  }
}

.cta-section-2 {
  position: relative;
  z-index: 1;
  padding-top: 196px;
  padding-bottom: 80px;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-section-2 {
    overflow: clip;
  }
}
@media (max-width: 767px) {
  .cta-section-2 {
    padding-top: 150px;
    overflow: clip;
  }


  .product-thumbnail {
    display: block !important;
  }
  .product-thumbnail:before {
    display: none;
  }
  .product-thumbnail img {
    width: 95px !important;
    max-width: 150px;
    margin: 0 auto;
    display: block;
  }
}

.cta-product-layout {
  margin-top: 250px;
  position: relative;
}
.cta-product-layout .thumb-1 {
  display: inline-block;
  margin-left: 150px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cta-product-layout .thumb-1 {
    margin-left: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-product-layout .thumb-1 {
    margin-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-product-layout .thumb-1 {
    margin-left: -85px;
  }
}
@media (max-width: 767px) {
  .cta-product-layout .thumb-1 {
    margin-left: -36px;
  }
}
.cta-product-layout .thumb-1 .s-title-1 {
  position: absolute;
  left: -10%;
  top: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-product-layout .thumb-1 .s-title-1 {
    left: 0%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-product-layout .thumb-1 .s-title-1 {
    left: 20%;
    top: -30%;
  }
}
@media (max-width: 767px) {
  .cta-product-layout .thumb-1 .s-title-1 {
    left: 20%;
    top: -50%;
  }
}
.cta-product-layout .thumb-1 .s-title-1 h3 {
  color: #40403F;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 90%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-product-layout .thumb-1 .s-title-1 h3 {
    max-width: 134px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cta-product-layout .thumb-1 .s-title-1 h3 {
    max-width: 134px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cta-product-layout .thumb-1 .s-title-1 h3 {
    max-width: 134px;
    text-align: center;
  }
}
.cta-product-layout .thumb-1 .s-title-1 .shape {
  position: absolute;
  left: 40%;
  top: 110%;
}
@media (max-width: 767px) {
  .cta-product-layout .thumb-1 .s-title-1 .shape {
    width: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-product-layout .thumb-1 .s-title-1 .shape {
    left: -4%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-product-layout .thumb-1 .s-title-1 .shape {
    left: 10%;
  }
}
@media (max-width: 767px) {
  .cta-product-layout .thumb-1 .s-title-1 .shape {
    left: 10%;
  }
}
.cta-product-layout .thumb-2 {
  position: absolute;
  left: 46%;
  bottom: 0;
  z-index: 2;
}
[data-block-name="woocommerce/classic-shortcode"] .return-to-shop {
  margin-bottom: 250px;
}
.cta-product-layout .thumb-2 > img {
  max-width: 450px;
}
@media (max-width: 767px) {
  .cta-product-layout .thumb-2 > img {
    max-width: 200px;
  }
}
.cta-product-layout .thumb-2 .s-title-2 {
  position: absolute;
  right: -20%;
  top: -20%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-product-layout .thumb-2 .s-title-2 {
    right: -15%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-product-layout .thumb-2 .s-title-2 {
    right: 30%;
    top: -45%;
  }
}
@media (max-width: 767px) {
  .cta-product-layout .thumb-2 .s-title-2 {
    right: 18%;
    top: -80%;
  }
}
.cta-product-layout .thumb-2 .s-title-2 h3 {
  color: #40403F;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 90%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-product-layout .thumb-2 .s-title-2 h3 {
    max-width: 134px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cta-product-layout .thumb-2 .s-title-2 h3 {
    max-width: 134px;
    text-align: center;
  }
}
.cta-product-layout .thumb-2 .s-title-2 .shape {
  position: absolute;
  right: 30%;
  top: 110%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-product-layout .thumb-2 .s-title-2 .shape {
    right: -10%;
  }
}
@media (max-width: 767px) {
  .cta-product-layout .thumb-2 .s-title-2 .shape {
    right: 20%;
    width: 50px;
  }
}
.cta-product-layout .s-title-1 {
  position: absolute;
  left: 10%;
  top: 33%;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .cta-product-layout .s-title-1 {
    top: 46%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cta-product-layout .s-title-1 {
    left: 3%;
    top: 43%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-product-layout .s-title-1 {
    left: 5%;
    top: 43%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-product-layout .s-title-1 {
    left: 2%;
    top: 43%;
  }
}
@media (max-width: 767px) {
  .cta-product-layout .s-title-1 {
    left: 4%;
    top: 45%;
  }
}
.cta-product-layout .s-title-1 h3 {
  color: #40403F;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 90%;
}
@media (max-width: 767px) {
  .cta-product-layout .s-title-1 h3 {
    font-size: 28px;
  }
}
.cta-product-layout .s-title-1 .shape {
  position: absolute;
  left: 40%;
  top: 110%;
}
@media (max-width: 767px) {
  .cta-product-layout .s-title-1 .shape {
    width: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-product-layout .s-title-1 .shape {
    left: -4%;
  }
}
.cta-product-layout .s-title-2 {
  position: absolute;
  right: 16%;
  top: 35%;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .cta-product-layout .s-title-2 {
    right: 14%;
    top: 48%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cta-product-layout .s-title-2 {
    right: 6%;
    top: 46%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-product-layout .s-title-2 {
    right: 4%;
    top: 46%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-product-layout .s-title-2 {
    right: 4%;
    top: 46%;
  }
}
@media (max-width: 767px) {
  .cta-product-layout .s-title-2 {
    right: 4%;
    top: 53%;
  }
}
.cta-product-layout .s-title-2 h3 {
  color: #40403F;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 90%;
}
@media (max-width: 767px) {
  .cta-product-layout .s-title-2 h3 {
    font-size: 28px;
  }
}
.cta-product-layout .s-title-2 .shape {
  position: absolute;
  right: 30%;
  top: 110%;
}
@media (max-width: 767px) {
  .cta-product-layout .s-title-2 .shape {
    width: 50px;
  }
}

.cta-section-3 {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 80px;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-section-3 {
    overflow: clip;
  }
}
@media (max-width: 767px) {
  .cta-section-3 {
    overflow: clip;
  }
}

.cta-content-2 {
  text-align: center;
}
.cta-content-2 h3 {
  color: #848484;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 140%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-content-2 h3 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .cta-content-2 h3 {
    font-size: 48px;
  }
}
.cta-content-2 h3 span {
  color: #D32F2F;
}
.cta-content-2 .read-more a {
  display: inline-block;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding: 18px 70px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cta-content-2 .read-more a {
    font-size: 40px;
    padding: 18px 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-content-2 .read-more a {
    font-size: 40px;
    padding: 18px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-content-2 .read-more a {
    font-size: 30px;
    padding: 18px 40px;
  }
}
@media (max-width: 767px) {
  .cta-content-2 .read-more a {
    font-size: 30px;
    padding: 5px 20px;
  }
}
.cta-content-2 .read-more a .shape {
  position: absolute;
  left: -8%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 500px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cta-content-2 .read-more a .shape {
    width: 360px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-content-2 .read-more a .shape {
    width: 360px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-content-2 .read-more a .shape {
    width: 260px;
    left: 0%;
  }
}
@media (max-width: 767px) {
  .cta-content-2 .read-more a .shape {
    width: 296px;
    left: -30px;
  }
}
.cta-content-2 .read-more a:hover {
  color: #40403F;
}

.testimonial-section {
  padding-top: 170px;
  margin-bottom: -90px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section {
    padding-top: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-section {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .testimonial-section {
    padding-top: 100px;
  }
}

.testimonial-title {
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .testimonial-title {
    margin-bottom: 30px;
  }
}
.testimonial-title h3 {
  color: #848484;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-title h3 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .testimonial-title h3 {
    font-size: 48px;
  }
}
.testimonial-title h3 span {
  color: #D32F2F;
}

.testimonial-wrap {
  background: #FFF;
  padding: 30px;
  margin-top: 40px;
  box-shadow: 0px 28px 62px 0px rgba(21, 21, 21, 0.15);
  position: relative;
  z-index: 1;
}
.testimonial-wrap .thumb {
  width: 75px;
  margin-top: -70px;
  margin-bottom: 30px;
}
.testimonial-wrap .rating {
  position: absolute;
  top: 20px;
  right: 25px;
}
.testimonial-wrap .text {
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
}
.testimonial-wrap .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-wrap .bottom .left h4 {
  color: #3F51B5;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 0;
}
.testimonial-wrap .bottom .left p {
  color: #505050;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}
.testimonial-slider-active .swiper-slide {
  padding-bottom: 80px;
}
.testimonial-slider-active .swiper-wrapper {
  align-items: center;
}
.testimonial-slider-active .testimonial-pagination {
  display: flex;
  justify-content: center;
}
.testimonial-slider-active .testimonial-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #DDE0E4;
  border-radius: 50px;
  opacity: 1;
  margin-left: 7px;
  margin-right: 7px;
}
.testimonial-slider-active .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 45px;
  background: #D32F2F;
}

.testimonial-video {
  position: relative;
  z-index: 1;
}
.testimonial-video .thumb img {
  width: 100%;
}
.testimonial-video .pay-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.blog-section {
  background: #3F51B5;
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .blog-section {
    padding-top: 50px;
  }
}
.blog-section .s-shape-1 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .blog-section .s-shape-1 {
    top: 99.5%;
  }
}
.blog-section .s-shape-1 img {
  width: 100%;
}

.blog-read-more a {
  display: inline-block;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding: 18px 70px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-read-more a {
    font-size: 40px;
    padding: 18px 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-read-more a {
    font-size: 40px;
    padding: 18px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-read-more a {
    font-size: 30px;
    padding: 18px 40px;
  }
}
@media (max-width: 767px) {
  .blog-read-more a {
    font-size: 26px;
    padding: 18px 40px;
  }
}
.blog-read-more a .shape {
  position: absolute;
  left: -5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 500px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-read-more a .shape {
    width: 360px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-read-more a .shape {
    width: 360px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-read-more a .shape {
    width: 260px;
    left: 2%;
  }
}
@media (max-width: 767px) {
  .blog-read-more a .shape {
    width: 240px;
    left: 2%;
  }
}
.blog-read-more a:hover {
  color: #40403F;
}

.blog-title h3 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-title h3 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .blog-title h3 {
    font-size: 32px;
  }
}
.blog-title h3 span {
  color: #D32F2F;
}

.blog-large-block .thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .blog-large-block .thumb {
    margin-bottom: 0;
  }
}
.blog-large-block .thumb img {
  width: 100%;
}
.blog-large-block .thumb .content-mobile {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 16px;
  z-index: 2;
  border-radius: 8px;
  overflow: hidden;
  display: none;
}
@media (max-width: 767px) {
  .blog-large-block .thumb .content-mobile {
    display: block;
  }
}
.blog-large-block .thumb .content-mobile:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #101C5F 100%);
}
.blog-large-block .thumb .content-mobile .date {
  color: #FFF;
  font-family: "Lato";
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.36px;
}
.blog-large-block .thumb .content-mobile .title {
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.blog-large-block .thumb .content-mobile .title a {
  color: #fff;
}
.blog-large-block .thumb .content-mobile .meta {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-large-block .thumb .content-mobile .meta .category {
  padding: 2px 10px 5px;
  background: #D32F2F;
}
.blog-large-block .thumb .content-mobile .meta .category a {
  color: #FFF;
  font-family: "Lato";
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.32px;
  text-transform: uppercase;
}
.blog-large-block .thumb .content-mobile .meta .tags {
  padding: 2px 10px 5px;
  background: #D32F2F;
  color: #FFF;
}
.blog-large-block .thumb .content-mobile .meta .tags a {
  color: #FFF;
  font-family: "Lato";
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.32px;
  text-transform: uppercase;
}
.blog-large-block .content {
  display: block;
}
@media (max-width: 767px) {
  .blog-large-block .content {
    display: none;
  }
}
.blog-large-block .content .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .blog-large-block .content .meta {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.blog-large-block .content .meta .right {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .blog-large-block .content .meta .right {
    flex-wrap: wrap;
  }
}
.blog-large-block .content .meta .date {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.48px;
}
.blog-large-block .content .meta .category {
  padding: 5px 10px;
  background: #101C5F;
}
.blog-large-block .content .meta .category a {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.76px;
  text-transform: uppercase;
}
.blog-large-block .content .meta .tags {
  padding: 5px 10px;
  background: #101C5F;
  color: #FFF;
}
.blog-large-block .content .meta .tags a {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.76px;
}
.blog-large-block .content .title {
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .blog-large-block .content .title {
    font-size: 26px;
  }
}
.blog-large-block .content .title a {
  color: #fff;
}
.blog-large-block .content .text {
  margin-bottom: 20px;
}
.blog-large-block .content .text p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 165.75%;
}
.blog-large-block .content .text a {
  color: #fff;
  text-decoration: underline;
}
.blog-large-block .content .read-more a {
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 165.75%;
}
.blog-large-block .content .read-more a:hover {
  color: #D32F2F;
}

.blog-block {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #E2E2E2;
}
@media (max-width: 767px) {
  .blog-block {
    gap: 12px;
  }
}
.blog-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.blog-block .thumb {
  flex: none;
  max-width: 302px;
  width: 100%;
}
@media (max-width: 767px) {
  .blog-block .thumb {
    max-width: 160px;
  }
}
.blog-block .thumb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}
.blog-block .content {
  flex: 1;
}
.blog-block .content .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.blog-block .content .meta .date {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.48px;
}
@media (max-width: 767px) {
  .blog-block .content .meta .date {
    font-size: 12px;
  }
}
.blog-block .content .meta .category {
  padding: 5px 10px;
  background: #101C5F;
}
@media (max-width: 767px) {
  .blog-block .content .meta .category {
    line-height: 1;
    padding: 2px 6px 8px;
  }
}
.blog-block .content .meta .category a {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.76px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .blog-block .content .meta .category a {
    font-size: 8px;
  }
}
.blog-block .content .meta .tags {
  padding: 5px 10px;
  background: #101C5F;
  color: #FFF;
}
@media (max-width: 767px) {
  .blog-block .content .meta .tags {
    line-height: 1;
    padding: 2px 6px 8px;
  }
}
.blog-block .content .meta .tags a {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.76px;
}
@media (max-width: 767px) {
  .blog-block .content .meta .tags a {
    font-size: 8px;
  }
}
.blog-block .content .title {
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .blog-block .content .title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.blog-block .content .title a {
  color: #fff;
}
.blog-block .content .read-more a {
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 165.75%;
}
@media (max-width: 767px) {
  .blog-block .content .read-more a {
    font-size: 14px;
  }
}
.blog-block .content .read-more a:hover {
  color: #D32F2F;
}

.blog-btn-wrap {
  text-align: center;
}
.blog-btn-wrap a {
  display: inline-block;
  color: #101C5F;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding: 18px 70px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-btn-wrap a {
    font-size: 40px;
    padding: 18px 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-btn-wrap a {
    font-size: 40px;
    padding: 18px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-btn-wrap a {
    font-size: 30px;
    padding: 18px 40px;
  }
}
@media (max-width: 767px) {
  .blog-btn-wrap a {
    font-size: 30px;
    padding: 5px 20px;
  }
}
.blog-btn-wrap a .shape {
  position: absolute;
  left: -8%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 500px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-btn-wrap a .shape {
    width: 360px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-btn-wrap a .shape {
    width: 360px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-btn-wrap a .shape {
    width: 260px;
    left: 0%;
  }
}
@media (max-width: 767px) {
  .blog-btn-wrap a .shape {
    width: 252px;
    left: -10px;
  }
}
.blog-btn-wrap a:hover {
  color: #D32F2F;
}

.about-section {
  background: #3F51B5;
  padding-top: 80px;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}
.about-section .s-shape-1 {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
}
.about-section .s-shape-1 img {
  width: 100%;
}

.about-content h3 {
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-content h3 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-content h3 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .about-content h3 {
    font-size: 48px;
  }
}
.about-content h2 {
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: 96px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-content h2 {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-content h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .about-content h2 {
    font-size: 36px;
  }
}
.about-content p {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-content p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .about-content p {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-thumb {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-thumb {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .about-thumb {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}

.product-heading h3 {
  color: #848484;
  font-family: "Oswald", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-heading h3 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .product-heading h3 {
    font-size: 48px;
  }
}
.product-heading h3 span {
  color: #D32F2F;
}

.product-sheet {
  position: relative;
  z-index: 1;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 340px;
  overflow: clip;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-sheet {
    padding-bottom: 570px;
  }
}
@media (max-width: 767px) {
  .product-sheet {
    padding-bottom: 510px;
  }
}
.product-sheet .s-shape-1 {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-sheet .s-shape-1 {
    left: 45%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-sheet .s-shape-1 {
    bottom: 132px;
  }
}
@media (max-width: 767px) {
  .product-sheet .s-shape-1 {
    bottom: 150px;
  }
}
.product-sheet .s-shape-2 {
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-sheet .s-shape-2 {
    width: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-sheet .s-shape-2 {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .product-sheet .s-shape-2 {
    width: 70px;
  }
}
.product-sheet .s-shape-3 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-sheet .s-shape-3 {
    width: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-sheet .s-shape-3 {
    width: 400px;
  }
}

.product-info-layout {
  text-align: center;
  position: relative;
  z-index: 1;
}
.product-info-layout .thumb {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.product-info-layout .thumb .shape-1 {
  position: absolute;
  top: -40px;
  left: -40px;
  bottom: -40px;
  right: -40px;
  z-index: -1;
}
@media (max-width: 767px) {
  .product-info-layout .thumb .shape-1 {
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
  }
}
.product-info-layout .thumb .shape-1 img {
  width: 100%;
  height: 100%;
}
.product-info-layout .p-item {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 10;
}
.product-info-layout .p-item span {
  color: #40403F;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 767px) {
  .product-info-layout .p-item span {
    font-size: 16px;
  }
}
.product-info-layout .icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  background: #fff;
  border-radius: 100%;
  filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.1));
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-info-layout .icon {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .product-info-layout .icon {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-info-layout .icon img {
    width: 44px;
  }
}
@media (max-width: 767px) {
  .product-info-layout .icon img {
    width: 44px;
  }
}
.product-info-layout .product-info-1 {
  text-align: right;
  max-width: 329px;
  width: 100%;
  left: 12%;
  top: 5%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-info-layout .product-info-1 {
    left: 6%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-info-layout .product-info-1 {
    left: -3%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-info-layout .product-info-1 {
    left: 4%;
    top: 0%;
    flex-direction: column;
    text-align: center;
    max-width: 124px;
  }
}
@media (max-width: 767px) {
  .product-info-layout .product-info-1 {
    left: -3%;
    top: -20%;
    flex-direction: column;
    text-align: center;
    max-width: 124px;
  }
}
.product-info-layout .product-info-2 {
  text-align: left;
  max-width: 329px;
  width: 100%;
  right: 10%;
  top: 5%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-info-layout .product-info-2 {
    right: 4%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-info-layout .product-info-2 {
    right: -6%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-info-layout .product-info-2 {
    flex-direction: column;
    text-align: center;
    max-width: 124px;
    right: auto;
    top: auto;
    bottom: 0;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .product-info-layout .product-info-2 {
    flex-direction: column;
    text-align: center;
    max-width: 90px;
    right: auto;
    top: auto;
    bottom: -26%;
    left: -1%;
  }
}
.product-info-layout .product-info-3 {
  text-align: right;
  max-width: 286px;
  left: 7%;
  top: 40%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-info-layout .product-info-3 {
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-info-layout .product-info-3 {
    max-width: 245px;
    left: -3%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-info-layout .product-info-3 {
    left: 40%;
    top: -20%;
    flex-direction: column;
    text-align: center;
    max-width: 124px;
  }
}
@media (max-width: 767px) {
  .product-info-layout .product-info-3 {
    left: 34%;
    top: -33%;
    flex-direction: column;
    text-align: center;
    max-width: 124px;
  }
}
.product-info-layout .product-info-4 {
  text-align: left;
  max-width: 286px;
  right: 6%;
  top: 37%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-info-layout .product-info-4 {
    right: -2%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-info-layout .product-info-4 {
    right: -7%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-info-layout .product-info-4 {
    flex-direction: column;
    text-align: center;
    max-width: 124px;
    right: 40%;
    top: auto;
    bottom: -24%;
  }
}
@media (max-width: 767px) {
  .product-info-layout .product-info-4 {
    flex-direction: column;
    text-align: center;
    max-width: 124px;
    right: 33%;
    top: auto;
    bottom: -34%;
  }
}
.product-info-layout .product-info-5 {
  text-align: right;
  max-width: 252px;
  left: 13%;
  top: 70%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-info-layout .product-info-5 {
    left: 8%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-info-layout .product-info-5 {
    left: -2%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-info-layout .product-info-5 {
    left: auto;
    top: -2%;
    right: 7%;
    flex-direction: column;
    text-align: center;
    max-width: 124px;
  }
}
@media (max-width: 767px) {
  .product-info-layout .product-info-5 {
    left: auto;
    top: -20%;
    right: 0%;
    flex-direction: column;
    text-align: center;
    max-width: 100px;
  }
}
.product-info-layout .product-info-6 {
  text-align: left;
  max-width: 329px;
  right: 6%;
  top: 70%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-info-layout .product-info-6 {
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-info-layout .product-info-6 {
    max-width: 270px;
    right: -3%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-info-layout .product-info-6 {
    flex-direction: column;
    text-align: center;
    max-width: 124px;
    right: 3%;
    top: 75%;
  }
}
@media (max-width: 767px) {
  .product-info-layout .product-info-6 {
    flex-direction: column;
    text-align: center;
    max-width: 95px;
    right: -1%;
    top: 78%;
  }
}

.brand-marquee {
  display: flex;
  align-items: center;
  gap: 30px;
  -webkit-animation: marquee_one 30s linear infinite;
  animation: marquee_one 30s linear infinite;
}
.brand-marquee:hover {
  animation-play-state: paused;
}
.brand-marquee .brand-layout {
  flex: none;
  display: flex;
  align-items: center;
  gap: 30px;
}
.brand-marquee .brand-layout .brand-item {
  flex: none;
}
@media (max-width: 767px) {
  .brand-marquee{
    -webkit-animation: marquee_one 15s linear infinite;
    animation: marquee_one 15s linear infinite;
  }
  .brand-marquee .brand-layout .brand-item img {
    width: 90px;
  }
}

@-webkit-keyframes marquee_one {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes marquee_one {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

}

@media only screen and (max-width: 767px)  {
  @-webkit-keyframes marquee_one {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-256vw);
      transform: translateX(-256vw);
    }
  }

  @keyframes marquee_one {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-256vw);
      transform: translateX(-256vw);
    }
  }
}


.product-area.shop-details-area:not(.single-product) > .container {
  padding: 0;
}

@media only screen and (max-width: 767px)  {
  .product-area.shop-details-area:not(.single-product) > .container{
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-area.shop-details-area:not(.single-product) {
    padding-top: 18px;
  }
}

.product-breadcrumb-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-breadcrumb-menu ul li {
  display: inline-block;
  color: #848484;
  font-size: 20px;
  font-weight: 700;
  font-family: "Lato";
}
@media (max-width: 767px) {
  .product-breadcrumb-menu ul li {
    font-size: 13px;
  }
}
.product-breadcrumb-menu ul li:after {
  content: "/";
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.product-breadcrumb-menu ul li:last-child:after {
  display: none;
}
.product-breadcrumb-menu ul li a {
  color: #848484;
}
.product-breadcrumb-menu ul li a:hover {
  color: #D32F2F;
}
.product-breadcrumb-menu ul li span {
  color: #D32F2F;
}

.product-breadcrumb-section .woocommerce-breadcrumb {
  margin-bottom: 0;
  display: inline-block;
  color: #848484;
  font-size: 20px;
  font-weight: 700;
  font-family: "Lato";
}
@media (max-width: 767px) {
  .product-breadcrumb-section .woocommerce-breadcrumb {
    font-size: 13px;
  }
}
.product-breadcrumb-section .woocommerce-breadcrumb a {
  color: #848484;
}
.product-breadcrumb-section .woocommerce-breadcrumb a:hover {
  color: #D32F2F;
}

.product-section {
  position: relative;
  z-index: 1;
}
.product-section .s-shape-1 {
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-section .s-shape-1 {
    width: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-section .s-shape-1 {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .product-section .s-shape-1 {
    width: 100px;
  }
}

.product-heading-2 h3 {
  color: #848484;
  font-family: "Oswald", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-heading-2 h3 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .product-heading-2 h3 {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 15px;
  }
}
.product-heading-2 h3 span {
  color: #D32F2F;
}
.product-heading-2 p {
  color: #9E9E9E;
  font-size: 24px;
  font-weight: 600;
  line-height: 103.975%;
  font-family: "Lato";
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-heading-2 p {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-heading-2 p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product-heading-2 p {
    font-size: 16px;
    line-height: 150%;
    max-width: 329px;
    margin-left: auto;
    margin-right: auto;
  }
}

.product-wrap {
  position: relative;
  z-index: 1;
}
.product-wrap .badge {
  position: absolute;
  right: 0;
  top: -70px;
}
.product-wrap .thumb {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -120px;
  display: flex;
  align-items: flex-end;
}
.product-wrap .thumb img {
  width: 100%;
  object-fit: contain;
  height: auto;
  border-radius: 10px;
}
.product-wrap .content {
  width: 100%;
  padding: 150px 50px 40px;
  text-align: center;
  background: #C4C4C4;
  border-radius: 40px;
  min-height: 462px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .product-wrap .content {
    padding: 150px 40px 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-wrap .content {
    padding: 150px 40px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-wrap .content {
    padding: 150px 40px 30px;
  }
}
@media (max-width: 767px) {
  .product-wrap .content {
    min-height: auto;
    padding: 150px 40px 30px;
  }
}
.product-wrap .content .title {
  color: #40403F;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .product-wrap .content .title {
    font-size: 35px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-wrap .content .title {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-wrap .content .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .product-wrap .content .title {
    font-size: 24px;
  }
}
.product-wrap .content .title a {
  color: #40403F;
}
.product-wrap .content .rating-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
.product-wrap .content .rating-wrap i {
  color: #186B1C;
}
.product-wrap .content .price {
  color: #40403F;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  margin-bottom: 10px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-wrap .content .price {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-wrap .content .price {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .product-wrap .content .price {
    font-size: 22px;
  }
}
.product-wrap .content .price del {
  font-size: 24px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-wrap .content .price del {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-wrap .content .price del {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .product-wrap .content .price del {
    font-size: 18px;
  }
}
.product-wrap .content .read-more a {
  display: inline-block;
  padding: 12px 34px;
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 107.975%;
  text-transform: uppercase;
  background: #D32F2F;
  border-radius: 12px;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .product-wrap .content .read-more a {
    font-size: 28px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-wrap .content .read-more a {
    font-size: 22px;
    padding: 10px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-wrap .content .read-more a {
    font-size: 22px;
    padding: 10px 30px;
  }
}
@media (max-width: 767px) {
  .product-wrap .content .read-more a {
    font-size: 22px;
    padding: 10px 30px;
  }
}
.product-wrap .content .read-more a:hover {
  color: #D32F2F;
  background: #fff;
}
.product-wrap .content .read-more a.added {
  display: none;
}
.product-wrap .content .product-rating i {
  color: #186B1C;
}
.product-wrap .content .cfvsw_variations_form {
  display: none;
}
.product-wrap .product-content .product-title h4 {
  color: #40403F;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .product-wrap .product-content .product-title h4 {
    font-size: 35px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-wrap .product-content .product-title h4 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-wrap .product-content .product-title h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .product-wrap .product-content .product-title h4 {
    font-size: 24px;
  }
}
.product-wrap .product-content .product-title h4 a {
  color: #40403F;
}
.product-wrap .product-content .product-price {
  color: #40403F;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  margin-bottom: 10px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-wrap .product-content .product-price {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-wrap .product-content .product-price {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .product-wrap .product-content .product-price {
    font-size: 22px;
  }
}
.product-wrap .product-content .product-price del {
  font-size: 24px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-wrap .product-content .product-price del {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-wrap .product-content .product-price del {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .product-wrap .product-content .product-price del {
    font-size: 18px;
  }
}

.product-slider-active {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .product-slider-active {
    max-width: 1320px;
  }
}

.product-slider-active .swiper-slide .product-wrap .thumb {
  height: 370px;
}
@media (max-width: 767px) {
  .product-slider-active .swiper-slide .product-wrap .thumb {
    height: auto;
  }
}
.product-slider-active .product-pagination {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.product-slider-active .product-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #DDE0E4;
  border-radius: 50px;
  opacity: 1;
  margin-left: 7px;
  margin-right: 7px;
}
.product-slider-active .product-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 45px;
  background: #D32F2F;
}
.product-slider-active .product-button-prev {
  position: absolute;
  left: -30px;
  top: 55%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: rgba(211, 47, 47, 0.3);
  color: #D32F2F;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 10;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-slider-active .product-button-prev {
    left: -15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-slider-active .product-button-prev {
    left: -15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-slider-active .product-button-prev {
    left: -15px;
  }
}
@media (max-width: 767px) {
  .product-slider-active .product-button-prev {
    left: -10px;
    width: 18px;
    height: 18px;
    font-size: 10px;
  }
}
.product-slider-active .product-button-prev:hover {
  background: #D32F2F;
  color: #fff;
}
.product-slider-active .product-button-next {
  position: absolute;
  right: -30px;
  top: 55%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: rgba(211, 47, 47, 0.3);
  color: #D32F2F;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 10;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-slider-active .product-button-next {
    right: -15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-slider-active .product-button-next {
    right: -15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-slider-active .product-button-next {
    right: -15px;
  }
}
@media (max-width: 767px) {
  .product-slider-active .product-button-next {
    right: -10px;
    width: 18px;
    height: 18px;
    font-size: 10px;
  }
}
.product-slider-active .product-button-next:hover {
  background: #D32F2F;
  color: #fff;
}

.blog-large-block.style-2 {
  background: #101C5F;
  padding: 15px;
  border-radius: 10px;
}

.contact-form .input-wrap > p {
  margin-bottom: 0;
}

.basic-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.basic-pagination ul li {
  display: inline-block;
  margin-right: 10px;
  padding-bottom: 10px;
}
.basic-pagination ul li a, .basic-pagination ul li span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  background: #d32f2f;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.pro-filter select {
  border: 1px solid #c4c4c4;
  padding: 10px 15px;
  border-radius: 5px;
  outline: none;
}

.comment-respond label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}
.comment-respond input[type=text],
.comment-respond input[type=email] {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #000;
}
.comment-respond textarea {
  width: 100%;
  height: 150px;
  border-radius: 4px;
  border: 1px solid #000;
}
.comment-respond .comment-form-cookies-consent {
  display: flex;
  gap: 10px;
}
.comment-respond .review-btn button {
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  line-height: 107.975%;
  text-transform: uppercase;
  height: 60px;
  background: #D32F2F !important;
  padding: 12px 30px;
  border-radius: 8px;
  border: 0;
  text-align: center;
}
.comment-respond p.comment-notes {
  font-size: 16px;
}
.comment-respond .prepper-rating .stars a {
  color: #ffc107;
}
.comment-respond .prepper-rating .stars {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}
.comment-respond .comment-reply-title h4 {
  font-size: 35px;
}

.product-top-section {
  background: #3F51B5;
  padding: 10px 0;
}

.product-top-text {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #FFF;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 107.975%;
}
@media (max-width: 767px) {
  .product-top-text {
    gap: 5px;
    max-width: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-top-text img {
    width: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-top-text img {
    width: 25px;
  }
}
@media (max-width: 767px) {
  .product-top-text img {
    width: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-top-text {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-top-text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .product-top-text {
    font-size: 8px;
  }
}

.product-tab-section {
  position: relative;
  z-index: 1;
}
.product-tab-section .s-shape-1 {
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-tab-section .s-shape-1 {
    width: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-tab-section .s-shape-1 {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .product-tab-section .s-shape-1 {
    width: 100px;
  }
}
.product-tab-section .s-shape-2 {
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-tab-section .s-shape-2 {
    width: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-tab-section .s-shape-2 {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .product-tab-section .s-shape-2 {
    width: 100px;
  }
}

.product-details-tabs .nav-tabs {
  padding: 0 20px;
  border: 0;
}
.product-details-tabs .nav-tabs .nav-item {
  margin: 0;
  border: 0;
}
.product-details-tabs .nav-tabs .nav-item .nav-link {
  padding: 20px 40px;
  color: #848484;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.975%;
  text-transform: uppercase;
  border-radius: 12px 12px 0px 0px;
  border: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-details-tabs .nav-tabs .nav-item .nav-link {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-details-tabs .nav-tabs .nav-item .nav-link {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .product-details-tabs .nav-tabs .nav-item .nav-link {
    font-size: 22px;
    padding: 15px 20px;
  }
}
.product-details-tabs .nav-tabs .nav-item .nav-link.active {
  background: #3F51B5;
  color: #fff;
}
.product-details-tabs .tab-pane {
  padding: 40px;
  border-radius: 12px;
  border: 3px solid #C4C4C4;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-details-tabs .tab-pane {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .product-details-tabs .tab-pane {
    padding: 20px;
  }
}
.product-details-tabs .product-details-content p {
  color: #848484;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-details-tabs .product-details-content p {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-details-tabs .product-details-content p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .product-details-tabs .product-details-content p {
    font-size: 16px;
  }
}

[data-block-name="woocommerce/classic-shortcode"] {
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.product-details-content .title-wrap {
  position: relative;
  z-index: 1;
}
.product-details-content .title-wrap .wishlist {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 2;
}
@media (max-width: 767px) {
  .product-details-content .title-wrap .wishlist {
    right: 0;
    bottom: 0;
  }
}
.product-details-content .title {
  color: #40403F;
  font-family: "Oswald", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .product-details-content .title {
    font-size: 32px;
  }
}
.product-details-content .product-rating {
  font-size: 20px;
}
@media (max-width: 767px) {
  .product-details-content .product-rating {
    font-size: 14px;
  }
}
.product-details-content .product-rating i {
  color: #ffb822;
}
.product-details-content .product-rating span {
  color: #40403F;
  font-style: italic;
  font-weight: 600;
  line-height: 130%;
  margin-left: 5px;
}
.product-details-content .rating-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.product-details-content .rating-wrap span {
  color: #40403F;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 130%;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .product-details-content .rating-wrap span {
    font-size: 14px;
  }
}
.product-details-content .details-pro-price {
  color: #40403F;
  font-size: 18px;
  font-weight: 900;
  line-height: 130%;
}
.product-details-content .details-pro-price ins {
  color: #D32F2F;
  font-size: 48px;
  font-weight: 900;
  line-height: 130%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .product-details-content .details-pro-price ins {
    font-size: 48px;
  }
}
.product-details-content .price-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.product-details-content .price-wrap h4 {
  color: #D32F2F;
  font-size: 48px;
  font-weight: 900;
  line-height: 130%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .product-details-content .price-wrap h4 {
    font-size: 48px;
  }
}
.product-details-content .price-wrap .discount span {
  display: inline-block;
  color: #186B1C;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  padding: 5px 10px;
  border-radius: 4px;
  background: rgba(76, 175, 80, 0.5);
  margin-bottom: 5px;
  text-transform: uppercase;
}
.product-details-content .price-wrap .discount p {
  color: #40403F;
  font-size: 18px;
  font-weight: 900;
  line-height: 130%;
}
.product-details-content .p-title h4 {
  color: #40403F;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 15px;
}
.product-details-content .quantity {
  margin-bottom: 20px;
}
.product-details-content .quantity h4 {
  color: #40403F;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
.product-details-content .quantity .input-layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 511px;
}
@media (max-width: 767px) {
  .product-details-content .quantity .input-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-details-content .quantity .input-layout .input-radio {
  height: 100%;
}
.product-details-content .quantity .input-layout .input-radio input {
  display: none;
}
.product-details-content .quantity .input-layout .input-radio input:checked ~ label {
  border-color: #4CAF50;
  background: #97F69B;
}
.product-details-content .quantity .input-layout .input-radio input:checked ~ label .top {
  color: #186B1C;
}
.product-details-content .quantity .input-layout .input-radio input:checked ~ label .top img {
  visibility: visible;
  opacity: 1;
}
.product-details-content .quantity .input-layout .input-radio input:checked ~ label .bottom {
  color: #186B1C;
}
.product-details-content .quantity .input-layout .input-radio label {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid #C4C4C4;
  font-family: "Lato";
}
.product-details-content .quantity .input-layout .input-radio label .top {
  border-bottom: 2px solid #C4C4C4;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 5px;
  padding-left: 20px;
  color: #9E9E9E;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  text-transform: uppercase;
}
.product-details-content .quantity .input-layout .input-radio label .top img {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.product-details-content .quantity .input-layout .input-radio label .bottom {
  padding: 10px 5px;
  text-align: center;
  color: #9E9E9E;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  text-transform: uppercase;
}
.product-details-content .add-item-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  max-width: 511px;
  width: 100%;
}
@media (max-width: 767px) {
  .product-details-content .add-item-wrap {
    max-width: 100%;
  }
}
.product-details-content .add-item-wrap .quantity {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .product-details-content .add-item-wrap .quantity {
    width: 100px;
  }
}
.product-details-content .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  max-width: 511px;
  width: 100%;
}
@media (max-width: 767px) {
  .product-details-content .woocommerce-variation-add-to-cart {
    max-width: 100%;
  }
}
.product-details-content .woocommerce-variation-add-to-cart .quantity {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .product-details-content .woocommerce-variation-add-to-cart .quantity {
    width: 100px;
  }
}
.product-details-content .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  flex: 1;
  color: #FFF;
  font-size: 35px;
  font-weight: 600;
  line-height: 107.975%;
  text-transform: uppercase;
  height: 60px;
  background: #D32F2F !important;
  padding: 5px 50px;
  border-radius: 8px;
  border: 0;
  width: 100%;
  text-align: center;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 767px) {
  .product-details-content .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    font-size: 24px;
    padding: 5px 20px;
  }
}
.product-details-content .cart-plus-minus {
  position: relative;
}
@media (max-width: 767px) {
  .product-details-content .cart-plus-minus {
    width: 100%;
  }
}
.product-details-content .cart-plus-minus input {
  width: 156px;
  height: 60px;
  border-radius: 8px;
  border: 2px solid #9E9E9E;
  background: #FFF;
  text-align: center;
  color: #848484;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 107.975%;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 767px) {
  .product-details-content .cart-plus-minus input {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .product-details-content .cart-plus-minus input {
    font-size: 20px;
  }
}
.product-details-content .cart-plus-minus .qtybutton {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D32F2F;
  font-size: 20px;
  cursor: pointer;
}
.product-details-content .cart-plus-minus .qtybutton.plus {
  right: 0;
  left: auto;
}
.product-details-content .button-wrap {
  flex: 1;
}
.product-details-content .button-wrap button {
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 107.975%;
  text-transform: uppercase;
  height: 60px;
  background: #D32F2F !important;
  padding: 12px 50px;
  border-radius: 8px;
  border: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .product-details-content .button-wrap button {
    font-size: 22px;
    padding: 5px 20px;
  }
}
.product-details-content .button-wrap button:hover {
  color: #3F51B5;
}
.product-details-content .woocommerce-product-details__short-description {
  margin-top: 20px;
  padding-bottom: 20px;
}
.product-details-content .product_meta {
  color: #40403F;
  font-size: 18px;
  font-weight: 900;
  line-height: 130%;
}
.product-details-content .product_meta a {
  color: #D32F2F;
}
.product-details-content .cfvsw-swatches-container .cfvsw-swatches-option {
  border: 2px solid #C4C4C4;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 5px 15px;
  padding-left: 30px;
  color: #9E9E9E;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  border-radius: 4px;
  text-transform: uppercase;
}
.product-details-content .cfvsw-swatches-container .cfvsw-swatches-option:before {
  content: "";
  background-image: url(../img/icons/icon-14.png);
  background-size: contain;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  opacity: 0.2;
}
.product-details-content .cfvsw-swatches-container .cfvsw-swatches-option.cfvsw-selected-swatch {
  background: #97F69B;
  border-color: #4CAF50;
  color: #186B1C;
}
.product-details-content .cfvsw-swatches-container .cfvsw-swatches-option.cfvsw-selected-swatch:before {
  opacity: 1;
}
.product-details-content .woocommerce-variation.single_variation {
  margin-bottom: 20px;
}
.product-details-content .woocommerce-variation.single_variation .woocommerce-variation-description {
  display: inline-block;
  background: #97F69B;
  padding: 5px 15px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.product-details-content .woocommerce-variation.single_variation .woocommerce-variation-price ins {
  color: #D32F2F;
  font-size: 48px;
  font-weight: 900;
  line-height: 130%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .product-details-content .woocommerce-variation.single_variation .woocommerce-variation-price ins {
    font-size: 32px;
  }
}
.product-details-content .woocommerce-variation.single_variation .woocommerce-variation-price del {
  color: #40403F;
  font-size: 18px;
  font-weight: 900;
  line-height: 130%;
}
.product-details-content .reset_variations {
  display: inline-block;
  color: #D32F2F;
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-right {
  display: grid;
  grid-template-columns: 123px 1fr;
  gap: 30px;
}
@media (max-width: 767px) {
  .product-right {
    grid-template-columns: 1fr;
  }
}
.product-right .small-thumb-wrap {
  order: 1;
}
@media (max-width: 767px) {
  .product-right .small-thumb-wrap {
    display: none;
  }
}
.product-right .small-thumb-wrap .sp-slider-active {
  position: relative;
  z-index: 1;
}
.product-right .small-thumb-wrap .sp-slider-active .swiper-container {
  height: 100vh;
  max-height: 710px;
}
.product-right .small-thumb-wrap .sp-slider-active .swiper-slide {
  display: flex;
  align-items: center;
}
.product-right .small-thumb-wrap .sp-slider-active .sp-button-prev {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  color: #D32F2F;
  font-size: 20px;
  z-index: 10;
}
.product-right .small-thumb-wrap .sp-slider-active .sp-button-next {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  color: #D32F2F;
  font-size: 20px;
  z-index: 10;
}
.product-right .large-thumb-wrap {
  overflow: hidden;
  order: 2;
}
.product-right .large-thumb-wrap .lp-slider-active .ps-thumb {
  text-align: center;
}

.product-right-2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: sticky;
  top: 50px;
}
.product-right-2 .tab-content img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.product-right-2 .nav-tabs {
  gap: 15px;
  overflow-y: clip;
  overflow-x: auto;
  flex-wrap: nowrap;
  border: 0;
}
.product-right-2 .nav-tabs .nav-item {
  flex: none;
  width: 150px;
  height: 150px;
}
.product-right-2 .nav-tabs .nav-item .nav-link {
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.product-right-2 .nav-tabs .nav-item .nav-link img {
  border-radius: 5px;
}

.woocommerce-form-login .form-row,
.woocommerce-EditAccountForm .form-row,
.woocommerce-checkout .form-row {
  margin-bottom: 20px;
}
.woocommerce-form-login .form-row label,
.woocommerce-EditAccountForm .form-row label,
.woocommerce-checkout .form-row label {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}
.woocommerce-form-login .form-row input:not([type=checkbox]),
.woocommerce-EditAccountForm .form-row input:not([type=checkbox]),
.woocommerce-checkout .form-row input:not([type=checkbox]) {
  width: 100%;
  height: 50px;
  border: 1px solid #aaa;
  padding: 5px 20px;
  border-radius: 4px;
}
.woocommerce-form-login .form-row textarea,
.woocommerce-EditAccountForm .form-row textarea,
.woocommerce-checkout .form-row textarea {
  width: 100% !important;
  height: 150px !important;
  border: 1px solid #aaa;
  padding: 15px 20px;
  border-radius: 4px;
}
.woocommerce-form-login .form-row span.select2-selection.select2-selection--single,
.woocommerce-EditAccountForm .form-row span.select2-selection.select2-selection--single,
.woocommerce-checkout .form-row span.select2-selection.select2-selection--single {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 5px 20px;
}
.woocommerce-form-login .form-row .select2-selection__arrow,
.woocommerce-EditAccountForm .form-row .select2-selection__arrow,
.woocommerce-checkout .form-row .select2-selection__arrow {
  height: 100%;
}
.woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-EditAccountForm .woocommerce-form-login__submit,
.woocommerce-checkout .woocommerce-form-login__submit {
  background: #D32F2F !important;
  color: #fff !important;
}

.woocommerce-cart-form .cart-plus-minus {
  display: inline-flex;
  position: relative;
}
@media (max-width: 767px) {
  .woocommerce-cart-form .cart-plus-minus {
    width: 100%;
    margin-top: 5px;
  }
}
.woocommerce-cart-form .cart-plus-minus input {
  width: 106px !important;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #9E9E9E;
  background: #FFF;
  text-align: center !important;
  color: #848484;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 107.975%;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 767px) {
  .woocommerce-cart-form .cart-plus-minus input {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart-form .cart-plus-minus input {
    font-size: 20px;
  }
}
.woocommerce-cart-form .cart-plus-minus .qtybutton {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D32F2F;
  font-size: 16px;
  cursor: pointer;
}
.woocommerce-cart-form .cart-plus-minus .qtybutton.plus {
  right: 0;
  left: auto;
}
.woocommerce-cart-form input#coupon_code {
  width: 150px;
  border-radius: 4px;
  padding: 5px 10px;
}
.woocommerce-cart-form .coupon label {
  display: none;
}

.cart-collaterals .wc-proceed-to-checkout a {
  border-radius: 4px;
  background: #D32F2F !important;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
  display: block;
  margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul li a {
  font-size: 18px;
  color: #000;
}

.woocommerce-MyAccount-content a {
  color: #D32F2F;
}

.inner-hero-section img {
  width: 100%;
}

.sidebar-wrap {
  border-radius: 20px;
  border: 1px solid #B2B2B2;
  background: #FFF;
  overflow: hidden;
}
.sidebar-wrap .title-wrap {
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  background: #D32F2F;
  padding: 10px 30px;
}
.sidebar-wrap .widget_categories,
.sidebar-wrap .category-list {
  padding: 0 30px;
}
.sidebar-wrap .widget_categories ul,
.sidebar-wrap .category-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-wrap .widget_categories ul li,
.sidebar-wrap .category-list ul li {
  margin-bottom: 10px;
}
.sidebar-wrap .widget_categories ul li a,
.sidebar-wrap .category-list ul li a {
  color: #B2B2B2;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}
.sidebar-wrap .widget_categories ul li a:hover,
.sidebar-wrap .category-list ul li a:hover {
  color: #3F51B5;
}
.sidebar-wrap .s-about-wrap {
  padding: 0 30px;
}
.sidebar-wrap .s-about-wrap h3 {
  color: #D32F2F;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sidebar-wrap .s-about-wrap p {
  color: #40403F;
  font-size: 16px;
  font-weight: 400;
  line-height: 172%;
}
.sidebar-wrap .s-brand-wrap {
  padding: 0 30px;
}
.sidebar-wrap .s-brand-wrap h3 {
  color: #D32F2F;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sidebar-wrap .s-brand-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.sidebar-wrap .s-widget-wrap {
  padding: 0 30px;
}
.sidebar-wrap .s-widget-wrap h3 {
  color: #D32F2F;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sidebar-wrap .gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.b-search-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.b-search-wrap input {
  width: 100%;
  height: 65px;
  border-radius: 10px;
  border: 1px solid #B2B2B2;
  background: #FFF;
  padding: 5px 30px;
}
@media (max-width: 767px) {
  .b-search-wrap input {
    height: 50px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .b-search-wrap input::-webkit-input-placeholder {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .b-search-wrap input:-moz-placeholder {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .b-search-wrap input::-moz-placeholder {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .b-search-wrap input:-ms-input-placeholder {
    font-size: 12px;
  }
}
.b-search-wrap button {
  position: absolute;
  right: 5px;
  top: 50%;
  width: 80px;
  height: 55px;
  border: 0;
  border-radius: 10px;
  background: #D32F2F;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .b-search-wrap button {
    width: 45px;
    height: 40px;
  }
}
.b-search-wrap button img {
  width: 30px;
}
@media (max-width: 767px) {
  .b-search-wrap button img {
    width: 18px;
  }
}

.main-blog {
  border-radius: 12px;
  border: 1px solid #40403F;
  background: #FFF;
  overflow: hidden;
}
.main-blog .thumb img {
  width: 100%;
}
.main-blog .content {
  padding: 20px;
}
.main-blog .content .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .main-blog .content .meta {
    justify-content: flex-start;
  }
}
.main-blog .content .meta .date {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.48px;
}
.main-blog .content .meta .category {
  padding: 5px 10px;
  background: #3F51B5;
}
.main-blog .content .meta .category a {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.76px;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-blog .content .meta .category a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .main-blog .content .meta .category a {
    font-size: 12px;
  }
}
.main-blog .content .meta .tags {
  padding: 5px 10px;
  background: #3F51B5;
  color: #FFF;
}
.main-blog .content .meta .tags a {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.76px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-blog .content .meta .tags a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .main-blog .content .meta .tags a {
    font-size: 12px;
  }
}
.main-blog .content .title {
  color: #40403F;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-blog .content .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .main-blog .content .title {
    font-size: 20px;
  }
}
.main-blog .content .title a {
  color: #40403F;
}
.main-blog .content .text {
  color: #848484;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 149.4%;
  margin-bottom: 15px;
}
.main-blog .content .read-more a {
  display: inline-block;
  padding: 10px 20px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.54px;
  background: #D32F2F;
}
@media (max-width: 767px) {
  .main-blog .content .read-more a {
    font-size: 12px;
  }
}
.main-blog .bottom {
  border-top: 1px solid #EEEEED;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-blog .bottom p {
  margin-bottom: 0;
  color: #848484;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .main-blog .bottom p {
    font-size: 12px;
  }
}
.main-blog .bottom p img {
  margin-right: 5px;
}

.blog-details-content .meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.blog-details-content .meta .date {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.48px;
}
.blog-details-content .meta .category {
  padding: 5px 10px;
  background: #3F51B5;
}
.blog-details-content .meta .category a {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.76px;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-details-content .meta .category a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .blog-details-content .meta .category a {
    font-size: 12px;
  }
}
.blog-details-content .meta .tags {
  padding: 5px 10px;
  background: #3F51B5;
  color: #FFF;
}
.blog-details-content .meta .tags a {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.76px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-details-content .meta .tags a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .blog-details-content .meta .tags a {
    font-size: 12px;
  }
}
.blog-details-content .title {
  color: #40403F;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 145%;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-details-content .title {
    font-size: 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-details-content .title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .blog-details-content .title {
    font-size: 22px;
  }
}
.blog-details-content .bottom {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.blog-details-content .bottom p {
  margin-bottom: 0;
  color: #848484;
  font-size: 14px;
  font-weight: 400;
}
.blog-details-content .bottom p img {
  margin-right: 5px;
}
.blog-details-content .thumb {
  margin-bottom: 40px;
}
.blog-details-content .thumb img {
  width: 100%;
}
.blog-details-content .text {
  color: #40403F;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140.4%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-details-content .text {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-details-content .text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .blog-details-content .text {
    font-size: 16px;
  }
}
.blog-details-content .text blockquote {
  background-image: url(../img/thumb/thumb-17.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 80px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .blog-details-content .text blockquote {
    padding: 30px 20px;
  }
}
.blog-details-content .text blockquote p {
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 156.5%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-details-content .text blockquote p {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-details-content .text blockquote p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .blog-details-content .text blockquote p {
    font-size: 20px;
  }
}

.blog-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .blog-share {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 30px;
  }
}
.blog-share .read-more a {
  display: inline-block;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding: 18px 70px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-share .read-more a {
    font-size: 40px;
    padding: 18px 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-share .read-more a {
    font-size: 40px;
    padding: 18px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-share .read-more a {
    font-size: 30px;
    padding: 18px 40px;
  }
}
@media (max-width: 767px) {
  .blog-share .read-more a {
    font-size: 26px;
    padding: 18px 40px;
  }
}
.blog-share .read-more a .shape {
  position: absolute;
  left: -8%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 500px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-share .read-more a .shape {
    width: 360px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-share .read-more a .shape {
    width: 360px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-share .read-more a .shape {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .blog-share .read-more a .shape {
    width: 240px;
  }
}
.blog-share .blog-social {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: 120px;
}
@media (max-width: 767px) {
  .blog-share .blog-social {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-share .blog-social a img {
    width: 25px;
  }
}
@media (max-width: 767px) {
  .blog-share .blog-social a img {
    width: 25px;
  }
}
.blog-share .blog-social .shape {
  position: absolute;
  left: -20%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 500px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-share .blog-social .shape {
    width: 360px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-share .blog-social .shape {
    width: 360px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-share .blog-social .shape {
    width: 260px;
    left: -28%;
  }
}
@media (max-width: 767px) {
  .blog-share .blog-social .shape {
    width: 240px;
  }
}

.blog-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 767px) {
  .blog-navigation {
    grid-template-columns: 1fr;
  }
}
.blog-navigation .left {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-navigation .left {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-navigation .left {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .blog-navigation .left {
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog-navigation .left .thumb {
  flex: none;
  width: 266px;
}
.blog-navigation .left .thumb img {
  object-fit: cover;
  height: 300px;
  width: 100%;
  border-radius: 4px;
}
.blog-navigation .left .content span {
  display: block;
  color: #3F51B5;
  font-size: 24px;
  font-weight: 900;
  line-height: 120%;
  margin: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-navigation .left .content span {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-navigation .left .content span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .blog-navigation .left .content span {
    font-size: 18px;
  }
}
.blog-navigation .left .content h3 {
  color: #40403F;
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-navigation .left .content h3 {
    font-size: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-navigation .left .content h3 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-navigation .left .content h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .blog-navigation .left .content h3 {
    font-size: 22px;
  }
}
.blog-navigation .right {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-navigation .right {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-navigation .right {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .blog-navigation .right {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
.blog-navigation .right .thumb {
  flex: none;
  width: 266px;
}
.blog-navigation .right .thumb img {
  object-fit: cover;
  height: 300px;
  width: 100%;
  border-radius: 4px;
}
.blog-navigation .right .content {
  text-align: right;
}
.blog-navigation .right .content span {
  display: block;
  color: #4CAF50;
  font-size: 24px;
  font-weight: 900;
  line-height: 120%;
  margin: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-navigation .right .content span {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-navigation .right .content span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .blog-navigation .right .content span {
    font-size: 18px;
  }
}
.blog-navigation .right .content h3 {
  color: #40403F;
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-navigation .right .content h3 {
    font-size: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-navigation .right .content h3 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-navigation .right .content h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .blog-navigation .right .content h3 {
    font-size: 22px;
  }
}

.blog-divider svg {
  max-width: 100%;
}

.blog-details-section {
  position: relative;
  z-index: 1;
  padding-bottom: 500px;
}
@media (max-width: 767px) {
  .blog-details-section {
    padding-bottom: 350px;
  }
}
.blog-details-section .s-shape-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.blog-details-section .s-shape-bg img {
  width: 100%;
}

.comment-area .c-heading {
  margin-bottom: 30px;
}
.comment-area .c-heading h3 {
  color: #40403F;
  font-family: "Oswald", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .comment-area .c-heading h3 {
    font-size: 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .comment-area .c-heading h3 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .comment-area .c-heading h3 {
    font-size: 48px;
  }
}
.comment-area .blog-coment-title h2 {
  color: #40403F;
  font-family: "Oswald", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .comment-area .blog-coment-title h2 {
    font-size: 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .comment-area .blog-coment-title h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .comment-area .blog-coment-title h2 {
    font-size: 48px;
  }
}
.comment-area .comment-layout .comment-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .comment-area .comment-layout .comment-item {
    flex-direction: column;
  }
}
.comment-area .comment-layout .comment-item .thumb {
  width: 168px;
  flex: none;
}
.comment-area .comment-layout .comment-item .thumb img {
  border-radius: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .comment-area .comment-layout .comment-item .thumb {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .comment-area .comment-layout .comment-item .thumb {
    width: 120px;
  }
}
.comment-area .comment-layout .comment-item .content {
  width: 100%;
  flex: 1;
}
.comment-area .comment-layout .comment-item .content .left p {
  margin-bottom: 10px;
}
.comment-area .comment-layout .comment-item .content .left p img {
  margin-right: 5px;
}
.comment-area .comment-layout .comment-item .content .left h4 {
  color: #40403F;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .comment-area .comment-layout .comment-item .content .left h4 {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .comment-area .comment-layout .comment-item .content .left h4 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .comment-area .comment-layout .comment-item .content .left h4 {
    font-size: 28px;
  }
}
.comment-area .comment-layout .comment-item .content .read-more a {
  display: inline-block;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding: 5px 30px;
  margin-right: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .comment-area .comment-layout .comment-item .content .read-more a {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .comment-area .comment-layout .comment-item .content .read-more a {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .comment-area .comment-layout .comment-item .content .read-more a {
    font-size: 24px;
  }
}
.comment-area .comment-layout .comment-item .content .read-more a .shape {
  position: absolute;
  left: -15%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 500px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .comment-area .comment-layout .comment-item .content .read-more a .shape {
    width: 360px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .comment-area .comment-layout .comment-item .content .read-more a .shape {
    width: 360px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .comment-area .comment-layout .comment-item .content .read-more a .shape {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .comment-area .comment-layout .comment-item .content .read-more a .shape {
    width: 240px;
  }
}
.comment-area .comment-layout .comment-item .content .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .comment-area .comment-layout .comment-item .content .top {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .comment-area .comment-layout .comment-item .content .top .right {
    display: none;
  }
}
.comment-area .comment-layout .comment-item .content .bottom {
  color: #40403F;
  font-size: 20px;
  font-weight: 400;
  line-height: 163.2%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .comment-area .comment-layout .comment-item .content .bottom {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .comment-area .comment-layout .comment-item .content .bottom {
    font-size: 16px;
  }
}
.comment-area .comment-layout ul.children {
  margin-left: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .comment-area .comment-layout ul.children {
    margin-left: 120px;
  }
}
@media (max-width: 767px) {
  .comment-area .comment-layout ul.children {
    margin-left: 15px;
  }
}

.replay-form .r-heading {
  margin-bottom: 30px;
}
.replay-form .r-heading h3 {
  color: #40403F;
  font-family: "Oswald", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .replay-form .r-heading h3 {
    font-size: 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .replay-form .r-heading h3 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .replay-form .r-heading h3 {
    font-size: 48px;
  }
}
.replay-form .r-heading p {
  color: #848484;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .replay-form .r-heading p {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .replay-form .r-heading p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .replay-form .r-heading p {
    font-size: 16px;
  }
}
.replay-form .comment-reply-title {
  color: #40403F;
  font-family: "Oswald", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .replay-form .comment-reply-title {
    font-size: 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .replay-form .comment-reply-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .replay-form .comment-reply-title {
    font-size: 48px;
  }
}
.replay-form .logged-in-as {
  color: #848484;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.replay-form .logged-in-as a {
  color: #D32F2F;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .replay-form .logged-in-as {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .replay-form .logged-in-as {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .replay-form .logged-in-as {
    font-size: 16px;
  }
}
.replay-form .input-wrap {
  margin-bottom: 30px;
}
.replay-form .input-wrap input {
  width: 100%;
  height: 90px;
  border-radius: 12px;
  background: #EEEEED;
  padding: 10px 24px;
  border: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .replay-form .input-wrap input {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .replay-form .input-wrap input {
    height: 70px;
  }
}
.replay-form .input-wrap textarea {
  width: 100%;
  height: 328px;
  border-radius: 12px;
  background: #EEEEED;
  padding: 20px 24px;
  border: 0;
}
.replay-form .input-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.replay-form .input-check input {
  width: 23px;
  height: 23px;
  border-radius: 3px;
  border: 2px solid #C4C4C4;
}
.replay-form .input-check label {
  color: #848484;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .replay-form .input-check label {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .replay-form .input-check label {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .replay-form .input-check label {
    font-size: 16px;
  }
}
.replay-form .submit-wrap {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.replay-form .submit-wrap button {
  display: inline-block;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 107.975%;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding: 10px 20px;
  background: none;
  border: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .replay-form .submit-wrap button {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .replay-form .submit-wrap button {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .replay-form .submit-wrap button {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .replay-form .submit-wrap button {
    font-size: 25px;
  }
}
.replay-form .submit-wrap .shape {
  position: absolute;
  left: -5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 388px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .replay-form .submit-wrap .shape {
    width: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .replay-form .submit-wrap .shape {
    width: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .replay-form .submit-wrap .shape {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .replay-form .submit-wrap .shape {
    width: 240px;
  }
}

.footer-area {
  background: #D32F2F;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-area {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .footer-area {
    padding-top: 40px;
  }
}
.footer-area .s-shape-1 {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .footer-area .s-shape-1 {
    bottom: 99%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area .s-shape-1 {
    bottom: 99%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-area .s-shape-1 {
    bottom: 99%;
  }
}
@media (max-width: 767px) {
  .footer-area .s-shape-1 {
    bottom: 99%;
  }
}
.footer-area .s-shape-1 img {
  width: 100%;
}

.footer-logo {
  max-width: 250px;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-logo {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .footer-logo {
    max-width: 180px;
  }
}

.copyright {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #fff;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .copyright {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .copyright {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .copyright {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .copyright {
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .footer-widget {
    text-align: center;
  }
}
.footer-widget .title {
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 28px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .footer-widget .title {
    font-size: 38px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-widget .title {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-widget .title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .footer-widget .title {
    font-size: 48px;
  }
}
.footer-widget .title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 190px;
  height: 1px;
  background: #fff;
}
@media (max-width: 767px) {
  .footer-widget .title:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.footer-widget .read-more {
  margin-top: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-widget .read-more {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .footer-widget .read-more {
    margin-top: 30px;
    display: none;
  }
}
.footer-widget .read-more a {
  display: inline-block;
  color: #D32F2F;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding: 10px 40px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .footer-widget .read-more a {
    font-size: 30px;
    padding: 18px 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-widget .read-more a {
    font-size: 25px;
    padding: 18px 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-widget .read-more a {
    font-size: 25px;
    padding: 18px 35px;
  }
}
@media (max-width: 767px) {
  .footer-widget .read-more a {
    font-size: 25px;
    padding: 18px 35px;
  }
}
.footer-widget .read-more a .shape {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 388px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .footer-widget .read-more a .shape {
    width: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-widget .read-more a .shape {
    width: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-widget .read-more a .shape {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .footer-widget .read-more a .shape {
    width: 240px;
  }
}
.footer-widget .read-more a:hover {
  color: #40403F;
}

.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.footer-menu ul li {
  display: block;
  margin-bottom: 10px;
}
.footer-menu ul li a {
  color: #FFF;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}
.footer-menu ul li:hover a {
  padding-left: 5px;
  color: #40403F;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .footer-menu ul li a {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-menu ul li a {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-menu ul li a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer-menu ul li a {
    font-size: 20px;
  }
}

.footer-social a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.footer-social a:hover {
  transform: scale(1.05);
}

/*------------------------------------------------------------------------------
	Template Name: Starter Project Template.
-------------------------------------------------------------------------------*/

/*# sourceMappingURL=main.css.map */
