nav-link dropdown-togglenav-link dropdown-togglebody {
  font-family: "AktivGrotesk", "Arial", "sans-serif";
  color: #1F2837;
  background-color: #ffffff;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
.container-fluid {
  padding: 0;
  width: 100%;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, ">");
}
/* Show navbar content when checkbox is checked */
#menu-toggle:checked + .menu-icon + #navbarSupportedContent {
  display: block;
	    height: 380px;
}
/* Optional: Add some styling for the hamburger icon */
.menu-icon {
  font-size: 30px;
  cursor: pointer;
  display: none;
}
.navbar {
  padding: 0.5rem 1rem; /* Adjust navbar padding */
}
.icon-hor i {
  padding-left: 10px;
}
/*
.collapsed {
  display: none;
  transition: max-height 0.3s ease-out;
}
*/
#breadcrobsnav .breadcrumb-item {
  margin-top: 5rem !important;
  margin-bottom: 0rem !important;
}
.breadcrumb-item a {
  text-decoration: none !important;
  color: #1f2837;
}
#mobileaboutimg {
  display: none;
}
#aboutimg {
  display: block;
}
.more-content {
  display: block;
 font-size: 15px;
}
.read-more {
  display: none;
}
.container-fluid #imgcontainer {
  display: none;
}
#imgcontainer {
  display: none;
}


@keyframes fadeOut {
    from { background-color: yellow; }
    to { background-color: transparent; }
}

        .highlight {
            background-color: yellow;
            font-weight: bold;
        }
  
#pmopt{
	background: #14f100;
}


	.info_section {
  background: #fff;
  padding: 17px 0 10px;
  color: #1f2837;
  border-top: 3px solid #14f100;
}

.info_top {
  border-bottom: 2px solid #EFF1F0;
  padding-bottom: 25px;
  margin-bottom: 40px;
}

.info_top .row {
  align-items: center;
}

.footer-logo-section {
  /* background: #EFF1F0; */
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.footer-logo-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(20, 241, 0, 0.2);
}

.info_contact {
  display: flex;
  align-items: center;
  justify-content: center;
}

.info_contact a {
  color: #1f2837;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 25px;
  background: rgba(20, 241, 0, 0.1);
  border-radius: 30px;
  border: 2px solid rgba(20, 241, 0, 0.3);
  transition: all 0.3s ease;
}

.info_contact a:hover {
  background: #14f100;
  color: #fff;
  border-color: #14f100;
  transform: translateX(5px);
}

.footer-phone-section {
  /* background: #EFF1F0; */
  padding: 15px 25px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.footer-phone-section i {
  color: #14f100;
  font-size: 24px;
}

.footer-phone-section h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.footer-phone-section a {
  color: #1f2837;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-phone-section a:hover {
  color: #14f100;
}

#footer_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 8px;
  /* background: #EFF1F0; */
  border-radius: 12px;
  margin-bottom: 30px;
}

#footer_nav div a {
  color: #1f2837;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}

#footer_nav div a::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 20px;
  right: 20px;
  height: 2px;
  background: #14f100;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

#footer_nav div a:hover {
  color: #14f100;
  background: rgba(20, 241, 0, 0.1);
}

#footer_nav div a:hover::after {
  transform: scaleX(1);
}

.footer-mii-section {
  /* background: #EFF1F0; */
  padding: 15px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.footer-social-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  /* background: #EFF1F0; */
  border-radius: 12px;
}

.social_box {
  display: flex;
  gap: 15px;
  align-items: center;
}

.social_box a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #1f2837;
  border-radius: 50%;
  font-size: 18px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.social_box a:hover {
  background: #14f100;
  color: #fff;
  border-color: #14f100;
  transform: translateY(-5px) rotate(360deg);
  box-shadow: 0 4px 15px rgba(20, 241, 0, 0.4);
}

.footer-copyright {
  background: rgba(20, 241, 0, 0.1);
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #1f2837;
  border: 1px solid rgba(20, 241, 0, 0.2);
}

