* {
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  color: #1a02b7;
}
p {
  margin: 0px;
  font-size: 15px;
  color: #000000;
}
a {
  text-decoration: none;
  transition: 0.5s;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #0f0000c2;
  overflow: hidden;
}
html {
  overflow-x: hidden;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
}

h6.sub-title {
  color: #564b95;
  text-transform: uppercase;
  margin-bottom: 10px;
}
h1.sec-title {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.line-bttn {
  padding: 10px 30px;
  display: inline-block;
  border-bottom: 1px solid #ff7200;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  margin: 20px 0 0 0;
  transition: all 0.5s ease;
}
.line-bttn:hover {
  background: #ff7200;
  color: #fff;
  border-color: #ff7200;
}
h6.sub-title {
  margin: 0 0 5px 0;
  color: #ff7200;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

.body {
  position: relative;
}
input:focus,
select:focus,
textarea:focus {
  border: 1px solid #1d90c8 !important;
  box-shadow: none !important;
  outline: none !important;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 1s !important;
}
.btn-default {
  font-size: 14px;
  background: #1a02b7;
  border: none;
  padding: 10px 20px;
  color: #fff;
  font-weight: 500;
  /* text-transform: uppercase; */
  transition: all 0.5s ease;
  border-radius: 5px;
  display: inline-block;
}
.btn-default:hover {
  background: #000000;
  color: #fff;
}
.btn-default .fa {
  font-size: 12px;
  padding: 0 0 0 5px;
}

hr {
  width: 70px;
  height: 2px !important;
  margin: 10px 0;
  background: #043d37;
  opacity: 1;
}
hr.center {
  margin: 10px auto 20px;
}

section.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.header-top {
  background: #072f57;
  padding: 10px 0;
}
.header-top ul li {
  display: inline-block;
  color: #fff;
}
.header-top ul li.line {
  font-weight: 200;
}
.header-top ul li a {
  color: #fff;
}
.header-top ul li a .fa {
  padding: 0 2px;
}
.header-top .top-right ul.socail-link {
  margin: 0 0px 0 0;
}
.header-top .top-right ul.socail-link li a {
  width: 25px;
  height: 25px;
  display: flex;
  background: rgb(16 125 222);
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.header-top .top-right {
  display: flex;
  justify-content: end;
}

section.header.sticky-header {
  position: fixed;
  width: 100%;
  z-index: 99;
  background: transparent;
  transition: all 1.2s ease;
  box-shadow: 0px 0px 14px #eee;
}
section.header.sticky-header .header-top {
  display: none;
}
section.header.sticky-header .header-navbar {
  padding: 0px 0;
}
section.header.sticky-header .heder-logo a img {
  width: 180px;
}
section.header.sticky-header .header-menu .navbar ul.navbar-nav li a {
  font-size: 15px;
}
section.header.sticky-header .mid-header .top-phone .fa {
  width: 40px;
  height: 40px;
}
section.header.sticky-header .top-right-content p {
  font-size: 12px;
}
section.header.sticky-header .top-right-content h6 a {
  font-size: 16px;
}

.mid-header {
  background: #ffffff;
  padding: 10px 0;
  border-radius: 0 0 20px 20px;
}
.header-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.heder-logo a img {
  max-width: 250px;
}
.header-menu nav.navbar {
  padding: 0 !important;
}
.header-menu .menu-logo {
  display: none;
}

.header-menu button.navbar-toggler {
  display: none;
}
.header-menu .navbar .navbar-collapse {
  justify-content: end;
}
.header-menu .navbar ul.navbar-nav li {
  padding: 0 18px;
}
.header-menu .navbar ul.navbar-nav li a {
  font-size: 16px;
  padding: 5px 0px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
}
.header-menu .navbar ul.navbar-nav li a.active,
.header-menu .navbar ul.navbar-nav li a:hover {
  color: rgb(11 115 106);
  border-bottom: 2px solid rgb(11 115 106);
}
.header-menu .navbar ul.navbar-nav li a.dropdown-toggle::after {
  border: none;
  content: "\f067";
  color: #223f9a;
  font-family: "FontAwesome";
  font-size: 10px;
  font-weight: normal;
  position: relative;
  top: 2px;
  left: 2px;
}

.header-menu .navbar ul.navbar-nav li.dropdown ul.dropdown-menu {
  width: 220px;
  margin: 0px 0 0 0;
  border-top: 3px solid #223f9a;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  position: fixed;
  border-radius: 0;
  background: #fff;
}
.header-menu .navbar ul.navbar-nav li.dropdown ul.dropdown-menu li {
  border-bottom: 1px solid #cbcbcb26;
  padding: 0 10px;
  margin: 0;
}
.header-menu
  .navbar
  ul.navbar-nav
  li.dropdown
  ul.dropdown-menu
  li
  a.dropdown-item {
  font-size: 14px;
  padding: 10px 0 10px 0;
  margin: 0;
  border: none;
  background: none;
  text-transform: capitalize;
}
.header-menu
  .navbar
  ul.navbar-nav
  li.dropdown
  ul.dropdown-menu
  li
  a.dropdown-item:hover {
  background: none;
  border: none;
  color: #1d90c8;
}

.top-right-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.top-right-content .icon img {
  width: 36px;
}
.top-right-content h6 a {
  color: #223f9a;
  font-size: 18px;
}

.home-banner .owl-carousel .item img {
  position: relative;
  height: 630px;
  object-fit: cover;
  width: 100%;
}
.home-banner .banner-content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  align-items: center;
  display: flex;
  background-image: linear-gradient(to right, #000000db, #0000002b);
}
.home-banner .banner-content .align {
  z-index: 9;
  text-align: left;
  margin: 150px 0 0 0;
}
.banner .item .banner-content h6 {
  text-transform: uppercase;
  color: #7c9dd2;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 0 0 10px 0;
  font-size: 18px;
}
.banner .item .banner-content h1 {
  font-size: 78px;
  color: #fff;
  padding: 0 0 0px 0;
  line-height: 78px;
  font-weight: 700;
}
.banner .item .banner-content p {
  color: #fff;
  font-size: 20px;
  padding: 0 0 0 0px;
  margin-bottom: 25px;
  font-weight: 500;
}
.banner .item .banner-content button {
  font-size: 14px;
  background: #223f9a;
  border: none;
  padding: 10px 20px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.5s ease;
  border-radius: 5px;
}
.banner .item .banner-content button:hover {
  background: #7e9dd6;
}
.banner .item .banner-content button .fa {
  font-size: 12px;
  padding: 0 0 0 5px;
}
.home-banner .owl-dots {
  position: absolute;
  bottom: 35%;
  text-align: center;
  width: auto;
  height: auto;
  right: 30px;
  z-index: 999;
  top: auto;
}
.home-banner .banner-overlay .owl-dots button.owl-dot {
  display: block;
  border: 1px solid #fff;
  margin: 10px 0;
  border-radius: 50px;
}
.home-banner .banner-overlay .owl-dots button.owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 5px;
  background: #fff;
}
.home-banner .banner-overlay .owl-dots button.owl-dot.active {
  border: 1px solid #223f9a;
}
.home-banner .banner-overlay .owl-dots button.owl-dot.active span,
.home-banner .banner-overlay .owl-dots button.owl-dot span:hover {
  background: #223f9a;
}
.banner .item .banner-content .animated-text {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
}
.banner .item .banner-content .animated-text.active {
  opacity: 1;
  transform: translateY(0);
}
.banner-overlay .item img {
  transform: scale(1);
  transition: transform 9s ease;
}
.banner-overlay .owl-item.active .item img {
  transform: scale(1.5);
}

.about {
  padding: 80px 0 80px;
}
.sub-heading {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  color: #033c37;
  margin: 0 0 10px 0;
}
section.about .left-img img {
  width: 100%;
  border-radius: 10px;
  height: 500px;
  object-fit: cover;
  object-position: center center;
}
section.about .align {
  display: flex;
  height: 100%;
  align-items: center;
}
.about h2.sec-title {
  text-align: left;
  margin: 0 0 10px 0;
}
.about .about-right p {
  text-align: justify;
  padding: 0 0 10px 0;
}
.about .about-right a.btn {
  margin-bottom: 30px;
}

.count {
  background: #022723;
  padding: 50px 0;
}
.count .align {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.count .count-info {
  text-align: center;
  width: 100%;
  background: #043d37;
  margin: 0 5px;
  padding: 30px;
}
.count .count-info .number {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  margin: 0 10px 0;
  line-height: 48px;
}
.count .count-info p.counter-title {
  color: #fff;
}

.manufacturer {
  padding: 50px 0;
  background-image: url(../images/bg-img.png);
  background-size: auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.manufacturer hr,
.why-choose hr,
.client-testimonial hr,
.team hr {
  margin: 10px auto 20px;
}
.manufacturer #products .item {
  text-align: center;
}
.manufacturer #products .item h6 {
  margin: 10px 0 0 0;
  text-transform: uppercase;
}
.manufacturer #products .item h6:hover {
  color: #7c9dd2;
}
.manufacturer #products .owl-nav button {
  position: absolute;
  top: 40%;
  background: none;
}
.manufacturer #products .owl-nav button.owl-prev {
  left: -30px;
}
.manufacturer #products .owl-nav button.owl-next {
  right: -30px;
}
.manufacturer #products .owl-nav button .fa {
  color: #564b95;
  font-size: 28px;
}

