@charset "UTF-8";
/*
Template Name: Architax
Template URL: https://html.vecuro.com/architax
Description: Architax - Architecture and Interiors HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/
:root {
  --theme-color: #f0a800;
  --theme-color-rgb: 255, 180, 0;
  --title-color: #01000f;
  --body-color: #686868;
  --smoke-color: #eff1f5;
  --vs-secondary-color: #eef2fb;
  --black-color: #000000;
  --bg-color1: #323232;
  --bg-color2: #1b1b1b;
  --bg-color3: #272727;
  --bg-color4: #1f1f22;
  --white-color: #ffffff;
  --white-color-rgb: 255, 255, 255;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --vs-border-color: #d8dde1;
  --vs-border-color-rgb: 216, 221, 225;
  --light-color1: #fffaee;
  --title-font: "Oswald", sans-serif;
  --body-font: "Poppins", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1320px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 80px;
  --ripple-ani-duration: 5s;
}
.main-menu ul li.current-menu-item > a {
  color: #d9232d; /* Rouge ou ta couleur de survol */
  font-weight: bold;
  position: relative;
}

.main-menu ul li.current-menu-item > a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d9232d;
}
.project-style.style3::before {
  pointer-events: none; /* L'overlay ne bloque plus le clic */
}
.project-style.style3 .project-style__content {
  pointer-events: none; /* idem pour le contenu superposé */
}
.vs-project .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 images par ligne */
  gap: 15px; /* espace entre les images */
}

.vs-project .row.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px; /* espace entre les images */
}

.vs-project .grid-item {
  flex: 1 1 calc(25% - 15px); /* 4 par ligne */
  max-width: calc(25% - 15px);
}

.vs-project .project-style.style3 {
  position: relative;
  width: 100%;

  overflow: hidden;
}

.vs-project .project-style.style3 img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* recadre et garde le carré */
  display: block;
}
/*------------------- 1.5. Reset -------------------*/
html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  /* Small devices */
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--vs-border-color);
}

th {
  font-weight: 700;
  font-family: var(--title-font);
  color: #01000f;
}

td,
th {
  border: 1px solid var(--vs-border-color);
  padding: 9px 12px;
}

a {
  color: #c6091d;
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}
a:hover {
  color: #01000f;
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.63;
  /* Small devices */
}
@media (max-width: 767px) {
  p {
    line-height: 1.73;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: #01000f;
  text-transform: none;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 45px;
}

.h2,
h2 {
  font-size: 48px;
}

.h3,
h3 {
  font-size: 36px;
}

.h4,
h4 {
  font-size: 30px;
}

.h5,
h5 {
  font-size: 24px;
}

.h6,
h6 {
  font-size: 20px;
}

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 60px;
  }
  .h2,
  h2 {
    font-size: 36px;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 36px;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/*------------------- 1.6. Responsive -------------------*/
/*-----------------
    3.2 Responsive Media Queries
-----------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
p.has-drop-cap {
  margin-bottom: 20px;
}

.page--item p:last-child .alignright {
  clear: right;
}

.blog-title,
.pagi-title,
.breadcumb-title {
  word-break: break-word;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: var(--body-color);
}

.bypostauthor,
.gallery-caption {
  display: block;
}

.page-links,
.clearfix {
  clear: both;
}

.page--item {
  margin-bottom: 30px;
}
.page--item p {
  line-height: 1.8;
}

.content-none-search {
  margin-top: 30px;
}

.wp-block-button.aligncenter {
  text-align: center;
}

.alignleft {
  display: inline;
  float: left;
  margin-bottom: 10px;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-bottom: 10px;
  margin-left: 1.5em;
  margin-right: 1em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.gallery {
  margin-bottom: 1.5em;
  width: 100%;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 5px;
}

.wp-block-columns {
  margin-bottom: 1em;
}

figure.gallery-item {
  margin-bottom: 10px;
  display: inline-block;
}

figure.wp-block-gallery {
  margin-bottom: 14px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
  font-size: 12px;
  color: var(--body-color);
  line-height: 1.5;
  padding: 0.5em 0;
}

.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image-text,
.wp-block-cover-text {
  color: #ffffff;
}

.wp-block-cover {
  margin-bottom: 15px;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0.5em 0;
  font-size: 14px;
}

.wp-block-media-text,
.wp-block-media-text.alignwide,
figure.wp-block-gallery {
  margin-bottom: 30px;
}

.wp-block-media-text.alignwide {
  background-color: var(--smoke-color);
}

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
  line-height: 1.4;
}

.wp-block-latest-comments a {
  color: inherit;
}

.wp-block-button {
  margin-bottom: 10px;
}
.wp-block-button:last-child {
  margin-bottom: 0;
}
.wp-block-button .wp-block-button__link {
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background-color: #c6091d;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: #01000f;
  color: #01000f;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #fff;
  background-color: #c6091d;
  border-color: #c6091d;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

ol.wp-block-latest-comments li {
  margin: 15px 0;
}

ul.wp-block-latest-posts {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
ul.wp-block-latest-posts a {
  color: inherit;
}
ul.wp-block-latest-posts a:hover {
  color: #c6091d;
}
ul.wp-block-latest-posts li {
  margin: 15px 0;
}

.wp-block-search {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.wp-block-search .wp-block-search__input {
  width: 100%;
  max-width: calc(100% - 120px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding-left: 20px;
}
.wp-block-search .wp-block-search__button {
  margin: 0;
  width: 120px;
  border: none;
  height: 50px;
  color: #fff;
  background-color: #c6091d;
}
.wp-block-search .wp-block-search__button:hover {
  background-color: #01000f;
  opacity: 0.8;
}

ul.wp-block-rss a {
  color: inherit;
}

.wp-block-group.has-background {
  padding: 15px 15px 1px;
  margin-bottom: 30px;
}

.wp-block-table td,
.wp-block-table th {
  border-color: rgba(0, 0, 0, 0.1);
}

.wp-block-table.is-style-stripes {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.logged-in .will-sticky .sticky-active.active,
.logged-in .preloader .vs-btn {
  top: 32px;
}
@media (max-width: 782px) {
  .logged-in .will-sticky .sticky-active.active,
  .logged-in .preloader .vs-btn {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .logged-in .will-sticky .sticky-active.active,
  .logged-in .preloader .vs-btn {
    top: 0;
  }
}

.post-password-form .theme-input-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 20px;
}
.post-password-form .theme-input-group .theme-input-style {
  width: 100%;
  max-width: calc(100% - 120px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding-left: 20px;
}
.post-password-form .theme-input-group .submit-btn {
  margin: 0;
  width: 120px;
  border: none;
  height: 50px;
  color: #fff;
  background-color: #c6091d;
}
.post-password-form .theme-input-group .submit-btn:hover {
  background-color: #01000f;
  opacity: 0.8;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  padding-top: 1em;
}
.page-links > .page-links-title {
  margin-right: 10px;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text),
.page-links > a {
  display: inline-block;
  padding: 5px 13px;
  background-color: #ffffff;
  color: #01000f;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-right: 10px;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text):hover,
.page-links > a:hover {
  opacity: 0.8;
  color: #ffffff;
  background-color: #c6091d;
  border-color: transparent;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text).current,
.page-links > a.current {
  background-color: #c6091d;
  color: #ffffff;
  border-color: transparent;
}
.page-links span.screen-reader-text {
  display: none;
}

.blog-single .wp-block-archives-dropdown {
  margin-bottom: 30px;
}
.blog-single.format-quote, .blog-single.format-link, .blog-single.tag-sticky-2, .blog-single.sticky {
  border-color: transparent;
  position: relative;
}
.blog-single.format-quote .blog-content, .blog-single.format-link .blog-content, .blog-single.tag-sticky-2 .blog-content, .blog-single.sticky .blog-content {
  background-color: var(--smoke-color);
  padding: 40px;
  border: none;
}
.blog-single.format-quote .blog-content:before, .blog-single.format-link .blog-content:before, .blog-single.tag-sticky-2 .blog-content:before, .blog-single.sticky .blog-content:before {
  display: none;
}
.blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
  content: "\f0c1";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 5rem;
  opacity: 0.3;
  right: 15px;
  line-height: 1;
  top: 15px;
  color: #c6091d;
  z-index: 1;
}
.blog-single.tag-sticky-2::before, .blog-single.sticky::before {
  content: "Featured";
  right: 0;
  top: 0;
  font-size: 18px;
  color: #ffffff;
  background-color: #c6091d;
  font-family: var(--title-font);
  opacity: 1;
  text-transform: capitalize;
  padding: 10px 23px;
  font-weight: 400;
}
.blog-single.format-quote:before {
  content: "\f10e";
}
.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,
.blog-single .blog-content .wp-block-archives-dropdown {
  display: block;
  margin-bottom: 30px;
}

.blog-details .blog-single:before {
  display: none;
}
.blog-details .blog-single .blog-content {
  background-color: transparent;
  overflow: hidden;
}
.blog-details .blog-single.format-chat .blog-meta {
  margin-bottom: 20px;
}
.blog-details .blog-single.format-chat .blog-content > p:nth-child(2n) {
  background: var(--smoke-color);
  padding: 5px 20px;
}
.blog-details .blog-single.tag-sticky-2, .blog-details .blog-single.sticky, .blog-details .blog-single.format-quote, .blog-details .blog-single.format-link {
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.blog-details .blog-single.tag-sticky-2:before, .blog-details .blog-single.sticky:before, .blog-details .blog-single.format-quote:before, .blog-details .blog-single.format-link:before {
  display: none;
}

.vs-search {
  background-color: #f3f3f3;
  margin-bottom: 30px;
  border: 1px solid #f3f3f3;
}
.vs-search .search-grid-content {
  padding: 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-search .search-grid-content {
    padding: 20px;
  }
}
.vs-search .search-grid-title {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: -0.2em;
}
.vs-search .search-grid-title a {
  color: inherit;
}
.vs-search .search-grid-title a:hover {
  color: #c6091d;
}
.vs-search .search-grid-meta > * {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}
.vs-search .search-grid-meta > *:last-child {
  margin-right: 0;
}
.vs-search .search-grid-meta a,
.vs-search .search-grid-meta span {
  color: var(--body-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
  }
  .blog-single.format-quote .blog-content, .blog-single.format-link .blog-content, .blog-single.tag-sticky-2 .blog-content, .blog-single.sticky .blog-content {
    padding: 30px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
  }
  .blog-single.format-quote .blog-content, .blog-single.format-link .blog-content, .blog-single.tag-sticky-2 .blog-content, .blog-single.sticky .blog-content {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .wp-block-search .wp-block-search__input {
    max-width: 100%;
    margin-bottom: 20px;
  }
	.logo {
max-width: 200px;
		 }
  .wp-block-latest-comments {
    padding-left: 10px;
  }
  .page--content.clearfix + .vs-comment-form {
    margin-top: 24px;
  }
}
/* Style par défaut des images */
.project-style img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px; /* optionnel, coins arrondis */
}

/* Sur mobile : une image prend toute la largeur */
@media (max-width: 768px) {
  .vs-project .grid-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* Pour espacer un peu */
  .vs-project .grid-item {
    margin-bottom: 15px;
  }

  /* Adapter les images pour bien remplir */
  .project-style img {
    height: 250px;       /* fixe une hauteur visible */
    object-fit: cover;   /* recadre l’image pour éviter les déformations */
  }
}

/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {

    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1399px) {
  .container-style2 {
    max-width: 1920px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
}
.container-style3 {
  --main-container: 1445px;
}

@media (min-width: 1500px) and (max-width: 1921px) {
  .container-style1 {
    max-width: 1576px;
    overflow: hidden;
    margin-right: 0;
    padding-right: 0;
  }
}
/*------------------- 2.2. Grid -------------------*/
.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 767px) {
  .row:not([class*=gx-]) {
    --bs-gutter-x: 30px;
  }
}
.gy-gx {
  --bs-gutter-y: var(--bs-gutter-x);
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.gx-15 {
  --bs-gutter-x: 15px;
}

@media (min-width: 1199px) {
  .gx-45 {
    --bs-gutter-x: 45px;
  }
  .gx-60 {
    --bs-gutter-x: 60px;
  }
  .gx-50 {
    --bs-gutter-x: 50px;
  }
  .gx-70 {
    --bs-gutter-x: 70px;
  }
  .gx-80 {
    --bs-gutter-x: 80px;
  }
}
@media (min-width: 1399px) {
  .gx-20 {
    --bs-gutter-x: 20px;
  }
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
.grid-container {
  display: grid;
  grid-template-columns: 364px 531px 364px; /* Adjusted column widths */
  grid-template-rows: repeat(2, auto);
  gap: 30px;
  justify-content: center; /* Centers the grid within the parent */
}
@media (max-width: 1399px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

.grid-item.large {
  grid-column: 2; /* The large item stays in the second column */
  grid-row: 1/3; /* It spans two rows */
}

/* Medium devices */
@media (max-width: 991px) {
  .grid-container {
    grid-template-columns: repeat(2, auto); /* Switch to 2 columns */
  }
  .grid-item.large {
    grid-column: span 2; /* The large item still spans 2 columns */
    grid-row: auto; /* Adjust row span if necessary */
  }
}
/* Small devices */
@media (max-width: 767px) {
  .grid-container {
    grid-template-columns: 1fr; /* Single column layout */
  }
  .grid-item.large {
    grid-column: auto; /* Full width in single column */
    grid-row: auto; /* No row span needed */
  }
}
/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
  height: 60px;
  padding: 0 30px 0 28px;
  padding-right: 45px;
  border: 1px solid #e0e0e0;
  color: var(--body-color);
  background-color: #ffffff;
  border-radius: 9999px;
  border-radius: 0;
  font-size: 14px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  background-color: #ffffff;
  border-color: #c6091d;
  transition: all 0.3s ease-in-out;
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
  color: var(--body-color);
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}
select.form-control-lg,
.form-control.form-control-lg,
.form-select.form-control-lg,
textarea.form-control-lg,
input.form-control-lg {
  height: 60px;
}
select.form-control-sm,
.form-control.form-control-sm,
.form-select.form-control-sm,
textarea.form-control-sm,
input.form-control-sm {
  height: 40px;
  font-size: 12px;
}
select[readonly],
.form-control[readonly],
.form-select[readonly],
textarea[readonly],
input[readonly] {
  color: #01000f;
}

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}

textarea.form-control,
textarea {
  min-height: 189px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 0;
}

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=checkbox]:checked ~ label:before {
  content: "\f00c";
  color: #ffffff;
  background-color: #c6091d;
  border-color: #c6091d;
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}
input[type=checkbox] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: #ffffff;
  border: 1px solid var(--vs-border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=radio] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
input[type=radio] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0.5px;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid #c6091d;
  border-radius: 100%;
  font-weight: 700;
  background: #ffffff;
  color: transparent;
  transition: all 0.2s ease;
}
input[type=radio]:checked ~ label::before {
  border-color: #c6091d;
  background-color: #c6091d;
  color: #ffffff;
}

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: #01000f;
  font-family: var(--body-font);
  font-size: 16px;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.form-group > i {
  position: absolute;
  right: calc(var(--bs-gutter-x) / 2 + 30px);
  top: 18px;
  font-size: 14px;
  color: #a0abb4;
}
.form-group.has-label > i {
  top: 45px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}
.form-messages.mb-0 * {
  margin-bottom: 0;
}
.form-messages.success {
  color: var(--success-color);
  display: block;
}
.form-messages.error {
  color: var(--error-color);
  display: block;
}
.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

/*------------------- 2.4. Slick Slider -------------------*/
.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.slick-track {
  min-width: 100%;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  list-style-type: none;
  padding: 2px 0;
  margin: 38px 0 38px 0;
  line-height: 0;
  text-align: center;
  height: -moz-max-content;
  height: max-content;
}
.slick-dots li {
  display: inline-block;
  margin-right: 25px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 8px;
  height: 8px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  background-color: var(--dots-bg, #D8D8D8);
  transition: all ease 0.4s;
  position: relative;
}
.slick-dots button:hover {
  border-color: #c6091d;
}
.slick-dots button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 2px solid #c6091d;
  border-radius: 50%;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.slick-dots .slick-active button {
  background-color: #c6091d;
}
.slick-dots .slick-active button::before {
  opacity: 1;
  visibility: visible;
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  border: 1px solid var(--smoke-color);
  left: var(--pos-x, -100px);
  width: var(--icon-size, 50px);
  height: var(--icon-size, 50px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 50px) / -2);
  z-index: 2;
  border-radius: 50%;
}
.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slick-arrow.slick-next {
  right: var(--pos-x, -100px);
  left: auto;
}
.slick-arrow:hover {
  background-color: #c6091d;
  color: #ffffff;
  border-color: transparent;
}

.arrow-margin .slick-arrow {
  top: calc(50% - 30px);
}

.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.dot-style2 .slick-dots {
  margin-top: 10px;
  margin-bottom: 30px;
}
.dot-style2 .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background-color: #c6091d;
}
.dot-style2 .slick-dots button:before {
  display: none;
}
.dot-style2 .slick-dots button:hover {
  background-color: #01000f;
}
.dot-style2 .slick-dots li {
  margin: 0 5px;
}
.dot-style2 .slick-dots li.slick-active button {
  width: 40px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    margin-right: 40px;
  }
  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 8px 0 38px 0;
  }
}
/*------------------- 2.5. Mobile Menu -------------------*/
.vs-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.vs-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
}
.vs-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.vs-menu-wrapper .vs-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 18px;
  z-index: 1;
  border-radius: 50%;
}
.vs-menu-wrapper .vs-menu-toggle:hover {
  background-color: #01000f;
  color: #ffffff;
}
.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid #c6091d;
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
}
.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.vs-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
  /* Hide scrollbar */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE & Edge */
}
.vs-mobile-menu::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}
.vs-mobile-menu .new-label {
  margin-left: 5px;
  text-transform: capitalize;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.vs-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.vs-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}
.vs-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: #01000f;
}
.vs-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: relative;
  left: 0;
  top: 0;
  margin-right: 10px;
  display: inline-block;
}
.vs-mobile-menu ul li.vs-active > a {
  color: #c6091d;
}
.vs-mobile-menu ul li.vs-active > a:before {
  transform: rotate(90deg);
}
.vs-mobile-menu ul li ul li {
  padding-left: 10px;
}
.vs-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: #01000f;
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}
.vs-mobile-menu ul .vs-item-has-children.vs-active > a .vs-mean-expand:before {
  content: "\f068";
}
.vs-mobile-menu > ul {
  padding: 0 40px;
}
.vs-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.vs-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 30px;
  border: none;
  display: inline-block;
  background-color: #c6091d;
 color: #fff;
  border-radius: 0px;
}

@media (max-width: 400px) {
  .vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .vs-mobile-menu > ul {
    padding: 0 20px;
  }
}
.searchBoxTggler,
.sideMenuToggler {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #c6091d;
}
.searchBoxTggler:hover,
.sideMenuToggler:hover {
  background-color: #c6091d;
  color: var(--white-color);
}
.searchBoxTggler.style2,
.sideMenuToggler.style2 {
  background-color: #c6091d;
}

/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  background-color: var(--title-color);
}
.preloader .vs-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.preloader-inner img {
  display: block;
  margin: 0 auto 10px auto;
}

.loader {
  animation: loaderspin 1.5s infinite;
  height: 50px;
  width: 50px;
  display: block;
  margin: 0 auto;
}
.loader:before, .loader:after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}
.loader:before {
  animation: ball1 1.5s infinite;
  background-color: var(--white-color);
  box-shadow: 30px 0 0 #c6091d;
  margin-bottom: 10px;
}
.loader:after {
  animation: ball2 1.5s infinite;
  background-color: #c6091d;
  box-shadow: 30px 0 0 var(--white-color);
}