/* ===== ANIMATIONS ===== */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideInDown {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.k-top-line {
  position: relative;
  display: inline-block;
}

h1 .k-top-line::before {
  content: "";
  position: absolute;
  top: -10px;      /* H2 font-size ke hisaab se */
  left: 0;
  width: 100%;
  height: 3px;     /* H2 line thodi moti */
  background: #14f100;
}

h2 .k-top-line::before {
  content: "";
  position: absolute;
  top: 0px;      /* H2 font-size ke hisaab se */
  left: 0;
  width: 100%;
  height: 5px;     /* H2 line thodi moti */
  background: #14f100;
}

h3 .k-top-line::before {
  content: "";
  position: absolute;
  top: -10px;      /* H2 font-size ke hisaab se */
  left: 0;
  width: 100%;
  height: 3px;     /* H2 line thodi moti */
  background: #14f100;
}

h4 .k-top-line::before {
  content: "";
  position: absolute;
  top: -4px;      /* H2 font-size ke hisaab se */
  left: 0;
  width: 100%;
  height: 4px;     /* H2 line thodi moti */
  background: #14f100;
}

h5 .k-top-line::before {
  content: "";
  position: absolute;
  top: -4px;      /* H2 font-size ke hisaab se */
  left: 0;
  width: 100%;
  height: 4px;     /* H2 line thodi moti */
  background: #14f100;
}

h6 .k-top-line::before {
  content: "";
  position: absolute;
  top: -2px;      /* H2 font-size ke hisaab se */
  left: 0;
  width: 100%;
  height: 3px;     /* H2 line thodi moti */
  background: #14f100;
}

P .k-top-line::before {
  content: "";
  position: absolute;
  top: 0px;      /* H2 font-size ke hisaab se */
  left: 0;
  width: 100%;
  height: 3px;     /* H2 line thodi moti */
  background: #14f100;
}

.k-top-line::before {
  content: "";
  position: absolute;
  top: -1px;          /* line kitni upar ho */
  left: 0;
  width: 100%;        /* jitna K ka width hoga utna line */
  height: 3px;        /* line ki thickness */
  background: #14f100; /* green color */
}

/* ===== FEATURES SECTION ===== */
.Features {
  background: linear-gradient(135deg, #EFF1F0 0%, #ffffff 100%);
  padding: 80px 20px;
}

#featuretexttab {
  font-size: 36px;
  font-weight: 700;
  color: #1f2837;
  margin-bottom: 50px;
  position: relative;
}

#featuretexttab::after {
  content: '';
  display: none;
  width: 80px;
  height: 4px;
  background: #14f100;
  margin: 15px auto 0;
  border-radius: 2px;
}

.featuretext {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  margin-bottom: 20px;
  min-width: 300px;
  gap: 15px;
}

.featuretext:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(20, 241, 0, 0.2);
}

.featuretext strong {
  color: #14f100;
  font-size: 18px;
}

/*----------------------------responsive nav bar---------------------------------------------------------------*/
/* Adjust the navbar for all screen sizes */
.header_bottom .navbar {
  padding: 10px 20px;
}


/* Override Bootstrap dropdown-item hover/focus styles */
.dropdown-menu .dropdown-item {
  color: black !important;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  color: #14f100 !important;
  background-color: transparent !important;
}


@media (max-width: 767px) {
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    padding: 10px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
	.container-fluid bg-dark-subtle mb-5 indust {
		background-color: #eff1f0;
	}
  .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    text-align: center;
    padding: 10px 0;
  }

  #searchForm {
    flex-direction: column;
    align-items: center;
  }
