@charset "utf-8";
/* CSS Document */

@font-face {
	font-family:'Segoe UI';	
	src: url('../fonts/segoeui.eot');
	src: url('../fonts/segoeui.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/segoeui.woff') format('woff'), 
		 url('../fonts/segoeui.ttf') format('truetype'), 
		 url('../fonts/segoeui.svg#segoeui') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Lucida Sans Regular';	
	src: url('../fonts/281158448-LucidaSansRegular.eot');
	src: url('../fonts/281158448-LucidaSansRegular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/281158448-LucidaSansRegular.woff') format('woff'), 
		 url('../fonts/281158448-LucidaSansRegular.ttf') format('truetype'), 
		 url('../fonts/281158448-LucidaSansRegular.svg#segoeui') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:Soocialico;	
	src:url('../fonts/socialico0.eot');
	src: url('../fonts/socialico0.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/socialico0.woff') format('woff'), 
		 url('../fonts/socialico0.ttf') format('truetype'), 
		 url('../fonts/socialico0.svg#segoeui') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:Georgia;	
	src:url('../fonts/507904053-georgia.eot');
	src: url('../fonts/507904053-georgia?#iefix') format('embedded-opentype'),
		 url('../fonts/507904053-georgia.woff') format('woff'), 
		 url('../fonts/507904053-georgia.ttf') format('truetype'), 
		 url('../fonts/507904053-georgia.svg#segoeui') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:"Hagin caps";	
	src:url('../fonts/hagin_caps_medium.eot');
	src: url('../fonts/hagin_caps_medium?#iefix') format('embedded-opentype'),
		 url('../hagin_caps_medium.woff') format('woff'), 
		 url('../hagin_caps_medium.ttf') format('truetype'), 
		 url('../hagin_caps_medium.svg#segoeui') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:"Hagin Caps Thin";	
	src:url('../fonts/hagin_caps_thin.ttf');
	src: url('../fonts/hagin_caps_thin?#iefix') format('embedded-opentype'),
		 url('../hagin_caps_thin.woff') format('woff'), 
		 url('../hagin_caps_thin.ttf') format('truetype'), 
		 url('../hagin_caps_thin.svg#segoeui') format('svg');
	font-weight: normal;
	font-style: normal;
}

*{
	margin:0;
	padding:0;
	outline:0;
	border:0;
}

body {
	margin:0;
	padding:0;
	font-size:14px;
	font-family:"Lucida Sans Regular";
}
.clear {
	clear:both;
}

.a  {
	text-decoration:none;
}

li {
	list-style-type:none;
}

#wrapper_header {
	width:100%;
	height:96px;
	margin:0 auto;
	float:left;
	background:url(../images/header/bg.jpg) repeat-x;
	position:fixed;
	z-index:50;
}

.container {
	margin:0 auto;
	width:980px;
}

#header {
	float:left;
	width:100%;
	height:92px;
}

#logo {
	float:left;
	padding:14px 0px;
}
.navigation_to_page p a:hover {
	color:#A70000;
	text-decoration:underline;
	}
#navigation {
	float:right;
	/*width:738px;*/
	height:92px;
}

.navigation_list {
	float:right;
	width:100%;
	color:#E0B637;
	text-transform:uppercase;
	font-size:13px;
	position:relative;
	height:92px;
}

.navigation_list li  {
    display: inline-block;
    line-height: 92px;
    position: relative;
    text-decoration: none;
	background:url(../images/header/nav_bg.fw.png) no-repeat;
	font-family:"Hagin Caps Thin";
}

.navigation_list li a {
	text-decoration:none;
	color:#E0B637;
	width:115px;
	display:inline-block;
	text-align:center;
}

.navigation_list li a:hover {
	color:#000;
	background:#FFC926;
	height:95px;
	display:inline-block;
	transition:250ms all linear;
	-moz-transition:250ms all linear;
	-webkit-transition:250ms all linear;
	-ms-transition:250ms all linear;
}

.navigation_list li.active a {
	color:#000 !important;
	background:#FFC926;
	height:99px;
	display:block;
}

#footer_wrapper {
	background-color:#3F3F3F;
	float:left;
	margin:0 auto;
	width:100%;
}

#footer_container {
	float:left;
	font-family:;
	width:980px;	
}

#footer_navigation {
	font-family:Georgia;
	float:left;
	width:700px;
}

#footer_navigation ul {
	float:left;
	font-size:13px;
	color:#FFCC37;
	text-transform:uppercase;
  font-family: "Hagin Caps Thin";
}

#footer_navigation li {
	list-style-type:none;
	display:inline-block;
	text-decoration:none;
	padding:24px 20px 2px;
}

#footer_navigation li a {
	text-decoration:none;
	color:#FFCC37;
}

#footer_navigation li a:hover {
	color:#fff;
}

#social_links {
	float:right;
	width:118px;
	padding-top:15px;
}

#social_links a {
	font-family: none;
	/*font-size:40px;*/
	color:#3f3f3f;
	text-decoration:none;
}



#copyrights {
	float:left;
	width:700px;
	padding:10px 0;
}

#copyrights ul {
	float:left;
	font-size:12px;
	color:#FFCC37;
}

#copyrights li {
	font-family:Verdana, Reghular;
	list-style-type:none;
	display:inline-block;
	text-decoration:none;
	padding:19px 20px 0 0;
}

#copyrights li a {
	text-decoration:none;
	color:#FFCC37;
}

#copyrights li a:hover {
	color:#fff;
}

#site_design {
	float:right;
	font-size:12px;
	color:#FFCC37;
	padding:16px 0 15px;
	width:163px;
}

#site_design a {
	color:#FFCC37;
	text-decoration:none;
}

#site_design a:hover {
	color:#fff;
}

.wrapper {
    float: left;
    min-width:980px;
    width: 100%;
	  height: 791px;
}

#banner {
    position: relative;
	margin-top:92px;
}

.banner_slider {
	width:100%;
	background:left top no-repeat;
	position: relative;
	margin: 0 auto;
}

.banner_slider .banner_img {
    background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    /*z-index: 5;*/
}

.content_container {
	/*float: right;*/
	margin-top: 47px;
	width: 570px;
	position:relative;
	 margin-left: 41%;
}
.content_container_slider {
	width:100%;
	margin:0 auto;
	}
.content_container h1 {
	background:url(../images/banner/text_bg1.fw.png) no-repeat left top;
	font-size:24px;
	color:#000;
	padding:8px 12px;
	font-family:"Hagin caps";
	font-weight:normal;
}

