@charset "UTF-8";
/*----------------------------------------------

[Master Stylesheet]

Project:     Seiger India
Version:     1.0
Start Date:  12.06.2025
Last change: 26.06.2025
Primary use:    AGT 
Author:   Praveen Maddy

-----------------------------------------------*/
/*----------------------------------------------

[Table of contents]

1. Body
2. Header
3. Main
4. Footer

-----------------------------------------------*/
/*----------------------------------------------

[Fonts]

Base Fonts(Headings & Content)  : "Manrope", sans-serif;
Icon Fonts                      : Fontawesome 5.15.4

------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
:root {
  scroll-padding-top: 100px;
  --swiper-wrapper-transition-timing-function: linear !important;
}

html {
  margin: 0;
  padding: 0;
  scroll-padding-top: 100px;
}

body {
  line-height: 32px;
  font-size: 18px;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  position: relative;
  font-family: "Open Sans", Arial, sans-serif;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none !important;
  margin-block-start: 0;
  -ms-margin-block-start: 0;
  -moz-margin-block-start: 0;
  -o-margin-block-start: 0;
  margin-block-end: 0;
  -ms-margin-block-end: 0;
  -moz-margin-block-end: 0;
  -o-margin-block-end: 0;
  padding-inline-start: 0;
  -ms-padding-inline-start: 0;
  -moz-padding-inline-start: 0;
  -o-padding-inline-start: 0;
}

li {
  text-decoration: none !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
  color: #555555;
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 768px) {
  p {
    font-size: 17px;
    line-height: 28px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
}
button:focus {
  box-shadow: none;
  outline: none;
}

a,
a:link,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

::-ms-expand {
  display: none;
}

::-ms-clear {
  display: none;
}

:focus {
  box-shadow: none !important;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

.mx-0-auto {
  margin: 0 auto;
}

.btn.focus,
btn.focus,
.btn:focus,
btn:focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

input:-internal-autofill-selected {
  background-color: transparent;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

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

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

textarea {
  resize: none;
}
textarea:focus {
  outline: none;
  box-shadow: none;
}

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

.bg-gray {
  background-color: rgba(199, 22, 29, 0.1) !important;
}

.common-button {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  padding: 8px 18px;
  cursor: pointer;
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #c7161d;
  border: 1px solid #c7161d;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.common-button:hover {
  color: #000000;
}

/*--------------------------------------------------Header---------------------------------------------------*/
.home header {
  background-color: #ffffff;
}

header {
  background-color: #ffffff;
}
header .topbar {
  background-color: #2a2a2a;
  padding: 2px 0px;
}
header .topbar .contact-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .topbar .contact-bar .address ul {
  display: flex;
  gap: 10px;
}
header .topbar .contact-bar .address ul li {
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
  color: #ffffff;
}
header .topbar .contact-bar .address ul li i {
  font-size: 12px;
  color: #ffffff;
}
header .topbar .contact-bar .icon-context {
  display: flex;
  gap: 3px;
  padding-right: 30px;
  align-items: center;
}
header .topbar .contact-bar .icon-context:last-child::after {
  display: none;
}
header .topbar .contact-bar .icon-context .icon i {
  font-size: 12px;
  color: #ffffff;
  margin-right: 7px;
}
header .topbar .contact-bar .icon-context .context ul li a {
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
  color: #ffffff;
}
header .topbar .contact-bar .contact-list {
  display: flex;
}
header.sticky-top {
  box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
}
header .navbar {
  border-color: rgba(255, 255, 255, 0.05);
  padding: 8px 0px;
}
header .navbar .navbar-brand {
  padding: 0;
  margin: 0;
}
header .navbar .navbar-brand img {
  width: 150px;
}
header .navbar .navbar-brand:focus-visible {
  outline: none;
}
header .navbar .navbar-nav {
  gap: 15px 30px;
}
header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 13px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0;
}
header .navbar .navbar-nav .dropdown-menu {
  padding: 20px 10px;
  border: 1px solid #393939;
  background-color: #121212;
  min-width: 230px;
}
header .navbar .navbar-nav .dropdown-menu .dropdown-item {
  padding: 10px 25px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header .navbar .navbar-nav .dropdown-menu .dropdown-item:focus, header .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  transform: translateX(10px);
}
header .navbar .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out;
}
header .navbar .nav-item.dropdown .dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
header .navbar-toggler {
  padding: 0;
  border: 0;
}
header .navbar-toggler-icon {
  background-image: none;
}
header .navbar-toggler-icon .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
header .navbar-toggler-icon .container {
  cursor: pointer;
  padding: 0;
}
header .navbar-toggler-icon .checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 1.3em;
  width: 1.3em;
}
header .navbar-toggler-icon .checkmark span {
  width: 32px;
  height: 2px;
  background-color: white;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
header .navbar-toggler-icon .checkmark span:nth-child(1) {
  top: 10%;
  left: 0;
}
header .navbar-toggler-icon .checkmark span:nth-child(2) {
  top: 50%;
  left: 0;
}
header .navbar-toggler-icon .checkmark span:nth-child(3) {
  top: 90%;
  left: 0;
}
header .navbar-toggler-icon .container input:checked + .checkmark span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
}
header .navbar-toggler-icon .container input:checked + .checkmark span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
}
header .navbar-toggler-icon .container input:checked + .checkmark span:nth-child(3) {
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  opacity: 0;
}
header .contact-btn {
  line-height: 0;
}
header .contact-btn .common-button {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  padding: 12px 22px;
  cursor: pointer;
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #c7161d;
  border: 1px solid #c7161d;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header .contact-btn .common-button:hover {
  color: #000000;
}
@media (max-width: 992px) {
  header .contact-btn {
    display: none;
  }
}
@media (max-width: 768px) {
  header .topbar .contact-bar {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  header .topbar {
    padding: 10px 0px;
  }
  header .topbar .contact-bar .icon-context {
    padding-right: 15px;
  }
}

/*------------------------------------------------Main-SCSS------------------------------------------------*/
.custom-spacing {
  padding-top: 80px;
  padding-bottom: 80px;
}

main {
  overflow-x: hidden;
}

/*--------------------------------------------------Banner-------------------------------------------------*/
.home-banner .no-gutters .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}
.home-banner .swiper .swiper-slide .swiper-item {
  display: flex;
  align-items: center;
  height: 100vh;
  padding: 0px 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-banner .swiper .swiper-slide .swiper-item h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #c7161d;
  padding-bottom: 15px;
}
.home-banner .swiper .swiper-slide .swiper-item p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #ffffff;
  padding-bottom: 10px;
}
.home-banner .swiper .swiper-slide .swiper-item a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #ffffff;
}
.home-banner .swiper .swiper-slide .swiper-item.swiper-background-1 {
  background-image: url(../images/div1.jpg);
}
.home-banner .swiper .swiper-slide .swiper-item.swiper-background-2 {
  background-image: url(../images/div23.jpg);
}
.home-banner .swiper .swiper-slide .swiper-item.swiper-background-2 h2 {
  color: #ffffff;
}
.home-banner .swiper .swiper-slide .swiper-item.swiper-background-3 {
  background-image: url(../images/div3.jpg);
}
.home-banner .swiper .swiper-slide .item .video-slide {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.home-banner .swiper .swiper-slide .item .video-slide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.home-banner .swiper-button-next,
.home-banner .swiper-button-prev {
  background-color: #3c3c3c;
  border-radius: 50px;
  width: 40px;
  height: 40px;
}
.home-banner .swiper-button-prev {
  left: 15px;
}
.home-banner .swiper-button-next {
  right: 15px;
}
.home-banner .swiper-button-prev:after,
.home-banner .swiper-button-next:after {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 992px) {
  .home-banner .swiper .swiper-slide.custom-d-lg-none {
    display: none;
  }
}

.home-testimonial {
  display: flex;
  position: relative;
  z-index: 5;
  overflow-x: hidden;
}
.home-testimonial::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-color: #2a2a2a;
  z-index: -1;
}
.home-testimonial::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-color: #f8f8f9;
  z-index: -1;
}
.home-testimonial .testimonial-context {
  margin-right: 20px;
}
.home-testimonial .testimonial-context h2 {
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 20px;
}
.home-testimonial .testimonial-context p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  color: #ffffff;
}
.home-testimonial .left-col {
  background-color: #2a2a2a;
  padding: 100px 40px 100px 0px;
}
.home-testimonial .right-col {
  background-color: #f8f8f9;
  padding: 100px 0px 100px 40px;
}
.home-testimonial .swiper .swiper-slide p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #333;
  padding-bottom: 15px;
}
.home-testimonial .swiper .swiper-slide ul li {
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  font-weight: 600;
  padding-bottom: 12px;
}
.home-testimonial .swiper .swiper-slide ul li:last-child {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .home-testimonial .testimonial-context h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .home-testimonial .testimonial-context h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .home-testimonial::before {
    display: none;
  }
  .home-testimonial::after {
    display: none;
  }
  .home-testimonial .left-col {
    padding: 30px;
  }
  .home-testimonial .right-col {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .home-testimonial .testimonial-context h2 {
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 10px;
  }
}

.home-service .equal-section-grid-content {
  padding: 50px 50px;
  background-color: #2a2a2a;
  height: 100%;
  display: grid;
  align-content: center;
}
.home-service .equal-section-grid-content span {
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
  color: #676767;
  display: block;
  padding-bottom: 12px;
}
.home-service .equal-section-grid-content h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 10px;
  color: #ffffff;
}
.home-service .equal-section-grid-content p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #ababab;
  padding-bottom: 20px;
}
.home-service .equal-section-grid-content a {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  padding: 12px 22px;
  cursor: pointer;
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #c7161d;
  border: 1px solid #c7161d;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: max-content;
  font-size: 14px;
  line-height: 14px;
  padding: 18px 22px;
}
.home-service .equal-section-grid-content a:hover {
  color: #000000;
}
.home-service .equal-section-grid-content a.btn-dark {
  background-color: #2a2a2a;
  color: #ffffff;
}
.home-service .equal-section-grid-content a.btn-dark:hover {
  background-color: #000000;
}
.home-service .equal-section-grid-content.bg-red {
  background-color: #c7161d;
}
.home-service .equal-section-grid-content.bg-red span {
  color: #ffffff;
}
.home-service .equal-section-grid-content.bg-red p {
  color: #ffffff;
}
.home-service .equal-section-grid-content.bg-hash {
  background-color: #e2e2e2;
}
.home-service .equal-section-grid-content.bg-hash h3 {
  color: #000000;
}
.home-service .equal-section-grid-content.bg-hash p {
  color: #000000;
}
.home-service .equal-section-grid-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.home-service .equal-section-grid-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .home-service .equal-section-grid-content {
    padding: 40px;
  }
  .home-service .row-reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .home-service .equal-section-grid-content {
    padding: 30px;
  }
  .home-service .equal-section-grid-content h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 576px) {
  .home-service .equal-section-grid-content {
    padding: 30px 30px;
  }
  .home-service .equal-section-grid-content h3 {
    font-size: 26px;
    line-height: 34px;
  }
}

