
:root {
    --primary: #2776b7;
    --light: #F6F7F8;
    --dark: #1A2A36;
}
.feature-row p,
.residential-solar p,
.feature-text p,
.about-text,
.service-item,
.mission-element,
.vision-left-col p,
.solar-type .content p,
.impact-solar p,
.solar-content .left-side-solar p{
    text-align: justify;
}
.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}
/* feature  */
.feature-text .feature-row strong{
    color: var(--primary);
}
.why-solar{
    background-image: url(../img/solar-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}
.why-solar p strong,
.why-solar p i{
    color: var(--primary);
}
.why-solar img{
    height: 500px;
}
.why-solar marquee{
    position: absolute;
    right: 0;
    padding-top: 260px;
}
.why-solar marquee img{
    background: white;
    padding: 20px;
    height: 400px !important;
}
.why-solar .left-side-solar{
    padding-right: 30px;
}
.why-solar .left-side-solar p{
    text-align: justify;
    /* color: white; */
}
.why-solar p span{
    color: #f93a3f;
}
/* portfolio-item  */
.portfolio-item  .text-primary span {
    color: gray;
}

.portfolio-item img{
    height: 272px !important;
}
/* quote-text */
.quote-text h6{
    color: var(--primary);
}
.quote-text span{
    color: var(--primary);
}
/* about  */
.about-banner{
    background-image: url(../img/aboutus.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px !important;
    position: relative;
    padding: 110px 0 110px;
}
.about-banner::before{
    position: absolute;
    left: 0;
    top: 0;
    height: 463px;
    width: 100%;
    background: #131313;
    opacity: 0.7;
    content: "";
}
.about-banner .auto-container{
    position: absolute;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 167px;
    width: 100%;
    text-align: center;
}
.about-banner .auto-container h1{
    font-size: 64px;
    color: #ffffff;
    margin-bottom: 17px;
}
.about-banner .auto-container p{
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
}
.about-banner .auto-container p a{
    color: #ffffff;
}
.about-details{
    position: relative;
}
.about-details .img-section{
    position: relative;
}
.about-details .img-section:before {
    content: "";
    position: absolute;
    top: 60px;
    left: -5px;
    bottom: 60px;
    right: 263px;
    border: 10px solid var(--primary);
    z-index: -1;
    animation: 12s ease-out 0s infinite normal none running right-left;
}
@keyframes right-left{
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(40px);
    }
    50% {
        transform: translateX(0);
    }
    75% {
        transform: translateX(-40px);
    }
    100% {
        transform: translateX(0);
    }
}
.about-details .img-section .left-img{
    margin-right: 130px;
    margin-right: 130px;
    margin-left: 65px;
    width: 440px;
    height: 520px;
}
.about-details .img-section .widget-img{
    position: absolute;
    top: 10px;
    right: 40px;
}
.about-details .item-img{
    position: absolute;
    bottom: 60px;
    right: 22px;
}
.about-details .item-img img{
    max-width: 315px;
    border: 12px solid #fff;
}
.about-details .icon-turbines {
    position: absolute;
    bottom: -90px;
    left: 10px;
}
.icon-turbines {
    width: 651px;
    height: 304px;
    background-image: url(../img/aboutus-bg.png);
}
.about-details .icon-solar {
    position: absolute;
    bottom: -90px;
    right: 0;
}
.icon-solar {
    width: 421px;
    height: 301px;
    background-image: url(../img/aboutus-bg1.png);
}
.about-details .left-side-solar .para{
    text-align: justify;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
}
.about-details .left-side-solar .first-box{
    position: relative;
    font-size: 15px;
    line-height: 24px;
    padding-left: 20px;
    font-weight: 600;
    letter-spacing: -0.01em;
   -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 15px;
}
.about-details .left-side-solar strong{
    color: black;
}
.about-details .left-side-solar .inner{
    position: relative;
    width: 169px;
    margin-right: 8px;
    padding: 35px 10px 15px;
    background-color: #f8f8f8;
    text-align: center;
    z-index: 99;
}
.about-details .left-side-solar .inner i{
    display: block;
    font-size: 45px;
    margin-bottom: 15px;
}
.about-details .left-side-solar .inner h6{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.01em;
}
.benefit-row p strong, 
.benefit-row p i {
    color: var(--primary);
}
.mission-row .mission-element{
    display: flex;
}
.mission-row .mission-element img{
    width: 90px;
    margin: 20px 40px 0 0;
    padding: 15px;
    border: 2px solid #F0F0F0;
    border-radius: 50px;
}
.mission-row .mission-element h6{
    color: #253C4A;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 17px !important;
}
.mission-row .mission-element p{
    margin-bottom: 2.5rem !important;
}
.vision-row{
    background-image: url(../img/vision-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
}
.vision-row .vision-left-col{
    padding-left: 300px !important;
    padding-right: 10px !important;
}
.vision-row .vision-left-col h1{
    color: white;
}
.vision-row .vision-left-col p strong i{
    color: white;
}
.value-row .card{
    min-height: 280px;
}
.value-row .card img{
    margin: 0 auto;
    width: 60px;
}
.value-row .card h5{
    color: var(--primary);
    text-align: center;
    margin-top: 13px;
    margin-bottom: 12px;
    font-weight: 100;
}
.value-row .card p{
    text-align: center;
}
/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}
/* solar content  */
.solar-content .img-section .solar-img{
    background: #1a2a36;
    height: 441px;
    width: 640px;
    position: absolute;
    border: 30px;
    right: 120px;
    z-index: -1;
    margin-top: -170px;
}
.solar-content .img-section .solar-img .row{
    bottom: 92px;
    position: absolute;
    padding: 0 35px;
    width: 100%;
}
.solar-content .img-section .solar-img .row img{
    border-radius: 10px;
    width: 100%;
    height: 130px;
}
/* solar type  */
.solar-type .container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 100px 50px;
    padding: 80px 50px;
}

