/* .banner-solari-2-content .banner-title {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  margin-top: 25px;} */

/* 

  .banner-solari-2-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.banner-solari-2-content .banner-title {
  font-weight: 700;
  font-size: clamp(32px, 5vw, 60px);
  line-height: clamp(30px, 2vw, 70px);
  line-height: 40px;
  color: #fff;
  margin-top: 25px;
  text-align: center;
}


@media (max-width: 768px) {
  .banner-solari-2-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .banner-solari-2-content .banner-title {
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .banner-solari-2-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-solari-2-content .banner-title {
    font-size: clamp(28px, 7vw, 40px);
    line-height: clamp(16px, 4vw, 50px);
   
  }
} */






.custom-header {
  /* width: 100%; */
  /* background-color: red !important; */
}


/* .nav-header-social-links{
      width: 300px;
      background-color: red;
} */

/* .custom-navbar{
   display: flex;
    justify-content: space-between;
} */

/* 
.logo{
    width: 175px !important;
} */


nav ul {
  align-items: start;
}

/* 
.navbar-right{
display: flex;
 
   width: 117%;
  justify-content: start;
  padding-left: 2%;
} */

/* .left-side{
    background-color: red !important;
    width: 100px;
    height: 100px;
} */

/* .logo{
    width: 150px;
}

.custom-navbar{
   display: flex;
    justify-content: space-between !important;
} */



/*hoer*/

.projectsDropdown {
  font-size: 15px;
}

ul hr {
  margin: 4px;
}


.who-we-are {
  min-width: 120px
}

.dropdown-submenu {
  position: relative;
  font-family: "Acumin";
  min-width: 210px;

}

.prjects-submenu {
  margin-left: 20px;
}

.dropdown-submenu .dropdown-menu {

  position: absolute;
  top: 0;
  left: 106%;
  margin-top: 5px;


}

@media (min-width: 992px) {


  .nav-item.dropdown:hover>.dropdown-menu {
    display: block;
  }

  .dropdown-submenu:hover>.dropdown-menu {
    display: block;
  }


  .dropdown-toggle::after {
    vertical-align: 0.15em;
  }
}


.dropdown-item,
.dropdown-submenu {
  width: 100%;
}


.dropdown-submenu>a {
  display: block;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}


.nav-item.dropdown>a {
  pointer-events: auto;
}

.header-nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

/* .footer-contact-wrapper-2 .info-content a .title {
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  line-height: 21px;
  transition: 0.3s;
  margin-bottom: 2px;
} */

/* .single-footer-component{
   margin-right: 30px;
} */

.about {
  margin-right: 10px;
}

/* .word {
  margin-left: 10px;
} */


.contact-info p {
  margin-bottom: 15px;
}

.dropdown-menu {
  width: auto;
  border-radius: 5px;
  border: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 10px;
  min-width: 250px !important;

}


/* .single-footer-one-wrapper.two .single-footer-component .body p.disc {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
}

.pages-footer ul li a p {
  font-weight: 500;
  font-size: 14px;
  line-height: 40px;
  transition: 0.3s;
  margin-bottom: 0;
} */


@media (min-width: 1199px) {
  .single-footer-one-wrapper .single-footer-component {
    flex-basis: 24%;
  }
}


@media (min-width: 768px) and (max-width: 1199px) {
  .single-footer-one-wrapper .single-footer-component {
    flex-basis: 40%;
  }

}

@media (max-width: 768px) {
  .single-footer-one-wrapper .single-footer-component {
    flex-basis: 50%;
  }
}