@import url('https://fonts.cdnfonts.com/css/galano-grotesque-alt');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Galano Grotesque Alt', sans-serif;
  font-family: 'Galano Grotesque', sans-serif;

}

body {
    font-size: 14px;
}

.img-responsive {
    width: 100%;
    height: auto;
}

#navbar {
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #282155;
    background-color: #FFFFFF;
}

#navbar .nav-item {
    padding: 7px 10px;
    transition: .3s all;
    display: flex;
    align-items: center;
}

#navbar .nav-link {
    transition: .3s all;
    color: #282155;
}

#navbar .nav-link:hover {
    transition: .3s all;
    color: #72AE45;
    border-bottom: 2px solid #72AE45;
}

.navBtn button {
    border: none;
    outline: none;
    background-color: #72AE45;
    border-radius: 5px;
    padding: 10px;
    color: #FFFFFF;
    transition: .3s all;
    border: 1px solid #72AE45;
}

.navBtn button:hover {
    background-color: transparent;
    border: 1px solid #72AE45;
    color: #72AE45;
    transition: .3s all;
}

.navBtn {
    margin-left: 50px;
}

.navbar-light .navbar-toggler {
    outline: none;
    border: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item {
    color: #282155;
}
  
.dropdown-menu {
    animation-duration: 0.7s;
    animation-name: slidein;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
    transition: ease-in 0.5s;
}
  
@keyframes slidein {
    from {
      margin-top: 100%;
    }
  
    to {
      margin-top: 0%;
    }
}
  
.dropdown-item:hover {
    /* border-bottom: 2px solid #72AE45; */
    color: #72AE45;
    transition: ease-in 0.5s;
    animation: fadein 0.5s;
    background-color: transparent;
}

.banner {
    background-image: url(./images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 142px;
    padding-bottom: 108px;
    margin-bottom: 100px;
}

#banner-sub span:nth-child(1){
    background-color: #72AE45;
    border-radius: 2px;
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: 5px;
}

#banner-sub span:nth-child(2){
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    margin-left: 5px;
}

#banner-sub {
    color: #FFFFFF;
    margin-bottom: 20px;
}

#banner-hd {
    font-size: 50px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 60px;
    margin-bottom: 15px;
    text-shadow: 0px 4px 4px #00000040;
    text-transform: capitalize;
}

#banner-p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px #00000040;
    margin-bottom: 30px;
}

#banner-btns {
    display: flex;
    gap: 20px;
}

#banner-btns :nth-child(1) {
    border: none;
    outline: none;
    background-color: #72AE45;
    border: 1px solid #72AE45;
    padding: 10px;
    border-radius: 5px;
    color: #FFFFFF;
}

#banner-btns :nth-child(1):hover {
    background-color: #FFFFFF;
    color: #72AE45;
    border: 1px solid #FFFFFF;
}

#banner-btns :nth-child(2) {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 10px;
    border-radius: 5px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

#banner-btns :nth-child(2):hover {
    background-color: #FFFFFF;
    color: #72AE45;;
}

.banner-box-right {
    background-color: #72AE45;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 20px;
    border-radius: 5px;
    width: 277px;
    color: #FFFFFF;
}

.banner-box {
    position: relative;
}

.banner-box-right {
    position: absolute;
    right: 0;
}

.banner-box-top {
    display: flex;
    gap: 8px;
}

#banner-box-top2-hd {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.68px;
    margin-bottom: 6px;
}

#banner-box-top2 p {
    font-size: 16px;
    line-height: 21.59px;
    margin-bottom: 8px;
}

#banner-box-top3 {
    display: flex;
    justify-content: right;
}

#home-abt-row1 {
    display: flex;
    gap: 10px;
}

#home-abt-row {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}

#home-abt-head {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
}

#home-abt-head span {
    color: #FFFFFF;
    background-color: #72AE45;
    border-radius: 2px;
    padding: 5px;
}

#home-abt-hd {
    font-size: 40px;
    font-weight: 700;
    line-height: 49.2px;
    margin-bottom: 20px;
}

.home-abt p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

#home-abt-row1b span {
    color: #72AE45;
    font-size: 20px;
    font-weight: 700;
}

#home-abt-row1b {
    font-size: 14px;
    font-weight: 400; 
    line-height: 20px;
}

.home-abt {
    margin-bottom: 100px;
}