.solar-type .container .card {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 500px;
    max-width: 100%;
    height: 300px;
    background: #FFF;
    border-radius: 20px;
    transition: 0.5s;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
}

.solar-type .container .card:hover {
    height: 400px;
}

.solar-type .container .card .img-box {
    position: absolute;
    top: 20px;
    left: 23px;
    width: 450px;
    height: 220px;
    background: #333;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.5s;
}

.solar-type .container .card:hover .img-box {
    top: -100px;
    scale: 0.75;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}

.solar-type .container .card .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solar-type .container .card .content {
    position: absolute;
    top: 252px;
    width: 100%;
    height: 35px;
    padding: 0 30px;
    text-align: center;
    overflow: hidden;
    transition: 0.5s;
}

.solar-type .container .card:hover .content {
    top: 130px;
    height: 250px;
}

.solar-type .container .card .content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--clr);
}

.solar-type .container .card .content p {
    color: #333;
}

.solar-type .container .card .content a {
    position: relative;
    top: 15px;
    display: inline-block;
    padding: 12px 25px;
    text-decoration: none;
    background: var(--clr);
    color: #FFF;
    font-weight: 500;
}

.solar-type .container .card .content a:hover {
    opacity: 0.8;
}

@media (max-width: 480px) {
    .solar-type .container .card {
        width: 230px;
        border-radius: 15px;
    }
    .compost-details .waste-process {
        margin: 95px 0 0 25px !important;
    }
    .solar-type .container .card .img-box {
        width: 185px !important;
        border-radius: 10px;
    }

    .solar-type .container .card .content p {
        font-size: 0.8rem;
    }

    .solar-type .container .card .content a {
        font-size: 0.9rem;
    }
}

/* // solar type  */
/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}
.service-item img{
    height: 272px;
    width: 100%;
}