@keyframes loaderspin {
  0% {
    transform: rotate(0deg) scale(0.8);
  }
  50% {
    transform: rotate(360deg) scale(1);
  }
  100% {
    transform: rotate(720deg) scale(0.8);
  }
}
@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 #c6091d;
  }
  50% {
    box-shadow: 0 0 0 #c6091d;
    margin-bottom: 0;
    transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #c6091d;
    margin-bottom: 10px;
  }
}
@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 var(--white-color);
  }
  50% {
    box-shadow: 0 0 0 var(--white-color);
    margin-top: -20px;
    transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 var(--white-color);
    margin-top: 0;
  }
}
/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #c6091d;
  color: #fff;
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 22px 30px;
  border-radius: 0px;
  z-index: 1;
  overflow: hidden;
  letter-spacing: 0.3px;
  gap: 5px;
  transition: all 0.3s ease-in-out;
}
.vs-btn span {
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: var(--title-color);
  transition: all 0.3s ease-in-out;
}
.vs-btn::after, .vs-btn::before {
  width: 101%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: #01000f;
  transition: all ease 0.5s;
  z-index: -1;
  border-radius: inherit;
}
.vs-btn:before {
  transform: rotateX(90deg);
}
.vs-btn:after {
  transform: rotateY(90deg);
}
.vs-btn.style2, .vs-btn.style3 {
  background-color: transparent;
  color: #c6091d;
  padding: 0;
  letter-spacing: 3.2px;
  gap: 15px;
}
.vs-btn.style2::before, .vs-btn.style2::after, .vs-btn.style3::before, .vs-btn.style3::after {
  display: none;
}
.vs-btn.style2 span, .vs-btn.style3 span {
  width: 35px;
  background-color: #c6091d;
}
.vs-btn.style2:hover, .vs-btn.style3:hover {
  color: var(--title-color);
}
.vs-btn.style2:hover span, .vs-btn.style3:hover span {
  background-color: var(--title-color);
}
.vs-btn.style3:hover {
  color: #ffffff;
}
.vs-btn.style3:hover span {
  background-color: var(--white-color);
}
.vs-btn.style4 {
  background: #01000f;
  color: #ffffff;
}
.vs-btn.style4 span {
  background-color: #ffffff;
}
.vs-btn.style4::before, .vs-btn.style4::after {
  background: #c6091d;
}
.vs-btn.style4:hover {
  color: #01000f;
}
.vs-btn.style4:hover span {
  background-color: #01000f;
}
.vs-btn > i {
  margin-left: 8px;
}
.vs-btn:hover {
  color: #ffffff;
}
.vs-btn:hover span {
  background-color: var(--white-color);
}
.vs-btn:hover:before {
  transform: rotateX(0);
}
.vs-btn:hover:after {
  transform: rotateY(0);
}

.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--btn-size, 60px);
  height: var(--btn-size, 60px);
  line-height: 1;
  font-size: var(--btn-font-size, 20px);
  background-color: transparent;
  color: #c6091d;
  border: 1px solid var(--vs-border-color);
  text-align: center;
  border-radius: 0;
  padding: 0;
}
.icon-btn.style2 {
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.icon-btn.style2:hover {
  background-color: #c6091d;
  color: #ffffff;
}
.icon-btn.style4, .icon-btn.style3 {
  --btn-size: 55px;
  background-color: #f2f6ff;
  color: #c6091d;
  border-radius: 5px;
}
.icon-btn.style4 {
  background-color: #ffffff;
}
.icon-btn.style5 {
  background-color: #ffffff;
  color: #01000f;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.08);
}
.icon-btn.style5:hover {
  background-color: #c6091d;
  color: #ffffff;
  box-shadow: none;
}
.icon-btn.style6 {
  background-color: #c6091d;
  color: #ffffff;
  --btn-size: 55px;
  --btn-font-size: 17px;
}
.icon-btn:hover {
  background-color: #01000f;
  color: #ffffff;
  border-color: transparent;
}

.play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  border: none;
  background-color: transparent;
  padding: 0;
}
.play-btn > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-size, 124px);
  height: var(--icon-size, 124px);
  line-height: var(--icon-size, 124px);
  font-size: var(--icon-font-size, 1.5em);
  text-align: center;
  background-color: #c6091d;
  color: #ffffff;
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
  padding-left: 6px;
}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #c6091d;
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.play-btn:after {
  animation-delay: 2s;
}
.play-btn.style3 i, .play-btn.style2 i {
  --icon-size: 60px;
  border-radius: 5px;
  --icon-font-size: 18px;
}
.play-btn.style2:after, .play-btn.style2:before {
  border-radius: 5px;
}
.play-btn.style3 i {
  background-color: rgba(14, 89, 242, 0.7);
}
.play-btn.style3:after, .play-btn.style3::before {
  display: none;
}
.play-btn.style4 {
  --icon-size: 120px;
  --icon-font-size: 30px;
}
.play-btn.style4:after, .play-btn.style4:before,
.play-btn.style4 i {
  background-color: #ffffff;
  color: #c6091d;
}
.play-btn.style5 i {
  border-radius: 0;
  --icon-size: 120px;
  --icon-font-size: 30px;
}
.play-btn.style5:after, .play-btn.style5:before {
  border: 2px solid #c6091d;
  background-color: transparent;
  border-radius: 0;
}
.play-btn.style6 {
  --icon-size: 60px;
  --icon-font-size: 18px;
}
.play-btn.style7::after, .play-btn.style7::before {
  background-color: transparent;
  border: 1px solid rgba(var(--white-color-rgb), 30%);
  animation-duration: 2s;
}
.play-btn.style7::after {
  animation-duration: 3s;
}
.play-btn.style7 > i {
  width: var(--icon-size, 86.59px);
  height: var(--icon-size, 86.59px);

}
.play-btn:hover:after, .play-btn:hover::before,
.play-btn:hover i {
  background-color: #000d2c;
  color: #ffffff;
}

.link-btn {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
}
.link-btn i {
  margin-left: 7px;
  font-size: 0.9rem;
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #c6091d;
  transition: all ease 0.4s;
}
.link-btn:hover {
  color: #c6091d;
}
.link-btn:hover::before {
  width: 100%;
}

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
  /* Small devices */
}
.scroll-btn i {
  display: inline-block;
  background-color: #c6091d;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  transition: all ease 0.8s;
}
.scroll-btn:before {
  content: "";
  position: absolute;
  left: var(--extra-shape, -6px);
  top: var(--extra-shape, -6px);
  right: var(--extra-shape, -6px);
  bottom: var(--extra-shape, -6px);
  background-color: transparent;
  border-radius: inherit;
  z-index: 1;
  border: 2px dashed #c6091d;
  animation: spin 13s infinite linear;
}
.scroll-btn:focus i, .scroll-btn:hover i {
  background-color: #01000f;
  color: #ffffff;
}
.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .scroll-btn {
    --btn-size: 40px;
    --extra-shape: -4px;
    right: 15px;
    bottom: 50px;
  }
  .scroll-btn.show {
    bottom: 15px;
  }
}

.scrollToTop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 96;
}
.scrollToTop.show {
  bottom: 60px;
  opacity: 1;
  visibility: visible;
}

/* Large devices */
@media (max-width: 1199px) {
  .play-btn.style4 {
    --icon-size: 80px;
    --icon-font-size: 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 60px;
  }
  .scrollToTop {
    right: 20px;
  }
  .scrollToTop.show {
    bottom: 20px;
  }
}
/*------------------- 3.3. Titles -------------------*/
.sec-title {
  text-transform: uppercase;
  line-height: 1.36;
  margin: -0.2em 0 0px 0;
  padding-left: 0px;
}
.sec-title span {
  color: #c6091d;
}
.sec-title.style2 {
  padding-left: 0;
}

.sec-title2 {
  font-size: 30px;
  margin: 0 0 30px 0;
  font-weight: 400;
}

.sec-subtitle {
  text-transform: uppercase;
  display: block;
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 500;
  margin: -0.1em 0 25px 0;
  line-height: 1.15;
  color: var(--black-color);
}
.sec-subtitle.text-white {
  color: var(--white-color);
  -webkit-text-stroke-color: var(--white-color);
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 25px);
  /* Medium devices */
}
.title-area.style2 {
  display: block;
  text-align: center;
}
@media (max-width: 991px) {
  .title-area.title-arrow {
    flex-direction: row;
    justify-content: space-between;
  }
}

.sec-btns {
  padding: 13px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sec-btns i.fa-arrow-left {
  margin-left: 0;
  margin-right: 10px;
}

.sec-btns2 {
  margin-bottom: calc(var(--section-title-space) - 5px);
}

.sec-line-wrap {
  display: flex;
  gap: 25px;
  align-items: center;
  margin: 0 0 80px 0;
}
.sec-line-wrap .sec-title2 {
  margin: -0.3em 0 -0.4em 0;
}

.sec-line {
  background-color: #c6091d;
  flex: 1;
  height: 2px;
}

.border-title {
  position: relative;
  padding: 0 0 5px 0;
  margin-bottom: 0;
}
.border-title-border {
  width: 48px;
  height: 2px;
  display: inline-block;
  background-color: #c6091d;
  margin-bottom: 25px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .sec-title4 {
    font-size: 42px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .sec-title4 {
    font-size: 36px;
    line-height: 1.4;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .sec-title {
    padding-left: 0;
  }
  .title-area {
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 15px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sec-title3.h1,
  .sec-title.h1 {
    font-size: 30px;
  }
  .sec-subtitle {
    font-size: 16px;
  }
  .sec-line-wrap {
    margin: 0 0 40px 0;
    gap: 10px;
  }
  .sec-title4 {
    font-size: 30px;
    line-height: 1.4;
  }
  .title-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    text-align: center;
  }
}
/*------------------- 3.4. Common -------------------*/
.image-scale-hover {
  overflow: hidden;
}
.image-scale-hover img {
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.image-scale-hover:hover img {
  transform: scale(1.2);
}

.alert-dismissible .btn-close {
  font-size: 18px;
  line-height: 1;
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

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

.media-body {
  flex: 1;
}

.badge {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: #c6091d;
  color: #ffffff;
  padding: 0.35em 0.55em;
  border-radius: 50%;
}

.hr-style1 {
  background-color: #ffffff;
  margin: 20px 0 30px 0;
}

.new-label {
  font-size: 12px;
  background-color: var(--error-color);
  color: #ffffff;
  line-height: 1;
  padding: 1px 5px;
  border-radius: 4px;
  text-transform: capitalize;
  position: relative;
  top: -1px;
}

.big-name {
  font-size: 450px;
  color: #ffffff;
  -webkit-text-stroke: 2px #eef0ff;
  line-height: 1;
  letter-spacing: -0.08em;
  font-weight: 400;
  position: relative;
  z-index: 31;
  text-align: right;
  margin: -234px 30px -59px 0;
}

.sec-big-text2,
.sec-big-text {
  font-size: 160px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1;
  display: block;
  color: #f1f3f9;
  position: absolute;
  left: 0;
  right: 0;
  top: -37px;
  z-index: -1;
}

.sec-big-text2 {
  top: auto;
  left: auto;
  right: 120px;
  bottom: -26px;
}

.home-five-shape1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #f6f7fc;
  width: 100%;
  max-width: 1255px;
  z-index: -3;
}

.home-five-shape2 {
  position: absolute;
  left: -428px;
  bottom: 250px;
  width: 1024px;
  height: 1024px;
  border: 50px solid #c6091d;
  border-radius: 50%;
  z-index: -2;
}

.home-five-shape3 {
  position: absolute;
  right: 60px;
  bottom: 325px;
}

.home-five-wrap1 {
  position: relative;
  border-bottom: 7px solid #c6091d;
  z-index: 1;
}

/* Hight Resoulation devices */
@media (min-width: 1921px) {
  .ls-wrapper > .ls-layer.d-hd-none,
  .ls-wrapper > a > .ls-layer.d-hd-none,
  .d-hd-none {
    display: none !important;
  }
}
@media (min-width: 1500px) {
  .d-xxxl-block {
    display: block !important;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .big-name {
    font-size: 320px;
    margin: -168px 30px -59px 0;
  }
  .home-five-shape3 {
    right: 30px;
    bottom: 50px;
    max-width: 200px;
  }
  .home-five-shape2 {
    left: -18%;
    bottom: 34%;
    width: 500px;
    height: 500px;
  }
  .home-five-shape1 {
    max-width: 100%;
    right: 60px;
    width: auto;
  }
  .sec-big-text2,
  .sec-big-text {
    font-size: 130px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .big-name {
    font-size: 245px;
    margin: -128px 40px -42px 0;
  }
  .home-five-shape1 {
    right: 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .big-name {
    font-size: 190px;
    margin: -100px 40px -42px 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .big-name {
    font-size: 146px;
    margin: -78px 40px -25px 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .big-name {
    font-size: 75px;
    margin: -20px 0 -12px 0;
    letter-spacing: 0;
    text-align: center;
  }
}
.social-style {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.social-style a {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(104, 104, 104, 0.3);
  border-radius: 50%;
  color: var(--white-color);
  font-size: 14px;
}
.social-style a:hover {
  background-color: #c6091d;
  color: var(--title-color);
}

/* Scrollbar styles for webkit browsers */
html::-webkit-scrollbar {
  width: 3px; /* Width of the scrollbar */
  background: var(--title-color);
}

html::-webkit-scrollbar-track {
  background: transparent; /* Background of the scrollbar track */
  border-radius: 0px; /* Rounded corners for the track */
}

html::-webkit-scrollbar-thumb {
  background: #eef0ff; /* Color of the scrollbar thumb */
  border-radius: 0px; /* Rounded corners for the thumb */
}

html::-webkit-scrollbar-thumb:hover {
  background: #c6091d; /* Color of the thumb on hover */
}

.star-rating {
  overflow: hidden;
  position: relative;
  width: 138px;
  height: 40px;
  line-height: 1.2em;
  display: block;
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 14px;
  margin: 0 auto 15px;
  background-color: var(--light-color1);
  border-radius: 999px;
}
.star-rating::before {
  content: "\f005\f005\f005\f005\f005";
  color: var(--yellow-color);
  float: left;
  top: 50%;
  left: 50%;
  position: absolute;
  letter-spacing: 3px;
  font-weight: 700;
  transform: translate(-50%, -50%);
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "\f005\f005\f005\f005\f005";
  position: absolute;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  color: var(--yellow-color);
  letter-spacing: 3px;
  font-weight: 700;
}

/*------------------- 3.6. Font -------------------*/
.font-icon {
  font-family: var(--icon-font);
}

.font-title {
  font-family: var(--title-font);
}

.font-body {
  font-family: var(--body-font);
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fs-md {
  font-size: 18px;
}

.fs-xs {
  font-size: 14px;
}

/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: #c6091d !important;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-title {
  background-color: #01000f !important;
}

.bg-gray {
  background-color: #e5e5e5;
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

.bg-color1 {
background-color: #002656;
}

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

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: #c6091d !important;
}

.text-title {
  color: #01000f !important;
}

.text-body {
  color: var(--body-color) !important;
}

.text-white {
  color: #ffffff !important;
}

.text-yellow {
  color: var(--yellow-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-error {
  color: var(--error-color) !important;
}

.text-inherit, .footer-info-list .info a {
  color: inherit;
}
.text-inherit:hover, .footer-info-list .info a:hover {
  color: #c6091d;
}

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}

.text-light2 {
  color: #919398;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.overlay.style2 {
  background-color: var(--title-color);
  opacity: 90%;
  z-index: -1;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

[data-overlay] {
  position: relative;
}
[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
  z-index: 1;
}

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

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

[data-overlay=title]:before {
  background-color: #01000f;
}

[data-overlay=white]:before {
  background-color: #ffffff;
}

[data-overlay=black]:before {
  background-color: var(--black-color);
}

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

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

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

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

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

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

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

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

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

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

/*------------------- 3.10. Animation -------------------*/
.fadeInUp {
  animation-name: fadeInUp;
}

.wow-animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fadein {
  --animation-name: fadein-custom;
}

.slideinup {
  --animation-name: slideinup;
}

.slideindown {
  --animation-name: slideindown;
}

.slideinleft {
  --animation-name: slideinleft;
}

.slideinright {
  --animation-name: slideinright;
}

.animated {
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.ripple-animation, .play-btn:after, .play-btn:before {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadein-custom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.widget_nav_menu > ul,
.widget_meta > ul,
.widget_pages > ul,
.widget_archive > ul,
.widget_categories > ul {
  margin: 0 0 -38px 0;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  display: block;
  background-color: var(--bg-color2);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.3px;
  padding: 17px 20px;
}
.widget_nav_menu a::before,
.widget_meta a::before,
.widget_pages a::before,
.widget_archive a::before,
.widget_categories a::before {
  content: "\f178";
  position: absolute;
  right: 20px;
  top: 50%;
  font-family: var(--icon-font);
  font-weight: 400;
  color: var(--white-color);
  transform: translateY(-50%);
}
.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
  background-color: #c6091d;
  color: var(--title-color);
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
  display: block;
  position: relative;
}
.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_categories li:last-child a {
  border-bottom: none;
}
.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span {
  text-align: center;
  position: absolute;
  right: 0;
  top: -4.5px;
  font-size: 16px;
  transition: all ease 0.4s;
}
.widget_nav_menu li:hover > span,
.widget_meta li:hover > span,
.widget_pages li:hover > span,
.widget_archive li:hover > span,
.widget_categories li:hover > span {
  color: #c6091d;
}
.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.wp-block-archives a:not(:hover) {
  color: inherit;
}

.vs-blog ul.wp-block-archives li {
  margin: 5px 0;
}

/* Small devices */
@media (max-width: 767px) {
  .widget_nav_menu a,
  .widget_meta a,
  .widget_pages a,
  .widget_archive a,
  .widget_categories a {
    font-size: 14px;
  }
}
.widget {
  position: relative;
  margin-bottom: 40px;
}
.widget select,
.widget input {
  height: 55px;
  border: none;
  background-color: #fff;
  padding-left: 20px;
  font-weight: 400;
}
.widget__banner {
  min-height: 200px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget__banner-title {
  color: var(--white-color);
  text-transform: uppercase;
  text-align: center;
}
.widget__banner-title span:nth-child(1) {
  color: #c6091d;
}
.widget__banner-title span:nth-child(2) {
  display: block;
}
.widget__contact {
  background-color: var(--bg-color2);
  text-align: center;
  padding: 35px 35px;
}
.widget__contact-call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
  color: var(--white-color);
}
.widget__contact-date {
  color: var(--white-color);
  margin-bottom: 35px;
}

.widget_title {
  position: relative;
  font-size: 30px;
  font-weight: 400;
  margin: -0.38em 0 30px 0;
  font-family: var(--title-font);
  padding-bottom: 8px;
}
.widget_title::after {
  content: "";
  width: 59px;
  height: 1px;
  background-color: #c6091d;
  position: absolute;
  bottom: 0;
  left: 0;
}

.widget .search-form {
  position: relative;
  display: flex;
  background-color: var(--bg-color2);
}
.widget .search-form input {
  flex: 1;
  background-color: transparent;
  height: 60px;
  font-size: 20px;
  font-family: var(--title-font);
  padding: 0 30px;
  color: var(--white-color);
  font-weight: 400;
}
.widget .search-form input::-moz-placeholder {
  font-size: 20px;
  color: var(--white-color);
  font-weight: 400;
}
.widget .search-form input::placeholder {
  font-size: 20px;
  color: var(--white-color);
  font-weight: 400;
}
.widget .search-form button {
  border: none;
  background-color: transparent;
  color: #ffffff;
  height: 60px;
  width: auto;
  line-height: 60px;
  font-size: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px 0 0;
}
.widget .search-form button:hover {
  background-color: #01000f;
  color: #ffffff;
}
.widget__content {
  padding: 35px;
  border: 1px solid var(--vs-border-color);
  /* Large devices */
}
@media (max-width: 1199px) {
  .widget__content {
    padding: 10px;
  }
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 9.5px 16.5px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #01000f;
  background-color: var(--smoke-color);
  border-radius: 0px;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: #c6091d;
  color: #ffffff !important;
}

.tagcloud {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.tagcloud a {
  background-color: var(--bg-color2);
  color: var(--white-color);
  font-size: 14px;
  flex: auto;
  text-align: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 13px 18px;
  font-weight: 400;
}

.recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .media-img {
  margin-right: 20px;
  width: 80px;
  overflow: hidden;
}
.recent-post .media-img img {
  width: 100%;
  border-radius: 4px;
  transition: all ease 0.4s;
}
.recent-post .post-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 5px 0;
}
.recent-post .recent-post-meta a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color);
}
.recent-post .recent-post-meta a i {
  margin-right: 5px;
  color: #c6091d;
}
.recent-post:hover .media-img img {
  transform: scale(1.1);
}

.wp-block-calendar,
.calendar_wrap {
  position: relative;
  background-color: #fff;
  padding-bottom: 0;
  border: none;
}
.wp-block-calendar span[class*=wp-calendar-nav],
.calendar_wrap span[class*=wp-calendar-nav] {
  position: absolute;
  top: 8px;
  left: 20px;
  font-size: 14px;
  color: #01000f;
  font-weight: 500;
  z-index: 1;
}
.wp-block-calendar span[class*=wp-calendar-nav] a,
.calendar_wrap span[class*=wp-calendar-nav] a {
  color: inherit;
}
.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
  left: auto;
  right: 20px;
}
.wp-block-calendar caption,
.calendar_wrap caption {
  caption-side: top;
  text-align: center;
  color: #01000f;
  background-color: #f1dbbe;
}
.wp-block-calendar th,
.calendar_wrap th {
  font-size: 14px;
  padding: 5px 5px;
  border: none;
  text-align: center;
  border-right: 1px solid #fff;
  color: #01133c;
  font-weight: 500;
}
.wp-block-calendar th a,
.calendar_wrap th a {
  color: inherit;
}
.wp-block-calendar td,
.calendar_wrap td {
  font-size: 14px;
  padding: 5px;
  color: #01133c;
  border: 1px solid #ededed;
  text-align: center;
  background-color: transparent;
  transition: all ease 0.4s;
}
.wp-block-calendar #today,
.calendar_wrap #today {
  color: #c6091d;
  background-color: #ffffff;
  border-color: #ededed;
}
.wp-block-calendar thead,
.calendar_wrap thead {
  background-color: #f6f6f6;
}
.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
  margin-bottom: 0;
}
.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
  display: none;
}

.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  border-radius: 5px;
}
.sidebar-gallery .gallery-thumb img {
  width: 100%;
  transform: scale(1);
  transition: all ease 0.4s;
}
.sidebar-gallery .gallery-thumb:hover img {
  transform: scale(1.2);
}

.widget_shopping_cart {
  text-align: left;
}
.widget_shopping_cart ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget_shopping_cart .mini_cart_item {
  position: relative;
  border-bottom: 1px solid var(--vs-border-color);
  padding: 0 0 32px 110px;
  margin: 0 0 27px 0;
  min-height: 90px;
}
.widget_shopping_cart .remove {
  position: absolute;
  right: 0;
  top: 0;
  color: #01000f;
  line-height: 1;
  font-size: 18px;
}
.widget_shopping_cart .remove:hover {
  color: #c6091d;
}
.widget_shopping_cart .img {
  position: absolute;
  left: 0;
  top: 3px;
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 1px solid var(--vs-border-color);
}
.widget_shopping_cart .product-title {
  font-size: 14px;
  color: #01000f;
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
}
.widget_shopping_cart .amount {
  display: block;
  font-weight: 600;
  color: #01000f;
  font-size: 16px;
}
.widget_shopping_cart .quantity {
  display: inline-flex;
  margin-top: 12px;
}
.widget_shopping_cart .qut-btn {
  border: 1px solid var(--vs-border-color);
  background-color: transparent;
  display: inline-block;
  background-color: transparent;
  width: 25px;
  height: 25px;
  padding: 0;
  font-size: 12px;
  z-index: 1;
  position: relative;
}
.widget_shopping_cart .qut-btn:hover {
  background-color: #01000f;
  border-color: transparent;
  color: #ffffff;
}
.widget_shopping_cart .qty-input {
  border: 1px solid var(--vs-border-color);
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  min-width: 40px;
  font-size: 12px;
  padding: 0;
  height: 25px;
  margin: 0 -1px;
}
.widget_shopping_cart .subtotal {
  float: right;
  text-align: right;
  font-size: 12px;
  margin-top: 19px;
}
.widget_shopping_cart .subtotal > span:not(.amount) {
  color: var(--body-color);
  font-weight: 300;
}
.widget_shopping_cart .subtotal .amount {
  font-size: 12px;
  display: inline-block;
}
.widget_shopping_cart .total {
  color: #01000f;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 25px;
  font-size: 18px;
}
.widget_shopping_cart .total .amount {
  font-size: inherit;
  display: inline-block;
  color: #c6091d;
}
.widget_shopping_cart .vs-btn {
  border: 1px solid #01000f;
  color: #01000f;
  margin-right: 10px;
  text-transform: capitalize;
  height: 50px;
  line-height: 47px;
  padding: 0 35px;
  background-color: #01000f;
  color: #ffffff;
  font-weight: 400;
}
.widget_shopping_cart .vs-btn:hover {
  background-color: transparent;
  color: #01000f;
}
.widget_shopping_cart .buttons {
  margin: 0;
}

.sidebar-area ul.wp-block-latest-posts {
  margin-bottom: 0;
}
.sidebar-area ul.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}
.sidebar-area .newsletter-form button {
  width: 100%;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  margin-top: 10px;
}
.sidebar-area .widget .wp-block-search {
  margin-bottom: 0;
}
.sidebar-area .wp-block-group__inner-container h2 {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: -0.07em;
}
.sidebar-area ol.wp-block-latest-comments {
  padding: 0;
  margin: 0;
}
.sidebar-area ol.wp-block-latest-comments li {
  line-height: 1.5;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.sidebar-area ol.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.recent-product {
  display: flex;
}
.recent-product .product-title {
  font-size: 16px;
}

.widget-workhours ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget-workhours li {
  background-color: #ffffff;
  padding: 14.5px 20px;
  margin: 0 0 15px 0;
  font-family: var(--title-font);
  font-weight: 500;
}
.widget-workhours li:last-child {
  margin-bottom: 0;
}
.widget-workhours li i {
  margin-right: 10px;
}

.quote-box {
  position: relative;
  text-align: center;
  padding: 80px 30px;
  margin: 0 0 30px 0;
}
.quote-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 26, 62, 0.7);
}
.quote-box__title {
  color: #ffffff;
  position: relative;
  z-index: 1;
  max-width: 200px;
  margin: -0.3em auto 25px auto;
}

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    margin-bottom: 25px;
  }
  .recent-post .post-title {
    font-size: 14px;
    line-height: 22px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
  .widget-workhours li {
    padding: 14.5px 20px;
    font-size: 14px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 0px;
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 10.5px 18px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .contact-widget .icon {
    --icon-size: 30px;
    --icon-font-size: 12px;
    top: 5px;
  }
  .contact-widget .contact {
    padding: 0 0 0 45px;
    margin: 0 0 20px 0;
    border-bottom: none;
  }
  .sidebar-gallery {
    gap: 10px;
  }
}
.footer-widget {
  margin-bottom: 40px;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}
.footer-widget .widget_title {
  margin: 0 0 27px 0;
}
.footer-widget.widget_meta, .footer-widget.widget_pages, .footer-widget.widget_archive, .footer-widget.widget_categories, .footer-widget.widget_nav_menu {
  margin-bottom: 40px;
}
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  width: -moz-max-content;
  width: max-content;
  display: block;
  border: none;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
  max-width: 100%;
  padding: 0;
}
.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: #c6091d;
}
.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
  display: none;
}
.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}
.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}
.footer-widget .footer-links > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer-widget .footer-links a {
  margin-bottom: 21px;
}

