html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
}

a {
  text-decoration: none !important;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1 ;
  padding: 0;
  box-shadow: 0px 0px 5px gainsboro;
  width: 100%;
  background-color: #ffffff;
  background: linear-gradient(90deg,
      rgba(208, 242, 113, 1) 0%,
      rgba(255, 255, 255, 0.9192051820728291) 0%);
  animation-name: example;
  animation-duration: 1s;
  transition: top 500ms ease-in;
  box-shadow: 0px 0px 5px gainsboro;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f3f3", endColorstr="#404040", GradientType=1);
}

@keyframes example {
  0% {
    top: -100px;
  }

  100% {
    top: 0px;
  }
}

.sticky-header {
  z-index: 99999999;
  padding: 0;
  width: 100%;
  /* background-color: #ffffff; */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f3f3", endColorstr="#404040", GradientType=1);
}

/*  */
.brochure-btn {
  color: #fff;
  padding: 12px 15px;
  background-color: #2c4255;
  text-decoration: none;
  border-radius: 6px;
}

.brochure-btn:hover {
  color: #c7bad4;
}

.industry-content h5 {
  font-size: 16px;
  margin-bottom: 0;
  color: #2c4255;
}

h1 {
  font-size: 45px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  line-height: 38px;
}

h2 {
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
}

h6 {
  font-size: 16px;
  font-weight: bold;
}

#hero-bg {
  width: 100%;
  height: auto;
  background: url('../images/banner-img2.png') center no-repeat;
  background-size: cover;
}

.navbar-brand img {
  height: 80px;
}

.navbar-light .navbar-nav .nav-link {
  color: #2c4255;
  padding: 8px 15px;
  border: 1px solid transparent;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #2c4255;
  /* border: 1px solid #f7ec09; */
  border-radius: 35px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: #2c4255;
  border: 1px solid #f7ec09;
  border-radius: 35px;

}

.social-links a img {
  height: 25px;
}

.banner-row {
  margin-top: -40px;
}

.banner-img img {
  width: 80% !important;
}

.banner-content h1 span {
  color: #f7ec09;
  font-size: 40px !important;
}

.banner-content p {
  color: #2c4255;
}

.image {
  -webkit-animation: spin 120s linear infinite;
  -moz-animation: spin 120s linear infinite;
  animation: spin 120s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.readmore-btn {
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  background-color: #2c4255;
  text-decoration: none;
}

.readmore-btn .fa-solid {
  color: #f7ec09;
  padding-left: 5px;
}

.readmore-btn:hover {
  color: #f7ec09 !important;
}

.readmore-btn2 {
  padding: 10px 15px;
  color: #2c4255;
  text-align: center;
  background-color: #f7ec09;
  text-decoration: none;
}

.readmore-btn2 .fa-solid {
  color: #2c4255;
  padding-left: 5px;
}

.readmore-btn:hover {
  color: #2c4255;
}

.aboutus-section {
  margin-top: -50px;
}

.aboutus-content h1 {
  opacity: .1;
  font-size: 120px;
  z-index: -1;
  margin-bottom: -10px;
}

.aboutus-content h2 {
  font-size: 55px;
  font-weight: 900;
  color: #fff;
}

.aboutus-content h3 {
  color: #f7ec09;
  font-weight: 900;
  position: relative;
}

/* .aboutus-content h3::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  width: 18%;
  left: 0%;
  border-bottom: 4px solid #f7ec09;
} */

.aboutus-content p {
  color: #fff;
}

.aboutus-content img {
  border-radius: 10px;
}

.products {
  width: 100%;
  height: auto;
  background: url('../images/products.jpg') center no-repeat;
  background-size: cover;
}

.heading {
  color: #2c4255;
  font-weight: 900;
  font-size: 40px;
}

.item {
  background-color: #fff;
  text-align: center;
}

.products-img h4 {
  background-color: #2c4255;
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 40px;
  height: 40px;
  line-height: 50px;
  position: absolute;
  top: 35%;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #2c4255 !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: 0;
  font-size: 25px;
  font-weight: 700;
  /* background-color: #2c4255; */
  color: #c7bad4;
  border-radius: 50%;
  border: 1px solid #2c4255 !important;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #2c4255;
  color: #c7bad4;
  border-radius: 50%;
}

.owl-carousel .owl-prev {
  left: -70px;
}

.owl-carousel .owl-next {
  right: -70px;
}

.controlpanel-pg {
  width: 100%;
  height: auto;
  background: url('../images/control-panel-03.svg') center no-repeat;
  background-size: cover;
}

.headline {
  position: relative;
}

.headline::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 4px;
  width: 18%;
  left: 40%;
  border-bottom: 4px solid #f7ec09;
}

