@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");

body {
  font-family: "Poppins", sans-serif;

  font-style: normal;

  line-height: normal;

  font-size: 16px;

  color: #000;

  font-weight: 400;

  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;

  color: #000;
}

.main-title,
h1 {
  font-size: 50px;

  font-weight: 900;
}

.section-title,
h2 {
  font-size: 40px;

  font-weight: 900;
}

.sub-section-title,
h3 {
  font-size: 35px;

  font-weight: 900;
}

.sub-sub-section-title,
h4 {
  font-size: 24px;

  font-weight: 900;
}

.minor-heading,
h5 {
  font-size: 18px;

  font-weight: 900;
}

.least-important-Heading,
h6 {
  font-size: 16px;

  font-weight: 700;
}

a {
  color: #000;

  transition: 0.3s linear;
}

a:hover {
  color: #f58634;
}

.main {
  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;
}

.main-wrapper {
  background: linear-gradient(180deg, #fff 0%, #fff4eb 100%);
}

.header-wrapper {
  border-radius: 20px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );

  padding: 10px 0;

  position: fixed;

  left: 12px;

  right: 12px;

  z-index: 2;
}

.header-wrapper .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.8);

  font-family: Poppins;

  font-size: 15px;

  font-weight: 400;
}

.header-wrapper .navbar-nav .nav-item .nav-link.active {
  color: #f58634;

  font-weight: 600;
}

.header-wrapper .navbar-nav .nav-item .nav-link.btn {
  color: #fff;

  text-align: center;

  font-size: 16px;

  font-weight: 600;

  padding: 12px 30px;

  font-family: "Poppins", sans-serif;
}

.header-wrapper .navbar-nav .nav-item .button_su {
  margin-left: 15px;

  margin-top: 8px;
}

.aboutus-banner {
  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  min-height: 451px;

  border-radius: 20px;
}

.aboutus-banner .content {
  display: flex;

  align-items: center;

  justify-content: center;

  height: 451px;

  width: 100%;
}

.main-banner {
  padding: 0 12px;
}

.copyright ul {
  display: flex;

  justify-content: center;

  margin: 0;

  padding: 0;

  list-style: none;

  margin-bottom: 20px;
}

footer.footer-wrapper {
  background: #292929;

  padding-top: 40px;

  padding-bottom: 20px;
}

footer.footer-wrapper h6 {
  color: rgba(255, 255, 255, 0.8);

  font-size: 16px;

  font-weight: 700;

  margin-bottom: 20px;
}

.footer-menu ul {
  margin: 0;

  padding: 0;

  list-style: none;
}

.footer-menu ul li span,
.footer-menu ul li a {
  color: rgba(255, 255, 255, 0.8);

  font-family: Poppins;

  font-size: 14px;

  font-weight: 400;

  text-decoration: none;

  display: block;

  margin: 10px 0;

  position: relative;
}

.aboutus-banner .content h1 {
  border-right: 5px solid #f58634;

  border-left: 5px solid #f58634;

  padding: 0 25px;
}

.who-are-we {
  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.13);

  margin-top: 20px;

  padding-top: 20px;

  text-align: center;
}

.copyright p {
  color: rgba(255, 255, 255, 0.5);

  font-size: 14.702px;

  font-weight: 400;

  margin: 0;
}

.copyright ul li {
  margin: 0 10px;
}

.banner {
  position: relative;

  width: 100%;

  overflow: hidden;

  padding: 0 12px;
}

.banner .carousel-inner {
  width: 100%;
}

.banner .carousel-item {
  height: 650px;

  background-size: cover;

  background-position: center;

  border-radius: 20px;
}

.banner .content {
  position: absolute;

  top: 40%;

  width: 58.33333333%;
}

.banner .content h2 {
  color: #fff;
  line-height: 1.5;

  border-left: 5px solid #f58634;

  padding-left: 20px;
}

.banner .content p {
  color: #fff;

  font-size: 20px;

  font-weight: 400;
}

.banner .btnContact {
  padding: 12px 30px;

  color: #fff;

  text-align: center;

  font-size: 16px;

  font-weight: 600;

  border-radius: 5.228px;

  background: #f58634;

  margin-top: 20px;
}

.banner .btnContact:hover {
  background-color: #e66f00;
}

.banner .carousel-control-prev-icon,
.banner .carousel-control-next-icon {
  background: rgba(255, 255, 255, 0.3);

  padding: 10px;

  width: 57.443px;

  height: 105.273px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.carousel-control-next,
.carousel-control-prev {
  width: auto !important;

  opacity: 1 !important;
}

.banner .carousel-indicators {
  display: flex;

  justify-content: flex-end;

  margin-left: 5%;

  margin-right: 5%;
}

.banner .carousel-indicators button {
  background-color: #fff;

  margin: 0 5px;

  width: 80px;

  height: 4px;

  border-radius: 12px;

  border: 0;
}

.banner .carousel-indicators .active {
  background-color: #ff7f00;
}

.banner .carousel-indicators {
  display: flex;

  justify-content: flex-end;

  margin-left: 5%;

  margin-right: 5%;

  margin-bottom: 50px;
}

section {
  padding: 60px 0;
}

.subTilte {
  color: #f58634;

  font-size: 16px;

  font-weight: 600;

  text-transform: uppercase;

  font-family: "Albert Sans", sans-serif;

  display: block;
}

.sustainable-solutions-for-smart-Labs .box {
  border-radius: 8.852px;

  box-shadow: 0px 0px 26.555px 0px rgba(0, 0, 0, 0.25);

  position: relative;
}

.sustainable-solutions-for-smart-Labs .box .content {
  position: absolute;

  height: 40px;

  right: 12px;

  bottom: -20px;

  overflow: hidden;

  padding: 10px;

  transition: all 0.35s;

  border-radius: 5px;

  background: #000;

  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);

  backdrop-filter: blur(3.5px);

  width: 215px;

  text-align: center;
}