.why-choose {
  padding: 50px 0;
  background: #0824780a;
}
.why-choose .choose-box {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 14px #eee;
  transition: all 0.5s ease;
  background: #fff;
  margin: 0 0 20px 0;
}
.why-choose .choose-box:hover {
  box-shadow: 0px 0px 30px #5ba0d954;
}
.why-choose .choose-box img {
  width: 100px;
  margin: 0 0 15px 0;
  transition: all 0.5s ease;
}
.why-choose .choose-box:hover img {
  transform: scale(1.1);
}

.benefits .col-md-6 {
  padding: 0;
}
.benefits .left-img img {
  width: 100%;
}
.benefits .right-content h1.sec-title,
.chose-us .right-content h6 {
  text-align: left;
  color: #fff;
}
.benefits .right-content {
  float: left;
  background: #223f9a;
  height: 100%;
  display: flex;
  padding: 0 80px;
  align-items: center;
  justify-content: left;
  position: relative;
}
.benefits .right-content p {
  color: #fff;
  margin: 0 0 30px 0;
  font-weight: 300;
}
.benefits .right-content ul li {
  width: 50%;
  float: left;
  color: #fff;
  margin: 0 0 15px 0;
}
.benefits .right-content ul li img {
  width: 20px;
  margin: 0 5px 0 0;
}

