﻿:root {
  --theme-color: #ec2227;
  --theme-color2: #ff6508;
  --title-color: #171b2a;
  --body-color: #74787c;
  --smoke-color: #f8f8f8;
  --smoke-two: #f3f2f8;
  --light-color: #979797;
  --black-color: #000000;
  --black-color2: #080e1c;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --blue-color: #786acf;
  --border-color: rgb(239, 239, 239);
  --title-font: "Inter", sans-serif;
  --title-font2: "Caveat", cursive;
  --body-font: "Roboto", sans-serif;
  --para-font: "Roboto", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1220px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 70px;
  --ripple-ani-duration: 5s;
}

.tab-style8 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.tab-style8 .tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  background-color: transparent;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 6px 20px rgba(23, 27, 42, 0.05);
  box-shadow: 0 6px 20px rgba(23, 27, 42, 0.05);
  border-radius: 10px;
  font-size: 18px;
  padding: 5px 15px;
  position: relative;
}

.tab-style8 .tab-btn i {
  width: 40px;
  height: 40px;
  font-size: 25px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: var(--theme-color);
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  background-color: rgba(255, 188, 211, 0.3);
  display: inline-block;
}
button:focus {
  outline: none !important;
}

.tab-style8 .tab-btn .day-box {
  text-align: left;
}

.tab-style8 .tab-btn .day {
  font-size: 18px;
  font-weight: 400;
  color: var(--title-color);
  display: block;
}

.tab-style8 .tab-btn .date {
  color: var(--body-color);
  font-size: 14px;
}

.tab-style8 .tab-btn.active {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.tab-style8 .tab-btn.active i {
  color: var(--white-color);
}

.tab-style8 .tab-btn.active .date,
.tab-style8 .tab-btn.active .day {
  color: var(--white-color);
}

.preloader-active {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  z-index: 999999;
}

.preloader-area-wrap {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  display: none;
}
.preloader-active .preloader-area-wrap {
  display: block;
}

.preloader-active .preloader-area-wrap img {
  width: 200px;
}

@media (max-width: 1199px) {
  .tab-style8 .tab-btn {
    gap: 12px;
    padding: 24px 25px;
  }

  .tab-style8 .tab-btn i {
    font-size: 36px;
  }

  .tab-style8 .tab-btn .day {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

@media (max-width: 991px) {
  .tab-style8 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
  }

  .tab-style8 .tab-btn {
    padding: 14px 25px;
  }
}

@media (max-width: 991px) {
  .tab-style8 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
  }

  .tab-style8 .tab-btn {
    padding: 14px 25px;
  }
}

.shedule-table {
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--border-color);
  width: 100%;
  border-radius: 10px;
  /*overflow: hidden;*/
  overflow-y: scroll;
  height: 300px;
}

.shedule-table .table-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid var(--border-color);
}

.shedule-table .table-column:last-of-type {
  border-right: none;
}

.shedule-table .vs-btn {
  padding: 10px 25px;
  min-width: 130px;
  background-color: transparent;
  background-image: none;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  border-radius: 0 0 21px;
  font-size: 14px;
  text-decoration: none;
}

.shedule-table .vs-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.shedule-table .td,
.shedule-table .th {
  text-align: center;
}

.shedule-table .th {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 600;
  padding: 12.5px 10px;
}

.shedule-table .td {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  width: 100%;
  padding: 10px;
  line-height: 1.3;
}

.shedule-table .td:nth-of-type(odd) {
  background-color: #f8f8f8;
}

.shedule-table .td i {
  color: var(--theme-color);
  line-height: 1.3;
}

.shedule-table .td img {
  border-radius: 999px;
}

@media (max-width: 1199px) {
  .shedule-table .td i {
    display: none;
  }
}

@media (max-width: 767px) {
  .shedule-table {
    min-width: 760px;
  }

  .shedule-table-area {
    overflow-x: scroll;
  }

  .tab-content.shedule-table-area .blog-content {
    width: 850px !important;
    margin-left: 30px;
  }

  .tab-content.shedule-table-area .blog-img {
    width: 900px;
    margin-top: 50px;
  }
  .tab-content.shedule-table-area .blog-img {
  }
  .tab-content.shedule-table-area .blog-content {
    max-width: 850px !important;
    margin-left: 30px !important;
  }
}

