@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
:root {
  --black1: #000;
  --black2: #333;
  --bg-01: #eef2f8;
  --orange: #ee5737;
  --blue: #324388;
  --gray: #767676;
  --white: #fff;
  --yellow: #d2a656;
  --roboto: "Roboto", sans-serif;
  --montserrat: "Montserrat", sans-serif;
}
.clr-orange {
  color: var(--orange) !important;
}
.clr-white {
  color: var(--white) !important;
}
.clr-blue {
  color: var(--blue) !important;
}
.clr-yellow {
  color: var(--yellow) !important;
}
.bg-light {
  background-color: var(--bg-01) !important;
}
.bg-light2 {
  background-color: #f9f3f3;
}
.bg-blue {
  background: var(--blue) !important;
}
.brdr-white {
  border-color: var(--white) !important;
}
.bg-yellow {
  background: var(--yellow) !important;
}
.w-70 {
  width: 70% !important;
}
.w-80 {
  width: 80% !important;
}
.w-90 {
  width: 90% !important;
}
.grecaptcha-badge {
  display: none !important;
}
/* ---------------- go-top ---------------- */
.go-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  background-color: #324388;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  z-index: 999;
  display: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.sticky .navbar-brand img {
  width: 260px;
  height: auto;
  filter: none;
}

.f-submit:hover {
  background-color: var(--white);
  color: var(--blue);
  transition: all 0.1s;
}

.go-top:hover {
  background-color: #997636;
}
.sticky .top-sep1::after {
  content: "";
  height: 34px;
  width: 1px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
}
/* ---------------- Header ---------------- */
header {
  width: 100%;
  background-color: transparent;
  transition: all 0.3s ease;
  box-shadow: none;
  z-index: 1000;
  position: absolute;
  background-image: linear-gradient(to bottom, #000000c4, #ffffff00);
  /* background-image: linear-gradient(to bottom, #8b8b8bc4, #ffffff00); */
}
.navbar-brand {
  width: 260px;
  height: auto;
  display: inline-block;
}
.sticky .navbar-brand {
  width: 200px;
}
header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-image: none;
  background-color: rgba(255, 255, 255, 0.98);
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.navbar-brand img {
  width: 260px;
  height: auto;
  filter: brightness(0) invert(1);
}
.top-sep1 {
  position: relative;
  width: 30px;
  height: 15px;
}
.top-sep1::after {
  content: "";
  height: 34px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
}
.navbar-nav .nav-link {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 0 20px;
  font-family: var(--roboto);
  position: relative;
  cursor: pointer;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--white);
  /* border-bottom: 2px solid var(--orange); */
}
.sticky .navbar-nav .nav-link {
  color: var(--blue);
}
.sticky .navbar-nav .nav-link.active,
.sticky .navbar-nav .nav-link:hover {
  color: var(--blue);
}
.sticky .top-info {
  color: var(--blue);
}
.sticky .top-sep::after {
  background: var(--blue);
}
.navbar-nav .nav-link.active:after,
.navbar-nav .nav-link:hover:after {
  position: absolute;
  content: "";
  width: 85%;
  height: 2px;
  background: var(--yellow);
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
}
img.img-fluid.isoo {
  width: 170px;
  filter: brightness(0) invert(1);
  margin-left: 11px;
}
.sticky img.img-fluid.isoo {
  filter: none;
  width: 170px;
}
.top-info {
  font-family: var(--montserrat);
  font-size: 16px;
  color: var(--white);
  margin-right: 7px;
  text-decoration: none;
  font-weight: 600;
}
.top-sep {
  position: relative;
  width: 30px;
  height: 15px;
}
.top-sep::after {
  content: "";
  height: 15px;
  width: 2px;
  background-color: var(--white);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
}
/* Mobile menu contact info */
.mobile-info {
  padding: 15px;
  border-top: 1px solid #eee;
  font-size: 14px;
}

/* ---------------- Hero Section ---------------- */
.hero {
  position: relative;
  overflow: hidden;
  /* background: var(--bg-01); */
}

