@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Leckerli+One&family=Manrope:wght@200..800&family=Noto+Sans+Georgian:wght@100..900&family=Onest:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&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&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
:root {
  --primary--color: #1e45d4;
  --text--color: #000000;
  --lighttext--color: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter";
  font-weight: 400;
  color: #000000;
  overflow-x: hidden;
}

section {
  overflow-x: hidden;
}

.container {
  max-width: 92%;
}

ul {
  padding-left: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

.btncommen {
  background-color: #2b467d;
  color: white;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
  transform: scale(1);
}
@media (max-width: 767px) {
  .btncommen {
    padding: 8px 14px;
    font-size: 12px;
  }
}
.btncommen:hover {
  transform: scale(1.05);
  background-color: #2b467d;
  color: white;
}
.btncommen:active {
  transform: scale(0.95);
  background-color: #2b467d !important;
  color: white !important;
  border: none !important;
}

.commendescription {
  font-size: 15px;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .commendescription {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.commenheading {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .commenheading {
    font-size: 21px;
    margin-bottom: 10px;
  }
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
  padding: 10px 0;
  transition: all 0.3s ease;
}
.navbar.scrolled {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.navbar .dropdown-toggle::after {
  display: none;
}
.navbar .downicon {
  font-size: 13px;
  margin-left: 4px;
}
.navbar .logo {
  width: 70px;
}
@media (max-width: 767px) {
  .navbar .logo {
    width: 82px;
  }
}
.navbar .nav-item {
  margin: 0 14px;
}
@media (max-width: 991px) {
  .navbar .nav-item {
    margin: 0;
  }
}
.navbar .nav-link {
  color: #000000;
  font-weight: 500;
  font-size: 15px;
}
.navbar .nav-link:hover {
  color: #000000;
}
@media (max-width: 991px) {
  .navbar .nav-link {
    font-size: 14px;
  }
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.bannersectionnew {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 767px) {
  .bannersectionnew {
    padding: 80px 0;
    padding-bottom: 30px;
  }
}
.bannersectionnew .swiper {
  padding-bottom: 50px;
}
.bannersectionnew .swiper-pagination-bullet {
  background: #ccc !important;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  opacity: 1 !important;
}
.bannersectionnew .swiper-pagination-bullet-active {
  background: #2b467d !important;
}
.bannersectionnew .newimg1 .rotate-wrapper {
  transform: rotate(-6deg);
}
.bannersectionnew .newimg2 .rotate-wrapper {
  transform: rotate(6deg);
}
.bannersectionnew h3 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #002c41;
  line-height: 53px;
  border-left: 3px solid #2b467d;
  padding-left: 24px;
  position: relative;
}
@media (max-width: 767px) {
  .bannersectionnew h3 {
    font-size: 26px;
    margin-bottom: 14px;
    line-height: 38px;
    padding-left: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bannersectionnew h3 {
    font-size: 27px;
    line-height: 44px;
  }
}
.bannersectionnew p {
  font-size: 15px;
  width: 100%;
  margin: 14px 0;
  line-height: 26px;
}
@media (max-width: 767px) {
  .bannersectionnew p {
    font-size: 14px;
    width: 100%;
    line-height: 24px;
  }
}
.bannersectionnew .bannernewimg1 {
  width: 100%;
  height: 340px;
  -o-object-fit: contain;
  object-fit: cover;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 767px) {
  .bannersectionnew .bannernewimg1 {
    width: 100%;
    height: 260px;
    -o-object-fit: contain;
    object-fit: cover;
    border-radius: 6px;
  }
}
.bannersectionnew img.bannernewimg2 {
  width: 190px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .bannersectionnew img.bannernewimg2 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bannersectionnew img.bannernewimg2 {
    width: 120px;
  }
}
.bannersectionnew img.bannernewimg3 {
  width: 260px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .bannersectionnew img.bannernewimg3 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .bannersectionnew img.bannernewimg3 {
    width: 180px;
  }
}
.bannersectionnew .slider1 {
  position: relative;
}
.bannersectionnew .vector1 {
  position: absolute;
  top: 50%;
  left: 49%;
  width: 17%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .bannersectionnew .vector1 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .bannersectionnew .vector1 {
    position: absolute;
    top: 50%;
    left: 57%;
    width: 17%;
    transform: translate(-50%, -50%);
  }
}
.bannersectionnew .gridnew {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .bannersectionnew .gridnew {
    margin: 0 10px;
  }
}

.solutionsection {
  position: relative;
}
.solutionsection .solutiondetails {
  background-color: #eef5f9;
  border-radius: 8px;
  padding: 50px;
}
@media (max-width: 991px) {
  .solutionsection .solutiondetails {
    padding: 20px;
  }
}
.solutionsection .vector1 {
  position: absolute;
  top: -11%;
  left: 0;
  width: 11%;
}
@media (max-width: 767px) {
  .solutionsection .vector1 {
    width: 19%;
  }
}
.solutionsection .vector2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 11%;
}
@media (max-width: 767px) {
  .solutionsection .vector2 {
    width: 19%;
  }
}
.solutionsection .solutionimg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.solutionsection .headtext.borderbottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .solutionsection .headtext.borderbottom {
    padding-bottom: 20px;
  }
}
.solutionsection .headtext.bordertop {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 30px;
}
@media (max-width: 767px) {
  .solutionsection .headtext.bordertop {
    border-top: none;
    padding-top: 0px;
  }
}

.aboutsection {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .aboutsection {
    padding: 20px 0;
  }
}
.aboutsection .aboutusimg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.aboutsection .griddetails {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 0px 130px;
  padding-top: 70px;
}
@media (max-width: 575px) {
  .aboutsection .griddetails {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    padding-top: 24px;
    gap: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .aboutsection .griddetails {
    padding: 0;
    gap: 14px;
    padding-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .aboutsection .griddetails {
    padding: 20px;
    gap: 14px;
  }
}
.aboutsection .griddetails .box {
  text-align: center;
  box-shadow: 0px 0px 1.55px rgba(0, 44, 65, 0.37);
  padding: 20px 40px;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .aboutsection .griddetails .box {
    padding: 20px;
  }
}
.aboutsection .griddetails .box img.aboutusicon {
  width: 74px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .aboutsection .griddetails .box img.aboutusicon {
    width: 56px;
    margin-bottom: 6px;
  }
}
.aboutsection .griddetails .box h6 {
  color: #002c41;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .aboutsection .griddetails .box h6 {
    font-size: 21px;
    margin-bottom: 6px;
  }
}
.aboutsection .griddetails .box p {
  border-top: 1px solid #002c41;
  color: #002c41;
  font-size: 14px;
  font-weight: 500;
  padding-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .aboutsection .griddetails .box p {
    font-size: 13px;
    margin-bottom: 6px;
  }
}

.productsection {
  background-color: #2b467d;
  padding: 50px 0;
  position: relative;
}
@media (max-width: 767px) {
  .productsection {
    padding: 20px 0;
  }
}
.productsection h5 {
  font-weight: 700;
}
.productsection .vector3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10%;
}
@media (max-width: 767px) {
  .productsection .vector3 {
    width: 18%;
  }
}
.productsection .vector4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 7%;
}
@media (max-width: 767px) {
  .productsection .vector4 {
    width: 12%;
  }
}
.productsection .carddetail {
  position: relative;
}
.productsection .carddetail img.cardbg {
  width: 100%;
  height: auto;
}
.productsection .carddetail .arrosicon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 40px;
}
@media (max-width: 1199px) {
  .productsection .carddetail .arrosicon {
    width: 32px;
    bottom: 0px;
    right: 0px;
  }
}
.productsection .carddetail .content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
}
@media (max-width: 767px) {
  .productsection .carddetail .content {
    padding: 12px;
  }
}
.productsection .carddetail .content img.productimg {
  width: 100%;
  height: auto;
}
.productsection .carddetail .content h6 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 14px;
  border-bottom: 1px solid #002c41;
  padding-bottom: 14px;
  margin-top: 14px;
  color: black;
}
@media (max-width: 767px) {
  .productsection .carddetail .content h6 {
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 8px;
    padding-bottom: 8px;
  }
}
.productsection .carddetail .content p {
  font-size: 14px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
}
@media (max-width: 767px) {
  .productsection .carddetail .content p {
    font-size: 13px;
    margin-bottom: 8px;
  }
}
.productsection .carddetail .content .subtext {
  padding-right: 30px;
}
.productsection .swiper {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .productsection .swiper {
    padding-bottom: 53px;
  }
}
.productsection .swiper-button-prev,
.productsection .swiper-button-next {
  position: absolute;
  bottom: 10px;
  top: auto;
  transform: none;
  border: 1px solid white;
  color: #fff;
  width: 38px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .productsection .swiper-button-prev,
  .productsection .swiper-button-next {
    width: 32px;
    height: 28px;
  }
}
.productsection .swiper-button-next:after,
.productsection .swiper-button-prev:after {
  font-size: 10px !important;
}
.productsection .swiper-button-prev {
  left: 50%;
  transform: translateX(-40px);
}
.productsection .swiper-button-next {
  left: 50%;
  transform: translateX(10px);
}

