/*
Template Name: TechGen - Digital Agency Template
*/
/*================================================
1. Mixins Css
2. Global CSS
3. Preloader
4. Magic Cursor
5. Direction Hover effect
6. Section-title
7. Slider arrows 
8. Pagination
9. Buttons
10.Sidebar
11. Header section
12. Bread-crumb
13. Swiper slider css
14. Search Area
15. Social css
16. 
17. 
18. 
15. 
20. 
21. 
22. 
23. 
24. 

================================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Prompt:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:root {
  --primary-one: #ff4c60;
  --primary-one-light: rgba(255, 76, 96, 0.2);
  --primary-one-light-two: #F7E8E1;
  --primary-two: #548F6F;
  --linear-one: #917090;
  --linear-two: #de8b76;
  --primary-four: #D99374;
  --text-primary: #101010;
  --text-secondary: rgba(16, 16, 16, 0.5);
  --text-secondary2: rgba(16, 16, 16, 0.7);
  --white: #fff;
  --border-color: #EEEEEE;
  --border-color2: rgba(16, 16, 16, 0.2);
  --border-color3: #e7e7e7;
  --border-color4: rgba(84, 143, 111 0.2);
  --border-secondary: #969696;
  --bg-one: #F2F2DE;
  --bg-two: #FFF6EF;
  --bg-three: #fffff0;
  --bg-four: #DDDDDD;
  --font-prompt: "Prompt", sans-serif;
  --font-inter: "Inter", sans-serif;
}

/*================================================
1. Mixins Css
=================================================*/
/*================================================
2. Global Css
=================================================*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-inter);
  color: var(--text-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  transition-property: width;
  transition-duration: 5s;
  transition-delay: 2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-prompt);
  font-weight: 600;
  line-height: 1.4;
  color: var(--text-primary);
}

button {
  outline: none;
  border: none;
}

i.bx {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.pt-120 {
  padding-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-100 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 90px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-100 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 90px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-90 {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .pt-90 {
    padding-top: 60px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 60px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .pb-80 {
    padding-bottom: 50px;
  }
}

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

.mt-120 {
  margin-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-120 {
    margin-top: 90px;
  }
}

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

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

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

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

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

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

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

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

.pl-110 {
  padding-left: 110px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .pl-110 {
    padding-left: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .pl-110 {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .pl-110 {
    padding-left: unset;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}
@media (max-width: 425px) {
  .mb-60 {
    margin-bottom: 20px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}

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

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

.mb-44 {
  margin-bottom: 44px;
}
@media (max-width: 991px) {
  .mb-44 {
    margin-bottom: 0px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.mt-60 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .mt-70 {
    margin-top: 40px;
  }
}

.primary-btn2 {
  font-family: var(--font-prompt);
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--white);
  background-color: var(--primary-two);
  border-radius: 5px;
  padding: 8px 30px;
  display: flex;
}

.eg-card {
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}

.bg-one {
  background-color: var(--bg-one);
}

.bg-two {
  background-color: var(--bg-two);
}

.bg-three {
  background-color: var(--bg-three);
}

.bg-four {
  background-color: var(--bg-four);
}

/*=======================================
 03.Preloader
=======================================*/
.for-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .for-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.swiper {
  margin: -12px;
  padding: 12px;
}

/*=======================================
 04.Magic Cursor
=======================================*/
#magic-cursor {
  position: absolute;
  display: none;
  width: 25px;
  height: 25px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
  padding: 20px;
}

body.tt-magic-cursor #magic-cursor {
  display: block;
}

#ball {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-light-one);
  pointer-events: none;
  border-style: solid;
  border-radius: 50%;
  border-color: var(--text-light2);
  /* Note: border width handled through JS */
}

.cursor-style-two {
  border-radius: 0% !important;
  background-color: var(--white) !important;
  color: #000 !important;
  padding: 15px;
  font-family: var(--font-kegina);
}

/* Ball view
============= */
#ball.ball-view {
  background-color: #000;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  line-height: 1.2;
  text-align: center;
}

#ball .ball-view-inner {
  padding: 0 0px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  font-size: 16px;
}

/* Ball drag
============= */
#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 0px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-light-one);
  line-height: 1.2;
  text-align: center;
  transition: 0.3s;
}

#ball .ball-drag::before,
#ball .ball-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 16px;
  color: var(--text-light-one);
  height: 15px;
  line-height: 15px;
  /* Font Awesome */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
  content: "\f060";
  /* Font Awesome */
  left: 0;
  transform: translate3d(-30px, 0, 0);
  transition: 0.35s;
}

#ball .ball-drag::after {
  content: "\f061";
  /* Font Awesome */
  right: 0;
  transform: translate3d(30px, 0, 0);
  transition: 0.35s;
}

/* Ball close
============== */
#ball.ball-close-enabled {
  opacity: 1 !important;
}

#ball .ball-close {
  position: absolute;
  padding: 0 0px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-light-one);
  line-height: 1;
  text-align: center;
}

/* Magnetic cursor
=================== */
.magnetic-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

#ball.magnetic-active {
  border-color: var(--text-light-one) !important;
}

/*=======================================
 05. Breadcrumb-section
=======================================*/
.breadcrumb-section {
  background-color: #F8F8F8;
}
@media (max-width: 767px) {
  .breadcrumb-section {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .breadcrumb-section {
    margin-bottom: 60px;
  }
}
.breadcrumb-section ul.breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.breadcrumb-section ul.breadcrumb-list li {
  color: var(--text-primary);
  font-size: 15px;
  font-weight: 400;
}
.breadcrumb-section ul.breadcrumb-list li a {
  color: inherit;
}
.breadcrumb-section ul.breadcrumb-list li .active {
  color: rgb(150, 150, 150);
}

.egns-preloader {
  background: white;
  visibility: visible;
  opacity: 1;
  position: absolute;
  z-index: 999999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes seq-preloader {
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.egns-preloader .seq-preloader.seq-preloaded {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s 0.5s, opacity 0.5s;
}
.egns-preloader .seq-preload-indicator {
  overflow: visible;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.egns-preloader .seq-preload-circle {
  display: inline-block;
  height: 12px;
  width: 12px;
  fill: #ff4c60;
  opacity: 0;
  animation: seq-preloader 1.25s infinite;
}
.egns-preloader .seq-preload-circle-2 {
  animation-delay: 0.15s;
}
.egns-preloader .seq-preload-circle-3 {
  animation-delay: 0.3s;
}
.egns-preloader .seq-preload-indicator-fallback {
  width: 42px;
  overflow: visible;
}
.egns-preloader .seq-preload-indicator-fallback .seq-preload-circle {
  width: 8px;
  height: 8px;
  background-color: #ff4c60;
  border-radius: 100%;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
}
.egns-preloader .seq-preload-indicator-fallback .seq-preload-circle-2 {
  margin-left: 3px;
  margin-right: 3px;
  width: 12px;
  height: 12px;
}
.egns-preloader .seq-preload-indicator-fallback .seq-preload-circle-3 {
  width: 16px;
  height: 16px;
}
.egns-preloader.two .seq-preload-circle {
  fill: #548F6F;
}
.egns-preloader.two .seq-preload-indicator-fallback .seq-preload-circle {
  background-color: #548F6F;
}
.egns-preloader.three .seq-preload-circle {
  fill: var(--linear-two);
}
.egns-preloader.three .seq-preload-indicator-fallback .seq-preload-circle {
  background-color: var(--linear-two);
}
.egns-preloader.four .seq-preload-circle {
  fill: var(--primary-four);
}
.egns-preloader.four .seq-preload-indicator-fallback .seq-preload-circle {
  background-color: var(--primary-four);
}

/*=======================================
 06. Section-title
=======================================*/
.section-title-1 h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.2;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .section-title-1 h2 {
    font-size: 30px;
    font-weight: 600;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-1 h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-1 h2 {
    font-size: 34px;
  }
}
.section-title-1 .subtitle {
  font-family: var(--font-inter);
  font-style: italic;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--primary-one);
}
.section-title-1 .subtitle svg {
  margin-top: -3px;
  fill: var(--primary-one);
}

.section-title-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.section-title-2 .titel {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .section-title-2 .titel {
    gap: 30px;
  }
}
.section-title-2 .titel .dash {
  position: relative;
  width: 100%;
}
.section-title-2 .titel .dash::after {
  content: "";
  width: 100%;
  height: 5px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 767px) {
  .section-title-2 {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.section-title-2 h4 {
  font-family: var(--font-prompt);
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 1.2;
  margin-bottom: 0;
  white-space: nowrap;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-2 h4 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-2 h4 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .section-title-2 h4 {
    font-size: 30px;
  }
}
.section-title-2.two {
  gap: 25px;
}
.section-title-2.three {
  position: relative;
}
.section-title-2.three .titel {
  justify-content: center;
}
.section-title-2.three .titel h4 {
  background-color: #F8F7F5;
  z-index: 9;
  padding-left: 40px;
  padding-right: 40px;
}
.section-title-2.three .titel .dash {
  position: absolute;
  width: 100%;
}
.section-title-2.three .titel .dash::after {
  border-color: rgba(16, 16, 16, 0.05);
}

.section-title-3 {
  display: flex;
}
.section-title-3 img {
  margin-right: 10px;
}
.section-title-3 h2 {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-inter);
  text-transform: uppercase;
  color: var(--text-primary);
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .section-title-3 h2 {
    font-size: 22px;
  }
}

.section-title-4 {
  position: relative;
  height: 40px;
  line-height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section-title-4 {
    height: auto;
  }
}
@media (max-width: 576px) {
  .section-title-4 {
    margin-bottom: 20px;
  }
}
.section-title-4.style-2 {
  justify-content: center;
}
.section-title-4.style-2 h2 {
  left: 50%;
  transform: translateX(-50%);
}
.section-title-4.style-3 {
  margin-bottom: 0;
}
.section-title-4 h2 {
  position: absolute;
  top: -8px;
  left: -20px;
  font-size: 60px;
  font-weight: 600;
  color: rgba(32, 32, 32, 0.03);
  margin-bottom: 0px;
  line-height: 1;
}
@media (max-width: 767px) {
  .section-title-4 h2 {
    display: none;
    visibility: hidden;
  }
}
.section-title-4 h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0px;
}
.section-title-4 h3 span {
  display: inline-block;
  font-style: italic;
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
}
@media (max-width: 576px) {
  .section-title-4 h3 {
    font-size: 26px;
  }
}
.section-title-4 img {
  margin-left: 8px;
  max-width: 50px;
}
@media (max-width: 576px) {
  .section-title-4 img {
    max-width: 35px;
  }
}

/*=======================================
 07. Slider arrows 
=======================================*/
.arrows-style-1 .swiper-prev-arrow, .arrows-style-1 .swiper-next-arrow {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #ddd;
}
.arrows-style-2 .swiper-prev-arrow, .arrows-style-2 .swiper-next-arrow {
  width: 35px;
  height: 30px;
  border: 1px solid var(--border-color);
  opacity: 0.5;
  line-height: 30px;
}
.arrows-style-2 .swiper-prev-arrow i, .arrows-style-2 .swiper-next-arrow i {
  color: var(--border-color);
}
/*=======================================
 08. Pagination 
=======================================*/
.pagination-wrap {
  margin-bottom: -5px;
}
.pagination-wrap .page-item.active .page-link {
  z-index: 3;
  color: var(--primary-one) !important;
  background-color: var(--white) !important;
  border-color: var(--white) !important;
}
.pagination-wrap .pagination {
  margin: 0;
  gap: 25px;
}
@media (max-width: 991px) {
  .pagination-wrap .pagination {
    gap: 15px;
  }
}
.pagination-wrap .page-item:first-child .page-link {
  border: unset !important;
  height: auto;
  width: auto;
  transition: 0.5s ease;
}
.pagination-wrap .page-item:first-child .page-link:hover {
  background: unset;
  transform: translateX(-4px);
}
.pagination-wrap .page-item:last-child .page-link {
  border: unset !important;
  height: auto;
  width: auto;
  transition: 0.5s ease;
}
.pagination-wrap .page-item:last-child .page-link:hover {
  background: unset;
  transform: translateX(4px);
}
.pagination-wrap .page-link {
  position: relative;
  display: block;
  color: var(--primary-one) !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid var(--primary-one) !important;
  transition: 0.42s ease;
  background-color: var(--bg-dark2);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  padding: 5px !important;
}
.pagination-wrap .page-link:hover {
  background: linear-gradient(90deg, var(--linear-pink) 0%, var(--linear-yellow) 100%);
  color: var(--white) !important;
}
.pagination-wrap .page-link svg {
  fill: var(--white);
  stroke: var(--primary-one);
}
.pagination-wrap .page-link:focus {
  box-shadow: unset;
  color: var(--white);
}
.pagination-wrap .page-item.active .page-link {
  z-index: 3;
  background: linear-gradient(90deg, var(--linear-pink) 0%, var(--linear-yellow) 100%);
  color: var(--white) !important;
}

.pagination-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-list li {
  margin-right: 16px;
  font-size: 15px;
  font-weight: 400;
  color: var(--text-secondary);
}
.pagination-list li:hover a {
  color: var(--primary-one);
}
.pagination-list li a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(16, 16, 16, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  color: var(--text-secondary);
  transition: 0.35s;
}
.pagination-list li a i {
  color: var(--text-primary);
  transition: 0.35s;
}
.pagination-list li a.active {
  color: var(--white);
  border-color: var(--primary-one);
  background-color: var(--primary-one);
}
.pagination-list li a.active i {
  color: var(--white);
}
.pagination-list li a:hover {
  color: var(--text-primary);
  border-color: var(--primary-one);
}
.pagination-list li a:hover i {
  color: var(--primary-one);
}

/*=======================================
 09. Buttons 
=======================================*/
.eg-btn {
  text-align: center;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  transition: 0.45s ease-in-out;
  text-transform: capitalize;
  cursor: pointer;
  font-family: var(--font-prompt);
}
.eg-btn i {
  font-weight: 200;
  vertical-align: middle;
  margin-right: 5px;
}

.btn--primary {
  color: var(--white);
  border-radius: 0px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  font-family: var(--font-kegina);
  background: transparent;
  transition: 0.5s;
  border-radius: 5px;
  overflow: hidden;
  background: var(--text-primary);
}
.btn--primary::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--primary-one);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  z-index: -1;
  opacity: 1;
}
.btn--primary:hover {
  color: var(--white);
}
.btn--primary:hover::before {
  width: 0px;
}

.btn--primary-2 {
  color: var(--white);
  border-radius: 0px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  font-family: var(--font-kegina);
  background: transparent;
  transition: 0.5s;
  border-radius: 5px;
  overflow: hidden;
  background: var(--text-primary);
}
.btn--primary-2::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--primary-two);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  z-index: -1;
  opacity: 1;
}
.btn--primary-2:hover {
  color: var(--white);
}
.btn--primary-2:hover::before {
  width: 0px;
}

.btn--primary-4 {
  color: var(--white);
  border-radius: 5px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  font-family: var(--font-kegina);
  background: transparent;
  transition: 0.5s;
  overflow: hidden;
  background: var(--text-primary);
}
.btn--primary-4::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--primary-four);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  z-index: -1;
  opacity: 1;
}
.btn--primary-4:hover {
  color: var(--white);
}
.btn--primary-4:hover::before {
  width: 0px;
}

.btn--lg {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 12px 35px;
}
@media (max-width: 767px) {
  .btn--lg {
    padding: 7px 25px;
    font-size: 16px;
  }
}

.btn--md {
  padding: 10px 35px;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .btn--md {
    padding: 10px 40px;
  }
}

.btn--sm {
  font-size: 14px;
  font-weight: 600;
  padding: 6px 18px;
}

.arrow-btn {
  font-size: 15px;
  font-weight: 500;
  color: var(--primary-one);
  font-family: var(--font-prompt);
  position: relative;
  z-index: 1;
}
.arrow-btn.style-2 {
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
}
.arrow-btn.style-2::after {
  border: 1px solid rgba(84, 143, 111, 0.2);
}
.arrow-btn.style-2:hover {
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
}
.arrow-btn.style-2:hover i {
  margin-left: 10px;
}
.arrow-btn.style-2:hover::after {
  left: 77px;
  border: 1px solid var(--primary-four);
}
@media (max-width: 767px) {
  .arrow-btn {
    font-size: 14px;
  }
}
.arrow-btn:hover {
  color: var(--primary-one);
}
.arrow-btn:hover i {
  margin-left: 10px;
}
.arrow-btn:hover::after {
  left: 95px;
  border: 1px solid var(--primary-one);
}
.arrow-btn::after {
  content: "";
  position: absolute;
  left: -13px;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--border-color2);
  z-index: -1;
  transition: 0.55s ease;
}
.arrow-btn i {
  margin-left: 5px;
  transition: 0.65s ease;
}
.arrow-btn.two {
  color: var(--primary-two);
}
.arrow-btn.two:hover {
  color: var(--primary-two);
}
.arrow-btn.two:hover i {
  margin-left: 10px;
}
.arrow-btn.two:hover::after {
  left: 95px;
  border: 1px solid var(--primary-two);
}
.arrow-btn.four {
  color: var(--primary-four);
}
.arrow-btn.four:hover {
  color: var(--primary-four);
}
.arrow-btn.four:hover i {
  margin-left: 10px;
}
.arrow-btn.four:hover::after {
  left: 95px;
  border: 1px solid var(--primary-four);
}

.arrow-btn-2 {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-one);
  font-family: var(--font-prompt);
  position: relative;
  z-index: 1;
}
.arrow-btn-2:hover {
  color: var(--primary-one);
}
.arrow-btn-2:hover i {
  transform: rotate(0deg);
}
.arrow-btn-2 i {
  transition: 0.65s ease;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  border: 1px solid var(--primary-one-light);
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  transform: rotate(-45deg);
  transition: 0.4s ease;
}
.arrow-btn-2.two {
  color: var(--primary-two);
  white-space: nowrap;
}
.arrow-btn-2.two i {
  border-color: rgba(84, 143, 111, 0.2);
}
.arrow-btn-2.two:hover i {
  border-color: var(--primary-two);
}
.arrow-btn-2.three {
  color: var(--primary-four);
  white-space: nowrap;
  text-decoration: underline;
}
.arrow-btn-2.three i {
  border-color: var(--primary-four);
}
.arrow-btn-2.four {
  color: var(--primary-four);
  white-space: nowrap;
  text-decoration: underline;
  font-size: 15px;
}
.arrow-btn-2.four i {
  border-color: var(--primary-four);
  font-size: 15px;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.arrow-btn-2.one {
  color: var(--primary-one);
  white-space: nowrap;
  text-decoration: underline;
  font-size: 15px;
}
.arrow-btn-2.one i {
  border-color: var(--primary-one);
  font-size: 15px;
  width: 22px;
  height: 22px;
  line-height: 22px;
}

.eg-badge {
  display: inline-block;
  padding: 6px 15px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 5px;
  font-style: italic;
}
.eg-badge.badge--white {
  background-color: var(--white);
  color: var(--text-primary);
}
.eg-badge.badge--red {
  background-color: var(--primary-one);
  color: var(--white);
}

.eg-badge2 {
  display: inline-block;
  padding: 9px 23px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 5px;
  font-style: italic;
}
.eg-badge2.badge--white {
  background-color: var(--white);
  color: var(--text-primary);
}
.eg-badge2.badge--red {
  background-color: var(--primary-one);
  color: var(--white);
}
.eg-badge2.badge--red-border {
  border: 1px solid var(--primary-one);
  color: var(--primary-one);
}

.mobile-menu-btn .sidebar-button {
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  align-items: flex-end;
  text-align: right;
  z-index: 9;
  position: relative;
}
.mobile-menu-btn .sidebar-button span {
  display: inline-block;
  width: 18px;
  height: 3px;
  border-radius: 10px;
  background-color: var(--text-primary);
  transition: 0.5s ease;
}
.mobile-menu-btn .sidebar-button span:nth-child(2) {
  width: 25px;
}
.mobile-menu-btn .sidebar-button span:last-child {
  width: 15px;
}
.mobile-menu-btn .sidebar-button:hover span {
  background-color: var(--primary-four);
}
.mobile-menu-btn .sidebar-button:hover span:nth-child(1) {
  width: 25px;
}
.mobile-menu-btn .sidebar-button:hover span:nth-child(2) {
  width: 25px;
}
.mobile-menu-btn .sidebar-button:hover span:nth-child(3) {
  width: 25px;
}

/*=======================================
 10. Sidebar
=======================================*/
.sidebar-area.show-sidebar {
  transform: translateX(0) !important;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.sidebar-area.show-sidebar::-webkit-scrollbar {
  width: 6px;
  border-radius: 5px;
}
.sidebar-area.show-sidebar::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.sidebar-area.show-sidebar::-webkit-scrollbar-thumb {
  background: rgb(202, 202, 202);
}
.sidebar-area.show-sidebar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.sidebar-area {
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 25px 25px 0px 25px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  transform: translateX(100%) !important;
  transition: 0.65s ease;
  background: #fff;
  overflow-y: auto;
  border-left: 1px solid rgba(238, 238, 238, 0.8);
  background-color: var(--white);
}
.sidebar-area .cross-icon i {
  font-size: 30px;
  cursor: pointer;
  transition: 0.4s;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
}
.sidebar-area .cross-icon i:hover {
  transform: rotate(90deg);
}
.sidebar-area .sidebar-body {
  padding-top: 40px;
  padding-bottom: 40px;
}
.sidebar-area .sidebar-bottom {
  border-top: 1px solid #EEEEEE;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidebar-area .sidebar-bottom p {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 5px;
}
.sidebar-area .sidebar-bottom span {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color);
}

/*=======================================
 11 .Header Start
=======================================*/
.topbar-1 {
  background-color: var(--text-primary);
  padding: 15px;
}
.topbar-1 .date {
  font-size: 13px;
  color: var(--white);
  line-height: 1;
}
.topbar-1 .date span {
  display: inline-block;
  margin-left: 25px;
  font-size: 13px;
  font-weight: 300;
}

header.style-1 {
  background-color: var(--bg-one);
  width: 100%;
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 3px 3px 30px rgba(32, 35, 56, 0.06);
}
header.style-1.sibling-2 {
  background-color: var(--white);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-1 {
    padding: 0px 2%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 {
    padding: 0px 2%;
  }
}
@media (max-width: 991px) {
  header.style-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
header.style-1.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 999;
  background: var(--white);
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  animation: smooth-header 0.65s linear;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
header.style-1.sticky .main-nav > ul li i {
  top: 10px;
}
header.style-1.sticky .main-nav > ul li a {
  padding: 10px 0;
}
header.style-1 .header-resp-logo img {
  max-width: 135px;
}
header.style-1 .main-nav {
  display: inline-block;
}
header.style-1 .main-nav .mobile-menu-logo {
  display: none;
}
header.style-1 .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.style-1 .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
header.style-1 .main-nav ul li.position-inherit {
  position: inherit;
}
@media (max-width: 991px) {
  header.style-1 .main-nav ul li.position-inherit {
    position: relative;
  }
}
header.style-1 .main-nav ul li a {
  font-size: 15px;
  color: var(--text-primary);
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  padding: 20px 0;
  position: relative;
  font-family: var(--font-inter);
  transition: 0.5s ease-out 0s;
  position: relative;
}
header.style-1 .main-nav ul li a:hover {
  color: var(--primary-one);
}
header.style-1 .main-nav ul li a:hover:after {
  opacity: 1;
  width: 100%;
}
header.style-1 .main-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 0%;
  height: 2px;
  border-radius: 30px;
  display: block;
  background: linear-gradient(90deg, var(--primary-color1), transparent);
  opacity: 0;
  transition: 0.5s ease-out 0s;
}
header.style-1 .main-nav ul li a.active {
  color: var(--primary-one);
}
header.style-1 .main-nav ul li i {
  width: 30px;
  font-size: 13px;
  text-align: center;
  color: var(--text-primary);
  font-style: normal;
  position: absolute;
  right: -8px;
  top: 20px;
  z-index: 999;
  cursor: pointer;
  display: none;
}
header.style-1 .main-nav ul li .dropdown-icon2 {
  right: -27px;
}
header.style-1 .main-nav ul li .mega-menu {
  max-width: 1920px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  padding: 50px 0;
  display: none;
  background: #0B0F14;
  text-align: left;
}
@media (max-width: 991px) {
  header.style-1 .main-nav ul li .mega-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    padding: 10px 0;
    margin-top: 0 !important;
    transform: translateY(0px);
  }
}
header.style-1 .main-nav ul li .mega-menu h6 {
  color: var(--primary-one);
  font-weight: 400;
  font-size: 19px;
}
@media (max-width: 991px) {
  header.style-1 .main-nav ul li .mega-menu h6 {
    font-size: 17px;
  }
}
header.style-1 .main-nav ul li .mega-menu ul.sub-menu1 > li {
  padding: 0;
  display: block;
  position: relative;
}
header.style-1 .main-nav ul li .mega-menu ul.sub-menu1 > li i {
  position: absolute;
  top: 15px;
  right: 6px;
  display: block;
  color: var(--white);
}
header.style-1 .main-nav ul li .mega-menu ul.sub-menu1 > li a {
  display: block;
  padding: 13px 0px;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 1;
  transition: 0.4s ease-out 0s;
  position: relative;
  font-family: var(--font-inter);
}
@media (max-width: 991px) {
  header.style-1 .main-nav ul li .mega-menu ul.sub-menu1 > li a {
    color: var(--text-primary);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
  }
}
header.style-1 .main-nav ul li .mega-menu ul.sub-menu1 > li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 1px;
  border-radius: 30px;
  display: block;
  background: linear-gradient(90deg, var(--primary-color1), transparent);
  transition: 0.5s ease-in-out;
}
header.style-1 .main-nav ul li .mega-menu ul.sub-menu1 > li a:hover {
  color: var(--primary-one);
}
header.style-1 .main-nav ul li .mega-menu ul.sub-menu1 > li a:hover:after {
  width: 100%;
}
header.style-1 .main-nav ul li .mega-menu ul.sub-menu1 > li a.active {
  color: var(--primary-one);
}
header.style-1 .main-nav ul li .mega-menu ul.sub-menu1 > li .sub-menu {
  left: 215px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: #0B0F14;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  header.style-1 .main-nav ul li .mega-menu ul.sub-menu1 > li .sub-menu {
    margin-left: 10px;
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
  }
}
header.style-1 .main-nav ul li .mega-menu ul.sub-menu1 > li .sub-menu li i {
  display: block;
}
header.style-1 .main-nav ul li .mega-menu ul.sub-menu1 > li:last-child {
  border-bottom: none;
}
header.style-1 .main-nav ul li ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  padding: 0;
  display: none;
  min-width: 215px;
  background: #0B0F14;
  text-align: left;
}
header.style-1 .main-nav ul li ul.sub-menu > li {
  padding: 0;
  display: block;
  border-bottom: 1px solid rgba(56, 56, 56, 0.5);
  position: relative;
}
header.style-1 .main-nav ul li ul.sub-menu > li i {
  position: absolute;
  top: 15px;
  right: 6px;
  display: block;
  color: var(--white);
}
header.style-1 .main-nav ul li ul.sub-menu > li a {
  display: block;
  padding: 13px 15px;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 1;
  transition: 0.4s ease-out 0s;
  position: relative;
  font-family: var(--font-inter);
}
header.style-1 .main-nav ul li ul.sub-menu > li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 1px;
  border-radius: 30px;
  display: block;
  background: linear-gradient(90deg, var(--primary-color1), transparent);
  transition: 0.5s ease-in-out;
}
header.style-1 .main-nav ul li ul.sub-menu > li a:hover {
  color: var(--primary-one);
}
header.style-1 .main-nav ul li ul.sub-menu > li a:hover:after {
  width: 100%;
}
header.style-1 .main-nav ul li ul.sub-menu > li a.active {
  color: var(--primary-one);
}
header.style-1 .main-nav ul li ul.sub-menu > li .sub-menu {
  left: 215px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: #0B0F14;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  header.style-1 .main-nav ul li ul.sub-menu > li .sub-menu {
    margin-left: 10px;
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
  }
}
header.style-1 .main-nav ul li ul.sub-menu > li .sub-menu li i {
  display: block;
}
header.style-1 .main-nav ul li ul.sub-menu > li:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  header.style-1 .main-nav ul li:hover > ul.sub-menu {
    display: block;
    animation: fade-up 0.45s linear;
  }
}
@media (min-width: 992px) {
  header.style-1 .main-nav ul li:hover > .mega-menu {
    display: block;
    animation: fade-up 0.45s linear;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
  }
}
header.style-1 .main-nav ul li:first-child {
  padding-left: 0px;
}
@media (max-width: 991px) {
  header.style-1 .main-nav ul li:first-child {
    padding-left: 5px;
  }
}
header.style-1 .main-nav ul li.menu-item-has-children > i {
  display: block;
}
@media only screen and (max-width: 991px) {
  header.style-1 .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--white);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }
  header.style-1 .main-nav.show-menu {
    transform: translateX(0);
  }
  header.style-1 .main-nav .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  header.style-1 .main-nav ul {
    float: none;
    text-align: left;
    padding: 35px 10px 10px 0;
  }
  header.style-1 .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 5px;
  }
  header.style-1 .main-nav ul li i {
    display: block;
  }
  header.style-1 .main-nav ul li a {
    padding: 7px 0;
    display: block;
    font-weight: 500;
    font-size: 18px;
  }
  header.style-1 .main-nav ul li ul.sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
  }
  header.style-1 .main-nav ul li ul.sub-menu > li {
    border-bottom: 1px solid transparent;
  }
  header.style-1 .main-nav ul li ul.sub-menu > li a {
    color: var(--text-primary);
    font-size: 15px;
    font-weight: 500;
  }
  header.style-1 .main-nav ul li ul.sub-menu > li a:hover {
    color: var(--primary-color1);
    margin-left: 10px;
  }
  header.style-1 .main-nav ul li ul.sub-menu > li a.active {
    color: var(--primary-color1);
  }
  header.style-1 .main-nav ul li ul.sub-menu > li i {
    color: var(--text-primary);
    right: -13px;
  }
  header.style-1 .main-nav ul li .bi {
    top: 12px;
    font-size: 16px;
  }
  header.style-1 .mega-menu ul {
    padding: 0px 10px 30px 0;
  }
  header.style-1 .mobile-menu {
    position: relative;
    top: 2px;
    padding: 0 5px;
    border-radius: 50%;
    display: inline-block;
  }
  header.style-1 .mobile-menu-btn i {
    font-size: 35px;
  }
  header.style-1 .cross-btn {
    display: inline-block !important;
    position: relative;
    width: 30px !important;
    height: 22px !important;
    cursor: pointer;
    border: 3px solid transparent !important;
  }
  header.style-1 .cross-btn span {
    width: 100%;
    height: 2px;
    background: var(--primary-color1);
    display: block;
    position: absolute;
    right: 0;
    transition: 0.3s;
  }
  header.style-1 .cross-btn .cross-top {
    top: 0;
  }
  header.style-1 .cross-btn .cross-middle {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  header.style-1 .cross-btn .cross-bottom {
    bottom: 0;
    width: 100%;
  }
  header.style-1 .cross-btn.h-active span.cross-top {
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  header.style-1 .cross-btn.h-active span.cross-middle {
    transform: translateX(-30px);
    opacity: 0;
  }
  header.style-1 .cross-btn.h-active span.cross-bottom {
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
}
header.style-1 .header-icons .search-btn {
  margin-right: 30px;
  cursor: pointer;
}
@media (max-width: 991px) {
  header.style-1 .header-icons .search-btn {
    margin-right: 20px;
  }
}
header.style-1 .header-icons .search-btn:hover i {
  color: var(--primary-one);
}
header.style-1 .header-icons .admin-area {
  cursor: pointer;
}
@media (max-width: 991px) {
  header.style-1 .header-icons .admin-area {
    margin-right: 20px;
  }
}
header.style-1 .header-icons .admin-area:hover i {
  color: var(--primary-one);
}
header.style-1 .header-icons i {
  font-size: 18px;
  color: var(--text-primary);
  transition: 0.35s ease;
}
header.style-1 .header-icons .mobile-menu-btn i {
  font-size: 24px;
}
header.style-1 .sidebar-button {
  display: flex;
  flex-direction: column;
  gap: 7px;
  cursor: pointer;
  align-items: flex-start;
  text-align: left;
  z-index: 9;
  position: relative;
}
header.style-1 .sidebar-button span {
  display: inline-block;
  width: 18px;
  height: 3px;
  border-radius: 10px;
  background-color: var(--text-primary);
  transition: 0.5s ease;
}
header.style-1 .sidebar-button span:nth-child(2) {
  width: 30px;
}
header.style-1 .sidebar-button span:last-child {
  width: 22px;
}
header.style-1 .sidebar-button:hover span:nth-child(1) {
  width: 30px;
}
header.style-1 .sidebar-button:hover span:nth-child(2) {
  width: 30px;
}
header.style-1 .sidebar-button:hover span:nth-child(3) {
  width: 30px;
}

.topbar-2 {
  background-color: var(--white);
}
.topbar-2 .container1 {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .topbar-2 .container1 {
    padding: 8px 5%;
    max-width: unset;
  }
}
@media (max-width: 1399px) {
  .topbar-2 .container1 {
    padding: 8px 2%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .topbar-2 .container1 {
    padding: 8px 2%;
  }
}
.topbar-2 .date {
  font-family: var(--font-prompt);
  font-size: 13px;
  font-weight: 400;
  color: var(--text-primary);
  line-height: 1;
}
.topbar-2 .date span {
  display: inline-block;
  margin-left: 25px;
  font-size: 13px;
  font-weight: 300;
  position: relative;
}
.topbar-2 .date span::after {
  content: "";
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background-color: var(--text-primary);
  opacity: 0.2;
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
}
.topbar-2 p {
  margin-bottom: 0px;
  font-family: var(--font-prompt);
  font-size: 13px;
  font-weight: 400;
  color: var(--text-primary);
}
.topbar-2 p a {
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
}
.topbar-2 .topbar-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.topbar-2 .topbar-right .search-btn {
  color: var(--text-primary);
  transition: 0.35s;
  cursor: pointer;
}
.topbar-2 .topbar-right .search-btn:hover {
  color: var(--primary-two);
}
.topbar-2 .topbar-right .sidebar-button {
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  align-items: flex-end;
  text-align: right;
  z-index: 9;
  position: relative;
}
.topbar-2 .topbar-right .sidebar-button span {
  display: inline-block;
  width: 18px;
  height: 3px;
  border-radius: 10px;
  background-color: var(--text-primary);
  transition: 0.5s ease;
}
.topbar-2 .topbar-right .sidebar-button span:nth-child(2) {
  width: 25px;
}
.topbar-2 .topbar-right .sidebar-button span:last-child {
  width: 15px;
}
.topbar-2 .topbar-right .sidebar-button:hover span {
  background-color: var(--primary-two);
}
.topbar-2 .topbar-right .sidebar-button:hover span:nth-child(1) {
  width: 25px;
}
.topbar-2 .topbar-right .sidebar-button:hover span:nth-child(2) {
  width: 25px;
}
.topbar-2 .topbar-right .sidebar-button:hover span:nth-child(3) {
  width: 25px;
}
.topbar-2 .left-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 50px;
}
.topbar-2 .left-social ul li {
  line-height: 1;
  position: relative;
}
.topbar-2 .left-social ul li::after {
  content: "";
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background-color: rgba(16, 16, 16, 0.2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -27px;
}
.topbar-2 .left-social ul li:first-child::after {
  display: none;
  visibility: hidden;
}
.topbar-2 .left-social ul li a {
  color: rgba(16, 16, 16, 0.7);
  line-height: 1;
  transition: 0.35s;
}
.topbar-2 .left-social ul li a:hover {
  color: var(--linear-two);
}
.topbar-2 .left-social ul li a i {
  font-size: 16px;
}

header.style-2 {
  background-color: var(--white);
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 0px 5%;
}
header.style-2 .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(16, 16, 16, 0.5);
}
@media (max-width: 991px) {
  header.style-2 .header-wrap {
    border-top: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-2 {
    padding: 0px 2%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-2 {
    padding: 0px 2%;
  }
}
@media (max-width: 991px) {
  header.style-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
header.style-2.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 999;
  background: var(--white);
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  animation: smooth-header 0.65s linear;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
header.style-2.sticky .main-nav > ul li i {
  top: 20px;
}
@media (max-width: 991px) {
  header.style-2.sticky .main-nav > ul li i {
    top: 8px;
  }
}
header.style-2.sticky .main-nav > ul li a {
  padding: 20px 0;
}
@media (max-width: 991px) {
  header.style-2.sticky .main-nav > ul li a {
    padding: 8px 0;
  }
}
@media (max-width: 991px) {
  header.style-2 .nav-right {
    display: flex;
    align-items: center;
    gap: 50px;
  }
}
header.style-2 .nav-right ul.social-1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  header.style-2 .nav-right ul.social-1 {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  header.style-2 .nav-right ul.social-1 {
    display: none;
    visibility: hidden;
  }
}
header.style-2 .nav-right ul.social-1 li:hover i {
  color: var(--primary-two);
}
header.style-2 .nav-right ul.social-1 a {
  line-height: 1;
  font-size: 13px;
  color: var(--text-primary);
}
header.style-2 .nav-right ul.social-1 a i {
  font-size: 17px;
  margin-top: -3px;
  margin-right: 6px;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  header.style-2 .nav-right ul.social-1 a i {
    margin-right: 3px;
  }
}
header.style-2 .main-nav {
  display: inline-block;
}
header.style-2 .main-nav .mobile-menu-logo {
  display: none;
}
header.style-2 .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.style-2 .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
header.style-2 .main-nav ul li.position-inherit {
  position: inherit;
}
@media (max-width: 991px) {
  header.style-2 .main-nav ul li.position-inherit {
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-2 .main-nav ul li {
    padding: 0px 15px;
  }
}
header.style-2 .main-nav ul li a {
  font-size: 15px;
  color: var(--text-primary);
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  padding: 20px 0;
  position: relative;
  font-family: var(--font-inter);
  transition: 0.5s ease-out 0s;
  position: relative;
}
header.style-2 .main-nav ul li.active a {
  color: var(--primary-two);
}
header.style-2 .main-nav ul li.active i {
  color: var(--primary-two);
}
header.style-2 .main-nav ul li:hover a {
  color: var(--primary-two);
}
header.style-2 .main-nav ul li:hover i {
  color: var(--primary-two);
}
header.style-2 .main-nav ul li i {
  width: 30px;
  font-size: 13px;
  text-align: center;
  color: var(--text-primary);
  font-style: normal;
  position: absolute;
  right: -8px;
  top: 20px;
  z-index: 999;
  cursor: pointer;
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-2 .main-nav ul li i {
    right: -10px;
  }
}
header.style-2 .main-nav ul li .dropdown-icon2 {
  right: -27px;
}
header.style-2 .main-nav ul li .mega-menu {
  max-width: 1920px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  padding: 50px 0;
  display: none;
  background: #0B0F14;
  text-align: left;
}
@media (max-width: 991px) {
  header.style-2 .main-nav ul li .mega-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    padding: 10px 0;
    margin-top: 0 !important;
    transform: translateY(0px);
  }
}
header.style-2 .main-nav ul li .mega-menu h6 {
  color: var(--primary-two);
  font-weight: 400;
  font-size: 19px;
}
@media (max-width: 991px) {
  header.style-2 .main-nav ul li .mega-menu h6 {
    font-size: 17px;
  }
}
header.style-2 .main-nav ul li .mega-menu ul.sub-menu1 > li {
  padding: 0;
  display: block;
  position: relative;
}
header.style-2 .main-nav ul li .mega-menu ul.sub-menu1 > li i {
  position: absolute;
  top: 15px;
  right: 6px;
  display: block;
  color: var(--white);
}
header.style-2 .main-nav ul li .mega-menu ul.sub-menu1 > li a {
  display: block;
  padding: 13px 0px;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 1;
  transition: 0.4s ease-out 0s;
  position: relative;
  font-family: var(--font-inter);
}
header.style-2 .main-nav ul li .mega-menu ul.sub-menu1 > li a:hover {
  color: var(--primary-two);
}
header.style-2 .main-nav ul li .mega-menu ul.sub-menu1 > li a:hover:after {
  width: 100%;
}
header.style-2 .main-nav ul li .mega-menu ul.sub-menu1 > li a.active {
  color: var(--primary-two);
}
header.style-2 .main-nav ul li .mega-menu ul.sub-menu1 > li .sub-menu {
  left: 215px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: #0B0F14;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  header.style-2 .main-nav ul li .mega-menu ul.sub-menu1 > li .sub-menu {
    margin-left: 10px;
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
  }
}
header.style-2 .main-nav ul li .mega-menu ul.sub-menu1 > li .sub-menu li i {
  display: block;
}
header.style-2 .main-nav ul li .mega-menu ul.sub-menu1 > li:last-child {
  border-bottom: none;
}
header.style-2 .main-nav ul li ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  padding: 0;
  display: none;
  min-width: 215px;
  background: #0B0F14;
  text-align: left;
}
header.style-2 .main-nav ul li ul.sub-menu > li {
  padding: 0;
  display: block;
  border-bottom: 1px solid rgba(56, 56, 56, 0.5);
  position: relative;
}
header.style-2 .main-nav ul li ul.sub-menu > li i {
  position: absolute;
  top: 15px;
  right: 6px;
  display: block;
  color: var(--white);
}
header.style-2 .main-nav ul li ul.sub-menu > li a {
  display: block;
  padding: 13px 15px;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 1;
  transition: 0.4s ease-out 0s;
  position: relative;
  font-family: var(--font-inter);
}
header.style-2 .main-nav ul li ul.sub-menu > li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 1px;
  border-radius: 30px;
  display: block;
  background: linear-gradient(90deg, var(--primary-color1), transparent);
  transition: 0.5s ease-in-out;
}
header.style-2 .main-nav ul li ul.sub-menu > li a:hover {
  color: var(--primary-two);
}
header.style-2 .main-nav ul li ul.sub-menu > li a:hover:after {
  width: 100%;
}
header.style-2 .main-nav ul li ul.sub-menu > li a.active {
  color: var(--primary-two);
}
header.style-2 .main-nav ul li ul.sub-menu > li .sub-menu {
  left: 215px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: #0B0F14;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  header.style-2 .main-nav ul li ul.sub-menu > li .sub-menu {
    margin-left: 10px;
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
  }
}
header.style-2 .main-nav ul li ul.sub-menu > li .sub-menu li i {
  display: block;
}
header.style-2 .main-nav ul li ul.sub-menu > li:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  header.style-2 .main-nav ul li:hover > ul.sub-menu {
    display: block;
    animation: fade-up 0.45s linear;
  }
}
@media (min-width: 992px) {
  header.style-2 .main-nav ul li:hover > .mega-menu {
    display: block;
    animation: fade-up 0.45s linear;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
  }
}
header.style-2 .main-nav ul li:first-child {
  padding-left: 0px;
}
@media (max-width: 991px) {
  header.style-2 .main-nav ul li:first-child {
    padding-left: 5px;
  }
}
header.style-2 .main-nav ul li.menu-item-has-children > i {
  display: block;
}
@media only screen and (max-width: 991px) {
  header.style-2 .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--white);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }
  header.style-2 .main-nav.show-menu {
    transform: translateX(0);
  }
  header.style-2 .main-nav .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  header.style-2 .main-nav ul {
    float: none;
    text-align: left;
    padding: 35px 10px 10px 0;
  }
  header.style-2 .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 5px;
  }
  header.style-2 .main-nav ul li i {
    display: block;
  }
  header.style-2 .main-nav ul li a {
    padding: 8px 0;
    display: block;
    font-weight: 500;
    font-size: 18px;
  }
  header.style-2 .main-nav ul li ul.sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
  }
  header.style-2 .main-nav ul li ul.sub-menu > li {
    border-bottom: 1px solid transparent;
  }
  header.style-2 .main-nav ul li ul.sub-menu > li a {
    color: var(--text-primary);
    font-size: 15px;
    font-weight: 500;
  }
  header.style-2 .main-nav ul li ul.sub-menu > li a:hover {
    color: var(--primary-color1);
    margin-left: 10px;
  }
  header.style-2 .main-nav ul li ul.sub-menu > li a.active {
    color: var(--primary-two);
  }
  header.style-2 .main-nav ul li ul.sub-menu > li i {
    color: var(--text-primary);
    right: -13px;
  }
  header.style-2 .main-nav ul li .mega-menu ul.sub-menu1 > li {
    border-bottom: 1px solid transparent;
  }
  header.style-2 .main-nav ul li .mega-menu ul.sub-menu1 > li a {
    color: var(--text-primary);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
  }
  header.style-2 .main-nav ul li .mega-menu ul.sub-menu1 > li a:hover {
    color: var(--primary-two);
    margin-left: 10px;
  }
  header.style-2 .main-nav ul li .mega-menu ul.sub-menu1 > li a.active {
    color: var(--primary-two);
  }
  header.style-2 .main-nav ul li .mega-menu ul.sub-menu1 > li i {
    color: var(--text-primary);
    right: -13px;
  }
  header.style-2 .main-nav ul li .bi {
    top: 8px;
    font-size: 16px;
  }
  header.style-2 .main-nav .mega-menu ul {
    padding: 0px 10px 30px 0;
  }
  header.style-2 .mobile-menu {
    position: relative;
    top: 2px;
    padding: 0 5px;
    border-radius: 50%;
    display: inline-block;
  }
  header.style-2 .mobile-menu-btn i {
    font-size: 35px;
  }
  header.style-2 .cross-btn {
    display: inline-block !important;
    position: relative;
    width: 30px !important;
    height: 22px !important;
    cursor: pointer;
    border: 3px solid transparent !important;
  }
  header.style-2 .cross-btn span {
    width: 100%;
    height: 2px;
    background: var(--primary-color1);
    display: block;
    position: absolute;
    right: 0;
    transition: 0.3s;
  }
  header.style-2 .cross-btn .cross-top {
    top: 0;
  }
  header.style-2 .cross-btn .cross-middle {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  header.style-2 .cross-btn .cross-bottom {
    bottom: 0;
    width: 100%;
  }
  header.style-2 .cross-btn.h-active span.cross-top {
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  header.style-2 .cross-btn.h-active span.cross-middle {
    transform: translateX(-30px);
    opacity: 0;
  }
  header.style-2 .cross-btn.h-active span.cross-bottom {
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
}

header.style-3 {
  background: linear-gradient(180deg, rgba(145, 112, 144, 0.05) 0%, rgba(222, 139, 118, 0.05) 100%);
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 0px 5%;
}
header.style-3 .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  header.style-3 .header-wrap {
    border-top: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-3 {
    padding: 0px 2%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-3 {
    padding: 0px 2%;
  }
}
@media (max-width: 991px) {
  header.style-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
header.style-3.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 999;
  background: var(--white);
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  animation: smooth-header 0.65s linear;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
header.style-3.sticky .main-nav > ul li i {
  top: 21px;
}
header.style-3.sticky .main-nav > ul li a {
  padding: 20px 0;
}
@media (max-width: 991px) {
  header.style-3.sticky .main-nav > ul li a {
    padding: 10px 0;
  }
}
header.style-3 .nav-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
}
header.style-3 .nav-right .search-btn {
  color: var(--text-primary);
  transition: 0.35s;
  cursor: pointer;
}
header.style-3 .nav-right .search-btn:hover {
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
}
header.style-3 .nav-right .sidebar-button {
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  align-items: flex-end;
  text-align: right;
  z-index: 9;
  position: relative;
}
header.style-3 .nav-right .sidebar-button span {
  display: inline-block;
  width: 18px;
  height: 2px;
  border-radius: 10px;
  background-color: var(--text-primary);
  transition: 0.5s ease;
}
header.style-3 .nav-right .sidebar-button span:nth-child(2) {
  width: 25px;
}
header.style-3 .nav-right .sidebar-button span:last-child {
  width: 15px;
}
header.style-3 .nav-right .sidebar-button:hover span:nth-child(1) {
  width: 25px;
}
header.style-3 .nav-right .sidebar-button:hover span:nth-child(2) {
  width: 25px;
}
header.style-3 .nav-right .sidebar-button:hover span:nth-child(3) {
  width: 25px;
}
header.style-3 .nav-right .mobile-menu-btn {
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  align-items: flex-end;
  text-align: right;
  z-index: 9;
  position: relative;
}
header.style-3 .nav-right .mobile-menu-btn span {
  display: inline-block;
  width: 18px;
  height: 2px;
  border-radius: 10px;
  background-color: var(--text-primary);
  transition: 0.5s ease;
}
header.style-3 .nav-right .mobile-menu-btn span:nth-child(2) {
  width: 25px;
}
header.style-3 .nav-right .mobile-menu-btn span:last-child {
  width: 15px;
}
header.style-3 .nav-right .mobile-menu-btn:hover span:nth-child(1) {
  width: 25px;
}
header.style-3 .nav-right .mobile-menu-btn:hover span:nth-child(2) {
  width: 25px;
}
header.style-3 .nav-right .mobile-menu-btn:hover span:nth-child(3) {
  width: 25px;
}
header.style-3 .main-nav {
  display: inline-block;
}
header.style-3 .main-nav .mobile-menu-logo {
  display: none;
}
header.style-3 .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.style-3 .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
header.style-3 .main-nav ul li.position-inherit {
  position: inherit;
}
@media (max-width: 991px) {
  header.style-3 .main-nav ul li.position-inherit {
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-3 .main-nav ul li {
    padding: 0px 15px;
  }
}
header.style-3 .main-nav ul li a {
  font-size: 15px;
  color: var(--text-primary);
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  padding: 20px 0;
  position: relative;
  font-family: var(--font-inter);
  transition: 0.5s ease-out 0s;
  position: relative;
}
header.style-3 .main-nav ul li.active a {
  color: var(--linear-two);
}
header.style-3 .main-nav ul li.active i {
  color: var(--linear-two);
}
header.style-3 .main-nav ul li:hover a {
  color: var(--linear-two);
}
header.style-3 .main-nav ul li:hover i {
  color: var(--primary-two);
}
header.style-3 .main-nav ul li i {
  width: 30px;
  font-size: 13px;
  text-align: center;
  color: var(--text-primary);
  font-style: normal;
  position: absolute;
  right: -8px;
  top: 20px;
  z-index: 999;
  cursor: pointer;
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-3 .main-nav ul li i {
    right: -10px;
  }
}
header.style-3 .main-nav ul li .dropdown-icon2 {
  right: -27px;
}
header.style-3 .main-nav ul li .mega-menu {
  max-width: 1920px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  padding: 50px 0;
  display: none;
  background: #0B0F14;
  text-align: left;
}
@media (max-width: 991px) {
  header.style-3 .main-nav ul li .mega-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    padding: 10px 0;
    margin-top: 0 !important;
    transform: translateY(0px);
  }
}
header.style-3 .main-nav ul li .mega-menu h6 {
  color: var(--linear-two);
  font-weight: 400;
  font-size: 19px;
}
@media (max-width: 991px) {
  header.style-3 .main-nav ul li .mega-menu h6 {
    font-size: 17px;
  }
}
header.style-3 .main-nav ul li .mega-menu ul.sub-menu1 > li {
  padding: 0;
  display: block;
  position: relative;
}
header.style-3 .main-nav ul li .mega-menu ul.sub-menu1 > li i {
  position: absolute;
  top: 15px;
  right: 6px;
  display: block;
  color: var(--white);
}
header.style-3 .main-nav ul li .mega-menu ul.sub-menu1 > li a {
  display: block;
  padding: 13px 0px;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 1;
  transition: 0.4s ease-out 0s;
  position: relative;
  font-family: var(--font-inter);
}
@media (max-width: 991px) {
  header.style-3 .main-nav ul li .mega-menu ul.sub-menu1 > li a {
    color: var(--text-primary);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
  }
}
header.style-3 .main-nav ul li .mega-menu ul.sub-menu1 > li a:hover {
  color: var(--linear-two);
}
header.style-3 .main-nav ul li .mega-menu ul.sub-menu1 > li a.active {
  color: var(--linear-two);
}
header.style-3 .main-nav ul li .mega-menu ul.sub-menu1 > li .sub-menu {
  left: 215px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: #0B0F14;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  header.style-3 .main-nav ul li .mega-menu ul.sub-menu1 > li .sub-menu {
    margin-left: 10px;
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
  }
}
header.style-3 .main-nav ul li .mega-menu ul.sub-menu1 > li .sub-menu li i {
  display: block;
}
header.style-3 .main-nav ul li .mega-menu ul.sub-menu1 > li:last-child {
  border-bottom: none;
}
header.style-3 .main-nav ul li ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  padding: 0;
  display: none;
  min-width: 215px;
  background: #0B0F14;
  text-align: left;
}
header.style-3 .main-nav ul li ul.sub-menu > li {
  padding: 0;
  display: block;
  border-bottom: 1px solid rgba(56, 56, 56, 0.5);
  position: relative;
}
header.style-3 .main-nav ul li ul.sub-menu > li i {
  position: absolute;
  top: 15px;
  right: 6px;
  display: block;
  color: var(--white);
}
header.style-3 .main-nav ul li ul.sub-menu > li a {
  display: block;
  padding: 13px 15px;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 1;
  transition: 0.4s ease-out 0s;
  position: relative;
  font-family: var(--font-inter);
}
header.style-3 .main-nav ul li ul.sub-menu > li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 1px;
  border-radius: 30px;
  display: block;
  background: linear-gradient(90deg, var(--primary-color1), transparent);
  transition: 0.5s ease-in-out;
}
header.style-3 .main-nav ul li ul.sub-menu > li a:hover {
  color: var(--linear-two);
}
header.style-3 .main-nav ul li ul.sub-menu > li a:hover:after {
  width: 100%;
}
header.style-3 .main-nav ul li ul.sub-menu > li a.active {
  color: var(--linear-two);
}
header.style-3 .main-nav ul li ul.sub-menu > li .sub-menu {
  left: 215px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: #0B0F14;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  header.style-3 .main-nav ul li ul.sub-menu > li .sub-menu {
    margin-left: 10px;
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
  }
}
header.style-3 .main-nav ul li ul.sub-menu > li .sub-menu li i {
  display: block;
}
header.style-3 .main-nav ul li ul.sub-menu > li:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  header.style-3 .main-nav ul li:hover > ul.sub-menu {
    display: block;
    animation: fade-up 0.45s linear;
  }
}
@media (min-width: 992px) {
  header.style-3 .main-nav ul li:hover > .mega-menu {
    display: block;
    animation: fade-up 0.45s linear;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
  }
}
header.style-3 .main-nav ul li:first-child {
  padding-left: 0px;
}
@media (max-width: 991px) {
  header.style-3 .main-nav ul li:first-child {
    padding-left: 5px;
  }
}
header.style-3 .main-nav ul li.menu-item-has-children > i {
  display: block;
}
@media only screen and (max-width: 991px) {
  header.style-3 .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--white);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }
  header.style-3 .main-nav.show-menu {
    transform: translateX(0);
  }
  header.style-3 .main-nav .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  header.style-3 .main-nav ul {
    float: none;
    text-align: left;
    padding: 35px 10px 10px 0;
  }
  header.style-3 .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 5px;
  }
  header.style-3 .main-nav ul li i {
    display: block;
  }
  header.style-3 .main-nav ul li a {
    padding: 10px 0;
    display: block;
    font-weight: 500;
    font-size: 18px;
  }
  header.style-3 .main-nav ul li ul.sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
  }
  header.style-3 .main-nav ul li ul.sub-menu > li {
    border-bottom: 1px solid transparent;
  }
  header.style-3 .main-nav ul li ul.sub-menu > li a {
    color: var(--text-primary);
    font-size: 15px;
    font-weight: 500;
  }
  header.style-3 .main-nav ul li ul.sub-menu > li a:hover {
    color: var(--primary-color1);
    margin-left: 10px;
  }
  header.style-3 .main-nav ul li ul.sub-menu > li a.active {
    background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background 0.5s linear;
  }
  header.style-3 .main-nav ul li ul.sub-menu > li i {
    color: var(--text-primary);
    right: -13px;
  }
  header.style-3 .main-nav ul li .bi {
    top: 12px;
    font-size: 16px;
  }
  header.style-3 .main-nav .mega-menu ul {
    padding: 0px 10px 30px 0;
  }
  header.style-3 .mobile-menu {
    position: relative;
    top: 2px;
    padding: 0 5px;
    border-radius: 50%;
    display: inline-block;
  }
  header.style-3 .mobile-menu-btn i {
    font-size: 35px;
  }
  header.style-3 .cross-btn {
    display: inline-block !important;
    position: relative;
    width: 30px !important;
    height: 22px !important;
    cursor: pointer;
    border: 3px solid transparent !important;
  }
  header.style-3 .cross-btn span {
    width: 100%;
    height: 2px;
    background: var(--primary-color1);
    display: block;
    position: absolute;
    right: 0;
    transition: 0.3s;
  }
  header.style-3 .cross-btn .cross-top {
    top: 0;
  }
  header.style-3 .cross-btn .cross-middle {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  header.style-3 .cross-btn .cross-bottom {
    bottom: 0;
    width: 100%;
  }
  header.style-3 .cross-btn.h-active span.cross-top {
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  header.style-3 .cross-btn.h-active span.cross-middle {
    transform: translateX(-30px);
    opacity: 0;
  }
  header.style-3 .cross-btn.h-active span.cross-bottom {
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
}

header.style-4 .main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  padding: 30px 20px !important;
  z-index: 99999;
  height: 100%;
  overflow: auto;
  background: var(--white);
  transform: translateX(-100%);
  transition: transform 0.6s ease-in-out;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
}
header.style-4 .main-nav.show-menu {
  transform: translateX(0);
}
header.style-4 .main-nav .mobile-menu-logo {
  text-align: left;
  padding-top: 20px;
  display: block;
  padding-bottom: 8px;
}
header.style-4 .main-nav > ul {
  float: none;
  text-align: left;
  padding: 35px 10px 10px 0;
}
header.style-4 .main-nav > ul li {
  display: block;
  position: relative;
  padding: 0 5px;
}
header.style-4 .main-nav > ul li i {
  display: block;
  position: absolute;
  top: 6px;
  right: -8px;
  font-size: 16px;
  color: var(--text-primary);
  cursor: pointer;
}
header.style-4 .main-nav > ul li a {
  padding: 8px 0;
  display: block;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--text-primary);
}
header.style-4 .main-nav > ul li ul.sub-menu {
  position: static;
  min-width: 200px;
  background: 0 0;
  border: none;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  transform: none;
  transition: none;
  display: none;
  margin-top: 0 !important;
  transform: translateY(0px);
  padding-left: 5px;
}
header.style-4 .main-nav > ul li ul.sub-menu > li {
  border-bottom: 1px solid transparent;
}
header.style-4 .main-nav > ul li ul.sub-menu > li a {
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 500;
  transition: 0.4s ease;
  position: relative;
  margin-left: 5px;
}
header.style-4 .main-nav > ul li ul.sub-menu > li a:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--primary-four);
  display: block;
  z-index: 2;
}
header.style-4 .main-nav > ul li ul.sub-menu > li a:hover {
  color: var(--primary-color1);
  margin-left: 10px;
}
header.style-4 .main-nav > ul li ul.sub-menu > li a.active {
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
}
header.style-4 .main-nav > ul li ul.sub-menu > li i {
  color: var(--text-primary);
  right: -13px;
}
header.style-4 .mobile-menu {
  position: relative;
  top: 2px;
  padding: 0 5px;
  border-radius: 50%;
  display: inline-block;
}
header.style-4 .mobile-menu-btn i {
  font-size: 35px;
}
header.style-4 .menu-close-btn {
  cursor: pointer;
}
header.style-4 .menu-close-btn i {
  transition: 0.4s;
}
header.style-4 .menu-close-btn:hover i {
  color: var(--primary-four);
}