.home-what-we-do .section-title {
  text-align: center;
  padding-bottom: 40px;
}
.home-what-we-do .section-title h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 10px;
}
.home-what-we-do .section-title p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #333;
}
.home-what-we-do .what-we-do-inn {
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  border: 1px solid rgba(193, 193, 193, 0.5019607843);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}
.home-what-we-do .what-we-do-inn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 3px;
  margin: 0 auto;
  background-color: transparent;
  transition: width 0.5s ease-in-out, background-color 0.5s ease-in-out;
}
.home-what-we-do .what-we-do-inn .icon i {
  text-align: center;
  color: #c7161d;
  font-size: 40px;
  display: block;
  padding-bottom: 20px;
}
.home-what-we-do .what-we-do-inn .context h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 10px;
  text-align: center;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.home-what-we-do .what-we-do-inn .context p {
  font-size: 13px;
  line-height: 21px;
  font-weight: 600;
  color: #333;
}
.home-what-we-do .what-we-do-inn:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.home-what-we-do .what-we-do-inn:hover .context h3 {
  color: #c7161d;
}
.home-what-we-do .what-we-do-inn:hover::after {
  width: 90%;
  background-color: #c7161d;
}
.home-what-we-do .row-gap {
  gap: 30px 0px;
}
@media (max-width: 992px) {
  .home-what-we-do .section-title {
    padding-bottom: 30px;
  }
  .home-what-we-do .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .home-what-we-do .section-title h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 576px) {
  .home-what-we-do .section-title {
    padding-bottom: 30px;
  }
  .home-what-we-do .section-title h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

.home-touch-panel .section-title {
  text-align: center;
  padding-bottom: 40px;
}
.home-touch-panel .section-title h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 10px;
}
.home-touch-panel .section-title p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #333;
}
.home-touch-panel img {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.home-touch-panel .row-gap {
  gap: 30px 0px;
}
.home-touch-panel .context p {
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
  color: #000000;
  padding-bottom: 20px;
}
.home-touch-panel .context a {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  padding: 12px 22px;
  cursor: pointer;
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #c7161d;
  border: 1px solid #c7161d;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: max-content;
}
.home-touch-panel .context a:hover {
  color: #000000;
}
@media (max-width: 992px) {
  .home-touch-panel .section-title {
    padding-bottom: 30px;
  }
  .home-touch-panel .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .home-touch-panel .section-title h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 576px) {
  .home-touch-panel .section-title {
    padding-bottom: 30px;
  }
  .home-touch-panel .section-title h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

.custom-breadcrumb {
  background-color: #f2f1ed;
  padding: 20px 0px;
}
.custom-breadcrumb.breadcrumb-sticky {
  position: sticky;
  top: 114px;
  z-index: 1000;
}
.custom-breadcrumb .breadcrumb-inn ul {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.custom-breadcrumb .breadcrumb-inn ul li {
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
  color: #999;
}
.custom-breadcrumb .breadcrumb-inn ul li.slash {
  color: #c7161d;
}
.custom-breadcrumb .breadcrumb-inn ul li a {
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
  color: #000000;
}
@media (max-width: 992px) {
  .custom-breadcrumb .row {
    gap: 20px 0px;
  }
}
.custom-breadcrumb .custom-breadcrumb-flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.case-studies-breadcrumb {
  background-image: url(../images/case-study.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 5;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 500px;
}
.case-studies-breadcrumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.case-studies-breadcrumb .case-studies-breadcrumb-inn h5 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  padding-bottom: 10px;
}
.case-studies-breadcrumb .case-studies-breadcrumb-inn h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding-bottom: 30px;
}
.case-studies-breadcrumb .case-studies-breadcrumb-inn ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.case-studies-breadcrumb .case-studies-breadcrumb-inn ul li a {
  padding: 12px 25px;
  background-color: #ffffff;
  color: #333;
  font-size: 18px;
  line-height: 30px;
  font-weight: 100;
  min-width: 260px;
  display: block;
  text-align: center;
}
.case-studies-breadcrumb .case-studies-breadcrumb-inn ul li a i {
  margin-right: 5px;
}

.case-studies-single .section-title {
  padding-bottom: 40px;
  text-align: center;
}
.case-studies-single .section-title .subheading {
  text-align: center;
  display: block;
  padding-bottom: 15px;
}
.case-studies-single .section-title h2 {
  font-size: 34px;
  line-height: 42px;
  font-weight: 600;
}
.case-studies-single .row-gap {
  align-items: center;
}
.case-studies-single .context {
  padding-left: 25px;
}
.case-studies-single .context h2 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  padding-bottom: 10px;
}
.case-studies-single .context p {
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  padding-bottom: 10px;
}
.case-studies-single .context p:last-child {
  padding-bottom: 0;
}

.common-custom-navtabs ul {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.common-custom-navtabs ul li {
  line-height: 0;
}
.common-custom-navtabs ul li a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #000000;
  transition: all 0.3s ease;
  text-align: center;
  padding-bottom: 18px;
}
.common-custom-navtabs ul li a.active {
  border-bottom: 2px solid #b41f20;
}
@media (max-width: 992px) {
  .common-custom-navtabs ul {
    justify-content: start;
  }
}
@media (max-width: 768px) {
  .common-custom-navtabs ul {
    flex-wrap: wrap;
  }
  .common-custom-navtabs ul li a {
    padding-bottom: 10px;
  }
}

.about-overview {
  background-color: #ffffff;
}
.about-overview .overview-left h2 {
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
}
.about-overview .overview-left p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #666;
  padding-bottom: 15px;
}
.about-overview .overview-left p:last-child {
  padding-bottom: 0;
}
.about-overview .overview-context p {
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  color: #7c7c7c;
  padding-bottom: 15px;
}
.about-overview .overview-context a {
  margin-top: 10px;
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  padding: 12px 22px;
  cursor: pointer;
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #c7161d;
  border: 1px solid #c7161d;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: max-content;
}
.about-overview .overview-context a:hover {
  color: #000000;
}