.mission_vision_values_section {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .mission_vision_values_section {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  .mission_vision_values_section .col-md-4 {
    flex: 0 0 auto;
    width: 32.333333%;
  }
}
.mission_vision_values_section .box {
  text-align: center;
  box-shadow: 0px 0px 1.55px rgba(0, 44, 65, 0.37);
  padding: 20px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .mission_vision_values_section .box {
    padding: 14px;
    margin-bottom: 60px;
  }
}
.mission_vision_values_section .box h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .mission_vision_values_section .box h6 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.mission_vision_values_section .box img {
  width: 70px;
}
@media (max-width: 767px) {
  .mission_vision_values_section .box img {
    width: 47px;
  }
}
.mission_vision_values_section .box .imgview {
  position: relative;
  margin-top: -60px;
  margin-bottom: 30px;
  width: 150px;
  height: 100px;
  border-radius: 20px 20px 0 0;
  background: #eef5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1.51px 1.51px 1.51px rgba(43, 70, 125, 0.15);
}
@media (max-width: 767px) {
  .mission_vision_values_section .box .imgview {
    width: 80px;
    height: 70px;
  }
}
.mission_vision_values_section .box .imgview::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid black;
  width: 190px;
}
@media (max-width: 767px) {
  .mission_vision_values_section .box .imgview::after {
    width: 170px;
  }
}