.sustainable-solutions-for-smart-Labs .box .content h3 {
  color: #fff;

  font-family: "Albert Sans";

  font-size: 14px;

  font-weight: 600;
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px;
}

.sustainable-solutions-for-smart-Labs .box:hover .content h6 {
  overflow: visible;
  display: block;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: inherit;
  text-overflow: inherit;
  margin-bottom: 5px;
}

.sustainable-solutions-for-smart-Labs .box:hover .content {
  height: calc(195px);
}

.sustainable-solutions-for-smart-Labs .box:hover .content p {
  color: rgba(255, 255, 255, 0.7);

  text-align: center;

  font-family: "Albert Sans";

  font-size: 13px;

  font-weight: 400;

  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}



footer.footer-wrapper .col-lg-4:nth-child(1) .footer-menu ul::-webkit-scrollbar,
footer.footer-wrapper
  .col-lg-4:nth-child(2)
  .footer-menu
  ul::-webkit-scrollbar {
  width: 6px;
}

footer.footer-wrapper
  .col-lg-4:nth-child(1)
  .footer-menu
  ul::-webkit-scrollbar-thumb,
footer.footer-wrapper
  .col-lg-4:nth-child(2)
  .footer-menu
  ul::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 4px;
}

.post-banner img {
  width: 100%;
  object-fit: cover;
}

.btnBrowse {
  color: #f58634 !important;

  text-align: center;

  font-family: "Albert Sans";

  font-size: 14px;

  font-weight: 400;

  text-decoration-line: underline;

  text-decoration-style: solid;

  text-decoration-skip-ink: auto;

  text-decoration-thickness: auto;

  text-underline-offset: auto;

  text-underline-position: from-font;

  padding: 0;

  border: 0;
}

.map-container {
  margin: 0 auto;
}

svg {
  width: 100%;

  height: auto;

  display: block;
}

.country {
  fill: #eaeaea;

  stroke: #333;

  stroke-width: 0.5;

  transition: fill 0.3s ease;
}

.highlighted {
  fill: #e57c23;
}

.country:hover {
  /* fill: white !important; */

  cursor: pointer;
}

.city {
  fill: red;

  stroke: white;

  stroke-width: 1;

  r: 4;

  cursor: pointer;
}

.tooltip {
  position: absolute;

  background: #000;

  color: white;

  border-radius: 4px;

  padding: 8px;

  pointer-events: none;

  opacity: 0;

  transition: opacity 0.3s;

  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.tooltip.visible {
  opacity: 1;
}

.our-clients {
  overflow: hidden;
}

.our-clients .logo {
  border-radius: 10px;

  background: #fff;

  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);

  padding: 15px;
}

.our-clients .owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

.our-clients .item {
  margin: 5px;
}

.recent-installations {
  background-repeat: no-repeat;

  background-size: cover;
}

.seeBtn {
  border-radius: 5px;

  background: #f58634;

  padding: 10px 30px;

  color: #fff;

  text-align: center;

  font-family: Poppins;

  font-size: 16px;

  font-weight: 600;
}

.recent-installations .box {
  border-radius: 10px;

  background: #fff;

  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.18);

  position: relative;

  height: 100%;
}

.recent-installations .box .content {
  padding: 20px 40px;
  text-align: center;
}

.recent-installations .box .content h4 {
  color: #f58634;

  text-align: center;

  font-weight: 700;

  line-height: 1.5;

  margin-bottom: 20px;
}

.recent-installations .box .content p span {
  color: #000;

  font-family: Poppins;

  font-size: 15px;

  font-weight: 400;

  display: block;

  margin-bottom: 5px;
}

.recent-installations .box .content p {
  color: rgba(0, 0, 0, 0.6);

  font-size: 14px;

  font-weight: 400;
}

.box .image img {
  width: 100%;
}

.video iframe {
  width: 100%;

  height: auto;

  border-radius: 8px;

  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );

  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.26);
}

.Testimonial .box .video {
  padding: 0 25px;
}

.Testimonial .rating-wrap ul {
  display: flex;

  margin: 0;

  padding: 0;

  list-style: none;

  margin-bottom: 8px;
}

.Testimonial .rating-wrap ul li:not(:first-child) {
  margin-left: 10px;
}

.Testimonial .box .content h5 {
  margin-top: 8px;

  margin-bottom: 6px;

  font-weight: 500;
}

.Testimonial .box .content {
  padding: 20px;

  border-radius: 10px;

  background: linear-gradient(180deg, #fff 0%, #f58634 100%);

  margin-top: -100px;

  padding-top: 100px;
}

.rating-wrap ul {
  list-style: none;

  padding: 0;

  display: flex;
}

.rating-wrap ul li {
  font-size: 12px;

  cursor: pointer;

  color: #000;
}

.rating-wrap ul li.active {
  color: rgba(0, 0, 0, 0.2);
}

.Testimonial .box .content p {
  color: rgba(0, 0, 0, 0.6);

  font-size: 14px;

  font-weight: 400;

  margin-bottom: 0;
}

.Testimonial {
  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;
}

.contact-wrapper {
  margin-left: 12px;

  margin-right: 12px;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  border-radius: 20px;

  margin-bottom: 60px;
}

.contact-wrapper p {
  color: rgba(255, 255, 255, 0.6);

  font-size: 15px;

  font-weight: 400;
}

.contact-wrapper .box {
  border-radius: 10px;

  border: 1px solid rgba(255, 255, 255, 0.5);

  padding: 12px;

  text-align: center;
}

.contact-wrapper .box p,
.contact-wrapper .box a {
  color: #fff;

  text-align: center;

  font-size: 14px;

  font-weight: 500;

  text-decoration: none;

  margin-bottom: 0;
}

.form-box {
  border-radius: 20px;

  background: #fff;

  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.14);

  padding: 30px;
}