.about-experience {
  background-image: url(../images/about-factory.jpg);
  background-size: cover;
  background-position: center center;
  padding: 180px 0px;
}
.about-experience .about-experience-inn {
  margin: 0 auto;
}
.about-experience .about-experience-inn h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 35px;
  text-align: center;
}
.about-experience .about-experience-inn ul li {
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  color: #ffffff;
  padding-bottom: 15px;
  text-align: center;
}
.about-experience .about-experience-inn ul li i {
  font-size: 10px;
  color: #c7161d;
  margin-right: 5px;
}
.about-experience .about-experience-inn ul li:last-child {
  padding-bottom: 0;
}

.about-vision-mission {
  position: relative;
  z-index: 5;
}
.about-vision-mission::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #c7161d;
  z-index: -1;
}
.about-vision-mission::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #2a2a2a;
  z-index: -1;
}
.about-vision-mission .about-vision {
  background-color: #c7161d;
  padding: 50px 0px;
}
.about-vision-mission .about-vision h3 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding-bottom: 35px;
}
.about-vision-mission .about-vision p {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.about-vision-mission .about-mission {
  background-color: #2a2a2a;
  padding: 50px 0px;
}
.about-vision-mission .about-mission h3 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding-bottom: 35px;
}
.about-vision-mission .about-mission p {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .about-vision-mission::after {
    display: none;
  }
  .about-vision-mission::before {
    display: none;
  }
  .about-vision-mission .about-vision h3 {
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 20px;
  }
  .about-vision-mission .about-mission h3 {
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .about-vision-mission .about-vision h3 {
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 10px;
  }
  .about-vision-mission .about-mission h3 {
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 10px;
  }
}

.about-core-values {
  background-color: #f2f1ed;
}
.about-core-values h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #393131;
  padding-bottom: 50px;
  text-align: center;
}
.about-core-values .row-gap {
  gap: 30px 0px;
}
.about-core-values .core-values-inn {
  display: flex;
  align-items: start;
  gap: 15px;
}
.about-core-values .core-values-inn .icon {
  background-color: #c7161d;
  width: 60px;
  border-radius: 5px;
  padding: 5px;
}
.about-core-values .core-values-inn .icon img {
  width: 50px;
}
.about-core-values .core-values-inn .context {
  width: 88%;
}
.about-core-values .core-values-inn .context h3 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #111;
  padding-bottom: 12px;
}
.about-core-values .core-values-inn .context p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #333;
  padding-bottom: 15px;
}
.about-core-values .core-values-inn .context p:last-child {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .about-core-values h2 {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .about-core-values h2 {
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .about-core-values h2 {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 20px;
  }
}

.about-company .row {
  align-items: center;
}
.about-company .swiper {
  width: 100%;
}
.about-company .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-company .swiper.thumb-slider {
  box-sizing: border-box;
  padding: 10px 30px;
  border-top: 1px solid #555;
  box-shadow: 0 10px 10px -5px #333 inset;
  background: #555;
}
.about-company .swiper.thumb-slider .swiper-wrapper {
  gap: 10px;
}
.about-company .swiper.thumb-slider .swiper-slide {
  width: auto;
  height: 100%;
  opacity: 0.4;
  transition: 0.3s;
  cursor: pointer;
}
.about-company .swiper.thumb-slider .swiper-slide img {
  width: 100px;
  height: 50px;
}
.about-company .swiper.thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
}
.about-company .swiper.thumb-slider .swiper-slide-thumb-active img {
  border: 5px solid #ffffff;
}
.about-company .about-company-inn {
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.about-company .about-company-inn h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 10px;
}
.about-company .about-company-inn h3 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  color: #c7161d;
  padding-bottom: 15px;
}
.about-company .about-company-inn ul li {
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  color: #000000;
  position: relative;
  padding-bottom: 15px;
  padding-left: 20px;
}
.about-company .about-company-inn ul li:last-child {
  padding-bottom: 0;
}
.about-company .about-company-inn ul li::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #c7161d;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .about-company .about-company-inn h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .about-company .about-company-inn h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 576px) {
  .about-company .about-company-inn {
    padding: 30px 15px;
  }
  .about-company .about-company-inn h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .about-company .about-company-inn h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