.benefits .right-content .contact-info {
  display: flex;
  align-items: center;
  justify-content: start;
  clear: both;
  margin: 30px 0 0 0;
  float: left;
}
.benefits .right-content .contact-info .icon {
  margin-right: 15px;
}
.benefits .right-content .contact-info .icon img {
  width: 36px;
}
.benefits .right-content .contact-info p {
  margin: 0;
  color: #7c9dd2;
}
.benefits .right-content .contact-info h4 a {
  color: #fff;
}
.benefits .right-content .video-icon {
  position: absolute;
  left: -40px;
  background: #223f9a;
  padding: 12px;
  border-radius: 50px;
}
.benefits .right-content h2.sec-title {
  color: #fff;
}
.benefits .right-content hr {
  background: #7c9dd2;
}

.client-testimonial {
  padding: 50px 0;
}
.client-testimonial .title-box {
  display: flex;
  margin-bottom: 30px;
}
.client-testimonial .title-box .icon-box {
  min-height: 200px;
  display: flex;
  width: 30%;
  background: #ff7200;
  align-items: center;
  justify-content: center;
  padding-right: 80px;
}
.client-testimonial .title-box .icon-box .fa {
  color: #fff;
  font-size: 120px;
}
.client-testimonial .title-box h1.sec-title {
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 52px;
  margin-left: -100px;
  margin-bottom: 0;
}
.client-testimonial .item-content {
  border-radius: 10px;
  padding: 45px 30px 30px 30px;
  min-height: 230px;
  position: relative;
  border: 1px solid #082478;
  margin: 50px 0;
}
.client-testimonial .item-content .top-quote {
  width: 60px;
  position: absolute;
  top: -30px;
  z-index: 99;
  background: #eee;
  padding: 10px;
  border-radius: 50px;
  height: 60px;
}
.client-testimonial .item-content p {
  font-size: 14px;
}
.client-testimonial .item-content .rating {
  display: inline-block;
  margin: 15px 0 0 0;
}
.client-testimonial .item-content .rating .fa {
  color: #ffa500;
  padding: 0 10px 0 0;
}
.client-testimonial .item-content .client-details {
  display: flex;
  align-items: center;
  margin: 15px 0 0 0;
  position: absolute;
  bottom: -25px;
  right: 70px;
  background: #fff;
  padding: 0 0px;
}
.client-testimonial .item-content .client-details .client-img img {
  width: 60px;
  border-radius: 40px;
  margin: 0 5px 0 0;
  border: 1px solid #082478;
  padding: 5px;
}
.client-testimonial .item-content .client-details .client-name h6 {
  font-size: 16px;
  font-weight: 600;
  color: #082478;
  text-transform: uppercase;
}
.client-testimonial .item-content .client-details .client-name span {
  font-size: 12px;
  color: #8f8e8e;
  font-weight: 300;
}
.client-testimonial .owl-nav {
  position: absolute;
  top: -75px;
  right: 0;
  margin: 0;
}
.client-testimonial .owl-nav button {
  width: 40px;
  height: 40px;
  background: #252525 !important;
  border-radius: 0 !important;
  margin: 0;
  transition: all 0.5s ease;
}
.client-testimonial .owl-nav button i.fa {
  color: #fff;
}
.client-testimonial .owl-nav button:hover {
  background: #657783 !important;
}
.client-testimonial .owl-nav button:hover i.fa {
  color: #fff;
}

