@media screen and (min-width:768px){
    .info_items::before {
        content: "";
        position: absolute;
        top: 50px;
        width: 75%;
        height: 1px;
        background-color: var(--orange);
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
      }
}

@media screen and (max-width:767px){

       .hero-icon-wrapper h4 {
        font-size: 18px;
    }
}

@media screen and (max-width:991px){

    .large{
display: none;
    }
}

@media screen and (min-width:992px){
    .small{
display: none !important;
    }
}

@media screen and (min-width:768px) and (max-width:1280px){

       .hero-icon-wrapper h4 {
        font-size: 35px;
    }
}

@media screen and (min-width:1281px) {

       .hero-icon-wrapper h4 {
        font-size: 50px;
    }

     .second {
        font-size: 40px !important;
    }
}

@media screen and (max-width:991px) and (min-width:768px){
    .item-p{
        height:125px;
    }
}
@media screen and (max-width:767px){
    .prev, .next {
    display: none;
       
      }
}

@media screen and (min-width:992px) {
    .item-p{
        height:75px;
    }
}

@media screen and (max-width:768px) {
    .info_items .item p {
        margin-top:20px;
    }
}

@media screen and (max-width:449px) and (min-width: 400px) {
    .img-fluid-2{
        height: 250px;
    }
}

@media screen and (min-width:400px){

    .power-saving-content-top span{
        font-size:20px;
    }
}

@media screen and (max-width:340px){

    .power-saving-content-top {
        margin-top:0;
    }
}

@media screen and (min-width:450px) {
    .img-fluid-2{
        height: 400px;
        width: 65%;

    }
}
@media screen and (max-width:399px) {
    .img-fluid-2{
        height: 200px;
    }
}


@media screen and (max-width:768px) {
    .info_items .item{
        margin-top:40px;
    }
}

@media screen and (max-width:1399px) {


    .blog-wrapper .blog-image img {
        width: 260px;
    }

    .blog-wrapper .blog-content h6 {
        font-size: 20px;
        line-height: 24px;
    }

    .section-title h3 {
        font-size: 54px;
        line-height: 60px;
    }

 
    .hero-icon-wrapper {
        padding: 24px;
        gap: 24px;
        height: 120px;
    }

    header .nav-item:not(:last-child) {
        margin-right: 16px;
    }

    header .theme-btn {
        padding: 8px 14px;
        font-size: 14px;
    }

    header .social-link li a {
        width: 38px;
        height: 38px;
    }

    header .social-link li:not(:last-child) {
        margin-right: 6px;
    }

    header .navbar .navbar-brand img {
        height: 42px;
    }

    .energy-content{
        width: fit-content;
        float: right;
    }
}

@media screen and (max-width:1280px) {


    .video-bg {
        height: 470px;
    }

    .works-block span, .team-block span {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .works-block h3, .team-block h3 {
        font-size: 18px;
    }

    .power-call span {
        height: 60px;
        width: 60px;
    }

    .power-call span svg {
        width: 24px;
        height: 24px;
    }

 

    .hero-icon-wrapper {
        padding: 20px;
        gap: 20px;
        height: 120px;
    }
    .energy-content{
        width: fit-content;
        float: right;
    }
}

@media screen and (max-width:1199px) {
      
    .hero {
        margin-top: 80px;
    }

    .dropdown-menu {
        background-color: white;
        font-size:14px;
          }

    .works-content, .team-content {
        padding: 9px 14px;
        bottom: -1px;
    }

    .video-wrapper button, .circle {
        width: 70px;
        height: 70px;
    }

    .video-wrapper button::after {
        width: 70px;
        height: 70px;
    }

    .video-wrapper button img {
        height: 30px;
    }

    .section-title h3 {
        font-size: 44px;
        line-height: 50px;
    }

    header {
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
        background-color: #fff;
        height: auto;
        padding: 10px 6px 10px;
        border-bottom: none;
        z-index: 150;
        top: 0;
        margin-top: 0;
    }

    header .theme-btn {
        margin-bottom: 6px;
    }

    .hero {
        margin-top: 85px;
    }

    header .navbar-nav {
        border-top: 1px solid #e0e0e0;
        margin-top: 15px !important;
        padding: 15px 0 15px;
        align-items: flex-start;
    }

    header .navbar .nav-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 16px;
    }

    header .navbar .nav-item .nav-link::after {
        display: none;
    }

    header .contact-btn {
        padding: 6px 16px !important;
    }

    header .theme-btn-v2, header .sub-menu li a, header .navbar-collapse .nav-item .nav-link {
        font-size: 14px;
    }

    header .navbar .navbar-collapse {
        margin-right: 0;
    }

    .header-sticky::after {
        background-color: #fff;
    }

    .navbar-nav .theme-btn {
        margin: 8px 0 0 11px;
    }

    header .social-link {
        margin-bottom: 16px;
    }
    .energy-content{
        width: fit-content;
        float: left;
    }
}

@media screen and (min-width:993px) {
  .main {
        margin-top:200px;
    }

  .second {
        margin-top:50px;
    }
}