.blog-img {
  overflow: hidden;
}

.blog-img img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.vs-blog {
  position: relative;
}

.author-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.author-meta .author-avater {
  margin-right: 20px;
  border-radius: 8px;
  overflow: hidden;
}

.author-meta .author-name {
  margin-bottom: -3px;
  font-weight: 600;
  font-size: 18px;
}

.author-meta .author-name a {
  color: inherit;
}

.author-meta .author-name a:hover {
  color: var(--theme-color);
}

.author-meta .blog-meta {
  margin-bottom: 0;
}

.author-meta .blog-meta a,
.author-meta .blog-meta span {
  margin-top: 8px;
  margin-bottom: 0;
}

.blog-card {
  margin-bottom: 30px;
}

.blog-card .blog-content {
  max-width: 90%;
  padding: 40px 40px 32px 40px;
  background-color: var(--white-color);
  position: relative;
  /*margin-top: -120px;*/
  background-color: #fff;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  box-shadow: 0 5px 25px rgb(102 102 102 / 8%);
  padding-top: 32px;
  padding-bottom: 38px;
  margin: -120px auto 0;
}

.blog-card .blog-title {
  border-bottom: 1px solid #eef1f2;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 24px;
}

.blog-card .blog-img {
  border-radius: 15px;
  overflow: hidden;
}

.blog-card .blog-meta {
  margin-top: -0.22em;
  margin-bottom: 4px;
}

.blog-card .blog-meta a,
.blog-card .blog-meta span {
  font-weight: 400;
}

.blog-grid {
  margin-bottom: 30px;
}

.blog-grid .blog-img {
  margin-bottom: 35px;
  border-radius: 15px;
}

.blog-grid .blog-meta {
  margin-bottom: 10px;
}

.blog-grid .blog-title {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 22px;
  margin-bottom: 20px;
  font-size: 24px;
}

.blog-grid:hover .blog-img img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.blog-block {
  background-color: var(--white-color);
  border-radius: 15px;
  -webkit-box-shadow: 0 10px 25px 0 rgba(15, 15, 18, 0.04);
  box-shadow: 0 10px 25px 0 rgba(15, 15, 18, 0.04);
  border: 1px solid #efefef;
  overflow: hidden;
}

.blog-block .blog-img {
  position: relative;
  margin: -1px;
}

.blog-block .blog-img img {
  width: 100%;
}

.blog-block .category {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: var(--white-color);
  padding: 10.5px 20px;
  border-radius: 999px;
}
.first-col {
  max-width: 10%;
}
ol.breadcrumb {
  background: transparent;
}
ol.breadcrumb li {
  padding-right: 12px;
}
ol.breadcrumb li a {
  padding-right: 6px;
  text-decoration: none;
}
.button--promo {
  border: 1px solid;
}
.button--promo:hover {
  border: 1px solid;
}

.table-striped th {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 500;
  padding: 5.5px 10px;
}

.table-striped td,
.table-striped th {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid var(--border-color);
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f8f8f8;
}

table.table.table-striped.table-responsive {
  overflow: hidden;
  border-radius: 7px !important;
  border: 1px solid var(--border-color);
}

.table-striped tbody {
  border: 1px solid var(--border-color) !important;
}

.button--promo {
  border: 1px solid #ec2227;
}

.dd-section .border-top {
  border-top: inherit;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.border.border-primary {
  border-color: #0000001f !important;
  padding: 30px;
  border-radius: 0.25rem;
}

.page-pre-next li {
  width: calc(50% - 0px);
  float: left;
  display: inline-block;
  border: 1px solid #e8e8e8;
  padding: 13px 5px;
}

.page-pre-next li:last-child {
  text-align: right;
  border-left: none;
}

.page-pre-next li i {
  margin: 0 10px;
}

.page-pre-next li a {
  display: block;
  font-size: 0.9em;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}

.page-pre-next li a:hover {
  color: #ec2227;
}

ul.page-pre-next.mt50.mmt30.clearfix {
  width: 100%;
  padding: 0;
}
.form__field:hover {
  border-color: #777;
}

.form__field:focus {
  border-color: #ec2227;
  outline: 0;
}

.sitemap a {
  color: #000;
  text-decoration: none;
}

.sitemap a:hover {
  color: #ec2227;
}

.sitemap ul li {
  margin: 10px 0 !important;
}

.img--bg {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
  height: auto;
}

.hero-block {
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}

/* .hero-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
} */

.img--bg-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  z-index: -1;
}
.cstm-car-icn .single-approach:hover .approach-icon-wrapper {
  background-color: #ec2227;
  border: 1px solid #ec2227;
}