.footer {
  background: #0c024d;
  padding: 50px 0 30px 0;
}
.footer .col-sm-3 {
  width: 30%;
}
.footer .col-sm-3.links,
.footer .col-sm-3.service {
  width: 20%;
}
.footer .footer-content.ftr-log-box {
  padding: 0 40px 0 0;
}
.footer-content a.ftr-logo img {
  width: 350px;
  margin: 0 0 0px 0;
}
.footer-content p {
  color: #fff;
}
section.footer h5.ftr-title {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 0 15px 0;
  font-size: 22px;
}
section.footer .col-sm-3 .footer-content p {
  color: #fff;
  font-size: 14px;
}
section.footer ul li {
  padding: 5px 0 5px 0;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  border-bottom: 1px solid #043d37;
}
section.footer ul li:last-child {
  border: none;
}
.footer .contact-info ul li a {
  color: #fff;
}
.footer .contact-info ul li,
.footer .contact-info ul li a {
  display: flex;
  align-items: center;
}
.footer .contact-info ul li .fa {
  background: rgb(4 60 56);
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  justify-content: center;
  margin: 0 10px 0 0;
  border-radius: 5px;
}

.footer .row.btm-row {
  border-top: 1px solid #1b3587;
  border-bottom: 1px solid #1b3587;
  margin: 20px 0 0;
  padding: 10px 0;
}
.footer .row.btm-row ul.ftr-links {
  display: flex;
  align-items: center;
}
.footer .row.btm-row ul.ftr-links li {
  border: none;
  padding: 0 55px 0 0;
}
.footer .row.btm-row ul.ftr-links li a {
  color: #fff;
  font-size: 15px;
}
.footer .row.btm-row ul.ftr-links li a:hover {
  color: #7c9dd2;
}
.footer .row.btm-row p.copyright {
  color: #fff;
  font-size: 14px;
  /* float: right; */
  /* display: flex
; */
  /* align-items: center; */
  height: 100%;
  font-weight: 100;
  text-align: center;
}

