@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light+Two&display=swap');
body{margin:0px;padding:0px;font-family: 'Quicksand', sans-serif !important;overflow-x: hidden;background: #0f121b;}
section {
    position: relative;
    display: block;
    padding: 70px 0px 50px;
}
.newsletter input[type="emai"]::placeholder {
    color: #0f121b;
}
.demand, .servicesthumbs {
    background: #0f121b;
}
.topbannemrs{display: none;}
.button:hover .bar {
    background: #6ce029;
}
.topbanner {
    background: #0f121b;
    padding-bottom: 0px;
    height: 100vh;
}
.featurethmb:hover {
    box-shadow: 0px 0px 15px #000000;
}

.commingsoon h5 {
    font-family: 'Shadows Into Light Two', cursive;
    color: #fff;
    font-size: 2rem;
}
.commingsoon h5 span{font-family: 'Quicksand', sans-serif !important; font-size: 1.5rem;}

.demand ul li .listofservices:hover {
    box-shadow: 0px 0px 15px #000000;
}
header {
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    padding: 20px 0px;
}
.servicesthumbs {
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    padding: 20px;
    z-index: 2;
    border: #ffffff12 1px solid;
    margin-bottom: 20px;
    transition: all .2s ease-in;
    height: 100%;
}
.servicesthumbs:hover .servicestitle {
    color: #69d92a;
}
.servicesthumbs:hover:before {
    border-color: #6ee44a;
}
.servicesthumbs .icons {
    width: 80px;
    margin-bottom: 1.5rem;
}

.servicesthumbs .icons img {
    width: 100%;
}

.servicesthumbs .servicestitle {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: .8rem;
}
div#menuIcon {
    position: relative;
    width: 35px;
    height: 30px;
    margin-top: 20px;
    cursor: pointer;
}

div#menuIcon span {
    height: 1px;
    width: 35px;
    background: #fff;
    display: block;
    margin-bottom: 10px;
}

div#menuIcon span:nth-child(even) {
    width: 25px;
}
p {
    line-height: 1.8rem;
}

.servicesdiscription p, .demand ul li .listofservices p {
    color: #fff;
    position: relative;
}

.servicesthumbs::before {
    content: "";
    position: absolute;
    left: auto;
    right: -100px;
    height: 190px;
    width: 190px;
    background: transparent;
    border: #ffffff12 40px solid;
    border-radius: 50%;
    top: -90px;
    transition: all .2s ease-in;
}

.sectiontitle {
    margin-bottom: 2rem;
}

.subheading {
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: inline;
    font-weight: 600;
}

.mainheading {
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}

.subheading::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 17px;
    height: 8px;
    width: 8px;
    background: #6ce029;
    border-radius: 50%;
}

.demand ul, .vecnter ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.demand ul li {
    position: relative;
    margin-bottom: 30px;
}

.demand ul li .listofservices {
    padding: 15px;
    border: #ffffff21  1px solid;
    border-radius: 4px;
    background: #ffffff05;
    position: relative;
    overflow: hidden;
}

.demand ul li .listofservices h3 {
    font-size: 1.5rem;
    color: #fff;
    position: relative;
}

.demand ul li .listofservices h3 span {
    color: #6ce029;
}
.location {
    background: #fff;
    overflow: hidden;
}

.location .subheading, .location .mainheading, .renatasl .subheading, .renatasl .mainheading {
    color: #0f121b;
}

.location .speciallist {
    position: relative;
    /* border: #ddd 1px solid; */
    padding: 15px 7px 7px;
    text-align: center;
    background: #00000000;
    border-radius: 4px;
    height: 100%;
    min-height: 130px;
}

.location .speciallist .spclicon {
    width: 50px;
    margin: auto;
}

.whatspecial ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.whatspecial ul li {
    display: inline-block;
    text-align: center;
}

.location .speciallist .title {
    color: #0f121b;
    margin-top: .5rem;
    font-size: 1rem;
}

.whatspecial {
    margin-top: 2rem;
}