.footer-logo {
  margin-bottom: 40px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .footer-logo {
    text-align: center;
  }
}

.footer-text {
  color: var(--white-color);
  letter-spacing: 0.3px;
  max-width: 62%;
  margin: 0 auto 40px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .footer-text {
    max-width: 100%;
  }
}

.footer-info {
  display: flex;
  gap: 19px;
  margin-bottom: 12px;
}
.footer-info:last-child {
  margin-bottom: 0;
}
.footer-info__icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
background-color: #01142b;
  font-size: 20px;
  color: #c6091d;
}
.footer-info__title {
  font-size: 14px;
  color: var(--vs-border-color);
  font-family: var(--title-font);
  text-transform: uppercase;
}
.footer-info__link {
  font-size: 20px;
  font-family: var(--title-font);
  color: var(--white-color);
  text-transform: uppercase;
  display: block;
}
.footer-info a {
  text-transform: lowercase;
}
.footer-info a:hover {
  color: #c6091d;
}

.footer-number {
  border-top: 1px solid #14284f;
  padding: 43px 0 0 0;
  margin: 34px 0 0 0;
  position: relative;
}
.footer-number:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -60px;
  width: 9999px;
  height: 1px;
  border: inherit;
}
.footer-number .info {
  color: var(--body-color);
  margin: 0;
  line-height: 1;
  display: inline-block;
}
.footer-number .info:hover {
  color: #c6091d;
}
.footer-number .title {
  margin: 0 0 7px 0;
}

.footer-map {
  max-width: 400px;
  width: 100%;
}
.footer-map frame {
  max-width: 100%;
}

.footer-social .social-title {
  font-family: var(--title-font);
  color: #01000f;
  font-size: 20px;
  display: inline-block;
  margin-right: 20px;
  font-weight: 700;
}
.footer-social a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  margin: 0 5px 0 0;
  color: #ffffff;
  background-color: #15284c;
  text-align: center;
  border-radius: 5px;
}
.footer-social a:last-child {
  margin-right: 0;
}
.footer-social a:hover {
  background-color: #c6091d;
  color: #ffffff;
}
.footer-social.style2 a {
  background-color: #ffffff;
  outline: 2px solid #e7e8ec;
  outline-offset: -2px;
  color: var(--body-color);
  box-shadow: 8px 13.856px 30px 0px rgba(132, 137, 154, 0.1);
}
.footer-social.style2 a:hover {
  background-color: #c6091d;
  color: #ffffff;
  outline-color: transparent;
}

.footer-newsletter {
  display: flex;
}
.footer-newsletter input {
  background-color: transparent;
  border-radius: 5px 0 0 5px;
  border: 1px solid #14284f;
  height: 55px;
  color: #ffffff;
  flex: 1;
}
.footer-newsletter input::-moz-placeholder {
  color: #ffffff;
}
.footer-newsletter input::placeholder {
  color: #ffffff;
}
.footer-newsletter .vs-btn {
  border-radius: 0 5px 5px 0;
}
.footer-newsletter .vs-btn:hover {
  background-color: #c6091d;
  color: #ffffff;
}
.footer-newsletter .vs-btn:after, .footer-newsletter .vs-btn::before {
  display: none;
}

.footer-schedule table {
  border: none;
  margin: -0.3em 0 0 0;
}
.footer-schedule th,
.footer-schedule td {
  padding: 0 0 10px 0;
  color: var(--body-color);
  border: none;
  font-weight: 400;
}

.footer-number1 {
  font-size: 30px;
  font-weight: 700;
  color: var(--body-color);
  font-family: var(--title-font);
  margin-bottom: 25px;
  display: block;
  width: -moz-max-content;
  width: max-content;
}

.footer-mail1,
.footer-address1 {
  padding-left: 25px;
  position: relative;
}
.footer-mail1 > i:first-child,
.footer-address1 > i:first-child {
  position: absolute;
  left: 0;
  top: 4px;
}

.footer-address1 {
  max-width: 250px;
}

.footer-mail1 {
  color: var(--body-color);
  text-decoration: underline;
}
.footer-mail1 i:first-child {
  top: 2px;
}

.footer-info-list {
  margin: 35px 0 22px 0;
}
.footer-info-list .info {
  position: relative;
  margin-bottom: 21px;
  padding-left: 30px;
  max-width: 250px;
}
.footer-info-list .info i:first-child {
  position: absolute;
  left: 0;
  top: 4px;
  color: #c6091d;
}
.newsletter-form2 .form_text {
  margin: -0.3em 0 22px 0;
  display: block;
  max-width: 300px;
}
.newsletter-form2 input {
  background-color: #ebecf1;
  margin-bottom: 15px;
  border-radius: 7px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .menu-all-pages-container.footer-links {
    width: 330px;
    max-width: 100%;
  }
  .footer-number:before {
    display: none;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .footer-widget {
    margin-bottom: 40px;
  }
  .footer-widget .widget_title {
    font-size: 26px;
  }
  .footer-number {
    padding: 27px 0 0 0;
    margin: 17px 0 0 0;
  }
  .footer-info {
    display: block;
    text-align: center;
  }
  .footer-info_icon {
    margin: 0 0 20px 0;
  }
  .footer-info_group {
    padding: 0;
    border: none;
  }
}
@media (min-width: 991px) and (max-width: 1399px) {
  .footer-newsletter {
    display: block;
  }
  .footer-newsletter input {
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .footer-newsletter .vs-btn {
    border-radius: 5px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .footer-widget .widget_title {
    font-size: 22px;
  }
  .footer-layout1 .footer-widget.widget_meta a,
  .footer-layout1 .footer-widget.widget_pages a,
  .footer-layout1 .footer-widget.widget_archive a,
  .footer-layout1 .footer-widget.widget_categories a,
  .footer-layout1 .footer-widget.widget_nav_menu a {
    margin-left: auto;
    margin-right: auto;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .footer-widget.widget_meta a,
  .footer-widget.widget_pages a,
  .footer-widget.widget_archive a,
  .footer-widget.widget_categories a,
  .footer-widget.widget_nav_menu a {
    font-size: 14px;
  }
  .footer-newsletter {
    display: block;
  }
  .footer-newsletter input {
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .footer-newsletter .vs-btn {
    border-radius: 5px;
  }
}
.footer-menu > ul {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0 0 40px 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  .footer-menu > ul {
    flex-wrap: wrap;
    border: 0;
  }
}
.footer-menu a {
  font-family: var(--title-font);
  font-weight: 400;
  letter-spacing: 3.2px;
  color: var(--white-color);
  text-transform: uppercase;
  padding: 15px 51px;
  display: inline-block;
  border: 1px solid rgba(216, 221, 225, 0.2);
  border-right: 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .footer-menu a {
    padding: 15px 30px;
  }
}
.footer-menu a:hover {
  color: #c6091d;
}
.footer-menu > ul > li:last-child a {
  border-right: 1px solid rgba(216, 221, 225, 0.2);
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-menu {
    display: none;
  }
}
/*------------------- 4.2. Header  -------------------*/
.vs-header {
  position: relative;
  z-index: 41;
  /* Medium devices */
}
.vs-header.header-layout1, .vs-header.header-layout2, .vs-header.header-layout3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.vs-header__top-style1, .vs-header__top-style3 {
  background-color: #c6091d;
  padding: 10px 0;
  min-height: 46px;
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.vs-header__top-style2 {
  padding: 12px 0;
}
.vs-header__top-style3 {
  background-color: rgba(255, 255, 255, 0.1);
}
.vs-header__top-style3 .header-text {
  color: #ffffff;
}
.vs-header__top-style3 .style-white a:hover {
  color: #c6091d !important;
}
.vs-header__top-style3 a.header-text:hover {
  color: #c6091d;
}
.vs-header__logo-style2 {
  margin-left: 0%;
  padding-left: 0%;
  min-height: 90px;
  align-items: center;
  display: flex;
  position: relative;
	background-color: rgba(0, 38, 86, 0);
	margin-top: 5px;
  margin-bottom: 5px;
}
  /* Extra large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1500px) {
  .vs-header__logo-style2 {
    margin-left: 0;
    padding-left: 0;
    padding: 0 15px;
    clip-path: none;
    background-color: var(--title-color);
  }
}
@media (max-width: 991px) {
  .vs-header__logo-style2 {
    margin-left: 0;
    padding-left: 0;
    justify-content: space-between;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .vs-header__logo-style2 {
    clip-path: none;
    padding: 0 0;
    margin: 0 0;
    justify-content: space-between;
	  margin-bottom: 7px;
    margin-top: 7px;
  }
}
.vs-header__right {
  margin-right: 0%;
  display: flex;
  align-items: center;
  min-height: 90px;
  gap: 0px;
  margin-left: 0px;
  position: relative;
  z-index: 1;
  /* Extra large devices */
}
.vs-header__right__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.vs-header__right__actions .vs-btn {
  margin-left: 10px;
}
@media (max-width: 1500px) {
  .vs-header__right {
    margin-right: 0;
    gap: 10px;
    margin-left: 0;
  }
}


@media (max-width: 992px) {
  .vs-header__right {
  
    display: none;
  }
}
.vs-header__right::before, .vs-header__right::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  clip-path: polygon(2% 0%, 100% 0, 100% 100%, 0% 100%);
  background-color: var(--white-color);
  transition: all 0.3s ease-in-out;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .vs-header__right::before, .vs-header__right::after {
    display: none;
  }
}
.vs-header__call {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: var(--title-color);
  font-weight: 500;
}
.vs-header__call i {
color: #002656;
}
.vs-header__call.style2:hover {
  color: #c6091d;
}
@media (max-width: 991px) {
  .vs-header .header-logo {
    padding: 15px 0;
  }
}
.vs-header.header-layout3 {
  background-color: rgba(0, 0, 0, 0.2);
}
.vs-header.header-layout3 .vs-sticky-header {
  border-bottom: transparent;
}
.vs-header.header-layout3 .header-right {
  display: inline-block;
  margin-left: auto;
  padding-bottom: 30px;
  border-bottom: 1px solid #686868;
}

.vs-sticky-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
}
.vs-sticky-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background-color: var(--title-color);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
}
.vs-sticky-header.sticky .header-logo {
  transform: translateY(0%);
  transition: all 0.3s ease-in-out;
}
.vs-sticky-header.sticky.stickyon {
  transform: translateY(-67px);
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
}
.vs-sticky-header.sticky.stickyon.sticky-hold {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
}

#sticky-placeholder {
  height: 0;
}

.navbar-wrap {
  display: flex;
  align-items: center;
}

.header-layout2 .vs-sticky-header {
  border-bottom: 0;
}
.header-layout2 .sticky {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 0;
}
.header-layout2 .sticky.sticky-hold .vs-header__right::before, .header-layout2 .sticky.sticky-hold .vs-header__right::after {
  opacity: 1;
}
.header-layout2 .navbar-wrap {
  min-height: 90px;
  height: auto;
  position: relative;
  /* Extra large devices */
  /* Medium devices */
}
.header-layout2 .navbar-wrap::after, .header-layout2 .navbar-wrap::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: var(--white-color);
  transition: all 0.3s ease-in-out;
  right: 0;
}
.header-layout2 .navbar-wrap::after {
background-color: #fff;
  left: 0;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .header-layout2 .navbar-wrap::after {
    width: 100%;
  }
}
@media (max-width: 1500px) {
  .header-layout2 .navbar-wrap::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-layout2 .navbar-wrap {
    background-color: transparent;
  }
}