.scrollup {
  background: #fff;
  border-radius: 0px;
  bottom: 40px;
  border-radius: 50px;
  color: #162c72;
  display: none;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 50px;
  z-index: 9999;
  box-shadow: 0 0 10px rgb(0 0 0 / 27%);
}
.scrollup:hover {
  background: #162c72;
  color: #fff;
}

.whatsapp-icon {
  position: fixed;
  bottom: 40px;
  left: 20px;
  z-index: 999;
}
.whatsapp-icon a {
  display: flex;
  align-items: center;
  background: #0dc152;
  border-radius: 50px;
  padding: 0 20px 0 0;
  font-size: 12px;
  color: #fff;
}
.whatsapp-icon a i.fa {
  background: #079d41;
  padding: 10px;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  margin: 0 5px 0 0;
}

.inner-banner {
  height: 400px;
  background-size: cover;
  background-position: center center;
}
.inner-banner .banner-overlay {
  height: 100%;
  background: #000000a1;
  display: flex;
  align-items: center;
  padding: 150px 0 0 0;
  text-align: left;
}
.inner-bnr-content h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 42px;
}
.inner-bnr-content ul li {
  display: inline-block;
  font-size: 16px;
  padding: 0 2px;
  color: #fff;
}
.inner-bnr-content ul li a {
  color: #fff;
}
.inner-bnr-content ul li a:hover {
  color: #7c9dd2;
}
.inner-bnr-content ul li .fa {
  padding: 0 5px 0 0;
}

.about-right ul li {
  font-size: 15px;
  padding: 0 0 5px 0;
  color: #040c24;
}
.about-right ul li::before {
  content: "\f111";
  font-family: "FontAwesome";
  color: #000000;
  padding: 0 10px 0 0;
}
.mission-vision .mi-vi-content {
  padding: 30px 20px;
  box-shadow: 0px 0px 14px #5d5d5d;
  border-radius: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 50px 0 0;
}
.mission-vision .mi-vi-content .icon {
  margin: 0 0px 15px 0;
  border-radius: 5px;
  background: #1a02b7;
  padding: 10px;
  display: inline-block;
}
.mission-vision .mi-vi-content .icon img {
  width: 50px;
}
.mission-vision .mi-vi-content .content h5 {
  margin: 0 0px 10px 0;
  text-transform: uppercase;
  font-weight: 600;
}
.mission-vision .mi-vi-content .content p {
  font-size: 14px;
}
.mission-vision .mi-vi-content::before {
  content: "";
  width: 100px;
  height: 100px;
  background: #1a02b7;
  position: absolute;
  left: -55px;
  top: -55px;
  transform: rotate(45deg);
}

.how-works {
  padding: 50px 0;
}
.how-works .sec-title {
  margin: 0 0 20px 0;
  text-align: center;
}
.how-works .sec-title hr {
  margin: 10px auto;
  height: 3px;
  opacity: 1;
}
.row_flex {
  display: block;
}

@media (min-width: 768px) {
  .row_flex {
    display: flex;
    gap: 15px;
    align-items: center;
    background: #ffffffba;
    padding: 0 0 0 30px;
    border-radius: 30px;
    box-shadow: 0px 0px 14px #d3cccc;
  }
  .row_flex .row_inner {
    width: 50%;
  }
}