.products-jumbotron {
  background-color: #c7161d;
  padding: 30px 0px;
}
.products-jumbotron .row {
  align-items: center;
}
.products-jumbotron .context h2 {
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  color: #f1eeee;
  padding-bottom: 15px;
}
.products-jumbotron .context p {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 35px;
}
.products-jumbotron .context .dual-button {
  display: flex;
  gap: 10px;
}
.products-jumbotron .context .dual-button .light-btn {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  padding: 12px 22px;
  cursor: pointer;
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #c7161d;
  border: 1px solid #c7161d;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #ffffff;
  color: #000000;
}
.products-jumbotron .context .dual-button .light-btn:hover {
  color: #000000;
}
.products-jumbotron .context .dual-button .dark-btn {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  padding: 12px 22px;
  cursor: pointer;
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #c7161d;
  border: 1px solid #c7161d;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #000000;
  color: #ffffff;
}
.products-jumbotron .context .dual-button .dark-btn:hover {
  color: #000000;
}
.products-jumbotron .context .dual-button .dark-btn:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .products-jumbotron .row {
    gap: 30px 0px;
    flex-direction: column-reverse;
  }
  .products-jumbotron .context h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .products-jumbotron .context p {
    padding-bottom: 25px;
  }
  .products-jumbotron img {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .products-jumbotron .context h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .products-jumbotron .context p {
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .products-jumbotron .context h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

.products-special-features {
  position: relative;
  overflow: hidden;
  padding: 80px 0px 100px 0px;
}
.products-special-features .row {
  align-items: center;
}
.products-special-features h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  padding-bottom: 70px;
}
.products-special-features ul {
  margin: 0 auto;
  display: table;
}
.products-special-features ul li {
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  color: #7c7c7c;
  padding-bottom: 10px;
}
.products-special-features ul li:last-child {
  padding-bottom: 0;
}
.products-special-features .featured-image {
  position: absolute;
  right: 0;
  bottom: 0;
}
.products-special-features .row-gap {
  gap: 30px 0px;
}
.products-special-features .special-features-inn {
  display: flex;
  align-items: start;
  gap: 15px;
}
.products-special-features .special-features-inn .icon {
  background-color: #c7161d;
  width: 60px;
  border-radius: 5px;
  padding: 5px;
}
.products-special-features .special-features-inn .icon img {
  width: 50px;
}
.products-special-features .special-features-inn .context {
  width: 88%;
}
.products-special-features .special-features-inn .context h3 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #111;
  padding-bottom: 12px;
}
.products-special-features .special-features-inn .context p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #333;
  padding-bottom: 15px;
}
.products-special-features .special-features-inn .context p:last-child {
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .products-special-features {
    padding: 70px 0px 90px 0px;
  }
}
@media (max-width: 992px) {
  .products-special-features {
    padding: 60px 0px 80px 0px;
  }
  .products-special-features h2 {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .products-special-features {
    padding: 50px 0px 60px 0px;
  }
  .products-special-features h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  .products-special-features {
    padding: 30px 0px 40px 0px;
  }
  .products-special-features h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

.products-gallery h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #393131;
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .products-gallery h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 576px) {
  .products-gallery h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

.product-gallery-inn .swiper {
  width: 100%;
}
.product-gallery-inn .swiper .swiper-slide {
  position: relative;
}
.product-gallery-inn .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-gallery-inn .swiper .swiper-slide h3 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  padding: 10px 10px;
  bottom: 0px;
}
.product-gallery-inn .swiper.thumb-slider {
  box-sizing: border-box;
  padding: 10px 30px;
  border-top: 1px solid #555;
  box-shadow: 0 10px 10px -5px #333 inset;
  background: #555;
}
.product-gallery-inn .swiper.thumb-slider .swiper-wrapper {
  gap: 10px;
  justify-content: center;
}
.product-gallery-inn .swiper.thumb-slider .swiper-slide {
  width: auto;
  height: 100%;
  opacity: 0.4;
  transition: 0.3s;
  cursor: pointer;
}
.product-gallery-inn .swiper.thumb-slider .swiper-slide img {
  width: 100px;
  height: 50px;
}
.product-gallery-inn .swiper.thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
}
.product-gallery-inn .swiper.thumb-slider .swiper-slide-thumb-active img {
  border: 5px solid #ffffff;
}
.product-gallery-inn .swiper .swiper-button-next,
.product-gallery-inn .swiper .swiper-button-prev {
  background-color: #3c3c3c;
  border-radius: 5px;
  width: 40px;
  height: 60px;
  background-size: 12px;
}
.product-gallery-inn .swiper .swiper-button-next {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.product-gallery-inn .swiper .swiper-button-prev {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.product-gallery-inn .swiper .swiper-button-prev {
  left: 0px;
}
.product-gallery-inn .swiper .swiper-button-next {
  right: 0px;
}
.product-gallery-inn .swiper .swiper-button-prev:after,
.product-gallery-inn .swiper .swiper-button-next:after {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
}

.reference-projects h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #393131;
  text-align: center;
  padding-bottom: 10px;
}
.reference-projects .swiper {
  padding: 40px 0px;
}
.reference-projects .swiper .swiper-slide .item {
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.reference-projects .swiper .swiper-slide .item img {
  width: 100%;
}
.reference-projects .swiper .swiper-slide .item h4 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #666;
  padding: 15px 10px 25px 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .reference-projects .swiper {
    padding: 30px 0px;
  }
  .reference-projects h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 576px) {
  .reference-projects .swiper {
    padding: 20px 0px;
  }
  .reference-projects h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

.products-optional-features {
  background-image: url(../images/wwd-layer.jpg);
  background-size: cover;
  background-position: center center;
  padding: 130px 0px;
}
.products-optional-features h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 40px;
}
.products-optional-features ul li {
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  color: #ffffff;
  padding-bottom: 30px;
  position: relative;
  padding-left: 20px;
}
.products-optional-features ul li:last-child {
  padding-bottom: 0;
}
.products-optional-features ul li::before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f111";
  font-weight: 900;
  font-size: 10px;
  color: #c7161d;
  left: 0;
}
@media (max-width: 1200px) {
  .products-optional-features {
    padding: 100px 0px;
  }
}
@media (max-width: 992px) {
  .products-optional-features {
    padding: 80px 0px;
  }
  .products-optional-features ul:last-child {
    padding-bottom: 20px;
  }
  .products-optional-features ul li {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .products-optional-features {
    padding: 70px 0px;
  }
  .products-optional-features h2 {
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 30px;
  }
  .products-optional-features ul li {
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .products-optional-features {
    padding: 50px 0px;
  }
  .products-optional-features h2 {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 20px;
  }
}

.products-modules h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 40px;
  text-align: center;
}
.products-modules .module-image {
  padding: 20px;
  border: 1px solid #E0DCDC;
}
.products-modules .module-image img {
  width: 100%;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .products-modules h2 {
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .products-modules h2 {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 20px;
  }
}

.products-rules h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 40px;
  text-align: center;
}
.products-rules .img-rules {
  padding-bottom: 30px;
}
.products-rules p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #666;
  text-align: center;
}
@media (max-width: 768px) {
  .products-rules h2 {
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .products-rules h2 {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 20px;
  }
}

.products-overview {
  background-color: #f7f8fa;
}
.products-overview p {
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  color: #7c7c7c;
  padding-bottom: 20px;
}
.products-overview p:last-child {
  padding-bottom: 0;
}

.products-faq {
  background-color: #fef3d8;
}
.products-faq h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 40px;
  text-align: center;
}
.products-faq .products-faq-inn {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4dac2;
}
.products-faq .products-faq-inn:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.products-faq .products-faq-inn .products-qa {
  position: relative;
}
.products-faq .products-faq-inn .products-qa .icon {
  position: absolute;
}
.products-faq .products-faq-inn .products-qa .icon span {
  display: block;
  font-size: 54px;
  color: #c7161d;
}
.products-faq .products-faq-inn .products-qa .context {
  padding-left: 60px;
}
.products-faq .products-faq-inn .products-qa .context p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  color: #000000;
  padding-bottom: 10px;
}
.products-faq .products-faq-inn .products-qa .context p b {
  font-weight: 700;
  color: #000000;
}
.products-faq .products-faq-inn .products-qa .context p:last-child {
  padding-bottom: 0;
}
.products-faq .products-faq-inn .products-qa.para-color .context p {
  color: #555;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 768px) {
  .products-faq h2 {
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .products-faq h2 {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 20px;
  }
}

.value-addition h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 30px;
  text-align: center;
}
.value-addition .value-addition-image {
  padding: 20px;
  border: 1px solid #777676;
  margin-bottom: 30px;
}
.value-addition .value-addition-image:last-child {
  margin-bottom: 0;
}
.value-addition .value-addition-image img {
  width: 100%;
}
@media (max-width: 768px) {
  .value-addition h2 {
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .value-addition h2 {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 20px;
  }
}

.projects-insights h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #393131;
  padding-bottom: 40px;
  text-align: center;
}
.projects-insights p {
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  color: #7c7c7c;
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .projects-insights h2 {
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .projects-insights h2 {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 20px;
  }
}

.project-highlights .context h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #393131;
  padding-bottom: 40px;
}
.project-highlights .context ul {
  padding-left: 22px;
}
.project-highlights .context ul li {
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
  color: #333;
  padding-bottom: 12px;
  list-style-type: disc;
}
.project-highlights .context ul li::marker {
  font-size: 24px;
  color: #c7161d;
}
@media (max-width: 768px) {
  .project-highlights .context h2 {
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .project-highlights .context h2 {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 20px;
  }
}

.user-host-business .context h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #393131;
  padding-bottom: 40px;
}
.user-host-business .context ul {
  padding-left: 22px;
}
.user-host-business .context ul li {
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
  color: #333;
  padding-bottom: 12px;
  list-style-type: disc;
}
.user-host-business .context ul li::marker {
  font-size: 24px;
  color: #c7161d;
}
@media (max-width: 768px) {
  .user-host-business .context h2 {
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .user-host-business .context h2 {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 20px;
  }
}

.projects-sticky-gallery {
  position: relative;
  background-image: url(../images/profile-factory.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.contact-us .context h2 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 30px;
}
.contact-us .context ul li {
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  color: #7c7c7c;
  position: relative;
  padding-left: 25px;
  padding-bottom: 20px;
}
.contact-us .context ul li:last-child {
  padding-bottom: 0;
}
.contact-us .context ul li a {
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  color: #7c7c7c;
}
.contact-us .context ul li i {
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 16px;
  color: #7c7c7c;
}
@media (max-width: 768px) {
  .contact-us .context h2 {
    padding-bottom: 20px;
  }
  .contact-us .context ul li {
    padding-bottom: 10px;
  }
}

.contact-map {
  line-height: 0;
}

.referenceproject .row-gap {
  gap: 30px 0px;
}
.referenceproject h2 {
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 60px;
  text-align: center;
}
.referenceproject h3 {
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 20px;
}
.referenceproject .referenceproject-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #ffffff;
}
.referenceproject .referenceproject-card img {
  margin-inline: auto;
  display: block;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  padding: 5px;
}
.referenceproject .referenceproject-card .referenceproject-content {
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.referenceproject .referenceproject-card .referenceproject-content h4 {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #ffffff;
  padding: 15px;
}
.referenceproject .referenceproject-card .referenceproject-hover {
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(-100%);
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(241, 241, 241, 0.9019607843);
}
.referenceproject .referenceproject-card .referenceproject-hover .referenceproject-hover-content h4 {
  color: #000000;
  font-weight: 700;
  font-size: 19px;
  line-height: 19px;
  padding-bottom: 20px;
}
.referenceproject .referenceproject-card .referenceproject-hover .referenceproject-hover-content ul li {
  padding-bottom: 5px;
}
.referenceproject .referenceproject-card .referenceproject-hover .referenceproject-hover-content ul li .title {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #000b47;
}
.referenceproject .referenceproject-card .referenceproject-hover .referenceproject-hover-content ul li .content {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #687693;
}
.referenceproject .referenceproject-card .referenceproject-hover .referenceproject-hover-content ul li:last-child {
  padding-bottom: 0;
}
.referenceproject .referenceproject-card:hover img {
  transform: scale(1.1);
}
.referenceproject .referenceproject-card:hover .referenceproject-hover {
  transform: translatey(0px);
  opacity: 1;
  padding: 20px;
}
.referenceproject.bg-darkgray {
  background-color: #2e2e2e;
}
.referenceproject.bg-darkgray h3 {
  color: #ffffff;
}
@media (max-width: 768px) {
  .referenceproject h2 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 30px;
  }
  .referenceproject h3 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 0px;
  }
}