.home-abt button {
    border: none;
    outline: none;
    background-color: #72AE45;
    padding: 10px;
    border-radius: 5px;
    color: #FFFFFF;
}

.home-abt button:hover {
    background-color: transparent;
    color: #72AE45;
    border: 1px solid #72AE45;
}

.home_products {
    background-image: url(./images/home-product-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 69px;
    padding-bottom: 69px;
    margin-bottom: 100px;
}

.home_products-head {
    width: 70%;
    margin: auto;
    margin-bottom: 60px;
}

.home_products-head p {
    color: #FFFFFF;
    text-align: center;
}

.home_products-header {
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500; 
    margin-bottom: 20px;
}

.home_products-header span {
    background-color: #72AE45;
    padding: 5px;
    border-radius: 2px;
}

.home_products-row {
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    padding-top: 71px;
    padding-left: 33px;
    padding-right: 33px;
    padding-bottom: 100px;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 20px;
}

.home_products-row:hover {
    background-color: #282155;
    border: 1px solid #282155;
}

.home_products-row p {
    width: 100%;
    margin-bottom: 20px;
}

#home_products-row-hd {
    font-size: 20px;
    font-weight: 600; 
    margin-bottom: 20px;
}

.home_products-row button {
    border: none;
    outline: none;
    background-color: #72AE45;
    border: 1px solid #72AE45;
    border-radius: 5px;
    padding: 10px;
    color: #FFFFFF;
}

.home_products-row button:hover {
    background-color: transparent;
    border: 1px solid #72AE45;
    color: #72AE45;
}

.home_products-icon {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.box2 {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s ease-in-out;
    border-radius: 20px;
    margin-bottom: 20px;
}

.box2 .hover {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500; 
    line-height: 20px;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    transition: all 0.5s ease-in-out;
    padding: 20px;
    width: 100%;
    border-radius: 20px;
}


.box2:hover .hover {
    opacity: 1;
    cursor: pointer;
    width: 100%;
}

.home-projectss {
    margin-bottom: 199px;
}

.home-projects-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.home-projects-btn button {
    border: none;
    outline: none;
    background-color: #72AE45;
    padding: 10px;
    border-radius: 5px;
    color: #FFFFFF;
}

.home-projects-btn button:hover {
    background-color: transparent;
    border: 1px solid #72AE45;
    color: #72AE45;
}

.home_blog {
    background-color: #282155;
    padding-top: 54px;
    padding-bottom: 100px;
    height: 300px;
}

.home_blog-row {
    position: relative;
    top: -100px;
}

.home_blog-row2 {
    display: flex;
    justify-content: space-between;
}

#home_blog-row-hd {
    color: #72AE45;
    font-size: 18px;
    font-weight: 500; 
    margin-top: 10px;
    margin-bottom: 12px;
    line-height: 20px;
}

.home_blog-row2a {
    color: #72AE45;
    font-size: 12px;
}

.home_blog-row2b {
    color: #72AE45;
    font-size: 14px;
    font-weight: 500; 
}

.home_blog-row2a i {
    margin-right: 5px;
}

.home_blog-row2b i {
    margin-left: 5px;
}

.home_clients {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 100px;
}

#home_client {
    border: 1px solid #0000001A;
    border-radius: 30px;
    padding: 30px;
}

.footer {
    background-color: #72AE45;
    padding: 60px 0px 60px 0px;
    color: #FFFFFF;
    font-size: 16px;
}

#f-contact {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

#footer-hd {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}

#f-logo {
    margin-bottom: 20px;
}

#f-icons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.footer p a {
    text-decoration: none;
    color: #FFFFFF;
}

#copyright {
    display: flex;
    justify-content: space-between;
}

.f-row {
    margin-bottom: 40px;
}

#copyright1 {
    font-size: 14px;
}

.inner-banner {
    background-image: url(./images/inner-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 93px;
    margin-bottom: 100px; 
    color: #FFFFFF;
}

#inner-banner-hd {
    font-size: 50px;
    font-weight: 700;
    text-shadow: 0px 4px 4px #00000040;
}

#breadcrumbs {
    font-size: 16px;
    font-weight: 500; 
}

#breadcrumbs a {
    text-decoration: none;
    color: #72AE45;
}

.breadcrumbs span {
    margin-right: 7px;
}

.contact-box {
    box-shadow: 0px 0px 20px 0px #28215533;
    border-radius: 50px;
    margin-bottom: 60px;
}