.row_flex .row_inner img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.accordion_images {
  position: relative;
}

.accordion_images img {
  opacity: 0;
  transition: 0.3s;
  border-radius: 0 30px 30px 0;
}
.accordion_images img:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}
.accordion_images img.active {
  opacity: 1;
}
.accordion {
  width: 100%;
  margin-top: 10px;
  border-bottom: 1px solid #00a5b62e;
  padding: 0 0 10px 0;
}
.accordion_intro {
  position: relative;
  padding: 5px 0;
  cursor: pointer;
}
.accordion_content {
  color: #fff;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  opacity: 0;
}
@media (min-width: 768px) {
  .accordion_content .accordion_image {
    display: none;
  }
}
.accordion h4,
.accordion p {
  margin: 0;
  line-height: 1;
}
.accordion h4 {
  color: #223f9a;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.accordion p {
  font-size: 14px;
  margin: 0;
  line-height: 24px;
}
.accordion_active .accordion_content {
  padding: 0 10px 0px 50px;
  opacity: 1;
}
.accordion h4 span {
  background: #223f9a;
  padding: 5px;
  margin: 0 10px 0 0;
  color: #fff;
  width: 40px;
  text-align: center;
}
.accordion.accordion_active h4,
.accordion h4:hover {
  color: #7c9dd2;
}
.accordion.accordion_active span {
  background: #7c9dd2;
}