.service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover .service-icon {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


.showcase {
    width: 100%;
    height: 600px;
    position: relative;
    color: white;
    text-align: center;
  }
  
  .showcase .showcase-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index:99
  }
  .showcase .showcase-innerimg img{
    border-radius: 50%;
    height: 250px;
    width: 250px;
    border: 6px solid #dee2e6;
  }
  .showcase .overlay {
    width: 100%;
    height: 600px;
    background-color:rgb(39 120 184 / 73%);
    position: absolute;
    top: 0;
    left: 0;
    z-index:999
  }
  
  .showcase h2 {
    margin-top: 170px;
    font-size: 3em;
  }
  
  .showcase p {
    margin-top: 8px;
    font-size: 1.2em;
  }
 .impact-solar h3{
    background-color: #1a2a3617;
    color: var(--primary);
    padding: 10px 20px;
    height: 75px;
    font-size: 22px;
 } 
 .impact-solar p{
    padding: 20px;
 }
 /* solar-panel works start  */
 .timeline{
    position:relative;
    margin:50px auto;
    padding:40px 0;
    width:1000px;
    box-sizing:border-box;
  }
  .timeline:before{
    content:'';
    position:absolute;
    left:50%;
    width:5px;
    height:100%;
    background:var(--primary);
  }
  .timeline ul{
    padding:0;
    margin:0;
  }
  .timeline ul li{
    list-style:none;
    position:relative;
    width:50%;
    padding:20px 40px;
    box-sizing:border-box;
  }
  .timeline ul li:nth-child(odd){
    float:left;
    text-align:right;
    clear:both;
  }
  .timeline ul li:nth-child(even){
    float:right;
    text-align:left;
    clear:both;
  }
  .content{
    padding-bottom:20px;
  }
  .timeline ul li:nth-child(odd):before
  {
    content:'';
    position:absolute;
    width: 11px;
    height: 11px;
    top: -1px;
    right: -8px;
    background: var(--primary);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgb(39 118 183 / 20%);
  }
  .timeline ul li:nth-child(even):before
  {
    content:'';
    position:absolute;
    width:11px;
    height:11px;
    top:24px;
    left:-2px;
    background:var(--primary);
    border-radius:50%;
    box-shadow:0 0 0 3px rgb(39 118 183 / 20%);
  }
  .timeline ul li h3{
    padding:0;
    margin:0;
    color:var(--primary);
    font-weight:600;
  }
  .timeline ul li p{
    margin:10px 0 0;
    padding:0;
    text-align: justify;
  }
  .timeline ul li .time h4{
    margin:0;
    padding:0;
    font-size:14px;
  }
  .timeline ul li:nth-child(odd) .time
  {
    position:absolute;
    top:12px;
    right:-250px;
    margin:0;
    padding:8px 16px;
    /* background:var(--primary);
    color:#fff;
    border-radius:18px;
    box-shadow:0 0 0 3px rgb(39 118 183 / 20%); */
  }
  .timeline ul li:nth-child(even) .time
  {
    position:absolute;
    top:12px;
    left:-250px;
    margin:0;
    padding:8px 16px;
  }
  @media(max-width:1000px)
  {
    .timeline{
      width:100%;
    }
  }
  @media(max-width:767px){
    .timeline{
      width:100%;
      padding-bottom:0;
    }
    h1{
      font-size:40px;
      text-align:center;
    }
    .timeline:before{
      left:20px;
      height:100%;
    }
    .timeline ul li:nth-child(odd),
    .timeline ul li:nth-child(even)
    {
      width:100%;
      text-align:left;
      padding-left:50px;
      padding-bottom:50px;
    }
    .timeline ul li:nth-child(odd):before,
    .timeline ul li:nth-child(even):before
    {
      top:-18px;
      left:16px;
    }
    .timeline ul li:nth-child(odd) .time,
    .timeline ul li:nth-child(even) .time{
      top:-30px;
      left:50px;
      right:inherit;
    }
  }
 /* soalr-panel works end  */
 /* resedential solar start  */
 .residential-benefits .card{
    width: 350px;
    min-height: 270px;
    border-radius: 30px;
    border: none;
    box-shadow: 6px 4px 5px 2px #dedede75;
    margin-bottom: 10px;
    padding: 20px;
 }
 .residential-benefits .card img{
    margin: 0px auto 20px;
 }
 .residential-benefits .card p{
    font-size: 22px;
    line-height: 34px;
    color: black;
 }
 /* residential soalr end  */
 /* contact us start  */
.contact {
    background-color: #444442;
    padding-top: 85px;
}

.contact h1 {
    font-family: 'Poppins', sans-serif, 'arial';
    font-weight: 600;
    font-size: 72px;
    color: white;
    text-align: center;
}

.contact h4 {
    font-family: 'Roboto', sans-serif, 'arial';
    font-weight: 400;
    font-size: 20px;
    color: #9b9b9b;
    line-height: 1.5;
}

/* ///// inputs /////*/

input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
    font-size: 0.75em;
    color: #999;
    top: -5px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}

.contact .styled-input {
    float: left;
    width: 293px;
    margin: 1rem 0;
    position: relative;
    border-radius: 4px;
}

@media only screen and (max-width: 768px){
    .styled-input {
        width:100%;
    }
}

.contact .styled-input label {
    color: #999;
    padding: 1.3rem 30px 1rem 30px;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}

.contact .styled-input.wide { 
    width: 650px;
    max-width: 100%;
}

