.navbar-expand-lg {
  transition: 0.3s ease-in;
}
header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.navbar-brand img {
  height: 60px;
  transition: 0.3s ease-in;
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-weight: 500;
  color: #ffffffcc;
  position: relative;
  letter-spacing: .05em;
  padding: 0;
  transition: 0.3s ease-in;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1.25rem;
}
.navbar-expand-lg .navbar-nav .nav-link:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}
.navbar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  font-family: 'fontAwesome';
  content: "\f078";
  font-weight: 900;
  border: none;
  font-size: 10px;
}
.navbar-nav .dropdown-menu {
  box-shadow: 0px 8px 32px 0px #00000026;
  border: none;
  border-radius: 16px;
  padding: 17px 0;
  margin: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
  transform: translateY(15px);
  top: 200%;
}
.navbar-nav .dropdown-menu .dropdown-item {
  padding: 10px 25px;
  color: var(--black);
}
.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
main {
  padding-top: 0;
}
.hero-banner::before {
  background-image: linear-gradient(to right, rgb(14 17 22 / 90%), rgb(9 19 34 / 80%), rgb(1 3 6 / 70%));
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity:0.8;
}
.hero-banner, .hero-img {
  height: 100dvh;
  overflow: hidden;
}
.hero-img img {
  height: 100%;
  object-fit: cover;
}
.hero-text {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  align-items: center;
  display: flex;
  height: 100%;
  padding-top: 5rem;
}
.hero-text h4 {
  display: inline-flex;
  padding-top: .375rem;
  padding-bottom: .375rem;
  background: #ffffff26;
  border: 1px solid #ffffff4d;
  color: var(--white);
  border-radius: 9999px;
  gap: .5rem;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  letter-spacing: .1em;
  font-weight: 500;
  text-transform: uppercase;
  font-size: .75rem;
  font-family: var(--paragraph-font);
  margin-bottom: 1.5rem;
  line-height: 1rem;
}
.hero-text svg {
  color: var(--white);
}
.hero-text h2 {
  font-size: 4.5rem;
  line-height: 1;
  color: rgb(248, 246, 242);
  font-weight: 700;
  margin-bottom: 1rem;
}
.hero-text h2 span, .hero-text h3 span {
  color: var(--primary-color);
}
.hero-text h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fdfdfdcc;
  font-weight: 600;
  margin-bottom: .75rem;
}
.hero-text p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgb(219 219 219 / 60%);
  margin-bottom: 2.5rem;
}
.counter-sec {
  margin-top: 6rem;
}
.counter-box h3 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 0;
}
.counter-box p {
  color: rgb(219 219 219 / 60%);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .75rem;
  line-height: 1rem;
  margin-top: .25rem;
  margin-bottom: 0;
}
.hero-text h2 span {
  display: block;
}
.about-title {
  font-size: 42px;
  font-weight: 700;
  color: #0b1c2c;
  margin-bottom: 20px;
}
.about-title span {
  color: #f7941d;
}
.about-text {
  color: #5b6b7b;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}
.about-list {
  list-style: none;
  padding: 0;
}
.about-list li {
  position: relative;
  padding-left: 13px;
  margin-bottom: 10px;
  font-size: .875rem;
  line-height: 1.25rem;
  color: var(--black);
  font-weight: 600;
}
.about-list li::before {
  content: "";
  width: .5rem;
  height: .5rem;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.badge-box {
  background: var(--black);
  color: #fff;
  padding: 15px 18px;
  border-radius: 10px;
}
.badge-box h4 {
  margin: 0;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
}
.badge-box p {
  margin: 0;
  font-size: .875rem;
  line-height: 1.25rem;
  color: #f8f6f2b3;
}
.badge-top {
  right: -1rem;
  top: -1rem;
  padding: 1rem;
}
.badge-bottom {
  padding: 1.5rem;
  left: -1.5rem;
  bottom: -1.5rem;
  font-weight: 700;
}
.badge-bottom.badge-box h4 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.section-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #f8f6f2;
}
.icon-box {
  width: 40px;
  height: 40px;
  background: rgb(201 32 41 / 10%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--primary-color);
  font-size: 18px;
}
.unit-card {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #ffffff0a;
  padding: 18px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: 0.3s;
}
.unit-number {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-color);
  min-width: 30px;
}
.unit-card h6 {
  margin: 0;
  font-weight: 600;
  font-family: var(--paragraph-font);
  color: var(--white);
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.network-section .unit-card p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #f8f6f2b3;
}
.chip {
  padding: 8px 16px;
  border-radius: 30px;
  border: 1px solid var(--primary-color);
  color: var(--white);
  font-size: 14px;
  background: rgb(201 32 41 / 10%);
}
.chip-outline {
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #ffffff0a;
  font-size: 14px;
  color: var(--white);
}
.network-section p {
  color: #f8f6f2b3;
}
.process-card {
  background: #ffffff03;
  border-radius: 10px;
  padding: 25px;
  transition: 0.3s ease;
  border: 1px solid rgb(249 232 233);
  height: 100%;
}
.process-card:hover {
  transform: translateY(-5px);
  border-color: var(--primary-color);
}
.process-card .step-number {
  color: var(--primary-color);
  font-weight: 700;
  margin-left: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: var(--title-font);
}
.process-card .card-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 15px;
}
.process-card .card-text {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 0;
}
.timeline-item {
  position: relative;
}
.info-card {
  padding: 10px;
  border-radius: 6px;
  position: relative;
  margin-bottom: 30px;
  border: 18px;
}
.info-card::before {
  content: '';
  position: absolute;
  width: 100%;
  background: var(--alt-color);
  height: 100px;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 0 0 10px 18px;
}
.info-card .p-4 {
  height: 230px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: var(--white);
}
.info-card::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 15px 15px 0 15px;
  border-style: solid;
  border-color: var(--alt-color) transparent transparent transparent;
}
.info-card .icon i {
  color: var(--alt-color);
  font-size: 25px;
}
.dot-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  background: var(--alt-color);
  height: 3px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dot {
  width: 18px;
  height: 18px;
  background: var(--black);
  border: 4px solid var(--alt-color);
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.year {
  margin-top: 10px;
  font-weight: 600;
  color: var(--white);
  font-size: 25px;
}
.journey-swiper .swiper-slide:nth-child(odd) {
  --alt-color: var(--primary-color);
}
.journey-swiper .swiper-slide:nth-child(even) {
  --alt-color: var(--primary-color);
}
.journey-swiper .swiper-button-prev::after, .journey-swiper .swiper-button-next::after {
  font-weight: 600;
  color: var(--white);
  font-size: 16px;
}
.journey-swiper .swiper-button-prev, .journey-swiper .swiper-button-next {
  transform: none;
  top: unset;
  bottom: 35px;
  padding: 0;
  width: auto;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 50%;
}
.journey-swiper .swiper-button-prev {
  left: 0px;
}
.journey-swiper .swiper-button-next {
  right: 0;
}
.info-card .p-4 {
  border-radius: 10px;
}
.quality-ul li {
  padding: 8px 25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: var(--white);
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding-left: 8px;
  color: var(--black);
  width: 48.3%;
}
.quality-ul li span {
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  border-radius: 50%;
  flex-shrink: 0;
}
.quality-ul li span img {
  width: 20px;
  filter: invert(1);
}
.quality-img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  height: 100%;
}
.card-box {
  background: #ffffff0a;
  border-radius: 10px;
  padding: 2rem;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border: 1px solid rgb(249 232 233);
}
.card-title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
  margin-bottom: 20px;
  color: var(--primary-color);
}
.list-item {
  display: flex;
  align-items: center;
  margin-top: 16px;
  font-size: .875rem;
  line-height: 1.25rem;
  /*color: #f8f6f2b3;*/
  gap: .75rem;
}
.list-item svg {
  color: var(--primary-color);
}
.product-pills .nav-link {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.015em;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: auto;
  text-decoration: none;
  text-transform: none;
  border-radius: 8px;
  outline: 0;
  padding: 12px 20px;
  border: 1px solid var(--grey-color);
  background: var(--grey-color);
  color: var(--black);
  transition: 0.3s ease-in;
}
.product-pills .nav-link.active {
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  color: var(--white);
}
.new-table td {
  padding: 15px 10px !important;
}
.tab-pane .new-table td {
  text-align: center;
}
.icon-xl img {
  height: 70px;
}
.service-box-title-new {
  margin-left: 0px;
  font-size: 30px;
}
.wt-icon-box-wraper-new {
  position: relative;
  margin-bottom: 25px;
}
.service-box-1-new {
  position: relative;
  padding: 30px;
}
.card1 {
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}
.card1::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -32px;
  left: 50%;
  background-color: var(--primary-color);
  height: 32px;
  width: 32px;
  border-radius: 32px;
  -webkit-transform: scale(1);
  transform: translateX(-50%) scale(1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}