.team {
  background: #0824780a;
  padding: 50px 0;
}
.team .team-box {
  background: #fff;
  box-shadow: 0px 0px 14px #eee;
  padding: 15px;
  position: relative;
}
.team .team-box .team-img img {
  width: 100%;
}
.team .team-box .team-img {
  position: relative;
  overflow: hidden;
}
.team .team-box .team-details {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0px, 142px);
  padding: 10px 20px 0;
  height: 48%;
  background: #08247885;
  z-index: 1;
  transition: all 0.5s ease;
}
.team .team-box .team-details h6 {
  font-weight: 600;
  font-size: 20px;
  padding: 1px 0 5px 0;
  color: #fff;
}
.team .team-box .team-details p {
  font-size: 13px;
  padding: 0 0 10px 0;
  color: #fff;
}
.team .team-box .team-details ul li {
  display: inline-block;
  padding: 0 5px;
}
.team .team-box .team-details ul li a {
  border: 1px solid #fff;
  width: 40px;
  display: flex;
  height: 40px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.team .team-box .team-details ul li a:hover {
  background: #082478;
  border-color: #082478;
}
.team .team-box .team-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 60%));
  top: 0;
  left: 0;
}
.team .team-box:hover .team-details {
  transform: translate(0px, 0px);
  padding: 50px 20px 20px 20px;
  background: transparent;
  background-image: linear-gradient(#5ba0d900, #08247885);
}

.contact-us {
  padding: 50px 0;
}
.reach-info {
  padding: 35px 15px;
  text-align: center;
  box-shadow: 0px 0px 14px #eee;
  border-radius: 10px;
  transition: all 0.5s ease;
}
.reach-info a {
  text-decoration: none;
  color: #000;
}
.reach-info span {
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 auto 15px;
  align-items: center;
  justify-content: center;
  border: 1px dashed #033c37;
  border-radius: 50px;
  color: #033c37;
  font-size: 16px;
}
.reach-info:hover {
  box-shadow: 0px 0px 14px #08247836;
}

.reach-info span i {
  animation: pulse 2s infinite;
  transition: transform 0.3s ease;
}

/* Pulse animation */
@keyframes pulse {
  0% { transform: scale(1); color: #033c37; }
  50% { transform: scale(1.2); color: #1a02b7; }
  100% { transform: scale(1); color: #033c37; }
}
.reach-info:hover span i {
  animation: bounce 1s infinite;
}

.contact-form {
  margin: 30px 0 0;
  padding: 50px;
  box-shadow: 0px 0px 14px #eee;
  border-radius: 15px;
}

.contact-form form .form-group label {
  font-size: 16px;
}
.contact-form form input,
.contact-right form textarea {
  border-radius: 0;
  border: 1px solid #eee;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 300;
}
.contact-form form .form-group {
  margin: 0 0 10px 0;
}
.contact-form form textarea {
  min-height: 150px;
}
.contact-form form .form-group.frm-btn {
  text-align: center;
}
.contact-form form .form-group.frm-btn button {
  font-size: 18px;
  margin: 10px 0 0 0;
}

.map iframe {
  height: 550px;
}

.page-product {
  padding: 50px 0;
}
.page-product .row {
  margin: 15px 0;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.page-product .product-img img {
  width: 100%;
  background: #eee;
  background: #eee;
  height: 340px;
  object-fit: contain;
}
.page-product .product-info {
  display: flex;
  height: 100%;
  align-items: center;
}
.page-product .product-info ul.pro-sort-des {
  margin: 0 0 10px 0;
}
.page-product .product-info ul.pro-sort-des li {
  font-size: 16px;
  color: #040c24;
}
.page-product .product-info ul.pro-sort-des li strong {
  font-weight: 600;
}

.page-career {
  padding: 50px 0;
}
.page-career .right-img img {
  width: 100%;
  border-radius: 10px;
}
.page-career .align {
  display: flex;
  height: 100%;
  align-items: center;
}
.page-career .align a.btn-default {
  display: inline-block;
  margin: 20px 0 0 0;
}

.open-position {
  padding: 50px 0;
}
.open-position .left-img img {
  width: 100%;
  border-radius: 10px;
}

.open-position .accordion {
  border: none;
}
.open-position .accordion-item {
  margin: 0 0 5px 0;
  border: none;
}
.open-position .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px 10px;
  transition: background 0.3s ease;
  background: #223f9a;
  color: #fff;
}
.open-position .accordion-header:hover {
  background: #7c9dd2;
}
.open-position .accordion-title {
  font-size: 16px;
  font-weight: 500;
}
.open-position .accordion-icon {
  transition: transform 0.3s ease;
}
.open-position .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 20px;
}
.open-position .accordion-content p {
  margin: 15px 0;
}
.open-position .accordion-item.active .accordion-content {
  max-height: 200px;
  background: #f9f9f9;
}
.open-position .accordion-item.active .accordion-icon {
  transform: rotate(90deg);
}

.open-position .content-box {
  display: flex;
  padding: 15px 15px;
  align-items: center;
  justify-content: space-between;
  background: #4d60e714;
  margin: 35px 0 0 0;
  border-radius: 10px;
}
.open-position .content-box p {
  font-size: 18px;
  font-weight: bold;
}

.page-stokes {
  padding: 50px 0;
}
.stokes-details {
  margin: 20px 0 0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0px 14px #000000;
  border-radius: 10px;
}
.stokes-details h5{
  text-align: center;
}
.page-stokes .modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.page-stokes .modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 0px;
  border-radius: 0px;
  width: 90%;
  position: relative;
}
.page-stokes .close {
  color: #aaa;
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
.page-stokes .modal-content table {
  width: 100%;
  margin: 0;
}
.page-stokes .modal-content table tr th {
  background: #223f9a;
  padding: 10px 5px;
  color: #fff;
  border-right: 2px solid rgb(255, 255, 255);
}
.page-stokes .modal-content table tr td {
  border: 1px solid #eee;
  padding: 5px;
  font-size: 14px;
  font-weight: 500;
}
.page-stokes .modal-content table tr:nth-child(even) {
  background-color: #dddddd40;
}

.whatsapp-icon {
  position: fixed;
  bottom: 40px;
  left: 20px;
  z-index: 999;
}
.whatsapp-icon a {
  display: flex;
  align-items: center;
  background: #0dc152;
  border-radius: 50px;
  padding: 0 20px 0 0;
  font-size: 12px;
  color: #fff;
}
.whatsapp-icon a i.fa {
  background: #079d41;
  padding: 10px;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  margin: 0 5px 0 0;
}

.services h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #043d37; /* Theme color */
}
.services p {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
}
.services img {
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.services img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.services .arrow-right,
.services .arrow-left {
  position: absolute;
  top: 50%;
  font-size: 36px;
  color: #223f9a; /* theme color */
  transform: translateY(-50%);
}

.services .arrow-right {
  right: -25px; /* pushes arrow towards description */
}

.services .arrow-left {
  left: -25px; /* pushes arrow towards description */
}

.four-arrows {
  background: #f8f9fa;
}
.four-arrows .sec-title {
  font-weight: 700;
  font-size: 28px;
  color: #4e6f6b;
}

.four-arrows .sec-title span {
  font-weight: 700;
  font-size: 35px;
  color: #023b34;
}
.four-arrows .lead {
  max-width: 800px;
  margin: auto;
  color: #555;
}
.arrow-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: left;
}
.arrow-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.arrow-card .icon {
  font-size: 40px;
  color: #4e6f6b;
  margin-bottom: 15px;
  text-align: center;
}
.arrow-card h4 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
  color: #222;
}
.arrow-card ul {
  padding-left: 20px;
  list-style: none;
}
.arrow-card ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}
.arrow-card ul li::before {
  content: "\f061"; /* Font Awesome arrow-right */
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 2px;
  color: #4e6f6b;
  font-size: 13px;
}