.industrysection {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .industrysection {
    padding: 20px 0;
  }
}
.industrysection .newcontent {
  margin-top: 80px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .industrysection .newcontent {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.industrysection .industrywrapper {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.industrysection .industrywrapper .text1 {
  top: 0;
  right: 0;
  transform: translate(0%, -100%);
}
.industrysection .industrywrapper .text2 {
  top: 20%;
  right: 12%;
  transform: translate(100%, 0%);
}
.industrysection .industrywrapper .text3 {
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
}
.industrysection .industrywrapper .text4 {
  bottom: 23%;
  right: 13%;
  transform: translate(100%, 50%);
}
.industrysection .industrywrapper .text5 {
  bottom: 0;
  left: -12%;
  transform: translate(50%, 100%);
}
.industrysection .industrywrapper .smalltext {
  background: #eef5f9;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  line-height: 27px;
}
.industrysection .industrywrapper .smalltext .wordicon {
  width: 40px;
  margin-bottom: 10px;
}
.industrysection .industrywrapper .smalltext h6 {
  font-size: 24px;
  margin-bottom: 0;
}
.industrysection .industrywrapper .text {
  position: absolute;
  background-color: #eef5f9;
  border: 1px solid #d9d9d9;
  padding: 10px 20px;
  border-radius: 50px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .industrysection .industrywrapper .text {
    padding: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .industrysection .industrywrapper .text {
    padding: 12px;
  }
}
.industrysection .industrywrapper .text .pcicon {
  width: 24px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .industrysection .industrywrapper .text .pcicon {
    width: 14px;
    margin-right: 6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .industrysection .industrywrapper .text .pcicon {
    width: 20px;
    margin-right: 8px;
  }
}
.industrysection .industrywrapper .text span {
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .industrysection .industrywrapper .text span {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .industrysection .industrywrapper .text span {
    font-size: 13px;
  }
}
.industrysection .industrybgimg {
  width: 100%;
  height: auto;
}
.industrysection .industryresponsive {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.industrysection .industryresponsive .circlebg {
  background: #eef5f9;
  padding: 20px;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin-right: 14px;
}
.industrysection .industryresponsive .wordicon {
  width: 20px;
}
.industrysection .industryresponsive .head {
  font-size: 14px;
  font-weight: 600;
  margin-top: 9px;
}
.industrysection .industryresponsive .text {
  background-color: #eef5f9;
  border: 1px solid #d9d9d9;
  padding: 10px 20px;
  border-radius: 50px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .industrysection .industryresponsive .text {
    padding: 10px 20px;
    margin: 12px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .industrysection .industryresponsive .text {
    padding: 12px;
  }
}
.industrysection .industryresponsive .text .pcicon {
  width: 24px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .industrysection .industryresponsive .text .pcicon {
    width: 15px;
    margin-right: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .industrysection .industryresponsive .text .pcicon {
    width: 20px;
    margin-right: 8px;
  }
}
.industrysection .industryresponsive .text span {
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .industrysection .industryresponsive .text span {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .industrysection .industryresponsive .text span {
    font-size: 13px;
  }
}

.whychoosesection {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .whychoosesection {
    padding: 20px 0;
  }
}
.whychoosesection .whychooseimg {
  width: 100%;
  height: auto;
}
.whychoosesection .box {
  display: flex;
  position: relative;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .whychoosesection .box {
    margin-bottom: 16px;
  }
}
.whychoosesection .box .no {
  margin-right: 14px;
  color: #2e5f45;
  font-size: 34px;
  font-weight: 600;
  position: relative;
  top: -15px;
}
@media (max-width: 767px) {
  .whychoosesection .box .no {
    font-size: 30px;
  }
}
.whychoosesection .box .whychoosevector {
  position: absolute;
  top: 8px;
  left: -20px;
  width: 44px;
}
@media (max-width: 767px) {
  .whychoosesection .box .whychoosevector {
    position: absolute;
    top: 5px;
    left: -10px;
    width: 30px;
  }
}
.whychoosesection .box h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .whychoosesection .box h6 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.whychoosesection .box p {
  font-size: 14px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .whychoosesection .box p {
    font-size: 13px;
    margin-bottom: 8px;
  }
}

.animate__slow-1 {
  animation-duration: 1s;
}

.bannerslidernew .swiper-slide {
  opacity: 0;
  transition: all 2s;
  transition-delay: 0.3s;
}
.bannerslidernew .swiper-slide.swiper-slide-active {
  opacity: 1;
}

/* AOS default transition duration (desktop/tablet) */
/* Faster AOS animation on mobile devices */
@media (max-width: 767px) {
  [data-aos] {
    transition-duration: 500ms !important;
  }
}
.productpage {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .productpage {
    padding-top: 80px;
  }
}
.productpage .product-wrapper {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .productpage .product-wrapper {
    padding: 20px 0;
  }
}
.productpage .product-wrapper .card {
  border-radius: 25px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 20px;
  border: 1px solid rgba(187, 187, 187, 0.0901960784);
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .productpage .product-wrapper .card {
    padding: 14px;
  }
}
.productpage .product-wrapper .card h5 {
  font-size: 24px;
  color: #2b467d;
  font-weight: 700;
  border-bottom: 1px solid #2b467d;
  padding-bottom: 10px;
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991px) {
  .productpage .product-wrapper .card h5 {
    font-size: 20px;
    padding-bottom: 6px;
    margin-bottom: 14px;
  }
}
.productpage .product-wrapper .card p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .productpage .product-wrapper .card p {
    font-size: 14px;
    width: 100%;
  }
}
.productpage .product-wrapper .card .bgrightside {
  position: relative;
  width: 90%;
  margin: 20px 0 20px auto;
}
.productpage .product-wrapper .card .bgrightside::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  background: #eef5f9;
  border-radius: 100px 0 0 100px;
  width: 70%;
  height: 100%;
}
@media (max-width: 991px) {
  .productpage .product-wrapper .card .bgrightside::before {
    width: 90%;
  }
}
.productpage .product-wrapper .card .productimg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.productpage .product-wrapper .card .bgproduct {
  position: relative;
  margin: 20px 0;
  width: 90%;
}
.productpage .product-wrapper .card .bgproduct::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  background: #eef5f9;
  border-radius: 0 100px 100px 0;
  width: 70%;
  height: 100%;
}
@media (max-width: 991px) {
  .productpage .product-wrapper .card .bgproduct::before {
    width: 90%;
  }
}
.productpage .product-wrapper .card .btncommen {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  padding: 10px 30px !important;
}
@media (max-width: 991px) {
  .productpage .product-wrapper .card .btncommen {
    padding: 8px 21px !important;
  }
}
.productpage .product-wrapper .swiper-pagination-bullet-active {
  background-color: #2b467d;
}
@media (max-width: 767px) {
  .productpage .product-wrapper .swiper {
    padding-bottom: 60px;
  }
}

.productlistbanner {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .productlistbanner {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
.productlistbanner .vector8 {
  position: absolute;
  top: 6%;
  left: 0;
  width: 12%;
}
@media (max-width: 767px) {
  .productlistbanner .vector8 {
    width: 20%;
    top: 0;
  }
}
.productlistbanner .vector9 {
  position: absolute;
  top: 6%;
  right: 0;
  width: 12%;
}
@media (max-width: 767px) {
  .productlistbanner .vector9 {
    width: 20%;
    top: auto;
    bottom: 0;
  }
}
.productlistbanner h3 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .productlistbanner h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.productlistbanner .leftside .productlistbannerimg {
  width: 100%;
  height: auto;
  border-radius: 20px;
  position: relative;
}
.productlistbanner .leftside .box {
  background-color: #eef5f9;
  border-radius: 20px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .productlistbanner .leftside .box {
    padding: 14px;
  }
}
.productlistbanner .leftside .box .formulaimg {
  width: 100%;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .productlistbanner .leftside .box .formulaimg {
    width: 100%;
    height: 130px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .productlistbanner .leftside .box .formulaimg {
    height: auto;
  }
}
.productlistbanner .leftside .box h6 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .productlistbanner .leftside .box h6 {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .productlistbanner .leftside .box h6 {
    font-size: 13px;
  }
}
.productlistbanner .leftside .box span {
  font-size: 15px;
  color: #2b467d;
  font-weight: 700;
}
@media (max-width: 767px) {
  .productlistbanner .leftside .box span {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .productlistbanner .leftside .box span {
    font-size: 13px;
  }
}
.productlistbanner .leftside .text {
  display: flex;
  align-items: baseline;
  margin: 24px 0;
}
@media (max-width: 767px) {
  .productlistbanner .leftside .text {
    margin: 14px 0;
  }
}
.productlistbanner .leftside .text p {
  font-size: 15px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .productlistbanner .leftside .text p {
    font-size: 14px;
  }
}
.productlistbanner .leftside .text img.trueicon {
  width: 16px;
  position: relative;
  margin-right: 12px;
  top: 3px;
}
@media (max-width: 767px) {
  .productlistbanner .leftside .text img.trueicon {
    width: 14px;
    margin-right: 8px;
    top: 2px;
  }
}
.productlistbanner .Inquiryform {
  background-color: #fafafb;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 767px) {
  .productlistbanner .Inquiryform {
    padding: 14px;
  }
}
.productlistbanner .Inquiryform h5 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .productlistbanner .Inquiryform h5 {
    font-size: 17px;
    margin-bottom: 16px;
  }
}
.productlistbanner .Inquiryform label {
  font-size: 15px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .productlistbanner .Inquiryform label {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
.productlistbanner .Inquiryform .form-control {
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 8px 14px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .productlistbanner .Inquiryform .form-control {
    font-size: 14px;
  }
}
.productlistbanner .Inquiryform .form-control:focus {
  box-shadow: none;
}

.specificationchart {
  background-color: #2b467d;
  padding: 50px 0;
  position: relative;
}
@media (max-width: 767px) {
  .specificationchart {
    padding: 30px 0;
  }
}
.specificationchart .vector4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 7%;
}
@media (max-width: 767px) {
  .specificationchart .vector4 {
    width: 12%;
  }
}
.specificationchart h5 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 0px;
  color: white;
  text-align: center;
}
@media (max-width: 991px) {
  .specificationchart h5 {
    font-size: 21px;
  }
}
.specificationchart .spec-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 16px;
}
@media (max-width: 767px) {
  .specificationchart .spec-table {
    border-spacing: 0 12px;
  }
}
.specificationchart .spec-table tr {
  background: white;
}
.specificationchart .spec-table th,
.specificationchart .spec-table td {
  color: #000;
  padding: 12px 16px;
  text-align: left;
  border-radius: 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .specificationchart .spec-table th,
  .specificationchart .spec-table td {
    font-size: 14px;
  }
}
.specificationchart .spec-table th {
  font-weight: 600;
  background: #eef5f9;
}
.specificationchart .spec-table th:first-child {
  width: 120px;
  text-align: center;
}
.specificationchart .spec-table td:first-child {
  width: 120px;
  text-align: center;
}
.specificationchart .spec-table tr td:first-child,
.specificationchart .spec-table tr th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.specificationchart .spec-table tr td:last-child,
.specificationchart .spec-table tr th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.keyfeatures {
  padding: 50px 0;
  position: relative;
}
@media (max-width: 767px) {
  .keyfeatures {
    padding: 30px 0;
  }
}
.keyfeatures h5 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .keyfeatures h5 {
    font-size: 21px;
  }
}
.keyfeatures .box {
  background-color: #eef5f9;
  border-radius: 27px;
  padding: 20px 30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .keyfeatures .box {
    border-radius: 16px;
    padding: 6px 18px;
    margin-top: 14px;
  }
}
.keyfeatures .text {
  display: flex;
  align-items: baseline;
  margin: 24px 0;
}
@media (max-width: 767px) {
  .keyfeatures .text {
    margin: 14px 0;
  }
}
.keyfeatures .text p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .keyfeatures .text p {
    font-size: 14px;
  }
}
.keyfeatures .text p span {
  color: #2b467d;
}
.keyfeatures .text img.trueicon {
  width: 16px;
  position: relative;
  margin-right: 12px;
  top: 3px;
}
@media (max-width: 767px) {
  .keyfeatures .text img.trueicon {
    width: 14px;
    margin-right: 8px;
    top: 2px;
  }
}
@media (min-width: 768px) {
  .keyfeatures .col-md-6 {
    flex: 0 0 auto;
    width: 48%;
  }
}

.getquote {
  background-color: #f4f4f5;
  padding: 50px 0;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .getquote {
    padding: 30px 0;
  }
}
.getquote h5 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .getquote h5 {
    font-size: 21px;
  }
}
.getquote p {
  font-size: 15px;
  width: 56%;
  margin: 20px auto;
}
@media (max-width: 767px) {
  .getquote p {
    font-size: 14px;
    width: 100%;
    margin: 16px auto;
  }
}

.vectornew {
  position: relative;
  z-index: 999;
}
.vectornew .vector8 {
  position: absolute;
  top: -140px;
  left: 0;
  width: 12%;
}
@media (max-width: 767px) {
  .vectornew .vector8 {
    width: 20%;
    top: -70px;
  }
}

.industriesection {
  padding: 50px 0;
  position: relative;
}
@media (max-width: 767px) {
  .industriesection {
    padding: 20px 0;
  }
}
.industriesection .industries_banner_img {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .industriesection .industries_banner_img {
    margin-top: 0;
  }
}
.industriesection .missionvisionvalue .box {
  background-color: rgba(208, 220, 209, 0.6509803922);
  padding: 30px 20px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  transform: translateY(0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .industriesection .missionvisionvalue .box {
    padding: 14px;
    transform: none;
    transition: none;
    transform: none;
    background-color: rgba(208, 220, 209, 0.6509803922);
    margin: 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .industriesection .missionvisionvalue .box {
    padding: 12px;
  }
}
.industriesection .missionvisionvalue .box .imgnew,
.industriesection .missionvisionvalue .box h6,
.industriesection .missionvisionvalue .box p {
  transition: all 0.4s ease-in-out;
}
.industriesection .missionvisionvalue .box .imgnew {
  width: 70px;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .industriesection .missionvisionvalue .box .imgnew {
    width: 50px;
    transition: none;
  }
}
.industriesection .missionvisionvalue .box h6 {
  font-size: 26px;
  font-weight: 600;
  padding-top: 14px;
  margin-bottom: 14px;
  color: #002c41;
  border-top: 2px solid #002c41;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .industriesection .missionvisionvalue .box h6 {
    font-size: 22px;
    transition: none;
    padding-top: 8px;
    margin-bottom: 8px;
  }
}
.industriesection .missionvisionvalue .box p {
  font-size: 14px;
  margin-bottom: 0;
  width: 70%;
  color: #000;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .industriesection .missionvisionvalue .box p {
    width: 100%;
    transition: none;
    font-size: 12px;
    max-height: 100%;
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .industriesection .missionvisionvalue .box p {
    font-size: 13px;
    width: 90%;
  }
}
@media (min-width: 768px) {
  .industriesection .missionvisionvalue .box:hover {
    background-color: #2e5f45;
    transform: translateY(-60px);
    border-radius: 20px 20px 0 0;
  }
  .industriesection .missionvisionvalue .box:hover h6 {
    color: white;
    border-top: none;
    border-bottom: 2px solid white;
  }
  .industriesection .missionvisionvalue .box:hover p {
    color: white;
  }
  .industriesection .missionvisionvalue .box:hover .imgnew {
    filter: brightness(0) invert(1);
  }
  .industriesection .missionvisionvalue .box.active {
    background-color: #2e5f45;
    transform: translateY(-60px);
    border-radius: 20px 20px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .industriesection .missionvisionvalue .box.active {
    transform: none;
  }
}
@media (min-width: 768px) {
  .industriesection .missionvisionvalue .box.active h6 {
    color: white;
    border-top: none;
    border-bottom: 2px solid white;
  }
  .industriesection .missionvisionvalue .box.active p {
    color: white;
    opacity: 1;
    max-height: 200px;
  }
  .industriesection .missionvisionvalue .box.active .imgnew {
    filter: brightness(0) invert(1);
  }
  .industriesection .missionvisionvalue .box.active.inactive-center {
    transform: translateY(0px);
    background-color: rgba(208, 220, 209, 0.6509803922);
  }
  .industriesection .missionvisionvalue .box.active.inactive-center h6 {
    color: #002c41;
    border-top: 2px solid #002c41;
    border-bottom: 0;
  }
  .industriesection .missionvisionvalue .box.active.inactive-center p {
    color: #000;
    opacity: 0;
    max-height: 0;
  }
  .industriesection .missionvisionvalue .box.active.inactive-center .imgnew {
    filter: none;
  }
}

.industrybannerimg {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 575px) {
  .industrybannerimg {
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
}

.newindustrysection {
  position: relative;
}
.newindustrysection .content {
  position: absolute;
}
@media (max-width: 767px) {
  .newindustrysection .commenheading {
    font-size: 18px;
  }
}
.newindustrysection .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 12%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .newindustrysection .content {
    top: 8%;
  }
}
.newindustrysection .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 145px;
}
@media (max-width: 767px) {
  .newindustrysection .divider {
    width: 120px;
  }
}
.newindustrysection .line {
  flex: 1;
  height: 1px;
  background-color: #2b467d;
}
.newindustrysection .icon {
  margin: 0 6px;
  height: 24px;
}
@media (max-width: 767px) {
  .newindustrysection .icon {
    height: 17px;
  }
}

footer {
  background-color: #eef5f9;
  color: white;
  padding: 50px 0;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  footer {
    padding: 30px 0;
  }
}
footer .footervector {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10%;
}
@media (max-width: 767px) {
  footer .footervector {
    width: 14%;
  }
}
footer .logo {
  width: 100px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  footer .logo {
    width: 82px;
    margin-bottom: 30px;
  }
}
footer .topdetails .gridnew {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  background-color: #f7f8f8;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(43, 70, 125, 0.1098039216);
}
@media (max-width: 991px) {
  footer .topdetails .gridnew {
    display: block;
    padding: 14px;
  }
}
footer .topdetails a {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  margin: 4px 0;
  display: flex;
  align-items: baseline;
}
footer .topdetails a .icons {
  width: 14px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
@media (max-width: 767px) {
  footer .topdetails a .icons {
    width: 11px;
    margin-right: 6px;
    top: 1px;
  }
}
@media (max-width: 767px) {
  footer .topdetails a {
    font-size: 13px;
  }
}
footer .topdetails p {
  margin-bottom: 0;
}
footer .rightsideneww {
  border-left: 1px solid rgba(43, 70, 124, 0.2196078431);
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  footer .rightsideneww {
    border-left: none;
    padding-left: 0;
  }
}
footer ul {
  display: flex;
  gap: 20px;
  padding-left: 0;
}
@media (max-width: 767px) {
  footer ul {
    gap: 10px;
  }
}
footer li {
  margin: 8px 0;
}
footer h6 {
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 600;
  color: #2b467d;
}
@media (max-width: 767px) {
  footer h6 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
footer a {
  color: #18181b;
  font-size: 15px;
  font-weight: 400;
  margin: 4px 0;
}
@media (max-width: 991px) {
  footer a {
    font-size: 14px;
  }
}
footer a:hover {
  color: #002c41;
  font-weight: 500;
}
footer .footer-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
}
@media (max-width: 767px) {
  footer .footer-links {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
footer .footer-links p {
  font-size: 14px;
  margin-bottom: 0;
  color: black;
}

.getquotemodal .modal-header {
  padding: 12px 16px;
}
.getquotemodal .modal-body {
  padding: 12px 16px;
  padding-bottom: 0;
}
.getquotemodal .modal-title {
  font-size: 18px;
}
.getquotemodal button.btn-close {
  font-size: 12px;
}
.getquotemodal .btn2 {
  background-color: transparent;
  border: 1px solid lightgray;
  color: black;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
}
.getquotemodal .Inquiryform h5 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .getquotemodal .Inquiryform h5 {
    font-size: 17px;
    margin-bottom: 16px;
  }
}
.getquotemodal .Inquiryform label {
  font-size: 15px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .getquotemodal .Inquiryform label {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
.getquotemodal .Inquiryform .form-control {
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 8px 14px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .getquotemodal .Inquiryform .form-control {
    font-size: 14px;
  }
}
.getquotemodal .Inquiryform .form-control:focus {
  box-shadow: none;
}

.tophead {
  background-color: #eef5f9;
  border-radius: 8px;
  padding: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .tophead {
    padding: 34px;
  }
}
.tophead .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tophead .content h3 {
  font-size: 34px;
  color: #002c41;
  font-weight: bold;
}
@media (max-width: 767px) {
  .tophead .content h3 {
    font-size: 25px;
  }
}
.tophead .content .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px 0;
  width: 200px;
}
@media (max-width: 767px) {
  .tophead .content .divider {
    width: 160px;
    margin: 0;
  }
}
.tophead .content .line {
  flex: 1;
  height: 1px;
  background-color: #2b467d;
}
.tophead .content .icon {
  margin: 0 6px;
  height: 24px;
}
@media (max-width: 767px) {
  .tophead .content .icon {
    height: 17px;
  }
}
.tophead .vector7 {
  position: absolute;
  bottom: -60%;
  right: 0;
  width: 10%;
}
@media (max-width: 767px) {
  .tophead .vector7 {
    width: 20%;
  }
}

.Aboutuspage {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .Aboutuspage {
    padding-bottom: 30px;
  }
}
.Aboutuspage .aboutusnew {
  padding: 50px 0;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .Aboutuspage .aboutusnew {
    padding: 20px 0;
  }
}
.Aboutuspage .aboutusnew .leftside {
  position: relative;
}
@media (max-width: 767px) {
  .Aboutuspage .aboutusnew .leftside {
    margin-bottom: 70px;
  }
}
.Aboutuspage .aboutusnew .leftside .aboutusnewimg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
}
.Aboutuspage .aboutusnew .leftside .gridnew {
  position: absolute;
  bottom: -20%;
  right: -10%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  justify-content: end;
  z-index: 99;
}
@media (max-width: 575px) {
  .Aboutuspage .aboutusnew .leftside .gridnew {
    bottom: -20%;
    right: 0;
    gap: 17px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .Aboutuspage .aboutusnew .leftside .gridnew {
    bottom: -12%;
    right: 0;
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Aboutuspage .aboutusnew .leftside .gridnew {
    right: -5%;
  }
}
.Aboutuspage .aboutusnew .leftside .gridnew img.img1 {
  width: 150px;
  transform: rotate(-10deg);
}
@media (max-width: 575px) {
  .Aboutuspage .aboutusnew .leftside .gridnew img.img1 {
    width: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .Aboutuspage .aboutusnew .leftside .gridnew img.img1 {
    width: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Aboutuspage .aboutusnew .leftside .gridnew img.img1 {
    width: 100px;
  }
}
.Aboutuspage .aboutusnew .leftside .gridnew img.img2 {
  width: 200px;
  transform: rotate(5deg);
}
@media (max-width: 575px) {
  .Aboutuspage .aboutusnew .leftside .gridnew img.img2 {
    width: 130px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .Aboutuspage .aboutusnew .leftside .gridnew img.img2 {
    width: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Aboutuspage .aboutusnew .leftside .gridnew img.img2 {
    width: 130px;
  }
}
.Aboutuspage .aboutusnew .leftside .vector2 {
  position: absolute;
  bottom: 23%;
  right: -18%;
  width: 32%;
}
@media (max-width: 767px) {
  .Aboutuspage .aboutusnew .leftside .vector2 {
    display: none;
  }
}
.Aboutuspage .aboutusnew .leftside .aboutusvector {
  position: absolute;
  bottom: -30%;
  left: 32%;
  width: 52%;
}
@media (max-width: 767px) {
  .Aboutuspage .aboutusnew .leftside .aboutusvector {
    position: absolute;
    bottom: -17%;
    left: 0;
    width: 24%;
  }
}
.Aboutuspage .ourcoreproducts {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .Aboutuspage .ourcoreproducts {
    padding: 20px 0;
  }
}
.Aboutuspage .ourcoreproducts .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Aboutuspage .ourcoreproducts .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 145px;
}
@media (max-width: 767px) {
  .Aboutuspage .ourcoreproducts .divider {
    width: 160px;
  }
}
.Aboutuspage .ourcoreproducts .line {
  flex: 1;
  height: 1px;
  background-color: #2b467d;
}
.Aboutuspage .ourcoreproducts .icon {
  margin: 0 6px;
  height: 24px;
}
@media (max-width: 767px) {
  .Aboutuspage .ourcoreproducts .icon {
    height: 17px;
  }
}
.Aboutuspage .ourcoreproducts .swiper-slide {
  height: auto;
}
.Aboutuspage .ourcoreproducts .card {
  border-radius: 25px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 20px;
  border: 1px solid rgba(187, 187, 187, 0.0901960784);
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .Aboutuspage .ourcoreproducts .card {
    padding: 14px;
  }
}
.Aboutuspage .ourcoreproducts .card h5 {
  font-size: 20px;
  color: #2b467d;
  font-weight: 600;
  border-bottom: 1px solid #2b467d;
  padding-bottom: 8px;
  margin-bottom: 16px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991px) {
  .Aboutuspage .ourcoreproducts .card h5 {
    font-size: 18px;
    padding-bottom: 6px;
    margin-bottom: 14px;
  }
}
.Aboutuspage .ourcoreproducts .card img.ourcore_product {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.Aboutuspage .ourcoreproducts .card p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .Aboutuspage .ourcoreproducts .card p {
    font-size: 14px;
    width: 100%;
  }
}
.Aboutuspage .ourcoreproducts .card h6 {
  font-size: 17px;
  color: #2b467d;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .Aboutuspage .ourcoreproducts .card h6 {
    font-size: 15px;
    margin-top: 16px;
    margin-bottom: 10px;
  }
}
.Aboutuspage .ourcoreproducts .card .text {
  display: flex;
  align-items: baseline;
  margin: 4px 0;
}
.Aboutuspage .ourcoreproducts .card .text p {
  font-size: 13px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .Aboutuspage .ourcoreproducts .card .text p {
    font-size: 12px;
  }
}
.Aboutuspage .ourcoreproducts .card .text img.trueicon {
  width: 12px;
  position: relative;
  margin-right: 6px;
  top: 2px;
}
@media (max-width: 767px) {
  .Aboutuspage .ourcoreproducts .card .text img.trueicon {
    width: 11px;
    margin-right: 4px;
    top: 2px;
  }
}
.Aboutuspage .ourcoreproducts .card .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.Aboutuspage .ourcoreproducts .card .tag div {
  font-size: 13px;
  background: #eef5f9;
  color: rgba(0, 0, 0, 0.5019607843);
  display: inline-block;
  padding: 6px 10px;
  font-weight: 500;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .Aboutuspage .ourcoreproducts .card .tag div {
    font-size: 12px;
    padding: 4px 8px;
  }
}
.Aboutuspage .ourcoreproducts .swiper-pagination-bullet-active {
  background-color: #2b467d;
}
.Aboutuspage .ourcoreproducts .swiper {
  padding-bottom: 50px;
}
.Aboutuspage .letsconnect {
  background-color: #eef5f9;
  padding: 30px 0;
  text-align: center;
  position: relative;
  border-radius: 250px 0;
}
@media (max-width: 767px) {
  .Aboutuspage .letsconnect {
    padding: 30px 0;
    border-radius: 50px 0;
  }
}
.Aboutuspage .letsconnect .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Aboutuspage .letsconnect img.blurshadow {
  width: 200px;
}
@media (max-width: 767px) {
  .Aboutuspage .letsconnect img.blurshadow {
    display: none;
  }
}
.Aboutuspage .letsconnect h5 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #002c41;
}
@media (max-width: 767px) {
  .Aboutuspage .letsconnect h5 {
    font-size: 21px;
  }
}
.Aboutuspage .letsconnect p {
  font-size: 15px;
  width: 90%;
  margin: 20px auto;
}
@media (max-width: 767px) {
  .Aboutuspage .letsconnect p {
    font-size: 14px;
    width: 100%;
    margin: 16px auto;
  }
}

.gallerypage {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .gallerypage {
    padding-bottom: 30px;
  }
}
.gallerypage .gallerydetails {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .gallerypage .gallerydetails {
    padding: 20px 0;
  }
}
.gallerypage .gallerydetails .leftside {
  background-color: #eef5f9;
  border-radius: 6px;
}
.gallerypage .gallerydetails .leftside h6 {
  color: #002c41;
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px solid lightgray;
  width: 100%;
  padding: 14px 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .gallerypage .gallerydetails .leftside h6 {
    font-size: 16px;
  }
}
.gallerypage .gallerydetails .leftside .nav {
  padding: 8px 20px;
  margin-right: 40px;
}
.gallerypage .gallerydetails .leftside .nav-link {
  font-weight: 500;
  padding: 8px 0;
  color: rgba(0, 0, 0, 0.5019607843);
  font-size: 16px;
}
@media (max-width: 767px) {
  .gallerypage .gallerydetails .leftside .nav-link {
    font-size: 14px;
  }
}
.gallerypage .gallerydetails .leftside .nav-link.active {
  background-color: transparent;
  color: black;
  border-bottom: 1px solid black;
  border-radius: 0;
}
.gallerypage .gallerydetails .galleryimg {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.gallerypage .galleryimg {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeSlideUp 0.6s ease-out forwards;
}
@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.gallerypage .tab-pane .col-sm-6:nth-child(1) .galleryimg {
  animation-delay: 0.1s;
}
.gallerypage .tab-pane .col-sm-6:nth-child(2) .galleryimg {
  animation-delay: 0.2s;
}
.gallerypage .tab-pane .col-sm-6:nth-child(3) .galleryimg {
  animation-delay: 0.3s;
}
.gallerypage .tab-pane .col-sm-6:nth-child(4) .galleryimg {
  animation-delay: 0.4s;
}
.gallerypage .tab-pane .col-sm-6:nth-child(5) .galleryimg {
  animation-delay: 0.5s;
}
.gallerypage .tab-pane .col-sm-6:nth-child(6) .galleryimg {
  animation-delay: 0.6s;
}
.gallerypage .tab-pane .col-sm-6:nth-child(7) .galleryimg {
  animation-delay: 0.7s;
}
.gallerypage .tab-pane .col-sm-6:nth-child(8) .galleryimg {
  animation-delay: 0.8s;
}
.gallerypage .tab-pane .col-sm-6:nth-child(9) .galleryimg {
  animation-delay: 0.9s;
}
.gallerypage .tab-pane .col-sm-6:nth-child(10) .galleryimg {
  animation-delay: 1s;
}
.gallerypage .tab-pane .col-sm-6:nth-child(11) .galleryimg {
  animation-delay: 1.1s;
}
.gallerypage .tab-pane .col-sm-6:nth-child(12) .galleryimg {
  animation-delay: 1.2s;
}

.contactuspage {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .contactuspage {
    padding-bottom: 30px;
  }
}
.contactuspage .tophead {
  position: relative;
  padding-bottom: 130px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .contactuspage .tophead {
    padding-bottom: 130px;
    margin-bottom: 190px;
  }
}
.contactuspage .tophead .detailscontact {
  position: absolute;
  bottom: -60px;
  left: 10%;
  right: 10%;
  transform: translateX(0%);
}
@media (max-width: 767px) {
  .contactuspage .tophead .detailscontact {
    bottom: -190px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contactuspage .tophead .detailscontact {
    left: 4%;
    right: 4%;
  }
}
.contactuspage .tophead .vector7 {
  position: absolute;
  bottom: -14px;
  right: 0;
  width: 10%;
}
.contactuspage .tophead .card {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(43, 70, 125, 0.1098039216);
  border: none;
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 14px;
}
@media (max-width: 991px) {
  .contactuspage .tophead .card {
    padding: 12px;
  }
}
.contactuspage .tophead .card i {
  font-size: 17px;
  color: #002c41;
  position: relative;
  top: -3px;
}
@media (max-width: 991px) {
  .contactuspage .tophead .card i {
    font-size: 15px;
  }
}
.contactuspage .tophead .card h6 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .contactuspage .tophead .card h6 {
    font-size: 15px;
    margin-bottom: 6px;
  }
}
.contactuspage .tophead .card p {
  font-size: 14px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .contactuspage .tophead .card p {
    font-size: 13px;
  }
}
.contactuspage .letsconnect {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .contactuspage .letsconnect {
    padding: 20px 0;
  }
}
.contactuspage .letsconnect h5 {
  color: #002c41;
}
.contactuspage .letsconnect p {
  color: rgba(0, 0, 0, 0.7882352941);
}
.contactuspage .letsconnect img.contactusleftimg {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.contactuspage .letsconnect h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contactuspage .letsconnect h6 {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
.contactuspage .letsconnect .Inquiryform label {
  font-size: 15px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .contactuspage .letsconnect .Inquiryform label {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
.contactuspage .letsconnect .Inquiryform .form-control {
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 8px 14px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .contactuspage .letsconnect .Inquiryform .form-control {
    font-size: 14px;
  }
}
.contactuspage .letsconnect .Inquiryform .form-control:focus {
  box-shadow: none;
}

.mainheading {
  padding-top: 100px;
}

.socialicons {
  display: flex;
  gap: 10px;
  align-items: center;
}
.socialicons i {
  background-color: #2b467d;
  color: white;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 50%;
}/*# sourceMappingURL=style.css.map */