.common-form h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 30px;
}
.common-form .gform-theme--foundation .gfield .ginput_password.large, .common-form .gform-theme--foundation .gfield input.large, .common-form .gform-theme--foundation .gfield select.large {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  color: #7c7c7c;
  font-weight: 300;
  display: block;
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
}
.common-form .gform-theme--foundation .gform_fields {
  row-gap: 10px;
}
.common-form .gform-theme--foundation .gfield textarea {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  color: #7c7c7c;
  font-weight: 300;
  display: block;
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
}
.common-form #gform_submit_button_1 {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #c7161d;
  border: 1px solid #c7161d;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.common-form #gform_submit_button_1:hover {
  color: #000000;
}
.common-form #gfield_upload_rules_1_9 {
  display: none;
}
.common-form .gform_required_legend {
  display: none;
}

.common-modal-form .gform-theme--foundation .gfield .ginput_password.large, .common-modal-form .gform-theme--foundation .gfield input.large, .common-modal-form .gform-theme--foundation .gfield select.large {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  color: #7c7c7c;
  font-weight: 300;
  display: block;
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.common-modal-form .gform-theme--foundation .gform_fields {
  row-gap: 12px;
}
.common-modal-form .gform-theme--foundation .gfield textarea {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  color: #7c7c7c;
  font-weight: 300;
  display: block;
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  outline: none;
}
.common-modal-form .gform_required_legend {
  display: none;
}
.common-modal-form #input_2_7 {
  color: #000000;
}
.common-modal-form #gform_submit_button_2 {
  display: block;
  width: 100%;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  background: #000000;
  border: 1px solid #000000;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.common-modal-form #input_3_7 {
  color: #000000;
}
.common-modal-form #gform_submit_button_3 {
  display: block;
  width: 100%;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  background: #000000;
  border: 1px solid #000000;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gravity-form-download-btn {
  border: 1.2px solid #c7161d;
  background-color: #c7161d;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  display: inline-block;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 3px;
  color: #ffffff;
}
.gravity-form-download-btn:hover {
  background-color: #0f0f0f;
  color: #ffffff;
  border-color: #0f0f0f;
}