.card1:hover:before {
  -webkit-transform: scale(50);
  transform: scale(50);
}
.card1:hover .site-text-primary, .card1:hover .s-title-one, .card1:hover .service-box-content-new p, .card1:hover .service-box-content-new p strong {
  color: #fff;
}
.tab-content {
  padding: 35px;
  border-radius: 20px;
  border: 1px solid var(--grey-color);
  background: var(--grey-color);
}
.s-title-one {
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 0;
}
.card1:hover img {
  filter: invert(1);
}
.service-box-title {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  gap: 15px;
}
.wt-box {
  padding: 25px;
  border-radius: 20px;
  height: 100%;
}
.wt-box p {
  color: var(--black);
}
.service-border-box {
  height: 100%;
}
.wt-icon-number {
  font-weight: 600;
  font-size: 20px;
  color: var(--primary-color);
}
.wt-box .service-box-title .s-title-one {
  color: var(--primary-color);
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 700;
}
.wt-box .service-box-content p {
  font-size: 14px;
}
.img-colarge {
  position: relative;
  height: 100%;
  margin-bottom: 80px;
  padding-right: 30px;
}
.colarge-1 {
  position: relative;
  margin: 40px 30px 0px 40px;
  z-index: 1;
}
.colarge-1 img {
  width: 100%
}
.colarge-1:before, .colarge-1:after {
  position: absolute;
  border: 15px solid var(--primary-color);
  content: '';
  width: 80%;
  height: 80%;
  z-index: -1;
}
.colarge-1:before {
  left: -40px;
  top: -40px;
}
.colarge-1:after {
  right: -30px;
  bottom: 0px;
}
.bg-red {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}
.sticky-header {
  background: var(--black);
}
.item {
  border-radius: 10px;
  overflow: hidden;
}
.ow-client-logo {
  display: table;
  background: var(--white);
  width: 100%;
}
.ow-client-logo img {
  max-height: 100%;
  width: auto;
  display: inline-block;
  transform-style: inherit;
  max-width: 100% !important;
  margin: 0px auto !important;
  width: auto !important;
  filter: grayscale(1);
  transition: 0.3s ease-in-out;
  height: 150px;
  object-fit: scale-down;
  padding: 20px;
}
.client-logo-media:hover img {
  filter: grayscale(0);
}
.partner-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--primary-color);
}
.download-text h2 {
  color: var(--black);
}
.contact-box {
  display: flex;
  align-items: flex-start;
  margin-top: 25px;
  gap: 15px;
}
.contact-box .icon-box {
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
.contact-box h6 {
  margin: 0;
  font-size: 14px;
  color: #657081;
  font-family: var(--paragraph-font);
}
.contact-box p {
  margin: 0;
  font-weight: 600;
  color: var(--black);
}
.form-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  border: 1px solid #e5e5e5;
}
.form-card h5 {
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--black);
}
.form-control, .form-select {
  padding-top: .625rem;
  padding-bottom: .625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 1px solid #dcdcdc;
  background-color: #f9fafb;
  border-radius: .25rem;
  font-size: .875rem;
  line-height: 1.25rem;
}
.form-control::placeholder {
  color: #9aa1a9;
}
.form-card label {
  color: var(--black);
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.submit-btn {
  background: var(--primary-color);
  color: #fff;
  border: none;
  padding: 12px;
  width: 100%;
  font-weight: 600;
  border-radius: 5px;
  margin-top: 10px;
  transition: 0.3s;
}
.submit-btn:hover {
  background: var(--black);
}
.site-footer {
  background-position: center;
  background-size: cover;
  border-top: 0px solid var(--black);
  overflow: hidden;
}
.footer-dark .footer-top p, .footer-dark .footer-top strong, .footer-dark .footer-top b, .footer-dark .footer-top {
  color: #fff;
}
.footer-dark .footer-top {
  background-color: #171717;
  overflow: hidden;
}
.footer-top {
  padding: 0px;
}
.bg-bottom-right {
  background-position: bottom right;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.footer-h-left {
  padding: 50px 40px 40px 0px;
  position: relative;
  z-index: 1;
}
.footer-h-left:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #111111;
  z-index: -1;
  width: 6000px;
  height: 150%;
}
.widget {
  margin-bottom: 40px;
}
.logo-footer {
  margin-bottom: 35px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 9;
}
.footer-dark .footer-top h3 {
  color: var(--primary-color);
  margin: 0 0 25px;
  font-size: 22px;
  font-weight: 700;
}
.site-footer .widget ul {
  list-style: none;
  margin-top: 0px;
  padding-left: 0;
}
.site-footer .widget_address {
  padding-top: 5px;
}
.footer-dark .widget_address li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 30px;
  color: #fff;
  font-size: 14px;
}
.footer-dark .widget_address li i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 18px;
  color: var(--primary-color);
}
.footer-dark .widget_address li a {
  color: var(--white);
  transition: 0.3s ease-in;
}
.footer-dark .widget_address li a:hover {
  color: #f8f6f2b3;
}
.footer-dark .widget_services ul li a {
  color: #fff;
  transition: 0.3s ease-in;
}
.footer-dark .widget_services ul li a:hover {
  color: #f8f6f2b3;
}
.site-footer .widget_services ul li {
  width: 100%;
  padding: 2px 0px;
}
.footer-h-right {
  padding-top: 80px;
}
.social-icons {
  list-style: none;
  display: flex;
  font-size: 12px;
  padding-left: 0;
  gap: 10px;
  margin: 0px;
}
.footer-dark .social-icons li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0px;
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 8px;
  font-size: 16px;
}
.logo-footer img {
  width: 200px;
}
.copy-sec {
  padding: 15px 0;
  background: var(--primary-color);
}
#chartdiv {
  width: 100%;
  height: 600px;
}
.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;flex-shrink: 0;
}
.color-blue {
  background: #4DA3FF;
}
.color-yellow {
  background: #FFC107;
}
.color-teal {
  background: #00C2B2;
}.color-red {
  background: var(--primary-color);
}
.legend-box {
  font-size: 14px;
  color: #f8f6f2b3;
}
.chart-legend {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #ffffff0a;
  border-radius: 8px;
}
.float-btn {
  bottom: 50px;
  right: 50px;
  z-index: 9999;
}
.navbar-back {
  height: 85px;
  background: var(--black);
}
.inner-banner-wrapper {
  padding: 50px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-banner-wrapper h1, .inner-banner-wrapper h2 {
  font-size: 60px;
  color: var(--primary-color);
}
.breadcrumb-item a, .breadcrumb-item+.breadcrumb-item::before {
  color: var(--black);
}
.breadcrumb-item {
  color: var(--primary-color);
  font-weight: 800;
  font-size: 20px;
  font-family: var(--title-font);
}
.breadcrumb-item.active {
  color: var(--primary-color);
}
.img-zoom img {
  transition: 0.3s ease-in;
}
.media-card:hover .img-zoom img {
  transform: scale(1.2);
}
.media-text p {
  margin-bottom: 0;
  color: var(--black);
  font-weight: 600;
}
.media-text {
  padding-top: 30px;
}
.post-date {
  font-size: 24px;
  font-weight: 800;
  color: var(--primary-color);
}
.media-img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(201, 33, 39, 0.55) 0%, rgba(201, 33, 39, 0) 100%);
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.1s ease-in;
  z-index: 1;
}
.media-card:hover .media-img::before {
  opacity: 1;
}
.coverage-post {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff0a;
}
.coverage-post .media-text {
  padding: 30px;
  text-align: center;
}
.coverage-post .media-text h3 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 22px;
  color: var(--white);
}
.coverage-post img {
  height: 500px;
  object-fit: cover;
  object-position: top left;
}
.commercial-card .media-img {
  height: 315px;
  overflow: hidden;
}
.state-rate-box {
  background: #ffffff03;
  border-radius: 10px;
  padding: 25px;
  transition: 0.3s ease;
  border: 1px solid rgb(249 232 233);
  margin-top: 35px;
}
.state-rate-box iframe {
aspect-ratio: 1/ 1.414;
  width: 100%;
}
.banner-form form input, .banner-form form select {
  margin-bottom: 10px;
}
.inner-banner-wrapper2 h1 {
  font-size: 100px;
}
.inner-banner-wrapper2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
.animate_line {
  position: relative;
  z-index: 0;
  padding: 15px 15px;
}
.animate_line:before {
  right: 5px;
  border-radius: 0 20px 0 0;
  top: 5px;
}
.animate_line:after, .animate_line:before {
  content: "";
  height: 4px;
  width: 0px;
  position: absolute;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index: -1;
}
.animate_line:after {
  left: 5px;
  bottom: 5px;
  border-radius: 0 0 0 20px;
}
.cardbg {
  position: relative;
  z-index: 1;
  border: 1px solid #ddd;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  padding: 30px;
}

