* {
  font-family: 'Inter', sans-serif;
}
.home-heading {
  font-size: 50px;
  font-weight: 600;
}
/* Sub-Navbar */
.sub-nav {
  width: 1350px;
 }
 .sub-nav-items {
   padding-top: 5px;
   padding-bottom: 5px;
   text-decoration: none;
   color: #015368;
 }
 .sub-nav-icon {
   padding-left: 70px;
   font-size: 12px;
 }
 #sub-nav-icon3 {
   padding-left: 210px;
 }
 .sub-nav-text {
   text-decoration: none;
   color: #015368;
  
 }
 .sub-nav-text:hover{
   color: #212529;
 }
 #sub-nav-icon2 {
   padding-left: 70px;
 }
/* Navbar */
.navbar{
   font-size: 22px;
   background-color: #D9EAF4;
}
.navbar-brands {
    font-size: 50px;
    font-weight: bolder;
    text-decoration: none;
    color: black;
    padding-left: 4%;
}
.navbar-brands:hover {
    color: 	#707070;
}
.nav-iteam {
 
  color: #4B4B4B;
  text-decoration: none;
  padding-right: 60px;
}
#nav-iteam3 {
  padding-right: 60px;
  margin-left: 0px;
}
.nav-iteam:hover {
  color: #5AA47F;

}
/* Banner */
.banner {
    background-color: #D9EAF4;
    display: flex; 
   padding-top: 60px;
}
.banner-img {
    width:100%;
    padding: 10px;
}
.banner-container {
   margin: auto;
   margin-left: 40px;
   padding-left: 40px;
   line-height: 60px;
}
.banner-button {
    border: none;
    background: #5AA47F;
    width: 130px;
    height: 45px;
    font-size: 20px;
    color: #C0EAF0;
    margin-left: 55px;
    text-align: center;
    
}
.banner-button:hover {
    background: #C0EAF0;
    color: #5AA47F;
}
.banner-heading {
    font-size: 50px;
    font-weight: bolder;
    margin-left: 55px;
    padding-bottom: 10px;
}
.banner-text {
    margin-left: 55px;
    font-size: 22px;
    line-height: 30px;
}
.banner-subheading {
   color: #5AA47F;
   font-weight: bolder;
   line-height: 22px;
}
/* About Section */
.about-col {
  padding-left: 20px;
  border-left: 2px solid #5AA47F;
}
.about-container {
  margin: 80px;

}