.container-fluid.bg-dark-subtle .text-center {
    padding-top: 0px;
    padding-bottom: 0px;
    top: -114pt;

}

  #searchInput {
    width: 100%;
    margin-bottom: 10px;
  }


  #searchForm button {
    width: 100%;
  }


  #menu-toggle {
    display: none;
  }
  #navbarSupportedContent {
    display: none;
  }
  .menu-icon {
    display: block;
  }
  .navbar-brand img {
    width: 120px;
    height: auto;
  }
  .detail_p_mt {
    padding: 5px;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
	justify-content: center;
  }
  .col-xl-6 {
    flex: 1 1 50%;
    text-align: center;
  }
  .col-xl-6 img {
    max-width: 100%;
    height: auto;
  }
  .text-left {
    text-align: center;
  }
  .mx-5 {
    margin: 0 auto;
  }
  Tabs Section .nav-tabs {
    flex-wrap: wrap;
    justify-content: center;
  }
  .nav-tabs .nav-item {
    margin-bottom: 10px;
  }
  .nav-tabs .nav-link {
    font-size: 14px;
    padding: 10px;
  }
  .tab-pane img {
    max-width: 100%;
    height: auto;
  }
  .tab-pane .col-xl-7 {
    text-align: center;
  }
  .row.mt-3 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .col-xl-4 {
    margin-bottom: 20px;
  }
  .info_section {
    padding: 20px;
  }
  .info_top {
    flex-direction: column;
  }
  .info_contact {
    text-align: center;
    margin-bottom: 20px;
  }
  .about_section .img-box img {
    max-width: 100%;
    height: auto;
  }
  #Exploreus.container-fluid {
    margin-right: 2px;
  }
  .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  /* Adjust search bar for smaller screens */
  #menu-toggle {
    display: block;
  }
  #navbarSupportedContent {
    display: none;
  }
  .menu-icon {
    display: block;
  }
  /* Adjust navbar-brand logo size for mobile */
  .navbar-brand img {
    width: 250 px; /* Adjust logo width */
    height: auto;
	  margin-top: 10px;
  }
}
/*-----------------------------------------------------------------end-------------------------------------------------------------------------------*/
#footer_nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#footer_nav a {
  color: #1f2837;
	margin-left: 40px;
}
#footer_nav a:hover {
  color: #14f100;
}
.card {
  border: 1px solid #ddd;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
}
.card-img-left_1 {
  width: 193px;
  padding: 21px;
}
.card-img-left {
/*
  width: 155px;
  object-fit: cover;
*/
  padding: 10px;
}
#img_size {
  width: 204px;
  padding: 19px;
}
#img_size_1 {
  width: 204px;
  padding: 19px;
}
#img_size2 {
  width: 204px;
  padding: 19px;
}
.collapsible {
  cursor: pointer; /* Indicates the item is clickable */
}
.sublist {
  margin-left: 20px; /* Indents the sublist for clarity */
}
.collapsed {
  display: none; /* Hides the sublist by default */
}
.layout_padding {
  padding: 90px 0;
}
.layout_padding2 {
  padding: 75px 0;
}
.layout_padding2-top {
  padding-top: 75px;
}
.layout_padding2-bottom {
  padding-bottom: 75px;
}
.layout_padding-top {
  padding-top: 90px;
}
.layout_padding-bottom {
  padding-bottom: 90px;
}
.heading_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.heading_container h2 {
  position: relative;
  font-weight: bold;
}
.heading_container h2 span {
  color: #6e6e6e;
}
.heading_container.heading_center {
  align-items: center;
  text-align: center;
}
a, a:hover, a:focus {
  text-decoration: none;
}
a:hover, a:focus {
  color: initial;
}
.btn, .btn:focus {
  outline: none !important;
  box-shadow: none;
}
.btn2 {
  background: #14f100;
  border-color: #1f2837;
  color: #1f2837;
  height: 35px;
}
.header_bottom {
    position: fixed;
    top: 66px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: -70px;
}
.header_section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.hero_area {
  padding-top: 100px;
}
.sub_page .hero_area {
  min-height: auto;
}
.header_section .header_top {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.header_section .header_top .header_top_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_section .header_top .contact_nav {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.header_section .header_top .contact_nav a {
  color: #1F2837;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  background-color: #1F2837;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 100%;
}
.header_section .header_top .contact_nav a:hover i {
  background-color: #14F100;
}
.header_section .header_top .social_box {
  display: flex;
  justify-content: flex-end;
  min-width: 200px;
}
.header_section .header_top .social_box a i {
  margin-right: 5px;
  background-color: #1F2837;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 100%;
}
.header_section .header_top .social_box a:hover i {
  background-color: #14F100;
}
.header_section .header_bottom {
  padding: 15px 0;
}
.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}



/* temp css update */
@media (max-width: 767px) {
  /* Add this to fix contact nav overflow */
  .header_section .header_top .contact_nav {
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }
  
  .header_section .header_top .contact_nav a {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .header_section .header_top .contact_nav a span {
    font-size: 11px;
  }
  
  /* Fix header top container */
  .header_section .header_top .header_top_container {
    flex-direction: column;
    gap: 10px;
    padding: 10px 15px;
  }
  
  /* Reduce icon sizes */
  .header_section .header_top .contact_nav a i {
    width: 28px;
    height: 28px;
    margin-right: 3px;
  }
  
  .header_section .header_top .social_box a i {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 767px) {
  /* Fix dropdown overflow */
  .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: 100%;
    box-shadow: none;
    border: none;
    background-color: #f8f9fa;
  }
  
  .dropdown-menu .dropdown-item {
    padding: 10px 20px;
  }
  
  /* Nested dropdown fix */
  .dropdown-menu .dropdown-menu {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  /* Fix search input */
  .alt-search-wrapper {
    width: 100%;
    padding: 0 15px;
    margin: 10px 0;
  }
  
  .alt-search-form input {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .header_section .header_bottom .container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
    max-width: 100%;
    overflow-x: hidden;
  }
  
  /* Ensure navbar doesn't overflow */
  .navbar {
    width: 100%;
    overflow-x: hidden;
  }
  
  .navbar-collapse {
    max-width: 100vw;
    overflow-x: hidden;
  }
}


.navbar-brand {
  color: #000000;
}
.navbar-brand span {
  color: #6e6e6e;
}
.navbar-brand:hover {
  color: inherit;
}

.TurVEx{
	color: #1f2837;
}
.custom_nav-container {
  padding: 0;
}
.custom_nav-container .navbar-nav {
  margin-left: auto;
}
.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 30px;
  color: #1F2837;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 15px;
  transition: all .3s;
}
.custom_nav-container .navbar-nav .nav-item .nav-link i {
  margin-right: 5px;
}
.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color: #14F100;
}
.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}
.custom_nav-container .nav_search-btn:hover {
  color: #6e6e6e;
}
.custom_nav-container .navbar-toggler {
  outline: none;
}
.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  transition: all .3s;
}
.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
}
.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  transition: all .3s;
}
.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  transform: rotate(360deg);
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  transform: rotate(45deg);
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  transform: rotate(90deg);
  top: 0;
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1, .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2, .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  transform: none;
}
/* ----------------------------Explore Us------------------------------------------------------ */
.custom-nav-tabs {
  display: flex;
  border-bottom: 1px solid #dee2e6;
}
.custom-nav-item {
  margin-bottom: -1px;
}
.custom-nav-link {
  display: block;
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background-color: transparent;
}
.custom-nav-link.active {
  color: #14F100;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.custom-text-black {
  color: #1F2837;
}
.custom-justify-start {
  justify-content: flex-start;
}
.custom-mt-5 {
  margin-top: 3rem;
}
/* Remove bullets from the custom nav */
#custom-nav {
  list-style-type: none; /* Removes the default bullet points */
  padding-left: 0; /* Removes left padding */
  margin: 0; /* Optional: Removes default margins */
}
.custom-nav-item {
  display: inline; /* Ensures inline layout for items (optional for tabs) */
}
button {
  display: inline-block;
/*  padding: 10px 45px;*/
  background-color: #14F100;
  color: #1f2837;
  border-radius: 5px;
  transition: all .3s;
  border: 1px solid #6e6e6e;
}
button:hover {
  background-color: transparent;
  color: #1f2837;
}
/*---------------------------------Explore Us-----------------------------------------------------------------------*/
/*-------------------------------------------For all .Col-xl-6-----------------------------------------------------------*/
.container-fluid_Product {
  background: #EFF0F1;
}
.col-xl-6 {
  background: #EFF0F1;
}
.service_section .heading_container {
  margin-bottom: 35px;
}
.service_section .box {
  margin: 10px;
  text-align: center;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  padding: 25px 15px;
  transition: all .3s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service_section .box .img-box {
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service_section .box .img-box img {
  max-height: 100%;
  max-width: 100%;
  transition: all .3s;
}
.service_section .box .detail-box {
  margin-top: 15px;
}
.service_section .box .detail-box h5 {
  font-weight: bold;
}
.service_section .box .detail-box p {
  margin: 0;
}
.service_section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #6e6e6e;
  color: #ffffff;
  border-radius: 0;
  transition: all .3s;
  border: 1px solid #6e6e6e;
}
.service_section .btn-box a:hover {
  background-color: transparent;
  color: #6e6e6e;
}
.service_section .owl-stage .owl-item.active {
  transform: scale(0.85);
  transition: 0.6s ease;
}
.service_section .owl-stage .owl-item.active.center {
  transform: scale(1);
}
.service_section .owl-stage .owl-item.active.center .box {
  background-color: #EFF0F1;
  color: #1f2837;
}
.service_section .owl-stage .owl-item.active.center .box .img-box img {
  filter: brightness(0) invert(1);
}
.service_section .owl-nav {
  display: none;
}
.service_section .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.service_section .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 100%;
  margin: 0 2px;
  background-color: #ccc;
  outline: none;
}
.service_section .owl-dots .owl-dot.active {
  background: #6e6e6e;
}
.about_section .row {
  align-items: center;
}
.about_section .img-box {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.about_section .img-box img {
  width: 100%;
}
.about_section .detail-box p {
  color: #1f2837;
  margin-top: 15px;
}
.about_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #14f100;
  color: #1f2837;
  border-radius: 0px;
  transition: all .3s;
  border: 1px solid #1f2837;
  margin-top: 15px;
}
.about_section .detail-box a:hover {
  background-color: transparent;
  color: #1f2837;
}
.team_section .box {
  display: flex;
  flex-direction: column;
  background-color: #6e6e6e;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 45px;
}
.team_section .box .img-box {
  width: 100%;
}
.team_section .box .img-box img {
  width: 100%;
}
.team_section .box .detail-box {
  width: 100%;
  color: #ffffff;
  padding: 25px 15px;
  text-align: center;
}
.team_section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.team_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #6e6e6e;
  color: #ffffff;
  border-radius: 5px;
  transition: all .3s;
  border: 1px solid #6e6e6e;
}
.team_section .btn-box a:hover {
  background-color: transparent;
  color: #6e6e6e;
}
.contact_section {
  position: relative;
  background-color: #f9f9f9;
}
.contact_section .heading_container {
  margin-bottom: 45px;
}
.contact_section .row {
  align-items: center;
}
.contact_section .form_container {
  padding: 45px;
}
.contact_section .form_container .form-control {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  border-radius: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.contact_section .form_container .form-control::placeholder {
  color: #565554;
}
.contact_section .form_container .form-control.message-box {
  height: 95px;
}
.contact_section .form_container .btn_box {
  display: flex;
}
.contact_section .form_container .btn_box button {
  border: none;
  display: inline-block;
  padding: 12px 55px;
  background-color: #6e6e6e;
  color: #ffffff;
  border-radius: 0px;
  transition: all .3s;
  width: 100%;
}
.contact_section .form_container .btn_box button:hover {
  background-color: transparent;
  color: #6e6e6e;
}
.contact_section .img-box {
  overflow: hidden;
}
.contact_section .img-box img {
  min-width: 100%;
}
.client_section .client_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: auto;
  margin-top: 15px;
}
.client_section .client_container .img-box {
  width: 125px;
}
.client_section .client_container .img-box img {
  width: 100%;
  border-radius: 5px;
}
.client_section .client_container .detail-box {
  margin-top: 25px;
}
.client_section .client_container .detail-box h5 {
  color: #1d1b28;
  margin-bottom: 15px;
}
.client_section .client_container .detail-box p {
  color: #1d1b28;
  margin: 20px;
}
.client_section .client_container .detail-box span {
  margin-top: 25px;
  color: #1eb36a;
  font-size: 28px;
}
.client_section .carousel-control-prev, .client_section .carousel-control-next {
  width: 50px;
  height: 50px;
  border-radius: 0px;
  background-color: #000000;
  opacity: 1;
  top: 28%;
  color: #ffffff;
  font-size: 12px;
  margin: 0 2.5px;
}
.client_section .carousel-control-prev {
  left: 15%;
}
.client_section .carousel-control-next {
  right: 15%;
}
.client_section .carousel_btn-box {
  display: flex;
  justify-content: center;
}