.admin-area button {
  border: none;
  outline: none;
  background-color: transparent;
}
.admin-area button::after {
  content: unset;
}
.admin-area .dropdown-menu {
  box-shadow: 0px 4px 20px rgba(52, 55, 59, 0.1);
  border: 1px solid transparent;
  padding: 0;
  position: absolute;
  top: 16px !important;
  border-radius: unset;
  background-color: var(--text-primary);
}
@media (max-width: 991px) {
  .admin-area .dropdown-menu {
    top: 10px !important;
  }
}
.admin-area .dropdown-menu a {
  color: var(--white);
  font-size: 15px;
}
.admin-area .dropdown-item {
  padding: 6px 15px;
  transition: all 0.5s ease;
}
.admin-area .dropdown-item:hover i {
  color: var(--primary-one) !important;
}
.admin-area .dropdown-item i {
  margin-right: 8px;
  color: var(--white) !important;
  font-size: 15px !important;
}
.admin-area .dropdown-item.active,
.admin-area .dropdown-item:active {
  color: var(--white);
  text-decoration: none;
  background-color: var(--primary-color);
}
.admin-area .dropdown-item:hover {
  color: var(--white);
  background-color: var(--primary-color);
}
@media (max-width: 991px) {
  .admin-area .admin-desig {
    display: none;
    visibility: hidden;
  }
}

/*=======================================
   12. Bread-crumb-section
=======================================*/
.breadcrumb-section {
  background-color: #F8F8F8;
  padding: 15px 0px;
}

.breadcrumb {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .breadcrumb {
    justify-content: center;
  }
}
.breadcrumb .breadcrumb-item {
  font-family: var(--font-out);
  position: relative;
  margin: 0px 10px;
}
.breadcrumb .breadcrumb-item a {
  font-size: 15px;
  font-weight: 400;
  color: var(--text-primary);
}
.breadcrumb .breadcrumb-item.active {
  font-size: 15px;
  font-weight: 400;
  color: var(--border-secondary);
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  content: "/";
  position: absolute;
  left: -10px;
  top: 0px;
  height: 4px;
  width: 10px;
  background-color: var(--text-light-one);
  border-radius: 40px;
}

/*=======================================
   13. Swiper slider css
=======================================*/
.swiper-slide-active span {
  animation: fadeInDown 1.7s;
}

.swiper-slide-active h1 {
  animation: fadeInDown 1.7s;
}

.swiper-slide-active h2 {
  animation: fadeInDown 1.7s;
}

.swiper-slide-active h4 {
  animation: fadeInDown 1.7s;
}

.swiper-slide-active p {
  animation: fadeInUp 1.7s;
}

.swiper-slide-active .eg-btn {
  animation: fadeInUp 1.7s;
}

.arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-3 .swiper-prev-arrow, .arrow-style-3 .arrow-style-new .swiper-prev-arrow, .arrow-style-new .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrows-style-1 .swiper-prev-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-prev-arrow, .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrows-style-1 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrows-style-2 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrow-style-1 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrow-style-2 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-prev-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-prev-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrows-style-2 .swiper-prev-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-prev-arrow, .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrow-style-1 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrow-style-2 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-prev-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-prev-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrow-style-1 .swiper-prev-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-prev-arrow, .arrow-style-new .arrow-style-3 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrow-style-1 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrow-style-2 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-prev-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-prev-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrow-style-2 .swiper-prev-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-prev-arrow, .arrow-style-new .arrow-style-3 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-prev-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-prev-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow {
  width: 32px;
  height: 32px;
  line-height: 33px;
  border: 1px solid var(--border-color3);
  border-radius: 50%;
}
.arrow-style-new .swiper-next-arrow:hover i, .arrow-style-new .arrow-style-3 .swiper-prev-arrow:hover i, .arrow-style-3 .arrow-style-new .swiper-prev-arrow:hover i {
  margin-left: 0px;
}
.arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .swiper-prev-arrow i, .arrow-style-3 .arrow-style-new .swiper-prev-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-1 .swiper-prev-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-prev-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-1 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-2 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-1 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-2 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-prev-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-prev-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-2 .swiper-prev-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-prev-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-1 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-2 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-prev-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-prev-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-1 .swiper-prev-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-prev-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-1 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-2 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-prev-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-prev-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-2 .swiper-prev-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-prev-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-prev-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-prev-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow i {
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
  display: inline-block;
  transition: 0.5s ease;
  margin-left: 12px;
  font-size: 22px;
  background-color: var(--white);
}
.arrow-style-new .swiper-prev-arrow, .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-prev-arrow, .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-prev-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-1 .swiper-prev-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-2 .swiper-prev-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrows-style-2 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrows-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrows-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrows-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrow-style-2 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-new .arrow-style-2 .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrows-style-1 .arrow-style-3 .swiper-prev-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-prev-arrow, .arrow-style-new .arrow-style-2 .arrows-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrows-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrows-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrows-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrows-style-1 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrow-style-1 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-1 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrows-style-1 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-2 .swiper-prev-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-2 .swiper-prev-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrows-style-2 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrow-style-2 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-new .arrow-style-2 .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrows-style-2 .arrow-style-3 .swiper-prev-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-prev-arrow, .arrow-style-new .arrow-style-2 .arrows-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrows-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrows-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrow-style-1 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-1 .swiper-prev-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-new .arrow-style-2 .swiper-prev-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrow-style-1 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrow-style-2 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-new .arrow-style-2 .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-1 .arrow-style-3 .swiper-prev-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-prev-arrow, .arrow-style-new .arrow-style-2 .arrow-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrow-style-2 .swiper-prev-arrow, .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-prev-arrow, .arrow-style-new .arrow-style-3 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-prev-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrow-style-3 .swiper-prev-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-prev-arrow, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrows-style-1 .swiper-prev-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-2 .arrow-style-new .swiper-prev-arrow, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrows-style-1 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrows-style-2 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrows-style-2 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrows-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrow-style-1 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrows-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-prev-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-prev-arrow, .arrow-style-2 .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrows-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrows-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrows-style-1 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrow-style-1 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-2 .arrow-style-new .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrows-style-2 .swiper-prev-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-2 .arrow-style-new .swiper-prev-arrow, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrow-style-1 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrows-style-2 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-prev-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-prev-arrow, .arrow-style-2 .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrows-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrow-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-2 .arrow-style-new .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrow-style-1 .swiper-prev-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-2 .arrow-style-new .swiper-prev-arrow, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-prev-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-prev-arrow, .arrow-style-2 .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-2 .arrow-style-new .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-prev-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-new .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrow-style-3 .swiper-prev-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-prev-arrow, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-prev-arrow, .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-prev-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-1 .swiper-prev-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-1 .swiper-prev-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrows-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrows-style-1 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrows-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrow-style-1 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-new .arrow-style-1 .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrows-style-1 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrows-style-1 .arrow-style-3 .swiper-prev-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-prev-arrow, .arrow-style-new .arrow-style-1 .arrows-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrows-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrows-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrows-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrows-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrows-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrow-style-2 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-2 .swiper-prev-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-1 .swiper-prev-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrow-style-1 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-new .arrow-style-1 .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrows-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrows-style-2 .arrow-style-3 .swiper-prev-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-prev-arrow, .arrow-style-new .arrow-style-1 .arrows-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrows-style-2 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrow-style-2 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-2 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrows-style-2 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrow-style-1 .swiper-prev-arrow, .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-prev-arrow, .arrow-style-new .arrow-style-3 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrow-style-1 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-new .arrow-style-1 .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrow-style-2 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-prev-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-2 .swiper-prev-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-new .arrow-style-1 .swiper-prev-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-2 .arrow-style-3 .swiper-prev-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-prev-arrow, .arrow-style-new .arrow-style-1 .arrow-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrow-style-3 .swiper-prev-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-prev-arrow, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrows-style-1 .swiper-prev-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-1 .arrow-style-new .swiper-prev-arrow, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrows-style-1 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrows-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrows-style-2 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrows-style-1 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrow-style-2 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrows-style-1 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-prev-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-prev-arrow, .arrow-style-1 .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrows-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrows-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-1 .arrow-style-new .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrows-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrow-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrows-style-2 .swiper-prev-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-1 .arrow-style-new .swiper-prev-arrow, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrow-style-2 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrows-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-prev-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-prev-arrow, .arrow-style-1 .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-1 .arrow-style-new .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrows-style-2 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrow-style-2 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-prev-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-new .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrow-style-3 .swiper-prev-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-prev-arrow, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-1 .arrow-style-new .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrow-style-2 .swiper-prev-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-1 .arrow-style-new .swiper-prev-arrow, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-prev-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-prev-arrow, .arrow-style-1 .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-prev-arrow, .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-prev-arrow, .arrow-style-new .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrows-style-1 .swiper-prev-arrow, .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-prev-arrow, .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrows-style-1 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-new .arrows-style-1 .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrows-style-2 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-new .arrows-style-1 .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrow-style-1 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-new .arrows-style-1 .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrow-style-2 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-prev-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-2 .swiper-prev-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-new .arrows-style-1 .swiper-prev-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-1 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrows-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrows-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrows-style-2 .arrow-style-3 .swiper-prev-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-prev-arrow, .arrow-style-new .arrows-style-1 .arrows-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrows-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrow-style-1 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrows-style-2 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrow-style-2 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-2 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrows-style-2 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-1 .swiper-prev-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-new .arrows-style-1 .swiper-prev-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-1 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-1 .arrow-style-3 .swiper-prev-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-prev-arrow, .arrow-style-new .arrows-style-1 .arrow-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrow-style-2 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrow-style-1 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-2 .swiper-prev-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-new .arrows-style-1 .swiper-prev-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-2 .arrow-style-3 .swiper-prev-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-prev-arrow, .arrow-style-new .arrows-style-1 .arrow-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-3 .swiper-prev-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-prev-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-prev-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-3 .swiper-prev-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-prev-arrow, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrows-style-1 .arrow-style-new .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrows-style-1 .arrow-style-new .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrows-style-1 .arrow-style-new .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrows-style-2 .swiper-prev-arrow, .arrow-style-3 .arrows-style-2 .arrows-style-1 .arrow-style-new .swiper-prev-arrow, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-1 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrow-style-1 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrows-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrow-style-2 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrows-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-prev-arrow, .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-prev-arrow, .arrows-style-1 .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrows-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrows-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrows-style-2 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-2 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrow-style-1 .swiper-prev-arrow, .arrow-style-3 .arrow-style-1 .arrows-style-1 .arrow-style-new .swiper-prev-arrow, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrow-style-1 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrow-style-2 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-1 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-prev-arrow, .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-prev-arrow, .arrows-style-1 .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-1 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrow-style-2 .swiper-prev-arrow, .arrow-style-3 .arrow-style-2 .arrows-style-1 .arrow-style-new .swiper-prev-arrow, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-prev-arrow, .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-prev-arrow, .arrows-style-1 .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-prev-arrow, .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-prev-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-1 .swiper-prev-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-new .arrows-style-2 .swiper-prev-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrows-style-1 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrows-style-2 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-new .arrows-style-2 .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrows-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-2 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrows-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrows-style-1 .arrow-style-3 .swiper-prev-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-prev-arrow, .arrow-style-new .arrows-style-2 .arrows-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrows-style-1 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrow-style-1 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-1 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrows-style-1 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrows-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrow-style-2 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrows-style-2 .swiper-prev-arrow, .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-prev-arrow, .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-new .arrows-style-2 .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrow-style-1 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-new .arrows-style-2 .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-3 .arrow-style-2 .arrows-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-prev-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrow-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrow-style-2 .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-1 .swiper-prev-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-new .arrows-style-2 .swiper-prev-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-2 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-1 .arrow-style-3 .swiper-prev-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-prev-arrow, .arrow-style-new .arrows-style-2 .arrow-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrow-style-2 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrow-style-1 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-2 .swiper-prev-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-new .arrows-style-2 .swiper-prev-arrow, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrow-style-new .arrows-style-2 .arrow-style-2 .arrow-style-3 .swiper-prev-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-prev-arrow, .arrow-style-new .arrows-style-2 .arrow-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .arrows-style-2 .swiper-next-arrow, .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-3 .swiper-prev-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-prev-arrow, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrows-style-1 .swiper-prev-arrow, .arrow-style-3 .arrows-style-1 .arrows-style-2 .arrow-style-new .swiper-prev-arrow, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrow-style-1 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrows-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrows-style-1 .arrow-style-2 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrow-style-2 .arrows-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrows-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-prev-arrow, .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-prev-arrow, .arrows-style-2 .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrows-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-1 .arrows-style-2 .arrow-style-new .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrows-style-1 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-1 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrows-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrows-style-1 .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-prev-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrows-style-2 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-3 .swiper-prev-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-prev-arrow, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrows-style-2 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-1 .arrows-style-2 .arrow-style-new .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrows-style-2 .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrow-style-2 .arrows-style-2 .arrow-style-new .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrow-style-1 .swiper-prev-arrow, .arrow-style-3 .arrow-style-1 .arrows-style-2 .arrow-style-new .swiper-prev-arrow, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrow-style-1 .arrow-style-2 .swiper-next-arrow, .arrow-style-3 .arrow-style-1 .arrow-style-2 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrow-style-2 .arrow-style-1 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-prev-arrow, .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-prev-arrow, .arrows-style-2 .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-1 .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow, .arrow-style-2 .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrow-style-2 .swiper-prev-arrow, .arrow-style-3 .arrow-style-2 .arrows-style-2 .arrow-style-new .swiper-prev-arrow, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrow-style-2 .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow, .arrows-style-2 .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-prev-arrow, .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-prev-arrow, .arrows-style-2 .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow, .arrow-style-2 .arrow-style-3 .arrow-style-2 .arrows-style-2 .arrow-style-new .swiper-next-arrow {
  width: 32px;
  height: 32px;
  line-height: 33px;
  border: 1px solid var(--border-color3);
  border-radius: 50%;
}
.arrow-style-new .swiper-prev-arrow:hover i, .arrow-style-new .arrow-style-2 .swiper-next-arrow:hover i, .arrow-style-2 .arrow-style-new .swiper-next-arrow:hover i, .arrow-style-new .arrow-style-1 .swiper-next-arrow:hover i, .arrow-style-1 .arrow-style-new .swiper-next-arrow:hover i, .arrow-style-new .arrows-style-1 .swiper-next-arrow:hover i, .arrows-style-1 .arrow-style-new .swiper-next-arrow:hover i, .arrow-style-new .arrows-style-2 .swiper-next-arrow:hover i, .arrows-style-2 .arrow-style-new .swiper-next-arrow:hover i {
  margin-left: 0px;
}
.arrow-style-new .swiper-prev-arrow i, .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-prev-arrow i, .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-prev-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-1 .swiper-prev-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-2 .swiper-prev-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrows-style-2 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrows-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrows-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrows-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-2 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-new .arrow-style-2 .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrows-style-1 .arrow-style-3 .swiper-prev-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-prev-arrow i, .arrow-style-new .arrow-style-2 .arrows-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrows-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrows-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrows-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrows-style-1 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrow-style-1 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-1 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrows-style-1 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-2 .swiper-prev-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-2 .swiper-prev-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrows-style-2 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-2 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-new .arrow-style-2 .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrows-style-2 .arrow-style-3 .swiper-prev-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-prev-arrow i, .arrow-style-new .arrow-style-2 .arrows-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrows-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrows-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrow-style-1 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-1 .swiper-prev-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-new .arrow-style-2 .swiper-prev-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-1 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-2 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-new .arrow-style-2 .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-1 .arrow-style-3 .swiper-prev-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-prev-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-2 .swiper-prev-arrow i, .arrow-style-3 .arrow-style-new .arrow-style-2 .swiper-prev-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-prev-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-3 .swiper-prev-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-prev-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrows-style-1 .swiper-prev-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-2 .arrow-style-new .swiper-prev-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrows-style-1 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrows-style-2 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrows-style-2 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrows-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrow-style-1 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrows-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-prev-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-prev-arrow i, .arrow-style-2 .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrows-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrows-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrows-style-1 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-1 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-2 .arrow-style-new .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrows-style-2 .swiper-prev-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-2 .arrow-style-new .swiper-prev-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrow-style-1 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrows-style-2 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-prev-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-prev-arrow i, .arrow-style-2 .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrows-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-2 .arrow-style-new .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrow-style-1 .swiper-prev-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-2 .arrow-style-new .swiper-prev-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-prev-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-prev-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-2 .arrow-style-new .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-prev-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-new .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-3 .swiper-prev-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-prev-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-prev-arrow i, .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-prev-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-1 .swiper-prev-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-1 .swiper-prev-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrows-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrows-style-1 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrows-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-1 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-new .arrow-style-1 .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrows-style-1 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrows-style-1 .arrow-style-3 .swiper-prev-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-prev-arrow i, .arrow-style-new .arrow-style-1 .arrows-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrows-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrows-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrows-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrows-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrows-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrow-style-2 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-2 .swiper-prev-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-1 .swiper-prev-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-1 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-new .arrow-style-1 .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrows-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrows-style-2 .arrow-style-3 .swiper-prev-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-prev-arrow i, .arrow-style-new .arrow-style-1 .arrows-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrows-style-2 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrow-style-2 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-2 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrows-style-2 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-1 .swiper-prev-arrow i, .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-prev-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-1 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-new .arrow-style-1 .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-2 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-prev-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-2 .swiper-prev-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-new .arrow-style-1 .swiper-prev-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-2 .arrow-style-3 .swiper-prev-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-new .arrow-style-1 .swiper-prev-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-3 .swiper-prev-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-prev-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrows-style-1 .swiper-prev-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-1 .arrow-style-new .swiper-prev-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrows-style-1 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrows-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrows-style-2 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrows-style-1 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrow-style-2 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrows-style-1 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-prev-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-prev-arrow i, .arrow-style-1 .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrows-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrows-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-1 .arrow-style-new .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrows-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrows-style-2 .swiper-prev-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-1 .arrow-style-new .swiper-prev-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrow-style-2 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrows-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-prev-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-prev-arrow i, .arrow-style-1 .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-1 .arrow-style-new .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrows-style-2 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-2 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-prev-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-new .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-3 .swiper-prev-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-prev-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-1 .arrow-style-new .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrow-style-2 .swiper-prev-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-1 .arrow-style-new .swiper-prev-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-3 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-prev-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-prev-arrow i, .arrow-style-1 .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-prev-arrow i, .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-prev-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-1 .swiper-prev-arrow i, .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-prev-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-1 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-new .arrows-style-1 .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-2 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-new .arrows-style-1 .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-1 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-new .arrows-style-1 .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-2 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-prev-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-2 .swiper-prev-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-new .arrows-style-1 .swiper-prev-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-1 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrows-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrows-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrows-style-2 .arrow-style-3 .swiper-prev-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-prev-arrow i, .arrow-style-new .arrows-style-1 .arrows-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrows-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrow-style-1 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrows-style-2 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrow-style-2 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-2 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrows-style-2 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-1 .swiper-prev-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-new .arrows-style-1 .swiper-prev-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-1 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-1 .arrow-style-3 .swiper-prev-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-prev-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrow-style-2 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrow-style-1 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-2 .swiper-prev-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-new .arrows-style-1 .swiper-prev-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-2 .arrow-style-3 .swiper-prev-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-new .arrows-style-1 .swiper-prev-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-3 .swiper-prev-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-prev-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-prev-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-3 .swiper-prev-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-prev-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrows-style-1 .arrow-style-new .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrows-style-1 .arrow-style-new .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrows-style-1 .arrow-style-new .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrows-style-2 .swiper-prev-arrow i, .arrow-style-3 .arrows-style-2 .arrows-style-1 .arrow-style-new .swiper-prev-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-1 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrow-style-1 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrows-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrow-style-2 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrows-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-prev-arrow i, .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-prev-arrow i, .arrows-style-1 .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrows-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrows-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrows-style-2 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-2 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrow-style-1 .swiper-prev-arrow i, .arrow-style-3 .arrow-style-1 .arrows-style-1 .arrow-style-new .swiper-prev-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrow-style-1 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrow-style-2 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-1 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-prev-arrow i, .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-prev-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-1 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrow-style-2 .swiper-prev-arrow i, .arrow-style-3 .arrow-style-2 .arrows-style-1 .arrow-style-new .swiper-prev-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-3 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-prev-arrow i, .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-prev-arrow i, .arrows-style-1 .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-prev-arrow i, .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-prev-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-1 .swiper-prev-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-new .arrows-style-2 .swiper-prev-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-1 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-2 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-new .arrows-style-2 .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrows-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-2 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrows-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrows-style-1 .arrow-style-3 .swiper-prev-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-prev-arrow i, .arrow-style-new .arrows-style-2 .arrows-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrows-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrows-style-1 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrow-style-1 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-1 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrows-style-1 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrows-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrow-style-2 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-2 .swiper-prev-arrow i, .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-prev-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-new .arrows-style-2 .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-1 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrows-style-2 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-new .arrows-style-2 .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-3 .arrow-style-2 .arrows-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-prev-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrow-style-1 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrow-style-2 .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrow-style-new .arrows-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-1 .swiper-prev-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-new .arrows-style-2 .swiper-prev-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-2 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-1 .arrow-style-3 .swiper-prev-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-prev-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-1 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrow-style-2 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrow-style-1 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-2 .swiper-prev-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-new .arrows-style-2 .swiper-prev-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-2 .arrow-style-3 .swiper-prev-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-new .arrows-style-2 .swiper-prev-arrow i, .arrow-style-new .arrows-style-2 .arrow-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .arrows-style-2 .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-3 .swiper-prev-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-prev-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrows-style-1 .swiper-prev-arrow i, .arrow-style-3 .arrows-style-1 .arrows-style-2 .arrow-style-new .swiper-prev-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-new .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrows-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrow-style-1 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrows-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrows-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrows-style-1 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrows-style-1 .arrow-style-2 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrow-style-2 .arrows-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrows-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-2 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrows-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-prev-arrow i, .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-prev-arrow i, .arrows-style-2 .arrow-style-new .arrows-style-1 .arrow-style-3 .arrows-style-1 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrows-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-1 .arrows-style-2 .arrow-style-new .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrows-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrows-style-1 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-1 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrows-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrows-style-1 .arrow-style-3 .arrow-style-2 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrows-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrows-style-1 .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-2 .arrows-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrows-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-prev-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-new .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrows-style-2 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-3 .swiper-prev-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-prev-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrows-style-2 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-1 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrow-style-1 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-1 .arrows-style-2 .arrow-style-new .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrows-style-2 .arrow-style-3 .arrow-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrows-style-2 .arrow-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrow-style-2 .arrows-style-2 .arrow-style-new .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrows-style-2 .arrow-style-3 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrow-style-1 .swiper-prev-arrow i, .arrow-style-3 .arrow-style-1 .arrows-style-2 .arrow-style-new .swiper-prev-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrow-style-1 .arrow-style-2 .swiper-next-arrow i, .arrow-style-3 .arrow-style-1 .arrow-style-2 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrow-style-2 .arrow-style-1 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-1 .arrow-style-3 .swiper-prev-arrow i, .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-prev-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-1 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-1 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-1 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrow-style-1 .arrow-style-3 .arrow-style-2 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-1 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-1 .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-2 .arrow-style-1 .arrow-style-3 .swiper-next-arrow i, .arrow-style-2 .arrow-style-1 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrow-style-2 .swiper-prev-arrow i, .arrow-style-3 .arrow-style-2 .arrows-style-2 .arrow-style-new .swiper-prev-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-3 .arrow-style-2 .arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-next-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-2 .arrow-style-3 .swiper-prev-arrow i, .arrow-style-2 .arrow-style-3 .arrows-style-2 .arrow-style-new .swiper-prev-arrow i, .arrows-style-2 .arrow-style-new .arrow-style-2 .arrow-style-3 .arrow-style-2 .swiper-next-arrow i, .arrow-style-2 .arrow-style-3 .arrow-style-2 .arrows-style-2 .arrow-style-new .swiper-next-arrow i {
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
  display: inline-block;
  transition: 0.5s ease;
  margin-left: -12px;
  font-size: 22px;
  background-color: var(--white);
}

