/*------------------------------------------------------------------
* Project:        
* Author:         HtmlDesignTemplates
* URL:           
* Created:        
-------------------------------------------------------------------*/

/* Header CSS */

/*top bar */

/* head to bar  */

section.head_top_bar {
    background-color: #60b8db;
    padding: 10px 0;
}
.head_top_bar_left ul li {
    float: left;
    margin-right: 10px;
    list-style: none;
    color: #fff;
}
.head_top_bar_left ul li a{
  color:#fff;
}

.head_top_bar_right  ul {
    float: right;
   }
/* .head_top_bar_right > ul {
    display: flex;
    align-items: center;
    justify-content: end;
} */
.p_top_5px{
  padding-top: 7px;
}
.head_top_bar_right ul li {
    float: left;
    margin-left: 10px;
    list-style: none;
    color: #fff;
}
.head_top_bar_right ul li a{
  color: #fff;
}

/*logo area */
.newtopbar{
    padding-top: 15px;
    display: table;
    vertical-align: middle;
    padding-bottom: 15px;
    background:#0f80c8;
    width: 100%;
    z-index: 999;
}
.logowrapper{
    position: relative;
    height: 50px;
    width: 60px;
}
.jubli {
    height: 258px;
    
    overflow: hidden;
}
.jubli .blust2 {
    width: 20%;
    padding-top: 15%;
}
.jubli .kl01{
    width:60%;
}
/*.newtopbar .container {
    height: 258px !important;
    overflow: hidden;
}*/
.jubli img {
    float: left;
}
.sil_jub a {
    color: #fff;
    padding: ;
    padding-top: 10px;
    display: block;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    
}

.logowrapper img{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}
img.K_mu_logo {
    width: 100%;
}
.left_logo span{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


.searchwrapper {
    text-align: right;
    float: right;
    display: table;
}
.searchwrapper p{
    clear: both;
    padding-top: 10px;
}
.searchwrapper input {
    width: 80%;
}
.searchwrapper .search-container {
  float: right;
}

.searchwrapper input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
  border-radius: 5px 1px 0px 5px;
  background-color: #fff;
}

.searchwrapper .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 0px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
  border-radius: 0px 5px 5px 0px;
}

.searchwrapper .search-container button:hover {
  background: #ccc;
}
.searchwrapper p{
    color: #fff;
}

marquee.km_marquee {
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
}
/*logo area */

/*nav bar */
.nav_bar_bg{
  background-color: #60b8db;
  
}
.nav_bar_bg .navbar ul li {
    list-style: none;
    padding: 5px 0;
}
.nav_bar_bg .navbar ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 11px 0;
    text-decoration: none;
}
.navbar_active {
    background-color: #2584d4;
}

button.navbar-toggler.collapsed {
    border: none !important;
    color: #fff;
}
.navbar-toggler {
    outline: 0;
    border: 0;
}
/*.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
*/



@media (max-width: 425px) {
 .left_logo {
 text-align: center;
}

}


/*nav bar */

/*footer */

#myFooter {
    background-color: #2e5a86;
    color: white;
    padding-top: 30px;
}
.fb_iframe_widget {
    display: inline-block;
    position: relative;
}
#myFooter h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}
#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}
#myFooter a {
    color: #d2d1d1;
    text-decoration: none;
}
.app_qr_code {
    margin-left: -10px;
}
li.app_qr_code img {
    width: 100px;
}


#myFooter .footer-copyright {
    background-color: #558cc7;
    padding-top: 3px;
    padding-bottom: 3px;
    display: inline-block;
    width: 100%;
    padding: 12px 12px;
}
#myFooter p:nth-child(1) {
    float: left;
    color: #fff;
    font-size: 16px;
    float: left;
    width: 50%;
}
#myFooter p:nth-child(2) {
    float: right;
    color: #fff;
    font-size: 16px;
    float: left;
    width: 50%;
    text-align: right;
}
#myFooter .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
}
#myFooter .social-networks a {
    font-size: 32px;
    color: #f9f9f9;
    padding: 10px;
    transition: 0.2s;
}