/*-----------------------------------------------------------Laptop--------------------------------------------------------------*/
@media (min-width:0px) and (max-width:991px) {
  .container-fluid .navbar.navbar-expand-lg.navbar-light.bg-white.custom_nav-container .menu-icon {
    width: 140;
    height: 39;
  }
  .container-fluid .navbar.navbar-expand-lg.navbar-light.bg-white.custom_nav-container #menu-toggle {
    display: none;
  }
  #Exploreus.container-fluid {
    margin-right: 30px;
    padding-left: 29px;
    padding-right: 29px;
    width: 1071px;
    margin-left: 30px;
    padding-top: 14px;
  }
  .col-xl-12 .row #Unwanted {
    display: none;
  }
  .col-xl-12 .row #unwanted2 {
    display: none;
  }
  .col-md-6.col-xl-7 .img-box.ml-5 .img-fluid.mx-n5 {
    width: 933px;
  }
  .container .container.mb-5 #home_feature {
    padding-bottom: 15px;
    text-align: left;
  }
  .container-fluid .row .col-xl-7.col-md-12 {
    padding-bottom: 39px;
  }
  .info_section.hero_bg_box {
    padding-top: 0px;
    opacity: 1;
    list-style-position: inside;
  }
  .row1 {}
  .col-xl-12 .row #aboutmain {
    width: 986px;
    height: 330px;
    padding-bottom: 0px;
  }
  .mx-5.text-center.mt-5 {
    padding-top: 0px;
  }
  .row.mt-4 #aboutmain {
    padding-bottom: 0px;
    height: 283px;
    width: 998px;
    min-height: 167px;
  }
  .row.mt-4 #aboutmain {
    min-height: 239px;
  }
  .card.col-md-4.col-xl-3.m-2.shadow .card-body .card-text {
    padding-bottom: 0px;
  }
  .row.mt-5.bg-light .col-xl-5.offset-xl-1 {
    overflow-y: auto;
  }
  #videomain .col-xl-5.mx-5 {
    width: 909px;
  }
  #videomain .col-xl-5.offset-xl-1 {
    width: 212px;
    padding-left: 0px;
  }
  #videomain .col-xl-5.mx-5.offset-md-0 .mt-5.mx-5.text-center {
    width: 696px;
  }
  .mb-3.offset-xl-1.col-xl-11.col-md-12 .card.h-100.d-flex.flex-row #img_size {
    margin-bottom: 25px;
  }
  .mb-3.offset-xl-1.col-xl-11.col-md-12 .card.h-100.d-flex.flex-row #img_size2 {
    margin-bottom: 25px;
  }
  .row.mt-4.mb-5.mx-5 .col-lg-4.position-fixed.offset-xl-9.col-xl-2 {
    width: 249px;
    margin-left: 621px;
  }
  .tab-content #tabs-1 #accordion104 {
    width: 682px;
    margin-left: 124px;
  }
  .tab-content #tabs-1 #accordion15 {}
  .tab-content #tabs-1 #accordion307 {
    width: 682px;
    margin-left: 124px;
  }
  .tab-content #tabs-1 #accordion308 {
    width: 682px;
    margin-left: 124px;
  }
  .tab-content #tabs-1 #accordion301 {
    width: 682px;
    margin-left: 124px;
  }
  .tab-content #tabs-1 #accordion303 {
    width: 682px;
    margin-left: 124px;
  }
  .tab-content #tabs-1 #accordion304 {
    width: 682px;
    margin-left: 124px;
  }
  .tab-content #tabs-1 #accordion302 {
    width: 682px;
    margin-left: 124px;
  }
  .tab-content #tabs-1 #accordion15 {
    width: 682px;
    margin-left: 124px;
  }
  .tab-content #tabs-1 #accordion106 {
    width: 682px;
    margin-left: 124px;
  }
  .tab-content #tabs-1 #accordion601 {
    width: 682px;
    margin-left: 124px;
  }
  .tab-content #tabs-1 #accordion1 {
    margin-left: 140px;
  }
  .tab-content #tabs-1 #accordion2 {
    margin-left: 140px;
  }
  .col-xl-4 {
    background-color: #F2F2F2;
  }
  .col-xl-8 {
    background-color: #fff;
    height: 45px !important;
  }
}
@media (max-width:1400px) {
  .row.mt-5.bg-light .col-xl-5 {
    width: 0px;
  }
  .row.mt-5.bg-light .col-xl-5 .mt-5 {
    width: 208px;
  }
.container-fluid.ourcust {
	top: auto;
}
.container .row.mt-1 .bg-white.col-lg-7.col-md-11.offset-xl-1.col-xl-8 {
}



}