.c-iframe iframe {
    border-radius: 50px 0px 0px 50px;
}

#contact-box-hd {
    font-size: 30px;
    font-weight: 600;

}

.coont {
    padding: 40px;
}

.coont p {
    width: 80%;
    margin-bottom: 30px;
}

.coont input {
    width: 100%;
    border: none;
    outline: none;
    background-color: #72AE4508;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.coont input::placeholder {
    color: #000000;
    font-size: 16px;
}

.coont textarea {
    width: 100%;
    border: none;
    outline: none;
    background-color: #72AE4508;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 179px;
}

.coont textarea::placeholder {
    color: #000000;
    font-size: 16px;
}

.coont button {
    border: none;
    outline: none;
    background-color: #72AE45;
    padding: 10px;
    border-radius: 5px;
    color: #FFFFFF;
}

.contact-box2 {
    background-color: #72AE4508;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 120px;
}

.contact-boxx {
    display: flex;
    gap: 20px;
    align-items: center;
}

#contact-boxxa {
    background-color: #72AE45;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contact-boxxb {
    font-size: 16px;
}

.blog-rowws {
    margin-bottom: 40px;
}

.blog-rowws img {
    border-radius: 10px;
}

.blog-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

.blog-more button {
    border: none;
    outline: none;
    background-color: #72AE45;
    padding: 10px;
    border-radius: 5px;
    color: #FFFFFF;
}

#serv-inner-hd {
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}

.serv-inner1 {
    padding-top: 50px;
}

.serv-inner1 button {
    border: none;
    outline: none;
    background-color: #72AE45;
    padding: 10px;
    border-radius: 5px;
    color: #FFFFFF;
}

.serv-inner {
    margin-bottom: 100px;
}

.serv-inner1 p {
    font-size: 16px;
}

.serv-inner1 ul {
    margin-left: 30px;
}

.about-banner {
    background-image: url(./images/ab-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 157px;
    padding-bottom: 106px;
    margin-bottom: 100px;  
}

#about-bannerL-hd {
    font-size: 40px;
    font-weight: 700;
    line-height: 49.2px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

#about-bannerR-hd {
    font-size: 16px;
    font-weight: 400;
    line-height: 24.03px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.breadcrumbs-show {
    display: none;
}

.aboutHome {
    padding-top: 100px;
}

.about-middle {
    background-color: #282155;
    color: #FFFFFF;
    padding-top: 52px;
    padding-bottom: 52px;
    /* margin-bottom: 100px; */
}

.about-middle p {
    width: 80%;
    margin: auto;
    text-align: center;
    font-size: 16px;
}

#our_team {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 70px;
}

#our-team-row-hd {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

#our-team-row-sub {
    font-size: 16px;
    font-weight: 500;
    color: #72AE45;
    margin-bottom: 8px;
}

#our-team-icon {
    display: flex;
    gap: 10px;
}

#our-team-row-content {
    box-shadow: 0px 4px 4px 0px #2821551A;
    padding: 20px;
    border-radius: 0px 0px 10px 10px;
}

.our-team-row {
    margin-bottom: 40px;
}

.our-team-row-img img {
    width: 100%;
}

.about-client {
    background-color: #D2DEEA66;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-top: 100px;
}

.inverter-page-row-img {
    box-shadow: 0px 0px 20px 0px #28215514;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 26px;
    margin-bottom: 30px;
    height: 263px;
}

#inverter-page-row-content-hd {
    font-size: 16px;
    font-weight: 500;
    line-height: 24.6px;
    margin-bottom: 10px;
}

.inverter-page-row-content p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
}

.inverter-page-row-content ul li {
    font-size: 16px;
}

.inverter-page-row-content ul {
    margin-left: 20px;
}

.inverter-page-row {
    margin-bottom: 50px;
}

.inverter-page-rows {
    margin-bottom: 65px;
}

#myDIV {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 121px;
}

#myDIV .btn {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border: 1px solid #72AE45;
}
  
#myDIV .active, .btn:hover {
    color: #FFFFFF;
    border-radius: 5px;
    font-weight: 700;
    background-color: #72AE45;
}

.btn:focus, .btn.focus {
    box-shadow: none;
    outline: none;
}

.inverter-page-row p {
    font-size: 16px;
    line-height: 19.68px;
}

.project-page {
    width: 60%;
    margin: auto;
}

