@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&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');
/*==Fonts
 font-family: "Hanken Grotesk", sans-serif;
 font-family: "Inter", sans-serif;
==*/
/*=====default styles=====*/
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: #212121;
  overflow-x: hidden;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}


img {
  max-width: 100%;
}


/* ul,
li {
    list-style: none;
} */

a {
  text-decoration: none;
  transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
}

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

button {
  /* WebKit */
  -webkit-appearance: none;

  /* Mozilla */
  -moz-appearance: none;

  /* Opera */
  -o-appearance: none;

  /* Internet Explorer */
  -ms-appearance: none;

  /* CSS3 */
  appearance: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}


p {
  color: #81848A;
  font-size: 16px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #FF2A0A;
  font-weight: 400;
  font-family: Manrope;
  font-weight: 600;
  text-transform: capitalize;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #FF3A2D;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #002353;
}

h3,
h4 {
  font-size: 20px;
}

sub,
sup {
  font-size: .2em;
}

sup {
  top: -1.5em;
  vertical-align: super;

}


.titleh2 {
  margin: 0px 0px 30px;
  position: relative;
}

/* .titleh2 h2 {
  color: #2E2E2E;
  font-size: 32px;
  margin: 0px;
  text-transform: capitalize;
} */
.titleh2 h2 {
  color: #222;
  font-family: Manrope;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px;
  /* 120% */
  letter-spacing: -0.5px;
  text-transform: capitalize;
}

.titleh2 h2 span {
  color: #FF3A2D;
  font-family: Manrope;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.5px;
  text-transform: capitalize;
}

.tittlehead h4 {
  color: #222;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.8px;
  letter-spacing: 2.8px;
}

.tittlehead h4 {
  text-transform: uppercase;
}

.subTitle {
  color: #144891;
  font-size: 18px;
  font-weight: 400;
  font-family: "Hanken Grotesk", sans-serif;
  font-style: italic;
  margin: 0px 0px 5px;
  text-transform: uppercase;

}

.inner-sectioncta {
  margin-top: 30px;
}

.MaxWidth {
  max-width: 700px;
  margin: 0 auto 30px;
}

.MaxWidth .titleh2 {
  margin: 0px 0px 20px;
}

.textcenter {
  text-align: center;
}



.cta {
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.4px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  background-color: #FF3A2D;
  border: 1px solid #FF3A2D;
}

.cta img {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.cta img:not(.wbg img) {
  filter: brightness(0) invert(1);
}

.cta:hover img:not(.wbg img) {
  filter: none;
}

.cta.wbg {
  background-color: #ffffff;
  color: #D60117;
}

.cta.wbg:hover {
  background-color: #D60117;
  color: #ffffff;
}

.cta:hover {
  background-color: #f5f5f5;
  color: #FF3A2D;
}

a.cta.ctab {
  background: transparent;
  border: 1px solid #fff;
  max-width: max-content;
}

a.cta.ctab:hover {
  background: #fff;
  border: 1px solid #ff3a2d;
}

.cta span img {
  transition: transform 0.3s ease;

}

.ctax span img {
  transition: transform 0.3s ease;
  padding: 10px 15px;
}

.cta:hover span img {
  transform: rotate(45deg);
}

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



.ImgParent {
  position: relative;
  overflow: hidden;
  /* border-radius: 10px; */
}

.ImgParent img {
  width: 100%;
  height: 100%;
}

.imgwrapper {
  position: relative;
  overflow: hidden;
  /* border-radius: 10px; */
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s;
}

.SixteenRatioNine,
.sixrationine {
  padding-bottom: 56.25%;
  display: block;
}

.FourRatioThree {
  padding-bottom: 75%;
}

.imgwrapper img,
.imgwrapper iframe,
.imgwrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  object-fit: cover;
}




.mt40 {
  margin-top: 40px;
}

.SliderWrapper {
  position: relative;
}

/*========slider navigation======*/
.defaultslidearrow {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.defaultslidearrow .swiper-button-next:after,
.defaultslidearrow .swiper-button-prev:after {
  display: none;
}

.defaultslidearrow .swiper-button-next,
.defaultslidearrow .swiper-button-prev {
  position: relative;
  left: inherit;
  right: inherit;
  text-align: inherit;
  margin: 0px;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-arrow-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
  cursor: pointer;
  border-radius: 50%;
  transition: ease-in-out all 0.3s;
  -webkit-transition: ease-in-out all 0.3s;
  -moz-transition: ease-in-out all 0.3s;
  -ms-transition: ease-in-out all 0.3s;
  -o-transition: ease-in-out all 0.3s;
  z-index: 1;
  border: 1px solid #D60117;
  background-color: #D60117;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));

}

.defaultslidearrow .swiper-button-next {
  transform: rotate(180deg);
}



@media screen and (min-width:1151px) {
  .SliderWrapper {
    padding: 0px 40px;
  }

  .defaultslidearrow {
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    left: 0;
    right: 0;
  }

  .defaultslidearrow .swiper-button-next,
  .defaultslidearrow .swiper-button-prev {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    background-size: 30px;
  }
}


@media screen and (max-width:1150px) {
  .defaultslidearrow {
    margin: 30px 0px 0px;
  }

}

/*========slider navigation====*/
.hdDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0px 30px;
  gap: 10px;
}

.hdDiv .titleh2 {
  margin: 0px;
}



@media screen and (max-width:991px) {

  .titleh2,
  .hdDiv {
    margin: 0px 0px 20px;
  }

  .titleh2 h2,
  .titleh2 h2 span {
    font-size: 25px;
    line-height: 35px;
  }

  .subTitle {
    font-size: 16px;
  }

  .mt40 {
    margin-top: 30px;
  }

  br {
    display: none;
  }

  .defaultslidearrow {
    gap: 10px;
  }

  .defaultslidearrow .swiper-button-next,
  .defaultslidearrow .swiper-button-prev {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    background-size: 20px;
  }

  h3,
  h4 {
    font-size: 20px;
  }

  .cta {
    font-size: 15px;
  }
}

/*=====default styles=====*/




/*=====header=====*/
header {
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  position: sticky;
  top: 0;
  z-index: 4;
  width: 100%;
  transition: all 0.3s;
}

header ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}



.FormobmenuHeader {
  display: none;
}

.headerMainWrapper {
  position: relative;
}

.menuHeaderinner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.menuHeaderinner .logoheader img {
  width: 100%;
  height: 100%;
}

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

header nav ul.mainULnav {
  margin: 0px;
  padding: 0px;
}

header nav ul li {
  display: inline-block;
  position: relative;
  list-style: none;
}


header nav ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #1A1B1F;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    padding: 21px 15px 10px 10px;
}
header .sub-menu {
  background-color: #ffffff;
  position: absolute;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all ease 0.3s;
  top: calc(100% + 0px);
  width: auto;
  left: inherit;
  bottom: inherit;
}

header .sub-menu li {
  display: block;
 padding: 10px 20px;
}