.content_container h2 {
	background:url(../images/banner/text_bg2.fw.png) no-repeat left top;
	font-size:22px;
	color:#fff;
	padding:8px 12px;
	margin:18px 0;
	font-family:"Hagin caps";
	font-weight:normal;
}	

.home_slider p {
    line-height: 26px;
    /*padding-top: 10px;*/
    width: 366px;
}

.content_container > p {
	color:#191919;
    line-height: 25px;
    padding-top: 10px;
	width:441px;
	  background: #fff;
  /* margin: 0 0 0 0px; */
  padding: 10px;
}

.content_container > img {
    float: right;
    /*margin-left: 32px;*/
    margin-top: 117px;
    position: absolute;
    right: 10px;
}

a.readme_button {
	background:url(../images/banner/readme.fw.png) no-repeat left top;
    color: #190C0C;
    cursor: pointer;
    float: left;
    font-size: 14px;
 	 margin-top: -36px;
	text-decoration:none;
	padding: 7px 59px 12px 39px;
	margin-left: 56%;
}

a.readme_button:hover {
	color:#FFF;
}

.our_solar_projects > a {
	text-decoration:none;
}

.buy_sell > a {
	text-decoration:none;
}

.responsibility > a {
	text-decoration:none;
}

.save_energy {
  font-family: "Segoe UI";
  float: left;
  width: 608px;
  position: relative;
    top: 43px;
  text-align: center;
  margin: 0 0 0 164px;
}
.about_captions {
	float:left;
	width:100%;
	background:#ffcf3f;
  height: 218px;
	}
.save_energy h3 {
	font-family:"Lucida Sans Regular";
	font-size:20px;
	color:#A70000;
	font-weight:normal;
}

.save_energy > p {
    line-height: 24px;
    padding-top: 12px;
}

.arrow_navigation {
	float:right;
}

.right_arrow {
	  position: relative;
  bottom: 580px;
  /*right: 552px;*/
  }

.left_arrow {
	  position: relative;
  bottom: 580px;
  /* right: 45px; */
  float: left;
  /*left: -1179px;*/
}

.bxslider li {
	float:left !important;
	z-index:0 !important;
}
.navigation_to_page {
	background:url(../images/banner/new_bg.fw.png) no-repeat center top;
	float:left;
	width:100%;
	margin-top:50px;
	padding-bottom:30px;
}

.our_solar_projects {
	background:url(../images/banner/home.fw1.png) no-repeat;
	float:left;
	width:300px;
}

.our_solar_projects h4 {
	  background: url(../images/banner/arrow.fw.png) no-repeat 136px 5px;
  color: #A70000;
  font-size: 15px;
  font-weight: normal;
  margin-left: 0px;
  margin-top: -27px;

}

.our_solar_projects p {
	  font-family: "Segoe UI";
  color: #191919;
  line-height: 21px;
  padding: 177px 0 5px 0px;
    width: 100%;
}

.buy_sell {
	background:url(../images/banner/planet1.png) no-repeat ;
	float:left;
	width:300px;
	margin-left:28px;
}

.buy_sell h4 {
	  background: url(../images/banner/arrow.fw.png) no-repeat 173px 5px;
  color: #A70000;
  font-size: 15px;
  font-weight: normal;
  margin-left: 1px;
  margin-top: -27px;
}
.buy_sell iframe {
	margin-left:-6px;
	}

.buy_sell h4:hover, .our_solar_projects h4:hover, .responsibility h4:hover {
	text-decoration:underline;
}

.buy_sell p {
	  font-family: "Segoe UI";
  color: #191919;
  line-height: 20px;
  padding: 178px 0 10px 0px;
  width: 100%;
}
.responsibility {
	background:url(../images/banner/social_new.png) no-repeat;
	float:left;
	width:300px;
	margin-left:28px;
}

.responsibility h4 {
	background: url(../images/banner/arrow.fw.png) no-repeat 174px 4px;
  color: #A70000;
  font-size: 15px;
  font-weight: normal;
  margin-left: 2px;
  margin-top: -28px;
}

.responsibility p {
	  font-family: "Segoe UI";
  color: #191919;
  line-height: 20px;
  padding: 179px 0 10px 0px;
  width: 100%;

}

.news_content_container {
	float:left;
	/*margin-top: 110px;*/
	width: 954px;
	position:relative;
	padding:20px 10px;
}

.news_content_container h1 {
	background:url(../images/news_events/text_bg.fw.png) no-repeat left top;
	font-size:24px;
	color:#000;
	padding:8px 12px;
	font-family:Georgia;
	font-weight:normal;
}

.first_news {
	float:left;
	background:url(../images/news_events/news_bg.fw.png) no-repeat center top;
	margin:26px 0;
}

.first_news p {
	font-family:"Segoe UI";
	color:#000000;
	line-height:26px;
	font-size:15px;
	margin-left:160px;
	margin-top:18px;
}

.news_date {
	font-family:"Lucida Sans Regular";
	font-size:16px;
	float:left;
	margin:21px 0 34px 160px;
	color:#A60000;
}

/** Our Partners Begin **/
.partner_banner_slider {
	width:100%;
	background:left top no-repeat;
	height:700px;
	position: relative;
	margin: 0 auto;
}

.partner_banner_slider .banner_img {
    background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    /*z-index: 5;*/
}

.partners_content_container h2 {
	background:url(../images/partners/text_bg.fw.png) no-repeat left top;
	font-size:20px;
	color:#fff;
	padding:8px 12px;
	margin-top:18px;
	font-family:Georgia;
	font-weight:normal;
}

.partners_content_container {
	float:left;
	/*margin-top: 110px;*/
	width: 840px;
	position:relative;
	padding:36px 10px;
}

.partners_content_container h1 {
	background:url(../images/partners/text_bg_y.fw.png) no-repeat left top;
	font-size:24px;
	color:#000;
	padding:8px 12px;
	font-family:Georgia;
	font-weight:normal;
}

.partners_content_container p {
	padding-top:24px;
	line-height:24px;
	width:500px;
	color:##000000;
	font-size:15px;
}

.partners_content_container h3 {
    color: #A70000;
    font-family: "Segoe UI";
    font-size: 20px;
    font-weight: normal;
    margin-top: 28px;
}

/** Our Partners End **/

/** Social Responsibility Begin**/

.social_content_container {
	float:left;
	width:510px;
	position:relative;
	padding:36px 10px;
}

.social_image {
	width:30%;
	float:left;
	margin:4% 5% 5% 5%;
	}
.social_content_container h1 {
	background:url(../images/banner/text_bg1.fw.png) no-repeat left top;
	font-size:24px;
	color:#000;
	padding:8px 12px;
	font-family:Georgia;
	font-weight:normal;
}