.dashboardimg img {
position: relative;  width: 100%;
}
.mainheading span {
    color: #6ce029;
}
.features {
    background: #0f121b;
    padding-bottom: 280px;
}
.features::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    background: url(../img/electric-car.png) no-repeat;
    background-position: center;
    height: 450px;
    bottom: -170px;
    z-index: 1;
}
.featurethmb {
    background: #0f121b;
    margin-bottom: 30px;
    padding: 20px;
    border: #ffffff21  1px solid;
    border-radius: 4px;
    position: relative;
    padding-left: 85px;
    color: #fff;
    font-size: 1.1rem;
    transition: all .2s ease-in;
}

.featurethmb .iconfeature {
    width: 50px;
    height: 50px;
    background: #6ce029;
    text-align: center;
    line-height: 42px;
    border-radius: 20px 0px 20px 0px;
    position: absolute;
    left: 20px;
    top: 15px;
}
.cabdis {
    padding-right: 100px;
    color: #fff;
    margin-top: 20px;
}

.renatasl {
    background: #eef3f5;
}
.rentalthumb {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.8rem;
    text-align: center;
    margin-top: 2rem;
}

.rentalicn {
    width: 90px;
    margin: auto;
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
}

.rentalicn::before {
    content: "";
    position: absolute;
    height: 80px;
    width: 80px;
    background: #cbe1ea;
    left: -50px;
    border-radius: 50%;
    top: -10px;
}

.rentalicn img {
    position: relative;
}

.rentalthumb .rentaltitle {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.location::after {
    content: "";
    position: absolute;
    top: 20%;
    left: auto;
    right: -160px;
    background: url(../img/dashboard.png) no-repeat;
    height: 400px;
    width: 53%;
    background-position: left center;
    background-size: contain;
}
.downloadapp {
    background: #0f121b;
    padding-bottom: 40px;
}
.downloadapp p {
    color: #fff;
}
.appdisp {
    padding-right: 80px;
    margin-bottom: 20px;
}
.cntinfor {
    width: 100%;
    text-align: right;
    padding: 20px 0px;
}

.cntinfor ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    justify-content: right;
    width: auto;
    text-align: right;
}

.cntinfor ul li {
    display: inline-block;
    text-align: left;
    margin-right: 20px;
    width: 250px;
}
.cnticn {
    width: 50px;
    float: left;
    margin-right: 10px;
}

.bigfont {
    font-weight: 500;
    font-size: 1.2rem;
    color: #fff;
}

.cntinfor ul li a {
    color: #fff;
    font-weight: 500;
}
.mainfooter {
    background: #0f121b;
    padding: 40px 0px 50px;
}

.newsletter {
    position: absolute;
    top: -130px;
    background: #6ce029;
    border-radius: 0 40px;
    padding: 20px;
}

.mailbox {
    width: 70px;
    margin-bottom: 20px;
}

.newsletter input[type="emai"] {
    padding: 0px 10px;
    width: 100%;
    height: 44px;
    background: transparent;
    border: #51bb15 1px solid;
    margin-bottom: 15px;
    color: #000;
}

.newsletter  form {
    margin-top: 20px;
}

.newsletter  input[type="submit"] {
    padding: 10px 40px;
    margin-bottom: 20px;
    background: #0f121b;
    color: #fff;
    border: 0px;
    border-radius: 0 10px;
}

.aboutfoooter {
    position: relative;
    color: #fff;
    font-size: .9rem;
    line-height: 1.5rem;
}

.aboutfoooter .footerhaeding h5 {
    color: #fff;
    position: relative;
    margin-bottom: 30px;
    font-size: 1.5rem;
}

.aboutfoooter .footerhaeding h5::before {
    content: "";
    height: 2px;
    width: 50px;
    background: #6ce029;
    position: absolute;
    top: auto;
    bottom: -13px;
}

.aboutfoooter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.aboutfoooter ul li {
    margin-bottom: 10px;
}

.aboutfoooter ul li a {
    color: #fff;
}

footer {
    padding-top: 30px;
    background: #191e2c;
}