#myFooter .social-networks a:hover {
    text-decoration: none;
}

#myFooter .facebook:hover {
    color: #0077e2;
}

#myFooter .google:hover {
    color: #ef1a1a;
}

#myFooter .twitter:hover {
    color: #00aced;
}

#myFooter .btn {
    color: white;
    background-color: #d84b6b;
    border-radius: 20px;
    border: none;
    /*width: 150px;*/
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
}
.g_play_store {
    margin-top: 14px;
}
.g_play_store img {
    width: 160px;
    text-align: center;
    margin: 0 auto;
}



.footer_whatsapp_btn a {
    position: fixed;
    bottom: 4%;
    right: 1%;
    z-index: 999;
}
.footer_whatsapp_btn img {
    width: 100px;
    background: #fff;
    border-radius: 8px;
}

.footer_help_button_logo a img {
    width: 100px;
}
.footer_help_button_logo {
    position: fixed;
    left: 13px;
    bottom: 32px;
    z-index: 99999;
    background-color: #fff;
    border-radius: 10px;
}


@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }

    #myFooter p:nth-child(1) {
    float: none;
    text-align: center;
    width: 100%;
}

#myFooter p:nth-child(2) {
    float: none;
    text-align: center;
    width: 100%;
}

}


/*footer */



/* socia icon  */

.sticky-social {
    position: fixed;
    top: 27%;
    right:0;
    z-index: 9999;
}
ul.social {
    list-style: none;
}

.social li{
  padding:10px 10px;
  font-size:25px;
  transition:all 0.8s ease-in-out;
}
.social li:hover{
    margin-left:-30px;
    box-shadow:2px 5px 10px grey;
}

ul.social li i {
    color: #fff;
}
ul.social .wa{
  background-color:#25D366;
}
ul.social .fb{
  background-color:#3C5A98;
}
ul.social .gm{
  background-color:#EA4335;
}
ul.social .pt{
  background-color:#222;
}

li.pt svg {
    width: 24px;
    height: 25px;
}

/* socia icon  */


@media (min-width: 1181px) and (max-width: 1380px){
  
}

@media (max-width: 1180px){
 

  .slicknav_menu {
    display: block;
  }

  .nav-link{
    padding: 12px 36px !important;
    margin: 0 !important;
  }

  .slicknav_btn{
    position: absolute;
    right: 70px;
  }

  .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
    left : 0;
    top: 30px;
    padding: 8px;
    position: absolute;
  }

  .dropdown-menu {
    border-radius: 0 !important;
  }

  .slicknav_btn.slicknav_open:before{
    color: #69A316;
  }

  .slicknav_nav {
    top: 80px;
    left: 0;
    background-color: #F5F5F5;
    position: absolute;
    height: 280px;
    overflow: auto;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
  } 

  .slicknav_nav a:hover, li.nav-item.dropdown.slicknav_parent.slicknav_open > a > a {
    background-color: #69A316 !important;
    color: #fff;
  }

  .slicknav_nav a, .dropdown-menu>li>a{
    font-size: 16px;
    background-color: #F5F5F5;
    color: #33373d;
    text-transform: capitalize !important;
    border: none !important;
    font-weight: 400 !important;
  }

  .dropdown-menu>li>a{
    padding-left: 42px !important;
  }
  
  .dropdown-toggle::after{
    display: none;
  }

  .slicknav_nav .active, .fa-angle-up:before{
    background-color: #69A316;
    color: #fff;
  }
}

@media (max-width: 1100px) {
  .slicknav_nav .slicknav_item a {
      pointer-events: none;
  }
}

/* Popup hidden by default */