header .sub-menu li a {
  font-size: 14px;
  font-weight: 500;
  color: #3D3E48;
  padding: 0px;
  margin: 0;
  position: relative;
  display: block;
  text-transform: capitalize;
  min-height: auto;
 
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header .sub-menu li:last-child a {
  border: 0px;
}

.hamburgerMenuBtn {
  width: 35px;
  height: 35px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FF2A0A' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  margin: 0;
  cursor: pointer;
  display: none;
}

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


.menuOverlay {
  background-color: rgb(255 255 255 / 35%);
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  transition: all ease 0.3s;
  display: none;
}

body.sidebarMenuOpen .menuOverlay {
  display: block;
}

/*=======min-width:1151px=======*/

@media screen and (min-width: 1151px) {
  header .dropdownMenu .sub-menu {
    min-width: 240px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    /* border-top: 3px solid #f3d014; */
  }

  header .dropdownMenu:hover>.sub-menu {
    opacity: 1;
    z-index: 2;
    visibility: visible;
  }

  header nav ul li a:hover {
    color: #13498f;
  }

  header .sub-menu li a:hover {
    background-color: #f5f5f5;
    color: #13498F;
  }

li.dropdownMenu > a:after {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000000' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  display: inline-flex;
  right: -5px;
  top: 3px;
  position: relative;
  transition: all 0.3s !important;
}
li.dropdownMenu > a:hover:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2313498f' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}


  .menuHeaderinner {
    justify-content: space-between;
  }


}

/*============max-width:1150px=========*/

@media screen and (max-width: 1150px) {


  .menuHeader {
    padding: 10px 0px;
  }



  .hamburgerMenuBtn {
    display: block;
  }

  .headerrhscontent {
    position: fixed;
    right: -280px;
    bottom: 0;
    top: 0;
    z-index: 9;
    width: 280px;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
    background-color: #ffffff;
    width: 280px;
  }

  body.sidebarMenuOpen .headerrhscontent {
    right: 0px;
  }

  /*for mobile*/
  .FormobmenuHeaderWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 12px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);
    position: relative;
    width: 100%;
  }

  .FormobmenuHeaderWrapper .logo {
    width: 110px;
  }

  .FormobmenuHeaderWrapper .logo img {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    /* filter: brightness(0) invert(1); */
  }

  .FormobmenuHeader {
    display: block;
    width: 100%;
  }

  header nav ul li a:not(header ul.sub-menu li a),
  header.HeaderSticky nav ul li a:not(header.HeaderSticky ul.sub-menu li a) {
    color: #000000;
    padding: 12px;
    width: 100%;
    font-weight: 500;
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);
  }

  .headerrhscontent {
    flex-direction: column;
    justify-content: flex-start;
  }

  .closeIcon {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FF3A2D' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8z'/%3E%3C/svg%3E");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer;
    border: 0;
    background-color: transparent;
  }

  header nav ul li {
    width: 100%;
  }

  header nav ul .dropdownMenu span {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    right: 15px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000000' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 4;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
  }

  header .sub-menu {
    opacity: 1;
    z-index: 1;
    visibility: visible;
    transition: none;
    top: 0;
    display: none;
    min-width: 100%;
    position: relative;
    box-shadow: none;
    padding: 0px;
  }

  header .sub-menu li a {
    padding: 12px;
  }

  header .sub-menu li a:hover {
    color: #424242;
  }

  header nav {
    overflow-y: auto;
    height: calc(100% - 80px);
  }

  header nav::-webkit-scrollbar {
    display: none;
    width: 0px;
  }

  header nav ul li:last-child a:not(header ul.sub-menu li a),
  header.HeaderSticky nav ul li:last-child a:not(header.HeaderSticky ul.sub-menu li a) {
    border-bottom: 0px;
  }

  header nav ul .dropdownMenu span.hasSub.menuactve {
    transform: rotate(180deg);
  }


  .sidebarMenuOpen .HeaderSticky {
    animation: none;
  }

  .topHeader {
    display: none;
  }

  .LogoWrapper {
    width: 120px;
  }

}

@media screen and (max-width: 550px) {
  .HeaderMenuRhs .cta {
    display: none;
  }
}

/*===============header=============*/


/*=======Banner section=====*/
.BanenrSection {
  margin: 25px 0px 40px;
}

.BannerWrapper {
  display: flex;
  justify-content: space-between;
  padding: 75px 0px;
}

.bannerContent h1 {
  color: #fff;
  font-size: 68px;
}

.bannerContent p {
  color: #fff;
  max-width: 600px;
}

.bannerContent {
  position: relative;
  z-index: 1;
  max-width: 693px;
}

.bannerbackground {
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.bannerbackground::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(10, 91, 134, 0.00) 0%, #01273C 89.29%, #01273C 97.86%);
  z-index: 1;
}

.custom-container,
.BannerWrapper,
.bannerContent {
  position: relative;
  z-index: 2;
}

.bannercta {
  display: flex;
  gap: 30px;
}

a.ctax {
  display: flex;
  color: #ffffff;
  padding: 0px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  background-color: #FF3A2D;
  border: 1px solid #FF3A2D;
  max-width: fit-content;
  align-items: center;
}

a.ctax p {

  background-color: aliceblue;
  color: #000;
  padding: 12px 20px;
  border-radius: 10px;
  margin: 1px;
  font-weight: 600;
}

.BannerLhs {
  width: calc(40% - 0px);
  min-width: calc(40% - 0px);
  display: flex;
}

.social-icons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  width: 30px;
  min-width: 30px;
  margin-right: 10px;
}

.social-icons a i {
  transform: rotate(90deg);
  font-size: 22px;
}


.social-icons a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: "Hanken Grotesk", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-transform: capitalize;
}

.BlhsLtside {
  width: calc(100% - (30px + 10px));
  min-width: calc(100% - (30px + 10px));
}

.BlhsltsideTop {
  background-color: #13498F;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0px 0px 25px;
}

.BlhsltsideTop .bannerlogo {
  width: 145px;
  min-width: 145px;
}

.BlhsltsideTop p {
  color: #ffffff;
  margin: 0px;
}

.BannerRhs {
  width: calc(60% - 0px);
  min-width: calc(60% - 0px);
  padding-left: 25px;
}

.BrhssideTop {
  background-color: #13498F;
  padding: 25px 50px;
  margin: 0px 0px 25px;
}

.BrhssideTop h1 {
  font-size: 40px;
  color: #ffffff;
  margin: 0px 0px 20px;
}

.BrhssideTop p {
  color: #ffffff;
  font-size: 18px;
  margin: 0px 0px 30px;
}

.BrhssideBottom {
  display: flex;
}

.writingmodeDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  width: 50px;
  min-width: 50px;
}

.normalText {
  font-size: 16px;
  color: #454545;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5.6px;
  font-family: "Hanken Grotesk", sans-serif;
}

.BrhssideBottomrtside {
  width: calc(100% - (30px + 20px));
  min-width: calc(100% - (30px + 20px));
  position: relative;
}

.VideoTag {
  background-color: #D9D9D9;
  display: inline-block;
  font-family: "Hanken Grotesk", sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding: 20px 30px;
  cursor: pointer;
}

.BrhssideBottomrtside .VideoTag {
  position: absolute;
  top: 10px;
  left: 10px;
}


@media screen and (max-width: 991px) {

  .BannerWrapper {
    flex-direction: column;
  }

  .BannerLhs {
    width: calc(100% - 0px);
    min-width: calc(100% - 0px);
  }

  .BlhsltsideTop .bannerlogo {
    width: 95px;
    min-width: 95px;
  }

  .BlhsLtside {
    width: calc(100% - (0px + 0px));
    min-width: calc(100% - (0px + 0px));
  }

  .BannerRhs {
    width: calc(100% - 0px);
    min-width: calc(100% - 0px);
    padding-left: 0px;
    margin: 25px 0px 0px;

  }

  .BrhssideTop {
    padding: 20px;
  }

  .BrhssideTop h1 {
    font-size: 28px;
    margin: 0px 0px 10px;
  }

  .BrhssideTop p {
    font-size: 16px;
    margin: 0px 0px 20px;
  }

  .BrhssideBottom {
    flex-direction: column;
  }

  .social-icons {
    display: none;
  }

  .writingmodeDiv {
    writing-mode: inherit;
    transform: inherit;
    width: auto;
    min-width: auto;
    margin: 0px 0px 15px;
    align-items: flex-start;
  }

  .BrhssideBottomrtside {
    width: calc(100% - (0px + 0px));
    min-width: calc(100% - (0px + 0px));
  }


  .VideoTag {
    padding: 12px 30px;
  }
}