.arrow-style-1 .swiper-prev-arrow i, .arrow-style-1 .swiper-next-arrow i {
  width: 32px;
  height: 32px;
  line-height: 33px;
  border: 1px solid var(--text-primary);
  color: var(--text-primary);
  border-radius: 10px;
  display: inline-block;
  transition: 0.5s ease;
}
.arrow-style-1 .swiper-prev-arrow i:hover, .arrow-style-1 .swiper-next-arrow i:hover {
  background: var(--primary-one);
  border: 1px solid var(--primary-one);
  color: var(--white);
}
.arrow-style-1.sibling-two .swiper-prev-arrow i, .arrow-style-1.sibling-two .swiper-next-arrow i {
  border-radius: 50%;
}
.arrow-style-1.sibling-three .swiper-prev-arrow i, .arrow-style-1.sibling-three .swiper-next-arrow i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid var(--primary-one);
  color: var(--primary-one);
  border-radius: 50%;
  display: inline-block;
  transition: 0.5s ease;
  background-color: var(--white);
}
.arrow-style-1.sibling-three .swiper-prev-arrow i:hover, .arrow-style-1.sibling-three .swiper-next-arrow i:hover {
  background: var(--primary-one);
  border: 1px solid var(--primary-one);
  color: var(--white);
}

.arrow-style-2 .swiper-prev-arrow i, .arrow-style-2 .swiper-next-arrow i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: 1px solid var(--primary-two);
  color: var(--primary-two);
  border-radius: 50%;
  display: inline-block;
  transition: 0.5s ease;
}
.arrow-style-2 .swiper-prev-arrow i:hover, .arrow-style-2 .swiper-next-arrow i:hover {
  border: 1px solid var(--text-primary);
  color: var(--text-primary);
  border-radius: 10px;
}
.arrow-style-3 .swiper-next-arrow, .arrow-style-3 .swiper-prev-arrow {
  color: var(--primary-four);
  opacity: 0.85;
  transition: 0.35s ease;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-prompt);
}
@media (max-width: 576px) {
  .arrow-style-3 .swiper-next-arrow, .arrow-style-3 .swiper-prev-arrow {
    display: none;
  }
}
.arrow-style-3 .swiper-next-arrow i, .arrow-style-3 .swiper-prev-arrow i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: 1px solid var(--primary-four);
  color: var(--primary-four);
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px;
  transition: 0.35s ease;
}
.arrow-style-3 .swiper-next-arrow:hover, .arrow-style-3 .swiper-prev-arrow:hover {
  color: var(--text-primary);
}
.arrow-style-3 .swiper-next-arrow:hover i, .arrow-style-3 .swiper-prev-arrow:hover i {
  color: var(--text-primary);
  border-color: var(--text-primary);
}
/*=======================================
   14. Search css
=======================================*/
.mobile-search {
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-items: center;
  position: fixed;
  cursor: pointer;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.65s ease;
  padding: 35px 100px;
  transform: translateY(-50px);
}
@media (max-width: 767px) {
  .mobile-search {
    padding: 20px 20px;
  }
}
.mobile-search label {
  color: #fff;
  margin-bottom: 20px;
  font-family: var(--font-prompt);
}
.mobile-search.slide {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.mobile-search input, .mobile-search .contact-form textarea, .contact-form .mobile-search textarea {
  border: none;
  outline: none;
  border-radius: unset;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 30px 10px 0px;
  width: 100%;
  background: transparent;
  transition: 0.3s ease-in-out;
  color: #fff;
  height: 50px;
  line-height: 45px;
}
.mobile-search input:focus, .mobile-search .contact-form textarea:focus, .contact-form .mobile-search textarea:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding-left: 20px;
}
.mobile-search input::-moz-placeholder, .mobile-search .contact-form textarea::-moz-placeholder, .contact-form .mobile-search textarea::-moz-placeholder {
  color: #999;
  font-weight: 400;
  font-size: 15px;
}
.mobile-search input::placeholder, .mobile-search .contact-form textarea::placeholder, .contact-form .mobile-search textarea::placeholder {
  color: #999;
  font-weight: 400;
  font-size: 15px;
}
.mobile-search .search-cross-btn {
  color: #fff;
  cursor: pointer;
  background: transparent;
  border-radius: 50%;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  text-align: center;
  transition: 0.5s ease;
  border: 1px solid rgba(255, 255, 255, 0.45);
}
@media (max-width: 576px) {
  .mobile-search .search-cross-btn {
    height: 30px;
    min-width: 30px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
  }
}
.mobile-search .search-cross-btn:hover {
  background: var(--primary-one);
  border-color: var(--primary-one);
  color: #fff;
}
.mobile-search .search-cross-btn.style-two:hover {
  background: var(--primary-one);
  border-color: var(--primary-one);
  color: #fff;
}
.mobile-search .search-cross-btn i {
  font-size: 15px;
}
@media (max-width: 576px) {
  .mobile-search .search-cross-btn i {
    font-size: 11px;
  }
}

.search-box {
  background: rgba(255, 76, 96, 0.07);
  border: 1px solid #EEEEEE;
  border-radius: 50px;
  padding: 0px 20px;
  display: block;
  height: 100%;
  height: 50px;
  line-height: 46px;
  min-height: 100%;
}
.search-box form {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
.search-box form input, .search-box form .contact-form textarea, .contact-form .search-box form textarea {
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.search-box form input::-moz-placeholder, .search-box form .contact-form textarea::-moz-placeholder, .contact-form .search-box form textarea::-moz-placeholder {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-secondary);
}
.search-box form input::placeholder, .search-box form .contact-form textarea::placeholder, .contact-form .search-box form textarea::placeholder {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-secondary);
}
.search-box form button {
  min-width: 30px;
  outline: none;
  width: none;
  background-color: transparent;
  transition: 0.5s ease;
}
.search-box form button i {
  transition: 0.5s ease;
}
.search-box form button:hover {
  transform: scale(1.1);
}
.search-box form button:hover i {
  color: var(--primary-four);
}

.search-box-2 {
  background: rgba(255, 250, 240, 0.5);
  border: 1px solid #EEEEEE;
  border-radius: 50px;
  padding: 0px 0px;
  display: block;
  min-height: 100%;
  overflow: hidden;
}
.search-box-2 form {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
.search-box-2 form input, .search-box-2 form .contact-form textarea, .contact-form .search-box-2 form textarea {
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
  padding: 8px 20px;
  background-color: transparent;
}
.search-box-2 form input::-moz-placeholder, .search-box-2 form .contact-form textarea::-moz-placeholder, .contact-form .search-box-2 form textarea::-moz-placeholder {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-secondary);
}
.search-box-2 form input::placeholder, .search-box-2 form .contact-form textarea::placeholder, .contact-form .search-box-2 form textarea::placeholder {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-secondary);
}
.search-box-2 form button {
  min-width: 60px;
  outline: none;
  width: none;
  background-color: transparent;
  transition: 0.5s ease;
  background-color: var(--primary-one);
  color: var(--white);
  padding: 8px 0;
}
.search-box-2 form button i {
  transition: 0.5s ease;
}
.search-box-2 form button:hover i {
  transform: scale(1.1);
  color: var(--text-primary);
}

/*=======================================
   15. Social css
=======================================*/
ul.social-1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
ul.social-1 li:hover i {
  color: var(--primary-one);
}
ul.social-1 a {
  line-height: 1;
  font-size: 13px;
  color: var(--white);
}
ul.social-1 a i {
  font-size: 17px;
  margin-top: -3px;
  margin-right: 6px;
  transition: all 0.4s;
}

ul.social-2 {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
}
ul.social-2.style-two .icon span {
  color: var(--primary-two);
}
ul.social-2.style-two a span {
  font-size: 12px;
  font-weight: 500;
  color: var(--primary-two);
}
ul.social-2.style-two a:hover {
  color: var(--primary-two);
}
ul.social-2.style-two a:hover .icon {
  border: 1px solid var(--primary-two);
}
ul.social-2.style-two a:hover .icon span {
  color: var(--primary-two);
}
ul.social-2.style-two a:hover p {
  color: var(--primary-two);
}
ul.social-2.style-three .icon span {
  color: var(--linear-one);
}
ul.social-2.style-three a span {
  color: var(--linear-one);
  font-size: 12px;
  font-weight: 500;
}
ul.social-2.style-three a:hover {
  color: var(--linear-two);
}
ul.social-2.style-three a:hover .icon {
  border: 1px solid var(--linear-one);
}
ul.social-2.style-three a:hover .icon span {
  color: var(--linear-one);
}
ul.social-2.style-three a:hover p {
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
}
ul.social-2 a {
  display: flex;
  align-items: center;
  gap: 10px;
}
ul.social-2 a .icon {
  border: 1px solid var(--text-secondary);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  overflow: hidden;
  margin-right: 0;
}
ul.social-2 a .icon i {
  color: var(--text-secondary);
  transition: 0.4s ease;
}
ul.social-2 a .icon span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--primary-one);
  font-family: var(--font-prompt);
  transition: all 0.45s ease-in-out;
  opacity: 1;
}
ul.social-2 a p {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-secondary);
  text-transform: uppercase;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  ul.social-2 a p {
    font-size: 13px;
  }
}
ul.social-2 a:hover {
  color: var(--primary-one);
}
ul.social-2 a:hover .icon {
  border: 1px solid var(--primary-one);
}
ul.social-2 a:hover i {
  transform: translateY(-30px);
  opacity: 1;
}
ul.social-2 a:hover span {
  transform: translateY(-22px);
  opacity: 1;
}
ul.social-2 a:hover p {
  color: var(--primary-one);
  transition: all 0.45s ease-in-out;
}

ul.social-3 {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
ul.social-3 li {
  margin-bottom: 25px;
}
ul.social-3 li:last-child {
  margin-bottom: 0;
}
ul.social-3 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.social-3 a:hover span:first-child {
  background-color: var(--primary-one);
  color: var(--white);
}
ul.social-3 a:hover span:first-child i {
  color: var(--white);
}
ul.social-3 a:hover span:last-child {
  color: var(--primary-one);
}
ul.social-3 span {
  display: inline-block;
  transition: 0.35s ease;
}
ul.social-3 span strong {
  font-weight: 500;
}
ul.social-3 span:first-child {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-primary);
  font-family: var(--font-prompt);
  background-color: rgba(16, 16, 16, 0.05);
  border-radius: 50px;
  padding: 8px 15px;
  min-width: 145px;
  text-align: center;
  line-height: 1;
}
ul.social-3 span:first-child i {
  color: var(--text-primary);
  text-align: center;
  font-size: 17px;
  margin-right: 10px;
  transition: 0.35s ease;
}
ul.social-3 span:last-child {
  font-size: 12px;
  font-weight: 300;
  color: var(--text-primary);
}

ul.social-4 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
ul.social-4 i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  color: var(--white);
  background-color: #3E3E3E;
  text-align: center;
  font-size: 20px;
  transition: 0.4s ease;
}
ul.social-4 i:hover {
  background-color: var(--primary-one);
}

/*=======================================
   15. Category css
=======================================*/
.category-1 {
  background: var(--white);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.category-1:hover img {
  transform: scale(1.1);
}
.category-1 .image {
  overflow: hidden;
  display: block;
}
.category-1 .image img {
  transition: 0.5s ease;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-1 .content {
  text-align: center;
  padding: 25px 10px;
}
@media (max-width: 767px) {
  .category-1 .content {
    padding: 20px 10px;
  }
}
.category-1 .content h4 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1;
  transition: 0.45s ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-1 .content h4 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-1 .content h4 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .category-1 .content h4 {
    font-size: 22px;
  }
}
.category-1 .content h4:hover {
  color: var(--primary-one);
}
.category-1 .content h4 a {
  color: inherit;
}
.category-1 .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
}
.category-1 .content ul li {
  font-size: 13px;
  color: var(--text-secondary);
  position: relative;
  line-height: 1;
}
.category-1 .content ul li:last-child::after {
  content: unset;
}
.category-1 .content ul li::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 9px;
  background-color: var(--primary-one);
  border-radius: 4px;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  right: -14px;
}

.category-2 {
  background: var(--white);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.category-2:hover .image {
  overflow: hidden;
  display: block;
}
.category-2:hover .image img {
  transition: 0.5s ease;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  height: 190px;
}
.category-2:hover .content {
  padding: 20px 20px;
}
.category-2:hover .content ul {
  opacity: 1;
}
@keyframes appear {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.category-2 .image {
  overflow: hidden;
  display: block;
}
.category-2 .image img {
  transition: 0.5s ease;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  height: 210px;
}
.category-2 .content {
  text-align: center;
  padding: 20px 20px 0;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .category-2 .content {
    padding: 25px 10px;
  }
}
.category-2 .content h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 1;
  transition: 0.45s ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-2 .content h4 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-2 .content h4 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .category-2 .content h4 {
    font-size: 22px;
  }
}
.category-2 .content h4:hover {
  color: var(--primary-four);
}
.category-2 .content h4 a {
  color: inherit;
}
.category-2 .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
  margin-top: 10px;
  opacity: 0;
  transition: 0.5s;
}
.category-2 .content ul li {
  font-size: 13px;
  color: var(--text-secondary);
  position: relative;
  line-height: 1;
  font-weight: 500;
  font-family: var(--font-inter);
}

.category-1-slider {
  margin: -15px 10px;
  padding: 15px 10px;
}

.section-wrap {
  padding: 90px 70px;
  background: #F2F2DE;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .section-wrap {
    padding: 90px 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .section-wrap {
    padding: 90px 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-wrap {
    padding: 70px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-wrap {
    padding: 70px 25px;
  }
}
@media (max-width: 767px) {
  .section-wrap {
    padding: 70px 20px;
  }
}
@media (max-width: 576px) {
  .section-wrap {
    padding: 70px 10px;
  }
}

.category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-list li {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-prompt);
  transition: 0.4s ease;
  margin-bottom: 15px;
}
.category-list li:last-child {
  margin-bottom: 0px;
}
.category-list li a {
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-list li a span:last-child {
  color: rgba(16, 16, 16, 0.8);
}
.category-list li svg {
  fill: var(--text-secondary);
  transition: 0.4s ease;
  margin-right: 10px;
}
.category-list li:hover {
  color: var(--primary-one);
}
.category-list li:hover span:last-child {
  color: var(--primary-one);
}
.category-list li:hover svg {
  fill: var(--primary-one);
  transform: scale(1.25);
}

.tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.tag-list li {
  border: 1px solid var(--border-color);
  padding: 10px 15px;
  background-color: var(--white);
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  font-family: var(--font-prompt);
  border-radius: 5px;
  transition: 0.45s ease;
  line-height: 1;
}
.tag-list li a {
  color: inherit;
  transition: 0.4s ease;
}
.tag-list li:hover {
  border-radius: 100px;
  border: 1px solid var(--primary-one);
}
.tag-list li:hover a {
  color: var(--primary-one);
}

/*=======================================
   15. blog image css
=======================================*/
.blog-image-1 {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  overflow: hidden;
}
.blog-image-1:hover .image img {
  transform: scale(1.1);
}
.blog-image-1:hover .image::before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.05));
}
.blog-image-1:hover .content {
  bottom: 0px;
}
.blog-image-1 .image {
  position: relative;
  z-index: 1;
}
.blog-image-1 .image img {
  width: 100%;
  transition: 0.55s;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .blog-image-1 .image img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 290px;
  }
}
.blog-image-1 .image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.05));
  z-index: 1;
  transition: 0.6s ease;
}
.blog-image-1 .content {
  position: absolute;
  left: 0;
  padding: 25px 20px;
  z-index: 2;
  width: 100%;
  max-width: 480px;
  margin-left: 0;
  margin-right: auto;
  bottom: -50px;
  transition: 0.6s ease;
}
@media (max-width: 767px) {
  .blog-image-1 .content {
    padding: 25px 20px;
  }
}
.blog-image-1 .content .subtitle {
  color: var(--white);
  font-size: 12px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  background-color: var(--primary-one);
  font-family: var(--font-prompt);
  padding: 6px 14px;
  border-radius: 5px;
  line-height: 1;
  font-style: italic;
  margin-bottom: 20px;
}
.blog-image-1 .content .title {
  font-size: 20px;
  color: var(--white);
  margin-bottom: 0px;
  font-weight: 500;
  transition: 0.45s ease;
}
.blog-image-1 .content .title:hover {
  color: var(--primary-one);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-image-1 .content .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .blog-image-1 .content .title {
    font-size: 18px;
  }
}
.blog-image-1 .content .title a {
  color: inherit;
}
.blog-image-1 .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 24px;
  margin-bottom: 0px;
  margin-top: 25px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-image-1 .content ul {
    gap: 18px;
  }
}
@media (max-width: 1199px) {
  .blog-image-1 .content ul {
    gap: 20px;
  }
}
.blog-image-1 .content ul li {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  line-height: 1;
  transition: 0.4s ease;
  cursor: pointer;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-image-1 .content ul li {
    white-space: nowrap;
  }
}
.blog-image-1 .content ul li a {
  color: inherit;
}
.blog-image-1 .content ul li:hover {
  color: var(--primary-one);
}
.blog-image-1 .content ul li:hover i {
  color: var(--primary-one);
  transition: 0.4s ease;
}
.blog-image-1 .content ul li i {
  margin-right: 3px;
  margin-top: -2px;
}
.blog-image-1 .content ul li:last-child::after {
  content: unset;
}
.blog-image-1 .content ul li::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 9px;
  background-color: var(--primary-one);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -13px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-image-1 .content ul li::after {
    right: -9px;
  }
}