.social_content_container h2 {
	background:url(../images/social/h2bg.fw.png) no-repeat left top;
	font-size:21px;
	color:#fff;
	padding:8px 8px;
	margin-top:18px;
	font-family:Georgia;
	font-weight:normal;
}

.social_content_container p {
	line-height: 22px;
    margin-top: 16px;
	font-family:"Segoe UI";
	font-size:15px
}

.social_points {
    float: left;
    margin-top: 18px;
	font-family:"Segoe UI";
	width:410px;
}

.social_points li {
	list-style-type:none;
	line-height:30px;
	font-size:15px;
	color:#000000;
	list-style-image:url(../images/banner/arrow.fw.png);
	padding:10px 15px;
}

.social_points > ul {
    padding-left: 38px;
}

/** Social Responsibility End **/

/** Certifications Begiin **/

.bx-viewport {
	float:left;
}

.certificate_banner_slider {
	width:100%;
	background:left top no-repeat;
	height:500px;
	position: relative;
	margin: 0 auto;
}

#pricetag {
	position:relative;
}

.certificate_banner_slider .banner_img {
    background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    /*z-index: 5;*/
}

.certificate_content_container {
	float:left;
	width: 500px;
	position:relative;
	padding:36px 0 0 10px;
}
.certificate_banner {
	width:85%;
	background:#fff;
	opacity:0.9;
	margin: -12px 0 0 0;
	}
.certificate_content_container h1 {
	background:url(../images/certification/h1_bg.png) no-repeat left top;
	font-size:22px;
	color:#000;
	padding:8px 12px;
	font-family:Georgia;
	font-weight:normal;
}

.certificate_content_container h2 {
    color: #A70000;
    font-family: "Segoe UI";
    font-size: 23x;
    font-weight: normal;
    margin-top: 20px;
	margin-left:20px;
}


.certificate_content_container p {
	  margin-top: 12px;
  line-height: 26px;
  font-family: "Segoe UI";
  font-size: 15px;
  width: 93%;
  margin: 12px 0 0 19px;
}

.certfication_content_new {
	width:100%;
	margin:0 auto;
	background:#ffc926;
	float:left;
	}
.renewable_banner_slider {
	width:100%;
	background:#ffc926;
	height:566px;
	position: relative;
	margin: 0 auto;
}

.renewable_banner_slider .banner_img {
    background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    /*z-index: 5;*/
}

.renewable_content_container {
	float:right;
	width: 654px;
	position:relative;
	padding:24px 0 0 10px;
}

.renewable_content_container h1 {
	background:url(../images/certification/contentlast_bg.fw.png) no-repeat left top;
	font-size:21px;
	color:#000;
	padding:8px 12px;
	font-family:Georgia;
	font-weight:normal;
}

.renewable_content_container h2 {
    color: #000;
    font-family: "Segoe UI";
    font-size: 23px;
    font-weight: normal;
    margin: 18px 0 0 44px;
	font-weight:normal;
}

.renewable_content_container p {
	margin-top:12px;
	line-height:30px;
	font-family:"Segoe UI";
	font-size:15px
}

.renewable_points {
	float: right;
    font-family: "Segoe UI";
    /*margin-top: 10px;*/
}

.renewable_points ul {
    padding-left: 100px;
}

.renewable_points li {
	color: #000000;
    font-size: 15px;
    line-height: 22px;
    list-style-image: url("../images/banner/arrow.fw.png");
    list-style-type: none;
    padding: 10px;
}

.pricetags_banner_slider {
	width:100%;
	background:left top no-repeat;
	height:648px;
}

.pricetags_banner_slider .banner_img {
    background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    /*z-index: 5;*/
}

.pricetags_content_container {
	float:left;
	width: 100%;
	position:relative;
	padding:36px 0 0 10px;
}

.pricetags_content_container h1 {
	background:url(../images/certification/priceh1.fw.png) no-repeat left top;
	font-size:24px;
	color:#000;
	padding:8px 12px;
	font-family:Georgia;
	font-weight:normal;
}

.pricetags_content_container h2 {
    color: #A70000;
    font-family: "Segoe UI";
    font-size: 23px;
    font-weight: normal;
    margin: 40px 0 0 44px;
	font-weight:normal;
}

.pricetags_content_container p {
	margin-top:28px;
	line-height:30px;
	font-family:"Segoe UI";
	font-size:14.5px
}

.price_table1 {
	float:left;
	width:452px;
}


td {
    border: 1px solid #666;
    /*text-align: left;*/
    width: 9%;
	padding: 6px 0 5px 15px;
}

.price_table1 {
    line-height: 20px;
    padding: 5px 10px 0 0;
}

.price_table2 {
	float:left;
	width:452px;
	margin-left:34px;
	margin-top:10px;
}

.accrediation {
	clear:both;
	float:left;
	width:450px;
}

.accrediation p {
	padding:20px 0;
}

.registration {
	float:left;
	margin:96px 0 0 42px;
	width:450px;
}

.section {
	color:#B3251F;
	font-weight:bold;
}

.oblication_content_container {
	float:left;
	width: 500px;
	position:relative;
	padding:36px 0 0 10px;
}

.oblication_content_container h1 {
	background:url(../images/certification/contt_bg.fw.png) no-repeat left top;
	font-size:21px;
	color:#000;
	padding:8px 12px;
	font-family:Georgia;
	font-weight:normal;
}
.green_tag_image {
	float:left; 
	width:35%;
	
	}
.green_tag_image  img {
	margin:12% 12% 12% -6%;
	}	
.oblication_content_container h2 {
    color: #A70000;
    font-family: "Segoe UI";
    font-size: 23px;
    font-weight: normal;
    margin: 40px 0 0 44px;
	font-weight:normal;
}

.oblication_content_container p {
	margin-top:12px;
	line-height:30px;
	font-family:"Segoe UI";
	font-size:15px;
	width:450px;
}

.oblication_left {
    float: left;
    left: 140px;
    position: relative;
    text-align: center;
    top: 233px;
    width: 193px;
}

.consumers {
    float: left;
    left: -113px;
    line-height: 23px;
    position: relative;
    text-align: center;
    top: 174px;
    width: 392px;
	margin-top:5px;
}

.no_border {
	border:none;
}

/**Certifications End **/

/** About Us **/

.about_content_container {
	float:left;
	width: 100%;
	position:relative;
	/*padding:58px 0 0 10px;*/
	height:614px;
}