.contact-wrapper .box i {
  font-size: 24px;

  color: #1ba4e5;
}

.contact-wrapper .box h6 {
  color: #1ba4e5;

  font-size: 15px;

  font-weight: 400;

  text-transform: uppercase;
}

div#myModal .form-control,
div#myModal textarea,
.contact-wrapper textarea,
.contact-wrapper .form-control {
  border-radius: 6px;

  border: 1px solid rgba(0, 0, 0, 0.15);

  background: #fff;

  height: 40px;

  color: rgba(0, 0, 0, 0.5);

  font-family: "Albert Sans";

  font-size: 14px;

  font-weight: 400;
}

.form-box h5 {
  color: #1ba4e5;
  font-family: "Source Sans 3";

  font-weight: 600;
}

div#myModal textarea,
.contact-wrapper textarea {
  width: 100%;

  height: 90px;

  padding: 12px;
}

div#myModal .modal-content {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.14);
  padding: 30px;
}

div#myModal .modal-content button.btn-close {
  position: absolute;
  right: 20px;
}

div#myModal .modal-content .form-box {
  box-shadow: none;
  padding: 0;
  background: transparent;
}

.btn {
  border-radius: 5px;

  background: #f58634;

  border: 0;

  color: #fff;

  font-family: "Albert Sans";

  font-size: 16px;

  font-weight: 600;

  padding: 10px 20px;

  transition: 0.3s linear;
}

.btn:hover {
  color: #fff;

  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0.3) 100%
    ),
    linear-gradient(90deg, #1ba4e5 0%, #f58634 100%);
}

.contact-wrapper .col-lg-6:first-child {
  width: 45%;
}

.contact-wrapper .col-lg-6:last-child {
  width: 55%;
}

.button_container {
  width: 176px;

  margin: 0 auto;

  margin-top: 30px;

  padding-top: 40px;
}

.button_su {
  overflow: hidden;

  position: relative;

  display: inline-block;

  border-radius: 3px;
}

.su_button_circle {
  background-color: red;

  border-radius: 1000px;

  position: absolute;

  left: 0;

  top: 0;

  width: 0px;

  height: 0px;

  margin-left: 0px;

  margin-top: 0px;

  pointer-events: none;
}

.button_text_container {
  position: relative;

  z-index: 10000;
}

.explode-circle {
  animation: explode 0.5s forwards;
}

.desplode-circle {
  animation: desplode 0.5s forwards;
}

.btnBrowse {
  background: transparent !important;

  padding: 0;

  font-size: 14px;

  margin-bottom: 5px;
}

.services-about-wrapper {
  background-repeat: no-repeat;

  background-size: contain;

  background-position: left center;
}

.services-about-wrapper .box {
  border-radius: 10px;

  background: #fff;

  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.12);

  padding: 40px;
}

.services-about-wrapper .box h3 {
  color: #f58634;
}

.services-about-wrapper .box p {
  color: rgba(0, 0, 0, 0.6);
}

.what-we-do {
  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;
}

.what-we-do .box {
  border-radius: 10px;
  background: rgba(27, 164, 229, 0.5);
  text-align: center;
  padding: 40px 20px;
}

.what-we-do .box h6 {
  color: rgba(255, 255, 255, 0.7);

  font-weight: 400;

  margin-bottom: 15px;
}

.what-we-do .box h4 {
  color: #fff;

  font-weight: 600;

  font-size: 21px;
}

.what-we-do .col-md-6:last-child .box {
  margin-top: 100px;
}

.what-we-do .content ul li {
  color: #fff;

  font-family: Poppins;

  font-size: 16px;

  font-weight: 400;

  margin-bottom: 25px;
}

.our-values .box h5 {
  color: rgb(245, 134, 52);

  font-weight: 600;
}

.our-values .box .icons {
  margin-bottom: 10px;
}

.our-values .box .image {
  position: absolute;

  right: 0;

  top: 24%;

  width: 39%;

  z-index: -1;
}

.our-values {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.our-values .image img {
  border-radius: 10px;
}

.our-values h4 {
  font-size: 18px;
}

/* .our-values:after {
  content: "";
  background-image: url(../images/our-team.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 200px;
  width: 80%;
  bottom: 0;
  right: 0;
} */
.detail {
  padding: 40px;

  border-radius: 10px;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;
}

.detail h3 {
  color: #fff;
  font-weight: 600;

  font-family: "Montserrat", sans-serif;

  display: inline-block;

  border-bottom: 1px solid #fff;

  line-height: 2;
}

.detail .icon i {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);

  background: rgba(255, 255, 255, 0.2);

  width: 70px;

  height: 70px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  color: #fff;

  font-size: 25px;
}

.detail ul {
  margin: 0;

  padding: 0;

  list-style: none;
}

.detail ul li {
  display: flex;
}

.detail ul li:first-child {
  margin-top: 1.5rem;
}

.detail ul li span {
  display: block;

  color: rgba(255, 255, 255, 0.7);

  font-size: 16px;
}