#project-page-hd {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    line-height: 49.2px;
}

.project-page p {
    text-align: center;
    margin-bottom: 70px;
}

.projectsRR {
    margin-bottom: 30px;
}

.ongoing-projects {
    background-color: #D2DEEA66;
    padding-top: 101px;
    padding-bottom: 102px;
}

.home_blog-row2 a {
    text-decoration: none;
    color: #72AE45;
}

.blog-info {
    background-image: url(./images/blog-info.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 383px;
    padding-bottom: 38px;
    margin-bottom: 100px;  
}

#blog-info-hd {
    font-size: 40px;
    font-weight: 600;
    line-height: 49.2px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px #00000040;
    line-height: 40px;
}

#blog-info-row1-hd {
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}

#blog-info-share {
    display: flex;
    gap: 10px;
    margin-top: 40px;
    margin-bottom: 30px;
}

#blog-info-share1 {
    font-size: 18px;
    font-weight: 500;
}

.blog-info-row {
    margin-bottom: 100px;
}

.otherPost {
    background-color: #F5F5F5;
    padding-top: 59px;
    padding-bottom: 59px;
    padding-left: 120px;
}

#otherPost-hd {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

#otherPosts-hd {
    font-size: 18px;
    font-weight: 500;
    line-height: 22.14px;
    color: #72AE45;
    margin-top: 5px;
}

@keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 7));
    }
}

.slider { 
    height: auto;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider::before, .slider::after {
    content: "";
    height: auto;
    position: absolute;
    width: 373px;
    z-index: 2;
}

.slide img {
    border-radius: 10px;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    height: 200px;
    width: 373px;
    padding-left: 20px;
}
  
.quote-bg {
    background-image: url(./images/quote-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px; 
    padding-bottom: 100px;
}

.quote-body {
    width: 50%;
    margin: auto;
}

#quote-body-hd {
    font-size: 20px;
    font-weight: 500;
    line-height: 24.6px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.quote-body input {
    width: 100%;
    border: none;
    outline: none;
    padding: 20px;
    font-size: 16px;
    border-radius: 20px;
    background-color: #FFFFFF;
    margin-bottom: 20px;
}

.quote-body input::placeholder {
    color: #282155;
}

.quote-body textarea {
    width: 100%;
    border: none;
    outline: none;
    padding: 20px;
    font-size: 16px;
    border-radius: 20px;
    background-color: #FFFFFF;
    margin-bottom: 40px;
    height: 150px;
}

.quote-body textarea::placeholder {
    color: #282155;
}

.quote-body .form-select {
    width: 100%;
    border: none;
    outline: none;
    padding: 20px;
    font-size: 16px;
    color: #282155;
    border-radius: 20px;
    background-color: #FFFFFF;
    margin-bottom: 20px;
}

.quote-body button {
    width: 100%;
    border: none;
    outline: none;
    background-color: #72AE45;
    padding: 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}

.thumbnail {
    width: 100px;
    display:inline-block;
    padding: 10px;
    cursor: pointer;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px 0px #28215514;
    border-radius: 20px;
    margin-bottom: 20px;
}

.thumbnail img {
    width: 100%;
}

.product-details {
    background-color: #D2DEEA4D;
    padding-top: 86px;
    padding-bottom: 86px;
}

#product-details-rowR-hd {
    font-size: 40px;
    font-weight: 600;
    line-height: 36.9px;
    margin-bottom: 20px;
}

#product-fearures-sub {
    font-size: 30px;
    font-weight: 600;
    line-height: 36.9px;
    margin-bottom: 20px;
}

#product-details-rowR-sub-hd {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 10px;
}

.product-details-rowL img {
    border-radius: 15px;
}

.product-details-rowR p {
    font-size: 16px;
}

.product-details-rowR {
    padding-top: 40px;
}

.product-details-row {
    margin-bottom: 30px;
}

.product-fearures {
    background-color: #FFFFFF;
    padding-top: 90px;
    padding-bottom: 90px;
}

#product-fearures-hd {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}

.tb-d {
    display: flex;
    gap: 10px;
}

#tb-da img {
    width: 13px !important; 
    height: 13px !important; 
}

.table-responsive span {
    margin-right: 5px;
    font-size: 16px;
}


.hover-zoomin {
    display: block;
    position: relative;
    overflow: hidden;
}