.about_content_container h1 {
	background:url(../images/aboutus/H1BG.fw.png) no-repeat left top;
	font-size:24px;
	color:#000;
	padding:8px 12px;
	font-family:"Hagin caps";
	font-weight:normal;
}
.about_banner_content_new {
	  width: 64.5%;
  height: 614px;
  background: #fff;
  opacity: 0.8;
  margin:19px;
}
.about_content_container h2 {
	background:url(../images/aboutus/h2bg.fw.png) no-repeat scroll left top;
    color: #FFFFFF;
    font-family: "Hagin caps";
    font-size: 22px;
    font-weight: normal;
    margin-top: 18px;
    padding: 8px 12px;
}

.about_content_container > img {
    bottom: 443px;
    left: 212px;
    position: relative;
}

.about_content_container p {
	color: #191919;
  line-height: 20px;
  padding-top: 11px;
  font-size: 14px;
  width: 95%;
    margin: 0 0 0 12px;

}

.vision_banner_slider {
	width:100%;
	background:left top no-repeat;
	height:500px;
	position: relative;
	margin: 0 auto;
}

.vision_banner_slider .banner_img {
    background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    /*z-index: 5;*/
}

.vision_content_container {
	float:right;
	width: 353px;
	position:relative;
	padding:36px 0 0 0;
	top:70px;
	left:14spx;
}

.vision_content_container h1 {
	background:url(../images/aboutus/vision.fw.png) no-repeat left top;
	font-size:24px;
	color:#000;
	  padding: 8px 4px 11px 28px;
	font-family:"Hagin caps";
	font-weight:normal;
}

.vision_content_container h2 {
	background:url(../images/aboutus/h2bg.fw.png) no-repeat scroll left top;
    color: #FFFFFF;
    font-family:"Hagin Caps";
    font-size: 22px;
    font-weight: normal;
    margin-top: 18px;
    padding: 8px 12px;
}

.vision_content_container p {
	width:393px;
    color: #191919;
    line-height: 25px;
    padding-top: 25px;
	font-size:15px;
}

.founder {
    float: left;
   /* margin-top: 20px;*/
    width: 150px;
}

.founder p {
    color: #191919;
    font-size: 14px;
    line-height: 20px;
    padding-top: 5px;
	text-align:center;
	width:228px;
	margin-left:0px;
}

.founder1 {
    float: left;
    /*margin-top: 34px;*/
    width: 150px;
}

.founder1 p {
    color: #191919;
    font-size: 14px;
    line-height: 20px;
    padding-top: 5px;
	text-align:center;
	width:158px;
	margin-left:110px;
}

.founder2 {
    float: left;
  /*  margin-top: 33px;*/
    width: 150px;
}

.founder2 p {
    color: #191919;
    font-size: 14px;
    line-height: 20px;
    padding-top: 5px;
	text-align:center;
	width:158px;
	margin-left:162px;
}
/** About Us End **/

/** Services Begin**/

.services_content_container {
	float:left;
	width: 490px;
	position:relative;
	/*padding:36px 0 0 10px;*/
}

.services_content_container h1 {
	background:url(../images/services/h1bg.fw.png) no-repeat right top;
    color: #000000;
    float: right;
    font-family: Georgia;
    font-size: 20px;
    font-weight: normal;
    padding: 7px 14px 14px 40px;
	position:relative;
	top:50px;
}

.services_content_container > img {
    position: relative;
    right: 32px;
    top: 9px;
}

.definition {
	float:right;
	background:url(../images/services/cont1.fw.png) no-repeat right top;
    top:556px;
    float: right;
    padding: 8px 0 37px 33px;
    position: absolute;
}

.definition p {
	font-size:14px;
	line-height:20px;
}

.view_details {
    color: #A70000;
    float: right;
    font-size: 17px;
    margin: 20px 18px 0 0;
    /*text-decoration: none;*/
}

a:hover {
	text-decoration:none;
}

.roofs_content_container {
	float:right;
	width: 490px;
	position:relative;
	/*padding:36px 0 0 10px;*/
}

.roofs_content_container h1 {
	background:url(../images/services/h1right.fw.png) no-repeat left top;
    color: #000000;
    float: left;
    font-family: Georgia;
    font-size: 19px;
    font-weight: normal;
    padding: 8px 31px 9px 6px;
    position: relative;
    top: 50px;
}

/** Services End **/

/** Certification begin **/

.certificate_procedure {
	/*margin-top:10px;*/
	width:100%;
	float:left;
	position:relative;
	/*z-index:100;*/
	/*padding-left: 10px;*/
}

.certificate_procedure ul {
    /*background: url(../images/certification/cer.fw.png) no-repeat scroll left  top;*/
    float: left;
    list-style-type: none;
    /*padding: 35px 0 0 0px;*/
    /*position: relative;*/
    text-transform: capitalize;
    width: 100%;
}

#certificate_procedure ul li a {
	color:#000;
	text-decoration:none;
}

.certificate_procedure ul li.eligibility_bg {
	float:left;
	padding:10px 56px 10px 48px;
	background:url(../images/certification/eligibility1.png) no-repeat left top;
    text-align: center;
	font-size:20px;
	position:relative;
}

.certificate_procedure ul li.eligibility_bg:hover,.certificate_procedure ul li#list_item2.active {
	float:left;
	padding:10px 56px 10px 48px;
	background:url(../images/certification/02_Page%202.png) no-repeat left top;
    text-align: center;
	font-size:20px;
	position:relative;
	color:#fff;
	cursor:pointer;
}

#tag {
	position:relative;
	bottom:18px;
}

.certificate_procedure ul li.eligibility_bg a, .procedure_bg a {
	/*color:#000; */
	text-decoration:none;
}

.certificate_procedure ul li#list_item2.active, list_item1.active {
	color:#000;
	text-decoration:none;
}

/*.active {
    color: #FFC926;
    text-decoration: none;
}*/
.certificate_procedure ul li a{
	color:#000000;
	text-decoration:none;
}
.certificate_procedure ul li.active a{
	color:#fff;
	text-decoration:none;
}
.certificate_procedure ul li.ethics_bg {
	float:left;
	padding:10px 84px 10px 60px;
	background:url(../images/certification/eligibility1.png) no-repeat left top;
    text-align: center;
	font-size:20px;
	position:relative;
}

.certificate_procedure ul li.ethics_bg:hover, .certificate_procedure ul li#list_item1.active  {
	float:left;
	padding:10px 84px 10px 60px;
	background:url(../images/certification/02_Page%202.png) no-repeat left top;
    text-align: center;
	font-size:20px;
	position:relative;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}
.certificate_procedure ul li:hover a  {
	float:left;
	/*padding:10px 83px 10px 60px;*/
/*	background:url(../images/certification/ethics.fw.png) no-repeat left top;*/
    text-align: center;
	font-size:20px;
	position:relative;
	color:#fff;
	cursor:pointer;
}