.image-points {
  font-size: 13px;
}

.cp-image {
  position: relative !important;
}

.point1 {
  position: absolute;
  top: 16.8%;
  left: 10px;
}

.point2 {
  position: absolute;
  top: 28.2%;
  left: 10px;
}

.point3 {
  position: absolute;
  top: 40%;
  left: 10px;
}

.point4 {
  position: absolute;
  top: 52%;
  left: 10px;
}

.point5 {
  position: absolute;
  top: 63.6%;
  left: 70px;
}

.point6 {
  position: absolute;
  top: 74.8%;
  left: 70px;
}

.point7 {
  position: absolute;
  top: 22.5%;
  right: 10px;
}

.point8 {
  position: absolute;
  top: 35%;
  right: 120px;
}

.point9 {
  position: absolute;
  top: 46.5%;
  right: 30px;
}

.point10 {
  position: absolute;
  top: 57.8%;
  right: 80px;
}

.point11 {
  position: absolute;
  top: 69.5%;
  right: 10px;
}

.our-team-bg {
  background-color: #2c4255;
  color: #fff;
}

.our-team-heading h2 {
  font-size: 60px;
  letter-spacing: 1px;
  padding: 10px 30px 10px 0;
  border: 1px solid #f7ec09;
  margin: 20px 0 20px 0;
  border-left: none !important;
}

.our-team {
  display: flex;
}

.our-team-content {
  margin-left: 40px;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto !important;
  text-align: center !important;
}

.testimonial-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-image img {
  height: 60px;
}

.testi-title {
  margin-left: 20px;
  text-align: left;
}

.dark-bg {
  background-color: #2c4255;
}

iframe {
  border-radius: 10px;
}

.footer {
  color: #2c4255 !important;
}

/* .footer-logo, .copyright-div{
  border-right: 1px solid #2c4255;
} */

.footer-brand img {
  height: 100px;
}

.copyrights {
  margin-left: 40px;
}

footer .social-links {
  margin-left: 20px;

}

.copyrights a {
  color: #2c4255;
  text-decoration: none;
}

/* about us  */
.aboutus-banner {
  width: 100%;
  height: 80vh;
}

.video-bg {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 100px;
  z-index: -1;
  box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.9);
}

.inside-banner-content h1 {
  color: #2c4255;
  font-size: 40px !important;
}

.inside-banner-content2 {
  margin-top: 5%;
}

.inside-banner-content2 h1 {
  color: #2c4255 !important;
  font-size: 40px !important;
}

h3 {
  color: #2c4255;
  font-weight: 900;
  position: relative;
}

.aboutus-content2 p {
  text-align: justify;
}

.form-control {
  background: transparent !important;
  border: none;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 0;
}

.form-control:hover,
.form-control:focus {
  border-color: #515151 !important;
  box-shadow: none;
  outline: 0 none;
}

.submit-btn {
  width: 20%;
  padding: 10px;
  border: 1px solid #2c4255 !important;
  background-color: transparent !important;

}

/* .contactform-section{
  margin-top: -20%;
} */
/* services  */
.service-banner {
  width: 100%;
  height: 70vh;
  background: url('../images/service-bg.jpg') center no-repeat;
  background-size: cover;
}

.contact-banner {
  width: 100%;
  height: 70vh;
  background: url('../images/contactus-bg.jpg') center no-repeat;
  background-size: cover;
}

.products-banner {
  width: 100%;
  height: 70vh;
  background: url('../images/products/product-bg3.jpg') center no-repeat;
  background-size: cover;
}

.products-banner1 {
  width: 100%;
  height: 80vh;
  background: url('../images/products/product-bg3.jpg') center no-repeat;
  background-size: cover;
}

.resource-banner {
  width: 100%;
  height: 70vh;
  background: url('../images/resources/resource-bg.jpg') center no-repeat;
  background-size: cover;
}

.ourteam-banner {
  width: 100%;
  height: 70vh;
  background: url('../images/our-team.jpg') center no-repeat;
  background-size: cover;
}

.service-content {
  margin: 10px;
  padding: 20px;
  background-color: #2c4255;
  border-radius: 6px;
  color: #fff;
}

.service-content img {
  border-radius: 6px;
}

.service-content h4 {
  font-size: 21px;
}

.service-content p {
  font-size: 14px;
  font-weight: 300;
}

.texture-bg {
  width: 100%;
  height: auto;
  background: url('../images/texture-bg.jpg') center no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.6);
}

.product-content {
  background-color: rgb(255, 255, 255);
  border-top: 10px solid #f7ec09;
  /* height: 360px; */
  text-align: center;
}