.hero-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90vh;
  padding: 180px 20px 100px;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero .swiper-pagination {
  bottom: 10% !important;
}
.hero .swiper-pagination-bullet {
  background: var(--white);
  opacity: 0.5;
}
.hero .swiper-pagination-bullet-active {
  background: var(--white) !important;
  opacity: 1;
}
.hero-content {
  margin-bottom: 2rem;
  margin-top: 15px;
}
.hero-content h1 {
  font-weight: 700;
  font-size: 2.5rem;
  font-family: var(--montserrat);
  /* line-height: 3rem; */
  color: var(--white);
}

.hero-content h1 span.text-primary {
  color: var(--blue) !important;
}

.hero-content h1 span.text-danger {
  color: var(--orange) !important;
}

.hero-content p {
  max-width: 450px;
  margin-top: 15px;
  color: var(--white);
  font-size: 1rem;
  font-family: var(--montserrat);
  /* line-height: auto; */
}

.primary-btn2 {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 25px;
  border-radius: 50px;
  border: 1px solid var(--white);
  color: var(--white);
  text-decoration: none;
  transition: all 0.4s ease;
  font-size: 1rem;
  font-weight: 400;
  font-family: var(--montserrat);
  position: relative;
  overflow: hidden;
}

.primary-btn2:hover {
  background-color: var(--blue);
  color: var(--white);
  transition: all 0.4s;
}
.primary-btn2:hover::before {
  left: 0;
}
.primary-btn2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--blue);
  transition: left 0.4s ease;
  z-index: -9;
}

.primary-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 10px 25px;
  border-radius: 50px;
  border: 1px solid var(--blue);
  color: var(--blue);
  text-decoration: none;
  transition: all 0.1s ease;
  font-size: 1rem;
  font-weight: 400;
  font-family: var(--montserrat);
  position: relative;
  overflow: hidden;
}
.primary-btn span {
  color: var(--blue);
}

.primary-btn:hover {
  background-color: var(--blue);
  color: var(--white);
  transition: all 0.1s;
}
.primary-btn:hover::before {
  left: 0;
}
.primary-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--blue);
  transition: left 0.4s ease;
  z-index: -9;
}
.primary-btn:hover span {
  color: var(--white) !important;
}
.hero-img {
  width: 100%;
  /* max-width: 500px; */
  margin-left: -25%;
  transform: scale(1.3);
  position: relative;
  z-index: -1;
  margin-top: 0;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 1.4rem !important;
    line-height: normal;
  }
  .hero-content p {
    font-size: 1rem;
  }
}

/*features A premium protection */
.section-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--blue);
  font-family: var(--montserrat);
}

.icon-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 7% 8%;
  text-align: center;
  transition: 0.3s;
  width: 100%;
  cursor: pointer;
}
.icon-box span {
  width: 71px;
  height: 71px;
  background: var(--blue);
  text-align: center;
  align-content: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px;
  margin: 15px auto;
}
.icon-box span img {
  max-width: 100%;
  height: auto;
}
.icon-box h6 {
  font-size: 1rem;
  color: var(--gray);
  display: block;
  font-weight: 400;
  line-height: 25px;
}
.icon-box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.features {
  /* padding-top: 85px;
  padding-bottom: 85px; */
}
.features p {
  font-size: 1rem;
  font-weight: 400;
  /* color: var(--blue); */
  color: var(--gray);
  padding: 0 2%;
}
.features .section-title {
  padding: 0 2%;
}

.solutions {
  /* padding: 40px 0 120px; */
  position: relative;
  margin-bottom: 90px;
  padding-bottom: 0;
}
.solutions-content {
  padding-top: 50px;
}
.solutions-content h4 {
  font-size: 2rem;
  font-family: var(--montserrat);
  font-weight: 600;
  color: #3a3c4a;
  margin-top: 40px;
  margin-bottom: 30px;
}
.solutions-content p {
  font-size: 1rem;
  color: var(--gray);
  font-family: var(--montserrat);
}
.solutions-img {
}
.solutions-img img {
  /* transform: scale(1.2); */
  width: 100%;
}
.sol-icon-cont {
  width: 60%;
  margin: 0 auto;
  /* display: flex; */
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: -12%;
  cursor: pointer;
  padding: 0 10px;
}
.thumb-slider-cnt {
  position: absolute;
}
.thumb-slider-img {
  padding-left: 0;
  padding-right: 0;
}