.certificate_procedure ul li.procedure_bg {
	float:left;
	padding:10px 0px 11px 0px;
	background:url(../images/certification/eligibility1.png) no-repeat left top;
    text-align: center;
	font-size:20px;
	position:relative;
}

.certificate_procedure ul li.procedure_bg:hover  {
	float:left;
	padding:10px 0px 11px 0px;
	background:url(../images/certification/02_Page%202.png) no-repeat left top;
    text-align: center;
	font-size:20px;
	position:relative;
	color:#FFC926;
	cursor:pointer;
}

.certificate_procedure ul li .active a{
	color:#000;
	text-decoration:none;
}

.certificate_procedure li a:hover {
	color:#FFC926;
	/*float:left;*/
	/*width:100%;*/
	/*background:url(../images/certification/02_Page%202.png) center center no-repeat;*/
	text-decoration:none;
	/*display:block;*/
}
.renewable_definition {
	float:right;
	background:url(../images/services/cont2.fw.png) no-repeat right top;
    float: left;
    padding: 8px 0 47px 6px;
    position: relative;
    right: 4px;
    top: 516px;
}

.renewable_definition p {
	font-size:14px;
	line-height:20px;
}

.view_details1 {
    color: #A70000;
    font-size: 17px;
    margin: 20px 0 10px 17px;
    position: absolute;
    /*text-decoration: none;*/
}

/** Certification Page End **/

/** About Us **/
.corevalues_banner_slider {
	width:100%;
	background:left top no-repeat;
	height:598px;
	position: relative;
	margin: 0 auto;
	background:#ffc926;
}

.corevalues_banner_slider .banner_img {
    background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    /*z-index: 5;*/
}

.corevalues_content_container {
	float: left;
    padding: 36px 0 0 10px;
    position: relative;
    width: 100%;
	bottom:0px;
}

.corevalues_content_container h1 {
    background:url(../images/aboutus/corevalues.fw.png) no-repeat scroll left top;
    color: #000000;
    font-family: Georgia;
    font-size: 24px;
    font-weight: normal;
    padding: 8px 12px;
}

.corevalues_content_container p {
    font-family: "Segoe UI";
    font-size: 15px;
    line-height: 30px;
    margin-top: 12px;
}

.solar_projects {
	/*background:url(../images/aboutus/man1.fw.png) no-repeat center ;
	margin-top:18px;*/
	float:left;
	width:300px;
}
.solar_projects h3 {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}

.solar_projects p {
    font-family: "Segoe UI";
    font-size: 15px;
    line-height: 23px;
    margin-top: 145px;
    width: 280px;
}

.solar_projects1 {
	/*background:url(../images/aboutus/hand.fw.png) no-repeat;*/
	margin:60px 0 0 30px;
	float:left;
	width:300px;
}

.solar_projects1 h3 {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}

.solar_projects1 > img {
    bottom: 172px;
    position:absolute;
}

.solar_projects1 p {
    font-family: "Segoe UI";
    font-size: 15px;
    line-height: 23px;
    margin-top: 143px;
    width: 275px;
}

.solar_projects2 {
	/*background:url(../images/aboutus/hand.fw.png) no-repeat;*/
	margin:60px 0 0 30px;
	float:left;
	width:300px;
}

.solar_projects2 h3 {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}

.solar_projects2 > img {
    bottom: 172px;
    position: absolute;
}

.solar_projects2 p {
    font-family: "Segoe UI";
    font-size: 15px;
    line-height: 23px;
    margin-top: 145px;
    width: 275px;
}

/** About Us Page End **/

/** Contact Us Begin **/
.contactus {
	position:relative;
	width:100%;
	height:0px;
	margin:0 auto;
	/*text-align:center;*/
	float:left;
}

.contactus iframe {
	/*float:left;*/
	position:absolute;
}
.contact_banner_slider {
	width:100%;
	background:left top no-repeat;
	height:690px;
	position: relative;
	margin: 0 auto;
}

.contact_banner_slider .banner_img {
    background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    /*z-index: 5;*/
}

.contact_content_container {
    float: left;
    margin-left: 18px;
    padding: 36px 0 0 42px;
    position: relative;
    width: 50%;
}

.contact_content_container h1 {
	font-family:"Hagin Caps";
	background:url(../images/contact/h1bg.fw.png) no-repeat left top;
	font-size:24px;
	color:#000;
	padding:8px 12px;
	font-weight:normal;
}

.contact_content_container h2 {
    color: #A70000;
    font-family: "Segoe UI";
    font-size: 18px;
    font-weight: normal;
    margin-top: 20px;
	font-weight:normal;
}

.contact_content_container p {
	/*margin-top:28px;*/
	line-height:28px;
	font-family:"Segoe UI";
	font-size:15px
}

.adress a {
    color: #000000;
    text-decoration: underline;
}

.adress a:hover {
	text-decoration:none;
}

.form_container {
	float:left;
    width: 260px;
}

.contact_form {
	margin: 0 auto;
}

.contact_form p{
	clear: both;
	color: #333;
	font-size: 13px;
	float: left;
	padding: 5px 5px;
}

.contact_form INPUT[type="text"]{
	font-family:Verdana, Reghular;
	font-size: 13px;
	background: #fff;
	box-shadow: -3px 3px 2px #F5E6B7 inset;
	width: 170px;
	padding:6px 3px;
	color: #000;
	border:2px solid #FFC926;
}

.contact_form INPUT[type="text"]:focus, .contact_form TEXTAREA:focus{
	box-shadow: 0px 0px 1px 1px #FFC926;
}

.contact_form TEXTAREA{
	font-family:Verdana, Reghular;
	font-size: 13px;
	background: #fff;
	box-shadow: -3px 3px 2px #F5E6B7 inset;
	padding:5px 3px;
	width: 265px;
	color: #000;
	height: 80px;
	border:2px solid #FFC926;
}

.contact_form p.submit{
	width: 100%;
	float: left;
	margin: 10px 6px;
	/*text-align:center;*/
	padding: 10px 0px;
}

.contact_form INPUT[type="button"], .contact_form INPUT[type="submit"]{
	background: #FFC926;
	padding: 6px 8px;
	border-radius: 5px;
	color: #000;
	cursor: pointer;
	font-size:15px;
}

.contact_form INPUT[type="submit"]:hover {
	background:#FFB500;
}
.bg_color{
    background: none repeat scroll 0 0 #FDE397;
    height: 100%;
    opacity: 0.81;
    position: absolute;
    width: 100%;
    z-index: 0;
	top:0;
	left:36px;
}
.adress, .form_container{
	position:relative;
	z-index:10;
	opacity:1;
	padding-left:15px;
}