.main-menu a {
  display: block;
  position: relative;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  color: #01000f;
}
.main-menu a:hover {
  color: #c6091d;
}
.main-menu > ul {
  display: flex;
  align-items: center;
  /* Large devices */
}
@media (max-width: 1199px) {
  .main-menu > ul {
    justify-content: center;
  }
}
.main-menu > ul > li {
  margin: 0 0px;
}
.main-menu > ul > li > a {
  padding: 27px 30px;
  color: var(--white-color);
  display: inline-flex;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  letter-spacing: 3.2px;
  font-weight: 400;
  text-transform: uppercase;
  /* Large devices */
}
@media (max-width: 1199px) {
  .main-menu > ul > li > a {
    padding: 20px 15px;
  }
}
.main-menu > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  width: 0%;
  right: 0;
  height: 1px;
  background-color: #c6091d;
  transition: all 0.3s ease-in-out;
}
.main-menu > ul > li > a .new-label {
  position: absolute;
  top: -10px;
  right: -27px;
  font-size: 11px;
  border-radius: 3px;
}
.main-menu > ul > li > a .has-new-lable {
  position: relative;
}
.main-menu > ul > li > a:hover::before {
  width: 100%;
  left: 0;
}
.main-menu > ul > li:first-child a {
  opacity: 1;
  /* Large devices */
}
@media (max-width: 1199px) {
  .main-menu > ul > li:first-child a {
    border-left: 0;
  }
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "+";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 1px;
  font-size: 13px;
  margin-right: -3px;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:last-child a {
  padding-right: 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .main-menu ul li:last-child a {
    padding: 20px 20px;
  }
}
.main-menu ul li:first-child {
  margin-left: 0;
}
.main-menu ul li:hover > ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}
.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  min-width: 190px;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  border-bottom: 3px solid #c6091d;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
  transform-origin: top center;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}
.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
  font-size: 16px;
  line-height: 30px;
}
.main-menu ul.sub-menu {
  padding: 18px 20px;
  left: 0px;
}
.main-menu ul.sub-menu:before {
  content: "";
  position: absolute;
  left: 34.5px;
  top: 30px;
  width: 1px;
  background-color: #ededed;
  height: calc(100% - 60px);
  opacity: 0;
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 3px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 3px;
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 21px;
}
.main-menu ul.sub-menu li a:before {
  content: "\f111";
  position: absolute;
  top: 9px;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.2em;
  line-height: 11.5px;
  color: #c6091d;
  font-weight: 700;
  background-color: #ffffff;
  box-shadow: inset 0px 2px 4px 0px rgba(173, 136, 88, 0.4);
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}
.main-menu .mega-menu-wrap {
  position: static;
}
.main-menu ul.mega-menu {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: var(--main-container);
  padding: 20px 15px 23px 15px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu ul.mega-menu .main-menu ul.mega-menu > li > ul > li > a {
  position: relative;
}
.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}
.main-menu ul.mega-menu li li {
  padding: 4px 0;
}
.main-menu ul.mega-menu li a {
  display: inline-block;
}
.main-menu ul.mega-menu > li > a {
  display: block;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  color: #01000f;
  border-color: #c6091d;
}
.main-menu ul.mega-menu > li > a::after, .main-menu ul.mega-menu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: #c6091d;
}
.main-menu ul.mega-menu > li > a::after {
  width: calc(100% - 20px);
  left: 20px;
}
.main-menu ul.mega-menu > li > a:hover {
  padding-left: 0;
}
.main-menu ul.mega-menu > li > ul > li > a:before {
  content: "\f105";
  font-family: var(--icon-font);
  font-weight: 400;
  margin: 0 10px 0 0;
}

.menu-style2 {
  padding: 0 40px;
  flex-grow: 1;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .menu-style2 {
    flex-grow: 1;
    padding: 0 15px;
  }
}
.menu-style2 > ul > li > a {
  padding: 32px 20px;
  border: none;
  color: var(--title-color);
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .menu-style2 > ul > li > a {
    padding: 32px 10px;
  color: #002659;
  }
}
.menu-style2 > ul > li > a::after {
  display: none;
}
.menu-style2 ul.mega-menu {
  left: 0;
  transform: translateX(0);
}

.menu-style3 > ul > li > a {
  border-left: 0;
}

.header-text {
  margin: 0;
  color: #01000f;
  display: flex;
  align-items: center;
}
.header-text i {
  margin-right: 10px;
}

a.header-text:hover {
  color: var(--white-color);
}

.header-info {
  display: flex;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #e7ebf3;
}
.header-info:nth-child(2) {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.header-info_icon {
  color: #c6091d;
  font-size: 24px;
  margin-right: 20px;
}
.header-info_label {
  font-size: 14px;
  color: var(--body-color);
  display: block;
  margin-bottom: 2px;
}
.header-info_link {
  color: #01000f;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.header-info_link a {
  color: inherit;
}
.header-info_link a:hover {
  color: #c6091d;
}

.header-search {
  display: flex;
  width: 340px;
  max-width: 100%;
}
.header-search input {
  flex: 1;
  border: none;
  padding: 0 20px 0 20px;
  height: 35px;
  width: 100%;
  border-radius: 4px;
  transition: all ease 0.4s;
}
.header-search button {
  border: none;
  background-color: #c6091d;
  color: #ffffff;
  font-size: 13px;
  width: 35px;
  height: 35px;
  border-radius: 4px;
}
.header-search button:hover {
  background-color: #01000f;
  color: #ffffff;
}
.header-search input:focus {
  padding: 0 20px 0 20px;
  background-color: var(--smoke-color);
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-links li {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
color: #002656;
  font-family: var(--title-font);
  padding: 0 30px 0 0;
  margin: 0 26px 0 0;
  border-right: 1px solid #cad4f1;
  line-height: 23px;
}
.header-links li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.header-links i {
  color: #c6091d;
  margin: 0 10px 0 0;
}
.header-links a {
color: #c6091d;
}
.header-links a:hover {
  color: #c6091d;
}
.header-links.style-white i,
.header-links.style-white li {
  color: #ffffff;
  border-color: #558eff;
}

.header-social .social-title {
  color: #01000f;
  display: inline-block;
}
.header-social a {
  display: inline-block;
  color: #01000f;
  margin-left: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
.header-social a:first-child {
  margin-left: 0;
}
.header-social a:hover {
  color: #ffffff;
}
.header-social.style-white .social-title,
.header-social.style-white a {
  color: #ffffff;
}
.header-social.style-white a:hover {
  color: #01000f;
}
.header-social.style2 a:hover {
  color: #c6091d;
}

.header-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.header-box {
  border: 10px solid #c6091d;
  background-color: #ffffff;
  padding: 20px;
}
.header-box__icon {
  border-radius: 5px;
  margin: 0 15px 0 0;
  font-size: 18px;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  display: inline-block;
  background-color: #c6091d;
  color: #ffffff;
}
.header-box__title {
  display: inline-block;
  color: #01000f;
  font-weight: 600;
  font-family: var(--title-font);
}
.header-box__number {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--title-font);
  font-size: 22px;
  font-weight: 700;
  color: #c6091d;
  margin: 15px 0 0 0;
}

.header-dropdown > .dropdown-toggle {
  color: #01000f;
}
.header-dropdown > .dropdown-toggle i {
  margin: 0 10px 0 0;
}
.header-dropdown > .dropdown-toggle:after {
  content: "\f107";
  font-family: var(--icon-font);
  border: none;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.header-dropdown > .dropdown-toggle:hover {
  color: #c6091d;
}
.header-dropdown ul.dropdown-menu {
  padding: 10px 15px;
  border: none;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
  margin: 0;
  margin-left: -15px !important;
  margin-top: 15px !important;
  width: -moz-max-content;
  width: max-content;
  min-width: auto;
  position: relative;
  z-index: 1;
  border: none;
}
.header-dropdown ul.dropdown-menu li {
  margin-bottom: 10px;
}
.header-dropdown ul.dropdown-menu li:last-child {
  margin-bottom: 0;
}
.header-dropdown ul.dropdown-menu a {
  display: block;
  margin: 0 0;
  width: -moz-max-content;
  width: max-content;
  padding: 2px 10px;
  color: #01000f;
  font-weight: 400;
  font-size: 14px;
}
.header-dropdown ul.dropdown-menu a:hover {
  color: #c6091d;
}
.header-dropdown ul.dropdown-menu a:first-child {
  margin-top: 0;
  padding-top: 0;
}
.header-dropdown ul.dropdown-menu a:last-of-type, .header-dropdown ul.dropdown-menu a:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.header-dropdown ul.dropdown-menu:before {
  content: "";
  position: absolute;
  left: 47px;
  top: -7px;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  z-index: -1;
  transform: rotate(45deg);
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
}
.header-dropdown.style-white > .dropdown-toggle {
  color: #ffffff;
}
.header-dropdown.style-white > .dropdown-toggle:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.7);
}

.login-tab {
  display: flex;
  border-radius: 9999px;
  position: relative;
  z-index: 1;
}
.login-tab:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  border: 2px solid #c6091d;
  z-index: -1;
}
.login-tab a {
  display: inline-block;
  color: #c6091d;
  background-color: transparent;
  font-family: var(--title-font);
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  padding: 18.5px 37px;
  line-height: 1;
  border-radius: inherit;
}
.login-tab a:hover, .login-tab a.active {
  color: #ffffff;
}
.login-tab .indicator {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  background-color: #c6091d;
  z-index: -1;
  transition: all ease 0.4s;
  border-radius: inherit;
}

/*------------------- 4.3. Footer  -------------------*/
.footer-copyright {
  margin-bottom: 0;
  text-align: center;
  background-color: rgba(50, 50, 50, 0.3);
  padding: 22px 15px;
  color: var(--white-color);
}
.footer-copyright a:hover {
  color: var(--white-color);
}
.footer-copyright.style2 {
  background-color: #c6091d;
}
.footer-copyright.style2 a {
  color: var(--white-color);
  position: relative;
  font-weight: 700;
}
.footer-copyright.style2 a::before {
  position: absolute;
  content: "";
  width: 0;
  left: auto;
  right: 0;
  height: 1px;
  background-color: var(--white-color);
  transition: all ease 0.4s;
  bottom: 0;
}
.footer-copyright.style2 a:hover {
  color: var(--white-color);
}
.footer-copyright.style2 a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.footer-layout1 {
  padding: 0 0 22px 0;
  position: relative;
  z-index: 1;
}
.footer-layout1 .overlay {
  background-color: var(--bg-color2);
  opacity: 90%;
  z-index: -1;
}
.footer-layout1 .overlay.style2 {
  background-color: var(--bg-color2);
}

.widget-area {
  padding: 80px 0;
}

.footer-layout2 {
background-color: #002656;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.footer-title {
  color: var(--white-color);
  font-size: 30px;
  font-weight: 400;
  padding: 0 0 15px 0;
  position: relative;
  margin: 0 0 25px 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  .footer-title {
    text-align: center;
  }
}
.footer-title::before, .footer-title::after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #c6091d;
  width: 71px;
  bottom: 0;
  left: 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  .footer-title::before, .footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.footer-title::after {
  width: 12px;
  left: 80px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .footer-title::after {
    display: none;
  }
}

.footer-menu2 ul {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 12px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .footer-menu2 ul {
    justify-content: center;
  }
}
.footer-menu2 ul li {
  display: block;
}
.footer-menu2 ul li a {
  color: var(--white-color);
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
.footer-menu2 ul li a::before {
  position: absolute;
  content: "\f105";
  font-family: var(--icon-font);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  line-height: 1;
  font-size: 17px;
  display: inline-flex;
}
.footer-menu2 ul li a:hover {
  color: #c6091d;
  transform: translateX(10px);
}

.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 269px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .sidebar-gallery {
    max-width: 100%;
  }
}
.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.sidebar-gallery .gallery-thumb img {
  transition: all ease 0.4s;
  width: 100%;
  transform: scale(1);
}
.sidebar-gallery .gallery-thumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c6091d;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.sidebar-gallery .gallery-thumb .gal-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--icon-size, 35px);
  height: var(--icon-size, 35px);
  margin: calc(var(--icon-size, 35px) / -2) 0 0 calc(var(--icon-size, 35px) / -2);
  text-align: center;
  font-size: 18px;
  color: var(--white-color);
  background-color: transparent;
  border-radius: 50%;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sidebar-gallery .gallery-thumb .gal-btn:hover {
  transform: scale(1);
  background-color: var(--white-color);
  color: #c6091d;
}
.sidebar-gallery .gallery-thumb:hover:before {
  opacity: 0.8;
  visibility: visible;
}
.sidebar-gallery .gallery-thumb:hover .gal-btn {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.1s;
}
.sidebar-gallery .gallery-thumb:hover img {
  transform: scale(1.12);
}

/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  margin: 0em 0 0em 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcumb-menu li {
  display: inline-block;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:after {
  content: "/";
  font-family: var(--title-font);
  position: relative;
  margin: 0 6px;
  color: var(--white-color);
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  word-break: break-word;
  font-weight: 400;
  font-size: 20px;
  color: #c6091d;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  font-family: var(--title-font);
}
.breadcumb-menu a {
  color: var(--white-color);
}
.breadcumb-menu a:hover {
  color: #c6091d;
}

.breadcumb-content {
  text-align: center;
}

.breadcumb-title {
  color: var(--white-color);
  margin: -0.3em 0 20px 0;
  max-width: 100%;
  width: 100%;
  font-size: 60px;
  line-height: 1.23;
  /* Medium devices */
}
@media (max-width: 991px) {
  .breadcumb-title {
    font-size: 40px;
  }
}

.breadcumb-wrapper {
  background-color: var(--title-color);
  position: relative;
  min-height: 514px;
  display: flex;
  align-items: flex-end;
  padding: 163px 0 120px;
  /* Medium devices */
}
.breadcumb-wrapper .breadcumb-element {
  position: absolute;
  width: 100%;
  height: 81px;
  bottom: 0;
  z-index: 1;
  opacity: 50%;
}
.breadcumb-wrapper .overlay {
background-color: #01000fd6;
  opacity: 85%;
}
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding-top: 135px;
    padding-bottom: 100px;
    min-height: 425px;
  }
}
.breadcumb-wrapper .breadcumb-shape {
  position: absolute;
  bottom: 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  .breadcumb-wrapper .breadcumb-shape {
    display: none;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-content {
    display: block;
  }
  .breadcumb-title {
    max-width: 100%;
  }
  .breadcumb-menu {
    margin-top: 15px;
  }
}
/*------------------- 4.5. Pagination  -------------------*/
.vs-pagination {
  margin-bottom: 30px;
}
.vs-pagination ul {
  margin: 0;
  padding: 0;
}
.vs-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}
.vs-pagination li:last-child {
  margin-right: 0;
}
.vs-pagination li:first-child {
  margin-left: 0;
}
.vs-pagination span,
.vs-pagination a {
  display: inline-block;
  font-family: var(--body-font);
  color: #01000f;
  text-align: center;
  position: relative;
  border: none;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-weight: 400;
  font-size: 20px;
  z-index: 1;
  background-color: #F5F9FF;
  border-radius: 5px;
}
.vs-pagination span.active, .vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
  color: #ffffff;
  background-color: #c6091d;
  box-shadow: none;
}

.post-pagination {
  border-top: 1px solid var(--vs-border-color);
  border-bottom: 1px solid var(--vs-border-color);
  padding: 40px 0;
  margin: 40px 0 30px;
}

.post-pagi-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.post-pagi-box > a {
  color: #01000f;
  font-weight: 600;
  font-size: 16px;
  font-family: var(--title-font);
}
.post-pagi-box > a:hover {
  color: #c6091d;
}
.post-pagi-box img {
  width: 80px;
  margin-right: 25px;
}
.post-pagi-box.next {
  flex-direction: row-reverse;
  text-align: right;
}
.post-pagi-box.next img {
  margin-right: 0;
  margin-left: 25px;
}
.post-pagi-box .post-pagi-icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #c6091d;
  color: var(--white-color);
  border-radius: 50%;
  font-size: 20px;
}
.post-pagi-box .post-pagi-icon:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.post-pagi-box .post-pagi-title {
  font-size: 20px;
  margin-bottom: 6px;
}
.post-pagi-box .post-pagi-title a {
  color: var(--title-color);
  font-weight: 600;
}
.post-pagi-box .post-pagi-title a:hover {
  color: #c6091d;
}
@media (max-width: 991px) {
  .post-pagi-box .post-pagi-title {
    font-size: 18px;
  }
}
.post-pagi-box .post-pagi-control {
  color: var(--body-color);
  font-weight: 500;
}
.post-pagi-box .post-pagi-control:hover {
  color: #c6091d;
}

.pagi-icon {
  color: #f0f0f0;
  font-size: 40px;
}

/* Small devices */
@media (max-width: 767px) {
  .vs-pagination span,
  .vs-pagination a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding: 0 10px;
  }
  .post-pagi-box > a {
    font-size: 12px;
  }
  .post-pagi-box img {
    width: 40px;
    margin-right: 15px;
  }
  .post-pagi-box.next img {
    margin-right: 0;
    margin-left: 15px;
  }
}
/*------------------- 4.6. Blog  -------------------*/
blockquote {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--title-font);
  color: #01000f;
  background-color: var(--quote-bg, #eff1f5);
  border-left: 4px solid #c6091d;
  padding: 43px 50px 42px 35px;
  margin: 35px 0;
}
blockquote p {
  font-family: inherit;
  color: inherit;
  z-index: 3;
  width: 100%;
  margin-bottom: 0 !important;
  line-height: 1.5;
  position: relative;
}
blockquote:before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  right: 40px;
  bottom: 30px;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
  color: #c6091d;
  opacity: 0.3;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p a {
  color: inherit;
}
blockquote cite {
  color: #c6091d;
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-left: 45px;
  line-height: 1;
  margin-top: 20px;
  font-style: normal;
}
blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 30px;
  height: 2px;
  border-top: 2px solid #c6091d;
}

blockquote.vs-quote {
  padding: 30px 60px 30px 30px;
  display: flex;
  align-items: center;
  border: 0;
  background-color: var(--light-color1);
  gap: 25px;
  border-radius: 10px;
  margin: 26px 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  blockquote.vs-quote {
    padding: 15px;
  }
}
blockquote.vs-quote .quote-icon {
  min-width: 68px;
  height: 68px;
  background-color: #c6091d;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
blockquote.vs-quote p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
blockquote.vs-quote:before {
  position: relative;
  bottom: 0;
  right: 0;
  font-weight: 300;
  opacity: 1;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #c6091d;
  color: #ffffff;
  font-size: 34px;
  display: inline-block;
  margin: 0 0 28px 0;
  border-radius: 50%;
  display: none;
}
blockquote.vs-quote cite {
  padding: 0;
  margin-top: 23px;
}
blockquote.vs-quote cite::before {
  display: none;
}
blockquote.vs-quote .quote-author {
  display: block;
  font-size: 14px;
  color: #74787c;
  font-family: var(--title-font);
  display: block;
  font-weight: 400;
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  margin-right: 16px;
  font-size: 16px;
  color: #8b919c;
}
.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
}
.blog-meta span i,
.blog-meta a i {
  margin-right: 10px;
  color: #c6091d;
}
.blog-meta a:hover {
  color: #c6091d;
}

.blog-category {
  margin-bottom: -10px;
}
.blog-category a {
  display: inline-block;
  color: #ffffff;
  padding: 4.5px 24.5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  background-color: #c6091d;
}
.blog-category a:hover {
  background-color: #ffffff;
  color: var(--body-color);
  border-color: #c6091d;
}

.blog-title a {
  color: inherit;
}
.blog-title a:hover {
  color: #c6091d;
}