/* Banner CSS */
.banner {
  /* min-height: 800px; */
  background-image: url(../images/ev-vehicle.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -8%;
}

.banner .overlay{
  background-image: linear-gradient(180deg, #052730 0%, #052730 100%);
  opacity: .7;
}

@media (max-width: 1400px) {
  .banner{
    margin-top: -11%;
  }

  .banner-inner {
    padding-top: 80px !important;
  }
}

@media (max-width: 768px){
  .banner{
    margin-top: -21%;
  }
  
  .spin-container{
    margin: 0 100px;
  }

  .banner-btn li a, .download-btn li a{
    width: 75%;
  }
}

/* Spin Animation  */
.spin {
  display: inline-block;
  animation: spin 2s ease-in-out forwards;
}

@keyframes spin {
  0% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}


/* Feature CSS */
.feature-inner{
  margin-top: -150px;
}

@media (max-width: 992px){
  .feature-box2 {
   border-right: none !important;
   padding-right: 0 !important;
  }

  .feature-box3 {
    border-top: 1px solid #5F5F5F21 ;
    padding-top: 40px;
    padding-left: 0 !important;
   }
}

@media (max-width: 768px){
  .feature-box2{
    border: none !important;
    border-top: 1px solid #5F5F5F21 !important;
    padding-top: 40px;
    padding-left: 0 !important;
  }

  .feature-box1{
    padding-right: 0 !important;
  }
}


/* About CSS */
/* 
.about {
  background-image: linear-gradient(90deg, #F5FAEE  20%, #F5FAEE00 100%);
  margin-top: -140px;
}

.about-service-box{
  border-top-right-radius: 0 ;
  border-bottom-left-radius: 0 ;
}

@media (max-width: 1200px){
  .about .section-title h2, .more-about .section-title h2, .review .section-title h2, .mobile-app .section-title h2, .career-faq .section-title h2, .faq .section-title h2, .about1 .section-title h2{
    border: none !important;
    padding: 0 !important
  };
}

@media (max-width: 768px){
  .about-service-box{
    border-top-right-radius: 20px ;
    border-bottom-left-radius: 20px ;
  }
} */

/* Why US CSS */

.why-us .overlay{
  background-image: linear-gradient(90deg, #F5FAEE 50%, #FFFFFF00 0%);
  opacity: .9;
}

.ev-logo img {
  height: 80px;
  width: 80px;
}

.ev-logo{
  top: 5%;
  right: 40%;
}


.service-image img{
  margin-bottom: -35px;
}


@media (min-width: 768px ) and (max-width:1200px){
  .service-image img{
    width: 50% !important;
  }

  .ev-logo{
    top: 2%;
  }
}

@media (max-width: 768px){
  .why-us .section-title-left h2{
    border: none !important;
    padding: 0 !important
  };
}

/* Work CSS */

.work-image img{
  width: 150px;
  height: 150px;
}

.work-box-number{
  top: -20px;
  left: 40%;
}

.work-box-number h4{
  height: 50px;
  width: 50px;
  line-height: 50px;
}

.work{
  margin-right: 5%;
  background-image: url(../images/electric-car-charging-connected-to-the-grid-2023-02-07-21-01-15-utc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.work .overlay{
  background-image: linear-gradient(90deg, #052730 0%, #69A316 100%);
  opacity: 0.9;
}


@media (min-width: 768px ) and (max-width:1200px){
  .work-box{
    margin: 0 !important;
    margin-top: 20px !important;
  }

  .work{
    padding-bottom: 100px !important;
  }
}

@media (max-width:768px){
  .work, .work .overlay{
    margin: 0;
    border-radius: 0;
  }
}

/* Mission */

@media (max-width: 992px){
  .partner-slider, .mission h2, .partner h3 {
    border: none !important;
    padding: 0 !important;
  }
}

/* More About CSS */

.more-about {
  margin: 0 5% ;
  background-color: #052730;
  background-image: url(../images/img15_circle.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% auto;
}


.percentage-wrapper::after{
  position: absolute;
  content: "";
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3px;
  height: 8px;
  background-color: #87C332;
}

.percentage-wrapper {
  top: -50px;
  left: 100%; /* Move it along the width of progress */
  transform: translateX(-50%);
  font-size: 13px;
  transition: left 3s ease-in-out;
}

.percentage-wrapper::after {
  position: absolute;
  content: "";
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 8px;
  background-color: #87C332;
}

.progress-bar {
  animation: progressBar 3s ease-in-out forwards;
}


.about-video-play {
  height: 50px;
  width: 50px;
  line-height: 50px;
  z-index: 999;
  cursor: pointer;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}


.waves {
  width: 150px;
  height: 150px;
  background: #87C33230;
  opacity: 0;
  right: -50px;
  bottom: -50px;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
        
.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}



@keyframes progressBar {
  0% { width: 0; }
  100% { width: width; }
}

@media (min-width: 1200px) {
  .more-about-quote{
    width: 75%;
    margin:0 0 -40% -20%;
  }

  .more-about-inner {
    padding: 0 !important;
  }

  .more-about {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .more-about-inner .section-left{
    margin-bottom: -100px;
  }
}

/* Review CSS */
.reviewer-bio img{
  height: 70px;
  width: 70px;
}

.review .overlay {
  background-image: url(../images/shape-ev.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.8;
}

.qoute-icon{
  top: 20px;
  right: 30px;
}

@media (max-width: 1200px) {
  .review-inner {
    padding: 0px !important;
  }
}

/* Moblie App CSS */
.download-btn i{
  font-size: 21px;
}

.mobile-app {
  background-image: url(../images/electric-car-plugged-in-outside-house-2022-05-01-23-53-51-utc.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.mobile-app .overlay {
  background-image: linear-gradient(90deg, #69A316 0%, #052730 100%);
  opacity: .9;
}

.mobile-app .section-left {
  margin-bottom: -200px;
}

@media (max-width: 768px) {
  .mobile-app .section-left {
    margin-bottom: -100px;
  }
}


/* Blog CSS */
.blog {
  background-image: linear-gradient(180deg, #F5FAEE 50%, #F2295B00 100%);
  margin-top: -50px;
}

.blog-image a::after {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: all .3s ease-in-out;
}

.blog-box:hover .blog-image a::after{
  opacity: 0;
  transition: all .3s ease-in-out;
}

/* Footer CSS */


@media (min-width: 768px ) and (max-width:1200px){
  
}

.newsletter{
  margin-bottom: -100px
}

@media (max-width: 768px ){
  .search-bar a {
    margin: 10px 0 !important;
    width: 100%;
  }
}

.copyright .overlay{
  opacity: .15;
}


/* ========================================= */
/*          About US page CSS                */
/* ========================================= */
.team-member-image img{
  height: 130px;
  width: 130px;
}

.team {
  background-image: linear-gradient(180deg, #F5FAEE 20%, #F5FAEE00 100%);
}

.team-socials a{
  height: 40px;
  width: 40px;
  line-height: 40px;
  transition: all ease-in-out .3s;
}

.team-socials a:hover {
  background-color: #87C332;
  color: #fff;
  transition: all ease-in-out .3s;
}

@media (max-width: 1200px ){
  .breadcrumb .banner-inner{
    padding-top: 20px !important;
  }
  
}

/* ========================================= */
/*          Our Team page CSS                */
/* ========================================= */
.our-team, .team-detail, .price, .project-list, .about1 {
  background-image: linear-gradient(180deg, #F5FAEE00 40%, #F5FAEE 100%);
}

/* ========================================= */
/*           Career page CSS                 */
/* ========================================= */
.career-box img, .perk-box img {
  height: 36px;
  width: 36px;
}

.perk-icon{
  height: 80px;
  min-width: 80px;
}

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

.faq .accordion-button, .career-faq .accordion-button{
  background-color: #F5FAEE;
  color: #676767;
  font-size: 15px;
}

.faq .accordion-button:not(.collapsed), .career-faq .accordion-button:not(.collapsed){
  color: #87C332 ;
}

.career-detail .nav-link:hover{
  background-color: #ffffff !important;
}

.accordion-button:focus, .accordion-button:hover {
  z-index: 0;
}

.cv-icon i{
  height: 100px;
  width: 100px;
  line-height: 100px;
}

.cv-box{
  background-image: linear-gradient(180deg, #69A316 0%, #052730  100%);
}

.cv-sperator span::before, .cv-sperator span::after {
  content: '';
  border-top: 1px solid #fff;
  display: block;
  flex-grow: 1;
  margin-top: 10px;
}

.cv-box .overlay{
  background-image: url(../images/electric-car-plugged-in-outside-house-2022-05-01-23-53-51-utc.jpg);
  opacity: 0.15;
}

.career-detail-tabs .nav-tabs .nav-link{
  color: #1B1A1A;
  font-size: 15px;
}

.career-detail-tabs .nav-tabs .nav-link.active{
  color: #87C332 !important;
}

/* ========================================= */
/*           Gallery page CSS                */
/* ========================================= */

.gallery-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 6 equal columns to allow for half-width items */
  gap: 10px; /* Space between images */
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-item {
  overflow: hidden;
  transition: transform 0.3s ease;
}

.gallery-item img {
  width: 100%;
  height: 250px !important; 
  object-fit: cover; 
  display: block;
}

.gallery-item.wide {
  grid-column: span 3;
}

.gallery-item.mid {
  grid-column: span 2;
}

.gallery-item.small {
  grid-column: span 1;
}

.gallery-item .overlay{
  background-color: #87C332;
  background-blend-mode: hue;
  mix-blend-mode: hue;
  opacity: 0;
  transition: all ease-in-out .3s;
}

.gallery-item:hover .overlay {
  opacity: .7;
  transition: all ease-in-out .3s;
}

@media (max-width: 768px) {
  .gallery-container {
      grid-template-columns: repeat(4, 1fr);
  }

  .gallery-item.wide {
      grid-column: span 2;
  }

  .gallery-item.small {
      grid-column: span 1;
  }
}

@media (max-width: 480px) {
  .gallery-container {
      grid-template-columns: 1fr;
  }

  .gallery-item.wide,
  .gallery-item.small {
      grid-column: span 1; 
  }
}

/* ========================================= */
/*         Testimonial page CSS              */
/* ========================================= */
.reviewer-image img, .author-image img, .blog-qoute img{
  height: 100px;
  width: 100px;
}

/* ========================================= */
/*               Faq page CSS                */
/* ========================================= */
.faq {
  background-image: linear-gradient(180deg, #F5FAEE00 0%, #F5FAEE 100%);
}

.faq-qoute{
  margin-top: -50px;
}

.faq .section-right {
  margin-bottom: -50px;
}

/* ========================================= */
/*              Error page CSS               */
/* ========================================= */
.error h1{
  font-size: 70px;
  -webkit-text-stroke: 1px #69A316;
}

.error .search-bar a:hover, .search-again .search-bar a:hover {
  background-color: #87C332;
}

@media (max-width: 768px){
  .error .search-bar, .search-again .search-bar {
    background-color: transparent;
  }
}


/* ========================================= */
/*          Search Result page CSS           */
/* ========================================= */
.search-result{
  background-image: linear-gradient(180deg, #F5FAEE00 0%, #F5FAEE 100%);
}

/* ========================================= */
/*            Contact US page CSS            */
/* ========================================= */
.contact-icon i, .summary-icon i{
  height: 60px;
  width: 60px;
  font-size: 30px;
  line-height: 60px;
}

.branch-icon i{
  height: 80px;
  width: 80px;
  font-size: 40px;
  line-height: 80px;
}


.contact{
  background-image: linear-gradient(180deg, #87C33200 50%, #F5FAEE 100%);
}

.contact .overlay {
  background-image: url(../images/shape-ev.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
}

.branch-inner{
  margin-top: -50px;
}

@media (max-width: 992px){
  .contact .section-title h2{
    border: none !important;
    padding: 0 !important
  };
}

/* ========================================= */
/*              Product page CSS             */
/* ========================================= */

.range-slider {
  position: relative;
  width: 100%;
  height: 4px;
  margin: 20px 0;
  background-color: #676767;
}

.range-selected {
  position: absolute;
  top: 50%;
  height: 4px;
  background-color: #87C332;
  transform: translateY(-50%);
}

.range-slider input[type="range"] {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  pointer-events: none;
  -webkit-appearance: none;
  background: none;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  width: 20px;
  height: 20px;
  background-color: #87C332;
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
}

.add-to-cart-btn {
  opacity: 0;
  bottom: 10%;
  left: 27%;
  transition: all ease-in-out .3s;
}

.related-product .add-to-cart-btn {
  left: 20%;
}

.product-image:hover .add-to-cart-btn {
  opacity: 1;
  transition: all ease-in-out .3s;
}

.product-box .product-image:hover img {
  filter: blur(2px);
  transition: all ease-in-out .3s;
}

.media-link a::before{
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .12), transparent);
  z-index: 0;
}

.product-img-nav img{
  height: 115px;
  width: 115px;
  transition: all ease-in-out .2s;
  cursor: pointer;
}

.product-img-nav img:hover, .slider-nav .slick-current img{
  opacity: 1 !important;
  transition: all ease-in-out .2s;
}

.slick-list{
  padding: 0 !important;
}

.product-tabs .nav-link{
  border-radius: 20px;
}

.product-tabs .nav-link:hover{
  color: #676767;
}

.nav-tabs .nav-link.active:hover{
  color: #052730;
}

/* Product Review Stars */
.star-rating-inner {
  transform: rotateY(180deg);
}

.star-rating input{
  display: none;
}

.star-rating label{
  width: 15px;
  aspect-ratio: 1;
  cursor: pointer;
}

.star-rating label .star-stroke{
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: #294145;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.star-rating label .star-stroke .star-fill{
  width: 50%;
  aspect-ratio: 1;
  background: transparent;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.star-rating input:hover ~ label .star-stroke,.star-rating input:checked ~ label .star-stroke{
  background: #6EA343;
  transition: all .2s ease-in-out;
}

.star-rating input:checked ~ label .star-stroke .star-fill{
  background: #6EA343;
  transition: all .2s ease-in-out;
}

.quantity{
  width: 100px !important;
}

.cart img{
  height: 100px;
  width: 100px;
}

/* ========================================= */
/*            Comming-Soon page CSS          */
/* ========================================= */
.coming-soon .overlay {
  background-color: transparent;
  background-image: url(../images/map-evcharge.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .2;
}

.divider-pattern {
  background: repeating-linear-gradient(-55deg, #fff, #fff 1px, transparent 1px, transparent 6px);
}

.coming-soon .footer-socials i:hover{
  border-radius: 50%;
}

.countdown span{
  font-size: 80px;
}

@media (max-width: 992px){
  .coming-soon span {
    font-size: 54px;
  }
  .coming-soon p{
    font-size: 14px;
  }
}

@media (min-width: 800px) and (max-width:996px){
  .coming-soon{
    height: 170vh !important;
  }
}

@media (max-width: 576px){
  .coming-soon span {
    font-size: 42px;
  }
}

.popular-tag{
  top: 25px;
  left: -40px;
  transform: rotate(-45deg);
}

/* ========================================= */
/*            Homepage 2 page CSS          */
/* ========================================= */

/* Banner Section */
.banner-1{
  background-image: linear-gradient(180deg, #052730 100%, #F5FAEE 100%);
  /*margin-top: -100px;*/
}

.banner-1 .slick-list.draggable {
  overflow: visible;
  overflow-x: clip;
}

.banner-1 .slick-dots{
  bottom: 25%;
  left: 66%;
  position: absolute;
}

.banner-1  .text {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  fill: #fff;
  font-size: 21px;
}

.banner-1  #rotatingText {
  animation-name: rotate-circle;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}


@keyframes rotate-circle {
  to {
    transform: rotate(1turn);
  }
}

.banner-1 .spin-demo-main {
  display: grid;
  align-items: center;
  justify-items: center;
}

.banner-1 .spin-demo-main img {
  position: absolute;
  left: 40%
}

.banner-1 .section-title-right img{
  height: 75px;
  width: 75px;
}

.banner-1 .section-title-right span{
  left: 70% !important;
}

.banner-1 .btn1:hover{
  background-color: #fff !important;
}

.banner-1 .slick-dots li button::after{
  background: #fff;
}

.banner-1 .slick-dots li.slick-active button::after {
  background: #69A316 !important;
}


.banner-1 .overlay{
  background-image: url(../images/map-evcharge.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .05;
}

.banner-1-image-inner {
  margin-bottom: -120px;
}


@media (min-width: 1400px){
  .banner-1 h1{
    font-size: 60px;
  }

}

@media (max-width: 1200px) and (min-width: 992px){
  .banner-1 .spin-demo-main img{
    left: 37%;
  }
}

@media (max-width: 1200px){
  .banner-1-inner{
    padding-top: 50px !important;
    padding-bottom: 50px;
  }

  .banner-1-image-inner {
    margin-bottom: 0px;
  }

  .banner-1 .slick-dots{
    left: 48%;
    bottom: 0%;
  }

  .banner-1 .feature-list {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 992px) {
 .banner-1 .section-title h1, .index-2 .about-us .section-title h2, .service .section-title h2, .index-2 .pricing .section-title h2, .project .section-title h2, .blog-title-left h2, .mobile-app1-title h2,.contact-us-title h2{
  border: none !important;
  padding-left: 0 !important;
 }

 .banner-1 .section-title{
  margin-bottom: 60px !important;
 }


 .banner-1{
  padding: 75px 0 0 0!important;
 }

  .banner-1-image img {
    margin-top: 20px !important;
  }

  .banner-1 .overlay::after{
    width: 100%;
    left: 0;
  }

  .banner-1 .spin-demo-main img{
    left: 45%;
  }
}

@media (max-width: 768px){
  .banner-1 li{
    margin: 0 10px !important;
  }

  .banner-1 .spin-demo-main img{
    left: 40%;
  }

} 

/* About Us Section */
.index-2 .about-us, .index-2 .pricing, .index-2 .blog{
    background-image: linear-gradient(180deg, #F5FAEE00 20%, #F5FAEE 100%);
}

.about-counter-box img{
  height: 50px;
  width: 50px;
}

.about-counter-box{
  top: 20px;
  right: -30px;
}

.about-us{
  margin-top: -50px;
}

@media (max-width: 1200px){
 .about-us-inner {
  padding-top: 50px !important;
 }
}

@media (max-width: 992px){
  .about-counter-box {
    position :static !important;
  }
}

/* Service Section */
.index-2 .service, .project, .contact-mobile{
  background-image: linear-gradient(180deg, #F5FAEE 60%, #F5FAEE00 100%);
}

.index-2 .service-box {
  background-image: url(../images/img15_circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}

.index-2 .service-box:hover {
  /* border-color: #69A316 !important; */
  transition: all .3s ease-in-out;
  background-color: #052730 !important;
}

.index-2 .service-box:hover h4 a, .index-2 .service-box:hover p{
  color: #fff;
  transition: all .3s ease-in-out;
}

.index-2 .service-box:hover a {
  border: none !important;
  transition: all .3s ease-in-out;
}

/* Who we are section */
.index-2 .more-about .section-right{
  margin-bottom: -50px;
}

@media (max-width: 1200px){
  .index-2 .more-about .section-left {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 786px) {
  .index-2 .more-about .counter-box {
    border-bottom: 1px solid #F7F7F757 ;
  }  
}

/* How we work CSS*/
.how-work .section-body::after{
  content: '';
  height: 80%;
  width: 100%;
  position: absolute;
  border-right: 2px dashed #67676750;
  top: 10%;
  left: -50%;
}

.index-2 .work-info{
  background-color: #e6f1d7;
}

.timeline .work-info:after {
  content: "";
  position: absolute;
  top: 42%;
  height: 20px;
  width: 20px;
  z-index: -1;
  background: #87C332;
  right: -10px;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(-135deg);
}

.timeline-row:nth-child(even) .work-info:after{
  left: -10px;
}


@media (max-width: 768px){
  .how-work .section-body::after, .timeline .work-info:after{
    display: none;
  }

  .how-work .work-info {
    margin: 0 !important;
  }

  .how-work .work-box-number {
    position: static !important;
    transform: none !important;
  }
}


/* Project CSS */
.index-2 .project-info{
  bottom: -40px;
  left: 0;
  transition: all .5s ease-in-out;
}

.index-2 .project-image{
  cursor: pointer;
}

.index-2 .project h5 a:hover{
  color: #6EA343;
}

.index-2 .project-image:hover img{
  filter: blur(1px);
  transition: all .3s ease-in-out;
}

.index-2 .project-image:hover .project-info{
  bottom: 0;
  transition: all .5s ease-in-out;
}

.index-2 .project-info .overlay{
  opacity: .88;
}


/* Testimonial CSS */
.testimonial-1 {
  margin-right: 5%;
  background-image: url(../images/electric-vehicle-fuels-up-with-clean-energy-charging-station-enveloped-blue-power-aura-natural-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
 
.testimonial-1 .overlay {
  background-image: linear-gradient(90deg, #052730 40%, #676767CC 100%);
  opacity: .9;
}


.testimonial-1 .slick-dots{
  bottom: 100px;
  right: 100px;
  left: auto;
  position: absolute;
}

.testimonial-1 .qoute-icon{
  top: 0;
}

.testimonial-1 .about-video{
  top: -80% !important;
  left: 48% !important;
}


@media (max-width: 992px){
  .testimonial-1{
    margin: 0;
    border-radius: 0;
  }

  .testimonial-1 .section-right-inner{
    margin-top: 50px !important;
  }
  
  .about-video{
    display: none;
  }
}

@media (max-width: 768px){
  .testimonial-1 .slick-dots{
    bottom: 30px;
    left: 35%;
    right: auto;
  }
}

/* Blog CSS */
.blog .slick-dots {
  left: 0;
  bottom: 30px;
  position: absolute;
}

.index-2 .blog-image a::after{
  border-radius: 10px;
}

@media (max-width: 1200px){
  .blog .slick-dots {
    left: 40%;
    bottom: 20px;
  }
}



/*img gallery */



.magnific-img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mfp-bottom-bar,*{
   font-family: 'Abel', sans-serif;
}
.magnific-img {
    display: inline-block;
    width: 100%;
    height: 250px;
}
.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
  opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*img gallery */




/*video gallery */

  
    .gallery-content {
        display: none;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .gallery-content.active {
        display: block;
    }

  
    .thumb-container {
        position: relative;
        padding: 10px 0;
    }

    .thumb-slider {
        display: flex;
        gap: 15px;
        overflow-x: auto;
        padding-bottom: 10px;
        scroll-behavior: smooth;
        scrollbar-width: thin;
    }

  
    .thumb-item {
        flex: 0 0 140px; 
        height: 100px;
        position: relative;
        cursor: pointer;
        border: 3px solid transparent;
        border-radius: 8px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .thumb-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

   
    .thumb-item.active {
        border-color: #0d6efd;
        transform: scale(1.05);
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }


    .play-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(0, 0, 0, 0.6);
        color: white;
        padding: 5px 12px;
        border-radius: 50%;
        font-size: 14px;
    }


/*video gallery */



/*fb post */
.testimonial-1-inner {
    background: #fff;
    padding: 10px 15px;
}
.fb_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.fb_img img {
    width: 100%;
    height: 100%;
}

.fb_text_title h2 {
    font-size: 20px;
}

.fb_text_title h6 {
    font-size: 10px;
    font-weight: 600;
}

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

.fb_post_images img {
    width: 100%;
}

.fb_post_images {
    margin-top: 14px;
}

.fb_desc p {
    margin-top: 8px;
}


/*fb post */