.icon-xl img {
  height: 80px;
}
.service-box-title-new h3 {
  margin-left: 0px;
  margin-bottom: 20px;
  font-size: 25px;
}
.service-box-content-new {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  min-height: 175px;
}
.animate_line:hover::after, .animate_line:hover::before {
  background-color: var(--primary-color);
}
.animate_line:hover:after, .animate_line:hover:before {
  width: 50%;
  height: 50%;
  background-color: var(--primary-color);
}
.cardbg:hover {
  background-color: var(--black) !important;
  color: #fff;
}
.cardbg:hover .s-title-one, .cardbg:hover .site-button-link, .cardbg:hover p {
  color: #fff;
}
.wt-icon-card {
  padding: 20px;height: 100%;
}
.wt-icon-card .wt-card-content p {
  margin-bottom: 0px;
  font-size: 18px;
}
.dropdown-item.active, .dropdown-item:active {
  background: #f8f9fa;
}
.img-top-bottom-aanimation {
  -webkit-animation: img-animation 5s ease-in-out infinite alternate-reverse both;
  animation: img-animation 5s ease-in-out infinite alternate-reverse both;
}
@-webkit-keyframes img-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes img-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}.process-flex-box{
    width:19%;
}.pills-title{
    color:var(--black);
}.size-list li{
        padding: 4px 15px;
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    color:var(--primary-color);
}
 .journey-box {
            text-align: center;
            color: #f8f6f2b3;
        }

        .journey-box-wrapper {
            flex-shrink: 0;
            width: 25%;
        }

        .journey-box .year {
            font-weight: 600;
            font-size: 30px;
            color: var(--primary-color);
            position: relative;
            padding-top: 15px;
            margin-top: 0;
            border-bottom: 4px solid var(--primary-color);
            padding-bottom: 15px;
        }

        .journey-box .content::before {
            content: '';
            position: absolute;
            top: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 18px;
            height: 18px;
            background: var(--white);
            border: 4px solid var(--primary-color);
            border-radius: 50%;
            margin: 0 auto;
            z-index: 2;
        }

        .journey-box-row {
            display: flex;
            flex-wrap: wrap;
        }

        .journey-box .dot {
            border: 4px solid var(--primary-color);
            margin-bottom: 15px;
            position: relative;
            display: none;
        }

        .dot-wrapper {
            position: relative;
        }

        .journey-box .content {
            padding: 25px;
            min-height: 130px;
            position: relative;
        }


        .journey-box-row:nth-child(even) {
            flex-flow: row-reverse;
        }

        .journey-box-row {
            position: relative;
        }

        .journey-box-row::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border: 4px solid var(--primary-color);
            border-top: none;
            border-bottom: none;
            top: 76px;
        }

        .journey-box-row:nth-child(even):before {
            border-top: none;
            border-right: none;
        }

        .journey-box-row:nth-child(odd):before {
            border-left: none;
        }

        .journey-box-row:last-child:before {
            display: none;
        }

        @media(max-width:600px) {
            .journey-box-wrapper {
                width: 50%;
            }

            .journey-box-row::before {
                display: none;
            }

            .journey-box .content {
                padding: 15px;
                padding-bottom: 0;
                font-size: 14px;
                line-height: 1.2;
                min-height: 0;
            }

            .journey-box .year {
                font-size: 22px;
            }

            .journey-box-row:nth-child(even) {
                flex-flow: row;
                flex-wrap: wrap;
            }
        }