.copyrights {
    background: #0f121b;
    padding: 20px 0px 0px;
    position: relative;
}
.copyrights::before {
    content: "";
    position: absolute;
    width: 98%;
    background: #000;
    height: 100%;
    left: 4%;
    border-radius: 20px 0 0 0;
    top: 0;
}

.cpytext ul, ul.socialmedia, .leftpanel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cpytext ul li {
    display: inline-block;
    margin: 5px 10px 5px 0;
}

.cpytext ul li a {
    color: #fff;
    font-size: 16px;
}

.cpytext {
    color: #fff;
    padding-left: 15px;
    font-size: 14px;
}

ul.socialmedia li {
    display: inline-block;
}

ul.socialmedia li a {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border: #0f121b 1px solid;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

ul.socialmedia {
    float: right;
}

.aligncenter {
    display: flex;
    height: 100%;
    align-items: center;
}

.aligncenter h1 {
    font-size: 4rem;
    color: #fff;
    font-weight: 600;
}

.aligncenter h1 span {
    color: #6ce029;
}


.vecnter ul {
    display: flex;
    justify-content: space-around;
    margin-top: 4rem;
}

.vecnter ul li {
    margin: 0px 10px;
    padding: 20px;
    text-align: center;
    border-radius: 4px;
    font-size: 1.1rem;
    color: #fff;
    transition: all .2s ease-in;
}

.vecnter ul li .topicn {
    width: 60px;
    margin: auto auto 10px;
}
.chargertop {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chargertop img {
    position: relative;
    z-index: 2;
}
.newsletter input[type="emai"]:focus {
    outline: none;
}
.leftpanel {
    position: fixed;
    z-index: 9999999;
    width: 220px;
    left: auto;
    right: -250px;
    height: 100vh;
    background: #000;
    padding: 16px;
    transition: all .2s ease-in;
}

.cross {
    position: absolute;
    left: -30px;
    background: #6ce029;
    padding: 0px 10px;
    cursor: pointer;
}

.quicklinksside {
    padding:  20px 0px;
}

.quicklinksside img {
    margin-bottom: 20px;
}

.quicklinksside  h4 {
    font-size: 20px;
    color: #fff;
}

.quicklinksside  ul li {
    margin-bottom: 10px;
}

.quicklinksside ul li a {
    color: #fff;
}

.contactinfo {
    color: #fff;
}

.contactinfo li a {
    color: #fff;
    margin-left: 15px;
}
.leftpanel.slideleft {
    right: 0px;
    transition: all .2s ease-in;
}
section.reliable {
    background: #0f121b;
}
.bigimg {
    position: relative;
    z-index: 1;
    padding: 53px 0px 60px;
    background: #0f121b;
}
.whatspecial ul li.p-5px {
    padding: 0px 2px;
    height: 100%;
}


.mainContent {
    z-index: 2;
    position: relative;
    height: 100%;
    -webkit-transition: transform .7s ease-in-out;
    -moz-transition: transform .7s ease-in-out;
    -ms-transition: transform .7s ease-in-out;
    -o-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
  }
  
  .sidebar {
    height: 100%;
    width: 400px;
    position: fixed;
    top: 0;
    z-index: 1;
    right: 0;
    background-color: #0f121b;
  }
  
  .bar {
    display: block;
    height: 1px;
    width: 40px;
    background-color: #ffffff;
    margin: 10px auto;
  }
  
  .button {
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    position: relative;
  }
  
  .nav-right {
    position: fixed;
    right: 20px;
    top: 24px;
    transition: transform .7s ease-in-out;
  }
  
  .nav-right.visible-xs {
    z-index:99;
  }
  
  .hidden-xs {
    display: none;
  }
  
  .middle {
    width: 30px;
    left: 0;
    right: auto;
    margin: unset;
  }
  
  .bar {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
  }
  
  .nav-right.visible-xs .active .bar {
    background-color: #6ce029;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
  }
  
  .button.active .top {
    -webkit-transform: translateY(15px) rotateZ(45deg);
    -moz-transform: translateY(15px) rotateZ(45deg);
    -ms-transform: translateY(15px) rotateZ(45deg);
    -o-transform: translateY(15px) rotateZ(45deg);
    transform: translateY(15px) rotateZ(45deg);
  }
  
  .button.active .bottom {
    -webkit-transform: translateY(-15px) rotateZ(-45deg);
    -moz-transform: translateY(-15px) rotateZ(-45deg);
    -ms-transform: translateY(-15px) rotateZ(-45deg);
    -o-transform: translateY(-15px) rotateZ(-45deg);
    transform: translateY(-8px) rotateZ(-45deg);
  }
  
  .button.active .middle {
    width: 0;
  }
  
  .move-to-left {
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    -o-transform: translateX(-400px);
    transform: translateX(-400px);
  }

  .sidebar-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    margin-top: 150px;
    text-align: center;
  }
  
  .sidebar-item {
    margin: 30px 0;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  
  .sidebar-item:first-child {
    -webkit-transition: all .7s .2s ease-in-out;
    -moz-transition: all .7s .2s ease-in-out;
    -ms-transition: all .7s .2s ease-in-out;
    -o-transition: all .7s .2s ease-in-out;
    transition: all .7s .2s ease-in-out;
  }
  
  .sidebar-item:nth-child(2) {
    -webkit-transition: all .7s .4s ease-in-out;
    -moz-transition: all .7s .4s ease-in-out;
    -ms-transition: all .7s .4s ease-in-out;
    -o-transition: all .7s .4s ease-in-out;
    transition: all .7s .4s ease-in-out;
  }
  
  .sidebar-item:nth-child(3) {
    -webkit-transition: all .7s .6s ease-in-out;
    -moz-transition: all .7s .6s ease-in-out;
    -ms-transition: all .7s .6s ease-in-out;
    -o-transition: all .7s .6s ease-in-out;
    transition: all .7s .6s ease-in-out;
  }
  
  .sidebar-item:last-child {
    -webkit-transition: all .7s .8s ease-in-out;
    -moz-transition: all .7s .8s ease-in-out;
    -ms-transition: all .7s .8s ease-in-out;
    -o-transition: all .7s .8s ease-in-out;
    transition: all .7s .6s ease-in-out;
  }
  
  .sidebar-item.active {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  
  .sidebar-anchor {
    color: #FFF;
    text-decoration: none;
    font-size: 1.8em;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 7px;
  }
  
  .sidebar-anchor:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
  }
  
  .sidebar-anchor:hover:before {
    width: 100%;
  }
  
  .ua {
    position: absolute;
    bottom: 20px;
    left: 30px;
  }
  
  section.demand {
    padding-top: 20px;
}
  a, a:hover{  -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;}

  .ua:hover .fa {
    color: #FFF;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  
.vecnter ul li:hover,  .servicesthumbs:hover{
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    box-shadow: 0px 0px 15px #000000;
    color: #6ce029;
}
.aboutusexp{background: url(../img/3d-electric-car-charging.jpg) no-repeat center; background-size: cover;}
.aboutusexp::before {
    content: "";
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    width: 55%;
    background: #0f121bd1;
    height: 100%;
}

.breadcrumbe {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 120px 0px 60px;
    border-bottom: #22252d 1px solid;
}
.mb-40 {
    margin-bottom: 40px;
}
.contact__info-inner {
    padding: 45px 40px;
    padding-right: 70px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 30px 50px 0px rgb(1 11 60 / 10%);
    -moz-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
    box-shadow: 0px 30px 50px 0px rgb(1 11 60 / 10%);
    position: relative;
    z-index: 99;
    background: #ffffff14;
}
.contact__info-text h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #fff;
}
.contact__info-text p {
    margin-bottom: 0;
}
.mb-35 {
    margin-bottom: 35px;
}
ul, li {
    list-style: none;
}
.contact__info-inner ul {
    margin: 0px;
    padding: 0px;
}
.contact__info-inner ul li i, .contact__info-inner ul li a {
    color: #5cad30;
}
.contact__info-icon {
    position: absolute;
}

.mr-15 {
    margin-right: 15px;
}

.contact__info-text {
    float: left;
    padding-left: 75px;
}

.contact__info-item {
    position: relative;
    display: inline-block;
}

.contact__info-icon i {
    color: #6ce029;
    width: 50px;
    height: 40px;
    border: #dddddd2e 1px dashed;
    text-align: center;
    border-radius: 4px;
    line-height: 35px;
    font-size: 20px;
}

.contact__info-inner a {
    color: #6ce029;
}

.breadcrumbe .breadcrumbs-title {
    color: #5cad30;
    text-transform: capitalize;
    font-size: 2rem;
    font-weight: 700;
}
.breadcrumbe ul {
    padding: 0px;
    margin: 0px;
}
.breadcrumbe ul li {
    display: inline-block;
    margin: 0px;
    color: #fff;
    position: relative;
    padding: 0px 5px;
    font-size: 18px;
    letter-spacing: 1px;
}
.breadcrumbe ul li::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 2px;
    background: #fff;
    top: 0;
    bottom: 0;
    left: auto;
    right: -3px;
    margin: auto;
}
.breadcrumbe ul li a {
    color: #fff;
}
.breadcrumbe ul li:last-child::before {
    display: none;
}
.contact__social.pl-30 {
    color: #fff;
}

.contact__social ul li a {
    display: flex;
    width: 40px;
    height: 40px;
    line-height: 35px;
    border: #44464c 1px solid;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 0;
    border-radius: 5px;
    text-decoration: none;
    transition: all .2s cubic-bezier(0.4, 0, 1, 1);
}

.contact__social ul {
    display: flex;
}
.contact__info-inner ul li a:hover {
    color: #fff;
}
.contact__wrapper {
    border: #ffffff1f 1px solid;
    border-radius: 4px;
    padding: 30px;
}

.contact__wrapper  p {
    color: #fff;
}

.contact__wrapper input[type="text"], .contact__wrapper input[type="email"], .contact__wrapper textarea, .vacancy-form form input[type="text"], .vacancy-form form input[type="email"], .vacancy-form form input[type="number"], .vacancy-form form select {
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
    padding: 0 0 0 10px;
    background: transparent;
    border: 0;
    border-bottom: #ffffff1f 1px solid;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    transition: all .2s ease-in;
}

.custom-file input {
    border: 0px !important;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
    background: transparent;
}

.vacancy-form form select option{color: #0f121b;}
.contact__wrapper input[type="text"]:focus, .contact__wrapper input[type="email"]:focus, .contact__wrapper textarea:focus, .vacancy-form form input[type="text"]:focus, .vacancy-form form input[type="email"]:focus, .vacancy-form form input[type="number"]:focus, .vacancy-form form select:focus {
    border: 0px;
    border-bottom: #5cad30 1px solid;
    outline: none;
}
.p-0 {
    padding: 0px !important;
}

.contact__wrapper input[type="text"]::placeholder, .contact__wrapper input[type="email"]::placeholder {
    color: #fff;
    opacity: .3;
    font-weight: 300;
}

.contact__wrapper textarea {
    height: 120px;
}

input[type="submit"] {
    width: 100%;
    display: inline-block;
}



.contact__wrapper [type=button], .contact__wrapper [type=reset], .contact__wrapper [type=submit], .contact__wrapper button, .vacancy-form form input[type="submit"] {
    width: 100%;
    padding: 10px 0;
    border-radius: 6px;
    border: 0px;
    text-transform: uppercase;
    background: #5cad30;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 2px;
    transition: all .2s ease-in;
    margin-bottom: 20px;
}

.contact__wrapper [type=button]:hover, .contact__wrapper [type=reset]:hover, .contact__wrapper [type=submit]:hover, .contact__wrapper button:hover {
    background: #22252d;
}
a, a:hover{text-decoration: none; transition: all .2s ease-in;}
.contact__social h4 {
    margin-bottom: 20px;
}

.contact__social ul li a:hover {
    background: #5cad30;
}

.contact__social ul li a:hover i {
    color: #fff;
}
section.contact__area.pt-115.pb-120 {
    padding: 70px 0;
}
section.maparea {
    margin: 0;
    padding: 0;
}

.vacancy-content, .vacancy-form {
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 20px #ffffff1a;
    position: relative;
    border-radius: 6px;
}
.vacancy-content a.button-primary.readmore {
    display: inline-block;
}
a.readmore {
    margin: 20px auto 0;
    background: #5cad30;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    font-size: 1.1rem;
    position: relative;
    overflow: hidden;
    z-index: 99;
    border: 1px transparent solid;
}
a.applylinkedin {
    margin: 20px auto 0 10px;
    padding: 7px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 1.1rem;
    position: relative;
    overflow: hidden;
    z-index: 99;
    background: #0765b5;
    display: inline-block;
    border: #3366b5 1px solid;
}
.vacancy-form::before {
    content: "";
    position: absolute;
    height: 65px;
    width: 65px;
    background: url(../img/power.png) no-repeat #6ce029;
    margin: auto;
    top: -30px;
    display: block;
    left: 0;
    right: 0;
    border-radius: 50%;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    border: #5cad30 3px solid;
    background-size: 50%;
    background-position: center center;
}


@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
p{color: #fff;}
.vacancy-content h5 {
    display: inline-block;
    font-size: 18px; color:#fff
}
.vacancy-content h3 {
    color: #6bde24;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.vacancy-form h3 {
    font-weight: 800;
    color: #5cad30;
}

.vacancy-form form {
    margin-top: 20px;
}
.custom-file-label {
    background: transparent;
    height: 50px;
    border: 0px;
    border-bottom: #ffffff1f 1px solid;
    border-radius: 0px;
}

.custom-file-label::after {
    display: none;
}
.custom-file {
    height: 50px;
    margin-bottom: 30px;
}
.vacancy-form {
    padding: 60px 30px 30px 30px;
}

.accordion .card {
    background: transparent;
    border: #ffffff30 1px solid;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.card-head {
    padding: 10px 20px;
    border-bottom: #ffffff30 1px solid;
    color: #5cad30;
}

.accordion .card h2 {
    background: url(../img/down-arrow.png) no-repeat calc(100% - 10px) center;
    background-size: 20px;
    cursor: pointer;
    font-size: 18px;
}
.jobdiscription {
    color: #fff;
}

.jobdiscription ul {
    margin: 0;
    padding: 0;
}

.jobdiscription ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
    line-height: 32px;
    font-weight: 400;
}

.jobdiscription ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    height: 6px;
    width: 6px;
    background: #5cad30;
}

.helpcenter {
    padding: 20px;
    box-shadow: 0 0 20px #f7f7f70d;
    border-radius: 6px;
}
.helpcenter .title {
    font-size: 1.5rem;
    position: relative;
    color: #5CAD2F;
    font-weight: 700;
    display: inline-block;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.helpcenter a {
    color: #fff;
}
.helpcenter a:hover {
    color: #5cad30;
}
.widget-icon {
    width: 90px;
    height: 90px;
    margin: auto auto 30px;
    background: #5cad30;
    border-radius: 50%;
    text-align: center;
    line-height: 90px;
    font-size: 2rem;
    color: #fff;
}
.helpcenter + .helpcenter span.or-style {
    position: relative;
    display: inline-block;
    margin: 20px auto;
    z-index: 99;
    width: 100%;
    font-weight: 900;
    color: #fff;
    font-size: 1.4rem;
    line-height: 40px;
}
.helpcenter + .helpcenter span.or-style::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    height: 1px;
    width: 100%;
    background: #ffffff28;
    z-index: -2;
}
.helpcenter + .helpcenter span.or-style::after {
    content: "";
    position: absolute;
    height: 40px;
    width: 60px;
    background: #5cad30;
    margin: auto;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 6px;
}
.helpcenter + .helpcenter {
    text-align: center;
    margin-top: 30px;
}
a.readmore:hover {
    background: transparent;
    border: #ffffff17 1px solid;
}
.aboutinfpo ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    color: #fff;
}
.aboutinfpo ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    height: 10px;
    width: 9px;
    background: #5cad30;
}
.aboutinfpo ul {
    margin: 20px 0 0;
    padding: 0px;
}
section.ourteam {
    padding-bottom: 70px;
}
.teamthumb {
    position: relative;
    margin-bottom: 40px;
    transition: all .2s ease-in;
}
.teamthumb .memberinfo {
    position: absolute;
    left: 0;
    right: 0;
    width: 90%;
    margin: -30px auto;
    background: #161c2e;
    text-align: center;
    padding: 10px;
    box-shadow: 0 30px 50px rgb(0 0 0 / 3%);
    border-bottom: 2px solid transparent;
    transition: all .2s ease-in;
    transform: translateY(0);
    border-radius: 6px;
    border: #3f4c6c 1px solid;
}
.teamthumb .memberinfo ul.socialmedia {
    margin: 0;
    padding: 0;
    display: none;
    transition: all .2s ease-in;
    margin: 10px auto;
    float: none;
}
ul.socialmedia li {
    display: inline-block;
    margin-right: 5px;
}
.teamthumb:hover ul.socialmedia {
    display: block;
    transition: all .2s ease-in;
}
ul.socialmedia li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: #6ce029 1px dashed;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.teamthumb .memberinfo ul.socialmedia li a {
    width: 30px;
    height: 30px;
    color: #6ce029;
    line-height: 30px;
}
.teamthumb:hover .memberinfo {
    transform: translateY(-30px);
    border-bottom: #5cad30 2px solid;
}
.teamthumb .memberinfo, .teamthumb .memberinfo a i {
    color: #fff;
}
.carshowing {
    background: #eef3f5;
    padding-bottom: 0;
    padding-top: 50px;
}
.testimonials{background: #fff;position: relative;padding-bottom: 80px;}
.testimonials::before {content: "";position: absolute;left: auto;top: 0;height: 100%;width: 100%;background: url(../img/testimonial.png) no-repeat center center;background-size: cover;right: 0;}
.testimonialthmb {padding: 30px;background: #fff;position: relative;display: inline-block;width: 100%;text-align: left;}
.quoteicon {width: 65px;position: absolute;top: -30px;background: #fff;left: auto;right: 20px;padding: 10px;}
.faeturesthumbnails {
    position: relative;
    padding: 50px 20px 30px;
    text-align: center;
    border: #ddd 1px solid;
    height: auto;
    background: #fff;
    margin-top: 30px;
    min-height: 300px;
}
.iconimge {
    width: 70px;
    margin: auto auto 10px;
}
.faeturesthumbnails h3  {
    font-size: 1.5rem;
    color: #0f121b;
}
.testimonials {
    background: #f4f9fc;
    position: relative;
    padding: 220px 0 80px;
    overflow: hidden;
}
.text-center {
    text-align: center;
}
.testimonials .subheading, .testimonials .mainheading {
    color: #0f121b;
}
.faeturesthumbnails p{color: #0f121b;}





.headingfont {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1.5rem;
}

.headingfont span {
    font-weight: 800;
    color: #5cad30;
}

.aboutinfpo h3 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.aboutinfpo h2 {
    font-size: 3.2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
}
.mb-5 {
    margin-bottom: 1.5rem !important;
}

.aboutinfpo h5 {
    color: #fff;
    line-height: 2.5rem;
}
a.samebutton {
    background: #6ce029 padding-box;
    display: inline-block;
    padding: 5px 40px;
    border-radius: 90px;
    font-size: 1.2rem;
    color: #fff;
    transition: all .2s ease-in;
    border: #6ce029 1px solid;
    margin-top: 1rem;
}

a.samebutton:hover {
    background:transparent
}
section.foundation img.img-fluid {
    position: absolute;
    top: -100px;
}
.modal  video {
    width: 100%;
}
.pl-3{padding-left: 2rem;}
section.aboutus.voltpanda {
    padding-bottom: 0;
}
.aboutinfpo h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #fff;
    margin: 1rem 0;
}
@media only screen and (max-width: 991px) {
.tabe {
    width: 0px;
    display: inline-block;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -7px;
}
.chargertop{ height: auto;}
.nav-right.visible-xs{display: none;}
.tabe div#menuIcon {
    position: relative;
    margin: 20px;
    width: 30px;
}

.tabe div#menuIcon span {
    width: 25px;
    margin-bottom: 8px;
}

.tabe div#menuIcon span:nth-child(even) {
    width: 20px;
}
 .location::after{display: none;}
.chargertop img{position:relative; left: 0; right:0; margin: auto; display: none;}
.topbanner{height: auto;padding-top: 0;}
.aligncenter h1{font-size: 2.5rem;}
.aligncenter h1 br{display: none;}
.whatspecial ul{display: block;}
.vecnter ul li{margin-bottom: 20px;}
.mainheading{font-size: 1.8rem;}
.subheading{font-size: 1.2rem;}
.whatspecial ul li {
    width: 47%;
    margin: 0 1% 10px;
}
.features::after {
    width: 100%;
    background-size: contain;
}
.features {
    background: #0f121b;
    padding-bottom: 120px;
}
.newsletter{top: 0px; position: relative; margin-bottom: 30px;}
.renatasl {
    background: #eef3f5;
    padding-top: 50px;
}
section.demand {
    padding: 40px 0px;
}
.cntinfor ul{text-align: left;}
section.demand {
    padding: 0px 0px 40px;
}

.cntinfor ul li {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: #444 1px dashed;
    padding-bottom: 20px;
}

.cntinfor ul li:last-child {
    border: 0px;
    padding-bottom: 0px;
}
.appdisp{padding-right: 0px;}
.downloadapp {
    background: #0f121b;
    padding-bottom: 40px;
}
.copyrights::before{width:100%; left:0px}
.mainfooter {
    background: #0f121b;
    padding: 40px 0px 10px;
}
ul.socialmedia {
    float: none;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.cpytext ul li{margin: 5px 5px 5px 0;}
.cpytext ul li:last-child{margin-right: 0px;}
.cpytext ul li a{font-size: 14px;}
.aligncenter {
    display: flex;
    height: 100%;
    padding-top: 1.5rem;
    text-align: center;
}
.vecnter ul {
    margin-top: 2rem;
}

.vecnter ul li{margin:15px 0px;}
.vecnter {
    width: 100%;
}
.offset-sm-0{margin-left: 0;}
}



@media only screen and (max-width: 767px) {
.topbannemrs{display: block;background: #0f121b;padding-bottom: 0px;padding-top: 70px;}
.bigimg {
    display: none;
}
.aboutusexp::before {width:100%}
section {
    padding: 30px 0px;
    display: block;
    overflow: hidden;
}
.chargertop{height:auto}
.vecnter ul{display: block;}
.aboutinfpo, .cabdis p {
    text-align: center;
    width: 100%;
    padding: 0px !important;
    margin: 0px !important;
}
.servicesthumbs {

    height: auto;
}
.cabdis {
    padding-right: 0px;
}
.faeturesthumbnails{height: auto;  min-height: auto;}
.featurethmb .iconfeature{top:8px}
.cpytext{padding-left: 0px;}
.testimonials{padding: 40px 0px;}

.headingfont {
    font-size: 1.5rem;
}
.aboutinfpo h3 {
    color: #fff;
    font-size: 1.1rem;
    line-height: 2rem;
}
section.foundation img.img-fluid {
    position: relative;
    top: 20px;
}
.visison .row, .foundation .row {
    flex-flow: column-reverse;
}
.aboutimg.enviorment {
    margin-bottom: 2rem;
    text-align: center;
}

.aboutimg.enviorment img {
    display: block;
    margin: auto;
}

section.aboutus.voltpanda {
    padding-top: 10px;
}

.breadcrumbe {
    padding: 80px 0 40px;
}
}