.blog-image-2 {
  position: relative;
  padding: 25px;
  border: 1px solid var(--border-color3);
}
@media (max-width: 767px) {
  .blog-image-2 {
    padding: 15px;
  }
}
.blog-image-2 .image {
  position: relative;
  display: block;
}
.blog-image-2 .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(44, 44, 44, 0) 9.38%, #2C2C2C 91.29%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.blog-image-2 .image > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-image-2 .content {
  position: absolute;
  bottom: 45px;
  left: 45px;
  width: 100%;
  padding: 45px 30px;
  width: 100%;
  max-width: 620px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-image-2 .content {
    max-width: 540px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-image-2 .content {
    left: 15px;
    right: 15px;
    bottom: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-image-2 .content {
    bottom: 30px;
    left: 30px;
  }
}
@media (max-width: 767px) {
  .blog-image-2 .content {
    padding: 15px 15px;
    max-width: 310px;
    left: 30px;
  }
}
@media (max-width: 425px) {
  .blog-image-2 .content {
    left: 15px;
  }
}
.blog-image-2 .content ul.meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}
.blog-image-2 .content ul.meta li {
  margin-right: 40px;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-inter);
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .blog-image-2 .content ul.meta li {
    margin-right: 18px;
    font-size: 14px;
    font-weight: 400;
  }
}
@media (max-width: 576px) {
  .blog-image-2 .content ul.meta li {
    margin-right: 15px;
    font-size: 12px;
    font-weight: 400;
  }
}
.blog-image-2 .content ul.meta li:last-child {
  margin-right: 0px;
}
.blog-image-2 .content ul.meta li:last-child::after {
  content: unset;
}
.blog-image-2 .content ul.meta li:hover {
  color: white;
}
.blog-image-2 .content ul.meta li:hover svg {
  fill: white;
}
.blog-image-2 .content ul.meta li a {
  color: inherit;
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-image-2 .content ul.meta li svg {
  fill: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}
.blog-image-2 .content ul.meta li::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 10px;
  background-color: var(--primary-four);
  border-radius: 4px;
}
@media (max-width: 576px) {
  .blog-image-2 .content ul.meta li::after {
    display: none;
    visibility: hidden;
  }
}
.blog-image-2 .content h3 {
  font-size: 30px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 0px;
}
@media (max-width: 1399px) {
  .blog-image-2 .content h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .blog-image-2 .content h3 {
    font-size: 20px;
  }
}
.blog-image-2 .content h3:hover a {
  color: var(--primary-four);
}
.blog-image-2 .content h3 a {
  color: inherit;
  transition: 0.4s ease;
}
.blog-image-2 .content h1,
.blog-image-2 .content h2 {
  font-size: 40px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 15px;
  line-height: 1.45;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-image-2 .content h1,
  .blog-image-2 .content h2 {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-image-2 .content h1,
  .blog-image-2 .content h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-image-2 .content h1,
  .blog-image-2 .content h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .blog-image-2 .content h1,
  .blog-image-2 .content h2 {
    font-size: 24px;
  }
}
.blog-image-2 .content h1:hover a,
.blog-image-2 .content h2:hover a {
  color: var(--primary-four);
}
.blog-image-2 .content h1 a,
.blog-image-2 .content h2 a {
  color: inherit;
  transition: 0.4s ease;
}
.blog-image-2 .date {
  padding: 10px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
  min-width: 65px;
  height: 65px;
  line-height: 1;
  background: var(--text-primary);
  z-index: 2;
}
.blog-image-2 .date h4 {
  font-size: 22px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
}
.blog-image-2 .date span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-inter);
  line-height: 1;
}
.blog-image-2.style-2 {
  padding: 0px;
  border: unset;
}
.blog-image-2.style-2 .image img {
  min-height: 635px;
  max-height: 635px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-image-2.style-2 .image img {
    min-height: 608px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-image-2.style-2 .image img {
    min-height: 564px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-image-2.style-2 .image img {
    min-height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-image-2.style-2 .image img {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .blog-image-2.style-2 .image img {
    min-height: 350px;
  }
}
.blog-image-2.style-2 .content {
  max-width: 750px;
}
@media (max-width: 767px) {
  .blog-image-2.style-2 .content {
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
}
.blog-image-2.style-2 .content ul {
  margin-bottom: 0px;
  flex-wrap: wrap;
}
.blog-image-2.style-2 .content ul li::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 10px;
  background: linear-gradient(180deg, rgb(145, 112, 144) 0%, rgb(222, 139, 118) 100%);
  border-radius: 4px;
}
@media (max-width: 991px) {
  .blog-image-2.style-2 .content ul li::after {
    content: none;
  }
}
.blog-image-2.style-2 .content ul li:last-child::after {
  content: none;
}

.blog-image-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 480px;
}
@media (max-width: 576px) {
  .blog-image-3 {
    min-height: 320px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .blog-image-3 {
    min-height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-image-3 {
    min-height: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-image-3 {
    min-height: 420px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-image-3 {
    min-height: 450px;
  }
}
.blog-image-3 .content {
  padding: 45px 30px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-image-3 .content {
    max-width: 100%;
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .blog-image-3 .content {
    padding: 15px 20px;
    max-width: 100%;
    left: 30px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-image-3 .content {
    max-width: 600px;
  }
}
.blog-image-3 .content ul.meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.blog-image-3 .content ul.meta li {
  margin-right: 40px;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-inter);
  transition: 0.3s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-image-3 .content ul.meta li {
    margin-right: 30px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-image-3 .content ul.meta li {
    font-size: 14px;
    margin-right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .blog-image-3 .content ul.meta li {
    font-size: 13px;
    margin-right: 20px;
  }
}
@media (max-width: 576px) {
  .blog-image-3 .content ul.meta li {
    margin-right: 18px;
    font-size: 12px;
  }
}
.blog-image-3 .content ul.meta li:last-child::after {
  content: unset;
}
.blog-image-3 .content ul.meta li:hover {
  color: white;
}
.blog-image-3 .content ul.meta li a {
  color: inherit;
}
.blog-image-3 .content ul.meta li img {
  margin-right: 10px;
  opacity: 1;
}
.blog-image-3 .content ul.meta li::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 10px;
  background: linear-gradient(180deg, #917090 0%, #DE8B76 100%);
  border-radius: 4px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-image-3 .content ul.meta li::after {
    right: -15px;
  }
}
@media (max-width: 767px) {
  .blog-image-3 .content ul.meta li::after {
    content: none;
  }
}
.blog-image-3 .content h3 {
  font-size: 35px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.45;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-image-3 .content h3 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-image-3 .content h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .blog-image-3 .content h3 {
    font-size: 22px;
  }
}
.blog-image-3 .content h3:hover a {
  text-decoration: underline;
}
.blog-image-3 .content h3 a {
  color: inherit;
  transition: 0.4s ease;
}

.blog-img-list {
  padding: 10px;
  background: linear-gradient(180deg, rgba(145, 112, 144, 0.05) 0%, rgba(222, 139, 118, 0.05) 100%);
}
.blog-img-list .blog-image-4 {
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-img-list .blog-image-4 .content {
  padding: 100px 25px 25px 25px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: auto;
}
.blog-img-list .blog-image-4 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 6px;
}
.blog-img-list .blog-image-4 ul li {
  font-size: 14px;
}
.blog-img-list .blog-image-4 ul li a {
  color: var(--white);
}
.blog-img-list .blog-image-4 h5 {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
}
.blog-img-list .blog-image-4 h5:hover a {
  text-decoration: underline;
}
.blog-img-list .blog-image-4 h5 a {
  color: inherit;
}

.blog-image-5 {
  display: block;
  min-height: 350px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  background-color: rgba(23, 23, 23, 0.5);
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
}
.blog-image-5 .category {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  border-radius: 0px;
  color: var(--linear-two);
  background-color: var(--white);
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  padding: 0px 20px;
  border: 1px solid var(--border-color);
}
.blog-image-5 .content h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--white);
}
@media (max-width: 767px) {
  .blog-image-5 .content h5 {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-image-5 .content h5 {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-image-5 .content h5 {
    font-size: 20px;
  }
}
.blog-image-5 .content h5:hover a {
  text-decoration: underline;
}
.blog-image-5 .content h5 a {
  color: inherit;
  transition: 0.45s ease;
}
.blog-image-5 .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .blog-image-5 .content ul {
    flex-wrap: wrap;
  }
}
.blog-image-5 .content ul li {
  margin-right: 25px;
  position: relative;
  transition: 0.25s ease;
  color: var(--white);
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  font-family: var(--font-inter);
}
.blog-image-5 .content ul li span {
  display: inline-block;
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
}
.blog-image-5 .content ul li a {
  transition: 0.3s;
  color: inherit;
}
@media (max-width: 767px) {
  .blog-image-5 .content ul li a {
    font-size: 11px;
  }
}
.blog-image-5 .content ul li:hover a {
  color: var(--linear-two);
}
.blog-image-5 .content ul li:last-child::before {
  content: unset;
}
.blog-image-5 .content ul li::before {
  content: "";
  position: absolute;
  right: -13px;
  top: 15px;
  width: 9px;
  height: 2px;
  line-height: 5px;
  background: linear-gradient(180deg, rgb(145, 112, 144) 0%, rgb(222, 139, 118) 100%);
  border-radius: 50%;
}

/*=======================================
   15. blog list css
=======================================*/
.blog-list-1 {
  width: 100%;
  max-width: 350px;
  margin-right: auto;
  margin-left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
@media (max-width: 991px) {
  .blog-list-1 {
    max-width: 100%;
  }
}
.blog-list-1.style-two .content h6:hover a {
  color: var(--primary-two);
}
.blog-list-1.style-two .content ul li:hover a {
  color: var(--primary-two);
}
.blog-list-1.style-two .content ul li::before {
  background-color: var(--primary-two);
}
.blog-list-1.style-three {
  max-width: 100%;
  border-bottom: 1px solid var(--border-color3);
  padding-bottom: 27px;
  margin-bottom: 27px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-list-1.style-three {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-list-1.style-three {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.blog-list-1.style-three .image {
  border-radius: 0px;
}
.blog-list-1.style-three .image img {
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-list-1.style-three .image img {
    height: 75px;
  }
}
.blog-list-1.style-three .content h6 {
  font-size: 17px;
}
.blog-list-1.style-three .content h6:hover a {
  color: var(--primary-four);
}
.blog-list-1.style-three .content ul li:hover a {
  color: var(--primary-four);
}
.blog-list-1.style-three .content ul li::before {
  background-color: var(--primary-four);
}
.blog-list-1.style-four {
  max-width: 100%;
  border-bottom: 1px solid var(--border-color3);
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.blog-list-1.style-four:last-child {
  margin-bottom: 0;
  border-bottom: unset;
}
.blog-list-1.style-four .content h6 {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-list-1.style-four .content h6 {
    font-size: 15px;
  }
}
.blog-list-1.style-four .content h6:hover a {
  color: var(--primary-four);
}
.blog-list-1.style-four .content ul li:hover a {
  color: var(--primary-four);
}
.blog-list-1.style-four .content ul li::before {
  background-color: var(--primary-four);
}
.blog-list-1.style-five {
  margin-bottom: 30px;
}
.blog-list-1.style-five .image {
  border-radius: 0px;
}
.blog-list-1.style-five .content h6 {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-list-1.style-five .content h6 {
    font-size: 15px;
  }
}
.blog-list-1.style-five .content h6:hover a {
  text-decoration: underline;
  color: var(--text-primary);
}
.blog-list-1.style-five .content ul li:hover a {
  color: var(--primary-four);
}
.blog-list-1.style-five .content ul li::before {
  background-color: var(--primary-four);
}
.blog-list-1.style-six {
  max-width: 100%;
  border-bottom: 1px solid var(--border-color3);
  padding-bottom: 30px;
  padding: 31px;
}
@media (max-width: 991px) {
  .blog-list-1.style-six {
    margin-bottom: 0px;
    padding: 20px;
  }
}
.blog-list-1.style-six:last-child {
  margin-bottom: 0px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-list-1.style-six {
    padding: 22px;
    padding-bottom: 22px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-list-1.style-six {
    padding-bottom: 24px;
  }
}
.blog-list-1.style-six .image {
  border-radius: 0px;
}
.blog-list-1.style-six .image img {
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-list-1.style-six .image img {
    height: 75px;
  }
}
.blog-list-1.style-six .content h6 {
  font-size: 20px;
  margin-bottom: 10px;
}
.blog-list-1.style-six .content h6:hover a {
  text-decoration: underline;
  color: var(--text-primary);
}
.blog-list-1.style-six .content ul li:hover a {
  color: var(--primary-four);
}
.blog-list-1.style-six .content ul li::before {
  top: 13px;
  background-color: var(--primary-four);
}
.blog-list-1 .image {
  border-radius: 5px;
  overflow: hidden;
  min-width: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-list-1 .image {
    min-width: 75px;
  }
}
@media (max-width: 767px) {
  .blog-list-1 .image {
    min-width: 75px;
  }
}
.blog-list-1 .content h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .blog-list-1 .content h6 {
    font-size: 15px;
  }
}
.blog-list-1 .content h6:hover a {
  color: var(--primary-one);
}
.blog-list-1 .content a {
  color: inherit;
  transition: 0.45s ease;
}
.blog-list-1 .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.blog-list-1 .content ul li {
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 500;
  margin-right: 25px;
  position: relative;
  transition: 0.25s ease;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-list-1 .content ul li {
    margin-right: 15px;
  }
}
@media (max-width: 1199px) {
  .blog-list-1 .content ul li {
    margin-right: 15px;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .blog-list-1 .content ul li {
    font-size: 11px;
  }
}
.blog-list-1 .content ul li:hover a {
  color: var(--primary-one);
}
.blog-list-1 .content ul li:last-child::before {
  content: unset;
}
.blog-list-1 .content ul li::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 12px;
  width: 5px;
  height: 5px;
  line-height: 5px;
  background-color: var(--primary-one);
  border-radius: 50%;
}
@media (max-width: 1399px) {
  .blog-list-1 .content ul li::before {
    right: -10px;
  }
}

.blog-list-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color);
  position: relative;
}
@media (min-width: 576px) and (max-width: 768px) {
  .blog-list-2 {
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .blog-list-2 {
    flex-wrap: wrap-reverse;
    gap: 15px;
    padding: 20px 0;
  }
}
.blog-list-2:hover .date {
  background-color: var(--primary-one);
}
.blog-list-2:hover .date h3 {
  color: var(--white);
}
.blog-list-2:hover .date p {
  color: var(--white);
}
.blog-list-2 .date {
  min-width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  border-radius: 50%;
  transition: 0.5s ease;
  border: 1px solid var(--border-color);
}
@media (min-width: 576px) and (max-width: 768px) {
  .blog-list-2 .date {
    min-width: 90px;
    height: 90px;
  }
}
@media (max-width: 576px) {
  .blog-list-2 .date {
    position: absolute;
    left: 20px;
    top: 40px;
    min-width: 70px;
    max-width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    border-radius: 50%;
    transition: 0.5s ease;
    background-color: var(--white);
    z-index: 1;
  }
}
.blog-list-2 .date h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: capitalize;
}
@media (min-width: 576px) and (max-width: 768px) {
  .blog-list-2 .date h3 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .blog-list-2 .date h3 {
    font-size: 20px;
  }
}
.blog-list-2 .date p {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 576px) {
  .blog-list-2 .date p {
    font-size: 11px;
  }
}
.blog-list-2 .image {
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .blog-list-2 .image {
    width: 100%;
  }
  .blog-list-2 .image img {
    width: 100%;
    height: 210px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.blog-list-2 .content {
  padding: 25px;
}
@media (max-width: 1399px) {
  .blog-list-2 .content {
    padding: 25px 0;
  }
}
@media (max-width: 576px) {
  .blog-list-2 .content {
    padding: 0;
  }
}
.blog-list-2 .content h4 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .blog-list-2 .content h4 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-list-2 .content h4 {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-list-2 .content h4 {
    font-size: 20px;
  }
}
.blog-list-2 .content h4:hover a {
  color: var(--primary-one);
}
.blog-list-2 .content h4 a {
  color: inherit;
  transition: 0.45s ease;
}
.blog-list-2 .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 5px;
}
.blog-list-2 .content ul li {
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 500;
  margin-right: 25px;
  position: relative;
  transition: 0.25s ease;
}
.blog-list-2 .content ul li a {
  color: var(--text-secondary);
}
.blog-list-2 .content ul li:hover a {
  color: var(--primary-one);
}
.blog-list-2 .content ul li:last-child::before {
  content: unset;
}
.blog-list-2 .content ul li::before {
  content: "";
  position: absolute;
  right: -13px;
  top: 12px;
  width: 5px;
  height: 5px;
  line-height: 5px;
  background-color: var(--primary-one);
  border-radius: 50%;
}
.blog-list-2 .bottom-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-left: 14px;
  margin-top: 20px;
}
.blog-list-2 .bottom-area span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: var(-text-secondary);
}
.blog-list-2 .bottom-area svg {
  fill: var(--text-secondary);
  margin-right: 5px;
  margin-top: -4px;
}
.blog-list-2 .image {
  max-width: 250px;
  width: 100%;
}
@media (max-width: 1399px) {
  .blog-list-2 .image {
    max-width: 200px;
  }
}
@media (max-width: 1199px) {
  .blog-list-2 .image {
    max-width: 180px;
  }
}
@media (max-width: 576px) {
  .blog-list-2 .image {
    max-width: unset;
  }
}

.blog-list-3 {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 15px;
}
.blog-list-3.style-2 ul {
  margin-bottom: 0px;
}
.blog-list-3.style-2 ul li {
  font-family: var(--font-prompt);
}
.blog-list-3.style-2 ul li:hover a {
  color: var(--primary-four);
}
.blog-list-3.style-2 ul li::before {
  background-color: var(--primary-four);
}
.blog-list-3.style-2 h6 {
  margin-bottom: 15px;
}
.blog-list-3.style-2 h6:hover a {
  color: var(--primary-four);
}
.blog-list-3:last-child {
  margin-bottom: 0px;
}
.blog-list-3 h6 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .blog-list-3 h6 {
    font-size: 16px;
  }
}
.blog-list-3 h6:hover a {
  color: var(--primary-two);
}
.blog-list-3 h6 a {
  color: inherit;
  transition: 0.45s ease;
}
.blog-list-3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 15px;
  justify-content: flex-start;
}
.blog-list-3 ul li {
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 500;
  margin-right: 25px;
  position: relative;
  transition: 0.25s ease;
}
.blog-list-3 ul li a {
  color: var(--text-secondary);
}
.blog-list-3 ul li:hover a {
  color: var(--primary-two);
}
.blog-list-3 ul li:last-child::before {
  content: unset;
}
.blog-list-3 ul li::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 13px;
  width: 5px;
  height: 5px;
  line-height: 5px;
  background-color: var(--primary-two);
  border-radius: 50%;
}

.blog-list-4 {
  padding: 15px;
  background-color: var(--white);
  box-shadow: 0px 0px 30px rgba(23, 23, 23, 0.06);
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 425px) {
  .blog-list-4 {
    flex-wrap: wrap;
  }
}
.blog-list-4 .image {
  position: relative;
}
@media (max-width: 425px) {
  .blog-list-4 .image {
    min-width: 100%;
  }
}
.blog-list-4 .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-list-4 .image::after {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 5%;
  width: 90%;
  height: 90%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 1;
}
.blog-list-4 .content {
  padding: 0 0 0 25px;
}
@media (max-width: 425px) {
  .blog-list-4 .content {
    padding: 20px 0 0 0;
  }
}
.blog-list-4 .author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.blog-list-4 .author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.blog-list-4 .desig h6 {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-primary);
  line-height: 1;
  margin-bottom: 5px;
}
.blog-list-4 .desig h6 a {
  color: inherit;
}
.blog-list-4 .desig a.date {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-secondary);
  line-height: 1;
  display: block;
}
.blog-list-4 h4 {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 0px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .blog-list-4 h4 {
    font-size: 17px;
  }
}
.blog-list-4 h4:hover a {
  text-decoration: underline;
}
.blog-list-4 h4 a {
  color: inherit;
}

.blog-list-5 {
  width: 100%;
  max-width: 350px;
  margin-right: auto;
  margin-left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.blog-list-5 .image {
  border-radius: 5px;
  overflow: hidden;
  min-width: 100px;
}
@media (max-width: 767px) {
  .blog-list-5 .image {
    min-width: 80px;
  }
}
.blog-list-5 .content h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .blog-list-5 .content h6 {
    font-size: 15px;
  }
}
.blog-list-5 .content h6:hover a {
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
}
.blog-list-5 .content a {
  color: inherit;
  transition: 0.45s ease;
}
.blog-list-5 .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.blog-list-5 .content ul li {
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 500;
  margin-right: 25px;
  position: relative;
  transition: 0.25s ease;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-list-5 .content ul li {
    margin-right: 15px;
  }
}
@media (max-width: 1199px) {
  .blog-list-5 .content ul li {
    margin-right: 15px;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .blog-list-5 .content ul li {
    font-size: 11px;
  }
}
.blog-list-5 .content ul li:hover a {
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
}
.blog-list-5 .content ul li:last-child::before {
  content: unset;
}
.blog-list-5 .content ul li::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 13px;
  width: 5px;
  height: 5px;
  line-height: 5px;
  background: linear-gradient(180deg, rgba(145, 112, 144, 0.2) 0%, rgba(222, 139, 118, 0.2) 100%);
  border-radius: 50%;
}

.blog-list-6 {
  background-color: var(--white);
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}
@media (max-width: 576px) {
  .blog-list-6 {
    flex-wrap: wrap;
  }
}
.blog-list-6:hover .image img {
  transform: scale(1.1);
}
.blog-list-6 .image {
  overflow: hidden;
  min-width: 270px;
}
@media (max-width: 576px) {
  .blog-list-6 .image {
    min-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .blog-list-6 .image {
    min-width: 200px;
  }
}
.blog-list-6 .image img {
  transition: 0.45s;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  object-fit: cover;
}
.blog-list-6 .content {
  padding: 0 0 0 25px;
}
@media (max-width: 576px) {
  .blog-list-6 .content {
    padding: 15px 0 0 0;
  }
}
.blog-list-6 .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 10px;
  justify-content: flex-start;
}
@media (max-width: 576px) {
  .blog-list-6 .content ul {
    margin-bottom: 5px;
  }
}
.blog-list-6 .content ul li {
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 500;
  margin-right: 25px;
  position: relative;
  transition: 0.25s ease;
}
.blog-list-6 .content ul li:last-child {
  color: var(--text-secondary);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-list-6 .content ul li {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-list-6 .content ul li {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .blog-list-6 .content ul li {
    margin-right: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-list-6 .content ul li {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .blog-list-6 .content ul li {
    font-size: 12px;
  }
}
.blog-list-6 .content ul li a {
  color: var(--text-secondary);
}
.blog-list-6 .content ul li:hover a {
  color: var(--linear-two);
}
.blog-list-6 .content ul li:last-child::before {
  content: unset;
}
.blog-list-6 .content ul li::before {
  content: "";
  position: absolute;
  right: -13px;
  top: 12px;
  width: 5px;
  height: 5px;
  line-height: 5px;
  background: linear-gradient(180deg, rgb(145, 112, 144) 0%, rgb(222, 139, 118) 100%);
  border-radius: 50%;
}
.blog-list-6 .content .button-area {
  margin-top: 20px;
}
.blog-list-6 .content .button-area span {
  display: inline-block;
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 400;
  min-width: 85px;
}
.blog-list-6 .content .button-area svg {
  max-width: 10px;
  fill: var(--text-secondary);
  margin-right: 5px;
}
.blog-list-6 h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .blog-list-6 h4 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-list-6 h4 {
    font-size: 19px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-list-6 h4 {
    font-size: 19px;
  }
}
.blog-list-6 h4:hover a {
  text-decoration: underline;
}
.blog-list-6 h4 a {
  color: inherit;
}

.blog-list-7 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid var(--border-color);
  padding: 0px 10px;
}
.blog-list-7:last-child {
  border-bottom: unset;
}
.blog-list-7:hover .date h3 {
  color: var(--text-primary);
}
.blog-list-7:hover .date p {
  color: var(--text-primary);
}
.blog-list-7 .date {
  min-width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  border-radius: 50%;
  transition: 0.5s ease;
  border: 1px solid var(--border-color);
}
@media (max-width: 767px) {
  .blog-list-7 .date {
    min-width: 70px;
    height: 70px;
  }
}
.blog-list-7 .date h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  color: var(--text-secondary);
}
.blog-list-7 .date p {
  margin-bottom: 0px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  color: var(--text-secondary);
}
.blog-list-7 .content {
  padding: 25px 20px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-list-7 .content {
    padding: 20px;
  }
}
.blog-list-7 .content h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .blog-list-7 .content h5 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-list-7 .content h5 {
    font-size: 20px;
  }
}
.blog-list-7 .content h5:hover a {
  text-decoration: underline;
}
.blog-list-7 .content h5 a {
  color: inherit;
  transition: 0.45s ease;
}
.blog-list-7 .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 5px;
}
.blog-list-7 .content ul li {
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
  font-size: 13px;
  font-weight: 500;
  margin-right: 25px;
  position: relative;
  transition: 0.25s ease;
}
.blog-list-7 .content ul li a {
  color: var(--text-secondary);
}
.blog-list-7 .content ul li:hover a {
  text-decoration: underline;
}
.blog-list-7 .content ul li:last-child::before {
  content: unset;
}
.blog-list-7 .content ul li::before {
  content: "";
  position: absolute;
  right: -13px;
  top: 12px;
  width: 5px;
  height: 5px;
  line-height: 5px;
  background-color: var(--primary-one);
  border-radius: 50%;
}

.blog-video-list {
  width: 100%;
  margin-right: auto;
  margin-left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.blog-video-list .image {
  border-radius: 0px;
  overflow: hidden;
  min-width: 180px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-video-list .image {
    min-width: 120px;
  }
}
.blog-video-list .image .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(16, 16, 16, 0) 38.55%, #101010 100%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.blog-video-list .image .overlay i {
  color: var(--white);
  cursor: pointer;
  height: 30px;
  width: 30px;
  background: rgba(16, 16, 16, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.35s;
}
.blog-video-list .image .overlay i:hover {
  border: 1px solid rgba(217, 147, 116, 0.8);
  color: #D99374;
}
.blog-video-list .image img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-video-list .image img {
    height: 90px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-video-list .image img {
    height: 115px;
  }
}
@media (max-width: 767px) {
  .blog-video-list .image {
    min-width: 120px;
  }
}
.blog-video-list .content h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .blog-video-list .content h6 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .blog-video-list .content h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .blog-video-list .content h6 {
    font-size: 15px;
  }
}
.blog-video-list .content h6:hover a {
  color: var(--primary-four);
}
.blog-video-list .content a {
  color: inherit;
  transition: 0.45s ease;
}
.blog-video-list .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.blog-video-list .content ul li {
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 500;
  margin-right: 25px;
  position: relative;
  transition: 0.25s ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-video-list .content ul li {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .blog-video-list .content ul li {
    font-size: 11px;
  }
}
.blog-video-list .content ul li:last-child {
  margin-right: 0;
}
.blog-video-list .content ul li:hover a {
  color: var(--primary-four);
}
.blog-video-list .content ul li:last-child::before {
  content: unset;
}
.blog-video-list .content ul li::before {
  content: "";
  position: absolute;
  right: -13px;
  top: 12px;
  width: 5px;
  height: 5px;
  line-height: 5px;
  background-color: var(--primary-four);
  border-radius: 50%;
}

.audio-player {
  min-height: 200px;
  background-color: #FFEDED;
  margin-bottom: 25px;
  display: flex;
  align-items: end;
}
.audio-player .player {
  position: relative;
  width: 100%;
  background: #f1f3f4;
  box-shadow: 0 50px 80px #ffeded;
}
.audio-player .player .imgbx {
  position: relative;
  width: 100%;
}
.audio-player .player .imgbx img {
  border-radius: 5px 5px 0px 0px;
  width: 100%;
}
.audio-player .player audio {
  width: 100%;
  outline: none;
  height: 50px;
  display: flex;
  align-items: center;
}

.popular-list-wrapper {
  padding: 25px 20px 0;
  border: 1px solid var(--border-color);
}
@media (max-width: 1399px) {
  .popular-list-wrapper {
    padding: 25px 15px 0;
  }
}
.popular-list-wrapper .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.popular-list-wrapper .title svg {
  margin-right: 10px;
  width: 12px;
  fill: #333333;
}
.popular-list-wrapper .title h6 {
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  margin-bottom: 0px;
}
.popular-list-wrapper .list-footer {
  display: block;
  padding: 8px;
  text-align: center;
  border-top: 1px solid rgba(23, 23, 23, 0.03);
}
.popular-list-wrapper .list-footer a {
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
  font-family: Prompt;
  font-size: 15px;
  font-weight: 500;
  transition: 0.4s;
}
.popular-list-wrapper .list-footer a:hover {
  letter-spacing: 1px;
}

/*=======================================
    blog grid css
=======================================*/
@media (max-width: 767px) {
  .blog-classic {
    padding-top: 0;
  }
}

/*=======================================
   15. blog grid css
=======================================*/
.blog-grid-1 {
  width: 100%;
  position: relative;
  border: 1px solid var(--border-color);
  border-radius: 5px;
}
.blog-grid-1:hover .image img {
  transform: scale(1.1);
}
.blog-grid-1 .eg-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}
.blog-grid-1 .image {
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
  max-height: 250px;
  display: block;
}
.blog-grid-1 .image img {
  width: 100%;
  transition: 0.55s ease;
}
.blog-grid-1 .content {
  padding: 25px 20px;
}
@media (max-width: 1199px) {
  .blog-grid-1 .content {
    padding: 20px 12px;
  }
}
.blog-grid-1 .content h4 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.45;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .blog-grid-1 .content h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-grid-1 .content h4 {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-grid-1 .content h4 {
    font-size: 24px;
  }
}
.blog-grid-1 .content h4:hover a {
  color: var(--primary-one);
}
.blog-grid-1 .content h4 a {
  color: inherit;
  transition: 0.45s ease;
}
.blog-grid-1 .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .blog-grid-1 .content ul {
    flex-wrap: wrap;
  }
}
.blog-grid-1 .content ul li {
  line-height: 1.4;
  margin-right: 25px;
  position: relative;
  transition: 0.25s ease;
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-grid-1 .content ul li {
    margin-right: 15px;
  }
}
@media (max-width: 1199px) {
  .blog-grid-1 .content ul li {
    font-size: 12px;
  }
}
.blog-grid-1 .content ul li a {
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .blog-grid-1 .content ul li a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .blog-grid-1 .content ul li a {
    font-size: 11px;
  }
}
.blog-grid-1 .content ul li:hover a {
  color: var(--primary-one);
}
.blog-grid-1 .content ul li:last-child::before {
  content: unset;
}
.blog-grid-1 .content ul li::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 7px;
  width: 5px;
  height: 5px;
  line-height: 5px;
  background-color: var(--primary-one);
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .blog-grid-1 .content ul li::before {
    top: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-grid-1 .content ul li::before {
    right: -10px;
  }
}
.blog-grid-1 .bottom-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-left: 14px;
  margin-top: 20px;
}
.blog-grid-1 .bottom-area span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: var(-text-secondary);
}
.blog-grid-1 .bottom-area svg {
  fill: var(--text-secondary);
  margin-right: 5px;
  margin-top: -4px;
}
.blog-grid-1.sibling-2 {
  border: unset;
}
.blog-grid-1.sibling-2 .eg-badge {
  position: relative;
  top: 0px;
  margin-bottom: 20px;
}
.blog-grid-1.sibling-2 .image {
  border-radius: 50%;
  width: 210px;
  height: 210px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .blog-grid-1.sibling-2 .image {
    margin-top: 0;
  }
}
.blog-grid-1.sibling-2 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-grid-1.sibling-2 .content {
  padding-top: 0px;
  padding: 15px;
  text-align: center;
}
.blog-grid-1.sibling-2 .content ul {
  justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-grid-1.sibling-2 .content ul {
    flex-wrap: wrap;
  }
}
.blog-grid-1.two .content {
  padding: 15px 20px;
}
@media (max-width: 767px) {
  .blog-grid-1.two .content {
    padding: 15px 15px;
  }
}
.blog-grid-1.two .content h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .blog-grid-1.two .content h4 {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-grid-1.two .content h4 {
    font-size: 18px;
  }
}
.blog-grid-1.two .content h4:hover a {
  color: var(--primary-two);
}
.blog-grid-1.two .content h4 a {
  color: inherit;
  transition: 0.45s ease;
}
.blog-grid-1.two .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .blog-grid-1.two .content ul {
    flex-wrap: wrap;
  }
}
.blog-grid-1.two .content ul li:last-child a {
  color: rgba(16, 16, 16, 0.7);
}
.blog-grid-1.two .content ul li:hover a {
  color: var(--primary-two);
}
.blog-grid-1.two .content ul li:last-child::before {
  content: unset;
}
.blog-grid-1.two .content ul li::before {
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  line-height: 5px;
  background-color: var(--primary-two);
  border-radius: 50%;
}
.blog-grid-1.three {
  border: none;
}
.blog-grid-1.three .image {
  position: relative;
}
.blog-grid-1.three .image .category {
  position: absolute;
  left: 15px;
  top: 15px;
}
.blog-grid-1.three .image .category a {
  font-family: var(--font-prompt);
  font-style: italic;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--white);
  background: var(--primary-two);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 26px;
  padding: 3px 13px;
}
.blog-grid-1.three .content {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  border-radius: 0px 0px 5px 5px;
  padding: 15px 20;
}
@media (max-width: 767px) {
  .blog-grid-1.three .content {
    padding: 15px 15px;
  }
}
.blog-grid-1.three .content h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 2px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .blog-grid-1.three .content h5 {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-grid-1.three .content h5 {
    font-size: 18px;
  }
}
.blog-grid-1.three .content h5:hover a {
  color: var(--primary-two);
}
.blog-grid-1.three .content h5 a {
  color: inherit;
  transition: 0.45s ease;
}
.blog-grid-1.three .bottom-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-left: 0;
}
.blog-grid-1.three .bottom-area a {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #101010;
  opacity: 0.5;
  transition: 0.35s;
}
.blog-grid-1.three .bottom-area a:hover {
  color: var(--primary-two);
  opacity: 1;
}
.blog-grid-1.three .bottom-area span {
  font-family: var(--font-inter);
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: rgba(16, 16, 16, 0.5);
  line-height: 1;
}
.blog-grid-1.three .bottom-area svg {
  margin-right: 5px;
  margin-top: -4px;
}
.blog-grid-1.style-4 {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  border-radius: 0px;
  border: none;
}
.blog-grid-1.style-4 .image {
  border-radius: 0;
}
.blog-grid-1.style-4 .image img {
  height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-grid-1.style-4 .content {
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-grid-1.style-4 .content {
    padding: 20px 12px;
  }
}
@media (max-width: 767px) {
  .blog-grid-1.style-4 .content {
    padding: 20px 15px;
  }
}
.blog-grid-1.style-4 .content h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .blog-grid-1.style-4 .content h6 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-grid-1.style-4 .content h6 {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-grid-1.style-4 .content h6 {
    font-size: 22px;
  }
}
.blog-grid-1.style-4 .content h6:hover a {
  text-decoration: underline;
}
.blog-grid-1.style-4 .content h6 a {
  color: inherit;
  transition: 0.45s ease;
}
.blog-grid-1.style-4 .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .blog-grid-1.style-4 .content ul {
    flex-wrap: wrap;
  }
}
.blog-grid-1.style-4 .content ul li {
  margin-right: 25px;
  font-size: 12px;
  position: relative;
  transition: 0.25s ease;
  color: var(--text-secondary);
}
.blog-grid-1.style-4 .content ul li a {
  color: var(--text-primary);
  font-size: 12px;
  font-weight: 500;
  font-family: var(--font-inter);
}
@media (max-width: 767px) {
  .blog-grid-1.style-4 .content ul li a {
    font-size: 11px;
  }
}
.blog-grid-1.style-4 .content ul li:hover a {
  color: var(--linear-two);
}
.blog-grid-1.style-5 {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  border-radius: 0px;
  border: none;
}
.blog-grid-1.style-5 .image {
  border-radius: 0;
}
.blog-grid-1.style-5 .image img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-grid-1.style-5 .content {
  padding: 25px;
}
@media (max-width: 767px) {
  .blog-grid-1.style-5 .content {
    padding: 20px 15px;
  }
}
.blog-grid-1.style-5 .content h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .blog-grid-1.style-5 .content h5 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-grid-1.style-5 .content h5 {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-grid-1.style-5 .content h5 {
    font-size: 24px;
  }
}
.blog-grid-1.style-5 .content h5:hover a {
  text-decoration: underline;
}
.blog-grid-1.style-5 .content h5 a {
  color: inherit;
  transition: 0.45s ease;
}
.blog-grid-1.style-5 .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 5px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .blog-grid-1.style-5 .content ul {
    flex-wrap: wrap;
  }
}
.blog-grid-1.style-5 .content ul li {
  margin-right: 25px;
  font-size: 12px;
  position: relative;
  transition: 0.25s ease;
  color: var(--text-secondary);
}
.blog-grid-1.style-5 .content ul li:last-child {
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
  margin-right: 0px;
}
.blog-grid-1.style-5 .content ul li::before {
  content: unset;
}
.blog-grid-1.style-5 .content ul li a {
  color: var(--text-primary);
  font-size: 12px;
  font-weight: 500;
  font-family: var(--font-inter);
}
@media (max-width: 767px) {
  .blog-grid-1.style-5 .content ul li a {
    font-size: 11px;
  }
}
.blog-grid-1.style-5 .content ul li:hover a {
  color: var(--linear-two);
}