.hover-zoomin img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hover-zoomin:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);  
    cursor: pointer;
}

.hover-zoomin1 {
    display: block;
    position: relative;
    overflow: hidden;
}

.hover-zoomin1 img {
    width: auto;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hover-zoomin1:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);  
    cursor: pointer;
}

.key-Att {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.key-att {
    text-align: center;
}

#key-att-hd {
    font-size: 25px;
    font-weight: 500; 
    margin-top: 20px;
}

.bp-img img {
    border-radius: 10px;
}

.certificationPage {
    margin-top: 100px;
    margin-bottom: 100px;
}

.certificationrow a {
    text-decoration: none;
    color: #000000;
}

.certificationrow {
    text-align: center;
}

.certificationrow p {
    font-size: 20px;
    font-weight: 500px;
    margin-top: 20px;
}

#product-fearures-td {
    font-size: 20px;
    font-weight: 500px; 
}

.tab {
    overflow: hidden;
    border: 1px solid #72AE45;
    background-color: transparent;
    margin-bottom: 70px;
    width: fit-content;
    border-radius: 10px;
}
  
  /* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 500;
    /* border: 1px solid #282155; */
}
  
  

  
  
.tab button.active {
    background-color: #72AE45;
    color: #FFFFFF;
    font-weight: 600;
}
  
  
.tabcontent {
    display: none;
    padding: 6px 12px;
    margin-bottom: 100px;
}

.tabcontent {
    animation: fadeEffect 1s; 
}
  
 
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.innerter-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ct-img img {
    width: 15%;
    aspect-ratio: 3/2;
    object-fit: contain;
    mix-blend-mode: color-burn;
}

.pictoral-table {
    width: 70%;
    margin: auto;
}

.pictoral-table ul li {
    margin-left: 25px;
}

.solarIMG {
    margin-bottom: 20px;
}

.solarIMG img {
    width: 100%;
    border-radius: 15px;
}





/* MEDIA */



@media (max-width: 736px) {

    .pictoral-table {
        width: 100%;
        margin: auto;
    }

    .product-details-row {
        margin-bottom: 20px;
    }

    #about-bannerL-hd {
        font-size: 37px;
        font-weight: 700;
        line-height: 45px;
        color: #FFFFFF;
        margin-bottom: 30px;
    }

    .about-banner {
        background-image: url(./images/ab-banner.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 100px;
        padding-bottom: 106px;
        margin-bottom: 100px;  
    }

    .quote-body {
        width: 100%;
        margin: auto;
    }

    .otherPost {
        background-color: #F5F5F5;
        padding-top: 59px;
        padding-bottom: 59px;
        padding-left: 20px;
    }

    .project-page {
        width: 100%;
        margin: auto;
    }

    .about-middle p {
        width: 100%;
        margin: auto;
        text-align: center;
        font-size: 16px;
    }

    .aboutHome {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .breadcrumbs-hide {
        display: none;
    }

    .breadcrumbs-show {
        display: block;
    }

    .serv-inner1 {
        padding-top: 0px;
    }

    .contact-box2 {
        background-color: #72AE4508;
        padding: 20px;
        display: flex;
        justify-content: left;
        align-items: start;
        gap: 40px;
        margin-bottom: 120px;
        flex-direction: column;
    }

    .c-iframe iframe {
        border-radius: 50px 50px 0px 0px;
    }

    #copyright {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    #footer-hd {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    #home_client {
        border: 1px solid #0000001A;
        border-radius: 30px;
        padding: 5px;
    }

    .home_clients {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        margin-bottom: 100px;
    }

    .home_blog-row2 {
        margin-bottom: 20px;
    }

    .home_products-row p {
        width: 100%;
        margin-bottom: 20px;
    }

    .home_products-head {
        width: 100%;
        margin: auto;
    }

    .home-abt button {
        margin-bottom: 20px;
    }

    .banner-box-right {
        position: absolute;
        right: 20px;
    }

    #banner-btns {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
    }

    .navBtn {
        margin-left: 0px;
    }
	
}







@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */


	

}



@media (min-device-width : 737px)
and	(max-device-width : 991px){
	
	 
    
	
}


@media only screen 
and (min-device-width : 737px) 
and (max-device-width : 767px) { /* STYLES GO HERE */



}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
	
	
	
  
}




@media (min-width:320px) and (max-width: 480px) { 
	
    
    
}