.sol-icon-itm {
  height: 150px;
  display: block;
  text-align: center;
  align-content: center;
  border-radius: 5px;
  border: 1px solid var(--blue);
  background: var(--white);
  margin-bottom: 20px;
  padding: 12px;
}
.sol-icon-itm:hover,
.sol-icon-itm.active {
  background: var(--blue);
  transition: ease-out 0.5s;
  box-shadow: 0px 0px 7px 1px #333;
}
.sol-icon-itm:hover p,
.sol-icon-itm.active p {
  color: var(--white);
  transition: ease-out 0.5s;
}
.sol-icon-itm:hover img,
.sol-icon-itm.active img {
  filter: brightness(0) invert(1);
  transition: ease-out 0.5s;
}

.sol-icon-itm span {
  max-height: 70px;
  overflow: hidden;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.sol-icon-itm span img {
  /* width: 100%;
  height: auto; */
}
.sol-icon-itm p {
  font-size: 1rem;
  color: var(--gray);
  font-family: var(--montserrat);
  margin-bottom: 5px;
  font-weight: 400;
}
/* Benefits */
.benefits {
  padding-top: 5.3125rem;
  padding-bottom: 5.4125rem;
}
.section-sub-title {
  font-size: 1rem;
  font-weight: 400;
  font-family: var(--montserrat);
  color: var(--gray);
}
.benefits .section-title {
  width: 80%;
  margin: 0 auto;
}
.benefits .section-sub-title {
  margin-top: 1.6rem;
  margin-bottom: 2.5rem;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.benefits-itm {
  text-align: center;
  padding: 1.5rem;
  background-color: var(--white);
  border-radius: 10px;
  height: 175px;
}
.benefits-icon {
  width: 71px;
  height: 71px;
  border-radius: 50%;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--orange);
  align-content: center;
}
.benefits-icon span {
  background: var(--orange);
  width: 55px;
  height: 55px;
  margin: 0 auto;
  border-radius: 50%;
  display: block;
  text-align: center;
  align-content: center;
}
.benefits-itm p {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: var(--montserrat);
  color: var(--gray);
  margin-top: 1rem;
  margin-bottom: 0.2rem;
}
.cme-3 {
  margin-right: 15px !important;
}
/* Faq  */
/* Custom Accordion Style */
.faq {
  /* padding: 4.5rem 0; */
}
.faq .section-sub-title {
  width: 80%;
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: center;
}
.faq-group {
  width: 70%;
  margin: 0 auto;
  padding: 2%;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.accordion-button {
  background-color: transparent;
  color: var(--blue);
  font-weight: 400;
  font-size: 1rem;
  border: none;
  box-shadow: none;
  position: relative;
  transition: all 0.3s ease;
}

.accordion-button::after {
  content: "→";
  font-size: 1.5rem;
  font-weight: 800;
  position: absolute;
  right: 1rem;
  top: 10px;
  transition: transform 0.3s ease;
  color: var(--blue);
  background-image: none !important;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(90deg); /* Rotate Up Arrow */
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--yellow);
}

.accordion-item {
  border: none;
  border-radius: 0;
  overflow: hidden;
  border-bottom: 1px dashed var(--blue);
}
.accordion-item:nth-child {
  border: none !important;
}
.faq-group :nth-last-child {
  border-bottom: none !important;
}
.accordion-body {
  background-color: var(--white);
  color: var(--gray);
}
.accordion-button:focus {
  box-shadow: none;
}

.innovation {
  padding-top: 25px;
  padding-bottom: 85px;
}
.innovation-img {
}
.innovation-img img {
  width: 100% !important;
}
.innovation-content {
  width: 85%;
}
.innovation-content .section-title {
}
.innovation-content p {
  font-size: 1rem;
  color: var(--blue);
  font-weight: 400;
  width: 90%;
}
.bb-none {
  border-bottom: none !important;
}
footer {
  /* padding-top: 85px; */
  /* padding-bottom: 30px; */
}
.footer-top {
}
.footer-bottom {
}
.ftr-contact {
}
.ftr-contact p {
  font-size: 1rem;
  color: var(--white);
  font-family: var(--montserrat);
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: 65%;
}
.ftr-cnt-itm {
  display: block;
  font-size: 1.5rem;
  color: var(--white);
  font-weight: 600;
  margin: 8px 0;
  cursor: pointer;
  text-decoration: none;
}
.footer-social {
  display: flex;
  justify-content: flex-start;
  margin-top: 25px;
}
.footer-social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: var(--white);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-right: 12px;
  transition: all 0.1s;
}
.footer-social a:hover {
  background-color: #997539;
  color: var(--white);
}
.footer-social a:hover i {
  color: var(--white);
}
.footer-social a i {
  font-size: 1.5rem;
  color: var(--blue);
}
.ftr-form {
  display: block;
}
.ftr-form input[type="text"],
.ftr-form input[type="email"] {
  width: 100%;
  padding: 15px;
  font-size: 1rem;
  font-weight: 400;
  background: var(--white);
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.ftr-form input[type="text"]:focus,
.ftr-form input[type="email"]:focus {
  border: none;
}
.ftr-form textarea {
  width: 100%;
  padding: 15px;
  font-size: 1rem;
  font-weight: 400;
  background: var(--white);
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.f-submit {
  width: 100%;
  padding: 12px;
  background: var(--blue);
  color: var(--white);
  font-size: 1.2rem;
  text-align: center;
  border-radius: 5px;
  border: none;
  border: 1px solid var(--white);
}
.footer-bottom {
  text-align: center;
  margin-top: 60px;
}
.footer-bottom p {
  font-size: 1.1rem;
  color: var(--white);
  margin-bottom: 0;
}
.footer-bottom a {
  margin-bottom: 0;
  padding-bottom: 0;
  color: var(--white) !important;
  text-decoration: none;
}
.ql-logo {
  margin-top: 20px;
}
@media screen and (max-width: 1367px) {
  .hero-content h1 {
    font-size: 2.2rem;
  }
  .hero-content p {
    font-size: 1.2rem;
  }
  .primary-btn {
    font-size: 1rem;
  }
  .primary-btn span {
    font-size: 18px;
    font-weight: 800;
    margin-left: 5px;
  }
  .hero-img {
    margin-top: 35px;
  }
  .benefits .section-title {
    width: 90%;
  }
  .benefits-itm {
    padding: 1.5rem 1rem;
  }
  .innovation-content {
    width: 100%;
  }
  .innovation-content p {
    width: 100%;
  }
  .navbar-nav .nav-link {
    font-size: 17px;
  }
  .sol-icon-itm {
    height: 140px;
  }
}
.product-mob {
  display: none;
}

@media screen and (max-width: 768px) {
  .product-mob {
    display: block;
  }
  #mainHeader {
    height: 80px;
  }
  .navbar-brand {
    width: 200px;
    height: auto;
    display: inline-block;
  }
  .sticky .navbar-brand {
    width: 200px;
  }
  .navbar {
    padding-bottom: 0;
    margin-bottom: 0;
    height: 100%;
  }
  .mobile-info {
  }
  .mobile-info a {
    display: block;
    margin-top: 8px;
    color: var(--blue);
    text-decoration: none;
    font-size: 1.1rem;
  }
  .solutions-content h4 {
    font-size: 1.3rem;
    font-family: var(--montserrat);
    font-weight: 600;
    color: #3a3c4a;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .solutions-content {
    text-align: center;
  }
  .navbar-toggler {
    margin-left: auto;
    margin-bottom: 10px;
    background: var(--white);
  }
  /* .sticky .navbar-toggler {
    background: var(--gray) !important;
  } */
  .right-mnu {
    width: 100%;
    background: var(--white);
    /* margin-top: 20px; */
    margin-top: 0;
  }
  .navbar-nav .nav-link {
    color: var(--blue) !important;
  }
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link:hover {
    color: var(--orange);
  }
  .navbar-nav .nav-link.active:after,
  .navbar-nav .nav-link:hover:after {
    display: none;
  }
  .hero-slide {
    padding: 20px;
    min-height: 90vh;
    height: auto !important;
  }
  .primary-btn {
    margin-top: 15px;
  }
  .hero-img {
    margin-left: 0;
    transform: scale(1.2);
    position: relative;
    z-index: -1;
  }
  .features .section-title {
    padding: 0;
  }
  .section-title {
    font-size: 1.7rem;
  }
  .features p {
    font-size: 1.1rem;
    padding: 0;
  }
  .icon-box h6 {
    font-size: 1.1rem;
  }
  .primary-btn {
    font-size: 1.1rem;
  }
  .primary-btn span {
    margin-left: 5px;
    font-weight: 1.1rem;
  }
  .gallery p {
    font-size: 1.1rem;
  }
  .video-content-itm h5 {
    font-size: 1.3rem;
  }
  .video-content-itm p {
    font-size: 1.1rem;
  }
  .video-thumb {
    margin-bottom: 25px;
  }
  .ql-logo img {
    margin-bottom: 20px;
  }
  .qlty-contact h6 {
    font-size: 1.1rem;
  }
  .qlty-contact-ftr a {
    font-size: 1.3rem;
  }
  .benefits .section-title {
    width: 100%;
    line-height: normal;
  }
  .section-sub-title {
    font-size: 1.1rem;
  }
  .benefits .section-sub-title {
    width: 100%;
  }
  .benefits-itm {
    padding: 1.5rem 1rem;
    margin-bottom: 20px;
  }
  .cme-3 {
    margin-top: 10px !important;
  }
  .faq {
    /* padding: 3.3125rem 0; */
  }
  .faq .section-sub-title {
    width: 100%;
    color: var(--blue);
  }
  .faq-group {
    width: 100%;
  }
  .accordion-button {
    padding-right: 50px;
    font-size: 1.1rem;
  }
  .accordion-button::after {
    top: 15px;
    font-size: 1.8rem;
  }
  .innovation-content {
    width: 100%;
    margin-top: 25px;
  }
  .innovation-content p {
    font-size: 1.3rem;
    width: 100%;
  }
  footer {
    /* padding-top: 40px; */
  }
  .ftr-contact p {
    font-size: 1.2rem;
    max-width: 100%;
  }
  .footer-social {
    margin-top: 30px;
    margin-bottom: 50px;
    justify-content: space-evenly;
  }
  .footer-social a {
    margin-right: 0;
  }
  .footer-bottom p {
    padding: 0 10px;
  }
  .footer-bottom {
    margin-top: 50px;
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .m-dblock {
    display: block;
  }
  .footer-top {
    text-align: center;
  }
  .sol-icon-cont {
    width: 95%;
    left: 0;
    transform: translate(0);
    position: relative;
    bottom: 0;
  }
  .solutions-img img {
    transform: scale(1);
  }
  .hero-content {
    margin-bottom: 03rem;
    margin-top: 100px;
    margin-bottom: 180px;
  }
  .primary-btn2 {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 20px;
    border-radius: 50px;
    border: 1px solid var(--white);
    color: var(--white);
    text-decoration: none;
    transition: all 0.4s ease;
    font-size: 0.85rem;
    font-weight: 400;
    font-family: var(--montserrat);
    position: relative;
    overflow: hidden;
    margin-bottom: 7px;
  }

  .features {
    /* padding-top: 40px;
    padding-bottom: 20px; */
  }
  .solutions {
    margin-bottom: 0;
  }
  .thumb-slider-cnt {
    position: relative;
  }
  .solutions-content {
    margin-bottom: 20px;
  }
  .solutions-content .clr-white {
    color: #3a3c4a !important;
  }
  .solutions-content .brdr-white {
    border-color: #3a3c4a !important;
  }
  .m-d-none {
    display: none !important;
  }

  .product-mob-itm {
    margin-bottom: 5px;
  }
  .product-mob-itm-cnt {
    position: absolute;
    padding-left: 10px;
    margin-top: 20px;
  }
  .product-mob-itm-cnt h4 {
  }
  .product-mob-itm-cnt .primary-btn {
    font-size: 12px;
    padding: 5px 15px;
    cursor: pointer;
  }
  .product-mob-itm-cnt .primary-btn span {
    font-size: 14px;
  }
  .product-mob-itm img {
    width: 100%;
  }
  .accordion-body {
    padding: 5px !important;
  }
  .tab-content.p-4 {
    padding: 5px 0 !important;
  }
}

section[id] {
  scroll-margin-top: 90px; /* same as sticky header height */
}

/* Test Demo  */

/* Basic styling for visual clarity */
.thumb-slider-01,
.thumb-slider-02,
.thumb-slider-03,
.thumb-slider-04,
.thumb-slider-05 {
  display: none;
  align-items: center;
  transition: all 0.4s ease;
}

.thumb-slider-01.active,
.thumb-slider-02.active,
.thumb-slider-03.active,
.thumb-slider-04.active,
.thumb-slider-05.active {
  display: flex;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sol-icon-itm {
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sol-icon-itm img {
  width: 60px;
  margin: 0 auto;
  transition: transform 0.3s ease;
}

.sol-icon-itm p {
  margin-top: 6px;
  font-size: 14px;
  color: #222;
  font-weight: 500;
}

.sol-icon-itm.active img {
  transform: scale(1.1);
}

/* counter  */
.journey-cards {
  width: 65%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 10px;
}
#journeyStats .stat-number {
  font-size: 30px;
  color: var(--blue);
  font-weight: 700;
  margin: 0 0 8px;
}

#journeyStats .card {
  display: inline-block;
  width: 30%;
  height: 130px;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
  align-content: center;
}

#quoteForm {
}
#quoteForm .form-label {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray);
}
#quoteForm .form-control {
  font-size: 16px;
  font-weight: 400;
  border: 1px solid var(--gray);
  padding: 10px 16px;
}