.blog-grid-3 {
  width: 100%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  min-height: 450px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-grid-3 {
    min-height: 400px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-grid-3 {
    min-height: 320px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-grid-3 {
    min-height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-grid-3 {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .blog-grid-3 {
    min-height: 300px;
  }
}
.blog-grid-3 .eg-badge {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  opacity: 1;
  border-radius: 5px 0px 5px 0;
  transition: 0.5s ease;
}
.blog-grid-3 .eg-badge2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  border-radius: 5px 0px 5px 0;
}
.blog-grid-3 .eg-badge2.style-2 {
  top: 0;
  left: 0;
  opacity: 1;
}
.blog-grid-3 .badge-top {
  transition: 0.5s ease;
}
.blog-grid-3 .badge-top .eg-badge2 {
  top: 0;
  left: 0;
  opacity: 2;
  transition: 0.5s ease;
}
.blog-grid-3 .author {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid var(--white);
  overflow: hidden;
  z-index: 1;
}
.blog-grid-3 .author img {
  max-width: 100%;
}
.blog-grid-3 .image {
  border-radius: 5px 5px 0px 0px;
  max-height: 250px;
  background-color: #111;
  background-blend-mode: multiply;
  display: inline-block;
}
.blog-grid-3 .image img {
  width: 100%;
  transition: 0.55s ease;
}
.blog-grid-3 .image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(16, 16, 16, 0) 41.54%, rgba(16, 16, 16, 0.620817) 72.29%, #101010 100%);
}
.blog-grid-3 .content {
  background-color: transparent;
  padding: 25px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.5s ease;
  transform: translateY(50px);
}
.blog-grid-3 .content h4 {
  font-family: var(--font-prompt);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--white);
  text-align: left;
  text-transform: capitalize;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-grid-3 .content h4 {
    font-size: 21px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-grid-3 .content h4 {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-grid-3 .content h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .blog-grid-3 .content h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-grid-3 .content h4 {
    font-size: 22px;
  }
}
.blog-grid-3 .content h4:hover a {
  color: var(--primary-one);
}
.blog-grid-3 .content h4 a {
  color: inherit;
  transition: 0.45s ease;
}
.blog-grid-3 .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-bottom: 15px;
  justify-content: center;
  opacity: 0;
  border: 1px solid rgba(16, 16, 16, 0.1);
  border-radius: 50px;
  transition: 0.55s ease;
  padding: 5px 20px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .blog-grid-3 .content ul {
    border: unset;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
}
.blog-grid-3 .content ul li {
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 500;
  margin-right: 20px;
  position: relative;
  transition: 0.25s ease;
  display: inline-block;
  line-height: 1.5;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-grid-3 .content ul li {
    font-size: 11px;
  }
}
.blog-grid-3 .content ul li:last-child {
  margin-right: 0;
}
.blog-grid-3 .content ul li a {
  color: var(--text-secondary);
  line-height: 1;
}
.blog-grid-3 .content ul li:hover a {
  color: rgba(16, 16, 16, 0.7);
}
.blog-grid-3 .content ul li:last-child::before {
  content: unset;
}
.blog-grid-3 .content ul li::before {
  content: "";
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  line-height: 5px;
  background-color: var(--primary-one);
  border-radius: 50%;
}
.blog-grid-3 .bottom-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-left: 14px;
  margin-top: 20px;
  opacity: 0;
  transform: scaleY(0);
  transition: 0.5s ease;
}
.blog-grid-3 .bottom-area span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: var(-text-secondary);
}
.blog-grid-3 .bottom-area svg {
  fill: var(--text-secondary);
  margin-right: 5px;
  margin-top: -4px;
}
.blog-grid-3.sibling-2 {
  border: unset;
}
.blog-grid-3.sibling-2 .eg-badge {
  position: relative;
  top: 0px;
  margin-bottom: 20px;
}
.blog-grid-3.sibling-2 .image {
  border-radius: 50%;
  width: 210px;
  height: 210px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.blog-grid-3.sibling-2 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-grid-3.sibling-2 .content {
  padding-top: 0px;
  text-align: center;
}
.blog-grid-3.sibling-2 .content ul {
  justify-content: center;
}
.blog-grid-3:hover .badge-top .eg-badge2 {
  opacity: 1;
}
.blog-grid-3:hover .eg-badge {
  opacity: 1;
}
.blog-grid-3:hover .eg-badge2 {
  opacity: 0;
}
.blog-grid-3:hover .content {
  background-color: var(--white);
  transform: translateY(0px);
}
.blog-grid-3:hover .content h4 {
  text-align: center;
  color: var(--text-primary);
}
.blog-grid-3:hover .content h4:hover a {
  color: var(--primary-one);
}
.blog-grid-3:hover .content h4 a {
  color: inherit;
  transition: 0.45s ease;
}
.blog-grid-3:hover .content ul {
  opacity: 1;
}
.blog-grid-3:hover .content ul li {
  color: var(--text-secondary);
}
.blog-grid-3:hover .content .bottom-area {
  opacity: 1;
  transform: scaleY(1);
}

.blog-grid-4 {
  width: 100%;
  min-width: 260px;
  position: relative;
  text-align: center;
  border-radius: 5px;
}
.blog-grid-4.style-two {
  margin-bottom: 30px;
}
.blog-grid-4.style-two:last-child {
  margin-bottom: 0px;
}
.blog-grid-4.style-two:last-child .content h5 {
  margin-bottom: 0px;
}
.blog-grid-4.style-two .image img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-grid-4.style-two .content {
  text-align: left;
  padding: 15px 0 0 0;
}
.blog-grid-4.style-two .content ul {
  justify-content: flex-start;
  margin-top: 5px;
  margin-bottom: 7px;
}
.blog-grid-4.style-two .content ul li {
  line-height: 1;
}
.blog-grid-4.style-two .content ul li::before {
  content: "";
  position: absolute;
  right: -16px;
  top: 4px;
  width: 5px;
  height: 5px;
  line-height: 5px;
  background-color: var(--primary-two);
  border-radius: 50%;
}
.blog-grid-4.style-two .content h5 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .blog-grid-4.style-two .content h5 {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-grid-4.style-two .content h5 {
    font-size: 18px;
  }
}
.blog-grid-4.style-two .content h5:hover a {
  color: var(--primary-two);
}
.blog-grid-4.style-two .content h5 a {
  color: inherit;
  transition: 0.45s ease;
}
.blog-grid-4.style-3 {
  padding: 25px;
  border: 1px solid var(--border-color3);
  background-color: rgba(255, 255, 255, 0.568627451);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-grid-4.style-3 {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .blog-grid-4.style-3 {
    padding: 10px;
  }
}
.blog-grid-4.style-3 .image {
  border-radius: 0px;
  display: block;
}
.blog-grid-4.style-3 .image img {
  border-radius: 0px;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-grid-4.style-3 .image img {
    height: 260px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-grid-4.style-3 .image img {
    height: 260px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-grid-4.style-3 .image img {
    height: 230px;
  }
}
@media (max-width: 991px) {
  .blog-grid-4.style-3 .image img {
    height: auto;
  }
}
.blog-grid-4.style-3 .content ul li:hover a {
  color: var(--primary-four);
}
.blog-grid-4.style-3 .content ul li::before {
  background-color: var(--primary-four);
}
.blog-grid-4.style-3 .content h4:hover a {
  color: var(--primary-four);
}
.blog-grid-4.style-4 .image {
  border-radius: 0px;
  display: block;
}
.blog-grid-4.style-4 .content {
  border: 1px solid rgba(23, 23, 23, 0.05);
  padding: 20px 25px;
}
@media (max-width: 767px) {
  .blog-grid-4.style-4 .content {
    padding: 20px 20px;
  }
}
.blog-grid-4.style-4 .content ul {
  flex-wrap: wrap;
}
.blog-grid-4.style-4 .content ul li a {
  transition: 0.4s;
}
.blog-grid-4.style-4 .content ul li::before {
  background: linear-gradient(180deg, #917090 0%, #DE8B76 100%);
}
@media (max-width: 1399px) {
  .blog-grid-4.style-4 .content ul li::before {
    right: -13px;
  }
}
.blog-grid-4.style-4 .content ul li:hover a {
  color: var(--linear-one);
}
.blog-grid-4.style-4 .content h4:hover a {
  text-decoration: underline;
  color: var(--text-primary);
}
.blog-grid-4.style-4 .content p {
  margin-bottom: 0px;
}
.blog-grid-4:hover .image img {
  transform: scale(1.1);
}
.blog-grid-4 .image {
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
  display: block;
}
.blog-grid-4 .image img {
  width: 100%;
  transition: 0.55s ease;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-grid-4 .image img {
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-grid-4 .image img {
    height: 280px;
  }
}
@media (max-width: 991px) {
  .blog-grid-4 .image img {
    height: 250px;
  }
}
.blog-grid-4 .content {
  padding: 25px 0px 0px 0px;
  text-align: left;
}
@media (max-width: 991px) {
  .blog-grid-4 .content {
    padding: 20px 0px 0px 0px;
  }
}
.blog-grid-4 .content h4 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .blog-grid-4 .content h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-grid-4 .content h4 {
    font-size: 21px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-grid-4 .content h4 {
    font-size: 24px;
  }
}
.blog-grid-4 .content h4:hover a {
  color: var(--primary-two);
}
.blog-grid-4 .content h4 a {
  color: inherit;
  transition: 0.45s ease;
}
.blog-grid-4 .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 7px;
  justify-content: center;
  justify-content: flex-start;
}
.blog-grid-4 .content ul li {
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 500;
  margin-right: 25px;
  position: relative;
  transition: 0.25s ease;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-grid-4 .content ul li {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-grid-4 .content ul li {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .blog-grid-4 .content ul li {
    margin-right: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-grid-4 .content ul li {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .blog-grid-4 .content ul li {
    font-size: 12px;
  }
}
.blog-grid-4 .content ul li a {
  color: var(--text-secondary);
}
.blog-grid-4 .content ul li:hover a {
  color: var(--primary-two);
}
.blog-grid-4 .content ul li:last-child::before {
  content: unset;
}
.blog-grid-4 .content ul li::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 13px;
  width: 5px;
  height: 5px;
  line-height: 5px;
  background-color: var(--primary-two);
  border-radius: 50%;
}
.blog-grid-4 .content p {
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 2;
}

.blog-grid-5 {
  width: 100%;
  position: relative;
  border: 1px solid var(--border-color);
  border-radius: 5px;
}
.blog-grid-5 .image {
  position: relative;
  display: block;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-grid-5 .image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.blog-grid-5 .date {
  padding: 10px;
  position: absolute;
  left: 25px;
  top: 25px;
  text-align: center;
  min-width: 65px;
  height: 65px;
  line-height: 1;
  background: rgba(16, 16, 16, 0.4);
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-grid-5 .date {
    top: 15px;
    left: 15px;
  }
}
.blog-grid-5 .date h4 {
  font-size: 22px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 2px;
  text-align: center;
  line-height: 1;
}
.blog-grid-5 .date span {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: var(--white);
  font-family: var(--font-inter);
  line-height: 1;
}
.blog-grid-5.style-2 .bottom-area a {
  font-size: 15px;
}
.blog-grid-5.style-2 .bottom-area span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: var(-text-secondary);
}
.blog-grid-5.style-2 .bottom-area svg {
  fill: var(--text-secondary);
  margin-right: 5px;
  margin-top: -4px;
}
.blog-grid-5.style-2 .content h4 {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .blog-grid-5.style-2 .content h4 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-grid-5.style-2 .content h4 {
    font-size: 19px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-grid-5.style-2 .content h4 {
    font-size: 19px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-grid-5.style-2 .content h4 {
    font-size: 21px;
  }
}
.blog-grid-5.style-2 .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .blog-grid-5.style-2 .content ul {
    flex-wrap: wrap;
  }
}
.blog-grid-5.style-2 .content ul li {
  margin-right: 25px;
  position: relative;
  transition: 0.25s ease;
  line-height: 1;
}
.blog-grid-5.style-2 .content ul li::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 6px;
  width: 5px;
  height: 5px;
  line-height: 5px;
  background-color: var(--primary-four);
  border-radius: 50%;
}
.blog-grid-5:hover .image img {
  transform: scale(1.1);
}
.blog-grid-5 .image {
  overflow: hidden;
}
.blog-grid-5 .image img {
  width: 100%;
  transition: 0.55s ease;
}
.blog-grid-5 .content {
  padding: 30px 25px;
  background-color: rgba(255, 255, 255, 0.568627451);
}
@media (max-width: 767px) {
  .blog-grid-5 .content {
    padding: 20px 15px;
  }
}
.blog-grid-5 .content h4 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .blog-grid-5 .content h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-grid-5 .content h4 {
    font-size: 21px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-grid-5 .content h4 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-grid-5 .content h4 {
    font-size: 24px;
  }
}
.blog-grid-5 .content h4:hover a {
  color: var(--primary-four);
}
.blog-grid-5 .content h4 a {
  color: inherit;
  transition: 0.45s ease;
}
.blog-grid-5 .content > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .blog-grid-5 .content > ul {
    flex-wrap: wrap;
  }
}
.blog-grid-5 .content > ul li {
  margin-right: 25px;
  position: relative;
  transition: 0.25s ease;
  line-height: 1;
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .blog-grid-5 .content > ul li {
    line-height: 1.5;
  }
}
.blog-grid-5 .content > ul li a {
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 500;
}
.blog-grid-5 .content > ul li a span {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
}
.blog-grid-5 .content > ul li:hover a {
  color: var(--primary-four);
}
.blog-grid-5 .content > ul li:last-child::before {
  content: unset;
}
.blog-grid-5 .content > ul li::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 5px;
  width: 5px;
  height: 5px;
  line-height: 5px;
  background-color: var(--primary-four);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .blog-grid-5 .content > ul li::before {
    top: 7px;
  }
}
.blog-grid-5 .bottom-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .blog-grid-5 .bottom-area {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.blog-grid-5 .bottom-area span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: var(-text-secondary);
}
.blog-grid-5 .bottom-area svg {
  fill: var(--text-secondary);
  margin-right: 5px;
  margin-top: -4px;
}
.blog-grid-5 .bottom-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 40px;
}
.blog-grid-5 .bottom-area ul li {
  line-height: 1;
  position: relative;
}
.blog-grid-5 .bottom-area ul li::after {
  content: "";
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background-color: rgba(16, 16, 16, 0.2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -27px;
}
.blog-grid-5 .bottom-area ul li:first-child::after {
  display: none;
  visibility: hidden;
}
.blog-grid-5 .bottom-area ul li a {
  color: rgba(16, 16, 16, 0.7);
  line-height: 1;
  transition: 0.35s;
}
.blog-grid-5 .bottom-area ul li a:hover {
  color: var(--primary-four);
}
.blog-grid-5 .bottom-area ul li a i {
  font-size: 16px;
  margin-top: -1px;
}
.blog-grid-5.two .content h4:hover a {
  color: var(--primary-one);
}
.blog-grid-5.two .content > ul li:hover a {
  color: var(--primary-one);
}
.blog-grid-5.two .content > ul li::before {
  background-color: var(--primary-one);
  top: 5px;
}

.blog-grid-6 {
  width: 100%;
  position: relative;
  border: 1px solid var(--border-color);
  border-radius: 5px;
}
.blog-grid-6.style-2 .meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-left: 0;
  margin-bottom: 15px;
  gap: 15px;
}
.blog-grid-6.style-2 .meta a {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: var(--primary-four);
  transition: 0.35s;
  text-transform: capitalize;
  opacity: 1;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-grid-6.style-2 .meta a {
    font-size: 12px;
  }
  .blog-grid-6.style-2 .meta a.category-3 {
    font-size: 12px;
  }
}
.blog-grid-6.style-2 .meta a:hover {
  color: var(--primary-four);
  opacity: 1;
}
.blog-grid-6.style-2 .content {
  padding: 30px 25px;
  border: unset;
}
@media (max-width: 1699px) {
  .blog-grid-6.style-2 .content {
    padding: 25px 15px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-grid-6.style-2 .content .bottom-list li {
    margin-right: 10px;
    font-size: 12px;
  }
  .blog-grid-6.style-2 .content .bottom-list li svg {
    margin-right: 0;
  }
}
@media (max-width: 1399px) {
  .blog-grid-6.style-2 .content .bottom-list li {
    margin-right: 10px;
    font-size: 12px;
  }
  .blog-grid-6.style-2 .content .bottom-list li svg {
    margin-right: 0;
  }
}
.blog-grid-6.style-2 .image {
  display: block;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-grid-6.style-2 .image img {
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.blog-grid-6:hover .image img {
  transform: scale(1.1);
}
.blog-grid-6 .image {
  border-radius: 0px;
  overflow: hidden;
  display: block;
}
.blog-grid-6 .image img {
  width: 100%;
  transition: 0.55s ease;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-grid-6 .image img img {
    height: 110px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.blog-grid-6 .content {
  background: rgba(255, 255, 255, 0.568627451);
  border-radius: 0px 0px 5px 5px;
  padding: 25px 20px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-grid-6 .content {
    padding: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-grid-6 .content {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .blog-grid-6 .content {
    padding: 15px 15px;
  }
}
.blog-grid-6 .content h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0px;
  text-transform: capitalize;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-grid-6 .content h5 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-grid-6 .content h5 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .blog-grid-6 .content h5 {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-grid-6 .content h5 {
    font-size: 18px;
  }
}
.blog-grid-6 .content h5:hover a {
  color: var(--primary-four);
}
.blog-grid-6 .content h5 a {
  color: inherit;
  transition: 0.45s ease;
}
.blog-grid-6 .meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-left: 0;
  margin-bottom: 15px;
}
.blog-grid-6 .meta a {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: rgba(16, 16, 16, 0.5);
  transition: 0.35s;
  text-transform: capitalize;
}
.blog-grid-6 .meta a.category-3 {
  font-family: var(--font-inter);
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  padding: 6px 10px;
  border: 1px solid var(--border-color2);
  font-weight: 500;
  color: #6D6D6D;
  line-height: 1;
  font-style: normal;
}
.blog-grid-6 .meta a:hover {
  color: var(--primary-four);
  opacity: 1;
}
.blog-grid-6 .meta span {
  font-family: var(--font-inter);
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  padding: 6px 10px;
  border: 1px solid var(--border-color2);
  font-weight: 500;
  color: var(--text-primary);
  line-height: 1;
}
.blog-grid-6 ul.bottom-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.blog-grid-6 ul.bottom-list li {
  margin-right: 20px;
  position: relative;
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 500;
  font-family: var(--font-inter);
  transition: 0.3s;
  line-height: 1;
  white-space: nowrap;
}
.blog-grid-6 ul.bottom-list li svg {
  fill: var(--text-secondary);
  width: 12px;
  height: 12px;
  line-height: 12px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 3px;
}
.blog-grid-6 ul.bottom-list li a {
  color: var(--text-secondary);
}

.blog-grid-7 {
  padding: 30px 20px;
  border: 1px solid rgba(44, 44, 44, 0.1);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-grid-7 {
    padding: 25px 20px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-grid-7 {
    padding: 20px 20px;
  }
}
.blog-grid-7 a.cat {
  display: inline-block;
  font-family: var(--font-prompt);
  font-style: normal;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  color: #2C2C2C;
  padding: 0px 22px;
  border: 1px solid #2C2C2C;
  margin-bottom: 30px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-grid-7 a.cat {
    margin-bottom: 25px;
  }
}
.blog-grid-7 .author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.blog-grid-7 .author img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.blog-grid-7 .desig h6 {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 0px;
  line-height: 1;
}
.blog-grid-7 .desig h6 a {
  color: inherit;
}
.blog-grid-7 .desig a.date {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-secondary);
  line-height: 1;
}
.blog-grid-7 h4 {
  font-family: var(--font-prompt);
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  text-transform: capitalize;
  color: #2C2C2C;
  margin-bottom: 20px;
}
.blog-grid-7 h4:hover a {
  color: var(--primary-four);
}
.blog-grid-7 h4 a {
  color: inherit;
  transition: 0.35s;
}
.blog-grid-7 p {
  font-family: var(--font-inter);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #66707E;
  margin-bottom: 20px;
}

.blog-grid-8 {
  width: 100%;
  position: relative;
}
.blog-grid-8:hover .image img {
  transform: scale(1.1);
}
.blog-grid-8 .image {
  overflow: hidden;
  max-height: 250px;
  position: relative;
  margin-bottom: 15px;
  display: block;
}
.blog-grid-8 .image img {
  width: 100%;
  transition: 0.55s ease;
}
.blog-grid-8 .category {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  border-radius: 0px;
  color: var(--linear-two);
  background-color: var(--white);
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  padding: 0px 20px;
  border: 1px solid var(--border-color);
}
.blog-grid-8 .content h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--text-primary);
}
@media (max-width: 767px) {
  .blog-grid-8 .content h5 {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-grid-8 .content h5 {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-grid-8 .content h5 {
    font-size: 20px;
  }
}
.blog-grid-8 .content h5:hover a {
  text-decoration: underline;
}
.blog-grid-8 .content h5 a {
  color: inherit;
  transition: 0.45s ease;
}
.blog-grid-8 .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .blog-grid-8 .content ul {
    flex-wrap: wrap;
  }
}
.blog-grid-8 .content ul li {
  margin-right: 25px;
  position: relative;
  transition: 0.25s ease;
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 600;
  font-family: var(--font-inter);
  transition: 0.3s;
}
.blog-grid-8 .content ul li span {
  display: inline-block;
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
}
.blog-grid-8 .content ul li a {
  color: inherit;
}
@media (max-width: 767px) {
  .blog-grid-8 .content ul li a {
    font-size: 11px;
  }
}
.blog-grid-8 .content ul li:hover a {
  color: var(--text-primary);
}
.blog-grid-8 .content ul li:last-child::before {
  content: unset;
}
.blog-grid-8 .content ul li::before {
  content: "";
  position: absolute;
  right: -13px;
  top: 15px;
  width: 9px;
  height: 2px;
  line-height: 5px;
  background: linear-gradient(180deg, rgb(145, 112, 144) 0%, rgb(222, 139, 118) 100%);
  border-radius: 50%;
}

.blog-video-grid .video-player {
  margin-bottom: 25px;
  position: relative;
}
.blog-video-grid .video-player .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(16, 16, 16, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.8);
  height: 85px;
  line-height: 85px;
  width: 85px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.blog-video-grid .video-player .play-icon i {
  color: var(--white);
  font-size: 30px;
}
.blog-video-grid h3 {
  font-size: 27px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .blog-video-grid h3 {
    margin-bottom: 30px;
  }
}
.blog-video-grid h3 a {
  color: inherit;
}

/*=======================================
   blog masonary css
=======================================*/
@media (max-width: 767px) {
  .blog-masonary {
    padding-top: 0;
  }
}

/*=======================================
   15. blog transparent css
=======================================*/
.blog-transparent {
  padding: 15px 15px 15px 0px;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  min-height: 500px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-transparent {
    min-height: 420px;
  }
}
@media (max-width: 1399px) {
  .blog-transparent {
    min-height: 420px;
  }
}
@media (max-width: 991px) {
  .blog-transparent {
    min-height: 370px;
  }
}
.blog-transparent .image {
  position: relative;
}
.blog-transparent .image::after {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 5%;
  width: 90%;
  height: 90%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 1;
}
.blog-transparent .content {
  padding: 0;
}
.blog-transparent .author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.blog-transparent .author img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.blog-transparent .desig h6 {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: -4px;
  line-height: 1;
}
.blog-transparent .desig h6 a {
  color: inherit;
}
.blog-transparent .desig a.date {
  font-size: 13px;
  font-weight: 400;
  color: #e7e7e7;
  line-height: 1;
}
.blog-transparent h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
  color: var(--white);
}
.blog-transparent h4:hover a {
  text-decoration: underline;
}
.blog-transparent h4 a {
  color: inherit;
}

/*=======================================
   17. blog video css
=======================================*/
.video-sidebar {
  height: 100%;
  max-height: 860px;
  overflow-y: scroll;
  padding-right: 15px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 767px) {
  .video-sidebar {
    padding-right: 10px;
  }
}
@media (max-width: 425px) {
  .video-sidebar {
    overflow-y: hidden;
    padding-right: 0;
  }
}
.video-sidebar::-webkit-scrollbar {
  width: 4px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .video-sidebar::-webkit-scrollbar {
    width: 3px;
  }
}
.video-sidebar::-webkit-scrollbar-track {
  background: var(--text-secondary);
}
.video-sidebar::-webkit-scrollbar-thumb {
  background: var(--primary-one);
}

.video-play {
  text-align: center;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(16, 16, 16, 0.6);
  transition: 0.45s ease;
}
@media (max-width: 767px) {
  .video-play {
    width: 70px;
    height: 70px;
  }
}
.video-play:hover {
  background-color: var(--primary-one);
}
.video-play a i {
  font-size: 35px;
  color: var(--white);
}
@media (min-width: 768px) and (max-width: 991px) {
  .video-play.sibling-1 {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .video-play.sibling-1 {
    width: 40px;
    height: 40px;
  }
}
.video-play.sibling-1 i {
  font-size: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .video-play.sibling-1 i {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .video-play.sibling-1 i {
    font-size: 24px;
  }
}
.video-play.sibling-2 {
  width: 70px;
  height: 70px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .video-play.sibling-2 {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .video-play.sibling-2 {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .video-play.sibling-2 {
    width: 70px;
    height: 70px;
  }
}
.video-play.sibling-2 i {
  font-size: 24px;
}
.video-play.sibling-3 {
  width: 50px;
  height: 50px;
}
@media (min-width: 576px) and (max-width: 768px) {
  .video-play.sibling-3 {
    width: 60px;
    height: 60px;
  }
}
.video-play.sibling-3 i {
  font-size: 24px;
}

.blog-video-1 .video {
  margin-bottom: 30px;
}
.blog-video-1 .video img {
  width: 100%;
}
.blog-video-1 .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 10px;
  width: 100%;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.blog-video-1 .content ul li {
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 500;
  margin-right: 30px;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.25s ease;
}
@media (max-width: 767px) {
  .blog-video-1 .content ul li {
    margin-right: 20px;
    font-size: 12px;
  }
}
.blog-video-1 .content ul li svg {
  width: 14px;
  margin-right: 5px;
  fill: var(--text-secondary);
  transition: 0.25s ease;
}
@media (max-width: 767px) {
  .blog-video-1 .content ul li svg {
    width: 12px;
  }
}
.blog-video-1 .content ul li a {
  color: var(--text-secondary);
}
.blog-video-1 .content ul li:hover svg {
  fill: var(--primary-one);
}
.blog-video-1 .content ul li:hover a {
  color: var(--primary-one);
}
.blog-video-1 .content ul li:last-child::before {
  content: unset;
}
.blog-video-1 .content ul li::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 11px;
  width: 2px;
  height: 10px;
  line-height: 5px;
  background-color: var(--primary-one);
  border-radius: 4px;
}
@media (max-width: 767px) {
  .blog-video-1 .content ul li::before {
    right: -10px;
    height: 8px;
    width: 1px;
  }
}
.blog-video-1 .content h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
}
.blog-video-1 .content h3:hover a {
  color: var(--primary-one);
}
@media (max-width: 767px) {
  .blog-video-1 .content h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-video-1 .content h3 {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-video-1 .content h3 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-video-1 .content h3 {
    font-size: 33px;
  }
}
.blog-video-1 .content h3 a {
  color: inherit;
  transition: 0.4s ease-in-out;
}
.blog-video-1 .author-area {
  margin-top: 25px;
  max-width: 380px;
  border: 1px solid var(--border-color);
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 4px 25px;
}
.blog-video-1 .author-area a {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 500;
  color: var(--primary-one);
  font-family: var(--font-inter);
}
.blog-video-1 .author-area .author {
  position: relative;
}
.blog-video-1 .author-area .author::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -3px;
  width: 1px;
  height: 37px;
  background-color: var(--border-color);
}

.blog-standard-1 .image {
  display: block;
  margin-bottom: 35px;
  position: relative;
}
.blog-standard-1 .image .slider-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.blog-standard-1 .image img {
  width: 100%;
}
.blog-standard-1 .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 10px;
  width: 100%;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.blog-standard-1 .content ul li {
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 500;
  margin-right: 30px;
  position: relative;
  transition: 0.25s ease;
}
@media (max-width: 767px) {
  .blog-standard-1 .content ul li {
    margin-right: 20px;
    font-size: 12px;
  }
}
.blog-standard-1 .content ul li svg {
  width: 14px;
  margin-right: 5px;
  fill: var(--text-secondary);
  transition: 0.25s ease;
}
@media (max-width: 767px) {
  .blog-standard-1 .content ul li svg {
    width: 12px;
  }
}
.blog-standard-1 .content ul li a {
  color: var(--text-secondary);
}
.blog-standard-1 .content ul li:hover svg {
  fill: var(--primary-one);
}
.blog-standard-1 .content ul li:hover a {
  color: var(--primary-one);
}
.blog-standard-1 .content ul li:last-child::before {
  content: unset;
}
.blog-standard-1 .content ul li::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 12px;
  width: 2px;
  height: 10px;
  line-height: 5px;
  background-color: var(--primary-one);
  border-radius: 4px;
}
@media (max-width: 767px) {
  .blog-standard-1 .content ul li::before {
    right: -10px;
    height: 8px;
    width: 1px;
  }
}
.blog-standard-1 .content h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.3;
}
.blog-standard-1 .content h3:hover a {
  color: var(--primary-one);
}
@media (max-width: 767px) {
  .blog-standard-1 .content h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-standard-1 .content h3 {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-standard-1 .content h3 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-standard-1 .content h3 {
    font-size: 33px;
  }
}
.blog-standard-1 .content h3 a {
  color: inherit;
  transition: 0.4s ease-in-out;
}
.blog-standard-1 .author-area {
  margin-top: 30px;
  max-width: 380px;
  border: 1px solid var(--border-color);
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 4px 25px;
}
.blog-standard-1 .author-area a {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 500;
  color: var(--primary-one);
  font-family: var(--font-inter);
}
.blog-standard-1 .author-area .author {
  position: relative;
}
.blog-standard-1 .author-area .author::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -3px;
  width: 1px;
  height: 37px;
  background-color: var(--border-color);
}

.blog-standard-wide .title {
  padding-left: 8%;
  padding-right: 8%;
  margin-bottom: 30px;
}
.blog-standard-wide .title .categoryd-date {
  display: inline-block;
  padding-bottom: 0px;
  margin-bottom: 0px;
  position: relative;
  margin-bottom: 12px;
}
.blog-standard-wide .title .categoryd-date::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  height: 1px;
  width: 100%;
  background: rgba(16, 16, 16, 0.3);
  border-radius: 10px;
}
.blog-standard-wide .title .categoryd-date a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1;
}
.blog-standard-wide .title .categoryd-date a:first-child {
  color: var(--primary-one);
  font-size: 18px;
  font-style: italic;
  position: relative;
  margin-right: 15px;
}
.blog-standard-wide .title .categoryd-date a:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-one);
}
.blog-standard-wide .title .categoryd-date a:nth-child(2) {
  padding-left: 5px;
}
.blog-standard-wide .title h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.3;
  text-transform: capitalize;
}
.blog-standard-wide .title h3:hover a {
  color: var(--primary-one);
}
@media (max-width: 767px) {
  .blog-standard-wide .title h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-standard-wide .title h3 {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-standard-wide .title h3 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-standard-wide .title h3 {
    font-size: 33px;
  }
}
.blog-standard-wide .title h3 a {
  color: inherit;
  transition: 0.4s ease-in-out;
}
.blog-standard-wide .image {
  display: block;
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.blog-standard-wide .image .slider-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.blog-standard-wide .image img {
  width: 100%;
}
.blog-standard-wide .content {
  padding-left: 8%;
  padding-right: 8%;
}
.blog-standard-wide .content p {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 15px;
}
.blog-standard-wide .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.blog-standard-wide .content ul li {
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 500;
  margin-right: 30px;
  position: relative;
  transition: 0.25s ease;
}
@media (max-width: 767px) {
  .blog-standard-wide .content ul li {
    margin-right: 20px;
    font-size: 12px;
  }
}
.blog-standard-wide .content ul li svg {
  width: 14px;
  margin-right: 5px;
  fill: var(--text-secondary);
  transition: 0.25s ease;
}
@media (max-width: 767px) {
  .blog-standard-wide .content ul li svg {
    width: 12px;
  }
}
.blog-standard-wide .content ul li a {
  color: var(--text-secondary);
}
.blog-standard-wide .content ul li:hover svg {
  fill: var(--primary-one);
}
.blog-standard-wide .content ul li:hover a {
  color: var(--primary-one);
}
.blog-standard-wide .content ul li:last-child::before {
  content: unset;
}
.blog-standard-wide .content ul li::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 12px;
  width: 2px;
  height: 10px;
  line-height: 5px;
  background-color: var(--primary-one);
  border-radius: 4px;
}
@media (max-width: 767px) {
  .blog-standard-wide .content ul li::before {
    right: -10px;
    height: 8px;
    width: 1px;
  }
}

.blog-slider-wrapper {
  position: relative;
  display: block;
}
.blog-slider-wrapper .blog-stand-next {
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  line-height: 36px;
  border-radius: 50%;
  background-color: var(--primary-one);
  text-align: center;
  z-index: 2;
}
.blog-slider-wrapper .blog-stand-next:hover i {
  margin-left: 5px;
}
.blog-slider-wrapper .blog-stand-next i {
  color: #fff;
  font-size: 20px;
  transition: 0.4s ease;
}
.blog-slider-wrapper .blog-stand-prev {
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  line-height: 36px;
  border-radius: 50%;
  background-color: var(--primary-one);
  text-align: center;
  z-index: 2;
}
.blog-slider-wrapper .blog-stand-prev:hover i {
  margin-left: -5px;
}
.blog-slider-wrapper .blog-stand-prev i {
  color: #fff;
  font-size: 20px;
  transition: 0.4s ease;
}

.poplar-author {
  text-align: center;
  padding: 30px 25px;
  border: 1px solid var(--border-color);
}
.poplar-author .image {
  margin-bottom: 20px;
  display: block;
}
.poplar-author .image img {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.poplar-author .info h5 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1;
}
.poplar-author .info h5 a {
  color: inherit;
  text-decoration: underline;
}
.poplar-author .info span {
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
  font-size: 13px;
  font-weight: 400;
  display: block;
  line-height: 1.2;
}
.poplar-author .info .icon {
  text-align: left;
}
.poplar-author .info img {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  max-width: 16px;
  margin-left: 0;
  margin-right: auto;
}
.poplar-author .info p {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 400;
}

.become-author .wrapper {
  padding: 70px 70px;
  background: #FFF5EF;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .become-author .wrapper {
    padding: 70px 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .become-author .wrapper {
    padding: 70px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .become-author .wrapper {
    flex-wrap: wrap;
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .become-author .wrapper {
    flex-wrap: wrap;
    padding: 50px 25px;
  }
}
.become-author .wrapper .title {
  max-width: 600px;
  width: 100%;
}
.become-author .wrapper .title h2 {
  font-size: 40px;
  font-weight: 600;
  font-family: var(--font-prompt);
  margin-bottom: 0px;
  line-height: 1.35;
}
@media (max-width: 767px) {
  .become-author .wrapper .title h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .become-author .wrapper .title h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .become-author .wrapper .title h2 {
    font-size: 35px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .become-author .wrapper .title h2 {
    font-size: 38px;
  }
}
.become-author .wrapper .title h2 span {
  color: var(--primary-two);
  font-style: italic;
  font-weight: 700;
}

.blog-video-2 {
  margin-bottom: 35px;
}
.blog-video-2 .video {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .blog-video-2 .video {
    margin-bottom: 20px;
  }
}
.blog-video-2 .video img {
  width: 100%;
}
.blog-video-2 .content {
  text-align: center;
}
.blog-video-2 .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
}
@media (max-width: 767px) {
  .blog-video-2 .content ul {
    margin-bottom: 5px;
  }
}
.blog-video-2 .content ul li {
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 500;
  margin-right: 25px;
  position: relative;
  transition: 0.25s ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-video-2 .content ul li {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .blog-video-2 .content ul li {
    font-size: 11px;
  }
}
.blog-video-2 .content ul li a {
  color: var(--text-secondary);
}
.blog-video-2 .content ul li:hover a {
  color: var(--primary-one);
}
.blog-video-2 .content ul li:last-child::before {
  content: unset;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-video-2 .content ul li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .blog-video-2 .content ul li:last-child {
    margin-right: 0;
  }
}
.blog-video-2 .content ul li::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 13px;
  width: 5px;
  height: 5px;
  line-height: 5px;
  background-color: var(--primary-one);
  border-radius: 50%;
}
.blog-video-2 .content h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.3;
}
.blog-video-2 .content h3:hover a {
  color: var(--primary-one);
}
@media (max-width: 576px) {
  .blog-video-2 .content h3 {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .blog-video-2 .content h3 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-video-2 .content h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-video-2 .content h3 {
    font-size: 26px;
  }
}
.blog-video-2 .content h3 a {
  color: inherit;
  transition: 0.4s ease-in-out;
}
.blog-video-2 .bottom-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-left: 14px;
  margin-top: 20px;
}
.blog-video-2 .bottom-area span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: var(-text-secondary);
}
.blog-video-2 .bottom-area svg {
  fill: var(--text-secondary);
  margin-right: 5px;
  margin-top: -4px;
  width: 13px;
}
.blog-video-2.style-2 {
  border: 1px solid var(--border-color);
  border-radius: 5px;
}
.blog-video-2.style-2 .image img {
  width: 100%;
}
.blog-video-2.style-2 .quote-area {
  position: relative;
  padding: 45px 50px;
  text-align: center;
  margin-bottom: 25px;
  border-radius: 5px 5px 0 0;
}
.blog-video-2.style-2 .quote-area .quote-icon {
  position: absolute;
  right: 20px;
  top: 20px;
}
.blog-video-2.style-2 .quote-area .quote-icon svg {
  fill: var(--primary-one);
}
.blog-video-2.style-2 .quote-area h5 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 25px;
}
.blog-video-2.style-2 .quote-area h4 {
  font-size: 22px;
  font-weight: 500;
  color: var(--primary-one);
  margin-bottom: 0px;
}
.blog-video-2.style-2 .quote-area h4 a {
  color: inherit;
}
.blog-video-2.style-2 .content {
  padding: 0 20px 30px 20px;
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-video-2.style-2 .content {
    padding: 0 15px 30px 15px;
  }
}
@media (max-width: 991px) {
  .blog-video-2.style-2 .content {
    padding: 0 15px 30px 15px;
  }
}
.blog-video-2.style-2 .content ul {
  justify-content: flex-start;
}
.blog-video-2.style-2 .content h4 {
  font-size: 25px;
  font-weight: 600;
  transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-video-2.style-2 .content h4 {
    font-size: 23px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .blog-video-2.style-2 .content h4 {
    font-size: 20px;
  }
}
.blog-video-2.style-2 .content h4:hover {
  color: var(--primary-one);
}
.blog-video-2.style-2 .content h4 a {
  color: inherit;
}
@media (max-width: 1199px) {
  .blog-video-2.three .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1399px) {
  .blog-video-2.three ul li {
    font-size: 12px;
  }
}

.video-blog .blog-video-1 .content p {
  margin-bottom: 30px;
}
.video-blog .blog-video-1 .content .video-author {
  border: 1px solid rgba(16, 16, 16, 0.1);
  border-radius: 31px;
  max-width: 380px;
  padding: 4px 22px;
}
@media (max-width: 425px) {
  .video-blog .blog-video-1 .content .video-author {
    max-width: 350px;
    padding: 4px 15px;
  }
}
.video-blog .blog-video-1 .content .video-author a {
  font-family: var(--font-inter);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--primary-one);
}
.video-blog .blog-video-1 .content .video-author a:first-child {
  margin-right: 50px;
  position: relative;
}
@media (max-width: 425px) {
  .video-blog .blog-video-1 .content .video-author a:first-child {
    margin-right: 30px;
  }
}
.video-blog .blog-video-1 .content .video-author a:first-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 37px;
  background-color: rgba(16, 16, 16, 0.1);
  bottom: -8px;
  right: -25px;
}
@media (max-width: 425px) {
  .video-blog .blog-video-1 .content .video-author a:first-child::after {
    right: -20px;
  }
}
.video-blog .blog-video-1 .content .video-author a:hover {
  color: var(--text-secondary);
}

/*=======================================
   blog-gallery css
=======================================*/
@media (max-width: 767px) {
  .blog-video {
    padding-top: 0;
  }
}

/*=======================================
   15. Author css
=======================================*/
.author-1 {
  background-color: var(--white);
  border-radius: 5px;
  border: 1px solid var(--border-color);
  padding: 25px;
  position: relative;
  text-align: center;
  border-radius: 10px;
  transform-style: preserve-3d;
  overflow: hidden;
}
.author-1.style-2 .author-front span.categoty {
  background-color: var(--primary-four);
}
.author-1.style-2 .author-back ul.social-list a:hover span {
  color: var(--primary-four);
}
.author-1.style-2 .author-back ul.social-list a:hover span:first-child i {
  background-color: var(--primary-four);
}
@media (max-width: 767px) {
  .author-1 {
    padding: 20px;
  }
}
.author-1:hover .author-back {
  transform: translateY(0);
  opacity: 1;
}
.author-1 .author-front {
  position: inherit;
}
.author-1 .author-front span.categoty {
  position: absolute;
  left: -10px;
  top: -10px;
  color: var(--white);
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 5px;
  background-color: var(--primary-one);
  font-family: var(--font-prompt);
  padding: 6px 14px;
  border-radius: 5px 0 5px 0;
  line-height: 1;
  font-style: italic;
  margin-bottom: 20px;
}
.author-1 .author-front .image {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  text-align: center;
  margin-bottom: 20px;
  display: block;
}
.author-1 .author-front .image img {
  max-width: 100%;
}
.author-1 .author-front h4 {
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
}
.author-1 .author-front ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 25px;
}
.author-1 .author-front ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #6b6666;
}
.author-1 .author-front ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.author-1 .author-front ul li span {
  display: inline-block;
  line-height: 1;
}
.author-1 .author-front ul li span:first-child {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-primary);
}
@media (max-width: 767px) {
  .author-1 .author-front ul li span:first-child {
    font-size: 15px;
  }
}
.author-1 .author-front ul li span:last-child {
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .author-1 .author-front ul li span:last-child {
    font-size: 14px;
  }
}
.author-1 .author-back {
  background-color: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 30px 20px;
  transform: translateY(30%);
  transition: 0.65s ease;
  opacity: 0;
}
.author-1 .author-back ul.social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
.author-1 .author-back ul.social-list li {
  margin-bottom: 30px;
}
.author-1 .author-back ul.social-list li:last-child {
  margin-bottom: 0;
}
.author-1 .author-back ul.social-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.author-1 .author-back ul.social-list a:hover span {
  color: var(--primary-one);
  text-decoration: underline;
}
.author-1 .author-back ul.social-list a:hover span:first-child i {
  background-color: var(--primary-one);
}
.author-1 .author-back ul.social-list span {
  display: inline-block;
  transition: 0.35s ease;
}
.author-1 .author-back ul.social-list span:first-child {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: var(--text-primary);
  font-family: var(--font-prompt);
}
.author-1 .author-back ul.social-list span:first-child i {
  width: 30px;
  height: 30px;
  line-height: 31px;
  border-radius: 50%;
  background-color: var(--text-primary);
  text-align: center;
  font-size: 17px;
  color: var(--white);
  margin-right: 6px;
  transition: 0.35s ease;
}
.author-1 .author-back ul.social-list span:last-child {
  font-size: 12px;
  font-weight: 300;
  color: var(--text-primary);
}

.author-2:hover .info {
  margin-left: 0;
}
.author-2 .image-area {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.author-2 .image-area a {
  display: block;
  width: 100%;
}
.author-2 .image-area img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 5px 0px 5px;
}
.author-2 .image-area .social-area {
  background-color: var(--white);
  width: 100%;
  max-width: 45px;
  min-width: 35px;
  height: 100%;
  padding: 10px 0;
}
.author-2 .image-area .social-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.author-2 .image-area .social-area ul li {
  margin-bottom: 40px;
  position: relative;
  line-height: 1;
}
.author-2 .image-area .social-area ul li:hover i {
  color: var(--primary-two);
}
.author-2 .image-area .social-area ul li::after {
  content: "";
  position: absolute;
  background: rgba(16, 16, 16, 0.5);
  opacity: 0.2;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.author-2 .image-area .social-area ul li:last-child {
  margin-bottom: 0px;
}
.author-2 .image-area .social-area ul li:last-child::after {
  content: unset;
}
.author-2 .image-area .social-area ul li i {
  font-size: 14px;
  color: var(--text-secondary);
  transition: 0.35s;
}
.author-2 .info {
  background-color: var(--white);
  padding: 25px 20px;
  margin-left: 7%;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.03);
  border-radius: 0px 5px 5px 5px;
  transition: 0.6s;
}
.author-2 .info h4 a {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1;
  color: var(--text-primary);
}
@media (max-width: 767px) {
  .author-2 .info h4 a {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .author-2 .info h4 a {
    font-size: 22px;
  }
}
.author-2 .info h4 a:hover {
  color: var(--primary-two);
}
.author-2 .info span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-secondary);
  line-height: 1;
}
@media (max-width: 767px) {
  .author-2 .info span {
    font-size: 12px;
  }
}

.author-3 {
  text-align: center;
  width: 100%;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.author-3 img {
  height: 245px;
  min-width: 240px;
  border-radius: 50%;
}
.author-3 .check {
  background-color: var(--bg-one);
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -15px;
  margin-bottom: 15px;
}
.author-3 .check svg {
  fill: var(--primary-four);
}
.author-3 .desig h4 {
  font-size: 25px;
  margin-bottom: 0px;
  line-height: 1;
}
.author-3 .desig h4 a {
  color: var(--text-primary);
}
.author-3 .desig h4 a:hover {
  color: var(--primary-four);
}
.author-3 .desig span {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  font-family: var(--font-inter);
  color: var(--text-secondary);
  line-height: 1;
}

.author-bg {
  margin-left: 3%;
  margin-right: 3%;
}

.author-details {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 40px;
}
@media (max-width: 576px) {
  .author-details {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.author-details .image {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  min-width: 100px;
}
@media (max-width: 576px) {
  .author-details .author-info {
    text-align: center;
  }
}
.author-details .author-info h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .author-details .author-info h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .author-details .author-info h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .author-details .author-info h2 {
    font-size: 35px;
  }
}
.author-details .author-info ul.category {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .author-details .author-info ul.category {
    justify-content: center;
  }
}
.author-details .author-info ul.category li {
  font-size: 14px;
  font-weight: 500;
  color: var(--font-inter);
  color: var(--primary-one);
  text-transform: uppercase;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .author-details .author-info ul.category li {
    font-size: 12px;
  }
}
.author-details .author-info ul.category li a {
  color: inherit;
}
.author-details .author-info p {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
}
@media (max-width: 767px) {
  .author-details .author-info p {
    font-size: 15px;
  }
}
.author-details .author-info ul.meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .author-details .author-info ul.meta-list {
    justify-content: center;
  }
}
.author-details .author-info ul.meta-list li {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-prompt);
  margin-right: 15px;
}
.author-details .author-info ul.meta-list li img {
  margin-right: 8px;
}
.author-details .author-info ul.meta-list li a {
  color: inherit;
}
.author-details .author-info ul.meta-list span {
  display: inline-block;
  font-weight: 600;
  color: var(--text-primary);
}

@media (max-width: 767px) {
  .author-section.style-2 {
    padding-top: 90px;
  }
}
@media (max-width: 576px) {
  .author-section.style-2 {
    padding-top: 70px;
  }
}
@media (max-width: 425px) {
  .author-section.style-2 {
    padding-top: 50px;
  }
}

.tab-style-1 .nav-tabs {
  border-bottom: none;
}
@media (max-width: 991px) {
  .tab-style-1 .nav-tabs {
    justify-content: flex-start;
    padding-top: 5px;
  }
}
.tab-style-1 .nav-tabs .nav-item {
  margin-left: 5px;
}
.tab-style-1 .nav-tabs .nav-link {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: var(--text-primary);
  border: unset;
  transition: 0.4s;
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .tab-style-1 .nav-tabs .nav-link {
    padding-left: 0px;
    font-size: 13px;
  }
}
.tab-style-1 .nav-tabs .nav-link.active {
  color: var(--primary-two);
  text-decoration: underline;
  background-color: transparent;
}
.tab-style-1 .nav-tabs .nav-link:hover {
  border: unset;
  color: var(--primary-two);
  text-decoration: underline;
}

.tab-style-2 .nav-tabs {
  border-bottom: none;
}
@media (max-width: 991px) {
  .tab-style-2 .nav-tabs {
    justify-content: flex-start;
  }
}
.tab-style-2 .nav-tabs .nav-item {
  margin-left: 5px;
}
.tab-style-2 .nav-tabs .nav-link {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-primary);
  border: unset;
  transition: 0.4s;
  font-family: var(--font-prompt);
}
@media (max-width: 991px) {
  .tab-style-2 .nav-tabs .nav-link {
    padding-left: 0px;
    font-size: 13px;
  }
}
.tab-style-2 .nav-tabs .nav-link.active {
  color: var(--primary-four);
  text-decoration: underline;
  background-color: inherit;
}
.tab-style-2 .nav-tabs .nav-link:hover {
  border: unset;
  color: var(--primary-four);
  text-decoration: underline;
}

.nav-style-3 {
  border: 1px solid var(--border-color);
  border-radius: 60px;
  padding: 3px 10px;
}
@media (max-width: 991px) {
  .nav-style-3 {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .nav-style-3 {
    border-radius: 20px;
  }
}
.nav-style-3 .nav-item {
  margin-left: 5px;
}
.nav-style-3 .nav-link {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: var(--text-primary);
  border: unset;
  transition: 0.4s;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .nav-style-3 .nav-link {
    padding-left: 0px;
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.nav-style-3 .nav-link.active {
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
  position: relative;
  display: inline-block;
}
.nav-style-3 .nav-link.active::after {
  content: "";
  position: absolute;
  width: 54%;
  height: 2px;
  background: linear-gradient(180deg, rgba(145, 112, 144, 0.2) 0%, rgba(222, 139, 118, 0.2) 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
@media (max-width: 991px) {
  .nav-style-3 .nav-link.active::after {
    left: 32%;
    bottom: 4px;
  }
}
.nav-style-3 .nav-link:hover {
  border: unset;
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
  text-decoration: underline;
}

/*=======================================
   15. Footer css
=======================================*/
footer.style-1 {
  background-image: url("../images/bg/footer-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
footer.style-1.style-two .footer-title {
  color: var(--primary-two);
}
footer.style-1.style-two .footer-list li::before {
  background-color: var(--primary-two);
}
footer.style-1.style-two .footer-list li a {
  color: inherit;
}
footer.style-1.style-two .help-center h5 {
  font-size: 20px;
  font-weight: 500;
  color: var(--primary-two);
}
footer.style-1.style-two .help-center h5 a {
  color: inherit;
}
footer.style-1.style-two .help-center ul li:hover {
  color: var(--primary-two);
}
footer.style-1.style-two .copyright-area p a {
  color: var(--primary-two);
}
footer.style-1.style-two .footer-form p {
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-two);
}
footer.style-1.style-two .footer-form button:hover {
  color: var(--primary-two);
}
footer.style-1.style-two .footer-form button::after {
  color: var(--primary-two);
}
footer.style-1.style-two .footer-form button::before {
  background-color: var(--primary-two);
}
footer.style-1 .help-center {
  border-top: 1px solid #e9e3e3;
  border-bottom: 1px solid #e9e3e3;
  padding: 15px 0;
}
@media (max-width: 767px) {
  footer.style-1 .help-center {
    padding: 10px 0px;
  }
}
footer.style-1 .help-center h5 {
  font-size: 20px;
  font-weight: 500;
  color: var(--primary-one);
  margin-bottom: 0;
  min-width: 150px;
}
footer.style-1 .help-center h5 a {
  color: inherit;
}
@media (max-width: 767px) {
  footer.style-1 .help-center h5 {
    display: none;
    visibility: hidden;
  }
}
footer.style-1 .help-center ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
@media (max-width: 767px) {
  footer.style-1 .help-center ul {
    justify-content: center;
    gap: 10px;
  }
}
footer.style-1 .help-center ul li {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-prompt);
  text-transform: uppercase;
  transition: 0.45s ease;
}
@media (max-width: 767px) {
  footer.style-1 .help-center ul li {
    font-size: 10px;
  }
}
footer.style-1 .help-center ul li:hover {
  color: var(--primary-one);
}
footer.style-1 .help-center ul li a {
  color: inherit;
}
footer.style-1 .copyright-area {
  font-size: 13px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-prompt);
  padding: 15px 0px;
}
footer.style-1 .copyright-area p {
  margin-bottom: 0px;
}
footer.style-1 .copyright-area p a {
  color: var(--primary-one);
}
footer.style-1 .footer-form p {
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-one);
  font-family: var(--font-inter);
  margin-bottom: 10px;
}
footer.style-1 .footer-form .form-inner {
  border-bottom: 1px solid var(--border-color2);
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1199px) {
  footer.style-1 .footer-form .form-inner {
    justify-content: space-between;
  }
}
@media (max-width: 425px) {
  footer.style-1 .footer-form .form-inner {
    width: 85%;
  }
}
footer.style-1 .footer-form input, footer.style-1 .footer-form .contact-form textarea, .contact-form footer.style-1 .footer-form textarea {
  border: none;
  outline: none;
  background-color: transparent;
}
@media (max-width: 1199px) {
  footer.style-1 .footer-form input, footer.style-1 .footer-form .contact-form textarea, .contact-form footer.style-1 .footer-form textarea {
    width: 100%;
  }
}
footer.style-1 .footer-form input::-moz-placeholder, footer.style-1 .footer-form .contact-form textarea::-moz-placeholder, .contact-form footer.style-1 .footer-form textarea::-moz-placeholder {
  font-size: 11px;
  font-weight: 300;
  color: var(--text-secondary);
}
footer.style-1 .footer-form input::placeholder, footer.style-1 .footer-form .contact-form textarea::placeholder, .contact-form footer.style-1 .footer-form textarea::placeholder {
  font-size: 11px;
  font-weight: 300;
  color: var(--text-secondary);
}
footer.style-1 .footer-form button {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-inter);
  position: relative;
  text-decoration: underline;
  transition: 0.45s ease;
}
footer.style-1 .footer-form button:hover {
  color: var(--primary-one);
}
footer.style-1 .footer-form button::after {
  content: "*";
  position: absolute;
  right: -10px;
  top: 0px;
  color: var(--primary-one);
}
footer.style-1 .footer-form button::before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 9px;
  display: block;
  background-color: var(--primary-one);
  height: 1px;
  width: 10px;
}
footer.style-1 .footer-info {
  margin-bottom: 20px;
  position: relative;
}
footer.style-1 .footer-info h3 {
  font-size: 29px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer.style-1 .footer-info h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer.style-1 .footer-info h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  footer.style-1 .footer-info h3 {
    font-size: 20px;
  }
}
footer.style-1 .footer-info .footer-logo {
  margin-bottom: 20px;
  display: inline-block;
}
footer.style-1 .footer-title {
  font-size: 22px;
  font-weight: 500;
  color: var(--primary-one);
  margin-bottom: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer.style-1 .footer-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  footer.style-1 .footer-title {
    font-size: 18px;
  }
}
footer.style-1 .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.style-1 .footer-list li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-inter);
  padding-left: 0px;
  transition: 0.5s ease;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  footer.style-1 .footer-list li {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
footer.style-1 .footer-list li:last-child {
  margin-bottom: 0px;
}
footer.style-1 .footer-list li:hover {
  padding-left: 15px;
  color: var(--text-primary);
}
footer.style-1 .footer-list li:hover::before {
  opacity: 1;
}
footer.style-1 .footer-list li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 12px;
  width: 5px;
  height: 5px;
  line-height: 5px;
  background-color: var(--primary-one);
  border-radius: 50%;
  opacity: 0;
  transition: 0.5s ease;
}
footer.style-1 .footer-list li a {
  color: inherit;
}

