.hero-img-cont_banner {
    position: absolute;
    top: 44%;
    left: 0;
    transform: translateY(-50%);
    padding: 10px 20px;
    background-color: transparent;
    max-width: 1000px;
    width: 85%;
    right: 0;
    margin: 0 auto;
	text-align: center;
}

.hero-img-cont_banner h3 {
    color:#ffffff;
    text-transform: uppercase;
    line-height: 1.1;
     /*font-family: 'Poppins', sans-serif;*/
	font-family: 'Gotham';
	font-size: 60px; font-weight: 400;
}
.hero-img-cont_banner h3 span {color: #ffc600; font-family: 'Gotham'; font-size: 62px; font-weight: 400;}
.hero-img-cont_banner .des{color: #ffffff; font-size: 12px; padding: 0px 5% 0;}
.hero-img-cont_banner .des span{color: #ffffff; font-size: 12px; display: inline-block; width: 100%; padding: 0 0 20px;}
.hero-img-cont_banner .des a{line-height: 20px; font-size: 12px; color: #ffffff;}
#tdsource{text-align: center;}
#tdsource p{font-size: 15px; display: inline-block !important; font-size: 14px;}





























#menuToggle
 {
   display: block;
   position: fixed;
   top: 34px;
   right: 98px;
   z-index: 1;
   -webkit-user-select: none;
   user-select: none;
   background: #fff;
   padding: 10px;
   padding-bottom: 4px;
   border-radius: 6px;
   width: 94px;
 }
 
 #menuToggle input
 {
   display: block;
   width: 94px;
   height: 41px;
   position: absolute;
   top: 0px;
   left: 0px;
   cursor: pointer;
   opacity: 0; /* hide this */
    /* and place it over the hamburger */
   -webkit-touch-callout: none;
   background: #ededed;
   z-index: 99;
 }
 
 /*
  * Just a quick hamburger
  */
 #menuToggle span
 {
   display: block;
   width: 26px;
   height: 3px;
   margin-bottom: 5px;
   position: relative;
   background: #ea7302;
   border-radius: 3px;
   z-index: 1;
   transform-origin: 1px 0px;
   transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
               background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
               opacity 0.55s ease;
   float: right;
 }
 
 #menuToggle span:first-child
 {
   transform-origin: 0% 0%;
 }
 
 #menuToggle span:nth-last-child(2)
 {
   transform-origin: 0% 100%;
 }
 
 /* 
  * Transform all the slices of hamburger
  * into a crossmark.
  */
 #menuToggle input:checked ~ span
 {
   opacity: 1;
   transform: rotate(45deg) translate(-2px, -1px);
   background: #ffffff;
 }
 
 /*
  * But let's hide the middle one.
  */
 #menuToggle input:checked ~ span:nth-last-child(3)
 {
   opacity: 0;
   transform: rotate(0deg) scale(0.2, 0.2);
 }
 
 /*
  * Ohyeah and the last one should go the other direction
  */
 #menuToggle input:checked ~ span:nth-last-child(2)
 {
   opacity: 1;
   transform: rotate(-45deg) translate(0, -1px);
 }
 
 /*
  * Make this absolute positioned
  * at the top left of the screen
  */
 #menu
 {
   position: absolute;
   width: 322px;
   /* margin: -100px 0 0 0; */
   top: -35px;
   padding: 0px;
   padding-top: 0px;
   right: -100px;
   background: #ededed;
   list-style-type: none;
   -webkit-font-smoothing: antialiased;
   /* to stop flickering of text in safari */
   transform-origin: 0% 0%;
   transform: translate(100%, 0%);
   transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
   display: flex;
   justify-content: space-between;
   height: 100vh;
 }
 
 #menu li
 {
   padding: 0px 0;
   font-size: 22px;
   border-bottom: 1px solid rgb(255 255 255 / 27%);
 }
 
 /*
  * And let's fade it in from the left
  */
 #menuToggle input:checked ~ ul
 {
   transform: none;
   opacity: 1;
 }
 
 @media screen and (max-width: 768px) {
   /* #menu {
     transform: none;
     opacity: 0;
 
     transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
   } */
 }



 ul#menu .first li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    text-align: center;
}

ul#menu .first li h6 {
    margin-top: 6px !important;
    display: block;
}
ul#menu .first {
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
}

ul#menu .second {
    padding-top: 80px;
    background: #f58220;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
}
ul#menu .second li a {
    color: #fff;
}

