/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {font-family: "Poppins", sans-serif; color: #000; font-size: 17px;}
a { color: #172442; text-decoration: none;}
a:hover { color: #000; text-decoration: none;}
h1, h2, h3, h4, h5, h6 { font-weight: 600;  margin: 15px 0;}
h1, h2, h3 { position: relative;  margin-top: 60px;}
h1:after, h2:after, h3:after { content: ""; width: 100px; border-bottom: 3px solid #ff6200;  position: absolute;  bottom: -10px;  left: 0;}
h1 {  font-size: 32px;}
h2 {  font-size: 29px;}
h3 {  font-size: 26px;}
h4 {  font-size: 23px;}
h5 {  font-size: 20px;}
h6 {  font-size: 18px;}
main h1, main h2, main h3, .internal-section h1, .internal-section h2, .internal-section h3 {margin: 0px 0 15px 0;  color: #000;font-size: 26px;font-weight: 400;}

img, video {  max-width: 100%;  height: auto;}
video {  border: 0;  outline: 0;}
#main {margin-top: 72px;}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top { position: fixed; bottom: 0;  right: 0;  display: inline-block;  padding: 5px;   margin: 10px;    background: #36549b;}
.back-to-top:hover { cursor: pointer;}
.back-to-top i {  color: #fff;    font-size: 25px;}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {  height: 72px;  z-index: 997;  transition: all 0.5s;  background-color: #02b5f4;  border-bottom: 1px solid #d6d6d6;}
#header .logo h4 {  font-size: 30px;  font-weight: 700;  margin: 0;  line-height: 38px;  text-transform: uppercase;}
#header .logo h4 a, #header .logo h4 a:hover {  color: #444;  text-decoration: none;}
#header .logo img {  width: auto;  max-height: 50px;  float: left;  margin-right: 8px;}
.navbar {  padding: 0;}
.navbar ul {  margin: 0;  padding: 0;  display: block;  list-style: none;  align-items: center;}
.navbar li {  position: relative;}
.navbar a, .navbar a:focus {  padding: 10px 15px 10px 2px;   color: #000;   white-space: nowrap;    transition: 0.3s;    font-size: 17px;    font-weight: 400;}
.navbar a i, .navbar a:focus i { font-size: 12px; line-height: 0; margin-left: 5px;}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a { text-decoration: 2px underline;  text-decoration-color: #172442;  text-underline-offset: 5px;}
.navbar .dropdown ul {  min-width: 200px;  position: absolute;  left: 14px;  top: calc(100% + 30px);  margin: 0;  padding: 10px 0;  z-index: 99;  opacity: 0;  visibility: hidden;  background: #fff;  box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);  transition: 0.3s;  display: none;}
.navbar .dropdown ul li a {  display: block;  color: #000;  padding: 10px 20px;  font-size: 15px;  text-transform: none;}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {  color: #2e83c0;}
.navbar .dropdown:hover > ul {  opacity: 1;  top: 100%;  visibility: visible;  display: block;}
.navbar .dropdown .dropdown ul {  top: 0;  left: calc(100% - 30px);  visibility: hidden;}
.navbar .dropdown .dropdown:hover > ul {  opacity: 1;  top: 0;  left: 100%;  visibility: visible;}
.mobile-nav-toggle {  padding: 0 3px;  border: 2px solid #172442;  color: #172442;  font-size: 30px;  cursor: pointer;  display: none;  line-height: 0;  transition: 0.5s;}
.mobile-nav-toggle.bi-x {  color: #000;}
.navbar-mobile {  position: fixed;  overflow: hidden;  top: 0;  right: 0;  left: 0;  bottom: 0;  background-color: rgba(44,0,154,0.7);  transition: 0.3s;}
.navbar-mobile .mobile-nav-toggle {  position: absolute;  top: 15px;  right: 15px;}
.navbar-mobile ul {  display: block;  position: absolute;  top: 55px;  right: 15px;  bottom: 15px;  left: 15px;  padding: 10px 0;  background-color: #fff;  overflow-y: auto;  transition: 0.3s;}
.navbar-mobile a, .navbar-mobile a:focus {  padding: 10px 20px;  font-size: 15px;  color: #000;}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {  color: #172442;}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {  margin: 15px;}
.navbar-mobile .dropdown ul {position: static;display: none;margin: 10px 20px; padding: 10px 0; z-index: 99;  opacity: 1; visibility: visible; background: #fff; box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);}
.navbar-mobile .dropdown ul li { min-width: 200px;}
.navbar-mobile .dropdown ul a {  padding: 10px 20px;}
.navbar-mobile .dropdown ul a i {  font-size: 12px;}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {  color: #172442;}
.navbar-mobile .dropdown > .dropdown-active {  display: block;}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section-bg {  background-color: transparent;  background-image: linear-gradient(180deg, #21d3ff 0%, #172442 100%);}
.section-bg h2, .section-bg h3, .section-bg li, .section-bg p, .section-bg ul.check li::before {  color: #fff;}
.high-box, #faqs .qa-box {    background-color: #fff;    border: 2px solid #172442;    box-shadow: rgba(100, 100, 111, 0.3) 0 7px 28px;    padding: 15px;    margin: 20px 0;    transition: 0.4s;    border-radius: 0px;}
.high-box p:last-child, .high-box table:last-child {  margin-bottom: 0;}
.high-box h3 {  margin-top: 0;}
.high-box h4 span {  color: #0052cc;}
/* Sidebar Nav */
.sidebar {  position: sticky; top: 115px; background-color: #fff; border: 1px solid #5aade9; border-radius: 5px; padding: 20px;}
.sidebar ul { padding: 0;  margin: 0;}
.sidebar ul li {  list-style: none;  margin-bottom: 6px;  padding: 5px 0 10px 0;  border-bottom: 1px solid #ddd;}
.sidebar ul li:last-child {  border-bottom: 0;  margin-bottom: 0;  padding-bottom: 0;}
.sidebar ul li:before {  content: "\F121";  font-family: bootstrap-icons;  font-size: 15px;  color: #5aade9;  margin-right: 10px;}
.sidebar ul li a {  color: #000;}
ul.check {  list-style: none;  padding: 0;}
ul.check li { padding: 5px 0;  padding-left: 28px;  position: relative;  line-height: 26px;  font-size: 16px;}
ul.check li::before {content: "\F233"; font-family: "bootstrap-icons"; color: #36549b;  font-size: 15px;    position: absolute;  top: 12px;  left: 0;  line-height: 1;}
.contact .info {  border-top: 3px solid #172442;  border-bottom: 3px solid #172442;  padding: 30px;  background: #fff;  width: 100%;  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);}
.contact .info i {  font-size: 20px;  color: #172442;  float: left;  width: 44px;  height: 44px;  background: #fdf1ec;  display: flex;  justify-content: center;  align-items: center;  border-radius: 50px;  transition: all 0.3s ease-in-out;}
.contact .info h4 {  padding: 0 0 0 60px;  font-size: 22px;  font-weight: 600;  margin-bottom: 5px;  color: #7a6960;}
.contact .info p {  padding: 0 0 10px 60px;  margin-bottom: 20px;  font-size: 14px;  color: #ab9d95;}
.contact .info .email p {  padding-top: 5px;}
.contact .info .social-links {  padding-left: 60px;}
.contact .info .social-links a { font-size: 18px; display: inline-block; background: #333;  color: #fff;  line-height: 1;  padding: 8px 0;  border-radius: 50%;  text-align: center;  width: 36px;  height: 36px;  transition: 0.3s;  margin-right: 10px;}
.contact .info .social-links a:hover {  background: #172442;  color: #fff;}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {  background: #172442;  color: #fff;}
.contact .php-email-form {  width: 100%;  border-top: 3px solid #172442;  border-bottom: 3px solid #172442;  padding: 30px;  background: #fff;  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);}
.contact .php-email-form .form-group {  padding-bottom: 8px;}
.contact .php-email-form .error-message {  display: none;  color: #fff;  background: #ed3c0d;  text-align: left;  padding: 15px;  font-weight: 600;}
.contact .php-email-form .error-message br + br {  margin-top: 25px;}
.contact .php-email-form .sent-message {  display: none;  color: #fff;  background: #18d26e;  text-align: center;  padding: 15px;  font-weight: 600;}
.contact .php-email-form .loading {  display: none;  background: #fff;  text-align: center;  padding: 15px;}
.contact .php-email-form .loading:before {  content: "";  display: inline-block;  border-radius: 50%;  width: 24px;  height: 24px;  margin: 0 10px -6px 0;  border: 3px solid #18d26e;  border-top-color: #eee;  animation: animate-loading 1s linear infinite;}
.contact .php-email-form input, .contact .php-email-form textarea {  border-radius: 0;  box-shadow: none;  font-size: 14px;}
.contact .php-email-form input {  height: 44px;}
.contact .php-email-form textarea {  padding: 10px 12px;}
.contact .php-email-form button[type=submit] {  background: #172442;  border: 0;  padding: 10px 24px;  color: #fff;  transition: 0.4s;  border-radius: 4px;}
.contact .php-email-form button[type=submit]:hover {  background: #ef7f4d;}
@keyframes animate-loading {
  0% {    transform: rotate(0deg);  }
  100% {    transform: rotate(360deg);  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {  background: #000000;  color: #fff;}
#footer .footer-top {  padding: 60px 0 30px 0;  background: #D1D1D1;  display: none;}
#footer .footer-top .footer-contact {  margin-bottom: 30px;}
#footer .footer-top .footer-contact h4 {  font-size: 22px;  margin: 0 0 30px 0;  padding: 2px 0 2px 0;  line-height: 1;  font-weight: 700;}
#footer .footer-top .footer-contact p {  line-height: 24px;  margin-bottom: 0;  color: #5c5c5c;}
#footer .footer-top h4 {  font-size: 16px;  font-weight: bold;  color: #212529;  position: relative;  padding-bottom: 12px;}
#footer .footer-top .footer-links {  margin-bottom: 30px;}
#footer .footer-top .footer-links ul {  list-style: none;  padding: 0;  margin: 0;}
#footer .footer-top .footer-links ul i {  padding-right: 2px;  color: #f39e7a;  font-size: 18px;  line-height: 1;}
#footer .footer-top .footer-links ul li {  padding: 10px 0;  display: flex;  align-items: center;}
#footer .footer-top .footer-links ul li:first-child {  padding-top: 0;}
#footer .footer-top .footer-links ul a {  color: #5c5c5c;  transition: 0.3s;  display: inline-block;  line-height: 1;}
#footer .footer-top .footer-links ul a:hover {  text-decoration: none;  color: #172442;}
#footer .footer-top .social-links a {  font-size: 18px;  display: inline-block;  background: #172442;  color: #fff;  line-height: 1;  padding: 8px 0;  margin-right: 4px;  border-radius: 50%;  text-align: center;  width: 36px;  height: 36px;  transition: 0.3s;}
.disclaimer {  background-color: #2b252d;  padding: 15px 0;}
.disclaimer p { margin: 0;  line-height: 24px;   font-size: 15px;color:#ffffff;}
.blog-main {  margin-top: 72px;}
.blog-main .single-blog {  padding: 15px;  background-color: #F8F8F8;  border: 1px solid #ccc;  margin-bottom: 24px;}
.blog-text h4 a {  color: #444;  text-decoration: none;}
.single-blog .ready-btn {  color: #fff;  text-decoration: none !important;}
.post-information {  padding: 20px 0;}
.post-tags a {  background-color: #5aade9;  color: #fff;  font-size: 15px;  display: inline-block;  padding: 2px 8px;  margin-right: 5px;  margin-bottom: 5px;  border-radius: 3px;}
/* #sidebar {  border: 1px solid #dedede;  padding: 10px 15px;} */
#sidebar section, #sidebar ul {  margin: 0;  padding: 0;}
#sidebar h4 {  margin-bottom: 15px;}
#sidebar a:hover {  text-decoration: none;}
#sidebar .widget_block ul {  margin: 0 0 20px 17px;}
#sidebar .widget_block ul ::marker {  color: #0870EA;}
#sidebar .widget_block ul li {  list-style: circle;  padding: 7px 0;  border-bottom: 1px dotted #b5b5b5;}
#sidebar .widget_block ul li a {  color: #444;}
#sidebar .wp-block-tag-cloud a {  font-size: 13px !important;  border: 1.6px solid #000;  color: #000;  padding: 2px 6px 1px 6px;  display: inline-block;  margin: 2px 0;}
.entry-meta {  font-size: 15px;  margin-top: 12px;  margin-bottom: 5px;  color: #5aade9;}
.nav-links {  margin: 50px auto 10px auto;}
.nav-links span, .nav-links a {  padding: 5px 8px;  border-radius: 4px;  background-color: #0d6efd;  color: #fff;}
.nav-links span.current, .nav-links a:hover {  background-color: #222;}
/* kajal 2-april-2025 */
.header_search label {   display: none;}
.search-container {display: flex;align-items: center; justify-content: center; width: 100%;/*   max-width:900px; */  position: relative;}
.search-input {   width: 100%;   padding: 9px 31px;   font-size: 16px;    border: 1px solid #dfe1e5;    border-radius: 24px;    /* box-shadow: 0px 0px 0px rgba(32, 33, 36, 0.28); */    outline: none;    transition: all 0.3s ease;    background: #e5ebee; }
.search-input:focus {  border-color: #4285f4;  box-shadow: 0px 1px 8px rgba(66, 133, 244, 0.5);}
.search-container i {    position: absolute;    transform: translateY(84%);    left: 10px;    color: #707070;    font-size: 16px;}
.cta_btn a { background: #36549b;  color: #fff;   padding: 10px 15px;   font-size: 15px;    border-radius: 24px;}
.cta_btn a:hover{ background:#ff6200;	}
#sidebar ul ul {  padding-left: 20px;}
#sidebar a {  font-size: 16px;}
#sidebar nav ul li {  margin-bottom: 5px;}
.center_brdr {   border-left: 1px solid #dfe1e5;}
#sidebar h4 {margin-bottom: 15px; background: #e5ebee; font-size: 19px;   padding: 10px;  font-weight: 500;    border-radius: 3px;}
.copyright {  font-size: 14px;}
nav#navbar {  position: fixed;  left: 6%;}
/* Responsive */
@media (max-width: 1366px) {  .navbar .dropdown .dropdown ul {    left: -90%;  }
  .navbar .dropdown .dropdown:hover > ul {    left: -100%;  }}
@media (min-width:992px){.search-input{width:500px;}}
@media (max-width: 991px) {  .mobile-nav-toggle {    display: block;  }
  .navbar ul {    display: none;  }
  .navbar-mobile ul {    display: block; z-index: 9999999; }
#header {  z-index: 1;}
.navbar-mobile {    z-index: 99;}}
@media (max-width: 575px) {  #footer .copyright {    float: none;    padding: 3px 0;  }}
.highlight {	background-color: #172442;    color: #fff;}
.section-bg-2 {    background-color: #f2f2f2;}
.space {    margin-top: 1.5rem !important;}
p { line-height: 28px;  font-size: 16px;}
.more-link {background-color: #e83314; padding: 10px; border-radius: 5px; color: #fff;}
.more-link:hover {	background-color: #e83314; padding: 10px; border-radius: 5px; color: #fff;}
.main-2 {margin-top: 6rem !important;}

.logo h1 {margin: 0;color: #fff;}
.logo h1:after {border-bottom: navajowhite;}

.led-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
  font-family: Arial, sans-serif;
}

/* Table Styling */
.led-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.led-table th,
.led-table td {
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: top;
}

.led-table th {
  background-color: #f2f2f2;
  text-align: left;
  font-weight: bold;
}

.led-table ul {
  margin: 0;
  padding-left: 18px;
}

.led-table li {
  margin-bottom: 6px;
}
 .left-part {position: fixed;}
 
 .factory-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
  font-family: Arial, sans-serif;
}

.factory-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
}

.factory-table th,
.factory-table td {
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: top;
}

.factory-table th {
  background-color: #f2f2f2;
  font-weight: bold;
  text-align: left;
}

.factory-table td strong {
  display: block;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .factory-table {
    font-size: 14px;
  }
}