.vs-blog {
  margin-bottom: 30px;
}
.vs-blog--style2 {
  border: 1px solid var(--vs-border-color);
  padding: 30px 0 0px 0;
}
.vs-blog--style2 .vs-blog__date {
  display: inline-block;
  background-color: #c6091d;
  color: var(--title-color);
  padding: 7px 18px;
  letter-spacing: 0.3px;
  font-weight: 500;
  margin: 0 0 0 -1px;
}
.vs-blog--style2 .vs-blog__title {
  font-size: 20px;
  padding: 20px 30px 15px 30px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.34px;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .vs-blog--style2 .vs-blog__title {
    padding: 20px 20px 15px 20px;
  }
}
@media (max-width: 767px) {
  .vs-blog--style2 .vs-blog__title {
    padding: 20px 10px 15px 10px;
    font-size: 18px;
  }
}
.vs-blog--style2 .vs-blog__title--link {
  color: var(--title-color);
  display: inline-block;
}
.vs-blog--style2 .vs-blog__title--link:hover {
  color: #c6091d;
}
.vs-blog--style2 .vs-blog__img--container {
  text-align: right;
  margin: -1px;
  position: relative;
  z-index: 1;
}
.vs-blog--style2 .vs-blog__img--container::before {
  background-color: var(--title-color);
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  transform: rotateX(-90deg);
  transform-origin: 50% 50%;
  opacity: 0;
  visibility: hidden;
}
.vs-blog--style2 .vs-blog__img--link {
  display: inline-block;
  width: 100%;
}
.vs-blog--style2 .vs-blog__img--overlay {
  position: absolute;
  transition: all 0.2s ease-out;
  top: 50%;
  left: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  text-align: center;
}
.vs-blog--style2 .vs-blog__img--main {
  width: 100%;
}
.vs-blog--style2 .vs-blog__link {
  display: inline-flex;
  font-weight: 500;
  position: relative;
  align-items: center;
  gap: 21px;
}
.vs-blog--style2 .vs-blog__link::before {
  content: "";
  width: 38px;
  height: 1px;
  background-color: #c6091d;
  display: inline-block;
}
.vs-blog--style2 .vs-blog__link:hover {
  color: var(--white-color);
}
.vs-blog--style3 {
  padding: 40px;
  background-color: var(--bg-color4);
  transition: all 0.3s ease-in-out;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-blog--style3 {
    padding: 15px;
  }
}
.vs-blog--style3 .vs-blog__title {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  font-weight: 400;
  margin: 0 0 18px 0;
  padding: 0 0 16px 0;
  position: relative;
  text-align: center;
}
.vs-blog--style3 .vs-blog__title::after {
  position: absolute;
  content: "";
  width: 114px;
  height: 1px;
  background-color: var(--white-color);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.vs-blog--style3 .vs-blog__title--link {
  color: var(--white-color);
}
.vs-blog--style3 .vs-blog__title--link:hover {
  color: #c6091d;
}
.vs-blog--style3 .vs-blog__date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  font-size: 14px;
  color: var(--white-color);
  margin: 0 0 20px 0;
}
.vs-blog--style3 .vs-blog__date i {
  color: #c6091d;
}
.vs-blog--style3 .vs-blog__img {
  margin: 0 0 25px 0;
  overflow: hidden;
}
.vs-blog--style3 .vs-blog__img img {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.vs-blog--style3 .vs-blog__img--link {
  display: inline-block;
  width: 100%;
}
.vs-blog--style3 .vs-blog__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 15px 0;
}
.vs-blog--style3 .vs-blog__meta--link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--vs-border-color);
}
.vs-blog--style3 .vs-blog__meta--link i {
  color: #c6091d;
}
.vs-blog--style3 .vs-blog__meta--link:hover {
  color: #c6091d;
}
.vs-blog--style3 .vs-blog__text {
  text-align: center;
  color: var(--vs-border-color);
  margin: 0 0 20px 0;
}
.vs-blog--style3:hover {
  background-color: var(--title-color);
}
.vs-blog--style3:hover .vs-btn {
  background-color: #c6091d;
  color: var(--title-color);
}
.vs-blog--style3:hover .vs-btn span {
  background-color: var(--title-color);
}
.vs-blog--style3:hover .vs-blog__img img {
  transform: scale3d(1, 1, 1);
  transition: all 0.4s ease-in-out;
}
.vs-blog:hover .vs-blog__img--container::before {
  transform: rotateX(0);
  opacity: 0.9;
  visibility: visible;
}
.vs-blog:hover .vs-blog__img--overlay {
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.2s ease-out;
  transition-delay: 0.2s;
  visibility: visible;
}

.blog-inner-title {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 400;
}

.blog-single {
  position: relative;
  margin-bottom: 40px;
  padding: 0.1px 0 0.1px 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .blog-single {
    margin-bottom: 20px;
  }
}
.blog-single .blog-meta {
  margin: -0.2em 0 10px 0;
}
.blog-single .blog-title {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 400;
  /* Medium devices */
}
@media (max-width: 991px) {
  .blog-single .blog-title {
    font-size: 26px;
  }
}
.blog-single p {
  letter-spacing: 0.3px;
  margin: 0 0 20px 0;
}
.blog-single .link-btn {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-top: 26px;
}
.blog-single .blog-date {
  color: var(--body-color);
}
.blog-single .blog-date i {
  color: #c6091d;
  margin: 0 10px 0 0;
}
.blog-single .share-links-title {
  font-size: 16px;
  font-weight: 600;
  color: #01000f;
  font-family: var(--title-font);
  margin: 0 15px 0 0;
  display: inline-block;
}
.blog-single .share-links {
  margin: 16px 0 0 0;
}
.blog-single .share-links .row {
  align-items: center;
  --bs-gutter-y: 15px;
}
.blog-single .share-links .tagcloud {
  display: inline-block;
}
.blog-single .share-links .tagcloud a {
  padding: 0;
  border-radius: 0;
  color: var(--body-color);
}
.blog-single .share-links .tagcloud a:not(:last-child):after {
  content: ",";
}
.blog-single .social-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}
.blog-single .social-links li {
  display: inline-block;
  margin-right: 13px;
}
.blog-single .social-links li:last-child {
  margin-right: 0;
}
.blog-single .social-links a {
  line-height: 1;
  font-size: 16px;
  color: var(--body-color);
  text-align: center;
  display: block;
}
.blog-single .social-links a:hover {
  color: #c6091d;
}
.blog-single .blog-content {
  margin: var(--blog-space-y, 40px) var(--blog-space-x, 40px) var(--blog-space-y, 40px) var(--blog-space-x, 40px);
  padding: 0;
  position: relative;
  border-radius: 0 0 5px 5px;
}
.blog-single .blog-audio {
  line-height: 1;
}
.blog-single .blog-audio,
.blog-single .blog-img {
  position: relative;
  margin-bottom: 30px;
}
.blog-single .blog-audio img,
.blog-single .blog-audio > *,
.blog-single .blog-img img,
.blog-single .blog-img > * {
  border-radius: 10px;
}
.blog-single .blog-img .slick-arrow {
  --pos-x: 30px;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #c6091d;
  color: #ffffff;
  border-radius: 5px;
}
.blog-single .blog-img .slick-arrow:hover {
  background-color: #c6091d;
  color: #ffffff;
}
.blog-single .blog-img .play-btn {
  --icon-size: 80px;
  --icon-font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}
.blog-single .blog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(var(--theme-color-rgb), 10%);
  border-bottom: 1px solid rgba(var(--theme-color-rgb), 10%);
  flex-wrap: wrap;
  row-gap: 15px;
}
.blog-single .blog-footer .blog-small-title {
  font-size: 20px;
  color: var(--title-color);
  font-weight: 400;
  font-family: var(--title-font);
}
.blog-single .tagcloud.style2 {
  gap: 15px;
}
.blog-single .tagcloud.style2 a {
  background-color: var(--light-color1);
  color: var(--title-color);
  border-radius: 0;
  padding: 13px 32px;
}
.blog-single .tagcloud.style2 a:hover {
  background-color: #c6091d;
}
.blog-single .tagcloud.style2 .list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.blog-single .blog-social {
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog-single .blog-social a {
  --icon-size: 38px;
  width: var(--icon-size);
  height: var(--icon-size);
  min-width: var(--icon-size);
  min-height: var(--icon-size);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--light-color1);
  border-radius: 50%;
  color: var(--title-color);
}
.blog-single .blog-social a:hover {
  background-color: #c6091d;
  color: var(--white-color);
}
.blog-single .blog-social .list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.blog-author {
  background-color: var(--smoke-color);
  padding: 30px;
  display: flex;
  align-items: center;
  margin: var(--blog-space-y, 60px) 0;
}
.blog-author .media-img {
  width: 189px;
  margin: 0 30px 0 0;
}
.blog-author .author-name {
  font-size: 24px;
  font-weight: 700;
  margin: -0.3em 0 0px 0;
}
.blog-author .author-degi {
  color: #c6091d;
}
.blog-author .author-text {
  margin: 0 0 -0.1em 0;
}

.blog-details .blog-single {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.blog-details .blog-img {
  margin: 0 0 40px 0;
}
.blog-details .blog-img img {
  border-radius: 0;
}
.blog-details .blog-content {
  margin: 0;
}

.blog-style1,
.blog-style2 {
  background-color: var(--white-color);
  max-width: 364px;
  margin-bottom: 0px;
}
.blog-style1 .blog-meta,
.blog-style2 .blog-meta {
  margin: 0 0 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c6091d;
  gap: 10px;
  font-size: 14px;
}
.blog-style1 .blog-meta a,
.blog-style1 .blog-meta span,
.blog-style2 .blog-meta a,
.blog-style2 .blog-meta span {
  color: #c6091d;
  margin-right: 0;
  font-size: 14px;
}
.blog-style1 .blog-content,
.blog-style2 .blog-content {
  padding: 10px 30px 0;
  text-align: center;
}
.blog-style1 .blog-title,
.blog-style2 .blog-title {
  font-size: 20px;
  font-weight: 400;
  margin: -2px 0 0px 0;
  line-height: 1.4;
}
@media (max-width: 1399px) {
  .blog-style1 .blog-title,
  .blog-style2 .blog-title {
    padding: 0 15%;
  }
}
@media (max-width: 1199px) {
  .blog-style1 .blog-title,
  .blog-style2 .blog-title {
    padding: 0 0;
  }
}

@media (max-width: 1399px) {
  .blog-style1 {
    max-width: 100%;
  }
}
.blog-style1 .blog-img {
  height: 200px;
  overflow: hidden;
}
.blog-style1 .blog-img img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: none;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .blog-style1 .blog-img img {
    width: 100%;
  }
}
.blog-style1:hover .blog-img {
  overflow: hidden;
}
.blog-style1:hover .blog-img img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.blog-style2 {
  max-width: 531px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .blog-style2 {
    max-width: 100%;
  }
}
.blog-style2 .blog-img {
  overflow: hidden;
}
.blog-style2 .blog-img img {
  transform: none;
  transition: all 0.3s ease-in-out;
  /* Medium devices */
}
@media (max-width: 991px) {
  .blog-style2 .blog-img img {
    width: 100%;
    height: 524px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.blog-style2:hover .blog-img {
  overflow: hidden;
}
.blog-style2:hover .blog-img img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

/*------------------- 4.7. Comments  -------------------*/
.comment-respond {
  position: relative;
  margin: var(--blog-space-y, 0px) 0 var(--blog-space-y, 0px) 0;
}
.comment-respond .form-title a#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline;
}
.comment-respond .custom-checkbox.notice {
  margin-top: 10px;
  margin-bottom: 25px;
}
.comment-respond .row {
  --bs-gutter-x: 30px;
}
.comment-respond .form-control {
  background-color: var(--white-color);
  border: none;
  height: 58px;
  padding: 20px 30px 20px 20px;
  font-size: 12px;
  border-radius: 7px;
}
.comment-respond .form-group > i {
  top: 20.5px;
}
.comment-respond input[type=checkbox] ~ label:before {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 3px;
}
.comment-respond input[type=checkbox]:checked ~ label:before {
  background-color: #c6091d;
  border-color: transparent;
}
.comment-respond .blog-inner-title {
  margin-bottom: 10px;
}
.comment-respond .form-text {
  margin-bottom: 25px;
  font-size: 16px;
}
.comment-respond .form-inner {
  background-color: var(--vs-border-color);
  padding: 30px 40px 40px 40px;
  border-radius: 20px;
}
.comment-respond .vs-btn {
  width: 100%;
  letter-spacing: 0.3px;
  font-weight: 600;
  color: var(--title-color);
  border-radius: 7px;
}
.comment-respond .vs-btn:hover {
  color: var(--white-color);
}

.question-form .comment-respond,
.review-form .comment-respond {
  margin: 0 0 20px 0;
}
.question-form .form-control,
.review-form .form-control {
  background-color: transparent;
  border: 1px solid #e4e4e4;
}
.question-form .rating-select,
.review-form .rating-select {
  display: flex;
  align-items: center;
}
.question-form .rating-select label,
.review-form .rating-select label {
  font-weight: 500;
  color: #01000f;
}

.review-form {
  display: none;
}

.vs-comments-wrap {
  margin: var(--blog-space-y, 50px) 0 var(--blog-space-y, 60px) 0;
}
.vs-comments-wrap .description p:last-child {
  margin-bottom: 0;
}
.vs-comments-wrap .comment-respond {
  margin: 30px 0;
}
.vs-comments-wrap pre {
  background: #ededed;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.vs-comments-wrap blockquote {
  background-color: #eaf8f9;
}
.vs-comments-wrap li {
  margin: 0;
}
.vs-comments-wrap .vs-post-comment {
  display: flex;
  position: relative;
  padding: 0 0 0px 0;
  margin: 20px 0 30px 0;
}
.vs-comments-wrap ul.comment-list {
  list-style: none;
  margin: 0px 0 0 0;
  padding: 0;
}
.vs-comments-wrap ul.comment-list ul ul,
.vs-comments-wrap ul.comment-list ul ol,
.vs-comments-wrap ul.comment-list ol ul,
.vs-comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}
.vs-comments-wrap ul.comment-list .vs-comment-item:last-child .vs-post-comment {
  margin-bottom: 0;
}
.vs-comments-wrap .comment-avater {
  width: 80px;
  height: 80px;
  margin-right: 30px;
  overflow: hidden;
  background-color: var(--white-color);
  border-radius: 7px;
}
.vs-comments-wrap .comment-avater img {
  width: 100%;
}
.vs-comments-wrap .comment-content {
  flex: 1;
  position: relative;
}
.vs-comments-wrap .comment-content .comment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vs-comments-wrap .commented-on {
  font-size: 16px;
  display: flex;
  font-weight: 400;
  align-items: center;
  color: var(--body-color);
  margin-bottom: 10px;
}
.vs-comments-wrap .commented-on i {
  margin-right: 11px;
  font-size: 14px;
  color: #c6091d;
}
.vs-comments-wrap .name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}
.vs-comments-wrap .comment-top {
  display: flex;
  justify-content: space-between;
}
.vs-comments-wrap .text:last-of-type {
  margin-bottom: 0;
}
.vs-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 70px;
}
.vs-comments-wrap .reply_and_edit {
  position: absolute;
  right: 0;
  top: 15px;
  line-height: 1;
}
.vs-comments-wrap .replay-btn {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  font-family: var(--body-font);
  color: var(--white-color);
  background-color: var(--title-color);
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 3px;
  line-height: 1;
}
.vs-comments-wrap .replay-btn:hover {
  color: #01000f;
  background-color: #c6091d;
}
.vs-comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px;
}