.search-results-panel{
	position: relative;
}

#searchResults {
  position: absolute;
  top: 85px;
  left: 27%;
  z-index: 999;
  background: #eff1f0; 
  color: white;
  padding: 10px;
  width: 50%;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
display: none;
}




/*responsive green line*/
@media (min-width:0px) and (max-width:991px) {

	.k-top-line {
  position: relative;
  display: inline-block;
}

h1 .k-top-line::before {
  content: "";
  position: absolute;
  top: -10px;      /* H2 font-size ke hisaab se */
  left: 0;
  width: 100%;
  height: 3px;     /* H2 line thodi moti */
  background: #14f100;
}

h2 .k-top-line::before {
  content: "";
  position: absolute;
  top: -5px;      /* H2 font-size ke hisaab se */
  left: 0;
  width: 100%;
  height: 5px;     /* H2 line thodi moti */
  background: #14f100;
}

h3 .k-top-line::before {
  content: "";
  position: absolute;
  top: -10px;      /* H2 font-size ke hisaab se */
  left: 0;
  width: 100%;
  height: 3px;     /* H2 line thodi moti */
  background: #14f100;
}

h4 .k-top-line::before {
  content: "";
  position: absolute;
  top: -4px;      /* H2 font-size ke hisaab se */
  left: 0;
  width: 100%;
  height: 4px;     /* H2 line thodi moti */
  background: #14f100;
}

h5 .k-top-line::before {
  content: "";
  position: absolute;
  top: -4px;      /* H2 font-size ke hisaab se */
  left: 0;
  width: 100%;
  height: 4px;     /* H2 line thodi moti */
  background: #14f100;
}

h6 .k-top-line::before {
  content: "";
  position: absolute;
  top: -2px;      /* H2 font-size ke hisaab se */
  left: 0;
  width: 100%;
  height: 3px;     /* H2 line thodi moti */
  background: #14f100;
}

P .k-top-line::before {
  content: "";
  position: absolute;
  top: 0px;      /* H2 font-size ke hisaab se */
  left: 0;
  width: 100%;
  height: 3px;     /* H2 line thodi moti */
  background: #14f100;
}

.k-top-line::before {
  content: "";
  position: absolute;
  top: -1px;          /* line kitni upar ho */
  left: 0;
  width: 100%;        /* jitna K ka width hoga utna line */
  height: 3px;        /* line ki thickness */
  background: #14f100; /* green color */
}

/* ===== FEATURES SECTION ===== */
.Features {
  background: linear-gradient(135deg, #EFF1F0 0%, #ffffff 100%);
  padding: 80px 20px;
	}
}