.page-product {
  padding: 50px 0;
}
.page-product .heading {
  text-align: center;
}

.page-product .product-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.page-product .product {
  background: #fff;
  padding: 15px;
  text-align: center;
  box-shadow: 0 2px 10px rgb(0 0 0 / 8%);
}
.page-product .product .pro-img {
  overflow: hidden;
}
.page-product .product .pro-img img {
  width: 100%;
  transition: all 0.5s ease;
}
.page-product .product:hover .pro-img img {
  transform: scale(1.1);
}

.page-product .product .pro-info {
  text-align: center;
  padding: 20px 10px 5px;
}
.page-product .product .pro-info a {
  font-weight: 500;
  font-size: 16px;
}
.page-product .load-more {
  margin: 30px auto;
  display: block;
  font-size: 14px;
  background: #263e77;
  border: none;
  padding: 10px 30px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.5s ease;
  border-radius: 0px;
}
.page-product .load-more:hover {
  background: #cf9627;
}
.page-product .hidden {
  display: none;
}

.page-product.sink .product-container {
  grid-template-columns: repeat(auto-fill, minmax(1000px, 1fr));
}



/* Reusable card style */
.info-card {
  margin-top: 0px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 14px #898989;
  background: #fff;
}

.info-card h3 {
  color: #1a02b7;
  margin-bottom: 10px;
  font-weight: 600;
}

.info-card p {
  color: #333;
  margin: 5px 0;
}

.info-card ul {
  margin-top: 10px;
  padding-left: 20px;
  color: #000;
}

.info-card ul li {
  margin-bottom: 5px;
}

.info-card .qr-box {
  margin-top: 15px;
  text-align: center;
}

.info-card .qr-box img {
  max-width: 200px;
  border: 5px solid #f1f1f1;
  border-radius: 10px;
}

.info-card .qr-box p {
  margin-top: 10px;
  font-weight: 600;
  color: #ff7200;
}
/* Stylish list inside info-card */
.info-card ul {
  list-style: none;
  margin-top: 10px;
  padding: 0;
}

.info-card ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #333;
  transition: all 0.3s ease;
}

.info-card ul li::before {
  content: "\f00c"; /* Font Awesome check icon */
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff7200;
  font-size: 14px;
}

.info-card ul li:hover {
  color: #1a02b7;
  transform: translateX(3px);
}