.vs-comments-wrap.vs-comment-form {
  margin: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-comments-wrap .vs-post-comment {
    display: block;
  }
  .vs-comments-wrap .star-rating {
    position: relative;
    top: 0;
    right: 0;
  }
  .vs-comments-wrap .comment-top {
    display: block;
  }
  .vs-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .vs-comments-wrap .children {
    margin-left: 40px;
  }
  .vs-comments-wrap .reply_and_edit {
    position: relative;
    top: 0;
    margin: 15px 0 0 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .vs-comments-wrap .children {
    margin-left: 20px;
  }
  .vs-comments-wrap .name {
    font-size: 18px;
  }
  .comment-respond .form-inner {
    padding: 30px 15px;
  }
}
/*------------------- 4.8. Hero Area  -------------------*/
.vs-banner {
  position: relative;
  z-index: 1;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-banner__content {
    text-align: center;
  }
}
.vs-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--title-color);
  z-index: -1;
  min-height: 910px;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .vs-banner__bg {
    min-height: 790px;
  }
}
@media (max-width: 991px) {
  .vs-banner__bg {
    min-height: 675px;
  }
}
@media (max-width: 767px) {
  .vs-banner__bg {
    min-height: 90%;
  }
}
.vs-banner__overlay-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.vs-banner__inner {
  padding: 253px 0 0 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-banner__inner {
    padding: 230px 0 0 0;
  }
}
.vs-banner__subtitle {
  color: #c6091d;
  font-family: var(--title-font);
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 2px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-banner__subtitle {
    letter-spacing: 1px;
    font-size: 16px;
  }
}
.vs-banner__title {
  color: var(--white-color);
  text-transform: uppercase;
  letter-spacing: 4.5px;
  font-weight: 600;
  line-height: 1.47;
  margin: 0 0 27px 0;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .vs-banner__title {
    letter-spacing: 3px;
  }
}
@media (max-width: 575px) {
  .vs-banner__title {
    letter-spacing: 2px;
    font-size: 25px;
  }
}
.vs-banner__title span {
  color: #c6091d;
}
.vs-banner__title img {
  margin-top: -30px;
  border-radius: 100px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-banner__title img {
    margin-top: 15px;
  }
}
.vs-banner__buttons {
  display: flex;
  align-items: center;
  gap: 50px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-banner__buttons {
    flex-direction: column;
    gap: 20px;
  }
}
.vs-banner__buttons .vs-btn::before, .vs-banner__buttons .vs-btn::after {
  background-color: var(--white-color);
}
.vs-banner__buttons .vs-btn:hover {
  color: var(--title-color);
}
.vs-banner__buttons .vs-btn:hover span {
  background-color: var(--title-color);
}
.vs-banner__buttons .play-btn::before, .vs-banner__buttons .play-btn::after {
  background-color: var(--white-color);
}
.vs-banner__buttons .play-btn > i {
  background-color: var(--title-color);
  border: 2px solid var(--white-color);
  padding-left: 8px;
}
.vs-banner__buttons .play-btn:hover::before, .vs-banner__buttons .play-btn:hover::after {
  background-color: #c6091d;
}
.vs-banner__buttons .play-btn:hover > i {
  border: 2px solid #c6091d;
}
.vs-banner__text {
  font-size: 18px;
}
.vs-banner__img {
  padding-top: 73px;
}
.vs-banner--style2::before, .vs-banner--style2::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.vs-banner--style2::before {
background-color: rgba(255, 255, 255, 0);
  z-index: -2;
}
.vs-banner--style2::after {
  background-color: rgba(1, 0, 15, 0.05);
  z-index: -1;
}
.vs-banner--style2 .vs-banner__inner {
  padding: 140px 0 90px 0;
}
.vs-banner--style2 .vs-banner__title {
color: #002656;
  margin: 0 0 15px 0;
	margin-top: 50px;
}
.vs-banner--style2 .vs-banner__img {
  padding-top: 0;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-banner--style2 .vs-banner__img img {
    margin-bottom: 30px;
  }
}
.vs-banner--style2 .vs-banner__img--style2 {
  margin: 0px -83px 0 0;
  padding: 70px 55px 0 55px;
  position: relative;
  z-index: 1;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .vs-banner--style2 .vs-banner__img--style2 {
    margin: 0 0 0 0;
  }
}
.vs-banner--style2 .vs-banner__img--style2 .vs-banner__img2 {
  height: 503px;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
background-color: #002656;
  right: 0;
}
.vs-banner--style2 .vs-banner__link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vs-banner--style2 .vs-banner__link::before, .vs-banner--style2 .vs-banner__link::after {
  background-color: #c6091d;
  border: 1px solid rgba(#c6091d, 30%);
}
.vs-banner--style2 .vs-banner__text {
  padding-right: 0px;
  margin-bottom: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-banner--style2 .vs-banner__text {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.vs-banner--style3 .vs-banner__inner {
  display: flex;
  align-items: center;
  padding-bottom: 182px;
  padding-top: 356px;
  min-height: 877px;
  position: relative;
  z-index: 1;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-banner--style3 .vs-banner__inner {
    padding-bottom: 182px;
    padding-top: 140px;
    min-height: 715px;
  }
}
.vs-banner--style3 .vs-banner__inner .overlay {
  background-color: var(--title-color);
  opacity: 0.4;
  z-index: -1;
}
.vs-banner--style3 .vs-banner__settings {
  position: absolute;
  bottom: 30px;
  right: 0px;
  left: auto;
  max-width: 500px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-banner--style3 .vs-banner__settings {
    left: 50%;
    transform: translateX(-50%);
  }
}
.vs-banner--style3 .vs-banner__settings .slick-slide {
  margin-right: 20px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-banner--style3 .vs-banner__settings .slick-slide {
    margin-right: 0;
  }
}
.vs-banner--style3 .vs-banner__tab-item {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.65);
  gap: 15px;
  padding: 10px;
  min-width: 210px;
  transition: all 0.3s ease-in-out;
}
.vs-banner--style3 .vs-banner__tab-item img {
  max-width: 65px;
}
.vs-banner--style3 .vs-banner__tab-item h2 {
  font-size: 14px;
  margin-bottom: 0;
}
.vs-banner--style3 .slick-slide.slick-current.slick-active .vs-banner__tab-item {
  background-color: #ffb400;
}

.slick-status {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--white-color);
  font-family: var(--title-font);
  margin: 0 0 20px 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  .slick-status {
    justify-content: center;
  }
}
.slick-status__active, .slick-status__total {
  transition: all 0.3s ease-in-out;
  min-width: 14px;
}
.slick-status .vs-custom-dots {
  display: flex;
}
.slick-status .vs-custom-dots button {
  width: 37px;
  height: 5px;
  background-color: #ffffff;
  border: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.slick-status .vs-custom-dots button.active {
  width: 175px;
  background-color: #c6091d;
}

/*------------------- 4.9. Error  -------------------*/
/*------------------- 4.10. Feature  -------------------*/
.vs-feature {
  background-color: rgba(1, 0, 15, 0.2);
  padding: 40px;
  position: relative;
  transition: all 0.3s ease-in-out;
  border-top: 2px solid #c6091d;
}
.vs-feature__cate {
  display: inline-block;
  color: var(--vs-border-color);
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin: 0 0 2px 0;
}
.vs-feature__cate:hover {
  color: #c6091d;
}
.vs-feature__title {
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 25px 0;
}
.vs-feature__title--link {
  color: var(--white-color);
}
.vs-feature__title--link:hover {
  color: #c6091d;
}
.vs-feature__link {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.08);
  font-size: 30px;
  font-family: var(--title-font);
  color: #c6091d;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}
.vs-feature__link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #c6091d;
  opacity: 0;
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center center;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: -1;
}
.vs-feature__link:hover {
  color: var(--title-color);
  background-color: #c6091d;
}
.vs-feature__link:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  border-radius: 0;
  transform-origin: center center;
}
.vs-feature__text {
  letter-spacing: 0.3px;
}
.vs-feature__icon--container {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 1;
}
.vs-feature__icon--main {
  transition: all 0.4s ease;
}
.vs-feature__icon--hover {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: scale(0);
  visibility: hidden;
  transition: all 0.4s ease;
}
.vs-feature:hover {
  background-color: var(--title-color);
  transition: all 0.4s ease;
}
.vs-feature:hover .vs-feature__link {
  background-color: #c6091d;
  color: var(--title-color);
  transition: all 0.4s ease;
}
.vs-feature:hover .vs-feature__link:hover {
  background-color: var(--white-color);
  color: var(--title-color);
  transition: all 0.4s ease;
}
.vs-feature:hover .vs-feature__icon--main {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.vs-feature:hover .vs-feature__icon--hover {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
}
.vs-feature:hover .vs-feature__title--link {
  color: #c6091d;
}

/*------------------- 4.11. About  -------------------*/
.about-subtitle {
  font-size: 20px;
  font-weight: 400;
}

.img-box1 {
  position: relative;
}
.img-box1 .img1 {
  border-top-left-radius: 200px;
  /* Small devices */
}
@media (max-width: 767px) {
  .img-box1 .img1 {
    border-top-left-radius: 0;
  }
}

.number-card {
  background-color: #c6091d;
  position: absolute;
  top: 0;
  text-align: center;
  max-width: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-height: 250px;
  border: 14px solid var(--white-color);
  right: 40px;
  transform: translateY(-80px);
  /* Small devices */
}
@media (max-width: 767px) {
  .number-card {
    right: 0px;
    transform: translateY(0px);
    min-height: 145px;
    position: relative;
    margin: -30px auto 0 auto;
  }
}
.number-card .card-title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  /* Small devices */
}
@media (max-width: 767px) {
  .number-card .card-title {
    font-size: 50px;
  }
}
.number-card .card-subtitle {
  font-weight: 400;
}

.about-row {
  display: flex;
  margin-right: -100%;
  padding-right: 83%;
  justify-content: space-between;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .about-row {
    margin-right: 0;
    padding-right: 0;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .about-row {
    margin-right: 0;
    padding-right: 0;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
  }
}

.about-col.about-col-1 {
  max-width: 324px;
}
.about-col.about-col-2 {
  max-width: 313px;
}
.about-col.about-col-3 {
  max-width: 190px;
}

.our-rating {
  padding: 30px 20px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
  text-align: center;
}
.our-rating h3 {
  font-size: 30px;
  margin: 0 0 20px 0;
  font-weight: 400;
}

.about-marquee {
  margin-top: -86px;
  z-index: -1;
  position: relative;
  /* Medium devices */
}
@media (max-width: 991px) {
  .about-marquee {
    margin-top: 0px;
  }
}
.about-marquee__text {
  overflow: clip;
}
.about-marquee__track {
  display: flex;
  gap: 60px;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;
}
.about-marquee__track p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 78px;
  line-height: 1.3;
  font-weight: 600;
  font-family: var(--title-font);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.progress-box {
  margin: 0 0 25px 0;
}
.progress-box:last-child {
  margin: 0 0 0px 0;
}
.progress-box__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 17px;
}
.progress-box__number, .progress-box__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  font-family: var(--title-font);
  color: var(--white-color);
  display: inline-block;
  margin: 0 0 0px 0;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.progress-box__number.style2, .progress-box__title.style2 {
  color: #01000f;
}
.progress-box__number {
  float: right;
  color: #c6091d;
}
.progress-box__progress {
  border: 1px solid #c6091d;
  height: 5px;
  border-radius: 0;
  border-top: 2px solid #c6091d;
}
.progress-box__bar {
  height: 100%;
  background-color: #c6091d;
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.17);
  border-radius: 5px;
}

.vs-about__title {
  font-weight: 400;
  font-size: 30px;
  max-width: 75%;
  margin: 0 0 25px 0;
  /* Extra large devices */
}
.vs-about__title span {
  color: #c6091d;
}
@media (max-width: 1500px) {
  .vs-about__title {
    max-width: 100%;
  }
}
.vs-about__desc {
  margin: 0 0 27px 0;
  max-width: 74%;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .vs-about__desc {
    max-width: 100%;
  }
}

/*------------------- 4.12. Service  -------------------*/
.service-layout {
  padding-bottom: 30px;
}
.service-layout .overlay {
  background-color: #c6091d;
  height: 530px;
  z-index: -1;
  top: auto;
  bottom: 0;
  opacity: 10%;
  /* Medium devices */
}
@media (max-width: 991px) {
  .service-layout .overlay {
    height: 10%;
  }
}

.service-layout2 {
  background-color: var(--light-color1);
}

.service-card {
  display: flex;
  gap: 30px;
  padding: 35px 40px 35px 30px;
  align-items: center;
  position: relative;
  z-index: 1;
  background-color: var(--white-color);
  border: 1px solid #c6091d;
  transition: all 0.3s ease-in-out;
  /* Extra large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1500px) {
  .service-card {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .service-card {
    gap: 5px;
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .service-card {
    gap: 15px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .service-card {
    max-width: 100%;
    min-height: auto;
  }
}
.service-card .service-icon {
  flex: none;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c6091d;
  transition: all 0.3s ease-in-out;
}
.nav-link.active .service-card .service-icon {
  background-color: var(--white-color);
}
.service-card .service-title {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .service-card .service-title {
    font-size: 18px;
  }
}
.service-card .service-title a {
  color: var(--title-color);
}
.nav-link.active .service-card, .service-card:hover {
  background-color: #c6091d;
}
.service-card:hover .service-icon {
  background-color: var(--white-color);
}
.service-card:hover .service-title a:hover {
  color: var(--white-color);
}

.service-tab {
  position: relative;
  /* Medium devices */
  /* Small devices */
}
.service-tab .nav-tabs {
  border-bottom: 0;
  margin-bottom: 50px;
  row-gap: 30px;
}
@media (max-width: 991px) {
  .service-tab .nav-tabs {
    row-gap: 15px;
  }
}
.service-tab .nav-item .nav-link {
  padding: 0;
  border: 1px solid transparent;
  border-radius: 0;
  margin-bottom: 0px;
  background-color: transparent;
  border-top: 0;
  position: relative;
  width: 100%;
  /* Small devices */
}
@media (max-width: 767px) {
  .service-tab .nav-item .nav-link {
    width: 100%;
  }
}
.service-tab .nav-item .nav-link.active .service-card::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQyIiBoZWlnaHQ9IjE0MCIgdmlld0JveD0iMCAwIDI0MiAxNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDI2TDI0MiAwVjE0MEgwVjI2WiIgZmlsbD0iI0ZGQjQwMCIvPgo8L3N2Zz4K");
}
@media (max-width: 767px) {
  .service-tab .nav-item {
    width: 100%;
  }
}

.tab-title {
  max-width: 60%;
  margin: -0.25em 0 20px 0;
  font-weight: 400;
  line-height: 1.2;
}

/* Large devices */
@media (max-width: 1199px) {
  .tab-title {
    max-width: 100%;
  }
}
.service-list2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: -5px;
  padding-top: 40px;
  flex-wrap: wrap;
  gap: 10px;
}

