@import url("https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&family=Lobster&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* font-family: "Nunito", sans-serif;
  font-family: "Poppins", sans-serif;
    font-family: "Fustat", sans-serif;
    font-family: "Lobster", sans-serif;
 */

\  {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-family: "Nunito", sans-serif;
}

footer {
  background-color: #f8f8f8;
  color: #a49999;
  border-top: 6px solid #f4f4f4;
}

.footerWrapper {
  display: grid;
  grid-template-columns: 15% 15% 1fr 1fr;
  gap: 45px;
  padding: 50px 0px;
  border-bottom: 1px solid #0000000f;
}

.footerLinks h5,
.footerGrid .footerItem h5 {
  margin: 0px;
  color: #14346b;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #2222220a;
}

.footerLinks ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footerLinks li a {
  list-style: none;
  text-decoration: unset;
}

.footerLinks {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footerLogo {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-right: 15px;
  justify-content: center;
  align-items: center;
}

.footerLogo img {
  max-width: 210px;
}

.footerLogo p,
.footerLinks li a {
  line-height: 32px;
  color: #222;
  margin: 0px;
  transition: 0.8s all;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

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

.footerLinks li a:hover {
  color: #000;
  opacity: 1;
}

.copyRight {
  padding: 20px 0px;
  text-align: center;
  background: #111f3f;
}

.copyRight p {
  margin: 0px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 500;
}

.footerBottom {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 45px;
  align-items: center;
  padding: 20px 0px;
}

.footerBottom .footerLinks ul {
  flex-direction: row;
  gap: 25px;
}

.footerBottom .footerLinks ul a {
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  color: #222;
}

.footerBottom .footerLinks ul li {
  padding-right: 25px;
  border-right: 1px solid #0000001a;
}

.footerBottom .footerLinks ul li:last-child {
  border: 0px;
}

.footerBottom img {
  max-width: 150px;
}

.SocialLinks li a i {
  color: #14346b;
  opacity: 1;
}

.SocialLinks li a {
  opacity: 1;
}

footer .footerLinks li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

footer .footerLinks li span {
  color: #cd221b;
  font-weight: 700;
  font-size: 14px;
  font-family: "Nunito";
  letter-spacing: 0px;
}

.ProductsLinks ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.footerLinks li a:hover {
  color: #14346b;
}

.customHeader {
  padding: 15px 100px;
  /* background: #9a9c9d; */
  position: fixed;
  width: 100%;
  z-index: 11111;
  border-bottom: 1px solid #f4f4f41c;
  backdrop-filter: blur(4px);
  transition: 0.8s all;
  top: 0;
}

.customHeader .navbar img {
  max-width: 150px;
}

.customHeader .navbar-nav {
  margin-right: unset!important;
  gap: 0px;
  border-radius: 4px;
  border: 1px solid #22222208;
  background: #22222263;
  border-radius: 10px;
  margin-left: auto;
}

.customHeader .navbar-nav a {
  color: #fff;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Nunito", sans-serif;
  padding-right: 25px !important;
  border-right: 1px solid #22222208;
  padding: 14px 25px !important;
  line-height: normal;
}

.customHeader a.navbar-brand {
  padding: 0px;
}

.customHeader nav {
  padding: 0px;
  background: transparent;
}

.customHeader .nav-item:last-child a {
  border: 0px;
}

.rightBtn a {
  text-decoration: unset;
  margin-left: 40px;
  background: #14346b;
  padding: 15px 20px;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Fustat";
}

.rightBtn {
  display: flex;
}

.bannerImg img {
  width: 100%;
  /* height: 100vh; */
  object-fit: cover;
}

.bannerSwiper {
  /* height: 100vh; */
  overflow: hidden;
}

.bannerImg {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.arrowWrapper {
  position: absolute;
  left: 0;
  height: 100%;
  right: 0;
  width: 100%;
  top: 0;
}

.sliderArrow {
  position: absolute;
  bottom: 50px;
  z-index: 1;
  right: 0;
  display: flex;
  gap: 25px;
  width: 100%;
  padding: 0px 100px;
  justify-content: space-between;
}

.arrowWrapper .swiper-button-next,
.arrowWrapper .swiper-button-prev {
  position: unset;
  margin: 0px;
  background: transparent;
  border-radius: 0;
}

.arrowWrapper .swiper-button-next::after,
.arrowWrapper .swiper-button-prev::after {
  content: "";
  display: none;
}

.slideshow-pagination {
  position: absolute;
  right: 70px;
  top: 50%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transform: translate(0px, -50%);
}

.slideshow-pagination .dayanamicSlide {
  transform: translateX(-10px);
}

.slideshow-pagination span.dayanamicSlide:after {
  bottom: -20px;
  margin-left: 0px;
  transform: rotate(25deg);
  transform-origin: left bottom;
}

.arrowWrapper .slideshow-pagination:before {
  content: "";
  width: 2px;
  height: 130px;
  display: inline-block;
  background-color: #fff;
  margin-bottom: 30px;
}

.arrowWrapper .slideshow-pagination span {
  font-size: 14px;
  font-weight: 800;
  line-height: 14px;
  color: #ffff;
  font-family: "Fustat";
}

.arrowWrapper .slideshow-pagination:after {
  content: "";
  width: 2px;
  height: 130px;
  display: inline-block;
  background-color: #ffff;
  margin-top: 30px;
}

.arrowWrapper .slideshow-pagination span.TotalSlide {
  transform: translateX(10px);
}

.arrowWrapper .slideshow-pagination .text-2 {
  transform: rotate(25deg);
}

.sliderArrow .swiper-button-prev,
.sliderArrow .swiper-button-next {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 14px;
  color: #fff;
  height: fit-content;
  width: fit-content;
  font-weight: 600;
  font-family: "Nunito";
  background: #1f3068;
  padding: 5px 10px;
  border-radius: 10px;
  letter-spacing: 1px;
}

.sliderArrow .swiper-button-prev .icon-1,
.sliderArrow .swiper-button-prev .icon-2 {
  line-height: 1;
}

.sliderArrow .swiper-button-prev .icon-1 i,
.sliderArrow .swiper-button-prev .icon-2 i {
  font-size: 14px;
}

.sliderArrow .swiper-button-next {
  background: #1f3068;
}

.bannerSec {
  position: relative;
}

.bannerImg:before {
  content: "";
  background: #22222222;
  position: absolute;
  width: 100%;
  height: 100%;
}

.customHeader.fixed {
  background: #dbdbdb;
}

.customHeader.fixed .nav-item a {
  /* color: #000; */
}

.aboutImage img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.aboutImage {
  position: relative;
  padding: 50px 0px;
  margin-right: 50px;
}

.aboutImage:before {
  content: "";
  width: 80px;
  height: 30%;
  background: #cc211a;
  position: absolute;
  top: 0;
  left: -40px;
  z-index: 111;
}

.aboutImage:after {
  content: "";
  right: 50%;
  width: 100px;
  height: 50%;
  background: #153468;
  position: absolute;
  bottom: 0;
  right: -40px;
  z-index: 111;
  width: 80px;
  height: 30%;
  position: absolute;
}

.aboutContent {
  height: 100%;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding-left: 50px;
}

.aboutContent p {
  font-size: 15px;
  color: #666;
  line-height: 32px;
  margin: 0px;
  font-family: "Poppins", sans-serif;
}

.bgGrey {
  background: #2222220f;
}

.cusPanding {
  padding: 80px 0px;
}

.sectionHeader p {
  color: #000;
  font-weight: 700 !important;
  margin: 0px !important;
  width: fit-content;
  position: relative;
  padding-left: 24px;
  font-size: 16px !important;
  font-family: "Nunito", sans-serif;
}

.sectionHeader {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 30px;
}

.sectionHeader h2 {
  line-height: 1.5;
  margin: 0px;
  font-size: 35px;
  color: #d23123;
  font-family: "Nunito";
  background: #1f3068;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 2px;
  font-weight: 800;
}

.sectionHeader p:before {
  content: "";
  width: 18px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.BtnGreen {
  text-decoration: unset;
  color: #000 !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 15px 0px 0px 0px;
  display: flex;
  align-items: center;
  gap: 25px;
  transition: 0.8s all;
  font-family: "Fustat";
}

.BtnGreen i {
  font-weight: 800;
  font-size: 14px;
}

.BtnGreen:hover {
  gap: 45px;
}

.sectionHeader h2 span {}

.bigText {
  position: absolute;
  right: 50px;
  bottom: 50px;
  font-size: 250px;
  font-family: "Lobster", sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  color: #cc211a;
  line-height: 1;
  opacity: 0.1;
}

.AboutUsSec {
  position: relative;
}

.bigText span {
  color: #14346b;
}

.counterGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.counterItem {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0px 30px;
  transition: all 1s ease;
  border-right: 1px solid #2222220f;
  gap: 25px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  align-items: center;
}

.counterItem .counterContent {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  text-align: center;
  padding-top: 25px;
  border-top: 1px solid #2222220f;
}

.counterItem .counterContent h5 {
  margin: 0px;
}

.counterItem .counterContent span {
  margin: 0px;
  opacity: 0.8;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  font-family: "Nunito";
}

.counterItem .counterContent h5 .purecounter,
.counterItem .counterContent h5 {
  font-size: 30px;
  font-weight: 800;
  opacity: 1;
  font-family: "Nunito";
  line-height: 27px;
  color: #1f3068;
}

.counterIcon {
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #f4f4f4;
  background: #2222220f;
}

.counterItem:hover .counterIcon img {
  animation: tpshake 0.4s ease-in-out 1;
  filter: saturate(0.5);
}

.counterItem:last-child {
  border-right: 0px;
}

.counterItem:hover h5,
.counterItem:hover span {
  color: #000 !important;
}

.counterIcon img {
  width: 100%;
  max-width: 28px;
  object-fit: scale-down;
  min-width: 28px;
}

.counterSec {
  padding: 50px 0px;
}

.whyChooesUsGrid {
  /* padding: 40px 0px 0px; */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.whyChooesUsItem {
  padding: 20px;
  background: #fff;
  border: 1px solid #cd221b21;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 20px;
  position: relative;
}

.whyChooesUsItem p {
  font-weight: 400;
  font-size: 15px;
  color: #666;
  line-height: 30px;
  margin: 0px;
  font-family: "Poppins", sans-serif;
}

.whyChooesUsItem h5 {
  margin: 0px;
  color: #000;
  font-family: auto;
  font-size: 16px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
}

.whyContent {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.imgIcon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2222220f;
  border-radius: 10px;
}

.whyChooesUsImageItem {
  padding: 0px;
  overflow: hidden;
  grid-column: 2/4;
  max-height: 240px;
}

.IconMove {
  display: flex;
  align-items: center;
  justify-content: center;
}

.IconMove i {
  font-size: 200px;
  font-weight: 200;
  color: #7cb3c836;
  animation: rotate 6s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.whyChooesUsImg img {
  height: 100%;
  max-height: 240px;
  width: 100%;
  object-fit: cover;
}

.whyChooesUs .sectionHeader {
  gap: 10px;
}

.whyChooesUs .sectionHeader h2 {}

.sectionHeaderWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.sectionHeaderWrapper .desc p {
  margin: 0px;
  font-size: 15px;
  color: #666;
  line-height: 32px;
  margin: 0px;
  font-family: "Poppins", sans-serif;
}

.whyChooesUsItem:before {
  content: "";
  width: 4px;
  height: 40px;
  background: #d23123;
  position: absolute;
  left: -2px;
  top: 20px;
}

.whyChooesUsImageItem::before {
  display: none;
}

.MobileBanner {
  display: none;
}

@media (min-width: 1550px) {

  .productSec .container,
  .ApplicationSec .container {
    max-width: 1536px;
    margin: auto;
  }
}

.productGrid,
.ApplicationGrid {
  padding: 40px 0px 0px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

.productItem .productImage {}

.productItem .productImage img {
  width: 100%;
  height: 100%;
}

.productItem .productImage img {}

.productItem {
  background: #fff;
  border: 2px solid #2222220f;
  display: flex;
  flex-direction: column;
  gap: 0px;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.7s all;
}

.productItem a {
  text-decoration: unset;
}

.productContentWrapper,
.ApplicationContentWrapper {
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.productContentWrapper .productContent,
.ApplicationContentWrapper .ApplicationContent {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.productContentWrapper .productContent h5,
.ApplicationContentWrapper .ApplicationContent h5 {
  margin: 0px;
  color: #1b3d6f;
  font-size: 18px;
  font-weight: 800;
  font-family: "Nunito";
  transition: 0.8s all;
}

.productContentWrapper .productContent p,
.ApplicationContentWrapper .ApplicationContent p {
  font-weight: 400;
  font-size: 15px;
  color: #666;
  line-height: 30px;
  margin: 0px;
  font-family: "Poppins", sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.productContentWrapper ul,
.ApplicationContentWrapper ul {
  margin: 0px;
  padding: 0px;
  display: grid;
  gap: 10px;
  list-style: none;
  grid-template-columns: 1fr 1fr;
}

.productContentWrapper ul li,
.ApplicationContentWrapper ul li {
  font-size: 14px;
  font-weight: 700;
  font-family: "Nunito";
  padding: 8px 10px;
  background: linear-gradient(90deg, #2a4b7a26, transparent);
  border: 1px solid #f4f4f4;
  color: #444;
}

.productSec .sectionHeader {
  gap: 10px;
}

.viewMoreBtn {
  padding-top: 15px;
  border-top: 1px solid #f4f4f4;
}

.viewMoreBtn a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: unset;
  width: fit-content;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Familjen Grotesk";
  transition: 0.8s all;
  display: flex;
  align-items: baseline;
}

.viewMoreBtn a i {
  font-weight: 700;
  position: relative;
  top: 2px;
}

.productItem .BtnGreen {
  margin: 0px;
  padding-top: 15px;
  border-top: 1px solid #f4f4f4;
  margin-top: 12px;
}

.ctaSec {
  padding: 60px 0px;
  background: linear-gradient(90deg, #14346b, #cc211a);
  position: relative;
  overflow: hidden;
}

.ctaSec .ctaContent {
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: 1fr auto;
  gap: 20px;
  position: relative;
  z-index: 12;
}

.ctaSec .ctaContent h2 {
  letter-spacing: 0.3px;
  margin: 0px;
  color: #fff;
  font-size: 35px;
  font-weight: 800;
  font-family: "Nunito";
  transition: 0.8s all;
}

.ctaSec .ctaContent .headerBtn {
  padding: 0px;
  display: flex;
  width: fit-content;
  margin: auto;
}

.ctaSec .ctaContent .headerBtn a {
  text-decoration: unset;
  background: #14346b;
  padding: 15px;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-family: "Nunito";
}

.ctaContentWrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ctaContentWrapper p {
  font-weight: 400;
  font-size: 15px;
  color: #f4f4f4;
  line-height: 30px;
  margin: 0px;
  font-family: "Poppins", sans-serif;
}

.ctaSec:before {
  content: "";
  width: 250px;
  height: 100%;
  background: #d45b5657;
  position: absolute;
  right: 0;
  border-radius: 50px;
  left: -100px;
  top: 0;
  z-index: 1;
  border-right: 10px solid #ffffff78;
  outline: 10px solid #efefef4d;
  opacity: 0.3;
}

.ctaSec:after {
  content: "";
  width: 250px;
  height: 100%;
  background: #5e41602b;
  position: absolute;
  border-radius: 50px;
  right: -100px;
  top: 0;
  z-index: 1;
  border-left: 10px solid #ffffff78;
  outline: 10px solid #efefef4d;
  opacity: 0.3;
}

.ApplicationGrid .ApplicationImage img {
  width: 100%;
  border-radius: 14px;
  max-height: 250px;
  object-fit: cover;
}

.ApplicationGrid .ApplicationItem {
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  border: 2px solid #f2f2f2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ApplicationGrid .ApplicationItem .ApplicationContentWrapper {
  padding: 0px;
}

.ApplicationContentWrapper ul {
  flex-direction: column;
}

.ApplicationContentWrapper ul li {
  padding: 0px;
  background: transparent;
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  font-family: "DM Sans";
  color: #222;
}

.ApplicationContentWrapper ul li i {
  width: 28px;
  height: 28px;
  background: #ea3e3e14;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border-radius: 5px;
  color: #ea3e3e;
  font-weight: 700;
}

.footerTop {
  padding: 70px 0px 50px;
  border-bottom: 1px solid #00000045;
}

.footerGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

.footerGrid .footerItem .footerTopContent {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footerGrid .footerItem h5 {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.footerGrid .footerItem p,
.footerGrid .footerItem p a {
  font-size: 14px;
  color: #444;
  line-height: 2;
  margin: 0px;
  text-decoration: unset;
  transition: 0.8s all;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.footerGrid .footerItem {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  border-radius: 10px;
}

.footerTopIcon {
  display: flex;
  border-radius: 10px;
}

.footerTopIcon i {
  font-size: 24px;
  color: #000;
}

.customHeader .navbar img.LogoFixed {
  /* display: none; */
}

.customHeader.fixed .navbar img.LogoNormal {
  display: none;
}

.customHeader.fixed .navbar img.LogoFixed {
  display: block;
}

.customHeader .rightBtn a {
  background: #d23223;
  color: #fff;
}

.customHeader.fixed .rightBtn a {
  background: #14346b;
  color: #fff;
}

.bredcrumsWrapper {
  padding: 150px 0px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 108px;
  padding: 60px 0px;
  background: #1b3063 !important;
  border-top: 2px solid #8dabd3;
  border-bottom: 2px solid #8dabd3;
}

.bredcrumsContent h3 {
  font-family: "Poppins";
  margin: 0px;
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.bredcrumsContent span {
  font-size: 180px;
  position: absolute;
  -webkit-background-clip: text;
  display: flex;
  justify-content: center;
  -webkit-text-stroke: 1px #ffffff99;
  -webkit-text-fill-color: #ffffff1c;
  text-transform: uppercase;
  animation: marquee 12s linear infinite;
  white-space: pre;
  position: absolute;
  right: 50px;
  bottom: -30px;
  font-size: 140px;
  font-family: "Lobster", sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  opacity: 0.6;
  display: none;
}

@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

.sectionHeader span {}

.OurCoreGrid {
  gap: 25px;
  padding: 30px 0px 0px 0px;
  display: grid;
  grid-template-columns: 30% 1fr;
}

.OurCoreItemGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  height: 100%;
  padding: 30px 0px 0px 0px;
}

.OurCoreInnerItem {
  padding: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #2222;
}

.OurCoreInnerItem p {
  font-size: 15px;
  color: #666;
  line-height: 32px;
  margin: 0px;
  font-family: "Poppins", sans-serif;
}

.OurCoreInnerItem h5 {
  margin: 0px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  line-height: 26px;
}

.OurCoreInnerItem img {
  max-width: 35px;
  margin-bottom: 15px;
}

.OurCoreGrid .OurCoreItem .sectionHeader {
  gap: 10px;
}

.OurCoreGrid .OurCoreItem img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.OurCoreItem {
  height: 100%;
  width: 100%;
}

.visionGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  /* gap: 25px; */
}

.visionContent .sectionHeader {
  max-width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.visionContent h5 {
  margin: 0px;
  font-size: 50px;
  line-height: 1.5;
  font-family: "Montserrat";
  font-weight: 600;
  color: #000;
}

.visionImg {
  height: 100%;
}

.visionSec {
  overflow: hidden;
}

.visionImg img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.visionContent .sectionHeader h2 span {
  font-size: 40px;
}

.productDetailsImg img {
  width: 100%;
}

.productDetailsImg {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.FeaturesList {}

.FeaturesList ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.FeaturesList ul li,
.advantagGrid ul li,
.FeaturesList ul li span {
  list-style: none;
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 15px;
  color: #666;
  line-height: 32px;
  margin: 0px;
  font-family: "Poppins", sans-serif;
}

.productDetailsContent {
  height: 100%;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  padding-left: 50px;
}

.productDetailsContent h5 {
  line-height: 1.5;
  margin: 0px;
  font-size: 35px;
  color: #d23123;
  font-family: "Nunito";
  background: #1f3068;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 2px;
  font-weight: 800;
}

.productDetailsContent .desc p {
  font-size: 15px;
  color: #666;
  line-height: 32px;
  margin: 0px;
  font-family: "Poppins", sans-serif;
}

li.innerUl {
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

li.innerUl span,
li.innerUl ol {
  width: 100%;
}

.FeaturesList ul li i,
.advantagGrid ul li i {
  font-weight: 800;
  font-size: 14px;
  color: #cc211a !important;
}

.FeaturesListItem {
  display: flex;
  align-items: center;
  gap: px;
}

.FeaturesListItem .FeaturesList {}

.ApplicationsGrid ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 15px;
}

.ApplicationsGrid {}

.ApplicationsGrid ul li {
  padding: 15px;
  font-size: 14px;
  color: #000;
  line-height: 28px;
  margin: 0px;
  font-weight: 700;
  text-align: left;
  border-radius: 10px;
  font-family: "Nunito";
  border: 1px solid #0000000f;
  text-align: center;
  text-transform: capitalize;
}

.appImg img {
  width: 100%;
  object-fit: scale-down;
  max-width: 34px;
}

.appImg {
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 0px auto 15px;
}

.advantagGrid ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
}

.MoreProductDetailsSec .sectionHeader h2 {
  font-size: 25px;
}

.MoreProductDetailsSec .sectionHeader {
  margin-bottom: 20px;
}

.MoreProductDetailsSec .table {
  border: 1px solid #00000017 !important;
}

.MoreProductDetailsSec .table tr th,
.MoreProductDetailsSec .table tr td {
  padding: 15px;
  font-family: "Poppins";
}

.MoreProductDetailsSec .table tr th {
  background: #e9311b12;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #d13123;
  border-right: 1px solid #2222;
}

.MoreProductDetailsSec .table tr td {
  font-weight: 500;
  background: #ffff;
  font-size: 14px;
}

.contactGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.contactItem {
  padding: 20px;
  background: #f4f4f4;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contactItem ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contactItem p,
.contactItem ul li a {
  font-size: 14px;
  color: #444;
  line-height: 28px;
  margin: 0px;
  font-family: "Poppins", sans-serif;
  text-decoration: unset;
  font-weight: 500;
}

.contactItem h5 {
  line-height: 1.5;
  margin: 0px;
  font-size: 18px;
  color: #d23123;
  font-family: "Nunito";
  background: linear-gradient(to right, #1a3466 0%, #cc211a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 2px;
  font-weight: 800;
}

.conIcon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  border: 1px solid #2222;
}

.conIcon i {
  font-size: 20px;
  color: #14346b;
  font-weight: 800;
}

.contactForm {
  padding: 30px;
  background: #f4f4f4;
  border-radius: 10px;
}

.contactForm form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contactForm form input,
.contactForm form textarea {
  padding: 20px 15px;
  border-radius: 10px;
  border: 1px solid #2222;
  font-size: 14px;
  font-family: "Poppins";
  color: #444;
}

.contactForm form input::placeholder,
.contactForm form textarea::placeholder {
  color: #222;
  font-weight: 400;
}

.contactForm form input.more-link {
  background: #14346b;
  padding: 15px 30px;
  color: #ffff;
  letter-spacing: 0.5px;
}

.contactGridWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.contactMapWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 40px 0px;
  gap: 25px;
}

.contactMapWrapper .contactMapItem {
  display: flex;
  flex-direction: column;
  gap: 0px;
  background: linear-gradient(180deg, #f4f4f4, transparent);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #2222;
}

.contactMapWrapper .contactMapItem iframe {
  width: 100%;
}

.contactMapWrapper .contactMapItem h5 {
  margin: 0px;
  padding: 20px;
  font-size: 18px;
  color: #d23123;
  font-family: "Nunito";
  background: linear-gradient(to right, #1a3466 0%, #cc211a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

.visionContent .sectionHeader h2~span {
  font-size: 15px;
  color: #666;
  line-height: 32px;
  margin: 0px;
  font-family: "Poppins", sans-serif;
}

.InnerHeader {
  background: #ffffffa3;
}

.desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 1500px) {
  .customHeader {
    padding: 15px;
  }

  .bannerSwiper {
    height: auto;
  }

  .bannerImg img {
    height: auto;
  }

  .whyChooesUsImageItem .whyChooesUsImg {
    aspect-ratio: 1 / 2;
  }
}

@media (max-width: 1200px) {
  .customHeader .navbar-nav a {
    padding: 15px !important;
  }

  .rightBtn a {
    margin-left: 15px;
  }

  .container {
    max-width: 100%;
  }

  .aboutContent {
    padding: 0px;
  }

  .aboutImage:before {
    display: none;
  }

  .aboutImage:after {
    display: none;
  }

  .aboutImage {
    padding: 0px;
    margin: 0px;
  }

  .sectionHeader h2,
  .visionContent .sectionHeader h2 span,
  .productDetailsContent h5 {
    font-size: 25px;
  }

  .productGrid,
  .ApplicationGrid {
    gap: 15px;
  }

  .productContentWrapper,
  .ApplicationContentWrapper {
    padding: 15px;
  }

  .ApplicationGrid .ApplicationItem {
    box-shadow: 4px 4px #f2f2f2;
  }

  .ctaSec .ctaContent h2 {
    font-size: 25px;
  }

  .visionImg img {
    min-height: 450px;
    object-fit: cover;
  }

  .bredcrumsContent span {
    display: none;
  }

  .bredcrumsContent h3 {
    font-size: 35px;
  }

  .productDetailsContent {
    padding: 0px;
    gap: 4px;
  }

  .MoreProductDetailsSec .sectionHeader h2 {
    font-size: 20px;
    line-height: normal;
  }

  .cusPanding {
    padding: 50px 0px;
  }

  .productDetailsContent h5 {
    font-size: 20px;
  }

  p {
    font-size: 14px !important;
    line-height: 28px !important;
  }

  .ApplicationsGrid ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .slideshow-pagination {
    display: none;
  }

  .arrowWrapper .sliderArrow {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 50%;
    padding: 0px 10px;
    transform: translate(0px, -50%);
    bottom: unset !important;
  }
}

@media (max-width: 991px) {
  .counterItem {
    padding: 15px;
    gap: 10px;
    border: 1px solid #2222220f !important;
  }

  .counterItem .counterContent h5 .purecounter,
  .counterItem .counterContent h5 {
    font-size: 20px;
  }

  .counterItem .counterContent {
    gap: 6px;
    padding-top: 15px;
  }

  .customHeader a.navbar-brand img {
    width: 100%;
  }

  .customHeader a.navbar-brand {
    max-width: 120px;
  }

  .bredcrumsWrapper {
    padding: 170px 0px 80px;
  }

  .customHeader .navbar-toggler {
    background: #244977;
    padding: 10px 14px;
    color: #fff;
    border: 0px;
    outline: 0px !important;
    box-shadow: 0px 0px !important;
  }

  .customHeader .navbar-nav {
    width: 100%;
    padding: 0px;
    gap: 0px;
    margin: 0px;
    max-height: 400px;
    overflow: auto;
    border-radius: 0px;
    background: transparent;
    border: 0px;
  }

  .darkHeader .navbar .navbar-brand {
    transform: unset !important;
  }

  .customHeader .navbar-nav>li.nav-item {
    padding: 0px;
    border-bottom: 1px solid #0000000f;
  }

  .customHeader .navbar-nav>li.nav-item:last-child {
    border: 0px;
  }

  .customHeader .container-fluid {
    padding: 0px;
  }

  .customHeader {
    padding: 0px;
    backdrop-filter: unset;
    background: #fff !important;
  }

  .customHeader a.navbar-brand {
    padding: 0px;
    margin: 15px;
  }

  .customHeader a.navbar-brand img {
    width: 100%;
  }

  .customHeader .navbar-toggler {
    margin: 0px 15px;
  }

  .customHeader .navbar-nav a {
    font-size: 14px;
    color: #000;
  }

  .rightBtn {
    display: none;
  }

  .productGrid,
  .ApplicationGrid {
    grid-template-columns: 1fr 1fr;
    padding: 0px;
  }

  .productContentWrapper .productContent h5,
  .ApplicationContentWrapper .ApplicationContent h5 {
    font-size: 16px;
  }

  .productContentWrapper .productContent p,
  .ApplicationContentWrapper .ApplicationContent p {
    font-size: 14px;
    line-height: 28px;
  }

  .ApplicationsGrid ul {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contactGridWrapper {
    grid-template-columns: 1fr;
  }

  .contactItem h5 {
    font-size: 16px;
  }

  .contactGrid {
    gap: 15px;
  }

  .bannerSec {
    margin-top: 92px;
  }

  .RightLinksWrapper {
    display: none;
}
}

@media (max-width: 800px) {
  .OurCoreItemGrid {
    grid-template-columns: 1fr 1fr;
  }

  .OurCoreSec .OurCoreInnerItem:last-child {
    grid-column: 1 / 3 !important;
  }

  .QualitySec .QualityContent {
    padding: 20px !important;
    border-radius: 10px !important;
  }

  .cusPanding {
    padding: 40px 0px;
  }

  .AboutUsSec .row {
    gap: 15px 0px;
  }

  .sectionHeader h2,
  .visionContent .sectionHeader h2 span {
    font-size: 20px;
  }

  .aboutContent p {
    font-size: 14px;
    line-height: 28px;
  }

  .whyChooesUsGrid {
    grid-template-columns: 1fr 1fr;
  }

  .whyChooesUsImageItem {
    grid-column: unset;
    max-height: 240px;
  }

  .ctaSec .ctaContent {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ApplicationGrid .ApplicationItem {
    padding: 15px;
  }

  .footerGrid .footerItem h5 {
    font-size: 16px;
  }

  .footerGrid .footerItem {
    grid-template-columns: 1fr;
    padding: 0px !important;
  }

  .footerGrid {
    gap: 15px !important;
    grid-template-columns: 1fr 25% 1fr;
  }

  .footerTop {
    padding: 30px 0px;
  }

  .footerGrid .footerItem .footerTopIcon {
    display: none;
  }

  .footerWrapper .footerLogo {
    grid-column: 1/3;
  }

  .footerWrapper {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  footer .container {
    flex-direction: column-reverse;
    display: flex;
  }

  .footerWrapper>div {
    padding: 0px;
  }

  .counterGrid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .visionGrid {
    border: 1px solid #00000014;
    display: flex;
    flex-direction: column;
  }

  .visionContent {
    padding: 20px 15px;
  }

  .visionContent .sectionHeader {
    max-width: 100%;
    gap: 4px;
  }

  .visionSec {
    padding: 40px 15px 0px;
  }

  .visionSec:last-child .visionGrid {
    flex-direction: column-reverse;
    display: flex;
  }

  .visionSec:last-child {
    padding-bottom: 40px;
  }

  .visionImg img {
    min-height: 300px;
  }

  .visionContent .sectionHeader h2~span {
    font-size: 14px;
  }

  .bredcrumsContent h3 {
    font-size: 25px;
  }

  .productDetailsSec .row {
    gap: 15px 0px;
  }

  .advantagGrid ul {
    gap: 10px;
  }

  .MoreProductDetailsSec .row {
    gap: 15px 0px;
  }

  .MoreProductDetailsSec .sectionHeader h2 {
    font-size: 18px;
  }

  .productItem {
    box-shadow: unset;
  }

  .ApplicationsGrid ul {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {

  .whyChooesUsGrid,
  .productGrid,
  .ApplicationGrid,
  .footerWrapper,
  .footerGrid,
  .ProductsLinks ul,
  .OurCoreItemGrid {
    grid-template-columns: 1fr;
  }

  .QualitySec .row {
    gap: 20px;
  }


  .OurCoreSec .OurCoreInnerItem:last-child {
    grid-column: unset !important;

  }

  .footerWrapper .footerLogo {
    grid-column: unset !important;
  }

  .footerWrapper {
    gap: 20px;
    padding: 30px 0px;
  }

  .sectionHeader {
    width: 100%;
  }

  .sectionHeaderWrapper {
    grid-template-columns: 1fr;
  }

  .ctaSec .ctaContent h2 {
    font-size: 18px;
  }

  p {
    font-size: 14px !important;
    line-height: 28px !important;
  }

  .ProductsLinks ul {
    gap: 12px;
  }

  .footerLogo p,
  .footerLinks li a {
    font-size: 14px;
  }

  .bredcrumsContent h3 {
    font-size: 18px;
    line-height: 32px;
  }

  .bredcrumsWrapper {
    padding: 50px 15px 50px;
    margin-top: 92px;
  }

  .ApplicationsGrid ul {
    grid-template-columns: 1fr 1fr;
  }

  .contactGrid,
  .contactMapWrapper {
    grid-template-columns: 1fr;
  }

  .contactForm {
    padding: 15px;
  }

  .contactMapWrapper {
    padding-bottom: 0px;
  }

  .productDetailsContent h5 {
    font-size: 18px;
  }

  .MobileBanner {
    display: block;
  }

  .DesktopBanner {
    display: none;
  }
}

.aboutContent .sectionHeader {
  margin: 0px;
}

.InnerHeader .navbar-nav {
  background: #0000001a;
}

.InnerHeader .navbar-nav .nav-link {
  color: #000;
}

.productSec .productGrid {
  padding-top: 0px;
}


li.nav-item.dropdown:hover .ourproductmenu {
  display: block;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}


.dropdown-menu li {
  border-bottom: 1px solid #e9e8e8;
  transition: 0.8s all;
}

.dropdown-menu .dropdown-toggle::after {
  position: absolute;
  display: inline-table;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  text-align: right;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid black;
  right: 15px;
  top: 50%;
  transform: translate(0px, -50%);
}

.ourproductmenu , .ourproductmenu li .dropdown-menu {
  padding: 0px;
  border-radius: 12px;
  min-width: 300px;
}

.ourproductmenu a.dropdown-item {
  color: #000;
  white-space: normal;
  padding: 15px !important;
  letter-spacing: 0px;
  font-size: 14px;
  line-height: normal;
}

.ourproductmenu.dropdown-menu li:last-child {
  border-bottom: 0px;
}

.ourproductmenu.dropdown-menu li:first-child a {
  border-radius: 10px 10px 0px 0px;
}

.ourproductmenu.dropdown-menu li:last-child a {
  border-radius: 0px 0px 10px 10px;
}

.ourproductmenu a.dropdown-item:hover {
  background: #f4f4f4;
  color: #d23123;
}

.OurCoreSec .OurCoreInnerItem:last-child {
  grid-column: 1 / 4;
}


.QualitySec .QualityContent {
  padding: 32px;
  background: #f2f2f2;
  height: 100%;
  border-radius: 20px;
}

.QualitySec .QualityContent .sectionHeader {
  margin: 0px;
  gap: 15px;
}

.QualitySec .QualityContent .sectionHeader~span,
.QualitySec .QualityContent ul li {
  font-size: 15px;
  color: #666;
  line-height: 32px;
  margin: 0px;
  font-family: "Poppins", sans-serif;
}

.QualitySec .QualityContent ul {
  padding: 15px 0px 0px 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.QualitySec .QualityContent h2 {
  font-size: 25px;
}

.QualitySec .QualityContent ul li {
  padding-left: 15px;
  border-left: 4px solid #113569;
}

.sectionHeader h2~span {
  font-size: 15px;
  color: #666;
  line-height: 32px;
  margin: 0px;
  font-family: "Poppins", sans-serif;
}

.OurServicesSec .OurCoreItemGrid {
  padding: 0px;
}

.OurServicesSec .OurCoreItemGrid .OurCoreInnerItem:last-child {
  grid-column: unset;
}

.OurServicesSec .OurCoreInnerItem h5 {
  font-size: 15px;
  font-weight: 700;
  color: #133267;
  font-family: poppins;
  position: relative;
  padding: 10px 15px;
  width: fit-content;
  margin: 0px auto;
  border-radius: 10px;
  overflow: hidden;
}

.OurServicesSec .OurCoreInnerItem {
  text-align: center;
}

.OurServicesSec .OurCoreInnerItem h5:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #0000000d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0px);
}

@media (min-width: 992px) {
  .RightLinksWrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
  }

  .RightLinksWrapper .navbar-collapse {
    width: 100%;
  }

  .RightLinksWrapper .rightSide ul {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0px;
    padding: 0px;
    list-style: none;
  }

  .RightLinksWrapper .rightSide ul li a {
    text-decoration: unset;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: unset;
    color: #000;
    transition: all 0.3s ease-in-out;
    font-family: 'Nunito';
    font-weight: 600;
    padding: 0px !important;
    letter-spacing: 0.5px;
    font-size: 14px;
  }
}
.ourproductmenu li:hover .dropdown-menu {
    display: block;
    right: -160px;
    top: 0;
}

.ourproductmenu li {
    position: relative;
}

.ourproductmenu li .dropdown-menu {
    min-width: 160px;
}

li.nav-item.dropdown > .dropdown-toggle::after {
    vertical-align: middle;
    margin-top: -2px;
}