footer.style-3 {
  background-image: url("../images/bg/footer-bg.png");
  background: linear-gradient(180deg, rgba(145, 112, 144, 0.2) 0%, rgba(222, 139, 118, 0.2) 100%);
  background-size: cover;
  background-repeat: no-repeat;
}
footer.style-3.style-two .footer-title {
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
}
footer.style-3.style-two .footer-list li::before {
  background: linear-gradient(180deg, rgba(145, 112, 144, 0.2) 0%, rgba(222, 139, 118, 0.2) 100%);
}
footer.style-3.style-two .footer-list li a {
  color: inherit;
}
footer.style-3.style-two .help-center h5 {
  font-size: 20px;
  font-weight: 500;
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
}
footer.style-3.style-two .help-center h5 a {
  color: inherit;
}
footer.style-3.style-two .help-center ul li:hover {
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
}
footer.style-3.style-two .copyright-area p a {
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
}
footer.style-3.style-two .footer-form p {
  font-size: 15px;
  font-weight: 600;
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
}
footer.style-3.style-two .footer-form button:hover {
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
}
footer.style-3.style-two .footer-form button::after {
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
}
footer.style-3.style-two .footer-form button::before {
  background: linear-gradient(180deg, rgba(145, 112, 144, 0.2) 0%, rgba(222, 139, 118, 0.2) 100%);
}
footer.style-3 .help-center {
  border-top: 1px solid #d5c8c8;
  border-bottom: 1px solid #d5c8c8;
  padding: 15px 0;
}
@media (max-width: 767px) {
  footer.style-3 .help-center {
    padding: 10px 0px;
  }
}
footer.style-3 .help-center h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  min-width: 150px;
}
footer.style-3 .help-center h5 a {
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
}
@media (max-width: 767px) {
  footer.style-3 .help-center h5 {
    display: none;
    visibility: hidden;
  }
}
footer.style-3 .help-center ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
@media (max-width: 767px) {
  footer.style-3 .help-center ul {
    justify-content: center;
    gap: 10px;
  }
}
footer.style-3 .help-center ul li {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-prompt);
  text-transform: uppercase;
  transition: 0.45s ease;
}
@media (max-width: 767px) {
  footer.style-3 .help-center ul li {
    font-size: 10px;
  }
}
footer.style-3 .help-center ul li:hover {
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
}
footer.style-3 .help-center ul li a {
  color: inherit;
}
footer.style-3 .copyright-area {
  font-size: 13px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-prompt);
  padding: 15px 0px;
}
footer.style-3 .copyright-area p {
  margin-bottom: 0px;
}
footer.style-3 .copyright-area p a {
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
}
footer.style-3 .footer-form p {
  font-size: 15px;
  font-weight: 600;
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
  font-family: var(--font-inter);
  margin-bottom: 10px;
}
footer.style-3 .footer-form .form-inner {
  border-bottom: 1px solid var(--border-color2);
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1199px) {
  footer.style-3 .footer-form .form-inner {
    justify-content: space-between;
  }
}
footer.style-3 .footer-form input, footer.style-3 .footer-form .contact-form textarea, .contact-form footer.style-3 .footer-form textarea {
  border: none;
  outline: none;
  background-color: transparent;
}
@media (max-width: 1199px) {
  footer.style-3 .footer-form input, footer.style-3 .footer-form .contact-form textarea, .contact-form footer.style-3 .footer-form textarea {
    width: 100%;
  }
}
footer.style-3 .footer-form input::-moz-placeholder, footer.style-3 .footer-form .contact-form textarea::-moz-placeholder, .contact-form footer.style-3 .footer-form textarea::-moz-placeholder {
  font-size: 11px;
  font-weight: 300;
  color: var(--text-secondary);
}
footer.style-3 .footer-form input::placeholder, footer.style-3 .footer-form .contact-form textarea::placeholder, .contact-form footer.style-3 .footer-form textarea::placeholder {
  font-size: 11px;
  font-weight: 300;
  color: var(--text-secondary);
}
footer.style-3 .footer-form button {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-inter);
  position: relative;
  text-decoration: underline;
  transition: 0.45s ease;
}
footer.style-3 .footer-form button:hover {
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
}
footer.style-3 .footer-form button::after {
  content: "*";
  position: absolute;
  right: -10px;
  top: 0px;
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
}
footer.style-3 .footer-form button::before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 9px;
  display: block;
  background: linear-gradient(180deg, rgba(145, 112, 144, 0.2) 0%, rgba(222, 139, 118, 0.2) 100%);
  height: 1px;
  width: 10px;
}
footer.style-3 .footer-info {
  margin-bottom: 20px;
  position: relative;
}
footer.style-3 .footer-info h3 {
  font-size: 29px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer.style-3 .footer-info h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer.style-3 .footer-info h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  footer.style-3 .footer-info h3 {
    font-size: 20px;
  }
}
footer.style-3 .footer-info .footer-logo {
  margin-bottom: 20px;
  display: inline-block;
}
footer.style-3 .footer-title {
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer.style-3 .footer-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  footer.style-3 .footer-title {
    font-size: 18px;
  }
}
footer.style-3 .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.style-3 .footer-list li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-inter);
  padding-left: 0px;
  transition: 0.5s ease;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  footer.style-3 .footer-list li {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
footer.style-3 .footer-list li:last-child {
  margin-bottom: 0px;
}
footer.style-3 .footer-list li:hover {
  padding-left: 15px;
  color: var(--text-primary);
}
footer.style-3 .footer-list li:hover::before {
  opacity: 1;
}
footer.style-3 .footer-list li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 12px;
  width: 5px;
  height: 5px;
  line-height: 5px;
  background: linear-gradient(180deg, rgba(145, 112, 144, 0.2) 0%, rgba(222, 139, 118, 0.2) 100%);
  border-radius: 50%;
  opacity: 0;
  transition: 0.5s ease;
}
footer.style-3 .footer-list li a {
  color: inherit;
}