.about-img {
  width: 100%;
  height: 90%;
  padding-top: 120px;
  padding-right: 10px;
}
.about-heading {
  padding-top: 30px;
  text-align: center;
  color:#5AA47F;
}
.about-subheading {
  font-size: 22px;
  text-align: justify;
  color: #77d7b9;
  padding-top: 10px;
  padding-left: 20px;
}
.about-paragraph {
  padding-top: 30px;
  font-size: 18px;
  padding-bottom: 30px;
  padding-left: 20px;
}
/* Product Section */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
.charger-points {
  border-left: 3px solid #5AA47F;
  padding-left: 10px;
}
.charger-btn {
  -webkit-appearance: none;
  width: auto;
  min-width: 60px;
  padding: 15px 40px;
  background-color: #5AA47F;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, .13);
  border: none;
  transition: all 0.3s ease;
  outline: 0;
  margin-top: 10px;
  margin-bottom: 50px;
}
.charger-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 2px 6px -1px rgba(182, 157, 230, .65);
}
.charger-btn:hover:active {
  transform: scale(0.99);
}
.charger-btn a {
  text-decoration: none;
  font-size: 20px;
  color: #fff;
}
.charger-btn a:hover {
  color: #000;
}
.product-heading {
  text-align: center;
  padding: 10px;
  color: #5AA47F;
}
/* h1 {
  
  font-weight: 300;
} */
.row {
  /* max-width: 900px; */
  margin: 80px auto 0;
  margin-top: 50px;
}
.cards {
  float: left;
  padding: 0 1.7rem;
  width: 80%; 
  margin-left: 20px;
 
}
.cards .menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cards .menu-content::before, .cards .menu-content::after {
  content: '';
  display: table;
}
.cards .menu-content::after {
  clear: both;
}
.cards .menu-content li {
  display: inline-block;
}
.cards .menu-content a {
  color: #fff;
}
.cards .menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  transform: translate(-50%, 0);
}
.cards .wrapper {
  background-color: #fff;
  min-height: 520px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  /* box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2); */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.cards .wrapper:hover .data {
  transform: translateY(0);
}
.cards .data {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(calc(330px));
  transition: transform 0.3s;
}
.content {
  height: 510px;
}
.cards .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
}
.cards .author {
  font-size: 12px;
}
.cards .title {
  margin-top: 10px;
}
.cards .text {
  height: 70px;
  margin: 0;
}
.cards input[type='checkbox'] {
  display: none;
}
.cards input[type='checkbox']:checked + .menu-content {
  transform: translateY(-30px);
}
.example-1 .wrapper {
  background: url(https://img.freepik.com/premium-vector/electric-car-charging-ev-station-vehicle-standing_100456-2799.jpg?w=740) 20% 1% / cover no-repeat;
}

.example-1 .content {
  background-color: #fff;
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}
.example-1 .title a {
  color: grey;
  text-decoration: none;
}
.example-1 .menu-button {
  position: absolute;
  z-index: 999;
  top: 16px;
  right: 16px;
  width: 25px;
  text-align: center;
  cursor: pointer;
}
.example-1 .menu-button span {
  width: 5px;
  height: 5px;
  background-color: grey;
  color: grey;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.example-1 .menu-button span::after, .example-1 .menu-button span::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  position: absolute;
  border-radius: 50%;
}
.example-1 .menu-button span::before {
  left: -10px;
}
.example-1 .menu-button span::after {
  right: -10px;
}
.example-1 .menu-content {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: transform 0.3s;
  transform: translateY(0);
}
.example-1 .menu-content li {
  width: 33.333333%;
  float: left;
  background-color: #77d7b9;
  height: 60px;
  position: relative;
}
.example-1 .menu-content a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}
.example-1 .menu-content span {
  top: -10px;
}
.product-container {
  margin-top: 50px;
  margin-bottom: 150px;
}
/* Reach out */
.reach-out {
  background-color: #A8D8CC;
  color: #015368;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 60px;
  padding: 100px;
}
.reach-out-heading {
   font-size: 50px;
   font-weight: bolder;
   margin: 10px;
}
.reach-out-paragraph {
   font-size: 20px;
   padding-left: 260px;
   padding-right: 260px;
   padding-bottom: 30px;
   text-align:center;

}
.reach-out-btn {
   -webkit-appearance: none;
   width: auto;
   min-width: 100px;
   padding: 15px 40px;
   background-color: #5AA47F;
   color: #fff;
   font-size: 14px;
   font-weight: 500;
   box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, .13);
   border: none;
   transition: all 0.3s ease;
   outline: 0;

}
.reach-out-btn:hover {
   transform: translateY(-3px);
   box-shadow: 0 2px 6px -1px rgba(182, 157, 230, .65);
}
.reach-out-btn:hover:active {
   transform: scale(0.99);
}
.reach-out-btn a {
   text-decoration: none;
   font-size: 20px;
   color: #fff;
}
.reach-out-btn a:hover {
   color: #000;
}
/* BYD section */

.byd-card {
  position: relative;
  height: 450px;
  width: 1200px;
  margin: 120px auto;
  background-color:#D9EAF4;
  border: 1px solid #eee;
  border-radius: 20px;
  margin-left: 100px;
}
.bydheading {
  font-size: 40px;
  font-weight: 600;
  color: #015368;
  padding-top: 35px;
}
.thumbnail {
  float: left;
  position: relative;
  left: -50px;
  top: -50px;
  height: 450px;
  width: 530px;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
  border-radius: 20px;
}

img.left {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
}

/* Right side of the card */
.right {
  margin-left: 450px;
  margin-right: 20px; 
  border-radius: 20px;
}

.byd-subheading {
  text-align: justify;
  padding-top: 10px;
  font-size: 20px;
  line-height: 150%;
  color: #015368; }

/* Footer */
.form-control {
  background: #212529;
  border-color: #545454;
}

.form-control:focus {
  background: #212529;
}

footer {
  background: #212529;
}
.footer-iteam {
  color: #707070;
  text-decoration: none;
  font-size: 15px;
}
.footer-iteam:hover {
  color: whitesmoke;
}
.py-4 {
width: 1200px;
padding: 3.5rem;
}
.footer-name {
padding-left: 50px;
}

.social-icon {
color: #707070;
text-decoration: none;
font-size: 25px;
padding-right: 20px;
}
.social-icon1 {
  padding-left: 15px;
}
.social-icon:hover {
  color: whitesmoke;
}
.footer-icon {
font-size: 12px;
}
.copy-right {
color: #015368;
text-align: center;
background-color: #D9EAF4;
font-size: 12px;
padding: 6px;
}
.footer-heading {
padding-top: 50px;
font-weight: bold;
}
.reach-out {
    
    padding-top: 50px !important;
     padding-bottom: 85px;
      padding-left: 100px;
       padding-right: 100px;
}
.bydheading {
    
    padding-top: 21px !important;
}
#nav-iteam3 {
    padding-right: 60px;
    margin-left: 0px !important;
}
.sub-nav {
    display: flex !important;
    align-items: center !important;
}