@media screen and (max-width:992px) {
    .hero-icon-wrapper {
        height: auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .hero-bg .section-title {
        height: calc(100vh - 300px);
    }
    .energy-content{
        width: fit-content;
        padding:0
    }

    .visible{
        display: none !important;
    }

    .first-service{
        margin-bottom: 50px;
    }

     .third-service{
        margin-bottom: 50px;
    }

    .image-service{
        margin-top:10px !important;
        text-align: center;
        margin-bottom: 10px !important;
    }

}

@media screen and (max-width:991px) {

    .py-80 {
        padding: 40px 8px;
    }

    .hero {
        padding: 0 12px;
        margin-top: 95px;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .energy-bg {
        padding: 40px 20px;
    }

    .section-title h3 {
        font-size: 24px !important;
        line-height: 42px;
    }

    .section-title h2::after {
        bottom: -12px;
    }

    .section-title h2 {
        margin-bottom: 18px;
    }

    .question-bg .section-title {
        width: 100%;
    }

    .theme-btn {
        padding: 7px 16px;
    }

    .faq {
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 40px;
    }

    .faq .section-title, .energy-bg .section-title {
        margin-bottom: 30px;
    }

    .energy-content {
        margin-bottom: 30px;
        width: fit-content;
        float: left;
        padding: 0;
    }

    /* .energy-wrapper .energy-content {
        margin-bottom: 0;
    } */

    .energy-wrapper {
        padding: 20px;
    }

    .energy-content h4 {
        margin: 20px 0 8px;
        font-size: 20px;
    }

    .energy-block img {
        height: 56px;
    }

    .energy-content ul {
        margin-top: 20px;
    }

    .power-call span {
        height: 48px;
        width: 48px;
    }

    .power-call span svg {
        width: 20px;
        height: 20px;
    }

    .power-saving-content span {
        font-size: 18px;
    }

    .power-saving-content {
        padding: 12px 14px;
        border: 2px solid #fff;
        gap: 10px;
        margin-top: -30px;
    }

    .power-saving-content img {
        height: 34px;
    }

    .power-call a {
        font-size: 20px;
    }

    .power-call {
        gap: 12px;
    }

    .power .section-title {
        margin-bottom: 20px;
    }

    .energy-content ul li i {
        font-size: 16px;
    }

    .energy-content ul {
        padding: 6px 9px;
    }

    .faq .faq-bg {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-bg {
        padding: 40px 20px;
    }

    footer {
        padding-left: 8px;
        padding-right: 8px;
        background-size: cover;
        height: 100%;
        padding-bottom: 60px;
    }

    footer .footer-title h2 {
        font-size: 20px;
        margin-bottom: 24px;
    }

    footer .footer-title h2::after {
        bottom: -8px;
    }

    /* .footer-address a {
        font-size: 20px;
    } */

    .footer-block ul li a {
        background-color: #ffffff00;
        backdrop-filter: blur(10px);
        border: 1px solid #ffffff50;
        color: #fff;
    }

    .copyright p {
        font-size: 14px;
    }

    .slider-button-block {
        margin-top: 30px;
        text-align: center;
    }

    .hero-bg .section-title {
        height: calc(100vh - 340px);
    }

    .hero-bg {
        background-position: center;
        background-size: contain;
    }

    .hero-bg .section-title {
        height: 100%;
        justify-content: flex-start;
    }

    .hero-bg {
        padding: 40px 20px;
        height: 100%;
    }

    .icons {
        position: static;
    }

    .hero-icon-wrapper {
        flex-direction: row;
        text-align: left;
        padding: 16px;
    }

    .hero-icon-wrapper img {
        height: 56px;
        width: 50px;
        object-fit: contain;
    }

    .icons {
        margin-top: 30px;
    }
}

@media screen and (max-width:767px) {
    .hero .section-title h2 {
        margin-bottom: 12px;
    }

    .works-content {
        width: 90%;
    }

    .video-wrapper button, .circle {
        width: 54px;
        height: 54px;
    }

    .video-wrapper button::after {
        width: 54px;
        height: 54px;
    }

    .hero-bg {
        background-position: center;
        background-size: cover;
    }

    .video-wrapper button img {
        height: 20px;
    }

    .video-bg {
        height: 420px;
    }

    .blog-content {
        padding: 20px;
    }

    .blog-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .blog-wrapper .blog-image img {
        width: 100%;
        border-radius: 16px 16px 0 0;
    }

    .hero-bg .section-title {
        height: 100%;
        justify-content: flex-start;
    }

    .hero-bg {
        padding: 40px 20px;
        height: 100%;
    }

    .icons {
        position: static;
    }

    .hero-icon-wrapper {
        flex-direction: row;
        text-align: left;
        padding: 16px;
    }

    .hero-icon-wrapper img {
        height: 56px;
        width: 50px;
        object-fit: contain;
    }

    .icons {
        margin-top: 30px;
    }

    header .navbar-brand img {
        height: 34px !important;
        width: auto;
    }

    header .hamburger {
        top: -7px;
    }

    .blog-wrapper {
        height: auto;
    }

    .footer-block ul li i {
        color: #fff;
    }

    .accordion .accordion-item .accordion-collapse .accordion-body {
        border-top-color: #ffffff50;
    }
    .energy-content{
        width: fit-content;
        padding: 0;
    }
    
}

@media screen and (max-width:599px) {
    .team-block img {
        height: 100%;
    }
    .energy-content{
        width: fit-content;
        padding: 0;
    }
}

@media screen and (max-width:576px) {
    header .navbar {
        padding: 0 6px;
    }

    header .hamburger {
        top: -10px;
        right: 27px;
    }
    .energy-content{
        width: fit-content;
        float: left;
        padding: 0;
    }

    .full .content img {
      
        width:80% !important;
       
      }
}

@media screen and (max-width:398px) {
    .theme-btn{
        font-size:16px;
    }

  
}

@media (max-width: 600px) {
    .gallery {
      grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
    }
  }
  @media (max-width: 400px) {
    .gallery {
      grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }
  }

  @media screen and (min-height:1199px) {
    .full .content img {
      
        height:60% !important;
       
      }
  }

  @media screen and (min-width:768px) {

    .full .content img {
      
        width:500px !important;
       
      }
  }