.product-content h6 {
  background-color: #2c4255;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.product-section {
  background-color: #f3f3f3;
}

.ourteam-content2 p {
  text-align: justify;
}

.our-team-section {
  background-color: #f3f3f3;
}

.products-link:hover {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
}

.products-side-nav ul {
  padding-left: 0;
  list-style: none;
}

.side-nav {
  position: relative;
  border-left: .1px solid rgba(44, 66, 85, .2);
}

.products-side-nav {
  position: sticky;
  left: 0;
  top: 110px;
}

.products-side-nav ul li {
  margin: 10px 0;
  padding: 10px;
  background-color: #fff;
}

.products-side-nav ul li a {
  color: #2c4255;
}

.products-side-nav ul li:hover {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.resources {
  border: 1px solid #2c425548;
  border-radius: 2px;
  background-color: #2c4255;
}

.resources a {
  color: #fff;
}

.resources img {
  border-radius: 1px;
}

.resource-headline {
  padding: 10px 5PX;
  text-align: center;
}

.resource-headline h5 {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}

/*  */
.head-table {
  background-color: #2c4255;
  color: #fff;
}

.head-table:hover {
  background-color: #e4e4e4;
}

td hr {
  margin: 0 !important;
}

.social-media-links a img {
  height: 50px;
  margin: 20px 10px 20px 10px;
}

.social-media-links a {
  color: #2c4255;
}

.flag {
  height: 40px;
  margin-bottom: 10px;
}

.company-address h6 {
  font-size: 15px;
}

.company-address p {
  font-size: 14px;
}

.company-address a {
  font-size: 14px;
  color: #2c4255;
  text-decoration: none;
}

.company-address a:hover {
  font-size: 14px;
  color: red;
  text-decoration: none;
}

footer {
  width: 100%;
  height: auto;
  background-image: linear-gradient(rgba(248, 248, 248, 0.524), rgb(255, 255, 255)), url('../images/footer-banner.jpg');
}

.quick-links ul {
  padding-left: 0;
}

.quick-links ul li {
  list-style: none;
  padding: 3px 0;
}

.quick-links ul li a {
  color: #2c4255;
  text-decoration: none;
}

.bootom-footer {
  background-color: #2c4255;
}

.copyrights {
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyrights a,
.copyrights p {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 900px) {
  .aboutus-section {
    margin-top: 30px;
  }

}

@media (max-width: 575.98px) {
  .navbar {
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: #fff;
    z-index: 9999 !important;
  }
  h2 {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .aboutus-banner {
    width: 100%;
    height: 50vh;
  }
  .aboutus-content2 p {
    text-align: center;
}
  .aboutus-content2 h3{
      text-align: center;
  }
  .products-banner {
    width: 100%;
    height: 100vh;
    background: url(../images/products/product-mobile-bg2.jpg) center no-repeat;
    background-size: cover;
}
  .products-banner1 {
    width: 100%;
    height: 100vh;
    background: url(../images/products/product-mobile-bg2.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
  }

  .products-side-nav ul li a {
    color: #2c4255;
    font-size: 14px;
}
  .inside-banner-content h1 {
    color: #2c4255;
    font-size: 30px !important;
    font-weight: 800;
  }

  .inside-banner-content2 h1 {
    color: #2c4255 !important;
    font-size: 30px !important;
  }
  .inside-banner-content2 {
    text-align: center;
    margin-top: 50%;
  }
  .banner-row {
    margin-top: 50px;
  }

  .owl-carousel .owl-prev {
    left: 0;
  }

  .banner-img {
    order: calc(-1);
  }

  .owl-carousel .owl-next {
    right: 0;
  }

  .our-team {
    display: grid;
  }

  .our-team-content {
    margin-left: 10px;
  }

  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    /* border-color: rgba(0,0,0,.1); */
    border: none;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    /* outline: 0; */
    /* box-shadow: 0 0 0 0.25rem; */
    box-shadow: none !important;
  }

  .btn-div {
    margin: 20px 0;
  }

  .aboutus-section {
    margin-top: 50px;
  }

  .footer-logo {
    text-align: left !important;
  }

  .footer-logo,
  .copyright-div {
    border-right: none !important;
  }

  .copyrights,
  .social-links {
    margin-left: 0px !important;
  }

  .description {
    padding: 0 10px !important;
    text-align: justify;
  }

  .quick-links ul li a {
    font-size: 14px;
  }

  .copyrights a,
  .copyrights p {
    font-size: 14px;
  }
  .submit-btn {
    width: 50%;
    padding: 10px;
    border: 1px solid #2c4255 !important;
    background-color: transparent !important;
}
}