.cstm-car-icn .single-approach p {
  color: #000;
}
.cstm-car-icn .approach-text {
  margin-left: 0;
}
.cstm-full-width {
  width: 100%;
  display: flex;

  margin-bottom: 20px;
}
.cstm-car-icn .approach-icon-wrapper i {
  line-height: 45px;

  color: #ec2227;
}

.shedule-table1 {
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--border-color);
  width: 100%;
  border-radius: 10px;
  /*overflow: hidden;*/
  overflow-y: scroll;
  height: 300px;
}

.shedule-table1 .table-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid var(--border-color);
}

.shedule-table1 .table-column:last-of-type {
  border-right: none;
}

.shedule-table1 .vs-btn {
  padding: 10px 25px;
  min-width: 130px;
  background-color: transparent;
  background-image: none;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  border-radius: 0 0 0px;
  font-size: 14px;
  text-decoration: none;
}

.shedule-table1 .vs-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.shedule-table1 .td,
.shedule-table1 .th {
  text-align: center;
}

.shedule-table1 .th {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 600;
  padding: 12.5px 10px;
}

.shedule-table1 .td {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  font-size: 17px;
  height: 60px;
  width: 100%;
  padding: 25px;
  line-height: 1.3;
}

.shedule-table1 .td:nth-of-type(odd) {
  background-color: #f8f8f8;
}

.shedule-table1 .td i {
  color: var(--theme-color);
  line-height: 1.3;
}

.shedule-table1 .td img {
  border-radius: 999px;
}

.main-menu {
  position: unset;
}

.cstm_megamenu {
  position: static !important;
}

.main-menu .cstm_megamenu .main-menu__sub-list {
  padding: 50px 50px;
  width: 100%;
  box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.04);
}

.main-menu .cstm_megamenu .main-menu__sub-list .menu_sub {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  padding: 0;
  padding-top: 50px;
}

.main-menu .cstm_megamenu .main-menu__sub-list .menu_sub li a {
  padding: unset;
  border: unset;
}

footer {
  background-color: #ffffff !important;
}

footer a {
  color: #000000;
  text-decoration: none;
}

footer ul li a:hover {
  color: #ec2227;
}

footer p {
  color: #000000;
}

footer h4.widget-title {
  font-size: 20px;
  padding-bottom: 10px;
  color: #000000;
}

.cg__search-container input {
  background-color: transparent;
  color: #fff;
  border: none;
  outline: unset;
  border-bottom: 1px solid #ffffff;
  box-shadow: none;
  border-radius: unset;
  padding-left: unset !important;
}

.page-header_2.page-header--fixed .cg__search-container input {
  background: transparent;
  color: #000;
  border-bottom: 1px solid #000000;
}

.close_toggle {
    position: absolute;
    right: 50px;
    font-size: 30px;
    line-height: 0.8;
    color: #414a53;
    cursor: pointer;
}

.title_sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}

.filter_sidebar {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  max-height: 500px;
}

.filter_sidebar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  background-color: #aaa;
}

.filter_sidebar::-webkit-scrollbar-thumb {
  background: padding-box var(--theme-color);
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .shedule-table1 .td i {
    display: none;
  }
}

@media (max-width: 767px) {
  .shedule-table1 {
    min-width: 760px;
  }

  .shedule-table-area {
    overflow-x: scroll;
  }

  .tab-content.shedule-table-area .blog-content {
    width: 850px !important;
    margin-left: 30px;
  }

  .tab-content.shedule-table-area .blog-img {
    width: 900px;
    margin-top: 50px;
  }

  .tab-content.shedule-table-area .blog-img {
  }

  .tab-content.shedule-table-area .blog-content {
    max-width: 850px !important;
    margin-left: 30px !important;
  }
}