.detail ul li span a {
  display: block;

  color: rgba(255, 255, 255, 0.7);

  text-decoration: none;
}

.detail .content h4 {
  color: #fff;

  font-size: 20px;

  font-weight: 600;
}

.detail .icon {
  width: 30%;

  margin-right: 20px;
}

.detail .content {
  width: 70%;
}

.detail hr {
  width: 100%;

  border-bottom: 1px solid #fff;

  margin: 1rem 0;
}

.form-box-wrap {
  background: rgba(255, 239, 227, 1);

  padding: 20px;

  box-shadow: 0px 0px 16px 0px rgba(101, 48, 9, 0.2);

  border-radius: 10px;
}

.form-box-wrap h2 {
  font-weight: 600;

  display: inline-block;

  position: relative;

  line-height: 2;

  margin-bottom: 1rem;
}

.form-box-wrap h2:before {
  content: "";

  position: absolute;

  left: 0;

  right: 0;

  width: 195px;

  height: 1px;

  background: #000;

  bottom: 0;
}

.form-box-wrap p {
  font-weight: 600;

  font-size: 14px;
  margin-bottom: 0;
}

.form-label {
  font-family: Poppins;

  font-weight: 400;

  font-size: 14px;
}

.form-control {
  border: 0;

  border-bottom: 1px solid rgba(0, 0, 0, 0.15);

  background: transparent;

  border-radius: 0;

  font-family: Poppins;

  font-weight: 400;

  font-size: 14px;
}

.form-box-wrap select {
  color: #212529bd;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: transparent;
  border-radius: 0;
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  padding: 0.375rem 0.75rem;
}

.form-box-wrap button {
  width: 100%;
}

.contact-detail-wrapper {
  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;
}

/* .main-wrapper {
  margin-top: 12px;
} */

header.header-wrapper.sticky {
  position: static;
}

footer.footer-wrapper
  .col-lg-8
  .col-md-4:last-child
  .footer-menu
  ul
  li
  a:before {
  position: absolute;

  left: -16px;

  font-family: "Font Awesome 6 Free";

  font-weight: 600;

  top: 5px;
}

/* footer.footer-wrapper .col-lg-8 .col-md-4:last-child .footer-menu ul li:first-child a:before {
  content: "\f3c5";
}

footer.footer-wrapper .col-lg-8 .col-md-4:last-child .footer-menu ul li:nth-child(2) a:before {
  content: "\f0e0";

  left: -19px;
}

footer.footer-wrapper .col-lg-8 .col-md-4:last-child .footer-menu ul li:last-child a:before {
  content: "\f095";

  left: -19px;
} */

.recent-installations .box {
  position: relative;

  overflow: hidden;

  border-radius: 10px;

  background: #fff;

  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.18);

  height: 100%;
}

.recent-installations .box::before {
  content: "";

  position: absolute;

  inset: 0;

  background: rgba(27, 164, 229, 1);

  z-index: 0;

  transform: translateY(-100%);

  transition: transform 0.6s ease-in-out;

  border-radius: 10px;
}

.recent-installations .box:hover::before {
  transform: translateY(208px);
}

.recent-installations .box .box-inner {
  position: relative;

  z-index: 1;
}

.recent-installations .box:hover {
  background: transparent;
}

.recent-installations .box:hover .image {
  padding: 0 10px;
}

.installation-listing .box:hover .content h2,
.recent-installations .box:hover .content p span,
.recent-installations .box:hover .content h4 {
  color: #fff;
}

.recent-installations .box:hover .content p {
  color: rgba(255, 255, 255, 0.6);
}

select.form-control {
  -webkit-appearance: auto;

  -moz-appearance: auto;

  appearance: auto;
}

select.form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

@keyframes explode {
  0% {
    width: 0px;

    height: 0px;

    margin-left: 0px;

    margin-top: 0px;

    background-color: #f58634;
  }

  100% {
    width: 400px;

    height: 400px;

    margin-left: -200px;

    margin-top: -200px;

    background: #f58634;
  }
}

@keyframes desplode {
  0% {
    width: 400px;

    height: 400px;

    margin-left: -200px;

    margin-top: -200px;

    background: #f58634;
  }

  100% {
    width: 0px;

    height: 0px;

    margin-left: 0px;

    margin-top: 0px;

    background-color: rgba(129, 80, 108, 0.6);
  }
}

.nav-tabs .nav-link {
  border: 0;

  background-color: transparent !important;

  color: #a8a7a6;

  font-family: Poppins;

  font-size: 15px;

  font-weight: 500;

  padding: 25px 10px;
  position: relative;
}

/* .nav-tabs .nav-item:not(:last-child) .nav-link:after {
  content: "|";
  position: absolute;
  right: -5px;
  top: 25px;
} */

.nav-tabs {
  border: 0;

  padding-top: 30px;

  justify-content: space-between;

  border-bottom: 4px solid transparent;

  border-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );

  border-image-slice: 1;
}

.nav-tabs .nav-link.active {
  color: #f58634;
}

.tab-content .box {
  position: relative;
}

.tab-content .box:hover .content {
  height: 100%;
}

.tab-content .box .content {
  position: absolute;
  height: 80px;
  right: 12px;
  bottom: -20px;
  overflow: hidden;
  padding: 10px;
  transition: all 0.35s;
  border-radius: 5px;
  background: #000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(3.5px);
  width: 300px;
  text-align: center;
}

.tab-content .box:hover .content h6,
.tab-content .box .content p {
  color: #fff;
}

.tab-content .box .content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tab-content .box .content h2 {
  color: #fff;
  text-align: center;
  font-weight: 300;
  position: relative;
  margin-bottom: 60px;
}