/* Thank You  */
.subp-container {
  padding-top: 200px;
  color: var(--color-blur1);
  display: block;
  width: 100%;
  padding-bottom: 65px;
}
.sub-icon {
  width: 50px;
  height: 50px;
  text-align: center;
  align-content: center;
  background: var(--blue);
  border-radius: 50%;
  border: none;
  margin: 1rem auto;
}
.sub-icon i {
  font-size: 20px;
  color: var(--white);
}
.sub-title-02 {
  font-size: 1.2rem;
  color: var(--gray);
  font-weight: 500;
  margin-top: 1.5rem;
}
.subp-btn-01 {
  text-align: center;
  margin: 1.5rem 0;
}
.section-sub-page .section-title {
  font-weight: 700;
}
.ftr-modal {
  justify-content: flex-start;
}
.ftr-mdl-cnt {
  font-size: 16px;
  color: var(--blue);
  font-weight: 600;
}
.ftr-mdl-cnt a {
  color: var(--clr-yellow);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  margin-top: 5px;
}
.swiper-slide-thumb-active {
  background: var(--blue) !important;
}
.swiper-slide-thumb-active p {
  color: var(--white) !important;
}
.swiper-slide-thumb-active img {
  filter: brightness(0) invert(1) !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}

.solThumb3 .swiper-button-prev,
.solThumb3 .swiper-button-next {
  width: 40px;
  height: 40px;
  background: var(--blue);
  border-radius: 50%;
  padding: 7px;
}
.solThumb3 .swiper-button-prev::after,
.solThumb3 .swiper-button-next::after {
  font-size: 22px;
  color: var(--white);
}
.navbar-toggler {
  margin-left: auto;
  margin-bottom: 10px;
  background: var(--white);
}
.solThumb3 {
  position: relative;
}
.solThumb3-ind {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 992;
}
.solThumb3 .swiper-wrapper {
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 992px) {
  .navbar-nav .nav-link {
    color: var(--blue) !important;
  }
  .right-mnu {
    width: 100%;
    background: var(--white);
    /* margin-top: 20px; */
    margin-top: 0;
  }
  .mobile-info a {
    display: block;
    margin-top: 8px;
    color: var(--blue);
    text-decoration: none;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .journey-cards {
    width: 100%;
  }
  #journeyStats .card {
    padding: 5px;
    width: 32.3%;
    height: 95px;
  }
  #journeyStats .stat-number {
    font-size: 22px;
    font-weight: 700;
  }
  #journeyStats .card p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
  }

  .md-block {
    display: block;
  }
  .ftr-modal {
    justify-content: flex-start;
  }
  .pt-65 {
    padding-top: 50px !important;
  }
  .solThumb3 .swiper-button-prev,
  .solThumb3 .swiper-button-next {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .go-top {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    bottom: 15px;
    right: 15px;
  }
  a.iso {
    display: none;
  }
  span.top-sep1 {
    display: none;
  }
  .navbar-brand img {
    width: 200px !important;
    height: auto;
    display: inline-block;
  }
  .w-80 {
    width: 90% !important;
  }
}