footer.style-4 {
  background-color: var(--bg-one);
}
footer.style-4 .footer-top {
  padding: 70px 0px;
}
footer.style-4 .footer-bottom {
  border-top: 1px solid rgba(44, 44, 44, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
@media (max-width: 767px) {
  footer.style-4 .footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer.style-4 .footer-bottom .copyright p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-primary);
}
@media (max-width: 767px) {
  footer.style-4 .footer-bottom .copyright p {
    margin-bottom: 5px;
  }
}
footer.style-4 .footer-bottom .copyright a {
  color: var(--primary-four);
}
footer.style-4 .footer-title {
  position: relative;
  margin-bottom: 25px;
}
footer.style-4 .footer-title::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  background-color: var(--primary-four);
  height: 2px;
  width: 70px;
  display: block;
  bottom: 0;
  left: 0;
}
footer.style-4 .footer-title h5 {
  font-size: 22px;
  font-weight: 500;
  color: var(--primary-four);
  margin-bottom: 0px;
}
footer.style-4 .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, auto);
}
footer.style-4 .footer-list li {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-inter);
  margin-bottom: 20px;
  line-height: 1;
  transition: 0.4s ease;
}
footer.style-4 .footer-list li:hover {
  color: var(--text-primary);
}
footer.style-4 .footer-list li:last-child {
  margin-bottom: 0;
}
footer.style-4 .footer-list li:nth-last-child(2) {
  margin-bottom: 0;
}
footer.style-4 .footer-list li a {
  color: inherit;
}
footer.style-4 .footer-info {
  padding-top: 70px;
  z-index: 1;
  position: relative;
}
footer.style-4 .footer-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(44, 44, 44, 0.1);
  border-bottom: none;
  border-radius: 480px 470px 0 0;
  z-index: -1;
  width: 100%;
  height: 410px;
  display: block;
  background-color: var(--bg-one);
}
@media (max-width: 991px) {
  footer.style-4 .footer-info::before {
    content: unset;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  footer.style-4 .footer-info::before {
    height: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer.style-4 .footer-info::before {
    height: 350px;
  }
}
footer.style-4 .footer-info img {
  margin-bottom: 20px;
}
footer.style-4 .footer-info h3 {
  font-size: 35px;
  font-weight: 300;
  color: var(--text-primary);
  text-transform: uppercase;
}
footer.style-4 .footer-info h3 span {
  display: inline-block;
  font-size: 35px;
  font-weight: 600;
  color: var(--text-primary);
}
footer.style-4 .footer-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 25px;
}
footer.style-4 .footer-info ul li {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-inter);
}
footer.style-4 .footer-info ul li a {
  color: inherit;
}
footer.style-4 .footer-info ul li:hover {
  color: var(--text-primary);
}
footer.style-4 .footer-author h4 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 25px;
}
footer.style-4 .footer-author span {
  display: inline-block;
  font-size: 25px;
  color: var(--primary-four);
  font-weight: 700;
  font-style: italic;
}
footer.style-4 .footer-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 40px;
}
footer.style-4 .footer-social ul li {
  line-height: 1;
  position: relative;
}
footer.style-4 .footer-social ul li::after {
  content: "";
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background-color: rgba(16, 16, 16, 0.2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -27px;
}
footer.style-4 .footer-social ul li:first-child::after {
  display: none;
  visibility: hidden;
}
footer.style-4 .footer-social ul li a {
  color: rgba(16, 16, 16, 0.7);
  line-height: 1;
  transition: 0.35s;
}
footer.style-4 .footer-social ul li a:hover {
  color: var(--primary-four);
}
footer.style-4 .footer-social ul li a i {
  font-size: 16px;
}

/*=======================================
   16. Newsletter-section css
=======================================*/
.newsletter-section-1 {
  background-color: #F8F7F5;
  z-index: 1;
  position: relative;
  padding: 140px 0px 80px;
}
.newsletter-section-1 .paper-fly-icon {
  position: absolute;
  bottom: 0px;
  left: 25%;
  z-index: -1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .newsletter-section-1 .paper-fly-icon {
    left: 10%;
    bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .newsletter-section-1 .paper-fly-icon {
    left: 10%;
    top: 45px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .newsletter-section-1 .paper-fly-icon {
    left: 0%;
    top: 20%;
  }
}
@media (max-width: 576px) {
  .newsletter-section-1 .paper-fly-icon {
    left: 0%;
    top: 20%;
  }
}
@media (max-width: 425px) {
  .newsletter-section-1 .paper-fly-icon {
    left: -12%;
    bottom: 40%;
  }
}
@media (max-width: 350px) {
  .newsletter-section-1 .paper-fly-icon {
    left: -25%;
    bottom: 48%;
  }
}
.newsletter-section-1 .paper-fly-icon img {
  max-width: 560px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .newsletter-section-1 .paper-fly-icon img {
    max-width: 450px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .newsletter-section-1 .paper-fly-icon img {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .newsletter-section-1 .paper-fly-icon img {
    max-width: 290px;
  }
}
.newsletter-section-1 h2 {
  font-family: var(--font-inter);
  font-style: normal;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 55px;
  line-height: 1.4;
  margin-top: -10px;
  text-transform: capitalize;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .newsletter-section-1 h2 {
    font-size: 38px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .newsletter-section-1 h2 {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .newsletter-section-1 h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .newsletter-section-1 h2 {
    font-size: 30px;
    font-weight: 600;
  }
}
@media (max-width: 425px) {
  .newsletter-section-1 h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.newsletter-section-1 .newsletter-from:hover .inner-form {
  box-shadow: 0px 0px 30px var(--primary-one-light);
}
.newsletter-section-1 .newsletter-from .inner-form {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 60px;
  display: flex;
  overflow: hidden;
  transition: 0.5s ease;
}
.newsletter-section-1 .newsletter-from .inner-form input, .newsletter-section-1 .newsletter-from .inner-form .contact-form textarea, .contact-form .newsletter-section-1 .newsletter-from .inner-form textarea {
  width: 100%;
  border: none;
  outline: none;
  padding: 20px 35px;
}
@media (max-width: 991px) {
  .newsletter-section-1 .newsletter-from .inner-form input, .newsletter-section-1 .newsletter-from .inner-form .contact-form textarea, .contact-form .newsletter-section-1 .newsletter-from .inner-form textarea {
    padding: 15px 35px;
  }
}
@media (max-width: 425px) {
  .newsletter-section-1 .newsletter-from .inner-form input, .newsletter-section-1 .newsletter-from .inner-form .contact-form textarea, .contact-form .newsletter-section-1 .newsletter-from .inner-form textarea {
    padding: 10px 35px;
  }
}
.newsletter-section-1 .newsletter-from .inner-form input::-moz-placeholder, .newsletter-section-1 .newsletter-from .inner-form .contact-form textarea::-moz-placeholder, .contact-form .newsletter-section-1 .newsletter-from .inner-form textarea::-moz-placeholder {
  font-size: 13px;
  font-weight: 400;
  color: var(--text-secondary);
}
.newsletter-section-1 .newsletter-from .inner-form input::placeholder, .newsletter-section-1 .newsletter-from .inner-form .contact-form textarea::placeholder, .contact-form .newsletter-section-1 .newsletter-from .inner-form textarea::placeholder {
  font-size: 13px;
  font-weight: 400;
  color: var(--text-secondary);
}
.newsletter-section-1 .newsletter-from .inner-form svg {
  transition: 0.5s ease;
}
.newsletter-section-1 .newsletter-from .inner-form button {
  min-width: 177px;
  border: none;
  outline: none;
  background-color: transparent;
  border-left: 1px solid var(--border-color);
  transition: 0.5s ease;
}
@media (max-width: 767px) {
  .newsletter-section-1 .newsletter-from .inner-form button {
    min-width: 120px;
    font-size: 12px;
  }
}
.newsletter-section-1 .newsletter-from .inner-form button:hover {
  background-color: var(--primary-one);
  color: var(--white);
}
.newsletter-section-1 .newsletter-from .inner-form button:hover svg {
  fill: var(--white);
}

.newsletter-section3 {
  padding-left: 2%;
  padding-right: 2%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .newsletter-section3 {
    padding-left: 0;
    padding-right: 0;
  }
}

.newsletter-3-wrapper {
  background-color: rgba(222, 139, 118, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 90px 4%;
  gap: 10px;
}
@media (max-width: 991px) {
  .newsletter-3-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    padding: 50px 20px;
  }
}
.newsletter-3-wrapper .content {
  width: 100%;
  max-width: 700px;
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 991px) {
  .newsletter-3-wrapper .content {
    max-width: 100%;
  }
}
.newsletter-3-wrapper .content h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .newsletter-3-wrapper .content h3 {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .newsletter-3-wrapper .content h3 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .newsletter-3-wrapper .content h3 {
    font-size: 26px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .newsletter-3-wrapper .content h3 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .newsletter-3-wrapper .content h3 {
    font-size: 22px;
  }
}
.newsletter-3-wrapper .content h3 a {
  background: linear-gradient(180deg, var(--linear-one), var(--linear-two));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s linear;
}
.newsletter-3-wrapper form.newsletter {
  width: 100%;
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
  background-color: var(--white);
  border-radius: 60px;
  height: 60px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .newsletter-3-wrapper form.newsletter {
    max-width: 100%;
  }
}
.newsletter-3-wrapper form.newsletter .form-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.newsletter-3-wrapper form.newsletter input, .newsletter-3-wrapper form.newsletter .contact-form textarea, .contact-form .newsletter-3-wrapper form.newsletter textarea {
  width: 100%;
  border: none;
  outline: none;
  padding: 0 20px;
  margin-left: 5px;
}
.newsletter-3-wrapper form.newsletter input::-moz-placeholder, .newsletter-3-wrapper form.newsletter .contact-form textarea::-moz-placeholder, .contact-form .newsletter-3-wrapper form.newsletter textarea::-moz-placeholder {
  font-size: 13px;
  font-weight: 400;
  font-family: var(--font-inter);
}
.newsletter-3-wrapper form.newsletter input::placeholder, .newsletter-3-wrapper form.newsletter .contact-form textarea::placeholder, .contact-form .newsletter-3-wrapper form.newsletter textarea::placeholder {
  font-size: 13px;
  font-weight: 400;
  font-family: var(--font-inter);
}
.newsletter-3-wrapper form.newsletter button {
  background-color: var(--white);
  border: none;
  outline: none;
  display: inline-flex;
  height: 60px;
  line-height: 60px;
  min-width: 170px;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-left: 1px solid var(--border-color);
  font-size: 18px;
}
@media (max-width: 767px) {
  .newsletter-3-wrapper form.newsletter button {
    font-size: 14px;
    min-width: 55px;
  }
}
.newsletter-3-wrapper form.newsletter button:hover img {
  transform: rotate(-45deg);
}
.newsletter-3-wrapper form.newsletter button img {
  margin-left: 10px;
  transition: 0.4s;
}
@media (max-width: 576px) {
  .newsletter-3-wrapper form.newsletter button img {
    margin-left: 5px;
  }
}

.update-wrapper {
  background-color: var(--primary-one-light-two);
  position: relative;
  border-radius: 30px;
  padding: 90px 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .update-wrapper {
    padding: 70px 20px;
  }
}
@media (max-width: 576px) {
  .update-wrapper {
    border-radius: 15px;
  }
}
.update-wrapper .update-image {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .update-wrapper .update-image {
    display: none;
    visibility: hidden;
  }
}

.update-content {
  width: 100%;
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}
.update-content .subtitle {
  margin-bottom: 20px;
}
.update-content .section-title-1 {
  margin-bottom: 40px;
}

.menu__item-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .menu__item-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.menu__item-container .blog-grid-2 {
  width: 100%;
  max-width: 400px;
  min-width: 260px;
  position: relative;
  border: 1px solid var(--border-color);
  border-radius: 5px;
}
.menu__item-container .blog-grid-2:hover .image img {
  transform: scale(1.1);
}
.menu__item-container .blog-grid-2 .eg-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}
.menu__item-container .blog-grid-2 .image {
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
  max-height: 250px;
}
.menu__item-container .blog-grid-2 .image img {
  width: 100%;
  transition: 0.55s ease;
}
.menu__item-container .blog-grid-2 .content {
  padding: 25px;
}
@media (max-width: 767px) {
  .menu__item-container .blog-grid-2 .content {
    padding: 20px;
  }
}
.menu__item-container .blog-grid-2 .content h4 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .menu__item-container .blog-grid-2 .content h4 {
    font-size: 18px;
  }
}
.menu__item-container .blog-grid-2 .content h4:hover a {
  color: var(--primary-one);
}
.menu__item-container .blog-grid-2 .content h4 a {
  color: inherit;
  transition: 0.45s ease;
}
.menu__item-container .blog-grid-2 .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 10px;
}
.menu__item-container .blog-grid-2 .content ul li {
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 500;
  margin-right: 25px;
  position: relative;
  transition: 0.25s ease;
}
.menu__item-container .blog-grid-2 .content ul li a {
  color: var(--text-secondary);
}
.menu__item-container .blog-grid-2 .content ul li:hover a {
  color: var(--primary-one);
}
.menu__item-container .blog-grid-2 .content ul li:last-child::before {
  content: unset;
}
.menu__item-container .blog-grid-2 .content ul li::before {
  content: "";
  position: absolute;
  right: -13px;
  top: 12px;
  width: 5px;
  height: 5px;
  line-height: 5px;
  background-color: var(--primary-one);
  border-radius: 50%;
}
.menu__item-container .blog-grid-2 .bottom-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-left: 14px;
  margin-top: 20px;
}
.menu__item-container .blog-grid-2 .bottom-area span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: var(-text-secondary);
}
.menu__item-container .blog-grid-2 .bottom-area svg {
  fill: var(--text-secondary);
  margin-right: 5px;
  margin-top: -4px;
}
.menu__item-container .blog-grid-2.sibling-2 {
  border: unset;
}
.menu__item-container .blog-grid-2.sibling-2 .eg-badge {
  position: relative;
  top: 0px;
  margin-bottom: 20px;
}
.menu__item-container .blog-grid-2.sibling-2 .image {
  border-radius: 50%;
  width: 210px;
  height: 210px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.menu__item-container .blog-grid-2.sibling-2 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu__item-container .blog-grid-2.sibling-2 .content {
  padding-top: 0px;
  text-align: center;
}
.menu__item-container .blog-grid-2.sibling-2 .content ul {
  justify-content: center;
}
.menu__item-image {
  height: 240px;
  width: 240px;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: 120px;
  z-index: 2;
  opacity: 0;
  margin-top: -150px;
  transform: translateX(-50%) scale(0.4);
  transition: 0.5s;
}
.menu__item-image.living, .menu__item-image.resting {
  background-image: url("../images/blog-grid/grid3-1.jpg");
}
.menu__item-image.dining {
  background-image: url("../images/blog-grid/grid3-2.jpg");
}
.menu__item-image.endulging {
  background-image: url("../images/blog-grid/grid3-3.jpg");
}

.menu__item {
  position: relative;
}
.menu__item:hover .menu__item-image {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

/*=======================================
   15. Sidebar-widget-1
=======================================*/
.sidebar-widget-1 {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  padding: 30px 25px;
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .sidebar-widget-1 {
    padding: 30px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-1 {
    padding: 30px 15px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .sidebar-widget-1 {
    padding: 30px 20px;
  }
}
@media (max-width: 576px) {
  .sidebar-widget-1 {
    padding: 30px 15px;
  }
}
.sidebar-widget-1:last-child {
  margin-bottom: 0px;
}
.sidebar-widget-1 .title {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.sidebar-shop-card {
  text-align: center;
  min-height: 380px;
  border-radius: 5px;
  padding: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  .sidebar-shop-card {
    min-height: 280px;
  }
}
.sidebar-shop-card span {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: var(--primary-one);
  font-family: var(--font-prompt);
  font-style: italic;
}
.sidebar-shop-card h3 {
  font-size: 30px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 20px;
}
.sidebar-shop-card .shop-btn {
  color: var(--white);
  background-color: #FF9F46;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-inter);
  padding: 10px 20px;
  border-radius: 50px;
  transition: 0.4s ease;
}
.sidebar-shop-card .shop-btn:hover {
  background-color: var(--primary-one);
  color: var(--white);
}

.sidebar-widget .newsletter-from:hover .inner-form {
  border: 1px solid var(--text-primary);
}
.sidebar-widget .newsletter-from .inner-form {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  transition: 0.5s ease;
}
.sidebar-widget .newsletter-from .inner-form input, .sidebar-widget .newsletter-from .inner-form .contact-form textarea, .contact-form .sidebar-widget .newsletter-from .inner-form textarea {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 25px;
}
.sidebar-widget .newsletter-from .inner-form input::-moz-placeholder, .sidebar-widget .newsletter-from .inner-form .contact-form textarea::-moz-placeholder, .contact-form .sidebar-widget .newsletter-from .inner-form textarea::-moz-placeholder {
  font-size: 13px;
  font-weight: 400;
  color: var(--text-secondary);
}
.sidebar-widget .newsletter-from .inner-form input::placeholder, .sidebar-widget .newsletter-from .inner-form .contact-form textarea::placeholder, .contact-form .sidebar-widget .newsletter-from .inner-form textarea::placeholder {
  font-size: 13px;
  font-weight: 400;
  color: var(--text-secondary);
}
.sidebar-widget .newsletter-from .inner-form svg {
  transition: 0.5s ease;
}
.sidebar-widget .newsletter-from .inner-form button {
  min-width: 60px;
  border: none;
  outline: none;
  background-color: transparent;
  border-left: 1px solid var(--border-color);
  transition: 0.5s ease;
}
@media (max-width: 767px) {
  .sidebar-widget .newsletter-from .inner-form button {
    min-width: 30px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .sidebar-widget .newsletter-from .inner-form button svg {
    display: none;
    visibility: hidden;
  }
}
.sidebar-widget .newsletter-from .inner-form button:hover {
  background-color: var(--text-primary);
  color: var(--white);
}
.sidebar-widget .newsletter-from .inner-form button:hover svg {
  fill: var(--white);
}

.blog-list-slider-section .col-lg-8 {
  position: relative;
}
.blog-list-slider-section .arrow-style-1 {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .blog-list-slider-section .arrow-style-1 {
    right: 10px;
  }
}
@media (max-width: 576px) {
  .blog-list-slider-section .arrow-style-1 {
    position: relative;
    top: unset;
    right: unset;
    margin-top: 20px;
  }
}

.blog-multi-list-slider .blog-list-wrapper {
  height: 1050px;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.blog-multi-list-slider .blog-list-wrapper::-webkit-scrollbar {
  display: none;
}
.blog-multi-list-slider .search-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
}
.blog-multi-list-slider .search-area .tag-name {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid var(--border-color);
  border-bottom: unset;
  padding: 2px 25px;
  margin-left: 15px;
  background-color: var(--white);
  margin-bottom: -2px;
  padding-bottom: 2px;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .blog-multi-list-slider .search-area .tag-name {
    margin-left: 0px;
  }
}
.blog-multi-list-slider .search-area .search-form {
  padding: 2px 15px;
}
.blog-multi-list-slider .search-area .search-form form {
  display: flex;
}
.blog-multi-list-slider .search-area .search-form i {
  margin-right: 12px;
  cursor: pointer;
}
.blog-multi-list-slider .search-area .search-form input, .blog-multi-list-slider .search-area .search-form .contact-form textarea, .contact-form .blog-multi-list-slider .search-area .search-form textarea {
  border: none;
  outline: none;
}
.blog-multi-list-slider .search-area .search-form input::-moz-placeholder, .blog-multi-list-slider .search-area .search-form .contact-form textarea::-moz-placeholder, .contact-form .blog-multi-list-slider .search-area .search-form textarea::-moz-placeholder {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-inter);
}
.blog-multi-list-slider .search-area .search-form input::placeholder, .blog-multi-list-slider .search-area .search-form .contact-form textarea::placeholder, .contact-form .blog-multi-list-slider .search-area .search-form textarea::placeholder {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-inter);
}

/*=======================================
   15. Banner-section-1
=======================================*/
.banner1-prev i, .banner1-next i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid var(--text-secondary);
  color: var(--text-secondary);
  border-radius: 50%;
  display: inline-block;
  transition: 0.5s ease;
}
.banner1-prev i:hover, .banner1-next i:hover {
  background: var(--primary-one);
  border: 1px solid var(--primary-one);
  color: var(--white);
}

.nav-style-1 {
  border: 1px solid var(--border-color);
  border-radius: 100px;
  display: inline-flex;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .nav-style-1 {
    border-radius: 10px;
  }
}
@media (max-width: 576px) {
  .nav-style-1 {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 20px;
  }
}
.nav-style-1 .nav-link {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-primary);
  font-family: var(--font-prompt);
  font-style: italic;
  border: none;
  padding: 7px 16px;
}
@media (max-width: 576px) {
  .nav-style-1 .nav-link {
    padding: 0px 10px;
    line-height: 1;
  }
}
.nav-style-1 .nav-link:hover {
  border-color: transparent;
  border: none;
  color: var(--primary-one);
  text-decoration: underline;
}
.nav-style-1 .nav-link.active {
  color: var(--primary-one);
  text-decoration: underline;
  border: none;
  background-color: transparent;
}

.advertise-section img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1199px) {
  .banner-3-slider {
    padding: 0;
    margin: 0;
  }
}

/*=======================================
   16. Banner-section-2
=======================================*/
.hero2 {
  padding: 0px 5%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero2 {
    padding: 0px 2%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero2 {
    padding: 0px 2%;
  }
}
.hero2 .hero2-slider {
  padding-bottom: 90px;
}
.hero2 .hero2-slider .banner-wrapper .banner-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .hero2 .hero2-slider .banner-wrapper .banner-img img {
    min-height: 500px;
  }
}
.hero2 .hero2-slider .banner-wrapper .banner-conntent {
  max-width: 630px;
  width: 100%;
  background: #FFFFF0;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  border-radius: 20px 23px 20px 20px;
  padding: 40px 45px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}
@media (max-width: 767px) {
  .hero2 .hero2-slider .banner-wrapper .banner-conntent {
    padding: 20px 25px;
  }
}
@media (max-width: 576px) {
  .hero2 .hero2-slider .banner-wrapper .banner-conntent {
    padding: 15px 20px;
    bottom: -60px;
  }
}
.hero2 .hero2-slider .banner-wrapper .banner-conntent .author-img .author img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.hero2 .hero2-slider .banner-wrapper .banner-conntent > a {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--primary-two);
  line-height: 1;
  transition: 0.35s;
}
.hero2 .hero2-slider .banner-wrapper .banner-conntent > a:hover {
  color: var(--text-primary);
}
.hero2 .hero2-slider .banner-wrapper .banner-conntent h1 {
  margin-bottom: 25px;
  line-height: 1;
}
@media (max-width: 991px) {
  .hero2 .hero2-slider .banner-wrapper .banner-conntent h1 {
    line-height: 1.2;
  }
}
@media (max-width: 576px) {
  .hero2 .hero2-slider .banner-wrapper .banner-conntent h1 {
    line-height: 1.3;
  }
}
.hero2 .hero2-slider .banner-wrapper .banner-conntent h1 a {
  font-family: var(--font-prompt);
  font-weight: 600;
  font-size: 30px;
  text-transform: capitalize;
  color: var(--text-primary);
  transition: 0.35s;
}
@media (max-width: 767px) {
  .hero2 .hero2-slider .banner-wrapper .banner-conntent h1 a {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero2 .hero2-slider .banner-wrapper .banner-conntent h1 a {
    font-size: 26px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero2 .hero2-slider .banner-wrapper .banner-conntent h1 a {
    font-size: 28px;
  }
}
.hero2 .hero2-slider .banner-wrapper .banner-conntent h1 a:hover {
  color: var(--primary-two);
}
.hero2 .hero2-slider .banner-wrapper .banner-conntent .blog-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .hero2 .hero2-slider .banner-wrapper .banner-conntent .blog-meta {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .hero2 .hero2-slider .banner-wrapper .banner-conntent .blog-meta {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.hero2 .hero2-slider .banner-wrapper .banner-conntent .blog-meta li {
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(16, 16, 16, 0.7);
  transition: 0.35s;
  font-size: 14px;
}
@media (max-width: 576px) {
  .hero2 .hero2-slider .banner-wrapper .banner-conntent .blog-meta li {
    font-size: 13px;
  }
}
.hero2 .hero2-slider .banner-wrapper .banner-conntent .blog-meta li svg {
  width: 14px;
  height: 14px;
  fill: rgba(16, 16, 16, 0.5);
  transition: 0.35s;
}
.hero2 .hero2-slider .banner-wrapper .banner-conntent .blog-meta li::after {
  content: "";
  height: 10px;
  width: 2px;
  border-radius: 4px;
  background-color: var(--primary-two);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
}
@media (max-width: 767px) {
  .hero2 .hero2-slider .banner-wrapper .banner-conntent .blog-meta li::after {
    left: -20px;
  }
}
@media (max-width: 576px) {
  .hero2 .hero2-slider .banner-wrapper .banner-conntent .blog-meta li::after {
    display: none;
    visibility: hidden;
  }
}
.hero2 .hero2-slider .banner-wrapper .banner-conntent .blog-meta li:first-child::after {
  display: none;
  visibility: hidden;
}
.hero2 .hero2-slider .banner-wrapper .banner-conntent .blog-meta li a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(16, 16, 16, 0.7);
  transition: 0.35s;
  font-size: 14px;
}
@media (max-width: 576px) {
  .hero2 .hero2-slider .banner-wrapper .banner-conntent .blog-meta li a {
    font-size: 13px;
  }
}
.hero2 .hero2-slider .banner-wrapper .banner-conntent .blog-meta li a svg {
  width: 16px;
  fill: rgba(16, 16, 16, 0.5);
  transition: 0.35s;
}
.hero2 .hero2-slider .banner-wrapper .banner-conntent .blog-meta li a:hover {
  color: var(--primary-two);
}
.hero2 .hero2-slider .banner-wrapper .banner-conntent .blog-meta li a:hover svg {
  fill: var(--primary-two);
}
.hero2 .hero2-slider .banner-wrapper .banner-conntent .blog-meta li:first-child a svg {
  width: 12px;
}
.hero2 .hero2-slider .banner-wrapper .banner-conntent .btn-and-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  flex-wrap: wrap;
}
.hero2 .hero2-slider .banner-wrapper .banner-conntent .btn-and-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 50px;
}
.hero2 .hero2-slider .banner-wrapper .banner-conntent .btn-and-social ul li {
  line-height: 1;
  position: relative;
}
.hero2 .hero2-slider .banner-wrapper .banner-conntent .btn-and-social ul li::after {
  content: "";
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background-color: rgba(16, 16, 16, 0.2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -27px;
}
.hero2 .hero2-slider .banner-wrapper .banner-conntent .btn-and-social ul li:first-child::after {
  display: none;
  visibility: hidden;
}
.hero2 .hero2-slider .banner-wrapper .banner-conntent .btn-and-social ul li a {
  color: rgba(16, 16, 16, 0.7);
  line-height: 1;
  transition: 0.35s;
}
.hero2 .hero2-slider .banner-wrapper .banner-conntent .btn-and-social ul li a:hover {
  color: var(--primary-two);
}
.hero2 .hero2-slider .banner-wrapper .banner-conntent .btn-and-social ul li a i {
  font-size: 16px;
}

/*=======================================
   17. Home Two Recent Post
=======================================*/
.home-two-recent-post {
  padding-top: 60px;
}

.stay-connect {
  padding: 30px 25px;
  border: 1px solid #EEEEEE;
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.05));
  border-radius: 5px;
}
@media (max-width: 767px) {
  .stay-connect {
    padding: 25px 20px;
  }
}
.stay-connect ul.social-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stay-connect ul.social-list li {
  margin-bottom: 30px;
}
.stay-connect ul.social-list li:last-child {
  margin-bottom: 0;
}
.stay-connect ul.social-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stay-connect ul.social-list a:hover span {
  color: var(--primary-two);
  text-decoration: underline;
}
.stay-connect ul.social-list a:hover span:first-child i {
  background-color: var(--primary-two);
}
.stay-connect ul.social-list span {
  display: inline-block;
  transition: 0.35s ease;
}
.stay-connect ul.social-list span:first-child {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: var(--text-primary);
  font-family: var(--font-prompt);
}
.stay-connect ul.social-list span:first-child i {
  width: 25px;
  height: 25px;
  line-height: 26px;
  border-radius: 50%;
  background-color: var(--text-primary);
  text-align: center;
  font-size: 15px;
  color: var(--white);
  margin-right: 6px;
  transition: 0.35s ease;
}
.stay-connect ul.social-list span:last-child {
  font-size: 12px;
  font-weight: 300;
  color: var(--text-primary);
}

.another-post-area .nav {
  border-bottom: 1px solid #E1E1E1;
}
.another-post-area .nav .nav-item:first-child {
  padding-left: 75px;
}
.another-post-area .nav .nav-item .nav-link {
  font-family: var(--font-prompt);
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: rgba(16, 16, 16, 0.5);
  border-radius: 0;
  padding: 0px 30px;
  border-bottom: none;
}
.another-post-area .nav .nav-item .nav-link.active {
  border: 1px solid #E1E1E1;
  position: relative;
  border-bottom: none;
  color: var(--text-primary);
}
.another-post-area .nav .nav-item .nav-link.active::after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: var(--white);
  position: absolute;
  left: 0;
  bottom: -2px;
}
.another-post-area .recent-list-1 {
  width: 100%;
  max-width: 350px;
  margin-right: auto;
  margin-left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.another-post-area .recent-list-1.p-0 {
  border-bottom: none;
}
.another-post-area .recent-list-1 .image {
  border-radius: 5px;
  overflow: hidden;
  min-width: 100px;
  position: relative;
}
.another-post-area .recent-list-1 .content h6 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .another-post-area .recent-list-1 .content h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .another-post-area .recent-list-1 .content h6 {
    font-size: 15px;
  }
}
.another-post-area .recent-list-1 .content h6:hover a {
  color: var(--primary-two);
}
.another-post-area .recent-list-1 .content a {
  color: inherit;
  transition: 0.45s ease;
}
.another-post-area .recent-list-1 .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.another-post-area .recent-list-1 .content ul li {
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 500;
  margin-right: 25px;
  position: relative;
  transition: 0.25s ease;
}
@media (max-width: 1199px) {
  .another-post-area .recent-list-1 .content ul li {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .another-post-area .recent-list-1 .content ul li {
    margin-right: 10px;
  }
}
.another-post-area .recent-list-1 .content ul li:hover a {
  color: var(--primary-two);
}
.another-post-area .recent-list-1 .content ul li:last-child::before {
  content: unset;
}
.another-post-area .recent-list-1 .content ul li::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 13px;
  width: 5px;
  height: 5px;
  line-height: 5px;
  background-color: var(--primary-two);
  border-radius: 50%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .another-post-area .recent-list-1 .content ul li::before {
    right: -8px;
  }
}

.video-play2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-play2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  background: rgba(16, 16, 16, 0.6);
  border: 0.5px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  transition: 0.35s;
}
.video-play2 a i {
  color: var(--white);
}
.video-play2 a:hover {
  background: var(--primary-two);
  border-color: var(--primary-two);
}

.audio-container {
  background: rgba(84, 143, 111, 0.2);
  width: 100%;
  overflow: hidden;
  padding: 30px 20px;
  /* IE*/
}
.audio-container .audio {
  width: 100%;
}
.audio-container .players-btn {
  border-top: 1px solid #eee;
}
.audio-container .players-btn .buttons {
  padding: 5px 16px;
  width: 24px;
  margin-right: 8px;
  cursor: pointer;
  display: inline-block;
}
.audio-container .players-btn .buttons i {
  color: var(--primary-two);
}
.audio-container .players-btn .buttons .bi-pause-fill {
  display: none;
}
.audio-container .players-btn .buttons .bi-volume-mute-fill {
  display: none;
}
.audio-container .players-btn .buttons.playing .bi-pause-fill {
  display: inline-block;
}
.audio-container .players-btn .buttons.playing .bi-play-fill {
  display: none;
}
.audio-container .players-btn .buttons.muted .bi-volume-mute-fill {
  display: inline-block;
}
.audio-container .players-btn .buttons.muted .bi-volume-up-fill {
  display: none;
}
.audio-container .volume-slider {
  width: 100px;
  cursor: pointer;
}
.audio-container input[type=range], .audio-container .contact-form textarea[type=range], .contact-form .audio-container textarea[type=range] {
  overflow: hidden;
  width: 80px;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #548F6F;
  border-radius: 50px;
}
.audio-container input[type=range]::-webkit-slider-runnable-track, .audio-container .contact-form textarea[type=range]::-webkit-slider-runnable-track, .contact-form .audio-container textarea[type=range]::-webkit-slider-runnable-track {
  height: 8px;
  -webkit-appearance: none;
  color: #13bba4;
  margin-top: -1px;
}
.audio-container input[type=range]::-webkit-slider-thumb, .audio-container .contact-form textarea[type=range]::-webkit-slider-thumb, .contact-form .audio-container textarea[type=range]::-webkit-slider-thumb {
  width: 10px;
  -webkit-appearance: none;
  height: 8px;
  cursor: ew-resize;
  background: var(--primary-two);
  box-shadow: -80px 0 0 80px #548F6F;
}
.audio-container input[type=range]::-moz-range-progress, .audio-container .contact-form textarea[type=range]::-moz-range-progress, .contact-form .audio-container textarea[type=range]::-moz-range-progress {
  background-color: #43e5f7;
}
.audio-container input[type=range]::-moz-range-track, .audio-container .contact-form textarea[type=range]::-moz-range-track, .contact-form .audio-container textarea[type=range]::-moz-range-track {
  background-color: #fff;
}
.audio-container input[type=range]::-ms-fill-lower, .audio-container .contact-form textarea[type=range]::-ms-fill-lower, .contact-form .audio-container textarea[type=range]::-ms-fill-lower {
  background-color: #43e5f7;
}
.audio-container input[type=range]::-ms-fill-upper, .audio-container .contact-form textarea[type=range]::-ms-fill-upper, .contact-form .audio-container textarea[type=range]::-ms-fill-upper {
  background-color: #fff;
}

/*=======================================
   18. Home Two Entire Topic
=======================================*/
.h2-entire-tropic-area {
  background: #FFFFF0;
  padding: 90px 0;
  margin: 0px 90px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .h2-entire-tropic-area {
    margin: 0;
  }
}
@media (max-width: 1399px) {
  .h2-entire-tropic-area {
    margin: 0;
  }
}
.h2-entire-tropic-area .entire-topic-slider .tropic-card {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}
.h2-entire-tropic-area .entire-topic-slider .tropic-card .tropic-img {
  height: 100%;
}
.h2-entire-tropic-area .entire-topic-slider .tropic-card .tropic-img img {
  border-radius: 5px 0px 0px 5px;
  min-width: 125px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.h2-entire-tropic-area .entire-topic-slider .tropic-card .tropic-content {
  padding: 20px 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 1399px) {
  .h2-entire-tropic-area .entire-topic-slider .tropic-card .tropic-content {
    padding: 20px 20px 20px 15px;
  }
}
.h2-entire-tropic-area .entire-topic-slider .tropic-card .tropic-content .tropic-icon {
  margin-bottom: 7px;
}
.h2-entire-tropic-area .entire-topic-slider .tropic-card .tropic-content h4 {
  line-height: 1;
  margin-bottom: 3px;
}
.h2-entire-tropic-area .entire-topic-slider .tropic-card .tropic-content h4 a {
  font-family: var(--font-prompt);
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  text-transform: capitalize;
  color: #101010;
}
@media (max-width: 767px) {
  .h2-entire-tropic-area .entire-topic-slider .tropic-card .tropic-content h4 a {
    font-size: 22px;
  }
}
.h2-entire-tropic-area .entire-topic-slider .tropic-card .tropic-content p {
  margin-bottom: 0;
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #101010;
  opacity: 0.5;
}

/*=======================================
   18. Home Two Laest Post
=======================================*/
.home2-latest-post-area .article-post-area {
  background: rgba(242, 242, 222, 0.5);
  border-radius: 5px;
  padding: 35px 25px;
}
@media (max-width: 1199px) {
  .home2-latest-post-area .article-post-area {
    padding: 25px 10px 35px;
  }
}
@media (max-width: 991px) {
  .home2-latest-post-area .article-post-area {
    padding: 25px 20px 35px;
  }
}
@media (max-width: 576px) {
  .home2-latest-post-area .article-post-area {
    padding: 25px 10px 35px;
  }
}
.home2-latest-post-area .article-post-area .recent-list-1 {
  margin-right: auto;
  margin-left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.home2-latest-post-area .article-post-area .recent-list-1.p-0 {
  border-bottom: none;
}
.home2-latest-post-area .article-post-area .recent-list-1 .image {
  border-radius: 5px;
  overflow: hidden;
  min-width: 100px;
  position: relative;
}
.home2-latest-post-area .article-post-area .recent-list-1 .content h6 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home2-latest-post-area .article-post-area .recent-list-1 .content h6 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .home2-latest-post-area .article-post-area .recent-list-1 .content h6 {
    font-size: 15px;
  }
}
.home2-latest-post-area .article-post-area .recent-list-1 .content h6:hover a {
  color: var(--primary-two);
}
.home2-latest-post-area .article-post-area .recent-list-1 .content a {
  color: inherit;
  transition: 0.45s ease;
}
.home2-latest-post-area .article-post-area .recent-list-1 .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.home2-latest-post-area .article-post-area .recent-list-1 .content ul li {
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 500;
  margin-right: 25px;
  letter-spacing: 0.02em;
  position: relative;
  transition: 0.25s ease;
}
@media (max-width: 1399px) {
  .home2-latest-post-area .article-post-area .recent-list-1 .content ul li {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home2-latest-post-area .article-post-area .recent-list-1 .content ul li {
    margin-right: 14px;
  }
}
.home2-latest-post-area .article-post-area .recent-list-1 .content ul li:hover a {
  color: var(--primary-two);
}
.home2-latest-post-area .article-post-area .recent-list-1 .content ul li:last-child::before {
  content: unset;
}
.home2-latest-post-area .article-post-area .recent-list-1 .content ul li::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 13px;
  width: 5px;
  height: 5px;
  line-height: 5px;
  background-color: var(--primary-two);
  border-radius: 50%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home2-latest-post-area .article-post-area .recent-list-1 .content ul li::before {
    right: -10px;
  }
}

/*=======================================
   19. Home Two Trending Article
=======================================*/
.home-two-trending-post {
  background: #F8F7F5;
  padding: 90px 110px;
  margin-left: 90px;
  margin-right: 90px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home-two-trending-post {
    margin: 0;
    padding: 90px 20px;
  }
}
@media (max-width: 1399px) {
  .home-two-trending-post {
    margin: 0;
    padding: 90px 20px;
  }
}
@media (max-width: 991px) {
  .home-two-trending-post {
    margin: 0;
    padding: 70px 20px;
  }
}
@media (max-width: 576px) {
  .home-two-trending-post {
    padding: 90px 0px;
  }
}
.home-two-trending-post .trending-article-card-2 {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: 0.35s;
}
@media (max-width: 576px) {
  .home-two-trending-post .trending-article-card-2 {
    gap: 12px;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .home-two-trending-post .trending-article-card-2 .article-img {
    width: 100%;
  }
}
.home-two-trending-post .trending-article-card-2 .article-img img {
  min-width: 160px;
  border-radius: 5px;
}
@media (max-width: 576px) {
  .home-two-trending-post .trending-article-card-2 .article-img img {
    width: 100%;
    min-width: 100%;
  }
}
.home-two-trending-post .trending-article-card-2 .article-content h5 {
  margin-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.35;
}
.home-two-trending-post .trending-article-card-2 .article-content h5 a {
  font-family: var(--font-prompt);
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: #3E3E3E;
  transition: 0.35s;
}
@media (max-width: 767px) {
  .home-two-trending-post .trending-article-card-2 .article-content h5 a {
    font-size: 16px;
  }
}
.home-two-trending-post .trending-article-card-2 .article-content h5 a:hover {
  color: var(--primary-two);
}
.home-two-trending-post .trending-article-card-2 .article-content .publish-date a {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--primary-two);
  transition: 0.35s;
}
.home-two-trending-post .trending-article-card-2 .article-content .publish-date a:hover {
  color: var(--text-primary);
}

/*=======================================
   20. Home Two Most Popular Post
=======================================*/
.home2-populer-post .progressBarContainer div span.progressBar {
  width: 100%;
  height: 1px;
  background-color: #eee;
  display: block;
}
.home2-populer-post .progressBarContainer div span.progressBar .inProgress {
  background-color: var(--primary-two);
  width: 0%;
  height: 1px;
}
.home2-populer-post .popular-post {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.home2-populer-post .popular-post.one {
  padding-top: 0;
}
.home2-populer-post .popular-post .sn h4 {
  font-family: var(--font-prompt);
  font-weight: 600;
  font-size: 27px;
  line-height: 41px;
  text-transform: capitalize;
  color: rgba(16, 16, 16, 0.2);
}
.home2-populer-post .popular-post .post-title h5 {
  margin-bottom: 0;
}
.home2-populer-post .popular-post .post-title h5 a {
  font-family: var(--font-prompt);
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #3E3E3E;
}
.home2-populer-post .popular-post-card {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
@media (max-width: 767px) {
  .home2-populer-post .popular-post-card {
    flex-wrap: wrap;
  }
}
.home2-populer-post .popular-post-card .post-img {
  position: relative;
}
@media (max-width: 767px) {
  .home2-populer-post .popular-post-card .post-img {
    width: 100%;
  }
}
.home2-populer-post .popular-post-card .post-img img {
  max-width: 330px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home2-populer-post .popular-post-card .post-img img {
    min-width: unset;
    max-width: 330px;
  }
}
@media (max-width: 1399px) {
  .home2-populer-post .popular-post-card .post-img img {
    min-width: unset;
    max-width: 330px;
  }
}
@media (max-width: 767px) {
  .home2-populer-post .popular-post-card .post-img img {
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
}
.home2-populer-post .popular-post-card .post-img .category {
  position: absolute;
  left: 12px;
  top: 15px;
}
.home2-populer-post .popular-post-card .post-img .category a {
  font-family: var(--font-prompt);
  font-style: italic;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--white);
  background: var(--primary-two);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 26px;
  padding: 3px 13px;
}
.home2-populer-post .popular-post-card .post-content {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(16, 16, 16, 0.05);
  padding: 30px 30px 35px 140px;
  margin-left: -110px;
}
.home2-populer-post .popular-post-card .post-content .publish-date {
  margin-bottom: 5px;
}
.home2-populer-post .popular-post-card .post-content .publish-date a {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--primary-two);
  transition: 0.35s;
}
.home2-populer-post .popular-post-card .post-content .publish-date a:hover {
  color: #101010;
}
.home2-populer-post .popular-post-card .post-content h4 {
  margin-bottom: 12px;
}
.home2-populer-post .popular-post-card .post-content h4 a {
  font-family: var(--font-prompt);
  font-weight: 500;
  font-size: 25px;
  line-height: 1.5;
  text-transform: capitalize;
  color: #101010;
  transition: 0.35s;
}
@media (max-width: 1399px) {
  .home2-populer-post .popular-post-card .post-content h4 a {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home2-populer-post .popular-post-card .post-content h4 a {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .home2-populer-post .popular-post-card .post-content h4 a {
    font-size: 20px;
  }
}
.home2-populer-post .popular-post-card .post-content h4 a:hover {
  color: var(--primary-two);
}
.home2-populer-post .popular-post-card .post-content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #66707E;
  margin-bottom: 25px;
}
@media (max-width: 425px) {
  .home2-populer-post .popular-post-card .post-content p {
    font-size: 14px;
  }
}
.home2-populer-post .popular-post-card .post-content .bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home2-populer-post .popular-post-card .post-content .bottom-area span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: rgba(16, 16, 16, 0.5);
  line-height: 1;
}
.home2-populer-post .popular-post-card .post-content .bottom-area svg {
  fill: rgba(16, 16, 16, 0.5);
  margin-right: 5px;
  margin-top: -4px;
  width: 16px;
}

.main-wrapper {
  max-width: 100%;
  min-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.main-wrapper .topbar {
  height: 40px;
  position: sticky;
  width: 100%;
  top: 0px;
  left: 0;
  background-color: var(--bg-one);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 30px 10px;
  box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.02);
  z-index: 12;
  margin-bottom: 25px;
}
.main-wrapper .topbar::before {
  content: "";
  position: absolute;
  height: 60px;
  width: 15px;
  background-color: var(--bg-one);
  top: 0;
  left: -15px;
}
.main-wrapper .topbar::after {
  content: "";
  position: absolute;
  height: 60px;
  width: 15px;
  background-color: var(--bg-one);
  top: 0;
  right: -15px;
}
.main-wrapper .topbar .logo img {
  width: 30px;
}
.main-wrapper .topbar .sidebar-icons .sidebar-button {
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  align-items: flex-end;
  text-align: right;
  z-index: 9;
  position: relative;
}
.main-wrapper .topbar .sidebar-icons .sidebar-button span {
  display: inline-block;
  width: 18px;
  height: 3px;
  border-radius: 10px;
  background-color: var(--text-primary);
  transition: 0.5s ease;
}
.main-wrapper .topbar .sidebar-icons .sidebar-button span:nth-child(2) {
  width: 25px;
}
.main-wrapper .topbar .sidebar-icons .sidebar-button span:last-child {
  width: 15px;
}
.main-wrapper .topbar .sidebar-icons .sidebar-button:hover span {
  background-color: var(--primary-four);
}
.main-wrapper .topbar .sidebar-icons .sidebar-button:hover span:nth-child(1) {
  width: 25px;
}
.main-wrapper .topbar .sidebar-icons .sidebar-button:hover span:nth-child(2) {
  width: 25px;
}
.main-wrapper .topbar .sidebar-icons .sidebar-button:hover span:nth-child(3) {
  width: 25px;
}
.main-wrapper .topbar ul.social-1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1199px) {
  .main-wrapper .topbar ul.social-1 {
    gap: 10px;
  }
}
@media (max-width: 1199px) {
  .main-wrapper .topbar ul.social-1 {
    display: none;
    visibility: hidden;
  }
}
.main-wrapper .topbar ul.social-1 li {
  transform: rotate(-90deg);
}
.main-wrapper .topbar ul.social-1 li:hover a {
  color: var(--primary-four);
}
.main-wrapper .topbar ul.social-1 li:hover i {
  color: var(--primary-four);
}
.main-wrapper .topbar ul.social-1 a {
  line-height: 1;
  font-size: 13px;
  color: var(--text-primary);
  transition: all 0.3s;
}
.main-wrapper .topbar ul.social-1 a i {
  font-size: 17px;
  margin-top: -3px;
  margin-right: 6px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .main-wrapper .topbar ul.social-1 a i {
    margin-right: 3px;
  }
}
.main-wrapper .sidebar {
  width: 80px;
  position: sticky;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px 10px;
  box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.02);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-wrapper .sidebar {
    width: 75px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-wrapper .sidebar {
    width: 65px;
  }
}
@media (max-width: 991px) {
  .main-wrapper .sidebar {
    width: 0px;
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .main-wrapper .sidebar {
    width: 65px;
    padding: 30px 0px;
  }
}
.main-wrapper .sidebar .sidebar-icons .search-btn {
  color: var(--text-primary);
  transition: 0.35s;
  margin-top: 40px;
  display: inline-block;
  cursor: pointer;
}
.main-wrapper .sidebar .sidebar-icons .search-btn:hover {
  color: var(--primary-four);
}
.main-wrapper .sidebar .sidebar-icons .search-btn i {
  font-size: 21px;
}
.main-wrapper .sidebar .sidebar-icons .sidebar-button {
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  align-items: flex-start;
  text-align: left;
  z-index: 9;
  position: relative;
}
.main-wrapper .sidebar .sidebar-icons .sidebar-button span {
  display: inline-block;
  width: 18px;
  height: 3px;
  border-radius: 10px;
  background-color: var(--text-primary);
  transition: 0.5s ease;
}
.main-wrapper .sidebar .sidebar-icons .sidebar-button span:nth-child(2) {
  width: 25px;
}
.main-wrapper .sidebar .sidebar-icons .sidebar-button span:last-child {
  width: 15px;
}
.main-wrapper .sidebar .sidebar-icons .sidebar-button:hover span {
  background-color: var(--primary-four);
}
.main-wrapper .sidebar .sidebar-icons .sidebar-button:hover span:nth-child(1) {
  width: 25px;
}
.main-wrapper .sidebar .sidebar-icons .sidebar-button:hover span:nth-child(2) {
  width: 25px;
}
.main-wrapper .sidebar .sidebar-icons .sidebar-button:hover span:nth-child(3) {
  width: 25px;
}
.main-wrapper .sidebar ul.social-1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1199px) {
  .main-wrapper .sidebar ul.social-1 {
    gap: 10px;
  }
}
@media (max-width: 1199px) {
  .main-wrapper .sidebar ul.social-1 {
    display: none;
    visibility: hidden;
  }
}
.main-wrapper .sidebar ul.social-1 li {
  transform: rotate(-90deg);
}
.main-wrapper .sidebar ul.social-1 li:hover a {
  color: var(--primary-four);
}
.main-wrapper .sidebar ul.social-1 li:hover i {
  color: var(--primary-four);
}
.main-wrapper .sidebar ul.social-1 a {
  line-height: 1;
  font-size: 13px;
  color: var(--text-primary);
  transition: all 0.3s;
}
.main-wrapper .sidebar ul.social-1 a i {
  font-size: 17px;
  margin-top: -3px;
  margin-right: 6px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .main-wrapper .sidebar ul.social-1 a i {
    margin-right: 3px;
  }
}
.main-wrapper .main-content {
  width: calc(100% - 80px);
  padding: 30px 60px 120px;
  background-color: var(--bg-three);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-wrapper .main-content {
    padding: 30px 30px 90px;
    width: calc(100% - 75px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-wrapper .main-content {
    width: calc(100% - 65px);
    padding: 30px 30px 90px;
  }
}
@media (max-width: 991px) {
  .main-wrapper .main-content {
    padding: 0px 15px 90px;
    width: calc(100% - 0px);
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .main-wrapper .main-content {
    padding: 30px 40px 120px;
    width: calc(100% - 65px);
  }
}
@media (max-width: 767px) {
  .main-wrapper .main-content {
    padding: 0px 5px 90px;
    width: calc(100% - 0px);
  }
}

.breaking-news {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  position: sticky;
  top: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .breaking-news {
    position: relative;
  }
}
.breaking-news .ellipse-1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  height: 100%;
}
.breaking-news .ellipse-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  height: 100%;
}
.breaking-news .ellipse-3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -150px;
  height: 100%;
}
.breaking-news > span {
  font-size: 20px;
  font-weight: 500;
  color: var(--white);
  background-color: #101010;
  font-family: var(--font-prompt);
  padding: 10px 30px;
  min-width: 210px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.breaking-news .marquee-text {
  border-top: 1px solid rgba(16, 16, 16, 0.1);
  border-bottom: 1px solid rgba(16, 16, 16, 0.1);
  padding: 9px 10px;
  font-size: 20px;
  font-weight: 500;
  color: #454545;
  font-family: var(--font-prompt);
  background-color: var(--white);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .breaking-news .marquee-text {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .breaking-news .marquee-text {
    font-size: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .breaking-news .marquee-text {
    font-size: 18;
  }
}
.breaking-news .marquee-text a {
  color: inherit;
  transition: 0.4s ease;
}
.breaking-news .marquee-text a:hover {
  color: var(--text-primary);
}
.breaking-news .marquee-text i {
  color: var(--primary-four);
  font-size: 14px;
  vertical-align: middle;
}
.breaking-news .marquee-text .js-marquee {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: 20px !important;
}
.breaking-news .marquee-text2 {
  border-top: 1px solid rgba(16, 16, 16, 0.1);
  border-bottom: 1px solid rgba(16, 16, 16, 0.1);
  font-size: 40px;
  padding: 35px 10px;
  font-weight: 500;
  color: #454545;
  font-family: var(--font-prompt);
  background-color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .breaking-news .marquee-text2 {
    font-size: 26px;
    padding: 5px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .breaking-news .marquee-text2 {
    font-size: 28px;
    padding: 5px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .breaking-news .marquee-text2 {
    font-size: 26px;
    padding: 10px 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .breaking-news .marquee-text2 {
    font-size: 30px;
    padding: 15px 10px;
  }
}
.breaking-news .marquee-text2 a {
  color: inherit;
  transition: 0.4s ease;
}
.breaking-news .marquee-text2 a:hover {
  color: var(--text-primary);
}
.breaking-news .marquee-text2 img {
  color: var(--primary-four);
  font-size: 14px;
  vertical-align: middle;
}
.breaking-news .marquee-text2 .js-marquee {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: 20px !important;
}

.banner3-list-wrapper {
  background: linear-gradient(180deg, rgba(145, 112, 144, 0.05) 0%, rgba(222, 139, 118, 0.05) 100%);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner3-list-wrapper {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .banner3-list-wrapper {
    border-left: unset;
    padding-left: 0px;
  }
}

.banner4-list-wrapper {
  border-left: 1px solid var(--border-color3);
  padding-left: 20px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner4-list-wrapper {
    padding-left: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner4-list-wrapper {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .banner4-list-wrapper {
    border-left: unset;
    padding-left: 0px;
  }
}

.sidebar-card {
  border: 1px solid var(--border-color3);
  padding: 25px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-card {
    padding: 20px 15px;
  }
}
.sidebar-card .title {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.sidebar-card .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(44, 44, 44, 0.2);
}
.sidebar-card .title h5 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--font-inter);
  color: var(--text-primary);
  line-height: 1;
}

.newsletter-wrap {
  border: 1px solid rgba(44, 44, 44, 0.5);
  margin: 0px 50px;
  position: relative;
  min-height: 280px;
  padding: 70px 8%;
  z-index: 1;
}
@media (max-width: 767px) {
  .newsletter-wrap {
    padding: 70px 7%;
    margin: 0px 0px;
  }
}
.newsletter-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3%;
  right: 0;
  height: 82%;
  width: 106%;
  background-color: rgba(241, 241, 221, 0.5);
  z-index: -1;
}
@media (max-width: 767px) {
  .newsletter-wrap::after {
    width: 100%;
  }
}
.newsletter-wrap .paper-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
}
@media (max-width: 767px) {
  .newsletter-wrap .paper-icon {
    left: -15px;
  }
}
.newsletter-wrap .paper-icon svg {
  max-width: 95px;
  fill: rgba(44, 44, 44, 0.5);
}
@media (max-width: 767px) {
  .newsletter-wrap .paper-icon svg {
    width: 30px;
  }
}
.newsletter-wrap .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .newsletter-wrap .content {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.newsletter-wrap .content h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .newsletter-wrap .content h3 {
    font-size: 22px;
  }
}
.newsletter-wrap .content h3 a {
  font-size: 30px;
  font-weight: 600;
  font-style: italic;
  color: var(--primary-four);
  display: block;
}
@media (max-width: 767px) {
  .newsletter-wrap .content h3 a {
    font-size: 22px;
  }
}

.vehicle-detail-banner .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: unset;
}

.top-article-section {
  /*End USE CSS for Slider*/
}
@media (max-width: 991px) {
  .top-article-section .blog-list-wrapper {
    margin-bottom: 40px;
  }
}
.top-article-section .slider-nav .slick-slide {
  position: relative;
  padding-left: 15px;
  cursor: pointer;
}
.top-article-section .slider-nav .slick-slide:before {
  position: absolute;
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background: var(--border-color3);
}
.top-article-section .slider-nav .slick-current {
  position: relative;
  padding-left: 15px;
}
.top-article-section .slider-nav .slick-current:before {
  position: absolute;
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 70px;
  background: var(--primary-four);
}
.top-article-section .vehicle-detail-banner .car-slider-desc {
  margin: 0 auto;
}
.top-article-section .banner-slider .slider-g.slider-for {
  max-width: 59%;
}
.top-article-section .banner-slider .slider-g.slider-nav {
  max-width: 38%;
  margin-right: 3%;
}
.top-article-section .banner-slider .slider-g.slider-for,
.top-article-section .banner-slider .slider-g.slider-nav {
  width: 100%;
  float: left;
}
.top-article-section .banner-slider .slider-g.slider-nav {
  height: 580px;
  overflow: hidden;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .top-article-section .banner-slider .slider-g.slider-nav {
    height: 580px;
  }
}
.top-article-section .slider-banner-image {
  height: 610px;
  position: relative;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .top-article-section .slider-banner-image {
    height: 575px;
  }
}
.top-article-section .slider-banner-image .date {
  padding: 10px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
  min-width: 65px;
  height: 65px;
  line-height: 1;
  background: var(--primary-four);
  z-index: 2;
}
.top-article-section .slider-banner-image .date h4 {
  font-size: 22px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
}
.top-article-section .slider-banner-image .date span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-inter);
  line-height: 1;
}
.top-article-section .banner-slider .slider-g.slider-nav {
  padding: 0px;
}
.top-article-section .slider-nav .slick-slide.thumbnail-image .thumbImg {
  height: 110px;
  margin: 0 auto;
  border: 1px solid #EBEBEB;
}
.top-article-section .slider-banner-image img,
.top-article-section .slider-nav .slick-slide.thumbnail-image .thumbImg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-article-section .slick-vertical .slick-slide:active,
.top-article-section .slick-vertical .slick-slide:focus,
.top-article-section .slick-arrow:hover,
.top-article-section .slick-arrow:focus {
  border: 0;
  outline: 0;
}
.top-article-section .slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
  border: 2px solid #196DB6;
}
.top-article-section .slider-nav .slick-slide.slick-current span {
  color: #196DB6;
}
.top-article-section .slider-nav .slick-slide {
  text-align: left;
}
.top-article-section .slider-nav .slick-slide span {
  font-size: 14px;
  display: block;
  padding: 5px 0 15px;
}
@media screen and (max-width: 991px) {
  .top-article-section .banner-slider .slider-g.slider-for,
  .top-article-section .banner-slider .slider-g.slider-nav {
    max-width: 100%;
    float: none;
  }
  .top-article-section .banner-slider .slider-g.slider-for {
    padding-right: 0;
  }
  .top-article-section .banner-slider .slider-g.slider-nav {
    height: auto;
  }
  .top-article-section .slider-banner-image {
    height: 500px;
  }
  .top-article-section .slider-nav .slick-slide span {
    padding: 5px 0;
  }
  .top-article-section .vehicle-detail-banner .car-slider-desc {
    max-width: 340px;
  }
  .top-article-section .bid-tag {
    padding: 10px 0 15px;
  }
  .top-article-section .slider-g.slider-nav.thumb-image {
    white-space: nowrap;
  }
  .top-article-section .thumbnail-image.slick-slide {
    padding: 0px 5px;
    min-width: 75px;
    display: inline-block;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .top-article-section .slider-banner-image {
    height: 400px;
  }
  .top-article-section .slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 140px;
    height: 80px;
  }
  .top-article-section .slick-prev.slick-arrow {
    background-position: center 10px;
  }
  .top-article-section .slick-next.slick-arrow {
    background-position: center 10px, center;
  }
  .top-article-section .slider-nav .slick-slide span {
    font-size: 12px;
    white-space: normal;
  }
}
@media screen and (max-width: 580px) {
  .top-article-section .slider-banner-image {
    height: 340px;
  }
}
@media screen and (max-width: 480px) {
  .top-article-section .slider-banner-image {
    height: 280px;
  }
}

/* Styling for the video element */
.video {
  display: block;
  width: 100%;
  height: auto;
}

.video-list-slider .slick-arrow {
  top: -57px;
  border: 1px solid var(--primary-four);
  width: 25px;
  height: 25px;
  line-height: 27px;
  border-radius: 50%;
  opacity: 0.7;
  transition: 0.4s;
}
@media (max-width: 991px) {
  .video-list-slider .slick-arrow {
    opacity: 0;
  }
}
.video-list-slider .slick-arrow::before {
  font-family: unset;
  color: var(--primary-four);
  font-size: 18px;
}
.video-list-slider .slick-prev {
  left: 88%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video-list-slider .slick-prev {
    left: 80%;
  }
}
.video-list-slider .slick-prev:hover {
  opacity: 1;
}
.video-list-slider .slick-next {
  right: 0%;
}
.video-list-slider .slick-next:hover {
  opacity: 1;
}

.new-post-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .new-post-wrap {
    min-height: 420px;
  }
}
@media (max-width: 1399px) {
  .new-post-wrap {
    min-height: 420px;
  }
}
@media (max-width: 991px) {
  .new-post-wrap {
    min-height: 400px;
    margin-bottom: 24px;
  }
}
.new-post-wrap .swiper .swiper-slide {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.img-adjust {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.category-wrap {
  background: rgba(255, 76, 96, 0.07);
  border: 1px solid #EEEEEE;
  border-radius: 50px;
  padding: 0px 20px;
  display: block;
  height: 100%;
  height: 50px;
  line-height: 1;
  min-height: 100%;
}
@media (max-width: 767px) {
  .category-wrap {
    background: unset;
    border: unset;
    min-height: unset;
    border-radius: 5px;
    padding: 0px 0px;
  }
}
.category-wrap form {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 767px) {
  .category-wrap form {
    flex-wrap: wrap;
    display: block;
  }
}
.category-wrap form .form-inner {
  border-right: 1px solid #eee;
}
.category-wrap form .form-inner:last-child {
  border-right: unset;
}
.category-wrap .nice-select {
  min-width: 265px;
  display: block;
  border: none;
  background-color: transparent;
  height: 50px;
  line-height: 50px;
  border-radius: 0px;
}
.category-wrap .nice-select .current {
  font-size: 15px;
  font-weight: 400;
  color: var(--text-primary);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .category-wrap .nice-select {
    min-width: 230px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-wrap .nice-select {
    min-width: 195px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-wrap .nice-select {
    min-width: 225px;
  }
}
@media (max-width: 767px) {
  .category-wrap .nice-select {
    min-width: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    background: rgba(255, 250, 240, 0.5);
    border: 1px solid #EEEEEE;
    min-height: 100%;
    margin-bottom: 15px;
  }
}
.category-wrap .nice-select.open .list {
  width: 100%;
}

/*=======================================
   16. contact-section css
=======================================*/
@media (max-width: 767px) {
  .contact-section {
    padding-top: 0;
  }
}

.contact-box {
  padding: 50px 40px;
  border: 1px solid var(--border-color);
  text-align: left;
  position: relative;
  overflow: hidden;
}
.contact-box::after {
  content: "";
  position: absolute;
  right: -50px;
  top: -80px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  background-color: var(--white);
}
.contact-box .title h3 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-box .title p {
  margin-bottom: 40px;
}
.contact-box .left-social {
  margin-bottom: 45px;
}
.contact-box .left-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 50px;
}
.contact-box .left-social ul li {
  line-height: 1;
  position: relative;
}
.contact-box .left-social ul li::after {
  content: "";
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background-color: rgba(16, 16, 16, 0.2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -27px;
}
.contact-box .left-social ul li:first-child::after {
  display: none;
  visibility: hidden;
}
.contact-box .left-social ul li a {
  color: rgba(16, 16, 16, 0.7);
  line-height: 1;
  transition: 0.35s;
}
.contact-box .left-social ul li a:hover {
  color: var(--primary-one);
}
.contact-box .left-social ul li a i {
  font-size: 20px;
}
.contact-box ul.phone {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-box ul.phone li {
  margin-bottom: 10px;
}
.contact-box ul.phone li a {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
  display: block;
  transition: 0.4s ease;
}
.contact-box ul.phone li a:hover {
  color: var(--primary-one);
}
.contact-box ul.phone li:last-child {
  margin-bottom: 0px;
}
.contact-box .informations .single-info {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 15px;
}
.contact-box .informations .single-info:last-child {
  margin-bottom: 0;
}
.contact-box .informations .single-info .icon {
  height: 2.8rem;
  min-width: 2.8rem;
  border-radius: 50%;
  border: 1px solid var(--primary-one);
  color: var(--primary-one);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-box .informations .single-info .icon i {
  font-size: 20px;
}
.contact-box .informations .single-info .info a {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
  display: block;
  transition: 0.4s ease;
}
.contact-box .informations .single-info .info a:hover {
  color: var(--primary-one);
}

.form-title {
  margin-bottom: 35px;
}
.form-title h2 {
  font-size: 40px;
  white-space: nowrap;
}
@media (max-width: 425px) {
  .form-title h2 {
    font-size: 35px;
  }
}

.contact-form .form-inner {
  margin-bottom: 35px;
}
.contact-form input, .contact-form textarea {
  border: 1px solid #e0dbdb;
  border-radius: 4px;
  padding: 13px 20px;
  display: block;
  width: 100%;
  font-size: 14px;
  color: var(--text-primary);
  box-shadow: none;
  transition: all 0.4s ease-in-out;
  outline: none;
}
.contact-form input:focus, .contact-form textarea:focus {
  border: 1px solid var(--primary-one);
}
.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-secondary);
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-secondary);
}
/*=======================================
   17. About-section css
=======================================*/
.about-us-title {
  margin-bottom: 70px;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .about-us-title {
    margin-bottom: 60px;
    padding-top: 50px;
  }
}
.about-us-title h1 {
  font-family: var(--font-prompt);
  font-style: normal;
  font-weight: 600;
  font-size: 110px;
  line-height: 1.2;
  color: #2C2C2C;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-us-title h1 {
    font-size: 98px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-us-title h1 {
    font-size: 70px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .about-us-title h1 {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .about-us-title h1 {
    font-size: 50px;
  }
}
@media (max-width: 425px) {
  .about-us-title h1 {
    font-size: 40px;
  }
}
.about-us-title h1 strong {
  font-family: var(--font-prompt);
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.07em;
  -webkit-text-stroke: 3px var(--primary-one);
  -webkit-text-fill-color: transparent;
}
@media (min-width: 576px) and (max-width: 768px) {
  .about-us-title h1 strong img {
    width: 70px;
  }
}
@media (max-width: 425px) {
  .about-us-title h1 strong img {
    width: 50px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .about-us-title h1 strong {
    -webkit-text-stroke: 2px var(--primary-one);
  }
}
@media (max-width: 576px) {
  .about-us-title h1 strong {
    -webkit-text-stroke: 1.5px var(--primary-one);
  }
}

.about-us .about-us-head {
  max-width: 700px;
  margin-bottom: 25px;
}
@media (min-width: 576px) and (max-width: 768px) {
  .about-us .about-us-head {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .about-us .about-us-head {
    margin-bottom: 20px;
  }
}
.about-us .about-us-head .section-title-1 .subtitle {
  margin-bottom: 15px;
}
@media (min-width: 576px) and (max-width: 768px) {
  .about-us .about-us-head .section-title-1 .subtitle {
    margin-bottom: 5px;
  }
}
@media (max-width: 576px) {
  .about-us .about-us-head .section-title-1 .subtitle {
    margin-bottom: 5px;
  }
}
.about-us .about-us-head .section-title-1 h2 {
  font-size: 30px;
  line-height: 1.5;
  margin: 0;
}
.about-us .about-us-wrapper .about-us-left p {
  font-family: var(--font-inter);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #66707E;
  margin-bottom: 65px;
}
@media (min-width: 576px) and (max-width: 768px) {
  .about-us .about-us-wrapper .about-us-left p {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .about-us .about-us-wrapper .about-us-left p {
    margin-bottom: 40px;
  }
}
.about-us .about-us-wrapper .about-us-right .about-us-right-img {
  position: relative;
  margin-bottom: 55px;
}
@media (min-width: 576px) and (max-width: 768px) {
  .about-us .about-us-wrapper .about-us-right .about-us-right-img {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .about-us .about-us-wrapper .about-us-right .about-us-right-img {
    margin-bottom: 50px;
  }
}
.about-us .about-us-wrapper .about-us-right .about-us-right-img .swiper {
  margin: 0;
  padding: 0;
}
.about-us .about-us-wrapper .about-us-right .about-us-right-img img {
  width: 100%;
}
.about-us .about-us-wrapper .about-us-right .about-us-right-img .about-us-slider-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #FFFFFF;
  width: 120px;
  height: 61px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
}
.about-us .about-us-wrapper .about-us-right .about-us-right-img .about-us-slider-btn i {
  font-size: 18px;
  color: #2C2C2C;
}
.about-us .about-us-wrapper .about-us-right .counter-area {
  margin-left: -58px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .about-us .about-us-wrapper .about-us-right .counter-area {
    margin-left: 0px;
  }
}
@media (max-width: 1199px) {
  .about-us .about-us-wrapper .about-us-right .counter-area {
    margin-left: 0;
  }
}
.about-us .about-us-wrapper .about-us-right .counter-area .single-counter .icon {
  margin-bottom: 25px;
}
@media (min-width: 576px) and (max-width: 768px) {
  .about-us .about-us-wrapper .about-us-right .counter-area .single-counter .icon {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .about-us .about-us-wrapper .about-us-right .counter-area .single-counter .icon {
    margin-bottom: 15px;
  }
}
.about-us .about-us-wrapper .about-us-right .counter-area .single-counter .content .number {
  display: flex;
}
.about-us .about-us-wrapper .about-us-right .counter-area .single-counter .content .number h3 {
  font-family: var(--font-prompt);
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2C2C2C;
  margin: 0;
  line-height: 1;
}
@media (min-width: 576px) and (max-width: 768px) {
  .about-us .about-us-wrapper .about-us-right .counter-area .single-counter .content .number h3 {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .about-us .about-us-wrapper .about-us-right .counter-area .single-counter .content .number h3 {
    font-size: 25px;
  }
}
.about-us .about-us-wrapper .about-us-right .counter-area .single-counter .content p {
  font-family: var(--font-inter);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--text-secondary);
  margin: 0;
}
@media (min-width: 576px) and (max-width: 768px) {
  .about-us .about-us-wrapper .about-us-right .counter-area .single-counter .content p {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .about-us .about-us-wrapper .about-us-right .counter-area .single-counter .content p {
    font-size: 13px;
  }
}

.testimonial .testimonial-card {
  display: flex;
  gap: 35px;
  padding: 40px 50px;
  background: #FFFFFF;
  border: 1px solid #eee;
}
@media (max-width: 767px) {
  .testimonial .testimonial-card {
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 20px;
  }
}
.testimonial .testimonial-card .testimonial-card-img img {
  max-width: 232px;
}
.testimonial .testimonial-card .testimonial-card-content {
  padding-top: 40px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial .testimonial-card .testimonial-card-content {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .testimonial .testimonial-card .testimonial-card-content {
    padding-top: 0;
  }
}
.testimonial .testimonial-card .testimonial-card-content p {
  font-family: var(--font-prompt);
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #66707E;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial .testimonial-card .testimonial-card-content p {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .testimonial .testimonial-card .testimonial-card-content p {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.testimonial .testimonial-card .testimonial-card-content h4 {
  font-family: var(--font-prompt);
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.01em;
  color: var(--text-primary);
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial .testimonial-card .testimonial-card-content h4 {
    font-size: 23px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .testimonial .testimonial-card .testimonial-card-content h4 {
    font-size: 23px;
    margin-bottom: 5px;
  }
}
.testimonial .testimonial-card .testimonial-card-content span {
  font-family: var(--font-inter);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  /* Color 01 */
  color: var(--primary-one);
}
.testimonial .testimonial-card .testimonial-card-content .testimonial-card-quotes {
  position: absolute;
  right: 16px;
  bottom: 10px;
}
@media (max-width: 767px) {
  .testimonial .testimonial-card .testimonial-card-content .testimonial-card-quotes {
    display: none;
  }
}

/*=======================================
   18. Error-banner-section css
=======================================*/
.error-banner {
  background-image: url(../images/error/error-banner-bg.png), linear-gradient(floralwhite, floralwhite);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 145px;
  padding-bottom: 165px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .error-banner {
    padding-top: 90px;
    padding-bottom: 115px;
  }
}
@media (max-width: 1399px) {
  .error-banner {
    padding-top: 90px;
    padding-bottom: 115px;
  }
}
@media (max-width: 576px) {
  .error-banner {
    padding-top: 120px;
    padding-bottom: 145px;
  }
}
.error-banner .error-banner-content {
  max-width: 670px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 425px) {
  .error-banner .error-banner-content {
    padding: 0 10px;
  }
}
.error-banner .error-banner-content h1 {
  font-family: var(--font-prompt);
  font-style: normal;
  font-weight: 500;
  font-size: 200px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  -webkit-text-stroke: 1px var(--text-primary);
  -webkit-text-fill-color: transparent;
  margin: 0;
}
@media (max-width: 576px) {
  .error-banner .error-banner-content h1 {
    font-size: 180px;
  }
}
@media (max-width: 425px) {
  .error-banner .error-banner-content h1 {
    font-size: 140px;
  }
}
.error-banner .error-banner-content h2 {
  font-family: "Prompt";
  font-style: normal;
  font-weight: 600;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--text-primary);
  margin-top: -42px;
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .error-banner .error-banner-content h2 {
    font-size: 60px;
  }
}
@media (max-width: 576px) {
  .error-banner .error-banner-content h2 {
    font-size: 40px;
    margin-top: -30px;
  }
}
.error-banner .error-banner-content p {
  font-family: var(--font-inter);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #66707E;
  margin-bottom: 45px;
}
@media (max-width: 576px) {
  .error-banner .error-banner-content p {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.error-banner .error-banner-content a i {
  margin-right: 10px;
}

/*=======================================
   19. post-gallery-details-section css
=======================================*/
.post-format-inner-banner {
  background-image: linear-gradient(180deg, rgba(44, 44, 44, 0) 0%, #2C2C2C 100%), url("../images/post-format/post-format-inner-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 670px;
  display: flex;
  align-items: end;
}
@media (max-width: 576px) {
  .post-format-inner-banner {
    margin-bottom: 80px;
    height: 580px;
  }
}
@media (max-width: 425px) {
  .post-format-inner-banner {
    height: 500px;
  }
}
.post-format-inner-banner .post-gallery-title {
  max-width: 870px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .post-format-inner-banner .post-gallery-title {
    margin-bottom: 20px;
  }
}
.post-format-inner-banner .post-gallery-title .eg-badge2 {
  padding: 13px 35px;
  font-size: 18px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .post-format-inner-banner .post-gallery-title .eg-badge2 {
    margin-bottom: 20px;
    padding: 10px 30px;
  }
}
@media (max-width: 576px) {
  .post-format-inner-banner .post-gallery-title .eg-badge2 {
    padding: 6px 20px;
    font-size: 16px;
  }
}
.post-format-inner-banner .post-gallery-title h2 {
  font-family: var(--font-prompt);
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.5;
  text-transform: capitalize;
  color: var(--white);
  margin: 0;
}
@media (min-width: 576px) and (max-width: 768px) {
  .post-format-inner-banner .post-gallery-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .post-format-inner-banner .post-gallery-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .post-format-inner-banner .post-gallery-title h2 {
    font-size: 23px;
  }
}
.post-format-inner-banner .post-gallery-author-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-format-inner-banner .post-gallery-author-meta {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .post-format-inner-banner .post-gallery-author-meta {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.post-format-inner-banner .post-gallery-author-meta .author-area {
  display: flex;
  align-items: center;
  gap: 10px;
}
.post-format-inner-banner .post-gallery-author-meta .author-area .author-img img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.post-format-inner-banner .post-gallery-author-meta .author-area .author-content p {
  font-family: var(--font-inter);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: var(--white);
  margin: 0;
}
.post-format-inner-banner .post-gallery-author-meta .author-area .author-content p a {
  color: var(--primary-one);
  text-decoration: underline;
}
.post-format-inner-banner .post-gallery-author-meta .post-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.post-format-inner-banner .post-gallery-author-meta .post-meta ul li {
  font-family: var(--font-inter);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  margin-right: 50px;
  position: relative;
  color: #b5b5b5;
  transition: 0.25s ease;
}
@media (min-width: 576px) and (max-width: 768px) {
  .post-format-inner-banner .post-gallery-author-meta .post-meta ul li {
    margin-right: 20px;
  }
}
@media (max-width: 576px) {
  .post-format-inner-banner .post-gallery-author-meta .post-meta ul li {
    margin-right: 20px;
    line-height: 1.7;
  }
}
.post-format-inner-banner .post-gallery-author-meta .post-meta ul li::before {
  content: "";
  position: absolute;
  right: -25px;
  top: 3px;
  width: 2px;
  height: 10px;
  line-height: 5px;
  background-color: var(--primary-four);
  border-radius: 4px;
}
@media (min-width: 576px) and (max-width: 768px) {
  .post-format-inner-banner .post-gallery-author-meta .post-meta ul li::before {
    right: -10px;
  }
}
@media (max-width: 576px) {
  .post-format-inner-banner .post-gallery-author-meta .post-meta ul li::before {
    right: -10px;
  }
}
.post-format-inner-banner .post-gallery-author-meta .post-meta ul li:last-child {
  margin-right: 0;
}
.post-format-inner-banner .post-gallery-author-meta .post-meta ul li:last-child::before {
  display: none;
  visibility: hidden;
}
.post-format-inner-banner .post-gallery-author-meta .post-meta ul li svg {
  width: 14px;
  margin-right: 10px;
  fill: #b5b5b5;
  transition: 0.25s ease;
}
@media (min-width: 576px) and (max-width: 768px) {
  .post-format-inner-banner .post-gallery-author-meta .post-meta ul li svg {
    margin-right: 5px;
  }
}
@media (max-width: 576px) {
  .post-format-inner-banner .post-gallery-author-meta .post-meta ul li svg {
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  .sidebar-dt-img img {
    width: 100%;
  }
}

.post-gallery-details {
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .post-gallery-details .post-gallery-thumb .blog-slider-wrapper .blog-stand-next {
    display: none;
  }
}
@media (max-width: 576px) {
  .post-gallery-details .post-gallery-thumb .blog-slider-wrapper .blog-stand-prev {
    display: none;
  }
}
.post-gallery-details .post-gallery-title {
  max-width: 870px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .post-gallery-details .post-gallery-title {
    margin-bottom: 20px;
  }
}
.post-gallery-details .post-gallery-title .eg-badge2 {
  padding: 13px 35px;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .post-gallery-details .post-gallery-title .eg-badge2 {
    margin-bottom: 20px;
    padding: 10px 30px;
  }
}
.post-gallery-details .post-gallery-title h2 {
  font-family: var(--font-prompt);
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.5;
  text-transform: capitalize;
  color: var(--text-primary);
  margin: 0;
}
@media (min-width: 576px) and (max-width: 768px) {
  .post-gallery-details .post-gallery-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .post-gallery-details .post-gallery-title h2 {
    font-size: 30px;
  }
}
.post-gallery-details .post-gallery-author-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid rgba(16, 16, 16, 0.05);
  border-bottom: 1px solid rgba(16, 16, 16, 0.05);
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-gallery-details .post-gallery-author-meta {
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .post-gallery-details .post-gallery-author-meta {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.post-gallery-details .post-gallery-author-meta .author-area {
  display: flex;
  align-items: center;
  gap: 10px;
}
.post-gallery-details .post-gallery-author-meta .author-area .author-img img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.post-gallery-details .post-gallery-author-meta .author-area .author-content p {
  font-family: var(--font-inter);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #2C2C2C;
  margin: 0;
}
.post-gallery-details .post-gallery-author-meta .author-area .author-content p a {
  color: var(--primary-one);
  text-decoration: underline;
}
.post-gallery-details .post-gallery-author-meta .post-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.post-gallery-details .post-gallery-author-meta .post-meta ul li {
  color: var(--text-secondary);
  font-family: var(--font-inter);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  margin-right: 50px;
  position: relative;
  transition: 0.25s ease;
  display: flex;
  align-items: center;
  gap: 7px;
}
@media (min-width: 576px) and (max-width: 768px) {
  .post-gallery-details .post-gallery-author-meta .post-meta ul li {
    margin-right: 20px;
  }
}
@media (max-width: 576px) {
  .post-gallery-details .post-gallery-author-meta .post-meta ul li {
    margin-right: 20px;
    line-height: 1.2;
  }
}
.post-gallery-details .post-gallery-author-meta .post-meta ul li:hover a {
  color: var(--primary-one);
}
.post-gallery-details .post-gallery-author-meta .post-meta ul li::before {
  content: "";
  position: absolute;
  right: -25px;
  top: 3px;
  width: 2px;
  height: 10px;
  line-height: 5px;
  background-color: var(--primary-one);
  border-radius: 4px;
}
@media (min-width: 576px) and (max-width: 768px) {
  .post-gallery-details .post-gallery-author-meta .post-meta ul li::before {
    right: -10px;
  }
}
@media (max-width: 576px) {
  .post-gallery-details .post-gallery-author-meta .post-meta ul li::before {
    right: -10px;
  }
}
.post-gallery-details .post-gallery-author-meta .post-meta ul li:last-child {
  margin-right: 0;
}
.post-gallery-details .post-gallery-author-meta .post-meta ul li:last-child::before {
  display: none;
  visibility: hidden;
}
.post-gallery-details .post-gallery-author-meta .post-meta ul li svg {
  width: 14px;
  fill: var(--text-secondary);
  transition: 0.25s ease;
}
@media (min-width: 576px) and (max-width: 768px) {
  .post-gallery-details .post-gallery-author-meta .post-meta ul li svg {
    margin-right: 5px;
  }
}
@media (max-width: 576px) {
  .post-gallery-details .post-gallery-author-meta .post-meta ul li svg {
    margin-right: 5px;
  }
}
.post-gallery-details .post-gallery-author-meta .post-meta ul li a {
  color: var(--text-secondary);
}
.post-gallery-details .post-gallery-content p {
  font-family: var(--font-inter);
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.8;
  color: #66707E;
  margin: 0;
}
@media (max-width: 576px) {
  .post-gallery-details .post-gallery-content p {
    font-size: 16px;
  }
}
.post-gallery-details .post-gallery-content .first-para {
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .post-gallery-details .post-gallery-content .first-para {
    margin-bottom: 15px;
  }
}
.post-gallery-details .post-gallery-content .first-para::first-letter {
  font-size: 62px;
  font-weight: 600;
  float: left;
  line-height: 1;
  color: var(--text-primary);
}
@media (max-width: 576px) {
  .post-gallery-details .post-gallery-content .first-para::first-letter {
    font-size: 60px;
  }
}
.post-gallery-details .post-gallery-content .second-para {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .post-gallery-details .post-gallery-content .second-para {
    margin-bottom: 35px;
  }
}
.post-gallery-details .post-gallery-content blockquote {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.post-gallery-details .post-gallery-content blockquote::after {
  content: url(../images/icons/quat-icon22.svg);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.2;
  z-index: -1;
}
.post-gallery-details .post-gallery-content .blockquote-text {
  margin-bottom: 15px;
  font-size: 22px;
  font-family: var(--font-prompt);
  line-height: 40px;
  color: rgba(16, 16, 16, 0.5);
}
@media (max-width: 767px) {
  .post-gallery-details .post-gallery-content .blockquote-text {
    margin-bottom: 25px;
  }
}
.post-gallery-details .post-gallery-content .third-para {
  margin-bottom: 45px;
}
.post-gallery-details .post-gallery-content .blockquote-author {
  font-family: var(--font-prompt);
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #2C2C2C;
  margin-bottom: 55px;
}
@media (max-width: 576px) {
  .post-gallery-details .post-gallery-content .blockquote-author {
    margin-bottom: 40px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .post-gallery-details .post-gallery-content .post-details-img img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .post-gallery-details .post-gallery-content .post-details-img img {
    width: 100%;
  }
}
.post-gallery-details .post-gallery-content .post-tags-social {
  margin-top: 60px;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .post-gallery-details .post-gallery-content .post-tags-social {
    margin-top: 50px;
  }
}
.post-gallery-details .post-gallery-content .post-tags-social .tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-gallery-details .post-gallery-content .post-tags-social .tags ul {
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .post-gallery-details .post-gallery-content .post-tags-social .tags ul {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .post-gallery-details .post-gallery-content .post-tags-social .tags ul {
    gap: 10px;
  }
}
@media (max-width: 350px) {
  .post-gallery-details .post-gallery-content .post-tags-social .tags ul {
    gap: 6px;
  }
}
.post-gallery-details .post-gallery-content .post-tags-social .tags ul li a {
  font-family: var(--font-prompt);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  text-transform: capitalize;
  color: #7b7c7d;
  transition: 0.5s;
}
@media (max-width: 350px) {
  .post-gallery-details .post-gallery-content .post-tags-social .tags ul li a {
    font-size: 14px;
  }
}
.post-gallery-details .post-gallery-content .post-tags-social .tags ul li a span {
  color: rgba(255, 76, 96, 0.7);
  transition: 0.5s;
}
.post-gallery-details .post-gallery-content .post-tags-social .tags ul li a:hover {
  color: var(--primary-one);
}
.post-gallery-details .post-gallery-content .post-tags-social .tags ul li a:hover span {
  color: var(--primary-one);
}
.post-gallery-details .post-gallery-content .post-tags-social .social {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}
@media (max-width: 767px) {
  .post-gallery-details .post-gallery-content .post-tags-social .social {
    justify-content: flex-start;
  }
}
.post-gallery-details .post-gallery-content .post-tags-social .social p {
  font-family: var(--font-prompt);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: #2C2C2C;
  margin: 0;
}
.post-gallery-details .post-gallery-content .post-tags-social .social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
}
.post-gallery-details .post-gallery-content .post-tags-social .social ul li {
  transition: 0.5s;
}
.post-gallery-details .post-gallery-content .post-tags-social .social ul li a {
  font-size: 18px;
  color: #7b7c7d;
  transition: 0.5s;
}
.post-gallery-details .post-gallery-content .post-tags-social .social ul li a:hover {
  color: var(--primary-one);
}
.post-gallery-details .post-gallery-content .post-details-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(16, 16, 16, 0.1);
  border-bottom: 1px solid rgba(16, 16, 16, 0.1);
  padding: 32px 0;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .post-gallery-details .post-gallery-content .post-details-navigation {
    margin-bottom: 70px;
  }
}
.post-gallery-details .post-gallery-content .post-details-navigation svg {
  stroke: var(--primary-one);
  transition: 0.5s;
}
@media (min-width: 576px) and (max-width: 768px) {
  .post-gallery-details .post-gallery-content .post-details-navigation svg {
    width: 50px;
  }
}
@media (max-width: 576px) {
  .post-gallery-details .post-gallery-content .post-details-navigation svg {
    width: 40px;
  }
}
.post-gallery-details .post-gallery-content .post-details-navigation svg:hover {
  stroke: var(--text-primary);
}
.post-gallery-details .post-gallery-content .post-details-navigation .post-dt-nav-text {
  max-width: 429px;
  text-align: center;
}
@media (min-width: 576px) and (max-width: 768px) {
  .post-gallery-details .post-gallery-content .post-details-navigation .post-dt-nav-text {
    padding: 0 10px;
  }
}
.post-gallery-details .post-gallery-content .post-details-navigation .post-dt-nav-text p {
  font-family: var(--font-prompt);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: var(--text-secondary2);
  margin: 0;
}
@media (min-width: 576px) and (max-width: 768px) {
  .post-gallery-details .post-gallery-content .post-details-navigation .post-dt-nav-text p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .post-gallery-details .post-gallery-content .post-details-navigation .post-dt-nav-text p {
    font-size: 16px;
  }
}
.post-gallery-details .post-gallery-content .comment-section {
  margin-bottom: 20px;
}
.post-gallery-details .post-gallery-content .comment-section .comment-title {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 576px) {
  .post-gallery-details .post-gallery-content .comment-section .comment-title {
    margin-bottom: 40px;
  }
}
.post-gallery-details .post-gallery-content .comment-section .comment-title h4 {
  font-family: var(--font-prompt);
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--text-primary);
  white-space: nowrap;
  margin-right: 25px;
  margin-bottom: 0;
}
.post-gallery-details .post-gallery-content .comment-section .comment-title .dash {
  position: relative;
  width: 100%;
}
.post-gallery-details .post-gallery-content .comment-section .comment-title .dash::after {
  content: "";
  width: 100%;
  height: 5px;
  opacity: 0.5;
  border: 1px solid #dedede;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  right: 0;
}
.post-gallery-details .post-gallery-content .comment-section .author-comment {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .post-gallery-details .post-gallery-content .comment-section .author-comment {
    margin-bottom: 90px;
  }
}
.post-gallery-details .post-gallery-content .comment-section .author-comment li {
  display: flex;
  gap: 20px;
  margin-bottom: 75px;
}
.post-gallery-details .post-gallery-content .comment-section .author-comment li:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .post-gallery-details .post-gallery-content .comment-section .author-comment li {
    flex-wrap: wrap;
    margin-bottom: 75px;
  }
}
.post-gallery-details .post-gallery-content .comment-section .author-comment li .author-img {
  display: contents;
}
.post-gallery-details .post-gallery-content .comment-section .author-comment li .author-img img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
.post-gallery-details .post-gallery-content .comment-section .author-comment li .comment-content {
  width: 100%;
}
.post-gallery-details .post-gallery-content .comment-section .author-comment li .comment-content .comment-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .post-gallery-details .post-gallery-content .comment-section .author-comment li .comment-content .comment-top {
    margin-bottom: 16px;
  }
}
.post-gallery-details .post-gallery-content .comment-section .author-comment li .comment-content .comment-top h5 {
  font-family: var(--font-prompt);
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--text-primary);
  margin: 0;
}
.post-gallery-details .post-gallery-content .comment-section .author-comment li .comment-content .comment-top p {
  font-family: var(--font-prompt);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #A4A4A4;
  margin: 0;
}
.post-gallery-details .post-gallery-content .comment-section .author-comment li .comment-content p {
  font-family: var(--font-inter);
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #66707E;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .post-gallery-details .post-gallery-content .comment-section .author-comment li .comment-content p {
    line-height: 32px;
  }
}
.post-gallery-details .post-gallery-content .comment-section .author-comment li .comment-content a {
  font-family: var(--font-prompt);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #2C2C2C;
  padding: 6px 28px;
  border: 1px solid var(--primary-one);
  border-radius: 2px;
  transition: 0.5s;
}
.post-gallery-details .post-gallery-content .comment-section .author-comment li .comment-content a:hover {
  background-color: var(--primary-one);
  color: var(--white);
}
@media (min-width: 576px) and (max-width: 768px) {
  .post-gallery-details.style-2 .post-gallery-content .video img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .post-gallery-details.style-2 .post-gallery-content .video img {
    width: 100%;
  }
}
.post-gallery-details.style-3 .post-meta {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .post-gallery-details.style-3 .post-meta {
    margin-bottom: 20px;
  }
}
.post-gallery-details.style-3 .post-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.post-gallery-details.style-3 .post-meta ul li {
  color: var(--text-secondary);
  font-family: var(--font-inter);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  margin-right: 50px;
  position: relative;
  transition: 0.25s ease;
}
@media (min-width: 576px) and (max-width: 768px) {
  .post-gallery-details.style-3 .post-meta ul li {
    margin-right: 20px;
  }
}
@media (max-width: 576px) {
  .post-gallery-details.style-3 .post-meta ul li {
    margin-right: 20px;
  }
}
@media (min-width: 375px) and (max-width: 576px) {
  .post-gallery-details.style-3 .post-meta ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 350px) {
  .post-gallery-details.style-3 .post-meta ul li {
    margin-bottom: 10px;
  }
}
.post-gallery-details.style-3 .post-meta ul li::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 3px;
  width: 2px;
  height: 10px;
  line-height: 5px;
  background-color: var(--primary-one);
  border-radius: 4px;
}
@media (min-width: 576px) and (max-width: 768px) {
  .post-gallery-details.style-3 .post-meta ul li::before {
    right: -10px;
  }
}
@media (max-width: 576px) {
  .post-gallery-details.style-3 .post-meta ul li::before {
    right: -10px;
  }
}
.post-gallery-details.style-3 .post-meta ul li:last-child {
  margin-right: 0;
}
.post-gallery-details.style-3 .post-meta ul li:last-child::before {
  display: none;
  visibility: hidden;
}
.post-gallery-details.style-3 .post-meta ul li svg {
  width: 14px;
  margin-right: 10px;
  fill: var(--text-secondary);
  transition: 0.25s ease;
}
@media (min-width: 576px) and (max-width: 768px) {
  .post-gallery-details.style-3 .post-meta ul li svg {
    margin-right: 5px;
  }
}
@media (max-width: 576px) {
  .post-gallery-details.style-3 .post-meta ul li svg {
    margin-right: 5px;
  }
}
.post-gallery-details.style-3 .post-gallery-title {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.post-gallery-details.style-3 .post-gallery-title h2 {
  font-size: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-gallery-details.style-3 .post-gallery-title h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .post-gallery-details.style-3 .post-gallery-title h2 {
    font-size: 33px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .post-gallery-details.style-3 .post-gallery-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .post-gallery-details.style-3 .post-gallery-title {
    margin-bottom: 20px;
  }
}
.post-gallery-details.style-3 .post-gallery-author-meta {
  border: none;
  justify-content: center;
  padding: 0;
  margin-bottom: 60px;
}
@media (min-width: 576px) and (max-width: 768px) {
  .post-gallery-details.style-3 .post-gallery-author-meta {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .post-gallery-details.style-3 .post-gallery-author-meta {
    margin-bottom: 40px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .post-gallery-details.style-3 .post-gallery-content .video img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .post-gallery-details.style-3 .post-gallery-content .video img {
    width: 100%;
  }
}
.post-gallery-details.style-4 h3 {
  font-family: var(--font-prompt);
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  text-transform: capitalize;
  color: #2C2C2C;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .post-gallery-details.style-4 h3 {
    line-height: 1.2;
  }
}
.post-gallery-details.style-4 .post-tags-social {
  margin-top: 60px;
}
.post-gallery-details.style-5 .left-sidebar2-inner-img {
  margin-bottom: 35px;
  position: relative;
}
.post-gallery-details.style-5 .left-sidebar2-inner-img .category {
  position: absolute;
  left: 20px;
  top: 20px;
}
.post-gallery-details.style-5 .left-sidebar2-inner-img .category span {
  display: inline-block;
  padding: 9px 23px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  font-style: italic;
  background-color: var(--primary-one);
  color: var(--white);
}
.post-gallery-details.style-5 h3 {
  font-family: var(--font-prompt);
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  text-transform: capitalize;
  color: #2C2C2C;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .post-gallery-details.style-5 h3 {
    line-height: 1.2;
  }
}
.post-gallery-details.style-5 .post-tags-social {
  margin-top: 60px;
}
.post-gallery-details.style-6 .post-gallery-author-meta {
  margin-bottom: 20px;
}
.post-gallery-details.style-6 .sidebar-thumb {
  margin-bottom: 50px;
}
.post-gallery-details.style-6 h3 {
  font-family: var(--font-prompt);
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  text-transform: capitalize;
  color: #2C2C2C;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .post-gallery-details.style-6 h3 {
    line-height: 1.2;
  }
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper {
  position: relative;
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .author-sidebar {
  position: sticky;
  top: 100px;
}
@media (max-width: 991px) {
  .post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .author-sidebar {
    position: relative;
    top: unset;
    margin-bottom: 30px;
  }
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .author-sidebar .author-sidebar-img img {
  width: 100%;
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .author-sidebar .author-sidebar-content {
  background: #FFFCFC;
  box-shadow: -30px 25px 50px rgba(0, 0, 0, 0.05);
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .author-sidebar .author-sidebar-content .author-title {
  padding: 20px 0 15px;
  text-align: center;
  border-bottom: 1px solid rgba(16, 16, 16, 0.1);
  margin-bottom: 25px;
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .author-sidebar .author-sidebar-content .author-title h5 {
  font-family: var(--font-prompt);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  text-transform: capitalize;
  color: var(--text-primary);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .author-sidebar .author-sidebar-content .author-title h5 {
    font-size: 18px;
  }
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .author-sidebar .author-sidebar-content .author-title h5 a {
  color: var(--text-primary);
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .author-sidebar .author-sidebar-content .author-title span {
  font-family: var(--font-inter);
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--text-secondary);
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .author-sidebar .author-sidebar-content .author-meta {
  margin-bottom: 84px;
}
@media (max-width: 991px) {
  .post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .author-sidebar .author-sidebar-content .author-meta {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .author-sidebar .author-sidebar-content .author-meta {
    margin-bottom: 30px;
  }
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .author-sidebar .author-sidebar-content .author-meta ul {
  list-style: none;
  text-align: center;
  padding: 20px;
  margin: 0;
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .author-sidebar .author-sidebar-content .author-meta ul li {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 25px;
  transition: 0.5s;
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .author-sidebar .author-sidebar-content .author-meta ul li:hover a {
  background-color: var(--primary-one);
  border: 0.5px solid var(--primary-one);
  color: var(--white);
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .author-sidebar .author-sidebar-content .author-meta ul li:hover svg {
  fill: var(--white);
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .author-sidebar .author-sidebar-content .author-meta ul li a {
  font-family: var(--font-inter);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--text-secondary);
  padding: 14px 10px;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 160px;
  width: 100%;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .author-sidebar .author-sidebar-content .author-meta ul li a {
    padding: 9px 5px;
  }
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .author-sidebar .author-sidebar-content .author-meta ul li a svg {
  width: 14px;
  fill: var(--text-secondary);
  margin-right: 5px;
  transition: 0.5s;
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .author-sidebar .author-sidebar-content .author-social {
  text-align: center;
  padding: 0 20px 50px 20px;
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .author-sidebar .author-sidebar-content .author-social h6 {
  font-family: var(--font-prompt);
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #2C2C2C;
  position: relative;
  margin: 0;
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .author-sidebar .author-sidebar-content .author-social h6::before {
  content: "";
  position: absolute;
  width: 86px;
  height: 1px;
  background: #2C2C2C;
  border-radius: 10px;
  bottom: -5px;
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .author-sidebar .author-sidebar-content .author-social ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .author-sidebar .author-sidebar-content .author-social ul {
    gap: 20px;
  }
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .author-sidebar .author-sidebar-content .author-social ul li a {
  color: var(--text-primary);
  transition: 0.5s;
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .author-sidebar .author-sidebar-content .author-social ul li a:hover {
  color: var(--primary-one);
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .author-sidebar .author-sidebar-content .author-social ul li a i {
  font-size: 20px;
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .post-thumb {
  margin-bottom: 60px;
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .post-thumb .post-thumb-title {
  max-width: 750px;
  margin-left: 50px;
}
@media (max-width: 991px) {
  .post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .post-thumb .post-thumb-title {
    margin-left: 0;
  }
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .post-thumb .post-thumb-title span {
  font-family: var(--font-prompt);
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--primary-one);
  position: relative;
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .post-thumb .post-thumb-title span::before {
  content: "";
  position: absolute;
  width: 75px;
  height: 1px;
  background: rgba(16, 16, 16, 0.3);
  border-radius: 10px;
  bottom: 0;
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .post-thumb .post-thumb-title h2 {
  font-family: var(--font-prompt);
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 1.3;
  text-transform: capitalize;
  color: var(--text-primary);
  margin: 0;
  margin-top: 15px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .post-thumb .post-thumb-title h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .post-thumb .post-thumb-title h2 {
    font-size: 24px;
  }
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .post-thumb .post-thumb-img {
  position: relative;
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .post-thumb .post-thumb-img .post-thumb-date {
  position: absolute;
  top: 0;
  right: 0;
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .post-thumb .post-thumb-img .post-thumb-date a {
  font-family: var(--font-inter);
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: rgba(44, 44, 44, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: var(--bg-three);
  border: 1px solid rgba(44, 44, 44, 0.15);
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper .post-thumb .post-thumb-img .post-thumb-date a strong {
  font-family: var(--font-prompt);
  font-style: normal;
  font-weight: 600;
  font-size: 27px;
  line-height: 1;
  text-transform: capitalize;
  color: #2C2C2C;
}
.post-gallery-details.style-7 .post-gallery-content .post-format-wrapper > h3 {
  font-family: var(--font-prompt);
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  text-transform: capitalize;
  color: #2C2C2C;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .post-gallery-details.style-7 .post-gallery-content .post-format-wrapper > h3 {
    line-height: 1.2;
  }
}
.post-gallery-details.style-7 .post-gallery-content .post-tags-social {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .post-gallery-details.style-7 .post-gallery-content .post-tags-social {
    margin-top: 40px;
  }
}
.post-gallery-details.style-8 .post-format-wrapper .post-thumb {
  height: 100%;
  position: relative;
}
.post-gallery-details.style-8 .post-format-wrapper .post-thumb .category {
  position: absolute;
  left: 20px;
  top: 20px;
}
.post-gallery-details.style-8 .post-format-wrapper .post-thumb .category span {
  display: inline-block;
  padding: 9px 23px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  font-style: italic;
  background-color: var(--primary-one);
  color: var(--white);
}
.post-gallery-details.style-8 .post-format-wrapper .post-thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-gallery-details.style-8 .post-format-wrapper .post-gallery-title {
  padding-top: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post-gallery-details.style-8 .post-format-wrapper .post-gallery-title {
    padding-left: 0;
    padding-top: 55px;
  }
}
@media (max-width: 991px) {
  .post-gallery-details.style-8 .post-format-wrapper .post-gallery-title {
    padding-left: 0;
    padding-top: 55px;
  }
}
.post-gallery-details.style-8 .post-format-wrapper .post-gallery-title h2 {
  font-size: 45px;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1.4;
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-gallery-details.style-8 .post-format-wrapper .post-gallery-title h2 {
    font-size: 34px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .post-gallery-details.style-8 .post-format-wrapper .post-gallery-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .post-gallery-details.style-8 .post-format-wrapper .post-gallery-title h2 {
    font-size: 35px;
  }
}
.post-gallery-details.style-8 .post-format-wrapper .post-gallery-title p {
  font-family: var(--font-inter);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #66707E;
  margin: 0;
}
.post-gallery-details.style-8 .post-format-wrapper .post-gallery-author-meta {
  padding-left: 20px;
  flex-wrap: wrap;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post-gallery-details.style-8 .post-format-wrapper .post-gallery-author-meta {
    padding-left: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .post-gallery-details.style-8 .post-format-wrapper .post-gallery-author-meta {
    padding-left: 0;
    gap: 10px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .post-gallery-details.style-8 .post-format-wrapper .post-gallery-author-meta .author-area {
    margin-bottom: 10px;
  }
}
@media (max-width: 1399px) {
  .post-gallery-details.style-8 .post-format-wrapper .post-gallery-author-meta .author-area {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post-gallery-details.style-8 .post-format-wrapper .post-gallery-author-meta .author-area {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .post-gallery-details.style-8 .post-format-wrapper .post-gallery-author-meta .author-area {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post-gallery-details.style-8 .post-format-wrapper .post-gallery-author-meta .post-meta ul {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post-gallery-details.style-8 .post-format-wrapper .post-gallery-author-meta .post-meta ul li {
    margin-right: 22px;
  }
}
@media (max-width: 991px) {
  .post-gallery-details.style-8 .post-format-wrapper .post-gallery-author-meta .post-meta ul li {
    margin-right: 18px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .post-gallery-details.style-8 .post-format-wrapper .post-gallery-author-meta .post-meta ul li svg {
    margin-right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-gallery-details.style-8 .post-format-wrapper .post-gallery-author-meta .post-meta ul li:last-child {
    margin-top: 10px;
  }
}
.post-gallery-details.style-8 .post-gallery-content blockquote {
  max-width: 668px;
  margin: 0 auto;
}

/*=======================================
   19. Topic css
=======================================*/
@media (max-width: 991px) {
  .category-section.style-2 {
    padding-top: 50px;
  }
}
@media (max-width: 576px) {
  .category-section.style-2 {
    padding-top: 20px;
  }
}
.category-section.style-2 .load-more-btn {
  display: flex;
  justify-content: center;
  margin: 50px 0 100px 0;
}
@media (max-width: 767px) {
  .category-section.style-2 .load-more-btn {
    margin-bottom: 50px;
  }
}

/*=======================================
   20. Home04 important-news css
=======================================*/
.important-news-section .blog-card {
  position: relative;
  transform-style: preserve-3d;
}
.important-news-section .blog-card:hover .blog-card-front {
  opacity: 0;
}
.important-news-section .blog-card:hover .blog-card-back {
  transform: translateY(0);
  opacity: 1;
}
.important-news-section .blog-card .blog-card-front {
  opacity: 1;
}
.important-news-section .blog-card .blog-card-back {
  border: 1px solid rgba(44, 44, 44, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: translateY(30%);
  transition: 0.65s ease;
  opacity: 0;
}
.important-news-section .blog-card .blog-card-back .blog-card-back-img img {
  width: 100%;
}
.important-news-section .blog-card .blog-card-back .blog-card-back-content {
  padding: 20px 20px;
}
.important-news-section .blog-card .blog-card-back .blog-card-back-content h4 {
  font-family: var(--font-prompt);
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  text-transform: capitalize;
  color: #2C2C2C;
  margin-bottom: 10px;
}
.important-news-section .blog-card .blog-card-back .blog-card-back-content h4 a {
  color: #2C2C2C;
  transition: 0.5s;
}
.important-news-section .blog-card .blog-card-back .blog-card-back-content h4 a:hover {
  color: var(--primary-four);
}

.main-nav-wrapper {
  transition: all 0.7s ease-in;
  position: relative;
  width: 100%;
  z-index: 9999;
}
.main-nav-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--text-primary);
  z-index: 1;
}
.main-nav-wrapper .sidebar-menu-contact {
  gap: 35px;
}
.main-nav-wrapper .sidebar-menu-contact a {
  width: 45px;
  text-align: center;
}
.main-nav-wrapper .mobile-logo-area {
  padding: 14px 0px;
}
.main-nav-wrapper .main-nav2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 5% !important;
  z-index: 99;
  overflow-y: auto;
  background-image: url(../images/bg/section-bg.png), linear-gradient(#f2f2de, #f2f2de);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  box-shadow: 4px 3px 20px rgba(16, 33, 34, 0.06);
  transition: all 0.7s;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transform: translateY(-10vh);
  opacity: 0;
  visibility: hidden;
  gap: 30px;
  height: 100%;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.main-nav-wrapper .main-nav2::before {
  content: "Explore Pages.";
  position: absolute;
  top: 45%;
  right: 10%;
  transform: translateY(-50%);
  display: block;
  font-size: 220px;
  font-weight: 700;
  line-height: 1;
  font-family: var(--font-prompt);
  color: var(--text-primary);
  opacity: 0.1;
  z-index: 1;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: 0;
  height: 300px;
  letter-spacing: 5px;
  text-align: right;
  z-index: -1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-nav-wrapper .main-nav2::before {
    font-size: 200px;
  }
}
@media (max-width: 991px) {
  .main-nav-wrapper .main-nav2::before {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .main-nav-wrapper .main-nav2 {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .main-nav-wrapper .main-nav2 {
    min-width: 100%;
    max-width: 100%;
  }
}
.main-nav-wrapper .main-nav2::-webkit-scrollbar {
  width: 5px;
}
.main-nav-wrapper .main-nav2::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.main-nav-wrapper .main-nav2::-webkit-scrollbar-thumb {
  background: #999;
}
.main-nav-wrapper .main-nav2::-webkit-scrollbar-thumb:hover {
  background: var(--border-color);
}
.main-nav-wrapper .main-nav2 .menu-close-btn {
  position: absolute;
  right: 5%;
  top: 35px;
  opacity: 1;
  cursor: pointer;
  border: 1px solid var(--text-primary);
  padding: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  opacity: 0.8;
}
.main-nav-wrapper .main-nav2 .menu-close-btn i {
  color: var(--text-primary);
}
.main-nav-wrapper .main-nav2 .sidebar-menu-area > ul {
  float: none;
  text-align: left;
  padding: 80px 0px 80px 0px;
  margin-bottom: 0px;
  width: 100%;
  max-width: 500px;
  margin-left: 0;
  margin-right: auto;
  z-index: 3;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-nav-wrapper .main-nav2 .sidebar-menu-area > ul {
    padding: 45px 0px 35px 0px;
  }
}
@media (max-width: 767px) {
  .main-nav-wrapper .main-nav2 .sidebar-menu-area > ul {
    padding: 40px 0px 30px 0px;
  }
}
.main-nav-wrapper .main-nav2 .sidebar-menu-area > ul > li {
  display: block;
  position: relative;
  padding: 5px 5px;
  transition: all 0.2s;
  transform: translateY(50px) scaleY(0);
  opacity: 0;
}
.main-nav-wrapper .main-nav2 .sidebar-menu-area > ul > li:last-child {
  border-bottom: 1px solid transparent;
}
.main-nav-wrapper .main-nav2 .sidebar-menu-area > ul > li:hover a:before {
  width: 100%;
}
.main-nav-wrapper .main-nav2 .sidebar-menu-area > ul > li > .bi {
  position: absolute;
  right: 41px;
  top: 26px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  color: #8e8686;
}
@media (max-width: 576px) {
  .main-nav-wrapper .main-nav2 .sidebar-menu-area > ul > li > .bi {
    top: 22px;
  }
}
.main-nav-wrapper .main-nav2 .sidebar-menu-area > ul > li a {
  padding: 14px 0px;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #4f4f4f;
  font-family: var(--font-prompt);
  transition: all 0.6s ease;
  font-style: normal;
  text-decoration: none;
  transition: all 0.55s ease;
  position: relative;
  line-height: 1;
  text-transform: uppercase;
}
@supports (-webkit-text-stroke: 1px #4f4f4f) {
  .main-nav-wrapper .main-nav2 .sidebar-menu-area > ul > li a {
    -webkit-text-stroke: 1px #4f4f4f;
    color: transparent;
  }
}
@media (max-width: 576px) {
  .main-nav-wrapper .main-nav2 .sidebar-menu-area > ul > li a {
    font-size: 2.2rem;
  }
}
.main-nav-wrapper .main-nav2 .sidebar-menu-area > ul > li a::before {
  overflow: hidden;
  position: absolute;
  top: 15px;
  left: 0px;
  width: 0;
  color: var(--text-primary);
  white-space: nowrap;
  content: attr(data-hover);
  transition: all 0.8s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}
.main-nav-wrapper .main-nav2 .sidebar-menu-area > ul > li ul.sub-menu {
  position: static;
  min-width: 180px;
  background: 0 0;
  border: none;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  transform: none;
  transition: none;
  display: none;
  margin-top: 0 !important;
  list-style: none;
  padding-left: 20px;
}
.main-nav-wrapper .main-nav2 .sidebar-menu-area > ul > li ul.sub-menu li {
  border: none;
  opacity: 1;
  position: relative;
}
.main-nav-wrapper .main-nav2 .sidebar-menu-area > ul > li ul.sub-menu li > .bi {
  position: absolute;
  right: 37px;
  top: 5px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  color: #8e8686;
}
.main-nav-wrapper .main-nav2 .sidebar-menu-area > ul > li ul.sub-menu li a {
  font-size: 22px;
  font-weight: 400;
  padding: 7px 5px;
  font-style: normal;
  text-transform: capitalize;
  -webkit-text-stroke: unset;
  -webkit-text-fill-color: unset;
  font-family: var(--font-prompt);
  color: #4f4f4f;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .main-nav-wrapper .main-nav2 .sidebar-menu-area > ul > li ul.sub-menu li a {
    font-size: 18px;
  }
}
.main-nav-wrapper .main-nav2.show-menu {
  transform: none;
  opacity: 1;
  visibility: visible;
}
@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateY(50px) scaleY(0);
  }
  to {
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}
.main-nav-wrapper .mobile-menu {
  position: relative;
  top: 2px;
  padding: 0 5px;
  border-radius: 50%;
  display: inline-block;
}

.details-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(16, 16, 16, 0.1);
  border-bottom: 1px solid rgba(16, 16, 16, 0.1);
  padding: 30px 0;
  gap: 30px;
}
@media (max-width: 991px) {
  .details-navigation {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.details-navigation .single-navigation {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: 0.5s;
  max-width: 425px;
  width: 100%;
}
.details-navigation .single-navigation .content {
  text-align: end;
}
.details-navigation .single-navigation .content a {
  font-family: var(--font-prompt);
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--primary-one);
}
.details-navigation .single-navigation .content h4 {
  margin-bottom: 0;
  line-height: 1.1;
}
.details-navigation .single-navigation .content h4 a {
  font-family: var(--font-prompt);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: var(--text-primary);
}
.details-navigation .single-navigation .img {
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  position: relative;
  transition: 0.5s;
}
.details-navigation .single-navigation .img::after {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: rgba(29, 29, 29, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: scale(0.4);
  transition: 0.5s;
}
.details-navigation .single-navigation .img img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}
.details-navigation .single-navigation .img .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 52px;
  width: 52px;
  border-radius: 50%;
  border: 1px solid var(--white);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s;
}
.details-navigation .single-navigation .img .arrow svg {
  stroke: var(--white);
}
.details-navigation .single-navigation.two .content {
  text-align: start;
}
.details-navigation .single-navigation:hover .img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  position: relative;
  transition: 0.5s;
}
.details-navigation .single-navigation:hover .img::after {
  opacity: 1;
  transform: scale(1);
}
.details-navigation .single-navigation:hover .img .arrow {
  opacity: 1;
  transform: translate(-50%, -50%);
}/*# sourceMappingURL=style.css.map */