.tab-content .box:hover .content h6 {
  display: inherit;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: inherit;
  overflow: inherit;
  text-overflow: inherit;
}

.tab-content .box .content p {
  font-size: 12px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tab-content .box .content .btn.btnBrowse {
  text-decoration: none;
}

.product-listing-tabber .tab-content .box .content h2:after,
.tab-content .box .content h6:after {
  content: "";

  border-bottom: 1px solid #fff;

  position: absolute;

  bottom: -12px;

  width: 55%;

  margin: auto;

  right: 0;

  left: 0;
}
.product-listing-tabber .tab-content .box .content h2:after{
opacity: 0;
}
.product-detail-page .main {
  height: 84px;
}
.product-listing-tabber .tab-content .box:hover  .content h2:after{
 opacity: 1;
}
.product-listing-tabber .tab-content .box:hover  .content h2{
margin-bottom: 30px;
}
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: #212121;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
}

.breadcrumb .breadcrumb-item.active {
  font-weight: 700;
}

.product-listing-tabber {
  position: relative;
 
}
@media(min-width:992px){
  .product-listing-tabber {
   height: 100vh;
   overflow: hidden;
  }
}
.product-listing-tabber:after {
  content: "";
  background-image: url(../images/product-listing-line.webp);
  position: absolute;
  right: 0;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  bottom: 0;
  z-index: -1;
}

.installation-listing .box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.18);
  height: 100%;
  transition: 0.3s linear;
}

.installation-listing .box .content {
  padding: 25px;
  text-align: center;
}

.installation-listing .box .content h2 {
  color: #f58634;
  text-align: center;
  font-family: Poppins;
  font-weight: 700;
  margin-bottom: 16px;
}

.installation-listing .box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(27, 164, 229, 1);
  z-index: 0;
  transform: translateY(-100%);
  transition: transform 0.6s ease-in-out;
  border-radius: 10px;
}

.installation-listing .box:hover {
  background: transparent;
  box-shadow: none;
}

.installation-listing .box .box-inner {
  position: relative;
  z-index: 1;
}

.installation-listing .box:hover .image {
  padding: 0 10px;
}

.installation-listing .box:hover::before {
  transform: translateY(208px);
}

/* .installation-listing .box .content a {
  opacity: 0;
} */

.installation-listing .box:hover .content a,
.installation-listing .box:hover .content p,
.installation-listing .box:hover .content h5 {
  color: #fff;
}

.installation-listing .box:hover .content a {
  opacity: 1;
}

.breadcrumb-wrapper {
  padding-top: 120px;
  padding-bottom: 20px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  margin-top: 7px;
  font-size: 12px;
}

li.breadcrumb-item {
  position: relative;
}

.ecosense-supplied-hybrid-ACDC-microgrid-at-mit-muzaffarpur .content span {
  color: #f58634;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.ecosense-supplied-hybrid-ACDC-microgrid-at-mit-muzaffarpur .content h2 {
  color: #212121;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 700;
}

.ecosense-supplied-hybrid-ACDC-microgrid-at-mit-muzaffarpur .content p {
  color: rgba(33, 33, 33, 0.6);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}

.installation-detail-page p {
  color: rgba(33, 33, 33, 0.6) !important;
}

.installation-detail-page iframe.note-video-clip {
  width: 100%;
  height: 290px;
}

.mit-leaderships-endorsement p {
  color: rgba(255, 255, 255, 0.6);
}

.installation-listing .box .box-inner p,
.expanding-the-scope-of-research p,
.why-ecosenses-hybrid-ACDC-microgrid p {
  color: rgba(33, 33, 33, 0.6);
}

.key-features-and-technical-capabilities .image {
  z-index: 1;
  position: relative;
}

.key-features-and-technical-capabilities h3 {
  color: #f58634;
}

.key-features-and-technical-capabilities .content ul li {
  color: rgba(33, 33, 33, 0.6);
  position: relative;
}

.demonstration-and-training ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1rem;
}

.demonstration-and-training ul li {
  color: #1ba4e5;
  position: relative;
}

.mit-leaderships-endorsement h3 {
  color: #fff;
}

.installation-detail-page h2 {
  font-weight: 500;
}

.mit-leaderships-endorsement h4 {
  color: #fff;
}

.mit-leaderships-endorsement {
  position: relative;
}

.card-wrapper {
  margin: 0 auto;
}

.card-wrapper img {
  width: 100%;
  display: block;
}

.img-display {
  overflow: hidden;
}

.img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}

.img-showcase img {
  min-width: 100%;
}

.img-item a img {
  height: 70px;
  object-fit: cover;
  border-radius: 3.957px;
}

.img-item {
  margin: 0.3rem 0;
}

.img-item:hover {
  opacity: 0.8;
}

.img-showcase img {
  height: 370px;
}

.key-features .image {
  position: absolute;
  right: 0;
  width: 33.33333333%;
}

.key-features {
  position: relative;
}