/** Contact Us End **/

/** Photo Gallery Begin**/
.gallery_banner_slider {
	width:100%;
		background-position:center center;
	height:872px !important;
	position: relative;
	float:left
}

.gallery_banner_slider .banner_img {
    background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    /*z-index: 5;*/
}

.gallery_content_container {
	float:left;
	margin-top:30px;
	width: 100%;
	position:relative;
}

.gallery_banner_slider h1 {
	background:url(../images/gallery/h1bg.fw.png) no-repeat left top;
	font-size:24px;
	color:#000;
	padding: 6px 8px;
	font-family:Georgia;
	font-weight:normal;
	margin-top:30px;
}

.gallery_content_container h2 {
	background:url(../images/banner/text_bg2.fw.png) no-repeat left top;
	font-size:22px;
	color:#fff;
	padding:8px 12px;
	margin:18px 0;
	font-family:Georgia;
	font-weight:normal;
}	

.gallery_content_container p {
	float:left;
	line-height:26px;
	font-size:15px;
	padding-top:20px;
}

.gallery_para {
	float:left;
	margin-top:30px;
	font-size:15px;
}

.projects {
	margin-top:44px;
	float:left;
	width:100%;
	border-bottom: 1px solid #A80000;
}

.projects ul {
	list-style-type:none;
	float:left;
	text-transform:capitalize;
	width:100%;
	display:inline;
}

.projects li {
	float:left;
	display:inline-block;
	font-size:17px;
	padding:6px 25px 10px 0;
	list-style-type:none;
}

.projects li a {
	color:#A70000;
	text-decoration:none;
	padding:6px 28px 10px 10px;
}

.projects ul li {
	color:#fff;
	text-decoration:none;
}

.projects > ul > li.active > a{
	color:#ffffff;
	/*padding:0px;*/
	margin:0px;
}

.projects li a:hover,.projects > ul > li.active {
	color:#fff;
	background:url(../images/gallery/hover.fw.png) no-repeat left 1px;
}

.overall_projecrts {
	float:left;
}

.goTop_top {
    background: url(../images/background/Back%20to%20top%20icon%20dark.png) no-repeat center top;
    /*color: #40A0E6;*/
    cursor: pointer;
    display: inline-block;
    float: right;
    /*font-size: 14px;*/
    margin: 0 10px 2px 0;
    padding: 54px 29px 1px;
    position: relative;
    z-index: 100;
}

#toTop_top {
    background: url(../images/background/Back%20to%20top%20icon%20dark.png) no-repeat center top;
    /*color: #40A0E6;*/
    cursor: pointer;
    display: inline-block;
    float: right;
    /*font-size: 14px;*/
    margin: 0 10px 2px 0;
    padding: 54px 29px 1px;
    position: relative;
    z-index: 100;
}

.product_hover,.product_hover .active {
    background: url("../images/gallery/product_hover.png") no-repeat center top;
    cursor: pointer;
    float: left;
    height: 256px;
    left: 28px;
    position: absolute;
    top: 21px;
    width: 436px;
    z-index: 2;
}

#gallery > li {
	float:left;
    list-style-type: none;
}

#category1_scroll, #category2_scroll, #category3_scroll, #category4_scroll {
	float:left;
}

#category1_slider, #category2_slider, #category3_slider, #category4_slider {
	list-style-type:none;
	width:100%;
	display:inline-block;
	position:relative;
	z-index:11;
}

.product_category {
	display:block;
	list-style-type:none;		
}
ul.product_category > li, ul.product_category > li.active > div{
	float:left;
	display:table;
	width:100%;
	height:auto;
}
ul.product_category > li > div{
	display:none;
}

.list_item {
	list-style-type:none;
	padding:20px;
	display:inline-block;
	float:left;
	position:relative;
	z-index:12;
	width:450px;
}

.project1 {
	width:100%;
}

#commercial1 {
	width:450px;
	height:256px;
	background:url(../images/gallery/com_pro1.fw.png) no-repeat center center;
	position:relative;
	z-index:1;
}

#commercial1:hover {
	background:url(../images/gallery/com_pro2.fw.png);
}

#commercial2 {
	width:450px;
	height:256px;
	background:url(../images/gallery/com_pro2.fw.png) no-repeat center center;
	position:relative;
	z-index:1;
}

#commercial2:hover {
	background:url(../images/gallery/com_pro3.fw.png);
}

#commercial3 {
	width:450px;
	height:256px;
	background:url(../images/gallery/com_pro4.fw.png) no-repeat center center;
}

#commercial3:hover {
	background:url(../images/gallery/com_pro2.fw.png);
}

#commercial4 {
	width:450px;
	height:256px;
	background:url(../images/gallery/com_pro4.fw.png) no-repeat center center;
}

#commercial4:hover {
	background:url(../images/gallery/com_pro2.fw.png);
}

#commercial5 {
	width:450px;
	height:256px;
	background:url(../images/gallery/com_pro1.fw.png) no-repeat center center;
}

#commercial5:hover {
	background:url(../images/gallery/com_pro2.fw.png);
}

#commercial6 {
	width:450px;
	height:256px;
	background:url(../images/gallery/com_pro2.fw.png) no-repeat center center;
}

#commercial6:hover {
	background:url(../images/gallery/com_pro3.fw.png);
}

#commercial7 {
	width:450px;
	height:256px;
	background:url(../images/gallery/com_pro4.fw.png) no-repeat center center;
}

#commercial7:hover {
	background:url(../images/gallery/com_pro2.fw.png);
}

#commercial8 {
	width:450px;
	height:256px;
	background:url(../images/gallery/com_pro4.fw.png) no-repeat center center;
}

#commercial8:hover {
	background:url(../images/gallery/com_pro2.fw.png);
}

/** Photo Gallery End **/


/**** Goto Top ****/

/** Services **/ 

.pricetags_banner_slider .tab_wrapper {
	height:auto;
	overflow:auto;
	/*background:url(../images/services/bg.jpg) center center no-repeat;*/
	background-attachment:fixed;
	background:#ffe8a3;
}

.tab {
    box-sizing: border-box;
    height: inherit;
    padding-bottom: 80px;
    padding-top: 200px;
}

.tab_wrapper .right_panel {
    box-sizing: border-box;
    float: right;
    padding-left: 15px;
    width: 50%;
}

.tab_content, .page_content {
    background: none repeat scroll 0 0 #FFFFFF;
    box-sizing: border-box;
    float: left;
    padding: 10px 48px 20px;
    width: 100%;
	margin-top:94px;
}