@media screen and (max-width: 767px) {
  .bannerContent h1 {

    font-size: 50px;
  }

  .bannerContent {

    max-width: 503px;
  }
}

@media screen and (max-width: 500px) {
  .bannerContent h1 {

    font-size: 35px;
  }

  .bannerContent {

    max-width: 403px;
  }

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

/*=======Banner section=====*/


/*=======Countermain=======*/
.Countermain {
  padding: 80px 0px;
  background-color: #ffffff;
}

.CounterWr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.CounterDiv {
  text-align: center;
}

.CounterDiv h4 {
  font-size: 54px;
  font-weight: 400;
}

.CounterDiv p {
  font-size: 20px;
  margin: 0px;
}

@media screen and (max-width: 991px) {
  .Countermain {
    padding: 50px 0px;
  }

  .CounterDiv h4 {
    font-size: 35px;
  }

  .CounterDiv p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .CounterWr {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*=======Countermain=======*/



/*=======AboutSection======*/
section.about {
  background: #E9ECEF;
  padding: 25px 0px;
  border-radius: 0px 0px 20px 20px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.abouttiopsectionWr {
  margin: 50px 0px;
  display: flex;
  gap: 70px;
}

.abouttopsectionImg,
.abouttopsectionContent {
  width: calc(50% - 35px);
  min-width: calc(50% - 35px);
}

section.about .tittlehead h4 {
  margin-top: 40px;
}

.abouttopsectionContent p {
  text-align: justify;
}

.Aboutuspage .StepsSection {
  padding: 0px;
}

.AboutServiceChoicein {
  background-color: #FDEAF4;
  padding: 30px;
  border-radius: 20px;
  margin: 0px 0px 50px;
  position: relative;
}

.AboutServiceChoicein .ImgDiv {
  position: absolute;
  max-width: 750px;
  right: 0px;
  bottom: 0;
}

.AboutServiceChoicein .ImgDiv img {
  width: 100%;
  height: 100%;
}

.AboutServiceChoicein .MaxWidth {
  max-width: 800px;
}

.AboutServiceChoiceWr .AboutServiceChoiceItem {
  max-width: 500px;
}

.AboutServiceChoiceWr .AboutServiceChoiceItem h4 {
  background-image: url(../images/arrowtitle.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 45px;
  background-size: 40px;
}

.AboutServiceChoiceWr .AboutServiceChoiceItem:first-child,
.AboutServiceChoiceWr .AboutServiceChoiceItem:nth-child(2) {
  max-width: 100%;
}

.AboutServiceChoiceItem p {
  text-align: justify;
}

@media screen and (max-width: 1199px) {
  .AboutServiceChoicein .ImgDiv {
    max-width: 500px;
  }
}

@media screen and (max-width: 1150px) {
  .AboutServiceChoicein .ImgDiv {
    display: none;
  }

  .AboutServiceChoiceWr .AboutServiceChoiceItem {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .abouttiopsectionWr {
    flex-direction: column-reverse;
    gap: 30px;
    margin: 40px 0px;
  }

  .abouttopsectionImg,
  .abouttopsectionContent {
    width: 100%;
    min-width: 100%;
  }

  section.about .tittlehead h4 {
    margin-top: 0px;
  }
}

/*=========AboutSection======*/


section.our-products {
  padding: 80px 0px;
}

.productsecttop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-paraprdct p {
  max-width: 401px;
}

.top-paraprdct {
  display: flex;
  gap: 60px;
  align-items: center;
}

.productsecttop .titleh2 {
  margin: 0px 0px 0px;

}

.productlistingsx {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.prdct-img img {
  border-radius: 15px;
  width: 100%;
}

.prdct-details:hover {
  background-color: #0a5b8614;
  border-radius: 15px;
}

.prdct-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.below-desc {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 20px;
  padding: 0px 15px 15px;
}

.prdct-descr {
  color: #727272;
}

.know-morebtnx a {
  color: #0A5B86;
  font-size: 17px;
  font-weight: 600;
}

.know-morebtnx a span img {
  transition: transform 0.3s ease;
}

.know-morebtnx a:hover span img {
  transform: rotate(45deg);
}

@media screen and (max-width: 1050px) {
  .top-paraprdct {
    gap: 40px;

  }
}

@media screen and (max-width: 991px) {
  .productsecttop {

    flex-direction: column;
    align-items: center;
  }

  .top-paraprdct p {
    max-width: 550px;
    text-align: center;
  }

  .top-paraprdct {
    flex-direction: column;
    gap: 0px;
  }

  .productlistingsx {

    grid-template-columns: repeat(2, 1fr);

  }
}

@media screen and (max-width: 767px) {
  .productlistingsx {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*=======Product section=======*/



/*========why chooseus section======*/

.maxxwidth {
  max-width: 690px;
  margin: auto;
}

.whychboxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin: 50px 0px 80px;
}

.whychcard {
  position: relative;
  border-radius: 15px;
  background: #f5f7fa;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.chgtext {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
}

.hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: #E9ECEF;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transform: translateY(30px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}

.hover-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.hover-content .red-line {
  height: 1px;
  background-color: #FF3A2D;
  width: 100%;
  margin-bottom: 15px;
}

.hover-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

.whychcard:hover .chgtext,
.whychcard:hover .chg-icon {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.whychcard:hover .hover-content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media screen and (max-width: 991px) {
  .whychboxes {

    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 668px) {
  .whychboxes {

    grid-template-columns: repeat(1, 1fr);
  }
}

/*========why chooseus section======*/


/* =======ourfactory======== */
section.ourfactory {
  background: #E9ECEF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 20px 20px;
}

.innner-factory {
  padding: 50px 0px;
}

.threeimgcards {
  display: flex;
  gap: 20px;
}

.threeimgcards img {
  border-radius: 20px;
}

.rhsimgcard {
  display: flex;
  flex-direction: column;
  gap: 4%;
}

.threeimgcards {
  display: flex;
  gap: 2%;
}

@media screen and (max-width: 991px) {
  .threeimgcards img {
    border-radius: 15px;
  }
}

@media screen and (max-width: 767px) {
  .threeimgcards img {
    border-radius: 10px;
  }
}

/* =======ourfactory======== */




/*=====TestimonialSection======*/
.TestimonialSection {
  margin: 80px 0px 80px;
}


.testimonial-card {
  background: #fff;
  padding: 25px;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
  border-bottom: 5px solid #004c75;
  border-radius: 5px;
  /* max-width: 350px; */
  margin: auto;
}

.user-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.testimonial-card h4 {
  font-weight: 700;
  margin: 10px 0 5px;
  color: #000;
}

.shortline {
  border: 1px solid #ff3a2d;
  width: 40px;
  margin: 9px 0px 4px;
}

.stars {
  color: #ffc107;
  margin-bottom: 15px;
  font-size: 18px;
}

.topinntest {
  text-align: left;
}

.testimonial-card p {
  color: #555;
  font-size: 14px;
  text-align: justify;
  line-height: 1.6;
}

/* Swiper specific styles */
.swiper {
  padding-bottom: 40px;
}

.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #004c75;
}

@media screen and (max-width: 991px) {
  .TestimonialSection {
    margin: 80px 0px 80px;
  }

}

/*=====TestimonialSection======*/



/* ========calltoaction======== */

.innerctax {
  background-color: #0A5B86;
  display: flex;
  justify-content: space-between;
  padding: 50px;
  align-items: center;
}

.innerctax h3 {
  margin: 0px;
  color: #F9F9F9;
  font-size: 40.063px;
  font-weight: 200;
  max-width: 650px;
  line-height: 55px;
}



/* <-------------add and inner pages css------------> */
.innerBannerSection {}












@media screen and (max-width: 1024px) {
  .innerctax h3 {
    font-size: 35px;
    max-width: 550px;
  }
}

@media screen and (max-width: 992px) {
  .innerctax h3 {
    font-size: 30px;
    max-width: 380px;
  }
}

@media screen and (max-width: 767px) {
  .innerctax {
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    align-items: baseline;
    gap: 25px;
  }

  .innerctax h3 {
    font-size: 29px;
    max-width: 100%;
    line-height: 40px;
  }
}

@media screen and (max-width: 500px) {
  .innerctax h3 {
    font-size: 23px;
    max-width: 100%;
    line-height: 40px;
  }

  .innerctax {

    gap: 10px;
  }
}

/* ========calltoaction======== */



/*=======our faq section=======*/
.innerhomefaq {
  display: flex;
  gap: 50px;
  margin: 50px 0px;
  align-items: center;
}

.faqimagex {
  width: 50%;
}

.faqsecx {
  width: calc(50% - 0px);
}

.faqimagex img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  height: 500px;
}

.Faqrow {
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
  margin: 20px 0px 0px;
  overflow: hidden;
}

.FaqLabel {
  font-size: 20px;
  padding: 14px 60px 14px 24px;
  color: #333333;
/*   background-color: #ff3a2d; */
  font-weight: 700;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}


.FaqLabel::after {
  content: "";
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #222222;
  border-width: 0px 2px 2px 0px;
  display: inline-block;
  position: absolute;
  margin-left: 5px;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  margin-top: -2px;
  right: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.FaqLabel.active::after {
  transform: rotate(-135deg);
	border-color: #ffffff;
}

.FaqLabel h3 {
  font-size: 18px;
  color: #222222;
  margin: 0px;
  font-weight: 600;
}
.FaqLabel.active h3{color:#fff;}
.FaqContentBox {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: #ff3a2d;
}
.FaqLabel.active{ background-color: #ff3a2d;}
.FaqContentBox p{color:#fff}




.FaqContentBoxInner {
  padding: 14px 24px 14px;
}

@media only screen and (min-width: 1200px) {
  .FaqLabel::after {


    margin-top: 0px;
    right: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .innerhomefaq {

    flex-direction: column;
  }

  .faqimagex {
    width: 100%;
  }

  .faqsecx {
    width: 100%;
  }

  .faqimagex img {
    width: 100%;
    border-radius: 20px;
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .faqimagex img {
    width: 100%;
    border-radius: 15px;
    height: 350px;
  }
}

@media only screen and (max-width: 500px) {
  .faqimagex img {
    width: 100%;
    border-radius: 10px;
    height: 250px;
  }
}


/*=======our faqsection=======*/



/*=======cta section======*/
.calltoaction {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;

  position: relative;
  margin: 80px 0px;
}

.calltoactionWr {
  max-width: 400px;
}

.calltoactionWr .titleh2 h2,
.calltoactionWr p {
  color: #ffffff;
}

.calltoactionWr p {
  font-size: 20px;
  margin: 0px 0px 30px;
}

.calltoactionWr .cta.wbg,
.calltoactionWr .cta.wbg:hover {
  border-color: #ffffff;
  color: #000000;
  background-color: #ffffff;

}

@media screen and (max-width: 991px) {
  .calltoaction {
    margin: 50px 0px;
  }
}


/*=======cta section======*/



/*=========our logo brand======*/
.OurBrand {
  background-color: #EAEAEA;
  padding: 80px 0px;
}

.OurBrandCard {
  display: flex;
  align-items: center;
  height: 100px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  padding: 10px 20px;
  border: 1px solid #d5d4d4;
  border-radius: 8px;
}

.OurBrandCard img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

@media screen and (max-width: 991px) {
  .OurBrand {
    padding: 50px 0px;
  }
}

/*=========our logo brand======*/






/* ======homecontact======== */
.belowcontact {
  padding: 80px 0px;
  background: #E9ECEF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.custom-container {
  max-width: 1200px;
  margin: auto;
}

.contact-card {
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contactlhs {
  flex: 1;
  position: relative;
  min-height: 450px;
  overflow: hidden;
  max-width: 35%;
}

.contactlhs .bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
  top: 0;
  left: 0;
}

.contactlhs .overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 91, 134, 0.80);
  z-index: 2;
}

.left-box-content {
  position: relative;
  z-index: 3;
  height: 100%;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
}


.left-box-content h3 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 25px;
  color: #fff;
}

.left-box-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  max-width: 295px;
}

.download-btn {
  margin-top: 30px;
  background: #f9322c;
  color: white;
  padding: 13px 39px;
  border: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  max-width: fit-content;
}

.broucherbtn {
  text-align: center;
}

.rhsform {
  flex: 1;
  padding: 40px 30px;
  background: white;
}

.rhsform h2 {
  font-size: 45px;
  color: #0A5B86;
  margin-bottom: 10px;
}

.rhsform p {
  color: #999999;
  font-size: 14px;
  margin-bottom: 30px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background-color: #f6f6f6;
  font-size: 14px;
  outline: none;
}

.form-grid textarea {
  grid-column: 1 / -1;
  min-height: 100px;
}

.submitbtn {
  margin-top: 30px;
}

/* Responsive */
@media (max-width: 992px) {
  .contactlhs {

    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .contactlhs {
    max-width: 100%;
    min-height: auto;
  }

  .contact-card {
    flex-direction: column;
  }

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

  .rhsform h2 {
    font-size: 28px;
  }

  .left-box-content {
    padding: 30px 20px;
  }

  .rhsform {
    padding: 30px 20px;
  }
}


/* ======homecontact======== */
/*=======footer=======*/
footer {
  background-color: #01273C;
  padding: 50px 0px 0px;
}

.footerConntactDetail h2 {
  color: #fff;
  font-weight: 300;
  margin-bottom: 25px;
}

.footerMenu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.FootermenuUl {

  display: flex;
  gap: 40px;
}

.FootermenuUl ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: calc(85% - 25px);
  min-width: calc(85% - 25px);
}

.FootermenuUl ul li a {
  display: block;
  border-bottom: 1px solid #ffffff;
  padding: 15px 0px;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='24.4067' width='23' height='23' rx='11.5' transform='rotate(-90 0.5 24.4067)' stroke='%23D7D7D7'/%3E%3Cpath d='M7.99997 16.9067L16.0001 8.90662M16.0001 8.90662L16.0001 14.9067M16.0001 8.90662L9.99999 8.90662' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 24px;

}

.FootermenuUl ul li a:hover {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='24.9067' width='24' height='24' rx='12' transform='rotate(-90 0 24.9067)' fill='white'/%3E%3Cpath d='M7.99997 16.9067L16.0001 8.90662M16.0001 8.90662L16.0001 14.9067M16.0001 8.90662L9.99999 8.90662' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.FootermenuUl ul li:last-child a {
  border: 0px;
}


.footerConntactDetail {

  padding: 15px 0px 0px;
}

.ItalicFont {
  font-style: italic;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
}

.LetsTalk {
  color: #ff3a2d;
  font-size: 65px;
  line-height: 65px;
  margin: 15px 0px 25px;
}

.SocilaIcon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 260px;
}



.contactdetail p,
.contactdetail p a,
.contactdetail a {
  color: #ffffff;
}

.FoolterLink {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0px 25px;
  gap: 25px;
}

.FoolterLink a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

@media screen and (max-width:991px) {
  .LetsTalk {
    font-size: 35px;
    line-height: 35px;
  }

  .SocilaIcon {
    max-width: 100%;
    justify-content: flex-start;
    gap: 15px;
  }
}
.content_min {
    margin-top: 60px;
	 margin-bottom: 60px;
}
@media screen and (max-width:767px) {
  .footerMenu {
    flex-direction: column;

    grid-template-columns: repeat(1, 1fr);
  }

  .FootermenuUl {
    width: calc(100% - 0px);
    min-width: calc(100% - 0px);
    gap: 30px;
    justify-content: space-between;
  }

  .FootermenuUl ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: calc(100% - 25px);
    min-width: calc(100% - 25px);
  }

  .footerConntactDetail {
    width: 100%;
    min-width: 100%;
  }

  .contactdetail {
    max-width: 100%;
  }

  .FoolterLink {
    gap: 15px;
  }


  .FoolterLink a,
  .FootermenuUl ul li a {
    font-size: 14px;
    background-size: 20px;
  }
}

/*=======footer=======*/

/*=========structure=========*/
.custom-container {
  padding: 0px 15px;
  margin: 0 auto;
}

@media only screen and (min-width:1152px) {
  .custom-container {
    max-width: calc(100% - 40px);
  }
}

@media only screen and (min-width: 1360px) {
  .custom-container {
    max-width: 1268px;
  }
}

@media only screen and (min-width: 1440px) {
  .custom-container {
    max-width: 1270px;
  }
}


/* <-----------add css and inner pages css--------------> */

.about.about-bg {
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0);
}

.addbg {
  background-color: #E9ECEF !important;
  padding: 70px 0px;
}

.removebg {
  background-color: transparent !important;
  box-shadow: 0px 0px 0px #ccc !important;
}

ul li {
  color: #81848A;
  padding: 3px 0px;
}

.ImgParent.inrImgParent {
  position: relative;
  overflow: visible !important;

}

.inrImgParent::after {
  position: absolute;
  width: 300px;
  height: 300px;
  background-color: #FF3A2D;
  border-radius: 0px 10px 0px 0px;
  right: -15px;
  top: -15px;
  content: '';
  z-index: -1;

}

.inrImgParent::before {
  position: absolute;
  width: 300px;
  height: 300px;
  background-color: #FF3A2D;
  border-radius: 0px 0px 0px 10px;
  left: -15px;
  bottom: -15px;
  content: '';
  z-index: -1;

}

.capacity-container {
  display: flex;
  flex-wrap: wrap;
}

.capacity-box {
  background-color: #E9ECEF;
  color: white;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  font-size: 18px;
  width: calc(25% - 20px);
  margin: 10px;
}


.capacity-box.box-combined {
    width: calc(50% - 20px);
    overflow: hidden;
    border: 0px solid tan;
    background-color: transparent;
    border-radius: 10px;
}
.stat-card {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-radius: 8px;
  max-width: 300px;
  font-family: Arial, sans-serif;
}

.stat-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #0A5B86;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.stat-icon img {
  width: 50px;
  height: 50px;
}

.stat-text {
  margin-right: 15px;
}

.stat-text small {
  display: block;
  color: #0A5B86;
  font-size: 14px;
}

.stat-text strong {
  font-size: 20px;
  color: #0A5B86;
}

.box-combined {
  grid-column-start: 3;
  grid-column-end: 5;
  padding: 0px;
}

.box-combined img {
  width: 100%;
}

.visionleft {
  flex: 1;
  position: relative;
  min-height: 450px;
  overflow: hidden;
  max-width: 40%;
}

.contact-card.contact-card-abt {
  background-color: transparent;
  box-shadow: 0px 0px 0px transparent;
  border-radius: 0px !important;
}

.vision-img img {
  width: 100%;
  margin: auto;
  display: block;
  margin-top: 20px;
}

.visionright {
  background-color: #0A5B86;

}

.left-boxtitle {
  color: #24211F;
  font-family: Manrope;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 59.85px;
  letter-spacing: -1.71px;
}

.visionright p {
  color: #fff;
  padding-bottom: 15px;
}

.vision-btn1 {
  border-radius: 23px;
  background: #9AB5C4;
  color: #0A5B86;
  text-align: center;
  padding: 12px 25px;
  font-size: 16px;
  font-style: normal;
  width: 410px;
  line-height: 25px;
  display: inline-block;
}

.vision-btn2 {
  border-radius: 23px;
  background: #9AB5C4;
  color: #0A5B86;
  text-align: center;
  padding: 12px 25px;
  font-size: 16px;
  font-style: normal;
  width: 410px;
  line-height: 25px;
  margin-top: 25px;
  display: inline-block;
}



@media (max-width: 768px) {
  .capacity-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .capacity-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.step-section {
  display: flex;
  flex-wrap: wrap;
  background-color: #0A5B86;
  color: white;

  border-radius: 10px;
  overflow: hidden;
}

.step-image {
  flex: 1 1 300px;
  min-width: 300px;
}

.step-image img {
  width: 100%;
  height: auto;
  display: block;
}

.step-content {
  flex: 1 1 300px;
  padding: 40px 40px;
}

.step-content h2 {
  color: #77B5D7;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}

.step-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #fff !important;
}

.step-content p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #fff;
}

.step-list {
  list-style: none;
  padding-left: 0;
  column-count: 2;
}

.step-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  color: #fff;
  font-size: 16px;
}

.step-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 6px;
  background-image: url(../images/icon-park-outline_check-correct.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.ourfactorybtm {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .step-content h2 {
    font-size: 20px;
  }

  .step-content h3 {
    font-size: 18px;
  }

  .step-content p,
  .step-list li {
    font-size: 14px;
  }
}

.reverse-dir {
  flex-direction: row-reverse;
}

.contact-card {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}


.vision-btn1.active,
.vision-btn2.active {
  background-color: #0A5B86;
  color: #fff;
	cursor:pointer;
}
.vision-btn1:hover,
.vision-btn2:hover{color:#fff;}
.tab-content {
  display: none;
}
.tab-content p:empty {
  display: none;
}
.tab-content.active {
  display: block;
}

.tab-content ul li {
  color: #fff
}

.contact-card.contact-card-abt {
  align-items: center;
}

.breadcrumb {
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
  /* dark blue background like your image */
  padding: 10px 15px;
}

.breadcrumb a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 5px;
}

.breadcrumb span {
  color: #ffffff;
}

.step-image,
.step-content {
  width: calc(50% - 10px);
}


/* <------------------FAQ--------------> */
.faqinner {
  background-color: #F5F5F5;
  padding: 80px 0px;
}

.faqtitl {
  color: #313131;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 35px !important;
}

.Faqrow-in .FaqLabel {
  border-radius: 10px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  color: #222222;
}

.Faqrow-in .FaqLabel::after {
  border-color: #222222;
}

.Faqrow-in .FaqLabel h3 {
  color: #222222;
}

.Faqrow-in .FaqLabel.active {
  border-radius: 10px;
  border: 1px solid #ff4e42;
  background: #FF3A2D;
  border-radius: 10px 10px 0px 0px;
}
.Faqrow-in .FaqLabel.active h3 {
    color: #fff;
    
    padding-bottom:10px;
}
.Faqrow-in .FaqLabel.active::after {
  border-color: #fff;
}

.Faqrow-in .FaqContentBoxInner {
  background-color: #FF3A2D;
}

.Faqrow-in .FaqContentBoxInner p {
  color: #fff;
}

/* <------inner contact------------> */
.inner-contact {
  padding: 70px 0px;
}

.form-container.inner-contact {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.inner-contact .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.inner-contact .form-group {
  flex: 1;
  min-width: 100px;
  display: flex;
  flex-direction: column;
}

.inner-contact label {
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: 20px;
  color: #2D2C2C;
  font-size: 18px;
}

.inner-contact input,
.inner-contact select,
.inner-contact textarea {
  padding: 10px 15px;
  border: 1px solid #6E6E6E;
  border-radius: 6px;
  font-size: 14px;
  width: 100%;
}

.inner-contact select:invalid {
  color: #888;
}

.error {
  color: red;
  font-size: 13px;
  margin-top: 5px;
}

.form-footer {
  margin-top: 20px;
}

.sendbtn {
  background-color: #ff3c2f;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}

.sendbtn:hover {
  background-color: #FF3A2D;
}

.info-contact p {
  color: #2D2C2C;
  font-size: 18px;
  font-weight: 600;

}

@media (max-width: 600px) {
  .form-row {
    flex-direction: column;
  }
}

.contact-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.contact-card1 {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  width: calc(25% - 20px);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content: center;
}

.icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #D6D6D6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.icon-circle i {
  color: #727272;
}

.contact-card1 img {
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
  margin: auto;
  display: block;
}

.contact-card1 p {
  margin: 5px 0;
  color: #666;
  font-size: 14px;
}

.contact-card1 strong {
  display: block;
  color: #2D2C2C;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.incontact-supply {
  padding-bottom: 60px;
}

.incontact-supply {
  color: #2D2C2C;
  font-size: 20px;
}

.incontact-supply p {
  color: #81848A;
  font-size: 18px;
}

.faqsecx1 {
  width: calc(40% - 0px);
}

.faqimagex {
  width: calc(60% - 0px);
}


/* <-------------------blog--------------> */
.ppe-section {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 70px 0px;
}

.ppe-image {
  flex: 1 1 200px;

}

.ppetitl {
  color: #222;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.ppe-content {
  flex: 1 1 300px;
  padding: 40px 20px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.ppe-content .date {
  color: #999;
  font-size: 14px;
  margin: 10px 0;
}

.ppe-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}

.ppe-content a:hover {
  text-decoration: underline;
}


.ppe-card-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.ppe-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 20px);
}

.ppe-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.ppe-card-content {
  padding: 15px 20px 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ppe-card-title {
  font-size: 23px;
  font-weight: 600;
  margin: 10px 0 5px;
  color: #212124;
}

.ppe-card-title a {
  color: #212124;
}

.ppe-card-date {
  font-size: 13px;
  color: #888;
  margin-bottom: 10px;
}

.ppe-card-date i {
  margin-right: 5px;
}

.ppe-card-description {
  color: #81848A;
  font-size: 16px;
}

.ppe-card-link {
  margin-top: 10px;
  color: #FF3A2D;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}

.ppe-card-link:hover {
  text-decoration: underline;
}

/* <------------product------------> */

.product-card {
  border: 2px solid #eee;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.product-card.active {
  border-color: red;
}

.product-card img {
  width: 100%;
  height: auto;
}

.product-card-body {
  padding: 15px;
}

.product-card-body h5 {
  font-size: 16px;
}

.product-card-body p {
  font-size: 14px;
  color: #555;
}

.product-card-body .btn {
  background-color: red;
  border: none;
}

.tab-btns .active {
  color: red;
}

.tab-pane.fade.active.show {
  opacity: 1;
}

.industry-box {
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  text-align: center;
}

.tab-btns,
.tab-btns:hover,
.tab-btns .active {
  border: 1px solid transparent;
}

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

.custom-tab-content.tab-content {
  display: block;
}


.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.product-grid .cta {

  border: 1px solid #fff !important;
}

.product-grid .product-box {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.product-grid .product-box:hover {
  border-color: #f44336;
  background-color: #FF3A2D;
}

.product-grid .product-img {
  width: 100%;
  height: auto;
  display: block;
}

.product-grid .product-content {
  padding: 15px 0px;
}

.product-grid .product-content h3 {
  font-size: 16px;
  margin: 0 0 8px;
  color: #333;
}

.product-grid .product-content p {
  font-size: 13px;
  color: #777;
  margin: 0 0 15px;
}

.product-grid .product-box:hover h3,
.product-grid .product-box:hover p {
  color: #fff;
}

.industries-grid1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 20px;
}

.industry-box1 {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #eee;
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.industry-box1:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.industry-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.industry-box1 h4 {
  /* margin: 0; */
  font-size: 18px;
  color: #313131;
}

.industry-box1 p {
  margin: 0;
  font-size: 16px;
  color: #727272;
}

.industrititl {
  font-size: 32px;
  color: #313131;
  font-size: 500;
  margin: 30px 0px 20px 0px;
  font-family: Manrope;

}

.product-outer {
  margin: 70px 0px;
}

.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  box-shadow: transparent;
}

.pro-n {
  background-color: #FF3A2D;
  color: #fff;
  padding: 15px 20px;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
}

/* ----- Product detail grid ----- */
.detail-br .breadcrumb a,
.detail-br .breadcrumb span {
  color: #525252;
}

.product-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}

.media-column {
  flex: 1 1 420px;
  /* grow | shrink | basis */
  min-width: 300px;
}

.info-column {
  flex: 1 1 400px;
  min-width: 280px;
}

/* ----- Main image ----- */
.main-image {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  /* keeps it a square */
  background: #fff;
}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* ----- Thumbnail slider ----- */
.product-description-section {
  background-color: #E9ECEF;
  padding: 50px 0px;
  margin: 50px 0px;
}

.thumb-slider {
  display: flex;
  align-items: center;
  margin-top: 16px;
  gap: 8px;
}

.slider-btn {
  border: none;
  background: #0A5B86;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.12); */
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  color: #fff;
}

.slider-btn:disabled {
  cursor: default;
}

.thumb-track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 12px;
  padding-bottom: 4px;
  /* spacing so shadow not clipped */
}

.thumb-track::-webkit-scrollbar {
  display: none;
}

/* hide scrollbar */

.thumb {
  flex: 0 0 72px;
  height: 72px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  transition: border-color 0.2s;
  background: #fff;
}

.thumb.active,
.thumb:hover {
  border-color: #ff4d4d;
}

/* ----- Info column ----- */
.pro-detitle {
  color: #0A5B86;
  margin: 0 0 6px;
  font-size: 32px;
  line-height: 1.2;
}

.subtitle {
  margin: 0 0 4px;
  font-weight: 500;
  color: #555;
}

.tagline {
  margin: 0 0 24px;
  font-size: 15px;
  color: #888;
}

/* ----- Key features ----- */
.features {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.features li {
  position: relative;
  padding-left: 28px;
}

.features li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 6px;
  background-image: url(../images/icon-park-outline_check-correct.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

/* ----- Buttons ----- */
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}


.product-description-section__title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}

.downloadbtn {
  color: #0A5B86;
  border: 0px solid transparent;
  background-color: transparent;
  margin-left: 10px;
  font-size: 17px;
}

.product-description-section__title span {
  color: #f44336;
}


.product-description-table-wrapper {
  overflow-x: auto;
  margin-bottom: 40px;
  border-radius: 10px;
}

.product-specification-table,
.packaging-logistics-table {
  width: 100%;
  border-collapse: collapse;

}

.product-specification-table th,
.packaging-logistics-table th,
.product-specification-table td,
.packaging-logistics-table td {
  padding: 12px 16px;
  border: 1px solid #DADADA;
  text-align: left;
  font-size: 14px;
}

.product-specification-table th,
.packaging-logistics-table th {
  background-color: #003049;
  color: white;
  font-weight: 600;
}

.packaging-logistics-table td img {
  width: 70px;
  height: auto;
  border-radius: 6px;
  margin: 0px 5px;
}

.partner-section {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}

.partner-text {
  flex: 1 1 300px;
  max-width: 600px;
}

.partner-text {
  margin: 50px 0px 30px 0px;
}

.partner-item {
  /* display: flex
; */
  gap: 15px;
  margin-bottom: 22px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 17px;
}

.partner-number {
  width: 45px;
  height: 45px;
  background: #D3DEE4;
  color: #FF0000;
  /* border-radius: 50%; */
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border-radius: 5px;
}

.partner-details h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #313131;
}

.partner-details p {
  margin: 5px 0 0;
  font-size: 16px;
  color: #727272;
}

.partner-image {
  flex: 1 1 300px;
  text-align: center;
}

.partner-image img {
  max-width: 100%;
  border-radius: 10px;
}
.flexy-items>* {
    border-radius: 10px;
    overflow: hidden;
}
.certification-section {
  padding: 10px 0px 70px 0;
}
.flexy-pills ol{
    flex-wrap: nowrap !important;
}
h2.woocommerce-loop-product__title {
    line-height:22px !important;
}
.certification-section h3 {
  margin-bottom: 30px;
  font-size: 30px;
}

.cert-links {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.cert-links a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #004080;
  font-weight: 500;
  font-size: 17px;
}

.cert-links a .icon {
  background: #FF3A2D;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.cert-links a:hover {
  color: #FF3A2D;
}

.industries-grid2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.industry-box2 {
  background-color: transparent;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #DADADA;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.industries-grid2 h4 {
    color: #313131;
    font-size: 20px;
    font-weight: 600;
}
.partner-text h2{font-weight: 600;
   font-style: normal;
   font-size: 32px;
 }
.industry-box2:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.keytitl {
  color: #222222;
}


/* ----- Responsive tweaks ----- */




/*=========structure=========*/

/*=======media query======*/

@media screen and (min-width: 1151px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 1150px) {
  .product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .custom-container {
    max-width: 90%;
    width: 90%;
  }

  .product-img img {
    width: 100%;
  }
}
@media screen and (max-width: 1450px) {
[data-products] .woocommerce-loop-product__title{
 --theme-font-size: 14px !important;
	}}
@media screen and (max-width: 1024px) {
  .capacity-container {
    grid-template-columns: repeat(3, 1fr) !important;

  }

  .vision-btn1 {
    font-size: 15px;
    width: auto;
  }

  .vision-btn2 {
    font-size: 15px;
    width: auto;
  }

  .step-image {
    width: calc(40% - 10px);
  }

  .step-content {
    width: calc(60% - 10px);
  }

  .step-content {
    padding: 16px 20px;
  }

  .left-boxtitle.left-boxtitle11 {
    font-size: 38px;
    line-height: 47.85px;

  }

  .visionleft {
    min-height: auto;
    max-width: 100%;
  }

  .belowcontact {
    padding: 50px 0px;
  }

  .capacity-box {
    width: calc(50% - 20px);
    ;
  }

  .faqtitl {
    color: #313131;
    font-size: 24px;
  }

  .product-specification-table,
  .packaging-logistics-table {
    width: 80%;
  }

  .partner-section {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 991px) {
  .inner-contact .innerhomefaq {
    flex-direction: row;
  }

  .contact-card1 {
    padding: 20px;
    width: calc(50% - 20px);
  }

  .industries-grid2 {
    grid-template-columns: repeat(3, 1fr);
  }

  .partner-item {
    margin-bottom: 22px;
    padding-bottom: 17px;
  }

  .partner-text.pe-5 {
    padding-right: 0px !important;
  }
}

@media (max-width: 768px) {
  .product-detail {
    flex-direction: column;
  }

  .thumb {
    flex-basis: 60px;
    height: 60px;
  }

  .thumb-track {
    gap: 8px;
  }

  .downloadbtn {
    font-size: 15px;
  }

  .partner-section {
    flex-direction: column;
  }

  .partner-text,
  .partner-image {
    max-width: 100%;
  }

  .cert-links a {
    width: 45%;
  }
}


@media screen and (max-width: 767px) {
  .faqinner {
    background-color: #F5F5F5;
    padding: 50px 0px;
  }

  .BannerWrapper {
    padding: 55px 0px;
  }

  .titleh2 h2 {
    font-weight: 400;
  }

  .inner-contact .innerhomefaq {
    flex-direction: column;
  }

  .product-outer {
    margin: 50px 0px;
  }

  .ppe-card-section {
    flex-direction: column;
    align-items: center;
  }

  .ppe-section {
    flex-direction: column;
  }

  .ppe-image,
  .ppe-content {
    flex: 1 1 100%;
  }

  .ppe-card {
    width: calc(100% - 20px);
  }

  .industries-grid1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .FaqLabel h3 {
    font-size: 16px;
  }

  .product-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}


@media (max-width: 600px) {
  .product-grid .product-content h3 {
    font-size: 14px;
  }

  .product-grid .product-content p {
    font-size: 12px;
  }

  .product-grid .product-content a {
    font-size: 13px;
    padding: 8px 7px;
  }

  .industry-box {
    padding: 15px;
  }

  .product-specification-table th,
  .packaging-logistics-table th,
  .product-specification-table td,
  .packaging-logistics-table td {
    font-size: 13px;
    padding: 10px 12px;
  }

  .packaging-logistics-table td img {
    width: 60px;
  }

  .product-description-section__title {
    font-size: 22px;
  }

  .product-description-section h2 {
    font-size: 18px;
    color: #222222;
  }

  .contact-card1 {
    width: calc(50% - 10px);
  }

  .faqsecx1 {
    width: calc(100% - 0px);
  }

  .faqimagex {
    width: calc(100% - 0px);
  }

  .contact-card1 strong {
    font-size: 16px;
    font-weight: 500;
  }

  .incontact-supply p {
    color: #81848A;
    font-size: 15px;
  }
}



@media screen and (max-width: 575px) {
  .capacity-box {
    width: calc(100% - 20px);
  }

  .capacity-box.box-combined {
    width: calc(100% - 20px);
  }

  .breadcrumb {
    padding: 10px 0px;
  }

  .breadcrumb span {
    font-size: 14px;
  }

  .pro-detitle {
    font-size: 26px;
  }


  .industries-grid2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .media-column {
    width: 100%;
  }

  .industrititl {
    font-size: 25px;
  }

  .cert-links a {
    width: 100%;
  }
}

.FaqContentBox  p:empty {
  display: none;
}

/* <------add css----------> */
img.attachment-large.size-large {
    width: 100%;
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li.active a {
    color: #ff3a2d !important;
}
.woocommerce-tabs[data-type] .tabs {
    --tab-background: #ff3a2d !important;
}

header.entry-header {
    box-shadow: none;
    background-color: transparent;
    z-index: -1;
}
li.product.type-product.post-342.status-publish.first.instock.product_cat-shoe-covers.has-post-thumbnail.shipping-taxable.product-type-simple.ct-default-gallery.ct-ajax-add-to-cart.thumbs-bottom {
    box-shadow: 0px 0px 0px #ddd;
    border-radius: 10px;
    overflow: hidden;
}
li.product.type-product {
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	    padding-bottom: 19px;
    border-radius: 10px;
    overflow: hidden;
}
.ct-woo-card-actions,.ct-term-30,.meta-categories,.entry-meta{
    display: none !important;
}
h2.woocommerce-loop-product__title {
    text-align: center;
    margin: 0px;
    padding: 0px;
    line-height: 0px;
}
h2.ct-module-title {
    font-size: 34px;
}
.form-row br,.form-group br{display:none;}
input.wpcf7-form-control.wpcf7-submit.has-spinner.sendbtn {
    background-color: #ff3a2d !important;
    border: 1px solid transparent;
    transition: all 0.5s ease-in;

}
input.wpcf7-form-control.wpcf7-submit.has-spinner.sendbtn:hover{
    background-color: transparent !important;
    border: 1px solid #ff3a2d;
	color:#ff3a2d;
}
.form-outerx span{display: block;}

.wpcf7-form-control-wrap  textarea{
    height: 87px !important;
    resize: none;
}
.form-grid select {
    width: 100%;
	padding: 9px;}
input.wpcf7-form-control.wpcf7-submit.has-spinner.cta.ctax {
	    background-color: #FF3A2D;
    border: 1px solid #FF3A2D;
}
.stat-card.stat-card-fl{
    flex-direction: column-reverse;	
	    padding:0px;

}
.stat-card.stat-card-fl .stat-icon{margin: auto;}
.capacity-box.capacity-box-fl{
    background-color: transparent;
    padding: 5px;
    margin: 0px;
}
.capacity-box.capacity-box-fl p{font-size:15px;
margin-bottom:5px;
}
.capacity-container {
    justify-content: center;
}

.quote-box {
    padding: 10px;
}
.quoteouter{padding:80px 0px;}
.card-title {
    color: #2B2B2B;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.164px;
}
.quote-box button{fill: #FFF;
stroke-width: 1px;
stroke: #DEDEDE;
width: 31px;
height: 31px;
flex-shrink: 0;
	color:#0A5B86;
}

.quote-box span {
    font-size: 15px;
    border-radius: 18px;
    background: #E9ECEF;
    font-size: 12px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.close-btnn{
      position: absolute;
      top: 10px;
      left: 10px;
      width: 30px;
      height: 30px;
      background: white;
      border-radius: 50%;
      box-shadow: 0 2px 6px rgba(0,0,0,0.15);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background 0.3s;
    }
    .close-btnn:hover {
      background: #f0f0f0;
    }
    .close-btnn svg {
      width: 16px;
      height: 16px;
    stroke:#0A5B86;
      stroke-width: 2;
    }


.search_head{
  position: relative;
  display: inline-block;
	width:100%;
}
.search_head {display:flex;
align-items:center;
	border:1px solid #ccc;
	padding:5px 10px;
	border-radius:30px;	
	margin-bottom:10px;
}
.search_head form{width:100%}
.search_head .fa-search {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-size: 14px;
  pointer-events: none;
} 
 .search_head input[type="text"],
.search_head input[name="s"] {
  padding: 1px 10px 1px 32px; 
  border: 0px solid #ccc;
  border-radius: 4px;
  outline: none;
	width:100%;
}
.search_head input[type="text"]:focus,
.search_head input[name="s"]:focus {
  border-color: #ff4b2b; 
}
[data-pagination=simple] .page-numbers.current, [data-pagination=next_prev] .page-numbers.current {
    background: #FF3A2D !important;
    border-color:#FF3A2D !important;
}
[data-pagination=simple] .page-numbers:not(.dots):hover, [data-pagination=next_prev] .page-numbers:not(.dots):hover {
    border-color:#FF3A2D !important;
	color:#FF3A2D !important;
}

 @media (min-width:1180px) {
            .quote-box img {
                height: 250px;
                object-fit: cover;
            }
	 .m-searchrt{display:none;}
}
@media(max-width:767px){
	.form-grid {
    gap: 0px;
}
	.form-outerx span {
    display: block;
    margin: 10px 0px;
}
	.form-grid p{margin-bottom:0px !important;}
	.stat-card.stat-card-fl {
    padding-top: 20px;
}
	    .left-boxtitle.left-boxtitle11 {
			font-size: 29px;}
	h3 {
    --theme-font-size: 28px !important;
    --theme-line-height: 1.3 !important;
}
	.custom-container {
        max-width: 95%;
        width: 95%;
    }
	.menuHeaderinner .logoheader img {
    width: 90px;    max-width: 90px;}
	
	h2 {
    --theme-font-size: 25px !important;
    --theme-line-height: 1.3 !important;
}
	    .product-specification-table, .packaging-logistics-table {
        width: 100%;
    }
	.flexy-pills ol, .flex-control-nav:has(img) {
    flex-wrap: nowrap !important;
    overflow-x: scroll;
}
	h4 {
  
    --theme-font-size: 22px !important;
    --theme-line-height: 1.2 !important;
    margin-bottom: 10px !important;
}
	.inner-contact {
    padding: 40px 0px;
}
	.innerhomefaq {
    gap: 30px;
    margin: 30px 0px;
	}
	.inner-contact .form-row {
    gap: 0px;
}
	.ppetitl {
    font-size: 26px;
    line-height: 30px;
}
	.ppe-card-title a{
    font-size: 24px;
    line-height: 31px !important;
    display: block;
}
h1 {
    --theme-font-size: 32px !important;
    --theme-line-height: 1.3 !important;
}
	.rct_text a {
    font-size: 16px;
    font-weight: 500;
    color: #0a5b85 !important;
}
}
@media(min-width:1201px){
	.inrImgParent1{position:relative;}
	.inrImgParent1::before {
    position: absolute;
    width: 300px;
    height: 300px;
    background-color: #FF3A2D;
    border-radius: 0px 0px 0px 10px;
    right: -15px;
    bottom: -15px;
    content: '';
    z-index: -1;
}
}
@media(max-width:1180px){
	.headerMainWrapper .cta {
    padding: 12px 13px;
    font-size: 16px;
    width: 290px;
}
	.search_head {
    margin-bottom: 0px;
}
}

/* Search button */
.menu-search {
  position: relative;
  display: inline-block;
}

.search-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #000;
}

/* Search box hidden by default */
.search-box {
    position: absolute;
    top: 100%;
    right: 20px;
    width: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    transition: width 0.4s ease;
    top: 0px;
}
.search-box input {
  width: 250px;
  padding: 8px 12px;
  border: none !important;
  outline: none !important;
  font-size: 14px;
}
.search-box input::focus{  border: none !important;
  outline: none !important;}

/* When active (open) */
.search-box.open {
  width: 270px;
  padding: 5px;
}
.headerrhscontent {
    display: flex;
    align-items: center;
}
.menu-search {
    padding-top: 8px;
}
.quote-cta{color: #FF3A2D;
    background-color: #fff;
    border: 1px solid #FF3A2D;}
.quote-cta span{
	font-size:20px;
	display:inline-block;

}
.quote-cta:hover{background-color:#FF3A2D !important;color: #fff;
    border: 1px solid #FF3A2D;}
@media(max-width:1180px){
	.menu-search{display:none;}
}
.quote-icon {
    position: relative;
    margin-left: 15px;
}
.quote-icon a:after{
    content: "";
    width: 90%;
    height: 20px;
    background-image: url(https://rmsdemo.com/projects/Jiangxi-Chenxin/web/wp-content/uploads/2025/09/quote-list.png);
    left: -11px;
    position: absolute;
    background-size: 20%;
    background-repeat: no-repeat;
    top: 25px;
}
.quote-icon a:hover:after {
  filter: brightness(0) saturate(100%) invert(18%) sepia(81%) saturate(2295%) hue-rotate(200deg) brightness(90%) contrast(95%);
}
@media(max-width:1199px){
	.quote-icon a:after {
    left: -6px;
    background-size: 6%;
    top: 18px;
}
}
.ppe-image img{width:100%}
.rct_text a {
    color: #000;
}
.FoolterLink a:hover{color:#FF3A2D;}
@media(max-width:767px){
	.blog_left img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
	.calltoaction a.ctax {
		margin: auto;}
	.innner-factory {
    padding: 21px 0px;
	}
	.TestimonialSection {
        margin: 45px 0px 45px;
    }
	header.entry-header.ct-container-narrow.HeaderSticky,.hero-section[data-type=type-2]>[class*=ct-container] {min-height:50px !important;padding:0px !important;}
	.cert-links {
    gap: 32px;
}
}