.service-tab2 .nav-tabs {
  justify-content: space-between;
  margin-bottom: 40px;
}
.service-tab2 .nav-tabs .nav-link {
  background-color: transparent;
  padding: 20px 95px;
  border: 0;
  font-size: 20px;
  font-family: var(--title-font);
  color: var(--title-color);
  position: relative;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .service-tab2 .nav-tabs .nav-link {
    padding: 20px 50px;
  }
}
@media (max-width: 767px) {
  .service-tab2 .nav-tabs .nav-link {
    padding: 10px 10px;
  }
}
.service-tab2 .nav-tabs .nav-link::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background-color: #c6091d;
  right: 0;
  bottom: 0px;
  transition: all 0.3s ease-in-out;
}
.service-tab2 .nav-tabs .nav-link.active::after {
  width: 100%;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.service-tab2 .tab-content {
  background-color: var(--white-color);
}

.service-content {
  padding: 55px 45px 55px 60px;
  /* Small devices */
}
@media (max-width: 767px) {
  .service-content {
    padding: 15px;
  }
}
.service-content .tab-title {
  font-weight: 400;
  font-size: 30px;
  max-width: 100%;
  /* Small devices */
}
@media (max-width: 767px) {
  .service-content .tab-title {
    font-size: 22px;
  }
}
.service-content .tab-text {
  letter-spacing: 0.3px;
}

.vs-service {
  border: 1px solid var(--body-color);
  padding: 30px 30px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 30px 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-service {
    padding: 20px 20px;
  }
}
.vs-service__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 25px 0;
  margin-bottom: 20px;
  position: relative;
}
.vs-service__header::before, .vs-service__header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--body-color);
  bottom: 0;
  left: 0;
}
.vs-service__header::before {
  width: 61px;
  background-color: #c6091d;
  z-index: 1;
}
.vs-service__icon {
  color: var(--white-color);
  transition: all 0.3s ease-in-out;
}
.vs-service__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px 0;
}
.vs-service__title--link {
  color: var(--white-color);
}
.vs-service__title--link:hover {
  color: #c6091d;
}
.vs-service__number {
  color: #686868;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #686868;
  font-size: 30px;
  font-family: var(--title-font);
  line-height: 1;
}
.vs-service__desc {
  margin: 0 0 20px 0;
  color: var(--white-color);
}
.vs-service__img {
  overflow: hidden;
  position: relative;
}
.vs-service__img img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.vs-service__link {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #c6091d;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.vs-service__link img {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
.vs-service:hover {
  border-color: #c6091d;
}
.vs-service:hover .vs-service__link {
  opacity: 1;
  visibility: visible;
}
.vs-service:hover .vs-service__icon {
  color: #c6091d;
}
.vs-service:hover .vs-service__img img {
  transform: scale(1);
}
.vs-service.style2 {
  border-color: var(--vs-border-color);
}
.vs-service.style2 .vs-service__icon {
  color: var(--title-color);
}
.vs-service.style2 .vs-service__title {
  color: var(--title-color);
}
.vs-service.style2 .vs-service__title--link {
  color: var(--title-color);
}
.vs-service.style2 .vs-service__title--link:hover {
  color: #c6091d;
}
.vs-service.style2 .vs-service__desc {
  color: var(--text-color);
}
.vs-service.style2:hover {
  border-color: #c6091d;
}
.vs-service.style2:hover .vs-service__icon {
  color: #c6091d;
}

.service-img img {
  width: 100%;
}

/*------------------- 4.13. Counter  -------------------*/
.counter-style {
  background-color: var(--bg-color1);
  padding: 18px 25px;
  margin-bottom: 25px;
  min-height: 110px;
}
.counter-style .counter-title {
  font-size: 30px;
  font-family: var(--title-font);
  margin-bottom: 0;
  color: var(--white-color);
  font-weight: 400;
}
.counter-style .counter-subtitle {
  color: var(--white-color);
  margin-bottom: 0;
}

/*------------------- 4.14. Team  -------------------*/
.team-style .team-img {
  position: relative;
  padding: 0 2px 2px 0;
  background-color: rgba(1, 0, 15, 0.33);
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.team-style .team-img:nth-of-type(1) {
  transition-delay: 0.2s;
}
.team-style .team-img img {
  width: 100%;
}
@media (max-width: 991px) {
  .team-style .team-img img {
    width: 100%;
  }
}
.team-style .team-social {
  position: absolute;
  bottom: 27px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.team-style .team-social a {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--title-color);
  font-size: 14px;
  color: var(--white-color);
  transform: translateX(30px) rotate(180deg) scale(0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.team-style .team-social a:nth-of-type(1) {
  transition-delay: 0.02s;
}
.team-style .team-social a:nth-of-type(2) {
  transition-delay: 0.12s;
}
.team-style .team-social a:nth-of-type(3) {
  transition-delay: 0.22s;
}
.team-style .team-social a:nth-of-type(4) {
  transition-delay: 0.32s;
}
.team-style .team-social a:hover {
  background-color: #c6091d;
  color: var(--title-color);
  transition-delay: 0ms;
}
.team-style .team-title {
  font-size: 30px;
  font-weight: 400;
  margin: -0.38em 0 5px 0;
}
.team-style .team-degi {
  margin-bottom: 0;
  color: #c6091d;
}
.team-style:hover .team-img {
  background-color: #c6091d;
}
.team-style:hover .team-img:nth-of-type(1) {
  transition-delay: 0.2s;
}
.team-style:hover .team-social a {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px) rotate(0deg) scale(1);
  transition: all 0.3s ease-in-out;
}
.team-style:hover .team-social a:nth-of-type(1) {
  transition-delay: 0.02s;
}
.team-style:hover .team-social a:nth-of-type(2) {
  transition-delay: 0.12s;
}
.team-style:hover .team-social a:nth-of-type(3) {
  transition-delay: 0.22s;
}
.team-style:hover .team-social a:nth-of-type(4) {
  transition-delay: 0.32s;
}
.team-style:hover .team-social a:hover {
  transition-delay: 0ms;
}

.vs-card__title {
  font-size: 50px;
  color: #c6091d;
  font-weight: 500;
  margin-bottom: 0;
}
.vs-card__subtitle {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0e121d;
  font-family: var(--title-font);
}
.vs-card__description {
  font-size: 0.95rem;
  color: #666;
  margin: 0.5rem 0 1rem;
  line-height: 1.6;
}
.vs-card__features {
  display: flex;
  justify-content: space-between;
  max-width: 83%;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-card__features {
    flex-direction: column;
    max-width: 100%;
  }
}
.vs-card__contacts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.vs-card__socials {
  display: flex;
  gap: 1rem;
}
.vs-card__socials .vs-social {
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0e121d;
  transition: all 0.3s;
}
.vs-card__socials .vs-social:hover {
  background-color: #f5a623;
  color: #fff;
  border-color: #f5a623;
}

.vs-feature-list {
  list-style: none;
  padding: 0;
}
.vs-feature-list__item {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.8rem;
  font-weight: 600;
  font-size: 20px;
  font-family: var(--title-font);
  color: var(--title-color);
}
.vs-feature-list__item::before {
  content: "•";
  color: #f5a623;
  position: absolute;
  left: 0;
}

.vs-contact {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 48%;
  margin-bottom: 2rem;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-contact {
    width: 100%;
  }
}
.vs-contact__icon {
  font-size: 1.2rem;
  color: #f5a623;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.vs-contact__details .vs-contact__label {
  font-size: 0.8rem;
  color: #999;
  margin-bottom: 2px;
}
.vs-contact__details .vs-contact__value {
  font-weight: 600;
  margin-bottom: 0;
  color: var(--title-color);
  font-size: 20px;
  font-family: var(--title-font);
}
.vs-contact__details .vs-contact__value:hover {
  color: #c6091d;
}

.progress-box.style2 .progress-box__title {
  color: var(--title-color);
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
}
.progress-box.style2 .progress-box__progress {
  height: 10px;
  background-color: var(--title-color);
  border-radius: 6px;
  border: 0;
}
.progress-box.style2 .progress-box__number {
  font-size: 20px;
  color: var(--title-color);
  font-weight: 400;
}

/*------------------- 4.15. Process  -------------------*/
/*------------------- 4.16. Accordion  -------------------*/
.accordion .accordion-item {
  margin: 0 0 30px 0;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion .accordion-item:first-of-type .accordion-button, .accordion .accordion-item:last-of-type .accordion-button {
  border-radius: 0;
}
.accordion .accordion-header {
  margin: 0;
}
.accordion .accordion-button {
  background-color: var(--white-color);
  border: none;
  padding: 13px 22px;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--title-color);
  text-align: left;
  border-radius: 0;
}
.accordion .accordion-button:after {
  content: "\f055";
  font-family: var(--icon-font);
  font-weight: 600;
  color: #01000f;
  border: none;
  width: auto;
  height: auto;
  background-image: none;
  transition: all 0.3s ease-in-out;
}
.accordion .accordion-button:hover {
  color: #c6091d;
}
.accordion .accordion-button:hover::after {
  color: #c6091d;
}
.accordion .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-button:not(.collapsed) {
  color: #c6091d;
}
.accordion .accordion-button:not(.collapsed):after {
  color: #c6091d;
  content: "\f056";
  font-weight: 600;
}
.accordion .accordion-body {
  border-top: 1px solid #ebebeb;
  padding: 20px 40px 25px 25px;
  background-color: var(--white-color);
  color: var(--body-color);
  letter-spacing: 0.32px;
}
.accordion .accordion-body p:last-child {
  margin-bottom: 0;
}
.accordion .accordion-collapse {
  border: none;
}

.faq-img-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Large devices */
}
@media (max-width: 1199px) {
  .faq-img-right {
    display: none;
  }
}

/*------------------- 4.17. Simple Sections  -------------------*/
/*------------------- 4.18. Testimonial  -------------------*/
.testi-item {
  text-align: center;
  padding: 0px 30px 25px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .testi-item {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .testi-item {
    padding: 0px 10px 25px;
  }
}
.testi-item .testi-eles {
  position: absolute;
  width: 100%;
  min-height: 296px;
  left: 0;
  top: auto;
  bottom: 0;
  z-index: -1;
  min-height: 87%;
}
.testi-item .testi-eles::before, .testi-item .testi-eles::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 123px;
  border: 1px solid var(--vs-border-color);
  left: 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  .testi-item .testi-eles::before, .testi-item .testi-eles::after {
    height: 80px;
  }
}
.testi-item .testi-eles::before {
  top: 0px;
  border-bottom: 0;
}
.testi-item .testi-eles::after {
  top: auto;
  bottom: 0;
  border-top: 0;
}
.testi-item .ele1,
.testi-item .ele2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.testi-item .ele1 svg path,
.testi-item .ele2 svg path {
  transition: all 0.3s ease-in-out;
  stroke: var(--vs-border-color);
}
.testi-item .ele1 {
  left: -15px;
}
.testi-item .ele2 {
  left: auto;
  right: -15px;
}
.testi-item .testi-avatar {
  margin-bottom: 20px;
  display: inline-block;
  border: 1px solid var(--vs-border-color);
  transition: all 0.3s ease-in-out;
}
.testi-item .testi-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 14px;
  color: #c6091d;
  gap: 4px;
}
.testi-item .testi-name {
  font-size: 24px;
  margin: 0 0 2px 0;
  font-weight: 400;
}
.testi-item .testi-position {
  display: block;
  font-size: 14px;
  color: #c6091d;
}
.testi-item .testi-text {
  margin: 0 0 10px 0;
  font-style: italic;
  padding: 0 0px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .testi-item .testi-text {
    padding: 0 20px;
  }
}

.testi-carousel .slick-slide.slick-current.slick-active.slick-center .testi-item .testi-avatar {
  border-color: #c6091d;
}
.testi-carousel .slick-slide.slick-current.slick-active.slick-center .testi-item .testi-eles::before, .testi-carousel .slick-slide.slick-current.slick-active.slick-center .testi-item .testi-eles::after {
  border-color: #c6091d;
}
.testi-carousel .slick-slide.slick-current.slick-active.slick-center .testi-item .testi-eles .ele1 svg path,
.testi-carousel .slick-slide.slick-current.slick-active.slick-center .testi-item .testi-eles .ele2 svg path {
  transition: all 0.3s ease-in-out;
  stroke: #c6091d;
}

@media (max-width: 991px) {
  .vs-testi--layout1 .container-fluid {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .vs-testi--layout1 .container-fluid {
    max-width: 540px;
  }
}

/*------------------- 4.19. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: none;
  color: #ffffff;
  background-color: #c6091d;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
  background-color: #01000f;
  color: #ffffff;
  transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: #ffffff;
  width: 450px;
  margin-left: auto;
  padding: 40px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  margin: 0 0 40px 0;
  background-color: transparent;
}
.sidemenu-wrapper .widget_title {
  border-bottom: 1px solid var(--vs-border-color);
  padding: 0 0 20px 0;
  margin: 0 0 25px 0;
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.sidemenu-wrapper .sidebar-gallery {
  max-width: 100%;
}

.offcanvas-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}
.offcanvas-wrapper .closeButton {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  padding: 0;
  background-color: #c6091d;
  color: var(--white-color);
  border: none;
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
  z-index: 33;
}
.offcanvas-wrapper .closeButton i {
  line-height: inherit;
}
.offcanvas-wrapper .closeButton:hover {
  color: #ffffff;
  border-color: transparent;
  transform: rotate(90deg);
  background-color: var(--sec-color);
}
.offcanvas-wrapper .sidemenu-content {
  background-color: #ffffff;
  width: 450px;
  margin-left: auto;
  padding: 50px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
}
.offcanvas-wrapper .sidemenu-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}
.offcanvas-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}
.offcanvas-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 50px;
}
.offcanvas-wrapper .footer-text {
  max-width: 100%;
}
.offcanvas-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.offcanvas-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/*------------------- 4.20. Price Plan  -------------------*/
.pricing__plan {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  padding: 35px 45px 45px;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .pricing__plan {
    padding: 20px 20px 25px;
  }
}
@media (max-width: 767px) {
  .pricing__plan {
    padding: 30px 20px 40px;
  }
}
.pricing__plan--line1, .pricing__plan--line2 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.pricing__plan--line1::before, .pricing__plan--line1::after, .pricing__plan--line2::before, .pricing__plan--line2::after {
  position: absolute;
  content: "";
  background-color: var(--vs-border-color);
}
.pricing__plan--line1::before, .pricing__plan--line1::after {
  width: 95%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
}
.pricing__plan--line1::after {
  bottom: 0;
}
.pricing__plan--line2::before, .pricing__plan--line2::after {
  width: 1px;
  height: 92%;
  top: 50%;
  transform: translateY(-50%);
}
.pricing__plan--line2::after {
  left: auto;
  right: 0;
  width: 1px;
}
.pricing__plan--header {
  text-align: center;
  padding: 0 20px;
  /* Small devices */
}
@media (max-width: 767px) {
  .pricing__plan--header {
    padding: 0 0;
  }
}
.pricing__plan--title {
  font-size: 30px;
  font-weight: 400;
}
.pricing__plan--price {
  --price-size: 150px;
  width: var(--price-size);
  height: var(--price-size);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 35px;
  background-color: var(--light-color1);
  border-radius: 50%;
  font-size: 48px;
  font-weight: 600;
  color: var(--title-color);
  line-height: 1.01;
  position: relative;
}
.pricing__plan--price::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--light-color1);
  border-radius: 50%;
  right: -25px;
  bottom: 28px;
}
.pricing__plan--duration {
  display: block;
  font-size: 16px;
  color: var(--body-color);
  font-weight: 400;
}
.pricing__plan--features {
  list-style: none;
  padding: 0;
  margin: 0 0 35px 0;
  display: grid;
  gap: 10px;
}
.pricing__plan--feature {
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.32px;
}
.pricing__plan--btn {
  display: flex;
  position: relative;
  width: 100%;
  background-color: transparent;
  z-index: 1;
  padding: 17px 30px;
}
.pricing__plan--btn span {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.pricing__plan--btn span::before, .pricing__plan--btn span::after {
  position: absolute;
  content: "";
}
.pricing__plan--btn .line1::after, .pricing__plan--btn .line1::before {
  width: 95%;
  height: 1px;
  background-color: var(--vs-border-color);
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.pricing__plan--btn .line1::before {
  top: auto;
  bottom: 0;
}
.pricing__plan--btn .line2 {
  opacity: 100%;
}
.pricing__plan--btn .line2::after, .pricing__plan--btn .line2::before {
  width: 1px;
  height: 80%;
  background-color: var(--vs-border-color);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.pricing__plan--btn .line2::before {
  left: auto;
  right: 0px;
}
.pricing__plan--one .pricing__plan--line2::after {
  opacity: 1;
  /* Small devices */
}
@media (max-width: 767px) {
  .pricing__plan--one .pricing__plan--line2::after {
    opacity: 1;
  }
}
.pricing__plan--two .pricing__plan--line1,
.pricing__plan--two .pricing__plan--line2 {
  position: relative;
}
.pricing__plan--two .pricing__plan--line1::after, .pricing__plan--two .pricing__plan--line1::before,
.pricing__plan--two .pricing__plan--line2::after,
.pricing__plan--two .pricing__plan--line2::before {
  background-color: #c6091d;
}
.pricing__plan--two .pricing__plan--btn span::before, .pricing__plan--two .pricing__plan--btn span::after {
  background-color: #c6091d;
}
.pricing__plan--two .pricing__plan--price {
  background-color: #c6091d;
}
.pricing__plan--two .pricing__plan--price::after {
  background-color: #c6091d;
}
.pricing__plan--two .pricing__plan--duration {
  color: var(--title-color);
}
.pricing__plan--three .pricing__plan--line2::before {
  opacity: 1;
  /* Small devices */
}
@media (max-width: 767px) {
  .pricing__plan--three .pricing__plan--line2::before {
    opacity: 1;
  }
}
.pricing__plan--style2 .pricing__plan--title {
  color: var(--white-color);
}
.pricing__plan--style2 .pricing__plan--text,
.pricing__plan--style2 .pricing__plan--feature {
  color: var(--vs-border-color);
}
.pricing__plan--style2 .pricing__plan--price {
  background-color: var(--bg-color4);
  color: var(--white-color);
}
.pricing__plan--style2 .pricing__plan--price::after {
  background-color: var(--bg-color4);
}
.pricing__plan--style2 .pricing__plan--duration {
  color: var(--white-color);
}
.pricing__plan--style2 .pricing__plan--line1::before, .pricing__plan--style2 .pricing__plan--line1::after,
.pricing__plan--style2 .pricing__plan--line2::before,
.pricing__plan--style2 .pricing__plan--line2::after {
  opacity: 20%;
}
.pricing__plan--style2 .pricing__plan--btn {
  color: var(--white-color);
}
.pricing__plan--style2 .pricing__plan--btn span.line1::before, .pricing__plan--style2 .pricing__plan--btn span.line1::after, .pricing__plan--style2 .pricing__plan--btn span.line2::before, .pricing__plan--style2 .pricing__plan--btn span.line2::after {
  opacity: 20%;
}
.pricing__plan--style2.pricing__plan--two .pricing__plan--line1::before, .pricing__plan--style2.pricing__plan--two .pricing__plan--line1::after,
.pricing__plan--style2.pricing__plan--two .pricing__plan--line2::before,
.pricing__plan--style2.pricing__plan--two .pricing__plan--line2::after {
  opacity: 100%;
}
.pricing__plan--style2.pricing__plan--two .pricing__plan--btn::before, .pricing__plan--style2.pricing__plan--two .pricing__plan--btn::after {
  background-color: #c6091d;
}
.pricing__plan--style2.pricing__plan--two .pricing__plan--btn span.line1::before, .pricing__plan--style2.pricing__plan--two .pricing__plan--btn span.line1::after, .pricing__plan--style2.pricing__plan--two .pricing__plan--btn span.line2::before, .pricing__plan--style2.pricing__plan--two .pricing__plan--btn span.line2::after {
  opacity: 100%;
}
.pricing__plan--style2.pricing__plan--two .pricing__plan--price {
  border: 1px solid #c6091d;
}

/*------------------- 4.21. Forms Style  -------------------*/
.form-style1 .form-title {
  color: #ffffff;
  text-align: center;
  margin: 0 0 27px 0;
  padding: 0 0 17px 0;
  position: relative;
}
.form-style1 .form-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 5px;
  background-color: #0844bc;
  background-color: #ffffff;
  opacity: 0.3;
}
.form-style1 .vs-btn {
  margin-top: 10px;
}
.form-style1 .vs-btn::before, .form-style1 .vs-btn::after {
  background-color: var(--white-color);
}
.form-style1 .vs-btn:hover {
  color: var(--title-color);
}
.form-style1 .vs-btn:hover span {
  background-color: var(--title-color);
}
.form-style1 textarea,
.form-style1 input {
  height: 55px;
  background-color: transparent;
  font-size: 16px;
  font-family: var(--body-font);
  color: #d8dde1;
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 0;
}
.form-style1 textarea::-moz-placeholder, .form-style1 input::-moz-placeholder {
  color: #d8dde1;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-style1 textarea::placeholder,
.form-style1 input::placeholder {
  color: #d8dde1;
  transition: all 0.3s ease-in-out;
}
.form-style1 textarea:focus,
.form-style1 input:focus {
  border-color: #c6091d;
  background-color: transparent;
}
.form-style1 textarea:focus::-moz-placeholder, .form-style1 input:focus::-moz-placeholder {
  color: var(--white-color);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-style1 textarea:focus::placeholder,
.form-style1 input:focus::placeholder {
  color: var(--white-color);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.form-style1 textarea {
  min-height: 100px;
  resize: none;
}

.vs-newsletter {
  background: var(--white-color);
  border: 1px solid #c6091d;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
  padding: 90px 14%;
  margin-top: -224px;
  position: relative;
  z-index: 1;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-newsletter {
    padding: 20px 15px;
  }
}
.vs-newsletter .element,
.vs-newsletter .element2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vs-newsletter .element2 {
  right: 0;
  left: auto;
}
.vs-newsletter .newsletter-form {
  display: flex;
  align-items: center;
  max-width: 545px;
  gap: 30px;
  justify-content: center;
  margin: 0 auto;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-newsletter .newsletter-form {
    flex-direction: column;
  }
}
.vs-newsletter .newsletter-form .vs-btn,
.vs-newsletter .newsletter-form .form-control {
  flex: 1;
}
.vs-newsletter .newsletter-form .form-control {
  min-width: 338px;
  min-height: 60px;
  border-color: var(--vs-border-color);
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-newsletter .newsletter-form .form-control {
    min-width: 100%;
  }
}
.vs-newsletter .newsletter-form .form-control:focus {
  border-color: #c6091d;
}

.newsletter-form1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 40px 0;
  gap: 20px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .newsletter-form1 {
    flex-direction: column;
  }
}
.newsletter-form1 .form-control {
  flex: 0 0 30%;
  height: 60px;
  background-color: rgba(104, 104, 104, 0.66);
  border: 0;
  letter-spacing: 0.3px;
  color: var(--white-color);
  min-height: 60px;
}
.newsletter-form1 .form-control::-moz-placeholder {
  color: var(--white-color);
}
.newsletter-form1 .form-control::placeholder {
  color: var(--white-color);
}
.newsletter-form1 .vs-btn {
  flex: none;
}

/*------------------- 4.22. Projects  -------------------*/
.project-style {
  position: relative;
  margin: 0 15px;
  /* Medium devices */
}
.project-style::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  background-image: linear-gradient(to top, #c6091d 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
  transition: all ease 0.4s;
  z-index: 1;
}
@media (max-width: 991px) {
  .project-style {
    padding: 0 0;
  }
}
.project-style img {
  width: 100%;
}
.project-style__content {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 280px;
  background-color: var(--light-color1);
  padding: 30px;
  transform: translateX(-63px) skewX(2deg) scale(1.01);
  transform-origin: center center;
  opacity: 0;
  visibility: hidden;
  filter: blur(100px);
  transition: all 0.3s ease-in-out;
  z-index: 9;
  /* Medium devices */
}
@media (max-width: 991px) {
  .project-style__content {
    padding: 15px;
  }
}
.slick-slide.slick-current.slick-active .project-style__content {
  top: 30px;
  left: 30px;
  transform: translateX(0px) skewX(0deg) scale(1);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  filter: blur(0px);
}
.project-style__title {
  font-size: 20px;
}
.project-style__title_link {
  color: var(--title-color);
}
.project-style__title_link:hover {
  color: #c6091d;
}
.project-style.style3 {
  margin-bottom: 30px;
  padding: 0 0;
  margin-left: 0;
  margin-right: 0;
}
.project-style.style3 img {
  width: 100%;
}
.project-style.style3:hover .project-style__content {
  transform: translateX(0px) skewX(0deg) scale(1);
  filter: blur(0);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.project-style:hover::before {
  height: 100%;
}

.project-carousel .slick-slide {
  transition: all 0.3s ease-in-out;
}

.project-style2 {
  position: relative;
}
.project-style2 .project-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  gap: 15px;
  /* Small devices */
}
@media (max-width: 767px) {
  .project-style2 .project-content {
    position: relative;
    padding: 15px;
  }
}
.project-style2 .project-title {
  font-size: 30px;
  margin: 0 0 10px 0;
  font-weight: 400;
  /* Small devices */
}
@media (max-width: 767px) {
  .project-style2 .project-title {
    font-size: 24px;
  }
}
.project-style2 .project-title a {
  color: var(--white-color);
}
.project-style2 .project-title a:hover {
  color: #c6091d;
}
.project-style2 .project-location {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #c6091d;
  gap: 7px;
}
.project-style2 .project-location:hover {
  color: var(--white-color);
}
.project-style2 span.project-number {
  letter-spacing: 12px;
  color: var(--vs-border-color);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--vs-border-color);
  font-size: 60px;
  font-family: var(--title-font);
  margin-right: -16px;
  display: inline-flex;
  line-height: 1;
  /* Small devices */
}
@media (max-width: 767px) {
  .project-style2 span.project-number {
    font-size: 40px;
  }
}

.project-widget {
  background-color: var(--light-color1);
  padding: 40px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .project-widget {
    padding: 20px;
  }
}
.project-widget .widget-title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  margin: -0.07em 0 20px 0;
  padding-bottom: 20px;
}
.project-widget .widget-title::before, .project-widget .widget-title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--vs-border-color);
  border-radius: 20px;
  left: 0;
  bottom: 0;
}
.project-widget .widget-title::after {
  background-color: #c6091d;
  width: 40px;
}
.project-widget .widget-content {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--vs-border-color);
  margin-bottom: 10px;
}
.project-widget .widget-content:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.project-widget .widget-content span {
  font-size: 16px;
  color: var(--body-color);
  display: block;
  margin-bottom: 10px;
}
.project-widget .widget-content h5 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
}

.icon-btn--project {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background-color: #ffffff;
  /* Medium devices */
}
@media (max-width: 991px) {
  .icon-btn--project {
    display: none;
  }
}
.icon-btn--project[data-slick-next=".project-carousel"] {
  right: -15%;
}
.icon-btn--project[data-slick-prev=".project-carousel"] {
  left: -15%;
}

/*------------------- 4.23. Contact  -------------------*/
.contact__man {
  position: absolute;
  bottom: 0;
  left: 16%;
  /* Medium Large devices */
  /* Extra large devices */
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .contact__man {
    left: 10%;
  }
}
@media (max-width: 1500px) {
  .contact__man {
    left: 5%;
  }
}
@media (max-width: 1199px) {
  .contact__man {
    left: 0;
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .contact__man {
    display: none;
  }
}

.contact-box {
  display: flex;
  padding: 10px 100px;
  min-height: 90px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .contact-box {
    padding: 10px 15px;
  }
}
.contact-box-col {
  display: flex;
  align-items: center;
  border-top: 1px solid var(--vs-border-color);
  border-bottom: 1px solid var(--vs-border-color);
  border-right: 1px solid var(--vs-border-color);
  /* Medium devices */
}
.contact-box-col:last-child {
  border-right: none;
}
@media (max-width: 991px) {
  .contact-box-col {
    border-right: 0px solid var(--vs-border-color);
  }
}
.contact-box__icon {
  color: #c6091d;
  font-size: 24px;
  height: 100%;
  padding-top: 5px;
}
.contact-box .media-body {
  padding-left: 25px;
}
.contact-box__text {
  margin-bottom: 0;
}
.contact-box__text {
  font-size: 20px;
  color: var(--title-color);
  font-family: var(--title-font);
}
.contact-box__links {
  display: block;
  font-size: 20px;
  color: var(--title-color);
  margin-bottom: 5px;
  font-family: var(--title-font);
}
.contact-box__links:hover {
  color: #c6091d;
}
.contact-box__links:last-child {
  margin-bottom: 0;
}

.vs-map .mapouter {
  filter: grayscale(0%);
}
.vs-map .mapouter {
  position: relative;
  text-align: right;
  width: 100%;
  height: 753px !important;
}
.vs-map .gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 753px !important;
  position: relative;
}
.vs-map .gmap_canvas__credit {
  position: absolute;
  bottom: 0;
  left: 15%;
  color: var(--bg-color);
  text-transform: capitalize;
}
.vs-map .gmap_canvas__credit:hover {
  color: #c6091d;
}
.vs-map .gmap_iframe {
  height: 753px !important;
}

