font-size:body {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}

input {
  width: 100%;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: 0.3s ease-in;
}

ul {
  padding: 0px;
  margin: 0px;

}

li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
img {
  max-width: 100%;
  height: auto;
}

/* header css start ?*/

header.custom-header {
  background: #fff;
  box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1999;
}
header.custom-header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0px;
}
header.custom-header nav ul.menues {
  display: flex;
}
header.custom-header nav ul.menues {
  gap: 50px;
}
header.custom-header nav ul.menues li {
  position: relative;
}
header.custom-header nav ul.menues li a {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  transition: 0.3s ease-in;
}

header.custom-header nav ul.menues li.menu-has-children::after {
  position: absolute;
  right: -22px;
  content: "";
  top: 8px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  object-fit: contain;
}

ul.sub-menu {
  position: absolute;
  width: 220px;
  right: -10px;
  padding-top: 42px;
  display: none;
}

.allmenu {
  background: #fff;
  padding: 16px 0px;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
ul.sub-menu .allmenu li {
  padding: 8px 14px;
  transition: 0.3s ease-in;
}

ul.sub-menu .allmenu li:hover {
  background: #80bf40;
  color: #fff;
}

ul.sub-menu .allmenu li:hover > a {
  color: #fff;
}
header.custom-header nav ul.menues li.menu-has-children:hover ul.sub-menu {
  display: block;
  animation: animateme ease-in 0.4s;
}
@keyframes animateme {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.tooglemenu {
  display: none;
}
.topheader {
  margin-top: 101px;
}
header.custom-header nav ul.menues li.active a {
  color: #4ba24a;
}
/* HEADER CSS END */

/* footer css start */
.bottom-title {
  background-color: #000;
  text-align: center;
}
.bottom-title p {
  color: #fff;
  padding: 10px 0px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 166.667% */
  padding-top: 0px;
}
footer {
  padding: 50px 0px;

}
.bottomlinks {
  display: flex;
  justify-content: space-between;

}
footer.customerfootrer h3 {
  color: #e3e3e3;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}
footer.customerfootrer .logo {
  /* max-width: 510px; */
  width: 100%;
  margin: 0 auto;
}
footer.customerfootrer .logo p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  line-height: normal;
}
footer.customerfootrer .logo h6 {
  margin-top: 30px;
  color: #80bf40;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  text-decoration-line: underline;
}
footer.customerfootrer .logo ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding-top: 10px;
}
footer.customerfootrer .logo ul li a {
  color: #fff;
}
.menulist ul li a,
.contact-info ul li span,
.contact-info ul li a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 100% */
}
.menulist ul,
.contact-info ul {
  padding-top: 25px;
}
.contact-info ul li {
  padding-bottom: 6px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  max-width: 250px;
}
.contact-info ul li a {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.contact-info .map {
  padding-top: 15px;
}
footer.customerfootrer .logo img {
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}
.menulist ul li {
  padding-bottom: 4px;
}
.newslatter h6 {
  margin-bottom: 15px;
}
.newslatter .inputfiled {
  display: flex;
  gap: 10px;
  align-items: center;
}
.newslatter .inputfiled input {
  border-radius: 3px;
  background: #fff;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  height: 26px;
  padding-left: 7px;
  border: none;
  outline: none;
  text-align: left;
}
.newslatter .inputfiled button {
  border-radius: 3px;
  background: #4ba24a;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
  border: none;
  width: 48.248px;
  height: 26px;
}
.menulist ul li {
  display: flex;
  gap: 45px;
  align-items: center;
}
.menulist ul li span {
  display: block;
  width: 110px;
  text-align: left;
}
.newslatter {
  padding-top: 25px;
}
footer {
  background-size: cover;
}
/* footer css end */

/* memmbers ship css strat */
section.members {
  padding: 50px 0px;
}
section.members .memmberships {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1245px;
  width: 100%;
  margin: 0 auto;
}
section.members .memmberships .images {
  display: flex;
  gap: 80px;
}
section.members .memmberships h2 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* memmbers ship css end */

/* customer rating */

.customerrating {
  padding: 70px 0px;
  background: #e3e3e3;
}
.customerrating h2 {
  color: #000000;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  padding-bottom: 55px;
}
.clinetsay {
  max-width: 1125px;
  margin: 0 auto;
}
section.aviation .clinetsay {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.clinetsay b,
.clinetsay p {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.clinetsay b {
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding-top: 20px;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}
/* customer raing end */

/* our product section */

section.our-product {
  padding: 120px 0px;
  position: relative;
}
section.our-product .logocenter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
h6.sticky {
  position: absolute;
  color: #4ba24a;
  text-align: center;
  font-family: Poppins;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.1;
  left: -8%;
  transform: rotate(-90deg) translateY(-50%);
  top: 50%;
}
.allproduct {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 10px;
}
.allproduct h2 {
  color: #000000;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 80px;
}
.products .product-content h3 {
  padding-bottom: 25px;
  color: #000;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.products .product-content p {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.products .product-content a {
  margin-top: 40px;
  color: white;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  background-color: black;
  transition: 0.3s ease-in;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  max-width: 150px;
  width: 100%;
  letter-spacing: -0.01em;
  height: 48px;
  line-height: 48px;
/*   border: 2px solid #000; */
  align-items: center;
}
.productimg {
  position: relative;
  height: 100px;
  width: 100%;
}

.productimg img.hovershow {
  opacity: 0;
}

.productimg img {
  position: absolute;
}
.products:hover img.hovershow {
  opacity: 1;
}
.products {
  margin-bottom: 70px;
}
/* our product end */

/* aviation section start  */
.aviation {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 490px;
}
.aviation h2 {
  color: #80bf40;
  text-align: center;
  font-family: Poppins;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* aviation section end  */

/* about us banner data */

section.aboutus {
  padding: 70px 0px;
}
section.aboutus .content {
  max-width: 880px;
  width: 100%;
}
section.aboutus .content p {
  color: #000;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
section.aboutus .content img {
  margin-top: 10px;
}
/* about us ideanova is end */

/* service page css start */

section.service h2 {
  color: #4ba24a;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 60px;
}
.serviceslist {
  display: flex;
}
.servicescontent {
  position: relative;
  transition: ease-in 0.3s;
}
.servicescontent h3 {
  position: absolute;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px; /* 116.667% */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: ease-in 0.3s;
}

.servicescontent::after {
  background: linear-gradient(
      0deg,
      rgba(68, 6, 97, 0.7) 0%,
      rgba(68, 6, 97, 0.7) 100%
    ),
    url(<path-to-image>), lightgray 50% / cover no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  z-index: 0;
  mix-blend-mode: overlay;
  opacity: 0;
  transition: 0.3s ease-in;
}
.servicescontent:hover {
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.35);
}
.servicescontent:hover h3 {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px; /* 116.667% */
}
.servicescontent:hover::after {
  opacity: 1;
}
.patnerlinks {
  display: flex;
  justify-content: center;

  flex-wrap: wrap;
}

h6.sticky.product {
  top: 42%;
}
.patnerlinks {
  gap: 25px;
}
/* service page css end */

/* about us galaxy section start */
.aboutus-data {
  padding: 110px 0px;
  background-size: cover;
  position: relative;
}
.aboutme {
  max-width: 910px;
  width: 100%;
}
.aboutme h2 {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}
.aboutme p {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
span.top-shadow {
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 94.27%); */
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
span.bottom-shadow {
  bottom: 0;
  position: absolute;
  width: 100%;
}
/* about us galaxy section end*/

/* news section  start */

.news {
  position: relative;
  overflow: hidden;
}
.patnerlinks.news-data {
  gap: 28px;
  justify-content: center;
}
.patnerlinks.news-data p {
  position: absolute;
  color: #fff;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 136.364% */
  bottom: 20px;
  left: 30px;
  z-index: 99;
  padding-right: 20px;
}
.news span.overlay {
  height: 170px;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 8;
  bottom: 0;
}
.news span.overlay {
  display: flex;
  justify-content: center;
}
.aboutvideo iframe {
  border-radius: 10px;
}

.patnerlinks.news-data a {
  transition: 0.3s ease-in;
  border-radius: 20px;
  overflow: hidden;
}
.patnerlinks.news-data a .news img {
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in;
}
.patnerlinks.news-data a .news {
  width: 100%;
  height: 100%;
}
.allconatiner-blogs a img,
.allconatiner-blogs a {
  transition: 0.5s ease-in;
  overflow: hidden;
}
.allconatiner-blogs a:hover,
.patnerlinks.news-data a:hover {
  box-shadow: 0px 20px 32px 0px rgba(0, 0, 0, 0.35);
}
.allconatiner-blogs a:hover img,
.patnerlinks.news-data a:hover img {
  transform: scale(1.2);
}

/* news section  end */

/* banner css start */

section.homaepagebanner {
  height: 845px;
  position: relative;
}
section.homaepagebanner video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blur1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.content-data-banner {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translate(0%, -50%);
  max-width: 640px;
  width: 100%;
  animation: up  0.5s ease-in;
}
@keyframes up {
 0%{
  opacity: 0;
  transform: translateY(300px);
 }
 100%{
  opacity: 1;
  transform: translateY(0px);

 } 
}
.main-heading {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.content-data-banner h3 {
  color: #000;
  text-align: right;
  font-family: Poppins;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 100% */
  padding-bottom: 20px;
}
.content-data-banner h3 span.stream {
  color: #ffffff;
  font-weight:400;
}
.content-data-banner h2 {
  color: #000;
  text-align: right;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 160% */
}
.content-data-banner a {
  display: block;
  max-width: 150px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: black;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.6px;
  background: white;
  text-shadow: none;
  /* background: linear-gradient(
    90deg,
    rgba(75, 162, 74, 1) 0%,
    rgba(128, 191, 64, 1) 35%
  ); */
  border-radius: 8px;
  margin-left: auto;
  margin-top: 36px;
}

.content-data-banner a:hover {
	background: #67D941;
}

.aboutvideo iframe {
  width: 100%;
  height: 350px;
}

.abutimg {
  display: flex;
  justify-content: flex-end;
}
.container-data {
  padding-left: 10%;
}

body {
  overflow-x: hidden;
}

/* banner css end */

img.leftimg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}

section.our-product.newslattersection .container-data {
  padding-left: 0px;
}
section.our-product .container-data {
  padding-left: 0px;
}
section.aviation .swiper-slide,
section.aviation .clinetsay,
section.aviation .clinetsay img,
section.aviation .swiper.mySwiper1 {
  height: 100%;
  width: 100%;
}
.products .product-content p {
  height: 190px;
  height: 150px;
  overflow-y: auto;
}

/* about us page */

section.innwerbanner {
  background-size: cover;
  height: 500px;
  width: 100%;
  position: relative;
}
section.innwerbanner img {
  position: absolute;
  bottom: -5px;
  width: 100%;
}
.aboutmen-content {
  position: relative;
}

section.aboutmen-content {
  padding-bottom: 100px;
  padding-top: 40px;
}
section.aboutmen-content iframe {
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  margin-top: 65px;
}
/* .mainconatnet {
  max-width: 1370px;
  margin: 0 auto;
} */
.mainconatnet p {
  color: #000;
  text-align: left;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}
/* about us page end */

/* main page start of job */

section.mainjobimg {
  text-align: right;
}
/* main page end of job */

/* news page all news section start */
section.allnews {
  position: relative;
}

.allconatiner-blogs {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 65px;
  justify-content: center;
}
.allconatiner-blogs a {
  max-width: 500px;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.newscontent {
  position: relative;
}

.newscontent .newsbody {
  position: absolute;
  bottom: 60px;
  padding: 0px 20px;
}
.newscontent .newsbody h2 {
  color: #fff;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.newscontent .newsbody p {
  color: #fff;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px; /* 100% */
}
section.allnews {
  padding-bottom: 35px;
}
a.lodemode {
  display: block;
  margin: 0 auto;
  width: fit-content;
  margin-top: 68px;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
span.back a {
  color: #4ba24a;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 90px;
  display: block;
}

img.leftimg.leftdown {
  top: 25%;
  transform: translateY(-25%);
}

section.allnews.singalenews span.back a {
  margin-bottom: 40px;
}

.topdata {
  display: flex;
  gap: 100px;
  justify-content: space-between;
}
.newscontent ul li {
  list-style: disc;
  color: #646464;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 25px;
}
.newscontent h3,
.newscontent h2 {
  color: #000;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.newscontent h3 {
  font-weight: 400;
}
.newscontent {
  max-width: 800px;
  width: 100%;
}
.newscontent ul {
  padding-left: 25px;
}
.topdata {
  padding-bottom: 55px;
}

.fullbody-content h3,
.fullbody-content p {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 40px;
}
.fullbody-content h3 {
  font-weight: 600;
}
.fullbody-content ul {
	font-family: Poppins;
	font-style: normal;
}

/* news page css */

/* blog ppage css start */
/* ul.blog-list-data li p, */
ul.blog-list-data li h3 {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 16px;
  max-width: 1285px;
  width: 100%;
}

ul.blog-list-data li p {
  font-weight: 400;
  padding-top: 0px;
  font-size: 16px;
  color: #000;
  margin-bottom: 16px;
}
span.full-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 35px;
}
span.full-info span.time {
  color: #4ba24a;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 30px;
  display: block;
  position: relative;
}
span.full-info a {
  color: #4ba24a;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


span.full-info span.time::after {
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #4ba24a;
  position: absolute;
  content: "";
  border-radius: 50%;
}

ul.blog-list-data li {
  border-bottom: 1px solid #000000;
  margin-bottom: 30px;
}
section.bloglist {
  padding-bottom: 55px;
  position: relative;
}

.singelblogmaintitle {
  display: flex;
  align-items: center;
  gap: 280px;
}
.singelblogmaintitle a {
  color: #4ba24a;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.singelblogmaintitle h1 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section.bloglist.singaleblogpage .toptitle ul {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding-top: 12px;
  padding-bottom: 30px;
}
section.bloglist.singaleblogpage .toptitle ul li {
  color: #4ba24a;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  list-style: disc;
}
section.bloglist.singaleblogpage {
  padding-top: 25px;
}

section.bloglist.singaleblogpage .toptitle p {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  max-width: 1436px;
  margin: 0 auto;
  padding-bottom: 30px;
}
section.bloglist.singaleblogpage {
  padding-bottom: 0px;
}

/* blog page css end */

/* contact us page css start */
section.contactus {
  padding-bottom: 75px;
  padding-top: 20px;
}
section.contactus .inputfields label {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  margin-bottom: 6px;
}
section.contactus .inputfields input {
  border: 1px solid #000;
  background: #fff;
  outline: none;
  padding: 10px 17px;
  width: 100%;
  color: #646464;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
.inputfields {
  display: flex;
  gap: 25px;
  margin-bottom: 20px;
}
.inputdata-70 {
  width: 60%;
}
.inputdata-30 {
  width: 40%;
}
.inputdata-100 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.inputdata-100 textarea {
  width: 100%;
  border: 1px solid #000;
  background: #fff;
  outline: none;
  padding: 10px 17px;
  width: 100%;
  height: 120px;
}
.contact-form {
  padding-top: 95px;
}
.contact-form button {
  border-radius: 10px;
  background: linear-gradient(180deg, #80bf40 0%, #4ba24a 100%);
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 50px;
  width: 200px;
  border: none;
  outline: none;
}
.contactdetails a.conatctlogo {
  margin-bottom: 28px;
  display: block;
  width: fit-content;
}
.contactdetails p {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 25px;
}
.contactdetails {
  max-width: 65%;
  width: 100%;
}
.contactdetails ul {
  padding-top: 13px;
  max-width: fit-content;
  margin: 0 auto;
}
.contactdetails ul li {
  padding-bottom: 5px;
}
.contactdetails ul li a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  width: 100%;
}
.contact-form {
  max-width: 765px;
  width: 100%;
  margin-left: auto;
}
.menulist ul li span.active a {
  color: #4ba24a;
}
/* contact us page css end */


/* avition css start */

section.avtion-data{
  position: relative;
}
section.avtion-data{
 padding: 50px 0px;
 padding-bottom: 0px;
}
section.avtion-data .maintitle h1{
  text-align: center;
  color: #000000;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section.avtion-data .maintitle  p {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.avtion-data .maintitle  {
  padding-bottom: 90px;
}
.aviation-body h3 {
  color: #000;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.aviation-body p {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 110% */
}
.aviation-body {
  margin-bottom: 50px;
  max-width: 740px;
  width: 100%;
}
section.avtion-data img.leftimg.leftdown{
  top: 55%;
  transform: translateY(-55%);
}
.mainavitionimg{
  position: relative;
  transition: 0.3s ease-in;
  height: 330px;
}
.mainavitionimg img {
  height: 100%;
  width: 100%;
}
.mainavitionimg::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  background: linear-gradient(94deg, #FF9A8B 8.54%, #40BFA1 91.92%);
mix-blend-mode: darken;
height: 0;
bottom: 0;
transition: 0.3s ease-in;
}
.mainavitionimg:hover::after{
height: 100%;
}
.mainavitionimg h2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 40px;
  z-index: 99;
  opacity: 0;
  transition: 0.5s ease-in;
  
}
.mainavitionimg:hover h2{
  /* animation:  textsacle ease-in 0.3s; */
  opacity: 1;
  transform:  translate(-50%,-50%) scale(1.2);
}

.products-data{
  text-align: center;
  background: linear-gradient(94deg, #440661 8.54%, #FF9A8B 91.92%);
}
.products-data h2{
  color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: normal;
padding: 7px 0px;
}
section.allproduct-data{
  padding-top: 60px;
  padding-bottom: 0px;
}
section.allproduct-data .row{
  margin-bottom: 60px;
}
/* @keyframes textsacle{
  0%{
    opacity: 0.5;
    transform: scale(0);
  }
  100%{
    opacity: 1;
    transform: scale(1);
  }
} */
/* avition css end */



/* service page css start */
/* section.identity-management .container-data .row.justify-content-between{
  background: #F8F8F8;
}
section.identity-management .container-data .row.justify-content-between:nth-child(even){
  flex-direction: row-reverse;
  background-color: #fff;
} */

section.identity-management  .container-data{
  padding-left: 0px;
  padding: 60px 0px;
}
section.identity-management .container-data:nth-child(even){
  background-color: #fff;
}
section.identity-management .container-data:nth-child(odd){
  background: #F8F8F8;
}

section.identity-management .container-data:nth-child(even)  .row.justify-content-between{
  flex-direction: row-reverse;
}

.miantittle-icon-data h3 {
  color: #000;
  font-family: Roboto-Regular, Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 10px;
}
.maintitle-data p,
.miantittle-icon-data p{
  color: #000;
font-family: Roboto-Regular, Poppins;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 125% */
padding-top: 10px;
}
.miantittle-icon-data{
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;

}
.maintitle-data h6 {
  color: #000;
font-family: Poppins;
font-size: 37px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.maintitle-data p {
padding-top: 0px;
padding-bottom: 30px;
}
section.identity-management .container-data:nth-child(odd) .maintitle-data h6{
  text-align: right;
}
section.identity-management .container-data:nth-child(odd) .maintitle-data p{
  text-align: right;
}
.maintitle-data img {
  border-radius: 30px;
}
.miantittle-icon-data.links{
  height: 100%;
  width: 100%;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.miantittle-icon-data.links .download h3 {
  text-align: center;
  padding: 0px;
  padding-bottom: 20px;
  text-decoration: underline;
}
.miandownloadlogog {
  display: flex;
  justify-content: center;
  gap: 17px;
}
section.identity-management .container-data:nth-child(odd) .maintitle-data img {
  margin-left: auto;
  display: block;
}
section.our-product.allproductdata.mainservice{
  padding: 40px 0px;
}
/* section.our-product.allproductdata.mainservice {} */


section.our-product.allproductdata.mainservice   .products {
  max-width: 315px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 70px;
}
  .products p::-webkit-scrollbar {

  display:none
}

section.our-product.allproductdata.product{
  padding-top: 40px;
  padding-bottom: 80px;
}
.mainavitionimg.noafter::after{
  display: none;
}

.content0body  .title{
  display: flex;
  align-items: center;
  gap: 30px;
}
.content0body  .title h6{
  color: #000;
  font-family: Roboto-Regular, Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.content0body  .title{
  padding-bottom: 20px;
}
.content0body  .content-pera p {
    color: #000;
    font-family: Roboto-Regular, Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    height: 220px;
    overflow-y: auto;
}
.content0body  {
  padding-bottom: 70px;
}
section.inplay-packer{
  padding-top: 70px;
  background: #F8F8F8;
}
.content0body  .content-pera p::-webkit-scrollbar {
  display: none;
} 

.content0body  .content-pera{
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
}


section.identity-management.green .container-data.green{
  background: linear-gradient(180deg, #80BF40 0%, #4BA24A 100%) !important;
  position: relative;
}
section.identity-management.green .container-data.green .container .row.justify-content-between{
  flex-direction: column;
}
section.identity-management.green .container-data.green .container{
  position: relative;
}
section.identity-management.green .container-data.green  img.green{
  position: absolute;
  bottom: 0;
  right: 0;
}
section.identity-management.green  .container-data.green .miantittle-icon-data p{
color: #000;
 }
 section.identity-management.green  .container-data.green .maintitle-data p,
 section.identity-management.green  .container-data.green .maintitle-data h6{
color: #000;
text-align: left;
 }
 section.identity-management.green  .maintitle-data img{
  border-radius: 0px;
 }
 section.identity-management.green  .container-data.white  .container .row.justify-content-between{
  flex-direction: row !important;
 }

 section.identity-management.green  .container-data.white   .maintitle-data p,
 section.identity-management.green  .container-data.white   .maintitle-data h6 {
  text-align: right !important;
 }
 section.identity-management.green  .container-data.green  .maintitle-data img{
  margin: 0 !important;
  margin-right: auto !important;
 }
 section.identity-management.green .container-data.green .miantittle-icon-data {
  padding: 20px;
 }

/* Converts white icons to black, then black to desired #67D941 */
 section.identity-management.green .container-data.green .miantittle-icon-data .icon img {
  filter: brightness(0) saturate(100%) invert(70%) sepia(82%) saturate(428%) hue-rotate(52deg) brightness(95%) contrast(86%);
 }

 section.identity-management.green .container-data.white.data .miantittle-icon-data{
  padding: 20px;
 }

 section.identity-management.green .container-data.green.white-data{
  background: #fff !important;
 }
 section.identity-management.green .container-data.green.white-data .maintitle-data p,
 section.identity-management.green .container-data.green.white-data .maintitle-data h6{
  color: #000 !important;
 }
 section.identity-management.green .container-data.green.white-data  .miantittle-icon-data p{
color: #000 !important;
 }

 section.customerrating.white{
  background: linear-gradient(180deg, #80BF40 0%, #4BA24A 100%);
 }
 section.customerrating.white h2{
  color: #fff;
 }
 section.customerrating.white .clinetsay b,  section.customerrating.white .clinetsay p{
color: #fff;
 }

 .main-table{
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
 }
 .main-table .container{
  padding: 0px;
 }
 .main-table .container h2 {
  text-align: center;
  color: #000;
  font-family: Roboto-Regular, Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 40px;
 }
 .main-table .container table{
  width: 100%;
  max-width: 100%;
 }
 .main-table .container table thead tr th span {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    border-radius: 10px;
    /* background: linear-gradient(94deg, #80BF40 8.54%, #4BA24A 91.92%); */
    background-color: #96F376;
    max-width: 250px;
    height: 45px;
    display: block;
    line-height: 45px;
    margin: 0 auto;
    margin-bottom: 12px;
 }
 .main-table .container table thead tr th  {
  min-width: 287.5px;
 }
 /* .main-table .container table tbody tr:nth-child(odd){
  background-color: red;
 } */
 .main-table .container table tbody tr span p {
  color: #000;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
 }
 .main-table .container table tbody tr span {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 7px 0px;
  justify-content: center;

  background: #F6F6F6;
  height: 45px;
  width: 100%;
 }
 .main-table .container table tbody tr  td {
  border: none;
 }
 .main-table .container table tbody tr td:first-child  span{
  /* background-color: red; */
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: flex-start;
  padding-left: 45px;
 }
 .main-table .container table tbody tr td:last-child  span{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
 }
 .main-table .container table tbody tr:nth-child(even) span{
  background-color: #fff;
 }
 .main-table .container table tbody tr:nth-child(odd) td{
  border-right: 1px solid #F6F6F6;
 }
 .main-table .container table tbody tr:nth-child(odd) td:last-child{
  border-right: none;
 }
 /* .main-table .container table thead tr {
  display: flex;
  justify-content: space-between;
 } */
 .bottom-content{
  padding-top: 20px;
 }
 .bordergreen{
/* border-bottom: 20px solid linear-gradient(94deg, #80BF40 8.54%, #4BA24A 91.92%); */
position: relative;
 }

 .bordergreen img.greenline{
  position: absolute;
  bottom: 0px;
  width: 100%;
 }
 .miantittle-icon-data p{
  height: 150px;
  overflow-y:  auto;
 }

 .miantittle-icon-data p::-webkit-scrollbar {
  display: none;
 }

 header.custom-header nav ul.menues li.menu-has-children.active >  ul.sub-menu li a{
  color: #000;
 }
 
 li.menu-has-children.active  li:hover a{
  color: #fff !important;
 }


 body{
  overflow-x: hidden !important;
 }

 section.our-product.allproductdata.product.data{
  padding-bottom: 0px;
 }


 footer.customerfootrer .logo ul#menu-primary-menu-1 ul.sub-menu{
  display: none;
 }

 footer.customerfootrer .logo img{
  margin: 0px;
  margin-bottom: 15px;
 }
 footer.customerfootrer .logo ul{
  padding-left: 20px;
 }
 .bottomlinks.data-footer{
  flex-direction: column;
  align-items: flex-start;

 }
 .contact-info {

  display: flex;
  align-items: flex-end;
  gap: 60px;
}

.contact-info  .sociallinks ul {
  display: flex;
  gap: 25px;
}
.menulist ul, .contact-info ul{
  padding-top: 10px;
}
footer.customerfootrer h3{
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
footer.customerfootrer  .contact-info .sociallinks  h6 {
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 5px;
}
footer.customerfootrer  .contact-info .sociallinks  ul li a {
  font-size: 18px;
}

section.our-product .logocenter{
  display: none;
}
.productimg{
  height: 40px;
  width: 40px;
}
section.our-product.allproductdata .container-data .allproduct h2{
  padding-bottom: 20px;
}
section.service{
  padding: 40px 0px;
}

.products a {
  transition: 0.3s ease-in;
}

section.members{
  background-size: cover;
  background-repeat: no-repeat;
}



header.custom-header nav ul.menues li.menu-has-children::after {
  background-image: url(assets/img/svg/bxs_up-arrow.svg);
}
.mySwiperdata{
  /* background-color: red; */
  height: 100%;
}
.mySwiperdata .swiper-slide{
  background-size: cover;
  background-repeat: no-repeat;
}

.content-data-banner {
  z-index: 999;
}

section.our-product.allproductdata.mainservice.servicebannerdata .products .product-content p{
  height: auto;
  padding-top: 20px;
}

section.our-product.allproductdata.mainservice.servicebannerdata  .contentimg{
  height: 225px;
}
section.our-product.allproductdata.mainservice.servicebannerdata .contentimg img {
  height: 100%;
  max-width: 100%;
}

section.our-product.allproductdata.mainservice.servicebannerdata  .products{
  max-width: 100%;
  padding: 20px;
  /* border: 1px solid #c4c4c4; */
  border-radius: 10px;
  margin-bottom: 30px;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; */
  transition: 0.3s ease-in;
  border: 1px solid #c4c4c461;
}
section.our-product.allproductdata.mainservice.servicebannerdata  .products .product-content h3{
  font-size: 25px;
}

section.our-product.allproductdata.mainservice.servicebannerdata  .products:hover{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

}
.content-data-banner{
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  z-index: 1000;
  right: auto;
}
section.homaepagebanner .container{
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  
}
img.leftimg{
  top: 20%;
  transform: translateY(-20%);
}
/* blogs page design changes */
ul.blog-list-data li .time {
  color: #000;
  font-style: italic;
}
.blog-list-data .full-info a {
  font-size: 16px;
  border: 2px solid #000;
  color: #000;
  font-weight: 600;
  padding: 6px 20px;
  letter-spacing: -0.02em;
  border-radius: 8px;
  display: inline-block;
  transition: all .4s ease-in-out;
}
.blog-list-data .full-info a:hover {
  background: #000;
  color: #FFF;
}
.fullbody-content p {
  font-weight: 400;
}

.notes-heading {
  font-size: 22px;
  padding: 10px 0;
  font-weight: 700;
  color: rgba(0, 0, 0, .5);
}
.notes-list {
  padding-left: 2rem;
  column-count: 2;
  column-gap: 80px;
  padding-top: 16px;
}
.notes-list li {
  list-style: decimal;
  font-size: 17px;
  padding-bottom: 10px;
  color: rgba(0, 0, 0, .5);
  font-weight: 500;
  line-height: 1.5;
}

/* Changes for Industry pages */
.over-image-text{
  font-family: 'Poppins',sans-serif;
  color:blue;
  font-size: 70pt;
}
   .initial-word{
     font-weight: 700;
   }

/* Cookie bar button */
/* Controlled by plugin so we need to override */
#cookie-notice .cn-button:not(.cn-button-custom):hover {
	background-color: #67D941 !important;
}

#cookie-notice .cn-button:not(.cn-button-custom) {
	font-weight: bold !important;
	color: black !important;
}