.tab_content h1, .page_wrapper h1 {
    display: block;
    font-family: "Lucida Sans Regular";
    font-size: 34px;
    margin: 10px 0 15px;
	font-weight:normal;
}

.tab_wrapper .left_panel {
    float: left;
    width: 50%;
}

.tab_content p, .page_content p {
    display: block;
    margin: 10px 0;
	line-height:22px;
}
.tab_slogan.first_child {
    margin-top: 408px;
}
.tab_slogan, .slogan {
    font-size: 30px;
    line-height: 45px;
}
.tab_slogan, .slogan {
    background:#FFC926;
    clear: both;
    color: #FFFFFF;
    float: right;
    font-family: "Lucida Sans Regular";
    font-size: 26px;
    line-height: 55px;
    margin-bottom: 6px;
    padding: 6px 20px;
}

.tab_navigation {
    /*background: none repeat scroll 0 0 #FFFFFF;*/
    float: right;
    /*margin-left: 140px;*/
    position: absolute;
    width: 312px;
  /*  z-index: 50;*/
}

.tab_navigation li {
	background:url(../images/services/ul_bg.png) no-repeat left center;
}
/*.tab_navigation li.active { 
background:url(../images/services/li_active.png) no-repeat left center;
	}
*/
.tab_navigation h2 {
    color: #000000;
    font-size: 24px;
    line-height: 34px;
    padding: 10px 82px;
	font-weight:normal;
}

/*.tab_navigation li:hover a, .tab_navigation li.active a {
    background: none repeat scroll 0 0 #FFC926;
}*/

.tab_navigation a {
    background: inherit;
    /*border-top: 1px dashed #333333;*/
    color: #2E2E2E;
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 34px;
    word-wrap: break-word;
	text-decoration:none;
}


#goto_top {
    background:#000000;
    border-radius: 50px 50px 0 0;
    bottom: 0;
    color: #333333;
    cursor: pointer;
    display: none;
    font-size: 22px;
    opacity: 0.7;
    padding: 10px;
    position: fixed;
    right: 18px;
    text-align: center;
    width: 28px;
}

/** Services **/

.services_container {
    float: left;
    margin-top: 46px;
    width: 100%;
}

.left_menu {
	float:left;
	width:312px;
	margin-top:90px;
}

.services_description {
	float:right;
	width:488px;
	position:relative;
}

.menu_content {
	width:96.5%;
	float:left;
	margin-top:80px;
	background:#000;
	opacity:0.85;
}

.menu_content h1 {
	display: block;
   /* font-family: "Lucida Sans Regular";*/
     font-family: "Hagin caps";
    font-size: 34px;
    font-weight: normal;
    margin: 10px 0 15px;
	color:#ffc926;
	padding:0 18px;
	
}

.menu_content h2 {
	display: block;
    font-family: "Lucida Sans Regular";
    font-size: 23px;
    font-weight: normal;
    margin: 10px 0 15px;
	color:#ffc926;
	padding:0 18px;
}

.menu_content p {
	display: block;
    font-family: "Lucida Sans Regular";
    font-size: 13px;
    font-weight: normal;
	color:#fff;
	line-height: 22px;
    margin: 10px 0;
	padding:0 20px;
	width:93%;
}

.tab_navigation li a:hover, a.active {
  background:url(../images/services/li_active.png) no-repeat left center;
	color:#edb82f;
}

.banner_img_first {
	background:url(../images/banner/Banner1.jpg) no-repeat center;
	  float: left;
  min-width: 980px;
 	 width: 100%;
	 height:700px;
	}

.banner_img_new {
	background:url(../images/banner/1.jpg) no-repeat center;
	  float: left;
  min-width: 980px;
 	 width: 100%;
	 height:700px;
	}
	.banner_img_new1 {
	background:url(../images/banner/2.jpg) no-repeat center;
	  float: left;
  min-width: 980px;
 	 width: 100%;
	 height:700px;
	}
.bx-wrapper .bx-pager {
	display:none !important;
}
@media all and (min-width:992px)  and (max-width:1100px) { /*  height: 690px;*/
.wrapper {
  float: left;
  min-width: 959px;
  width: 100%;
  height: 577px;
}
.save_energy {
  font-family: "Segoe UI";
  float: left;
  width: 608px;
  position: relative;
  top: 39px;
  text-align: center;
  margin: 0 0 0 184px;
}
.our_solar_projects p {
	  font-family: "Segoe UI";
  color: #191919;
  line-height: 21px;
  padding: 177px 0 5px 0px;
    width: 93%;
}
.content_container > p {
  color: #191919;
  line-height: 25px;
  padding-top: 10px;
  width: 427px;
  background: #fff;
  /* margin: 0 0 0 0px; */
  padding: 10px;
}
	.banner_img_new {
  background: url(../images/banner/1.jpg) no-repeat center;
  min-width: 980px;
  width: 100%;
    height: 485px;
  background-size: 132%;

}
.banner_img_new1 {
  background: url(../images/banner/2.jpg) no-repeat center;
  min-width: 980px;
  width: 100%;
    height: 485px;
  background-size: 132%;

}
/**/.left_arrow {
   position: relative;
  bottom: 405px;
   right: 45px; 
  float: left;
 left: 0px;
}
.right_arrow {
  position: relative;
  bottom: 404px;
  /*right: 181px;*/
}
.content_container {
  /* float: right; */
  margin-top: 20px;
  width: 570px;
  position: relative;
  margin-left: 32%;
}
a.readme_button {
  background: url(../images/banner/readme.fw.png) no-repeat left top;
  color: #190C0C;
  cursor: pointer;
  float: left;
  font-size: 14px;
   margin-left: 54%;
  text-decoration: none;
  padding: 7px 59px 12px 39px;
}
/*.content_container > p {
  color: #191919;
  line-height: 23px;
  padding-top: 0;
    width: 421px;
  margin-top:-6px;
}
*/.our_solar_projects {
  background: url(../images/banner/home.fw1.png) no-repeat -26px 10px;
  float: left;
  width: 300px;
  margin-left: 49px;
}

.buy_sell {
  background: url(../images/banner/planet1.png) no-repeat -26px 10px;
  float: left;
  width: 300px;
  margin-left: 11px;
}
.responsibility p {
	  font-family: "Segoe UI";
  color: #191919;
  line-height: 20px;
  padding: 179px 0 10px 0px;
  width: 93%;

}
.buy_sell p {
	  font-family: "Segoe UI";
  color: #191919;
  line-height: 20px;
  padding: 178px 0 10px 0px;
  width: 93%;
}
.responsibility {
  background: url(../images/banner/social_new.png) no-repeat -26px 10px;
  float: left;
  width: 300px;
  margin-left: 11px;
}
.certificate_banner {
  width: 85%;
  background: #fff;
  opacity: 0.9;
  margin: -10px 0 0 0;
}
.certificate_banner_slider .banner_img {

  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  /* z-index: 5; */
}
.vision_content_container {
  float: right;
	 width: 429px;
  position: relative;
  padding: 7px 0 0 0;
  top: -23px; 
  left: 14spx;
}
.about_banner_content_new {
  width: 65%;
  height: 614px;
  background: #fff;
  opacity: 0.8;
  margin-top: -39px;
}
.vision_content_container p {
  width: 426px;
  color: #191919;
  line-height: 25px;
  padding-top: 0px;
  font-size: 15px;
}
.vision_banner_slider {
  width: 100%;
  background: left top no-repeat;
  height: 270px;
  position: relative;
  margin: 0 auto;
}
.social_image {
  width: 30%;
  float: left;
  margin: 4% 5% 5% 0%;
}
.about_content_container {
	float:left;
	width: 100%;
	position:relative;
	padding:58px 0 0 10px;
	height:614px;
}
	}	
	