/*------------------- 4.24. Event  -------------------*/
/*------------------- 4.25. CTA  -------------------*/
/*------------------- 4.26. Brand  -------------------*/
.brand-style1 {
  text-align: center;
}
.brand-style1 img {
  filter: opacity(0.6);
  transition: all 0.3s ease-in-out;
}
.brand-style1:hover img {
  filter: opacity(1);
}

/*------------------- 4.26. List  -------------------*/
.list-style ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 33px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .list-style ul {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.list-style ul li {
  padding-left: 43px;
  position: relative;
  display: inline-block;
  font-family: var(--title-font);
  color: var(--title-color);
  font-size: 20px;
}
.list-style ul li::before {
  position: absolute;
  content: "";
  font-family: var(--icon-font);
  left: 0;
  color: #c6091d;
  font-weight: 600;
  font-size: 18px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzEiIHZpZXdCb3g9IjAgMCAzMyAzMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTUiIGN5PSIxNiIgcj0iMTQuNSIgc3Ryb2tlPSIjNjg2ODY4Ii8+CjxwYXRoIGQ9Ik0zMS43ODEyIDQuNzg1MTZDMzIuMzY3MiA1LjQ0OTIyIDMyLjM2NzIgNi4wOTM3NSAzMS43ODEyIDYuNzE4NzVMMTYuMzEyNSAyMi4xODc1QzE1LjY4NzUgMjIuNzczNCAxNS4wNDMgMjIuNzczNCAxNC4zNzg5IDIyLjE4NzVMNi40MTAxNiAxNC4yMTg4QzUuODYzMjggMTMuNTkzOCA1Ljg2MzI4IDEyLjk0OTIgNi40MTAxNiAxMi4yODUyQzcuMDc0MjIgMTEuNzM4MyA3LjczODI4IDExLjczODMgOC40MDIzNCAxMi4yODUyTDE1LjM3NSAxOS4yNTc4TDI5Ljg0NzcgNC43ODUxNkMzMC41MTE3IDQuMjM4MjggMzEuMTU2MiA0LjIzODI4IDMxLjc4MTIgNC43ODUxNloiIGZpbGw9IiMwMTAwMEYiLz4KPC9zdmc+Cg==");
  width: 33px;
  height: 31px;
  top: 50%;
  transform: translateY(-50%);
}
.list-style.style2 ul {
  row-gap: 11px;
}
.list-style.style2 ul li {
  padding-left: 29px;
  font-family: var(--body-font);
  color: var(--body-color);
  font-size: 18px;
  font-weight: 500;
}
.list-style.style2 ul li::before {
  background-image: none;
  content: "\f058";
  font-weight: 400;
  width: auto;
  height: auto;
  top: 5px;
  line-height: 1;
  transform: none;
}
.list-style.style3 ul {
  grid-template-columns: repeat(1, 1fr);
  row-gap: 20px;
}

/*------------------- 4.26. List  -------------------*/
.ach-inner {
  display: flex;
  max-width: 834px;
  justify-content: space-between;
  padding: 25px;
  align-items: center;
  background-color: var(--bg-color1);
  min-height: 245px;
  margin-bottom: 30px;
  /* Small devices */
}
@media (max-width: 1199px) {
  .ach-inner {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .ach-inner {
    padding: 10px;
    min-height: auto;
  }
}
.ach-inner .ach-content {
  flex: 0 0 380px;
  /* Small devices */
}
@media (max-width: 767px) {
  .ach-inner .ach-content {
    flex: 0 0 100%;
  }
}

.call-card {
  display: flex;
  align-items: center;
  gap: 20px;
}
.call-card .call-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.call-card .call-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c6091d;
  min-width: 50px;
  border-radius: 50%;
  color: var(--title-color);
  font-size: 22px;
}
.call-card .call-subtitle,
.call-card .call-title {
  display: block;
  color: var(--white-color);
}
.call-card .call-subtitle {
  font-size: 14px;
}
.call-card .call-title {
  font-size: 24px;
  font-family: var(--title-font);
}
.call-card .call-title:hover {
  color: #c6091d;
}

/*------------------- 4.26. List  -------------------*/
.bf-icon-card {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 95%;
}
.bf-icon-card .bf-icon {
  min-width: 50px;
  min-height: 50px;
  width: 50px;
  height: 50px;
  background-color: var(--title-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bf-icon-card .bf-title {
  font-size: 20px;
  font-family: var(--title-font);
  color: var(--title-color);
  display: block;
  line-height: 30px;
}

.bf-text {
  max-width: 90%;
  /* Medium devices */
}
@media (max-width: 991px) {
  .bf-text {
    max-width: 100%;
  }
}

.bal-container {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: grab;
  overflow: hidden;
  border-radius: 0px 0 0px 0;
}

.bal-after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bal-before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  overflow: hidden;
}

.bal-after,
.bal-before {
  pointer-events: none;
}

.bal-before-inset {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.bal-after img,
.bal-before img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.bal-beforePosition {
  background: #c6091d;
  color: #fff;
  left: 0;
  pointer-events: none;
  border-radius: 4px;
  padding: 5px 18px;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--title-font);
}

.bal-afterPosition {
  background: #c6091d;
  color: #fff;
  right: 0;
  pointer-events: none;
  border-radius: 4px;
  padding: 5px 18px;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--title-font);
}

.beforeLabel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 44px;
  margin: 0;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: var(--title-font);
  /* Small devices */
}
@media (max-width: 767px) {
  .beforeLabel {
    left: 10px;
  }
}

.afterLabel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 44px;
  margin: 0rem;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: var(--title-font);
  /* Small devices */
}
@media (max-width: 767px) {
  .afterLabel {
    right: 10px;
  }
}

.bal-handle {
  height: 80px;
  width: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  border: 5px solid #fff;
  background-color: #c6091d;
  border-radius: 1000px;
  z-index: 20;
  pointer-events: none;
  transform: translateY(-50%);
}

.handle-left-arrow,
.handle-right-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

.handle-left-arrow {
  border-right: 6px solid #fff;
  left: 20px;
  margin-left: -17px;
}

.handle-right-arrow {
  border-left: 6px solid #fff;
  right: 20px;
  margin-right: -17px;
}

.bal-handle::before {
  bottom: 50%;
  margin-bottom: 36px;
}

.bal-handle::after {
  top: 50%;
  margin-top: 36px;
}

.bal-handle::before,
.bal-handle::after {
  content: " ";
  display: block;
  width: 4.63px;
  background: #fff;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -1.5px;
  box-shadow: none;
}

.com-container {
  height: 482px;
  padding: 50px 54px 0 0;
  margin-left: -50px;
  position: relative;
  /* Large devices */
}
.com-container::before {
  position: absolute;
  content: "";
  width: 95%;
  height: 90%;
  border: 1px solid var(--body-color);
  top: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .com-container {
    padding: 0;
    margin-left: 0;
  }
}
/* Style de base pour la section partenaires */
 
 .clients-section {
      padding: 50px 0;
      background: #fff;
    }

    .sponsors-carousel .slide-item {
      text-align: center;
    }

    .sponsors-carousel .client-logo-pic img {
      max-width: 150px;
      max-height: 100px;
      display: inline-block;
      object-fit: contain;
    }
.video-layout1 {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
min-height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-btn {

  background: rgba(214, 0, 0, 0.85);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
  text-decoration: none;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  margin: 10px;
}

.play-btn svg {
  fill: #fff;
  transition: transform 0.3s ease-in-out;
}

.play-btn:hover {
  background: #d60000;
  transform: scale(1.1);
}
.play-btn:hover svg {
  transform: scale(1.2);
}

.play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border: 2px solid rgba(214, 0, 0, 0.4);
  border-radius: 50%;
  animation: pulse 1.8s infinite;
  z-index: 1;
}

@keyframes pulse {
  0% { transform: scale(0.8); opacity: 0.8; }
  70% { transform: scale(1.3); opacity: 0; }
  100% { transform: scale(0.8); opacity: 0; }
}

/* Croix de fermeture du popup */
.mfp-close {
  color: #fff !important;
  font-size: 32px !important;
  right: 10px;
  top: 10px;
  opacity: 1 !important;
}


.choose-layout .element {
  position: absolute;
  right: 16%;
  top: 15px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .choose-layout .element {
    right: 0;
    top: 0;
  }
}
@media (max-width: 991px) {
  .choose-layout .element {
    display: none;
  }
}

.choose-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  min-height: 558px;
  justify-content: space-between;
  padding-bottom: 60px;
  transition: all 0.3s ease-in-out;
}
.nav-link.active .choose-card {
  background-color: var(--light-color1);
  transition: all 0.3s ease-in-out;
}
.choose-card .choose-icon {
  background-color: var(--light-color1);
  min-height: 127px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 100%;
  min-width: 145px;
  transition: all 0.3s ease-in-out;
  /* Extra large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1500px) {
  .choose-card .choose-icon {
    min-width: 88px;
  }
}
@media (max-width: 1199px) {
  .choose-card .choose-icon {
    min-width: 145px;
  }
}
@media (max-width: 991px) {
  .choose-card .choose-icon {
    min-width: 135px;
  }
}
@media (max-width: 767px) {
  .choose-card .choose-icon {
    min-width: 115px;
  }
}
.choose-card .choose-title {
  margin: 0;
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  transform-origin: center center;
  font-size: 30px;
  font-weight: 400;
  padding: 0px 0px 0px;
  font-family: var(--title-font);
}

.choose-tab {
  border: 1px solid rgba(var(--vs-border-color-rgb), 45%);
  margin-right: -100%;
  /* Medium devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .choose-tab {
    margin-right: 0;
    border: 0;
  }
}
.choose-tab__row {
  align-items: flex-start;
  /* Large devices */
  /* Extra large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .choose-tab__row {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 1500px) {
  .choose-tab__row {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .choose-tab__row {
    gap: 30px;
  }
}
.choose-tab .tab-content {
  position: relative;
  /* Medium devices */
}
@media (max-width: 1399px) {
  .choose-tab .tab-content {
    flex-basis: 60%;
  }
}
@media (max-width: 991px) {
  .choose-tab .tab-content {
    flex-basis: 100%;
  }
}
@media (max-width: 991px) {
  .choose-tab .nav {
    flex-direction: column;
    width: 100%;
  }
}
.choose-tab .nav-link {
  padding: 0;
  border: 0;
  border-left: 1px solid rgba(var(--vs-border-color-rgb), 45%);
  border-radius: 0;
  border-right: 0;
  background-color: transparent;
  display: flex;
  /* Medium devices */
}
.choose-tab .nav-link:last-child {
  border-right: 1px solid rgba(var(--vs-border-color-rgb), 45%);
}
.choose-tab .nav-link:first-child {
  border-left: 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  .choose-tab .nav-link:first-child {
    border-top: 1px solid rgba(var(--vs-border-color-rgb), 45%);
  }
}
@media (max-width: 991px) {
  .choose-tab .nav-link {
    border-bottom: 1px solid rgba(var(--vs-border-color-rgb), 45%);
    border-right: 1px solid rgba(var(--vs-border-color-rgb), 45%);
  }
}
.choose-tab .nav-link.active {
  background-color: transparent;
  color: #c6091d;
}
.choose-tab .nav-link.active .choose-icon {
  background-color: #c6091d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .choose-tab .choose-card {
    flex-direction: row;
    flex: auto;
    min-height: auto;
    padding-bottom: 0;
    justify-content: flex-start;
    gap: 15px;
    padding-right: 15px;
  }
  .choose-tab .choose-card .choose-icon {
    max-width: 70px;
    min-height: 80px;
    min-width: 70px;
  }
  .choose-tab .choose-card .choose-icon > img {
    max-width: 45px;
  }
  .choose-tab .choose-card .choose-title {
    writing-mode: rl-tb;
    transform: rotate(0deg);
    font-size: 20px;
    text-align: left;
    padding: 0 0;
  }
}

.img-box2 {
  position: relative;
  margin: -1px;
}
@media (max-width: 1399px) {
  .img-box2 img {
    width: 100%;
  }
}
.img-box2 .text-box {
  position: absolute;
  top: 125px;
  left: 96px;
  max-width: 500px;
  background-color: var(--white-color);
  padding: 50px;
  /* Extra large devices */
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1500px) {
  .img-box2 .text-box {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .img-box2 .text-box {
    position: static;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    border: 1px solid var(--vs-border-color);
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .img-box2 .text-box {
    position: static;
    top: 0;
    left: 0;
    padding: 15px;
    border: 1px solid var(--vs-border-color);
    max-width: 100%;
  }
}
.img-box2 .text-title {
  font-weight: 400;
  font-size: 30px;
}
.img-box2 .text-link {
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.img-box2 .text-link::before {
  content: "";
  width: 36px;
  height: 1px;
  background-color: #c6091d;
  display: inline-block;
}

.choose-image {
  margin: 0 0 60px 0;
}
.choose-image__user {
  margin-top: -30px;
}
.choose-image .media-number {
  font-size: 20px;
  color: #c6091d;
}
.choose-image .media-text {
  margin-bottom: 0;
  color: var(--white-color);
  position: relative;
  display: flex;
  gap: 60px;
  align-items: center;
}
.choose-image .media-text::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #686868;
  flex: 1;
}

.choose-step {
  background-color: #272727;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  /* Large devices */
}
@media (max-width: 1199px) {
  .choose-step {
    padding: 15px;
  }
}
.choose-step__title {
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 0px 0;
  color: var(--white-color);
  transition: all 0.3s ease-in-out;
  line-height: 1.3;
  /* Large devices */
}
@media (max-width: 1199px) {
  .choose-step__title {
    font-size: 24px;
  }
}
.choose-step__number {
  display: inline-block;
  border: 1px solid #686868;
  color: var(--white-color);
  padding: 7px 10px;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 1;
  margin: 0 0 10px 0;
  transition: all 0.3s ease-in-out;
}
.choose-step:hover {
  background-color: #c6091d;
  transition: all 0.3s ease-in-out;
}
.choose-step:hover .choose-step__title {
  color: var(--title-color);
  transition: all 0.3s ease-in-out;
}
.choose-step:hover .choose-step__number {
  color: var(--title-color);
  transition: all 0.3s ease-in-out;
}

/*------------------- 4.26. List  -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.95);
  height: 100%;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border: none;
  background-color: #c6091d;
  color: #ffffff;
  font-size: 30px;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose i {
  line-height: inherit;
}
.popup-search-box button.searchClose:hover {
  color: #c6091d;
  background-color: #ffffff;
}
.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform ease 0.4s;
  /* Large devices */
}
@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}
.popup-search-box form input {
  font-size: 14px;
  height: 70px;
  width: 100%;
  border: 2px solid #c6091d;
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
}
.popup-search-box form input::-moz-placeholder {
  color: #fff;
}
.popup-search-box form input::placeholder {
  color: #fff;
}
.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  font-size: 20px;
  right: 13px;
  color: #ffffff;
  cursor: pointer;
  width: 70px;
  height: 70px;
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.popup-search-box form button:hover {
  transform: scale(1.1);
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  transition: all ease 0.4s;
}
.popup-search-box.show form {
  transition-delay: 0.5s;
  transform: translate(-50%, -50%) scale(1);
}

/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

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

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

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

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

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

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

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

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

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

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

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

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

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

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

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

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

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

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

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

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

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

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

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

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

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

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

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

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

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

/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

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

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

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

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

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

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

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

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

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

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

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

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

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

/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}

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

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

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

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

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

/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}

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

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

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

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

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

.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.5rem;
}

.mt-n3 {
  margin-top: -1rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -0.25rem;
}

.mb-n2 {
  margin-bottom: -0.5rem;
}

.mb-n3 {
  margin-bottom: -1rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

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

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

.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
}
/*=================================
    06. Color Plate
==================================*/
/* Color Plate */
.vs-color-plate {
  position: fixed;
  display: block;
  z-index: 91;
  padding: 20px;
  width: 240px;
  background: #fff;
  left: 0;
  text-align: left;
  top: 30%;
  transition: all 0.4s ease;
  box-shadow: -3px 0px 10px -2px rgba(0, 0, 0, 0.1);
  direction: ltr;
  transform: translateX(-100%);
}
.vs-color-plate.open {
  transform: translateX(0);
}
.vs-color-plate .color-plate-icon {
  position: absolute;
  right: -48px;
  width: 48px;
  height: 45px;
  line-height: 45px;
  font-size: 21px;
  border-radius: 0 5px 5px 0;
  text-align: center;
  color: #ffffff;
  top: 0;
  cursor: pointer;
  border: none;
  padding: 0;
  box-shadow: -4px 0px 5px rgba(0, 0, 0, 0.2117647059);
  background-color: #c6091d;
}
.vs-color-plate h4 {
  display: block;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 500;
}
.vs-color-plate p {
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 20px;
}
.vs-color-plate .reset-btn {
  border: none;
  padding: 0;
  height: 20px;
  font-size: 14px;
  text-transform: capitalize;
  color: #01000f;
  background-color: var(--smoke-color);
  width: 100%;
  height: 40px;
}
.vs-color-plate .reset-btn:hover {
  background-color: #01000f;
  color: #ffffff;
}
.vs-color-plate input[type=color] {
  border: none;
  padding: 0;
}

.default-color-btn {
  border: none;
  background-color: #000;
  color: #ffffff;
  font-weight: 400;
  font-family: var(--body-font);
  text-align: center;
  width: 100%;
  font-size: 14px;
  margin: 0 0 10px 0;
  padding: 5px 0;
}
.contact-form-wrapper {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.contact-form-wrapper .title-area {
  text-align: center;
  margin-bottom: 25px;
}

.contact-form-wrapper .title-area h2 {
  font-size: 28px;
  font-weight: 700;
}

.contact-form-wrapper .title-area p {
  color: #555;
  font-size: 15px;
  margin-top: 10px;
}

.contact-form .form-control, 
.contact-form textarea, 
.contact-form select {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #ddd;
  padding: 12px 15px;
  margin-bottom: 20px;
  transition: border-color 0.3s ease;
}

.contact-form .form-control:focus, 
.contact-form textarea:focus, 
.contact-form select:focus {
  border-color: #007bff;
  outline: none;
}

.contact-form textarea {
  height: 120px;
  resize: none;
}

.contact-form .vs-btn {
  display: inline-block;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 8px;
  color: #fff;
  background: #007bff;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-form .vs-btn:hover {
  background: #0056b3;
}
/* Encadré rouge */
.testimonial-card.red-border {
  border: 2px solid #d60000;
  border-radius: 12px;
  padding: 25px 20px;
  margin: 15px 0;
  text-align: center;
  background: #fff;
  transition: all 0.3s ease-in-out;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Effet hover */
.testimonial-card.red-border:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(214, 0, 0, 0.3);
}

/* Photo en haut */
.testimonial-img {
width: 180px;

  object-fit: cover;

  margin-bottom: 12px;
}

/* Étoiles */
.testimonial-stars {
  color: #FFD700; /* doré */
  font-size: 20px;
  margin-bottom: 12px;
}

/* Texte */
.testimonial-text {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 12px;
  font-style: italic;
}

/* Nom */
.testimonial-author {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

/* Ville et département */
.testimonial-location {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