ul#menu .second li a:hover {
    color: #000;
}
header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    left: 0;
    right: 0;
}
.hero-img-cont.hero-img-cont_banner.first_one {
    position: absolute;
    top: 40%;
    left: 10%;
    transform: translateY(-50%);
    padding: 10px 20px;
    background: transparent;
    max-width: 820px;
    width: 85%;
    margin: initial;
    text-align: left;
}
.hero-img-cont.hero-img-cont_banner.first_one h3 {
    font-size: 54px;
}
.hero-img-cont {
    top: 38%;
}
.hero-img-cont_banner {
    top: 36%;
}
div#menuToggle samp {
    float: left;
    position: relative;
    top: -3px;
    font-size: 18px;
    color: #1968b3;
    z-index: 9;
}
#menuToggle input:checked ~ samp {
    color: #fff;
    opacity: 0;
}


















@media(max-width:640px){
	.hero-img-cont_banner h3 {
    line-height: 1.2em;
    font-size: 1.6em;
}
	.hero-img-cont_banner h3 span {
    font-size: .75em;
}
	.hero-img-cont_banner .des { padding: 45px 15% 0;}
	.hero-img-cont_banner .des p{font-size: 10px;}

    .hero-img-cont.hero-img-cont_banner.first_one {
        top: 70%;
    }
    
    .hero-img-cont.hero-img-cont_banner.first_one h3 span {
        font-size: 1.2em;
        line-height: 1.2em;
        margin-top: 13px;
    }
    .hero-img-cont.hero-img-cont_banner.first_one h3 {
        line-height: 1.2em;
        font-size: 1.2em;
    }
    .hero-img-cont {
        top: 54%;
    }
    #menuToggle {
        top: 22px;
        right: 82px;
    }
}













 
 
























/*--------SANJIT ADD CSS------------*/
.know_more_button i.fa.fa-arrow-right {
    padding: 10px;
}
.more-btn.font-poppins {
    text-align: center;
}
.right_step_box h6 {
    color: #f58220;
}
.know_more_button {
    width: 208px;
    height: 75px;
    background: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 75px;
    margin-top: -40px;
}

.right_step_box h3 {
    color: #1068b2;
}
.solar_step_first_box {
    background: #f58220;
    width: 33.333%;
    border-right: 1px solid #fff;
    position: relative;
}

.solar_step_main_box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 93px;
}
.solar_step_first_box .no_image {
    position: absolute;
    left: 0;
    top: -38px;
}

.first_mid_box {
    padding: 17px 9px;
    color: #fff;
}
.enquery_box_one {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 4px;
}

.enquery_box_one img {
    margin-right: 6px;
}

span.call_text {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    display: block;
}
.first_mid_box.two {
    text-align: center;
}

.first_mid_box.two h4 {
    font-size: 16px;
}

.first_mid_box.two p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 18px;
}
.solar_big_video_box {
    position: relative;
}

.solar_big_mid_box {
    position: absolute;
    bottom: 24%;
    text-align: center;
    width: 100%;
}

.solar_big_mid_box h4 {
    font-size: 60px;
    color: #ffc600;
    margin-top: 26px;
}
.mob_light_image {
    display: none;
}
.solar_mob_image {
    display: none;
}
.left_video_box video {
    width: 100%;
    height: 460px;
}



@media screen and (max-width:767px) {
    .left_video_box {
        text-align: center;
    }
}



@media screen and (max-width:480px) {
.right_step_box h3 {
    font-size: 30px;
}
.right_step_box {
    margin-top: 26px;
}
.solar_step_first_box {
    width: 100%;
    border-right:none;
    margin-bottom: 4px;
}
.solar_step_first_box .desk_image {
    width: 100%;
}
.solar_step_first_box .no_image {
    left: -6px;
}
.first_mid_box {
    padding: 52px 16%;
    color: #fff;
    padding-top: 30px;
}
.enquery_box_one {
    font-size: 18px;
    margin-bottom: 8px;
}
span.call_text {
    font-size: 15px;
}
.right_step_box h6 {
    font-size: 14px;
}
.solar_mob_image {
    display:block;
}
.solar_desk_image {
    display: none;
}
.solar_big_mid_box h4 {
    font-size: 22px;
}
	
	.hero-img-cont_banner { top: 64%;}
	
}