@media all and (min-width:1101px) and (max-width:1366px) {
.content_container {
  /* float: right; */
  margin-top: 47px;
  width: 570px;
  position: relative;
  margin-left: 35%;
}	
	.vision_content_container {
  float: right;
    width: 378px;
  position: relative;
  /* padding: 36px 0 0 0; */
  top: 10px;
  left: 14spx;
}
.vision_banner_slider {
  width: 100%;
  background: left top no-repeat;
  height: 351px;
  position: relative;
  margin: 0 auto;
}
.vision_content_container p {
    width: 437px;
  color: #191919;
  line-height: 25px;
  padding-top: 12px;
  font-size: 15px;
}
.content_container > p {
  color: #191919;
  line-height: 25px;
  padding-top: 10px;
  width: 427px;
  background: #fff;
  /* margin: 0 0 0 0px; */
  padding: 10px;
}
	
}
@media all and (min-width:768px)  and (max-width:1366px) { /*  height: 690px;*/
.wrapper {
  float: left;
  min-width: 959px;
  width: 100%;
  height: 577px;
}
.save_energy {
  font-family: "Segoe UI";
  float: left;
  width: 608px;
  position: relative;
  top: 39px;
  text-align: center;
  margin: 0 0 0 184px;
}
.our_solar_projects p {
	  font-family: "Segoe UI";
  color: #191919;
  line-height: 21px;
  padding: 177px 0 5px 0px;
    width: 93%;
}
.buy_sell iframe {
	margin-left:-19px;
	}
	.banner_img_new {
  background: url(../images/banner/1.jpg) no-repeat center;
  min-width: 980px;
  width: 100%;
    height: 485px;
  background-size: 132%;

}
.banner_img_new1 {
  background: url(../images/banner/2.jpg) no-repeat center;
  min-width: 980px;
  width: 100%;
    height: 485px;
  background-size: 132%;

}
.content_container > p {
  color: #191919;
  line-height: 25px;
  padding-top: 10px;
  width: 427px;
  background: #fff;
  /* margin: 0 0 0 0px; */
  padding: 10px;
}
/**/.left_arrow {
   position: relative;
  bottom: 405px;
   right: 45px; 
  float: left;
 left: 0px;
}
.right_arrow {
  position: relative;
  bottom: 404px;
  /*right: 181px;*/
}
.content_container {
  /* float: right; */
  margin-top: 20px;
  width: 570px;
  position: relative;
  margin-left: 32%;
}
a.readme_button {
  background: url(../images/banner/readme.fw.png) no-repeat left top;
  color: #190C0C;
  cursor: pointer;
  float: left;
  font-size: 14px;
   margin-left: 54%;
  text-decoration: none;
  padding: 7px 59px 12px 39px;
}
/*.content_container > p {
  color: #191919;
  line-height: 23px;
  padding-top: 0;
    width: 421px;
  margin-top:-6px;
}
*/.our_solar_projects {
  background: url(../images/banner/home.fw1.png) no-repeat -26px 10px;
  float: left;
  width: 300px;
  margin-left: 49px;
}

.buy_sell {
  background: url(../images/banner/planet1.png) no-repeat -26px 10px;
  float: left;
  width: 300px;
  margin-left: 11px;
}
.responsibility p {
	  font-family: "Segoe UI";
  color: #191919;
  line-height: 20px;
  padding: 179px 0 10px 0px;
  width: 93%;

}
.buy_sell p {
	  font-family: "Segoe UI";
  color: #191919;
  line-height: 20px;
  padding: 178px 0 10px 0px;
  width: 93%;
}
.responsibility {
  background: url(../images/banner/social_new.png) no-repeat -26px 10px;
  float: left;
  width: 300px;
  margin-left: 11px;
}
.certificate_banner {
  width: 85%;
  background: #fff;
  opacity: 0.9;
  margin: -10px 0 0 0;
}
.certificate_banner_slider .banner_img {

  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  /* z-index: 5; */
}
.vision_content_container {
  float: right;
	 width: 429px;
  position: relative;
  padding: 7px 0 0 0;
  top: -23px; 
  left: 14spx;
}
.about_banner_content_new {
  width: 64.5%;
  height: 614px;
  background: #fff;
  opacity: 0.8;
  margin-top: -39px;
}
.vision_content_container p {
  width: 426px;
  color: #191919;
  line-height: 25px;
  padding-top: 0px;
  font-size: 15px;
}
.vision_banner_slider {
  width: 100%;
  background: left top no-repeat;
  height: 270px;
  position: relative;
  margin: 0 auto;
}
.social_image {
  width: 30%;
  float: left;
  margin: 4% 5% 5% 0%;
}
.about_content_container {
	float:left;
	width: 100%;
	position:relative;
	padding:58px 0 0 10px;
	height:614px;
}
	}	

/*@media all and (min-width:768px) and (max-width:1366px) {
	.right_arrow {
  position: relative;
  bottom: 580px;
  right: 97px;
}
.our_solar_projects {
  background: url(../images/banner/home.fw1.png) no-repeat -26px 10px;
  float: left;
  width: 300px;
  margin-left: 20px;
}
}
@media all and (min-width:800px) and (max-width:1280px) {
	.content_container {
 
  margin-top: 47px;
  width: 570px;
  position: relative;
  margin-left: 34%;
}
	.left_arrow {
  position: relative;
  bottom: 580px;
 
  float: left;
  left: -1062px;
}
.our_solar_projects {
  background: url(../images/banner/home.fw1.png) no-repeat -26px 10px;
  float: left;
  width: 300px;
  margin-left: 24px;
}
	}
*/