/********** Template CSS **********/
:root {
    --primary: #70E020;
    --light: #F6F7F8;
    --dark: #CBCBCB;
}

.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;
}

html, body {
    width: auto!important; 
    overflow-x: hidden!important
} 


.angled-button {
    position: relative;
    display: inline-block;
    padding: 1em 2em;
    background-color: var(--primary);
    color: #fff;
    clip-path: polygon(-25% -10%, 90% -10%, 120% 100%, 50% 250%);
    text-decoration: none;
    font-size: 1em;
    border: none;
    cursor: pointer;
  }


.breadcrumb > li + li::before {
  color: #292929 !important;
}

.boxshadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.colorgrad{
background: linear-gradient(45deg, #70E020, #2b570c);
}

.left-border{
    border-left: 5px solid black;
}

.zindex{
    z-index: 9999;
}

a:link {
  color: #9B9B9B;
}

a:visited {
  color: #9B9B9B;
}

a:hover {
  color: #70E020;
}

a:active {
  color: #70E020;
}

a:link, a:visited {
  text-decoration: none;
}
/*** 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;
}

@media (max-width: 992px) {
    .pic-pad {
        padding-bottom:35px !important;
        padding-top:35px !important;
    }

}


/*** 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;
}

 .slanted-button {
  /*  position: relative;*/
    display: inline-block;
    padding: 2em 3em; /* Adjust padding as needed */
    color: #fff; /* Adjust text color as needed */
    clip-path: polygon(22% 0, 100% 0, 100% 100%, 0% 100%);
    text-decoration: none;
    font-size: 1em; /* Adjust font size as needed */
    border: none;
    cursor: pointer;
  }

  .slanted-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 60px 100px; /* Adjust the size of the slant */
    border-color: transparent transparent transparent #007bff; /* Match the button background color */
  }
.btn-primary:hover {
    background-color:#47ab00;
    border-color:#47ab00;
}

@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: 0.1s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: 0.1s;
        opacity: 1;
        border-radius: 0px;
    }
}

@media (max-width: 767px) {
  .nav-item.dropdown.mobile-disabled a {
    pointer-events: none;
    cursor: default;
  }
}


/*** Header ***/

.overlay {
            position: absolute;
            top: 0;
            left: 0;
            height: 120%;
            width:100%;
            opacity: 50%;
            padding-left:40%;
        }

.overlay-logo1 {
            z-index: 1000;
            max-width: 68%;
            position: absolute;
            top: 30px;
            left: 245px;
            opacity: 100%;
            padding-left:46%;
            padding-right:3%;
        }

.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;
    }

    .overlay-logo1{
        max-width: 48%;
        max-height: 113px !important;
        position: absolute;
        top: 20px;
        left: 49%;
        opacity: 100%;
        padding-left:0%;
        padding-right:0%;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 100%;
    height: 13%;
    right: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    bottom:0;

}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 5px 5px 5px;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(255, 255, 255, .9);
    border-radius: 0px;
    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: 0px;
    border-radius: 0px;
    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);
}

.head-shadow{
    text-shadow: 0px 0px 15px black;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
}

.logo {
    width: 260px; /* Set your desired initial size */
    transition: transform 0.3s ease; /* Adding a smooth transition */
}

.logo:hover {
    transform: scale(1.1); /* Increase size slightly on hover */
}

/*** About ***/
.about-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), 
       url(../img/plate.jpg) center center no-repeat;
    background-size: cover;
}


@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: 5%;
        padding-left: 5%;
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: 5%;
        padding-left: 5%;
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: 5%;
        padding-left: 5%;
    
    }
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.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);
}

.button-margins{
    margin-right: 4rem;
    margin-left: 3.5rem;
}

.serv-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
}

.serv {
    width: 350px; /* Set your desired initial size */
    transition: transform 0.3s ease; /* Adding a smooth transition */
}

.serv:hover {
    transform: scale(1.05); /* Increase size slightly on hover */
}

/*** 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);
    }
}

.diamond{
    transform: rotate(45deg);
    border-style: solid; 
    border-width: 5px;
    border-color: #70E020;
    background-color: transparent;
  }
.undiamond{
    transform: rotate(-45deg);
}  

/*** banner ***/
.banner1{
    background-image: url('../img/green-banner1.jpg');
    
}

.banner2{
    background-image: url('../img/green-banner2.jpg');
    
}
.banner-container{
    height: 
}

.banner3{
    background-image: url('../img/green-banner3.jpg');
    
}

.banner4{
    background-image: url('../img/green-banner4.jpg');
    
}

.banner5{
    background-image: url('../img/banner5.jpg');
}

.banner6{
    background-image: url('../img/banner6.jpg');
}


/*** 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:white;
    border-color:white;
}

.portfolio-img {
    position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: var(--primary);
    opacity: .7;
    transition: .5s;
}

.portfolio-img::before {
    left: 0%;
}

.portfolio-img::after {
    right: 0%;
}

.portfolio-item:hover .portfolio-img::before {
    width: 100%;
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 0%;
    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;
}


/*** 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;
    margin-bottom: 50px;
}

.testimonial-carousel:hover .owl-nav {
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: transparent;
    visibility: hidden;
    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);
}

/** careers **/
@media (min-width: 992px) {
    .car-mrgn {
        margin-left:50px;
    }

}


/*** Logos ***/
#logo-container {
  height:100px; 
  position:relative; 
  overflow:hidden;
}

.photobanner1 {
  position:absolute; 
  top:0px; 
  left:0px; 
  overflow:hidden; 
  white-space: nowrap;
  animation: bannermove 20s linear infinite;
}

.photobanner2 {
  position:absolute; 
  top:0px; 
  left:0px; 
  overflow:hidden; 
  white-space: nowrap;
  animation: bannermove-b 22s linear infinite;
}

.photobanner1 img {    
  margin: 0 2.5em 
}

.photobanner2 img {    
  margin: 0 2.5em 
}

@keyframes bannermove {
  0% {
      transform: translate(0, 0);
  }
  100% {
      transform: translate(-67%, 0);
  }
}

@keyframes bannermove-b {
  0% {
      transform: translate(0, 0);
  }
  100% {
      transform: translate(-74.4%, 0);
  }
}


#container:hover .photobanner {
   animation-play-state:paused;
}


/*** 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);
    }
}

/** FAQ **/
.faq {

}

@media (min-width: 992px) {
    .faq {
        padding-left:75px;
        padding-right:75px;
    }

}

.acc-button-color
{
    color:#292929;
    border-color:gray;
}

.accordian-button:focus{
    border-color: black;
}


/*** 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);
}