input,
textarea {
    padding: 30px;
    border: 0;
    width: 100%;
    font-size: 1rem;
    background-color: #2d2d2d;
    color: white;
    border-radius: 4px;
}

input:focus,
textarea:focus { outline: 0; }

input:focus ~ span,
textarea:focus ~ span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}

textarea {
    width: 100%;
    min-height: 15em;
}

.input-container {
    width: 650px;
    max-width: 100%;
    margin: 20px auto 25px auto;
}

.submit-btn {
    float: right;
    padding: 7px 35px;
    border-radius: 60px;
    display: inline-block;
    background-color: #4b8cfb;
    color: white;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06),
              0 2px 10px 0 rgba(0,0,0,0.07);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.submit-btn:hover {
    transform: translateY(1px);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10),
              0 1px 1px 0 rgba(0,0,0,0.09);
}

@media (max-width: 768px) {
    .submit-btn {
        width:100%;
        float: none;
        text-align:center;
    }
}

input[type=checkbox] + label {
  color: #ccc;
  font-style: italic;
} 

input[type=checkbox]:checked + label {
  color: #f00;
  font-style: normal;
}
 /* contact us end  */
 /* compost machine start  */
 .compost-details{
    position: relative;
}
.compost-details .img-section{
    position: relative;
}
.compost-details .img-section:before {
    content: "";
    position: absolute;
    top: 60px;
    left: -5px;
    bottom: 275px;
    right: 263px;
    border: 10px solid var(--primary);
    z-index: -1;
    animation: 12s ease-out 0s infinite normal none running right-left;
}
@keyframes right-left{
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(40px);
    }
    50% {
        transform: translateX(0);
    }
    75% {
        transform: translateX(-40px);
    }
    100% {
        transform: translateX(0);
    }
}
.compost-details .img-section .left-img{
    margin-right: 130px;
    margin-right: 130px;
    margin-left: 65px;
    width: 440px;
    height: 520px;
}
.compost-details .img-section .widget-img{
    position: absolute;
    top: 10px;
    right: 40px;
}
.compost-details .item-img{
    position: absolute;
    bottom: 373px;
    right: 22px;
}
.compost-details .item-img img{
    max-width: 315px;
    height: 230px;
    border: 12px solid #fff;
}
.compost-details .icon-turbines {
    position: absolute;
    bottom: -90px;
    left: 10px;
}
.compost-details .waste-process{
    margin: 95px 0 0 66px;
}
.compost-details .waste-process p{
    font-weight: 700;
    font-size: 20px;
    color: #368043;
    width: 446px;
    text-align: center;
    margin-top: 17px;
}
.icon-turbines {
    width: 651px;
    height: 304px;
    background-image: url(../img/aboutus-bg.png);
}
.compost-details .icon-solar {
    position: absolute;
    bottom: -90px;
    right: 0;
}
.icon-solar {
    width: 421px;
    height: 301px;
    background-image: url(../img/aboutus-bg1.png);
}
.compost-details .left-side-solar .para{
    text-align: justify;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
}
.compost-details .left-side-solar .first-box{
    position: relative;
    font-size: 15px;
    line-height: 24px;
    padding-left: 20px;
    font-weight: 600;
    letter-spacing: -0.01em;
   -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 15px;
}
.compost-details .left-side-solar strong{
    color: black;
}
.compost-details .left-side-solar .inner{
    position: relative;
    width: 169px;
    margin-right: 8px;
    padding: 35px 10px 15px;
    background-color: #f8f8f8;
    text-align: center;
    z-index: 99;
}
.compost-details .left-side-solar .inner i{
    display: block;
    font-size: 45px;
    margin-bottom: 15px;
}
.compost-details .left-side-solar .inner h6{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.01em;
}
 /* compost machine end  */
/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-img {
    position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: var(--dark);
    transition: .5s;
}

.portfolio-img::before {
    left: 50%;
}

.portfolio-img::after {
    right: 50%;
}

.portfolio-item:hover .portfolio-img::before {
    width: 51%;
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 51%;
    right: 0;
}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transition-delay: .3s;
}
.ag-card-grid_item figure {
    margin: 0 0 0rem !important;
}