.key-features .content ul li {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.key-features .content ul li p {
  color: rgba(33, 33, 33, 0.7);
  font-family: Poppins;
  font-weight: 400;
}

.learning-module .box {
  border-radius: 10px;
  background: #eee;
  padding: 20px;
  margin-bottom: 20px;
}

.learning-module .box h3 {
  color: #1ba4e5;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
}

.learning-module .box ul li {
  color: rgba(33, 33, 33, 0.7);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
}

.get-in-touch h3 {
  color: #f58634;
}

.get-in-touch p {
  color: #fff;
}

.key-features {
  position: relative;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.blog-listing .box {
  border-radius: 6.576px;
  border: 0.658px solid rgba(0, 0, 0, 0.6);
  background: #fff;
  padding: 8px;
  transition: 0.3s linear;
  position: relative;
  z-index: 1;
}

.blog-listing .box .image img {
  border-radius: 6.576px 6.576px 0px 0px;
  margin-bottom: 1rem;
}

.blog-listing .box .content h2 {
  color: #000;
  font-family: Poppins;
  font-size: 13.81px;
  font-weight: 600;
  transition: 0.3s linear;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-listing .box .content p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-listing .box .content a {
  color: #f58634;
  font-family: Poppins;
  font-size: 10px;
  font-weight: 500;
}

.blog-listing .box:hover {
  border-radius: 10px;
  border: 1px solid #1ba4e5;
  background: #d1ecf9;
}

.blog-listing .box:hover .content h6 {
  color: #1ba4e5;
  font-size: 15px;
  font-weight: 700;
}

.blog-listing {
  position: relative;
}

.blog-itme-bottom {
  width: 43.5%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.itme-line img {
  width: 25%;
}

.itme-line {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.blog-detai-main-wrapper {
  position: relative;
}

.blog-detai-main-wrapper .itme-line {
  justify-content: flex-end;
  top: -12px;
}

.sidebar-box {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 20px;
}

.sidebar-box h6 {
  color: #1ba4e5;
  font-family: Poppins;
  font-weight: 600;
  /* 22.4px */
  text-transform: uppercase;
}

.sidebar-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-box ul li {
  color: rgba(33, 33, 33, 0.7);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
}

.sidebar-box ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.post-banner {
  border-radius: 5px;
  border: 1px solid #1ba4e5;
  padding: 10px;
}

.blog-detail .content h2 {
  color: #f58634;
  font-size: 35px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-detail .content p {
  color: rgba(33, 33, 33, 0.7);
}

.Testimonial .btn {
  background: rgba(27, 164, 229, 1);
}

.Testimonial iframe {
  border-radius: 8px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.26);
}

.Testimonial .content {
  border-radius: 0px 10px 10px 0;
  background: linear-gradient(90deg, #1ba4e5 0%, #0f5b7f 100%);
  padding: 40px;
}

.Testimonial .content p {
  color: #fff;
}

.Testimonial .content h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.tab-content .box {
  height: 200px;
}

.careers-wrapper .box h2 {
  font-weight: 600;
  font-size: 24px;
  display: inline-block;
  position: relative;
  line-height: 2;
  margin-bottom: 1.5rem;
  color: #1ba4e5;
}

.careers-wrapper .box h2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #1ba4e5;
  bottom: 0;
}

.careers-wrapper .box p {
  font-weight: 600;
}

.careers-wrapper .box {
  border-radius: 10px;
  border: 1px solid #1ba4e5;
  background: #eef9ff;
  padding: 20px 40px;
  z-index: 1;
  position: relative;
}

.careers-wrapper .image {
  position: relative;
  z-index: 1;
}

div#uploadSection {
  border: 1px dashed rgba(0, 0, 0, 0.15);
}

label.imgUplaodFile {
  border-radius: 4.889px;
  border: 1.15px dashed rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 16px;
  display: flex;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Albert Sans";
  font-size: 12px;
  font-weight: 400;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

button.btn.sendBtn {
  padding: 10px 30px;
}

label.imgUplaodFile input#uploadFile {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.careers-wrapper {
  position: relative;
}

.careers-wrapper:after {
  content: "";
  background-image: url(../images/product-listing-line.webp);
  position: absolute;
  right: 0;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  bottom: 0;
}

.careers-wrapper::before {
  content: "";
  background-image: url(../images/careers-line.webp);
  position: absolute;
  left: 0;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  top: 0;
}

.nav-tabs-wrapper {
  position: relative;
}

/* .nav-tabs {
  overflow-y: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
} */

/* .nav-tabs::-webkit-scrollbar-track {
  background-color: #f58634;
}

.nav-tabs::-webkit-scrollbar-thumb {
  background-color: #f58634;
  border-radius: 10px;
}

.nav-tabs::-webkit-scrollbar {
  height: 6px;
  width: 100%;
  background-color: #f58634;
}

.nav-tabs .nav-item,
.nav-tabs .nav-item button {
  white-space: nowrap;
} */

/* .nav-tabs::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  height: 6px;
} */

.box .image {
  height: 200px;
  overflow: hidden;
}

.breadcrumb-wrapper {
  padding-top: 120px;
  padding-bottom: 30px;
}

.blog-itme-bottom {
  width: 43.5%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.itme-line {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.itme-line img {
  width: 25%;
}

.blog-listing {
  position: relative;
}

.recent-installations .box:hover {
  background: #fff;
}

.banner .carousel-item {
  position: relative;
}

.banner .carousel-item:after {
  content: "";
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
}

.banner .content {
  z-index: 1;
}

.box .image img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.installation-detail-page .content span,
.installation-detail-page p.MsoNormal span {
  text-transform: inherit !important;
}

.installation-listing .box:hover .content h2 {
  color: #fff;
}

.solar-pv-training-and-Research-system h1,
.installation-detail-page .content h1 {
  font-size: 34px;
}

.footer-menu ul li span {
  display: flex;
}

.footer-menu ul li span i {
  margin-top: 5px;
  margin-right: 10px;
}

.product-listing-tabber .tab-content .box .content {
  width: auto;
  left: 12px;
}

.product-listing-tabber-wrapper .nav-tabs .nav-item {
  width: 100%;
}
.product-listing-tabber-wrapper .nav-tabs li{
 border-bottom: 1px solid #ffffff30;
}
.product-listing-tabber-wrapper .nav-tabs li:last-child{
  border-bottom: none;
}
.product-listing-tabber-wrapper .nav-tabs .nav-item .nav-link {
    padding: 7px;
    color: #fffffff7;
    font-size: 18px;
}

.product-listing-tabber-wrapper .nav-tabs {
    background: #000;
    padding: 10px 12px 10px;
    position: sticky;
    top: 10px;
    height:100vh;
    border-radius: 10px;
    overflow-y: auto;
}
.product-listing-tabber-wrapper .nav-tabs {
  /* Optional for better experience */
  scrollbar-width: thin;          /* Firefox */
  scrollbar-color: #2b3135 transparent
}

/* Chrome, Edge, Safari */
.product-listing-tabber-wrapper .nav-tabs::-webkit-scrollbar {
  width: 6px;                     /* 👈 Set your desired width */
}

.product-listing-tabber-wrapper .nav-tabs::-webkit-scrollbar-track {
  background: transparent;        /* Or a light gray for visibility */
}

.product-listing-tabber-wrapper .nav-tabs::-webkit-scrollbar-thumb {
  background-color: #aaa;         /* Customize scrollbar thumb */
  border-radius: 10px;
}

.product-listing-tabber-wrapper .nav-tabs .nav-link.active {
  background: #fff !important;
  border-radius: 6px !important;
  color: #000 !important;
  border-bottom: 1px solid transparent !important;
}
/* .product-listing-tabber-wrapper .nav-tabs {
  height: 100%;
  display: block;
} */
@media (min-width: 992px) {
  .product-listing-tabber-wrapper .col-lg-3 {
    position: absolute;
    left: 0;
    width: 28%;
    bottom: 0;
    top: 0;
  }

  .product-listing-tabber-wrapper .nav-tabs .nav-item .nav-link {
    padding: 12px 1rem;width:100%
  }
.product-listing-tabber-wrapper .nav-tabs .nav-item {
  align-items: center;
  display: flex;
}
  .product-listing-tabber-wrapper .col-lg-9 {
    margin-left: auto;
  }
}

@media (max-width: 1199px) {
  .header-wrapper .navbar-nav .nav-item .nav-link {
    font-size: 12px;
  }

  .header-wrapper .navbar-nav .nav-item .nav-link.btn {
    border-radius: 5px;

    font-size: 14px;

    padding: 12px 10px;

    margin-left: 10px;
  }
}

@media (max-width: 991px) {
  .navbar-toggler {
    border: 0;
  }

  .banner {
    z-index: 1;
  }

  .key-features-and-technical-capabilities:after {
    display: none;
  }

  .key-features .image {
    display: none;
  }

  .mit-leaderships-endorsement .image img {
    display: block !important;
  }

  .card-wrapper {
    margin-bottom: 3rem;
  }

  .product-listing-tabber:after {
    display: none;
  }

  .ecosense-supplied-hybrid-ACDC-microgrid-at-mit-muzaffarpur .image img {
    width: 100%;
    margin-bottom: 3rem;
  }

  .key-features-and-technical-capabilities img {
    width: 100%;
    margin-top: 3rem;
  }

  .why-ecosenses-hybrid-ACDC-microgrid:after {
    top: -182px;
  }

  .mit-leaderships-endorsement {
    position: relative;
  }

  .expanding-the-scope-of-research:after {
    bottom: -132px;
  }

  .mit-leaderships-endorsement .image img {
    display: none;
  }

  /* 
  .nav-tabs {
    overflow-x: scroll;

    flex-wrap: nowrap;
  }

  .nav-tabs .nav-link {
    white-space: nowrap;
  } */

  .section-title,
  .ecosense-supplied-hybrid-ACDC-microgrid-at-mit-muzaffarpur .content h2,
  h2 {
    font-size: 30px;
  }

  .navbar-toggler i {
    color: #fff !important;
  }

  .offcanvas.offcanvas-end {
    background: #fff !important;

    transform: translateX(-100%);

    position: fixed;

    top: 0;

    left: 0;

    height: 100vh;

    backface-visibility: hidden;

    bottom: 0;
  }

  .offcanvas-header {
    box-shadow: 0 0 5px #ccc;
  }

  .offcanvas-header .btn-close {
    --bs-btn-close-bg: none;

    filter: none;

    font-size: 25px;

    line-height: 1;
  }

  .header-wrapper .navbar-nav .nav-item .nav-link {
    font-size: 16px;

    color: #000;
  }

  .header-wrapper .navbar-nav .nav-item .nav-link.btn {
    font-size: 16px;

    padding: 12px 10px;

    margin-left: 0;

    width: 100%;

    margin-top: 30px;
  }

  .solar-pv-training-and-Research-system h1,
  .installation-detail-page .content h1,
  .main-title,
  h1 {
    font-size: 40px;
  }

  .banner .content p {
    font-size: 18px;
  }

  .banner .content {
    margin-left: 60px;
  }

  .contact-wrapper .col-lg-6:last-child,
  .contact-wrapper .col-lg-6:first-child {
    width: 100%;
  }

  .contact-wrapper .col-lg-6:last-child {
    margin-top: 3rem;
  }

  .contact-wrapper {
    height: auto;
  }

  .form-box-wrap,
  .detail {
    padding: 20px;
  }
}

.sustainable-solutions-for-smart-Labs .main-heading {
  text-align: left;
}

@media (max-width: 767px) {
  .banner .content {
    width: 100%;

    margin-left: 0;

    top: 30%;
  }

  .btn {
    padding: 10px 15px;
  }

  footer.footer-wrapper .col-md-4:last-child .footer-menu ul li {
    font-size: 14px;
  }

  .float {
    width: 50px !important;
    height: 50px !important;
    display: flex;
    font-size: 40px !important;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  footer.footer-wrapper h6 {
    margin-bottom: 12px;
  }

  .seeBtn,
  .banner .btn {
    padding: 5px 20px !important;
  }

  .what-we-do .content {
    text-align: center;
  }

  .recent-installations .button_su {
    margin-bottom: 20px;
  }

  .recent-installations .row {
    align-items: end !important;
  }

  .recent-installations h2 {
    font-size: 20px;
  }

  .recent-installations .main-heading {
    text-align: left;
  }



  .recent-installations .box .content {
    padding: 16px;
  }

  .recent-installations .box .image img {
    height: auto;
  }

  div#myModal .modal-content {
    padding: 10px;
  }

  .installation-detail-page h2 {
    font-size: 20px;
  }

  .key-features {
    background-image: none !important;
    background: rgba(245, 134, 52, 0.1);
  }

  .blog-detail .content h2 {
    font-size: 24px;
  }

  .img-showcase img {
    height: 300px;
    object-fit: cover;
  }

  .breadcrumb .breadcrumb-item,
  .breadcrumb .breadcrumb-item a {
    font-size: 12px;
  }

  .product-listing-tabber .tab-content .box .content h2,
  .tab-content .box .content h6 {
    font-size: 14px;

    margin-top: 8px;
  }

  .detail ul li span {
    font-size: 12px;
  }

  .tab-content .box .content {
    padding: 10px 10px;
  }

  .tab-content .box .image img {
    height: 260px;
  }

  .tab-content .box .content p {
    font-size: 12px;
  }

  .aboutus-banner .content {
    height: 355px;
  }

  .box .image img {
    width: 100%;

    height: 260px;
  }

  .aboutus-banner {
    min-height: 355px;
  }

  .ecosense-supplied-hybrid-ACDC-microgrid-at-mit-muzaffarpur .content span {
    font-size: 14px;
  }

  .aboutus-banner .content h1 {
    padding: 0 15px;
  }

  .ecosense-supplied-hybrid-ACDC-microgrid-at-mit-muzaffarpur .content h2,
  .section-title,
  h2 {
    font-size: 18px;
  }

  .sub-section-title,
  h3 {
    font-size: 18px;
  }

  .subTilte {
    font-size: 14px;
  }

  .what-we-do .col-md-6:last-child .box {
    margin-top: 3rem;

    margin-bottom: 3rem;
  }

  .seeBtn {
    padding: 10px 24px;

    font-size: 14px;
  }

  .main-title,
  .installation-detail-page .content h1,
  .solar-pv-training-and-Research-system h1,
  h1 {
    font-size: 20px;
  }

  .banner .content p {
    font-size: 16px;
  }

  .banner .carousel-control-prev-icon,
  .banner .carousel-control-next-icon {
    display: none;
  }

  .banner .carousel-item {
    height: 400px;
  }

  .header-wrapper {
    padding: 0;
  }

  .header-logo a img {
    width: 50%;
  }

  .banner .carousel-indicators button {
    width: 50px;
  }

  .banner .content h1 {
    padding-left: 10px;
  }

  .main-heading {
    text-align: center;
  }

  .btn {
    font-size: 14px;
  }

  .sustainable-solutions-for-smart-Labs .box .content {
    right: 0;
    max-width: 100%;
    text-align: center;
  }

  .sustainable-solutions-for-smart-Labs .box:hover .content {
    height: calc(140px);
  }

  .recent-installations .box .content h4 {
    font-size: 15px;
  }

  .recent-installations .box .content p span {
    font-size: 14px;
  }

  .form-box,
  .recent-installations .box .content {
    padding: 12px;
  }

  .Testimonial iframe {
    height: 185px !important;
  }

  .Testimonial .content {
    margin-top: 3rem;
    padding: 12px;
  }

  section {
    padding: 40px 0;
  }

  .footer-logo a img {
    width: 65%;
    margin: 0 auto;
  }

  .footer-logo a {
    display: block;
    text-align: center;
  }

  footer.footer-wrapper .col-md-4:last-child .footer-menu ul {
    padding-left: 16px;
  }

  .sub-sub-section-title,
  .form-box h5,
  .detail h3,
  h4 {
    font-size: 18px;
  }

  .aboutus-banner,
  .aboutus-banner .content {
    min-height: 200px;
    height: 200px;
  }

  .detail .icon i {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }

  .detail .icon {
    margin-right: 0;
  }

  .detail .content h4 {
    font-size: 14px;
  }

  .careers-wrapper .box h2 {
    font-size: 18px;
  }

  .careers-wrapper .box h2:before {
    width: 208px;
  }

  .careers-wrapper .box {
    padding: 20px;
  }

  .careers-wrapper .image {
    width: 70%;
    margin: auto;
    margin-bottom: 3rem;
  }

  .our-values .image img {
    object-fit: contain !important;
  }
}

.recent-installations .box .content p,
.installation-listing .box .content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 91px;
  right: 36px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  box-shadow: 0 3px 3px #fff;
  z-index: 100;
  line-height: 1.5;
}

.float:hover {
  color: #000;
}

.bounce {
  animation: 2s infinite bounce;
}

@keyframes bounce {
  0%,
  100%,
  25%,
  50%,
  75% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-12px);
  }
}

a {
  text-decoration: none;
}