.pit-puzzle-parking-animation .pit-puzzle-parking-animation-inn h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 20px;
  text-align: center;
}
.pit-puzzle-parking-animation .pit-puzzle-parking-animation-inn p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #666;
  text-align: center;
  padding-bottom: 30px;
}
.pit-puzzle-parking-animation .pit-puzzle-parking-animation-inn button {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  padding: 12px 22px;
  cursor: pointer;
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #c7161d;
  border: 1px solid #c7161d;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #F39019;
  border-color: #ffffff;
  border-radius: 0;
  padding: 18px 30px;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.pit-puzzle-parking-animation .pit-puzzle-parking-animation-inn button:hover {
  color: #000000;
}
.pit-puzzle-parking-animation .pit-puzzle-parking-animation-inn button:hover {
  background-color: #000000;
  color: #ffffff;
}
.pit-puzzle-parking-animation .pit-puzzle-parking-animation-inn .pit-puzzle-animation {
  position: relative;
}
.pit-puzzle-parking-animation .pit-puzzle-parking-animation-inn .pit-puzzle-animation .pit-puzzle-animation-inn {
  margin: 0px;
  inset: 0px auto auto 0px;
  width: 825px;
  height: 525px;
  background-image: url(../images/anime/pit-puzzle/base-layer.jpg);
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0px 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0px);
  margin: 0 auto;
  display: block;
  text-align: center;
}
.pit-puzzle-parking-animation .pit-puzzle-parking-animation-inn .pit-puzzle-animation .pit-puzzle-animation-inn .image-four {
  position: absolute;
  margin: 0px;
  opacity: 1;
  inset: 0px auto auto 0px;
  width: 205px;
  height: 130px;
  background-color: rgba(0, 0, 0, 0);
  background-size: 100% 100%;
  background-position: 0px 0px;
  transform-style: preserve-3d;
  transform: translate(309px, 182px) translateZ(0px) rotate(0deg) scale(1, 1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.pit-puzzle-parking-animation .pit-puzzle-parking-animation-inn .pit-puzzle-animation .pit-puzzle-animation-inn .image-seven {
  position: absolute;
  margin: 0px;
  opacity: 1;
  inset: 0px auto auto 0px;
  width: 205px;
  height: 130px;
  background-color: rgba(0, 0, 0, 0);
  background-size: 100% 100%;
  background-position: 0px 0px;
  transform-style: preserve-3d;
  transform: translate(309px, 306px) translateZ(0px) rotate(0deg) scale(1, 1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 992px) {
  .pit-puzzle-parking-animation .pit-puzzle-parking-animation-inn {
    overflow-x: scroll;
  }
}

.puzzle-parking-animation .puzzle-parking-animation-inn h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 20px;
  text-align: center;
}
.puzzle-parking-animation .puzzle-parking-animation-inn p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #666;
  text-align: center;
  padding-bottom: 30px;
}
.puzzle-parking-animation .puzzle-parking-animation-inn button {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  padding: 12px 22px;
  cursor: pointer;
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #c7161d;
  border: 1px solid #c7161d;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #51a7f9;
  border-color: #ffffff;
  border-radius: 0;
  padding: 18px 30px;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.puzzle-parking-animation .puzzle-parking-animation-inn button:hover {
  color: #000000;
}
.puzzle-parking-animation .puzzle-parking-animation-inn button:hover {
  background-color: #000000;
  color: #ffffff;
}
.puzzle-parking-animation .puzzle-parking-animation-inn .puzzle-animation {
  position: relative;
}
.puzzle-parking-animation .puzzle-parking-animation-inn .puzzle-animation .puzzle-animation-inn {
  margin: 0px;
  inset: 0px auto auto 0px;
  width: 825px;
  height: 525px;
  background-image: url(../images/anime/puzzle/base-layer.jpg);
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0px 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0px);
  margin: 0 auto;
  display: block;
  text-align: center;
}
.puzzle-parking-animation .puzzle-parking-animation-inn .puzzle-animation .puzzle-animation-inn .image-three {
  position: absolute;
  margin: 0px;
  inset: 0px auto auto 0px;
  width: 135px;
  height: 90px;
  background-image: url(../images/anime/puzzle/03.png);
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0px 0px;
  transform-style: preserve-3d;
  transform: translate(342px, 19px) translateZ(0px) rotate(0deg) scale(1, 1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.puzzle-parking-animation .puzzle-parking-animation-inn .puzzle-animation .puzzle-animation-inn .image-seventeen {
  position: absolute;
  margin: 0px;
  opacity: 1;
  inset: 0px auto auto 0px;
  width: 135px;
  height: 90px;
  background-image: url(../images/anime/puzzle/17.png);
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0px 0px;
  transform-style: preserve-3d;
  transform: translate(210px, 260px) translateZ(0px) rotate(0deg) scale(1, 1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.puzzle-parking-animation .puzzle-parking-animation-inn .puzzle-animation .puzzle-animation-inn .image-eighteen {
  position: absolute;
  margin: 0px;
  opacity: 1;
  inset: 0px auto auto 0px;
  width: 135px;
  height: 90px;
  background-image: url(../images/anime/puzzle/18.png);
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0px 0px;
  transform-style: preserve-3d;
  transform: translate(342px, 94px) translateZ(0px) rotate(0deg) scale(1, 1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.puzzle-parking-animation .puzzle-parking-animation-inn .puzzle-animation .puzzle-animation-inn .image-seven {
  position: absolute;
  margin: 0px;
  opacity: 1;
  inset: 0px auto auto 0px;
  width: 205px;
  height: 130px;
  background-color: rgba(0, 0, 0, 0);
  background-size: 100% 100%;
  background-position: 0px 0px;
  transform-style: preserve-3d;
  transform: translate(309px, 306px) translateZ(0px) rotate(0deg) scale(1, 1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.puzzle-parking-animation .puzzle-parking-animation-inn .puzzle-animation .puzzle-animation-inn .image-fourteen {
  position: absolute;
  margin: 0px;
  opacity: 1;
  inset: 0px auto auto 0px;
  width: 135px;
  height: 90px;
  background-image: url(../images/anime/puzzle/14.png);
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0px 0px;
  transform-style: preserve-3d;
  transform: translate(344px, 260px) translateZ(0px) rotate(0deg) scale(1, 1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.puzzle-parking-animation .puzzle-parking-animation-inn .puzzle-animation .puzzle-animation-inn .image-twentyone {
  position: absolute;
  margin: 0px;
  opacity: 1;
  inset: 0px auto auto 0px;
  width: 135px;
  height: 90px;
  background-image: url(../images/anime/puzzle/21.png);
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0px 0px;
  transform-style: preserve-3d;
  transform: translate(343px, 180px) translateZ(0px) rotate(0deg) scale(1, 1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.puzzle-parking-animation .puzzle-parking-animation-inn .puzzle-animation .puzzle-animation-inn .image-eight {
  position: absolute;
  margin: 0px;
  opacity: 1;
  inset: 0px auto auto 0px;
  width: 135px;
  height: 90px;
  background-image: url(../images/anime/puzzle/08.png);
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0px 0px;
  transform-style: preserve-3d;
  transform: translate(473px, 94px) translateZ(0px) rotate(0deg) scale(1, 1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.puzzle-parking-animation .puzzle-parking-animation-inn .puzzle-animation .puzzle-animation-inn .image-twelve {
  position: absolute;
  margin: 0px;
  opacity: 1;
  inset: 0px auto auto 0px;
  width: 135px;
  height: 90px;
  background-image: url(../images/anime/puzzle/12.png);
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0px 0px;
  transform-style: preserve-3d;
  transform: translate(344px, 374px) translateZ(0px) rotate(0deg) scale(1, 1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.puzzle-parking-animation .puzzle-parking-animation-inn .puzzle-animation .puzzle-animation-inn .image-five {
  position: absolute;
  margin: 0px;
  opacity: 1;
  inset: 0px auto auto 0px;
  width: 135px;
  height: 90px;
  background-image: url(../images/anime/puzzle/05.png);
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0px 0px;
  transform-style: preserve-3d;
  transform: translate(473px, 376px) translateZ(0px) rotate(0deg) scale(1, 1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 992px) {
  .puzzle-parking-animation .puzzle-parking-animation-inn {
    overflow-x: scroll;
  }
}

/*--------------------------------------------------Blog-------------------------------------------------*/
.home-blog {
  overflow-x: hidden !important;
}
.home-blog .row-gap {
  gap: 40px 0px;
}
.home-blog .section-title {
  padding-bottom: 45px;
}
.home-blog .section-title h2 {
  font-size: 70px;
  line-height: 91px;
  font-weight: 200;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.home-blog .section-title h2 span {
  font-weight: 600;
}
.home-blog .section-title .subtitle {
  display: flex;
  align-items: center;
}
.home-blog .section-title .subtitle h5 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #c7161d;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
}
.home-blog .section-title .subtitle .line {
  margin-left: 30px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
}
@media (max-width: 1366px) {
  .home-blog .section-title h2 {
    font-size: 60px;
    line-height: 72px;
  }
}
@media (max-width: 1200px) {
  .home-blog .section-title {
    padding-bottom: 30px;
  }
  .home-blog .section-title h2 {
    font-size: 50px;
    line-height: 62px;
  }
}
@media (max-width: 768px) {
  .home-blog .section-title h2 {
    font-size: 40px;
    line-height: 52px;
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .home-blog .section-title h2 {
    font-size: 34px;
    line-height: 48px;
  }
}
.home-blog .section-title h2 {
  color: #0f0f0f;
  padding-bottom: 0;
}
.home-blog .blog-card .image {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  line-height: 0;
  z-index: 5;
}
.home-blog .blog-card .image .img-fluid {
  max-width: 100%;
  height: auto;
}
.home-blog .blog-card .image::before {
  transform: scaleX(0);
  transform-origin: bottom right;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
  z-index: 1;
}
.home-blog .blog-card .context h5 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #c7161d;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 15px;
  display: flex;
  gap: 20px;
}
.home-blog .blog-card .context h3 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  color: #0f0f0f;
  padding-bottom: 10px;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.home-blog .blog-card .context .read-more {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #0f0f0f;
  display: flex;
  align-items: center;
  gap: 0px 15px;
}
.home-blog .blog-card .context .read-more i {
  font-size: 18px;
  transform: rotate(-45deg);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.home-blog .blog-card:hover .image::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.home-blog .blog-card:hover .context a i {
  transform: rotate(0deg);
}
@media (max-width: 768px) {
  .home-blog .blog-card .context h3 {
    font-size: 28px;
    line-height: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .home-blog .blog-card .context h3 {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 10px;
  }
}

.blog-inner .blog-single-content .blog-inner-image {
  padding-bottom: 20px;
}
.blog-inner .blog-single-content .blog-inner-context h2 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  color: #0f0f0f;
  padding-bottom: 10px;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.blog-inner .blog-single-content .blog-inner-context h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #0f0f0f;
  padding-bottom: 10px;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.blog-inner .blog-single-content .blog-inner-context h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #0f0f0f;
  padding-bottom: 10px;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.blog-inner .blog-single-content .blog-inner-context p {
  line-height: 1.9;
  font-size: 18px;
  font-weight: 400;
  color: #6b6b6b;
  padding-bottom: 10px;
}
.blog-inner .blog-single-content .blog-inner-context p:last-child {
  padding-bottom: 0;
}
.blog-inner .blog-single-content .blog-inner-context p b {
  color: #000000;
}
.blog-inner .blog-single-content .blog-inner-context ul {
  padding-left: 35px;
  padding-bottom: 15px;
}
.blog-inner .blog-single-content .blog-inner-context ul li {
  list-style-type: disc;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #6b6b6b;
  padding-bottom: 7px;
}
.blog-inner .blog-single-content .blog-inner-context ul li:last-child {
  padding-bottom: 0;
}
.blog-inner .blog-single-content .blog-inner-context ul li::marker {
  color: #000000;
}
.blog-inner .blog-sidebar {
  position: sticky;
  top: 100px;
}
.blog-inner .blog-sidebar .sidebar-sticky {
  padding: 25px 20px 20px;
  margin-bottom: 1.5rem;
  border: 1px solid #c4c3c3;
}
.blog-inner .blog-sidebar .sidebar-sticky .recent-posts h3 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  color: #0f0f0f;
  padding-bottom: 30px;
}
.blog-inner .blog-sidebar .sidebar-sticky .recent-posts ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #c7161d;
  font-weight: 600;
}
.blog-inner .blog-sidebar .sidebar-sticky .recent-posts .sidebar-flex {
  padding-bottom: 20px;
}
.blog-inner .blog-sidebar .sidebar-sticky .recent-posts .sidebar-flex:last-child {
  padding-bottom: 0;
}
.blog-inner .blog-sidebar .sidebar-sticky .recent-posts .sidebar-flex a {
  display: flex;
  gap: 20px;
}
.blog-inner .blog-sidebar .sidebar-sticky .recent-posts .sidebar-flex a .image {
  width: 30%;
}
.blog-inner .blog-sidebar .sidebar-sticky .recent-posts .sidebar-flex a .context {
  width: 70%;
}
.blog-inner .blog-sidebar .sidebar-sticky .recent-posts .sidebar-flex a .context .date {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #6b6b6b;
}
.blog-inner .blog-sidebar .sidebar-sticky .recent-posts .sidebar-flex a .context h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #0f0f0f;
}

/*--------------------------------------------------Press-Release-------------------------------------------------*/
.press-release .section-title {
  padding-bottom: 40px;
  text-align: center;
}
.press-release .section-title h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #393131;
}
.press-release .press-release-card {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.press-release .press-release-card:last-child {
  border-bottom: 0;
}
.press-release .press-release-card .row {
  align-items: center;
  gap: 30px 0px;
}
.press-release .press-release-card .context {
  padding-left: 20px;
}
.press-release .press-release-card .context h3 {
  font-size: 26px;
  line-height: 38px;
  font-weight: 600;
  padding-bottom: 5px;
}
.press-release .press-release-card .context .date {
  padding-bottom: 5px;
  display: block;
  color: #383535;
  font-size: 15px;
  font-weight: 500;
}
.press-release .press-release-card .context .date i {
  margin-right: 5px;
}
.press-release .press-release-card .context p {
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  padding-bottom: 10px;
  color: #333;
}
.press-release .press-release-card .context a {
  font-size: 16px;
  line-height: 24px;
  color: #c7161d;
}
.press-release .view-all {
  text-align: center;
  line-height: 0;
}
.press-release .view-all a {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  padding: 12px 22px;
  cursor: pointer;
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #c7161d;
  border: 1px solid #c7161d;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: max-content;
  font-size: 14px;
  line-height: 14px;
  padding: 12px 22px;
  background-color: #2a2a2a;
  color: #ffffff;
  border-color: #2a2a2a;
}
.press-release .view-all a:hover {
  color: #000000;
}
.press-release .view-all a:hover {
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 992px) {
  .press-release .section-title {
    padding-bottom: 30px;
  }
  .press-release .press-release-card {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .press-release .press-release-card .context {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .press-release .section-title {
    padding-bottom: 20px;
  }
  .press-release .section-title h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .press-release .press-release-card {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .press-release .press-release-card .row {
    gap: 20px 0px;
  }
  .press-release .press-release-card .context h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

.press-release-single .press-release-single-inn h2 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  color: #0f0f0f;
  padding-bottom: 10px;
}
.press-release-single .press-release-single-inn h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #c7161d;
  padding-bottom: 10px;
}
.press-release-single .press-release-single-inn h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #0f0f0f;
  padding-bottom: 10px;
}
.press-release-single .press-release-single-inn .date {
  color: #c7161d;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding-bottom: 10px;
}
.press-release-single .press-release-single-inn p {
  line-height: 25px;
  font-size: 17px;
  font-weight: 400;
  color: #6b6b6b;
  padding-bottom: 15px;
}
.press-release-single .press-release-single-inn p:last-child {
  padding-bottom: 0;
}
.press-release-single .press-release-single-inn p b {
  color: #000000;
}
.press-release-single .press-release-single-inn .image {
  padding-bottom: 15px;
}
.press-release-single .press-release-sidebar {
  position: sticky;
  top: 120px;
}
.press-release-single .press-release-sidebar h2 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  color: #0f0f0f;
  padding-bottom: 20px;
}
.press-release-single .press-release-sidebar .sidebar-card {
  padding: 20px;
  background-color: #f1f1f1;
  margin-bottom: 20px;
  height: 100%;
}
.press-release-single .press-release-sidebar .sidebar-card h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #0f0f0f;
  padding-bottom: 10px;
}
.press-release-single .press-release-sidebar .sidebar-card .date {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #6b6b6b;
}
.press-release-single .press-release-sidebar .sidebar-card .date i {
  color: #c7161d;
  margin-right: 5px;
}

/*--------------------------------------------------Case-Studies-------------------------------------------------*/
.case-studies {
  background-color: #f2f1ed;
}
.case-studies .row-gap {
  gap: 40px 0px;
}
.case-studies .section-title {
  padding-bottom: 40px;
  text-align: center;
}
.case-studies .section-title h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #393131;
  padding-bottom: 12px;
}
.case-studies .section-title p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.case-studies .case-studies-card {
  padding: 10px;
  border: 1px solid #ddd;
}
.case-studies .case-studies-card .image {
  padding-bottom: 12px;
}
.case-studies .case-studies-card .context h3 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  padding-bottom: 7px;
  color: #393131;
}
.case-studies .case-studies-card .context h3 i {
  color: #c7161d;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.case-studies .case-studies-card .context p {
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
}
.case-studies .case-studies-card .context p .date {
  color: #c7161d;
  font-size: 16px;
  font-weight: 400;
}
.case-studies .case-studies-card:hover .context h3 i {
  transform: translateX(5px);
}
.case-studies .view-all {
  text-align: center;
  line-height: 0;
}
.case-studies .view-all a {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  padding: 12px 22px;
  cursor: pointer;
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #c7161d;
  border: 1px solid #c7161d;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: max-content;
  font-size: 14px;
  line-height: 14px;
  padding: 12px 22px;
  background-color: #2a2a2a;
  color: #ffffff;
  border-color: #2a2a2a;
}
.case-studies .view-all a:hover {
  color: #000000;
}
.case-studies .view-all a:hover {
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 992px) {
  .case-studies .row-gap {
    gap: 30px 0px;
  }
  .case-studies .section-title {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .case-studies .row-gap {
    gap: 20px 0px;
  }
  .case-studies .section-title {
    padding-bottom: 20px;
  }
  .case-studies .section-title h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

.related-case-studies {
  background-color: #f8f8f8;
}
.related-case-studies .row-gap {
  gap: 40px 0px;
}
.related-case-studies .section-title {
  padding-bottom: 40px;
  text-align: center;
}
.related-case-studies .section-title h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #393131;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.related-case-studies .case-studies-card .image {
  padding-bottom: 20px;
}
.related-case-studies .case-studies-card .context h6 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  padding-bottom: 3px;
  color: #000000;
}
.related-case-studies .case-studies-card .context h3 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  padding-bottom: 7px;
  color: #393131;
}
.related-case-studies .case-studies-card .context h3 i {
  color: #c7161d;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.related-case-studies .case-studies-card:hover .context h3 i {
  transform: translateX(5px);
}

.download-guides .row-gap {
  gap: 30px 0px;
}
.download-guides .section-title {
  padding-bottom: 40px;
  text-align: center;
}
.download-guides .section-title h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #393131;
}
.download-guides .download-guide-inn {
  padding: 20px 20px;
  border-radius: 5px;
  border: 1px solid #ddd;
  display: flex;
  gap: 15px;
}
.download-guides .download-guide-inn h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #000000;
  padding-bottom: 5px;
}
.download-guides .download-guide-inn p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #555555;
  padding-bottom: 12px;
}
.download-guides .download-guide-inn a {
  font-size: 16px;
  line-height: 24px;
  color: #c7161d;
  font-weight: 500;
  display: block;
}
.download-guides .download-guide-inn a i {
  margin-left: 5px;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.download-guides .download-guide-inn:hover a i {
  transform: translateX(5px);
}
@media (max-width: 992px) {
  .download-guides .section-title {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .download-guides .row-gap {
    gap: 20px 0px;
  }
  .download-guides .section-title {
    padding-bottom: 20px;
  }
  .download-guides .section-title h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

/*------------------------------------------------Footer------------------------------------------------*/
footer .footer-top {
  background-color: #1e1e1e;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .footer-top .footer-logo-flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
footer .footer-top .footer-inn {
  padding-bottom: 20px;
}
footer .footer-top .footer-inn .footer-context h2 {
  font-size: 37px;
  line-height: 37px;
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 20px;
}
footer .footer-top .footer-inn:last-child {
  padding-bottom: 0;
}
footer .footer-top .footer-inn h3 {
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
  padding-bottom: 30px;
  font-weight: 700;
}
footer .footer-top .footer-inn p {
  font-size: 13px;
  line-height: 21px;
  font-weight: 300;
  color: #ffffff;
  padding-bottom: 20px;
}
footer .footer-top .footer-inn ul {
  padding-bottom: 15px;
}
footer .footer-top .footer-inn ul:last-child {
  padding-bottom: 0;
}
footer .footer-top .footer-inn ul li {
  font-size: 13px;
  line-height: 21px;
  font-weight: 300;
  color: #ffffff;
  padding-bottom: 5px;
}
footer .footer-top .footer-inn ul li:last-child {
  padding-bottom: 0;
}
footer .footer-top .footer-inn ul li a {
  font-size: 13px;
  line-height: 21px;
  font-weight: 300;
  color: #ffffff;
}
footer .footer-top .footer-inn .location-list li {
  font-size: 13px;
  line-height: 21px;
  font-weight: 300;
  color: #ffffff;
  padding-bottom: 15px;
}
footer .footer-top .footer-inn .location-list li:last-child {
  padding-bottom: 0;
}
footer .footer-top .footer-inn .location-list li a {
  font-size: 13px;
  line-height: 21px;
  font-weight: 300;
  color: #ffffff;
}
footer .footer-top .footer-inn .address li {
  position: relative;
  border-bottom: 1px solid #7e7a7a;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
footer .footer-top .footer-inn .address li:last-child {
  padding-bottom: 15px;
}
footer .footer-top .footer-inn .address li a {
  padding-left: 30px;
}
footer .footer-top .footer-inn .address li i {
  position: absolute;
  left: 0;
  font-weight: 700;
  top: 3px;
  color: #c7161d;
}
footer .footer-top .footer-inn .social-links ul {
  display: flex;
  gap: 0px 15px;
}
footer .footer-top .footer-inn .social-links ul li a {
  font-size: 20px;
  line-height: 28px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
footer .footer-top .footer-inn .social-links ul li a i {
  color: #ffffff;
}
footer .footer-top .footer-inn.enquiry-context a {
  font-size: 13px;
  line-height: 21px;
  border-radius: 5px;
  padding: 15px 25px;
  font-weight: 300;
  background-color: #c7161d;
  color: #ffffff;
}
@media (max-width: 992px) {
  footer .footer-top .footer-inn h3 {
    padding-bottom: 10px;
  }
}
@media (max-width: 576px) {
  footer .footer-top .footer-inn h3 {
    font-size: 20px;
    line-height: 32px;
  }
}
footer .footer-top .row {
  gap: 30px 0px;
}
@media (max-width: 768px) {
  footer .footer-top .row {
    gap: 20px 0px;
  }
}
footer .footer-bottom {
  padding: 10px 0px;
  background-color: #000000;
  text-align: center;
}
footer .footer-bottom ul {
  display: flex;
  justify-content: center;
}
footer .footer-bottom ul li {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  color: #ffffff;
}
footer .footer-bottom ul li a {
  color: #ffffff;
}
@media (max-width: 768px) {
  footer .footer-bottom ul {
    display: block;
    text-align: center;
  }
  footer .footer-bottom ul li {
    padding-bottom: 10px;
  }
  footer .footer-bottom ul li:last-child {
    padding-bottom: 0;
  }
}

/*-------------------------------------------------Media Queries------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .custom-spacing {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .text-center-xl {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .custom-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .text-center-lg {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .custom-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .text-center-md {
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .custom-spacing {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* -------------------------- Max-Width: < 1400px ---------------------- */
/* -------------------------- Max-Width: < 1366px ---------------------- */
/* -------------------------- Max-Width: < 1200px ---------------------- */
/* -------------------------- Max-Width: < 992px ---------------------- */
/* -------------------------- Max-Width: < 768px ---------------------- */
/* -------------------------- Max-Width: < 576px ---------------------- */
/*------------------------------------------------Preloader------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f0f0f;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#preloader.hidden {
  opacity: 0;
  visibility: hidden;
}

.spinner {
  width: 11.2px;
  height: 11.2px;
  animation: spinner-o824ag 1s infinite linear;
}

.spinner div {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fcbc45;
  border-radius: 50%;
  animation: spinner-vse6n7 1.25s infinite ease;
}

.spinner div:nth-child(1) {
  --rotation: 90;
}

.spinner div:nth-child(2) {
  --rotation: 180;
}

.spinner div:nth-child(3) {
  --rotation: 270;
}

.spinner div:nth-child(4) {
  --rotation: 360;
}

@keyframes spinner-vse6n7 {
  0%, 100% {
    transform: rotate(calc(var(--rotation) * 1deg)) translateY(0);
  }
  50% {
    transform: rotate(calc(var(--rotation) * 1deg)) translateY(300%);
  }
}
@keyframes spinner-o824ag {
  to {
    transform: rotate(360deg);
  }
}
.typewriter {
  animation: blink 0.7s step-end infinite;
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

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