/* card grid */
.ag-card-grid_list {
    display: -ms-grid;
    display: grid;
    /* -ms-grid-columns: (1fr)[3]; */
    grid-template-columns: repeat(3, 1fr);
  
    gap: 20px;
  }
  /* /card grid */
  
  /* card */
  .ag-card_list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .ag-card_item {
    width: 33%;
    margin: 0 28px;
  }
  .ag-card_item:first-child,
  .ag-card_item:last-child {
    margin: 0;
  }
  .ag-card-grid_item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ag-card_figure {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 235px;
    flex: 1 0 235px;
  }
  .ag-card_img {
    height: 306px;
    width: 100%;
    background-color: #EAEAEA;
  
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
  
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
  }
  .ag-card_info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-color: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  
    padding: 25px 25px 30px;
    border: 1px solid #DADADA;
  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
  }
  .ag-card_title {
    display: block;
    line-height: 1.22;
    padding: 0 0 15px;
  
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    color: #2776b7;
  
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .ag-card_title:hover {
    opacity: .7;
  
    text-decoration: none;
  }
  .ag-card_text {
    line-height: 1.42;
    margin: 0 0 15px;
    text-align: justify;
    font-size: 14px;
    color: #344754;
  
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .ag-card_date {
    line-height: 1.75;
  
    text-align: right;
    font-size: 14px;
    color: #7C8890;
  }
  /* /card */
  
  
  /* @media only screen and (max-width: 979px) {
    .ag-card-grid_list {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
    }
  } */
  
  @media only screen and (max-width: 767px) {
    .ag-format-container {
      width: 96%;
    }
  
  }
  
  /* @media only screen and (max-width: 639px) {
    .ag-card-grid_list {
      -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
    }
  } */
  
  
  @media only screen and (max-width: 479px) {
  
  }
  
  @media (min-width: 768px) and (max-width: 979px) {
    .ag-format-container {
      width: 750px;
    }
  
  }
  
  @media (min-width: 980px) and (max-width: 1161px) {
    .ag-format-container {
      width: 960px;
    }
  
  }
  
/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    border-radius: 8px 60px 0 0;
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #FFFFFF;
    transition: .5s;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    color: #9B9B9B;
    border: 1px solid #9B9B9B;
    border-radius: 38px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #9B9B9B;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

/* media query  */
@media only screen and (min-width: 1900px){
    .about-container{
        margin-top: -138px !important;
    }
    .about-text {
        padding-right: 60px !important;
    }
    .feature-text {
        padding-left: 50px !important;
    }
    .vision-row p{
        font-size: 21px;
    }
    .vision-row .vision-left-col {
        padding-left: 150px !important;
    }
    .about-banner .auto-container {
        margin: 0 360px;
    }
    .mapouter {
        width: 100% !important;
    }
    .gmap_canvas {
        width: 100% !important;
    }
    .gmap_iframe {
        width: 100% !important;
    }
    .solar-content .img-section .solar-img {
        width: 840px;
    }
    .solar-content .img-section img{
        margin-left: 60px !important;
        width: 720px !important;
    }
    .img-section .solar-img img{
        width: 100% !important;
        margin-left: 0 !important;
    }
    .solar-content .img-section .solar-img .row {
        bottom: 60px;
    }
    .solar-content  .container-xxl {
        max-width: 1850px !important;
        min-height: 740px;
    }
    .solar-content .left-side-solar .mx-auto{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 1440px) and (min-width: 1300px){
    .about-container{
        margin-top: -92px !important;
    }
    .vision-row .vision-left-col {
        padding-left: 100px !important;
    }
    .about-banner .auto-container {
        margin: 0px 95px;
    } 
    .solar-type .container .card {
        width: 400px;
    }
    .solar-type .container .card .img-box {
        width: 350px;
    }  
    .residential-benefits .card {
        width: 100%;
    } 
    .mapouter {
        width: 100% !important;
    }
    .gmap_canvas {
        width: 100% !important;
    }
    .gmap_iframe {
        width: 100% !important;
    }
    .solar-content .img-section .solar-img {
        right: 80px;
    }
}
@media only screen and (max-width: 1380px) and (min-width: 1300px){
    .solar-content .img-section .solar-img {
        right: 45px !important;
    }
}
@media only screen and (max-width: 1280px) and (min-width: 1050px){
    .about-container{
        margin-top: -120px !important;
    }
    .navbar-nav .nav-item i {
        text-align: center;
        display: block;
    }
    .vision-row .vision-left-col {
        padding-left: 20px !important;
    }
    .about-banner .auto-container {
        margin: 0 60px;
    }
    .solar-type .container .card {
        width: 400px;
    }
    .solar-type .container .card .img-box {
        width: 350px;
    }
    .residential-benefits .card {
        width: 100%;
    }
    .mapouter {
        width: 100% !important;
    }
    .gmap_canvas {
        width: 100% !important;
    }
    .gmap_iframe {
        width: 100% !important;
    }
    .compost-details .img-section .widget-img {
        right: 37px;
    }
    .solar-content .img-section .solar-img {
        right: 3px;
    }
}
@media only screen and (max-width: 1049px) and (min-width: 1000px){
    .about-container{
        margin-top: -6px !important;
    }
    .wrapper{
        height: auto !important;
    }
    .navbar .navbar-brand{
        padding: 0 10px !important;
    }
    .navbar-nav .nav-item i {
        text-align: center;
        display: block;
    }
    .navbar a.btn {
        height: 60px;
        padding: 10px !important;
    } 
    .about-details .img-section:before {
        bottom: 205px;
    }
    .about-details .item-img {
        position: absolute;
        bottom: 172px;
        right: -54px;
    }
    .about-details .item-img img {
        max-width: 280px;
        border: 12px solid #fff;
    }
    .about-banner .auto-container {
        margin: 0;
    } 
    .about-banner{
        height: 350px !important;
    }
    .vision-row .vision-left-col {
        padding-left: 20px !important;
        font-size: 12px;
    }  
    .vision-row {
        min-height: 383px;
    }
    .solar-type .container .card {
        width: 400px;
    }
    .solar-type .container .card .img-box {
        width: 350px;
    }
    .residential-benefits .card {
        width: 100%;
        min-height: 346px;
    }
    .residential-benefits{
        padding: 0 !important;
    }
    .mapouter {
        width: 100% !important;
    }
    .gmap_canvas {
        width: 100% !important;
    }
    .gmap_iframe {
        width: 100% !important;
    }
    .compost-details .img-section .widget-img{
        display: none;
    }
    .compost-details .img-section:before {
        bottom: 600px;
    }
    .compost-details .item-img {
        bottom: 430px;
        right: 50px;
    }
    .compost-details .waste-process {
        margin: 130px 0 0 66px;
    }
    .compost-details .waste-process img{
        width: 140px !important;
        height: 140px !important;
    }
    .solar-content .img-section img{
        width: 425px !important;
    }
    .solar-content .img-section .solar-img img{
        width: 100% !important;
    }
    .solar-content .img-section .solar-img {
        width: 510px;
        right: 5px;
    }
}
@media only screen and (max-width: 999px) and (min-width: 551px){
    .wrapper{
        height: auto !important;
    }
    .wrapper .wrapper__video {
        object-fit: cover;
        width: 100%;
        height: 916px !important;
    }
    .about-container{
        margin-top: -6px !important;
    }
    .container-fluid, .container-xxl,
    .container-fluid .about,
    .container-fluid .feature,
    .container-fluid .quote {
        padding: 0 !important;
        overflow-x: hidden !important;
        max-width: 100% !important;
    }
    .container-fluid .quote-text,
    .feature .feature-text,
    .about .about-text{
        padding-left:  15px !important;
        padding-right: 15px !important;
    }
    .about-banner .auto-container{
        margin: 0;
    }
    .about-banner{
        height: 350px !important;
    }
    .about-details .icon-solar{
        display: none;
    }
    .vision-row .vision-left-col {
        padding-left: 0 !important;
        padding-right: 10px !important;
    }
    .value-row,
    .solar-type,
    .solar-efficiency,
    .panel-install,
    .residential-solar{
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    /* .about-details .item-img, */
    .about-details .img-section .widget-img,
    .about-details .img-section:before {
        display: none;
    }
    .about-details .img-section .left-img {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        height: auto;
    }
    .showcase, .showcase .overlay {
        width: 100%;
        height: 870px;
    }
    .residential-solar p{
        text-align: justify;
    }
    .residential-benefits .card {
        width: 100%;
        min-height: 315px;
    }
    .residential-benefits{
        padding: 0 !important;
    }
    .mapouter {
        width: 100% !important;
    }
    .gmap_canvas {
        width: 100% !important;
    }
    .gmap_iframe {
        width: 100% !important;
    }
    .contact {
        background-color: #444442;
        padding-top: 85px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .compost-details .img-section:before {
        bottom: 365px;
        right: 250px;
        width: 300px;
    }
    .compost-details .img-section .left-img {
       margin-left: 160px;
       margin-top: 40px;
    }
    .compost-details .img-section .widget-img {
        right: 70px;
    }
    .compost-details .waste-process {
        margin: 95px 0 0 175px;
    }
    .ag-card-grid_list {
        grid-template-columns: repeat(2, 1fr);
    }
    .compost-details .item-img {
        right: 55px;
    }
    .solar-content .img-section .solar-img{
        display: none;
    }
    .solar-content .img-section{
        padding: 20px !important;
    }
    .solar-content .img-section img{
        margin-left: 0 !important;
        width: 100% !important;
    }
    .left-side-solar{
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .about-details .item-img img {
        display: none;
    }
    .about-details{
        overflow-y: hidden;
    }
    .mission-row{
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}
@media only screen and (max-width: 550px){
    .about-container{
        margin-top: -99px !important;
    }
    .about-container .about-text h6,
    .feature-text h6,
    .quote-text .text-primary,
    .about-details h6,
    .vision-row h6,
    .solar-heading,
    .residential-solar h6,
    .compost-details h6,
    .solar-content .left-side-solar h6{
        text-align: center;
    }
    .why-solar marquee{
        display: none;
    }
    .feature-text .fa-drafting-compass{
        padding: 17px !important;
    }
    .feature-text h5{
        font-size: 18px !important;
    }
    .container-fluid, .container-xxl,
    .container-fluid .about,
    .container-fluid .feature,
    .container-fluid .quote {
        padding: 0 !important;
        overflow-x: hidden !important;
    }
    .container-fluid .quote-text,
    .feature .feature-text,
    .about .about-text{
        padding-left:  15px !important;
        padding-right: 15px !important;
    }
    .wrapper .wrapper__video {
        object-fit: cover;
        width: 100%;
        height: 850px !important;
    }
    .about-banner .auto-container {
        position: absolute;
        max-width: 100%;
        padding: 0px 15px;
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .about-details .item-img,
    .about-details .img-section .widget-img,
    .about-details .img-section:before {
        display: none;
    }
    .about-details .img-section .left-img{
        margin-left: 0;
    }
    .vision-row .vision-left-col {
        padding-left: 0 !important;
        padding-right: 10px !important;
    }
    .value-row,
    .solar-type,
    .solar-efficiency,
    .panel-install,
    .solar-energy,
    .residential-solar,
    .mission-row{
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .showcase, .showcase .overlay {
        width: 100%;
        height: 1500px;
    }
    .impact-solar h3 {
        height: auto;
    }
    .showcase .overlay .showcase-innerimg{
        padding: 0 !important;
        margin: 0 !important;
    }
    .timeline .content {
        margin-top: 110px;
    }
    .timeline .time img{
        width: 125px !important;
    }
    .residential-benefits .card {
        width: 100%;
    }
    .residential-benefits{
        padding: 0 !important;
    }
    .residential-solar p{
        text-align: justify;
    }
    .ag-card-grid_list {
       grid-template-columns: repeat(1, 1fr);
       padding: 0 !important;
    }
    .compost-details .img-section:before{
        display: none;
    }
    .compost-details .img-section .left-img {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
    .compost-details .item-img {
        position: absolute;
        bottom: 220px;
        right: 42px;
    }
    .waste-process img{
        width: 120px !important;
        height: 120px !important;
    }
    .compost-details .waste-process {
        margin: 95px 0 0 100px;
    }
    .compost-details .waste-process p {
        width: 350px;
    }
    .compost-details .img-section .widget-img{
        display: none;
    }
    .contact .styled-input {
        width: 100%;
    }
    .mapouter {
        width: 100% !important;
    }
    .gmap_canvas {
        width: 100% !important;
    }
    .gmap_iframe {
        width: 100% !important;
    }
    .about-details .icon-turbines {
        display: none;
    }
    .about-details .img-section .left-img {
        width: 100%;
        height: auto;
    }
    .solar-content .img-section .solar-img{
        display: none;
    }
    .solar-content .img-section{
        padding: 20px !important;
    }
    .solar-content .img-section img{
        margin-left: 0 !important;
        width: 100% !important;
    }
    .about-banner .auto-container h1 {
        font-size: 59px;
    }
    .left-side-solar{
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .portfolio-item img {
        height: 272px !important;
        width: 100%;
    }
    .about-details{
        overflow-y: hidden;
    }
    .solar-type .container .card .img-box {
        width: 89%;
    }
}
