/* @import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700); */
@font-face {
    font-family: 'bebas_neuebold';
    src: url('fonts/bebasneue_bold-webfont.eot');
    src: url('fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_bold-webfont.woff') format('woff'),
         url('fonts/bebasneue_bold-webfont.ttf') format('truetype'),
         url('fonts/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;
		font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/roboto-regular-webfont.woff2') format('woff2'),
			 url('fonts/roboto-regular-webfont.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/roboto-medium-webfont.woff2') format('woff2'),
			 url('fonts/roboto-medium-webfont.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/roboto-bold-webfont.woff2') format('woff2'),
			 url('fonts/roboto-bold-webfont.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/DMSans-Regular.woff2') format('woff2'),
			 url('fonts/DMSans-Regular.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/DMSans-Medium.woff2') format('woff2'),
			 url('fonts/DMSans-Medium.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/DMSans-Bold.woff2') format('woff2'),
			 url('fonts/DMSans-Bold.woff') format('woff');
	font-display: swap;
}

.body{
	font-family: 'DM Sans', sans-serif;

	margin:0;
	padding:0;
}
.wrap{
	max-width:1145px;
	background:#fff;
	margin:0 auto 0;
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.071);
	border-bottom:7px solid #40ae49;
}
.navbar{
	position:relative;
	background:#d5d5d5;
	margin: 0 -13px;
	min-height:40px;
}
.navbar:before, 
.navbar:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -10px;
}
#left-column ul li{list-style: none;
    list-style-type: circle;
    list-style-position: outside ;
    padding: 2px 2px; margin: 0 0 0 12px;}
.navbar:before {
    border-width: 0 10px 10px 0;
    border-right-color: #222;
    left: 0;
	
}

.art_tt a{  
	/* color: #525252 !important; */
    display: inline-block;
    font-weight: bold;
    max-height: 20px;
    overflow: hidden;
    text-decoration: none;
    text-transform: capitalize;  font-size: 13px;}
.art_decc{font-size: 12px;color: #333; line-height: 1.42857;text-transform:uppercase;}

.navbar:after {
    border-width: 0 0 10px 10px;
    border-left-color: #222;
    right: 0;
}
.navbar li.active{
	background:#bebcbc;
}
.topBanner{    margin: -50px 0 0 150px;
    padding: 10px 0;}
.carousel-control{    top: 209px !important;}
.left.carousel-control{    left: 0 !important;}
/*.topBanner a img{width:550px;}*/
.navbar li a{
	color:#444444;
	font-weight:bold;
	text-transform:uppercase;
}
.navbar li.active a{
	color:#365aaa;
}
.has_padding{
	padding:0 30px;
}
.banner{
	max-width: 100%;
}
.art_pub_date { float:left;  color: #999999;    font-size: 12px;    text-align: left;}
.cb{clear:both}
.social_shares{float:right; width:132px;}


#subs_login{float: left; position: relative}
.subc_link{ margin:0 10px}
.s_input{background: #f0f0f0 none repeat scroll 0 0;    height: 40px;color:#000; border:1px solid #ccc; margin:0 0 15px 0}
.s_submit{background: #0058a9 none repeat scroll 0 0; color:#fff; border:0; padding:4px 8px}

.home_sec_title a{text-decoration:none;color: #525252;    font-size: 12px;  text-transform: uppercase;font-family: 'DM Sans', sans-serif;}
.home_sec_title a:hover{text-decoration:underline;color: #525252;}

.feature_post_title a{
	color: #525252;    font-size: 18px;margin: 20px 0 10px;   text-transform: uppercase;text-decoration:none;
	/* font-family: 'Roboto',sans-serif; */
}
.feature_post_title a:hover{text-decoration:underline;color: #525252;}

.industry_news .col-md-6{min-height:105px;margin-bottom:20px;border-bottom:1px solid #EFE0E3; }
#main_sections_art .industry_news .col-md-6{min-height:123px;}
.industry_news .col-md-6 .line{height:1px;}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  height: 357px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  background-color: rgba(41, 41, 41,0.9);
  position: absolute;
  width: 100%;
  height: 99px;
  left:0;
  bottom:0;
  text-align:left;
  padding-left:20px;
  padding-right:20px;
}
.slide_date{
  background-color: rgba(1, 92, 173,0.9);
  width: 101px;
  height: 99px;
  position: absolute;
  right: 0;
  top: 0;
}
.slide_date .date{
  font-size: 59px;
  font-family: "bebas_neuebold";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align:center;
  line-height: 70px;
}
.slide_title{
  font-size: 16px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight:normal
}

.slide_title a{font-size: 16px;  color: rgb(255, 255, 255);  text-transform: uppercase;  font-weight:normal; text-decoration:none}
.slide_title a:hover{ color:#FFFFFF}


.carousel-caption p{
	font-style:italic;
}
.slide_date .month{
  font-size: 12px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-align:center;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 357px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 357px;
}
.feature_article{
	font-size: 12px;
}
.feature_article .thumb{
	position:relative;
}
a.view_more_btn{
	position:absolute;
	right:0;
	bottom:0;
	background:#141f2d;
	color:#fff;
	width:80px;
	height:31px;
	text-align:center;
	text-transform:uppercase;
	font-size:18px;
	font-family: 'bebas_neuebold';
	padding-top:3px;
}
a.view_more_btn:hover{
	text-decoration:none;
	color:yellow;
}
.curr_articles img,
.industry_news img{
	float:left;
	margin-right: 6px;
}
.industry_news{
  font-size: 12px;
  color: rgb(82, 82, 82);
  text-transform: uppercase;
}
.industry_news > div{ height: auto;    overflow: hidden;}

.article_date{
  color: rgb(0, 85, 169);
  font-weight: bold;
}
.search .txtsearch, .search .btnsearch {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.search .txtsearch{
	background:#f0f0f0;
	height:40px;
	    padding-left: 10px
}
.search .input-group{
	width: 100%;
}
.top{
	text-align: right;
}
.search .btnsearch {
	background:#dddddd;
	display:flex;
	align-items:center;
	justify-content:center;
}
.subcribe_btn,.share_btn{
	position:relative;
	width:118px;
	font-size: 24px;
	font-family: "bebas_neuebold";
	color: rgb(255, 255, 255);
	text-transform:uppercase;
	padding-left:20px;
}

.subcribe_btn a{color:#fff;font-size: 24px;text-decoration:none}
.share_btn a{color:#fff;font-size: 24px;text-decoration:none}

.subcribe_btn a:hover{color:#fff;font-size: 24px;text-decoration:none}
.share_btn a:hover{color:#fff;font-size: 24px;text-decoration:none}

.subcribe_btn{
	background:#0058a9;
	margin-bottom: 10px;
}
.ribbon_btn{
	width: 118px;
	margin-right: -40px;
	z-index: 99999;
	float:right;
}
.share_btn{
	background:#3ca347;
}
.subcribe_btn:after,
.share_btn:after {
	/* position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -10px;
    border-width: 0 0 10px 10px;
    border-left-color: #222;
    right: 0;
	content: ''; */
}
ul.gallery_grid {
	list-style:none;
	padding-left: 0;
	display: block;
	width: 320px;
	overflow: auto;
}
ul.gallery_grid li{
	display:block;
	float:left;
	margin: 5px;
}
ul.socials{
	list-style:none;
	padding-left: 0;
	overflow: auto;
	margin-top:20px;
}
ul.socials li{
	display:block;
	float:left;
	margin: 5px;
	width: 74px;
	display: block;
}
ul.socials li a{
  font-size: 8px;
  color: rgb(145, 145, 145);
  text-transform: uppercase;
  text-align: center;
}
ul.socials li a .fan_count{
	background:#f4f4f4;
	padding: 10px 0;
}
ul.socials li a .fan_number{
	font-size: 16px;
	font-weight: bold;
}
hr{
	border-color:#d8d8d8;
	margin-bottom:0;
}
.btnsearch{
	height: 40px;
	
}
footer{
	max-width: 1145px;
	margin:0 auto;
	padding:30px;
	overflow: auto;
}
ul.footer_menu{
	float:right;
	list-style:none;
	padding-left:0;
	margin-top: 25px;
}
.footer_menu li{
	display:inline;
}
.footer_menu li + li{
    background:url('im/seperator.gif') no-repeat top left;
    padding: 0 10px;
}
.footer_menu li a{
  font-size: 18px;
  color: rgb(82, 82, 82);
  
}

.coppy_right{
	width:100%;
	float: left;
	font-size: 18px;
	color: rgb(82, 82, 82);
}
.footer_logo{
	float:left;
}
.feature_post_title{
  font-size: 18px;
  color: rgb(82, 82, 82);
  text-transform: uppercase;
  margin: 20px 0 10px 0;
}
.feature_post_title ,.article_date{
	text-transform:uppercase;
	margin-bottom:10px;
}
.industry_news hr{
	margin-top: 13px;
	margin-bottom: 13px;
}
.productname{
  font-size: 18px;
  color: rgb(82, 82, 82);
}
.products>div{
	height:74px;
	font-size:14px;
	margin: 35px 0;
	line-height:18px;
}
.products img{
	float:left;
	margin-right: 10px;
	border: solid 1px #dad8d8;
}
.left_ad{
	margin:20px 0;
}
.left_ad img{
	max-width:100%;
}
.left1 {
  overflow: hidden;
}
.left1> [class*='col-']:first-child ,
.no-padding-left{
	overflow: auto;
}
.lastest_news>div{
	height:auto}
.lastest_news hr{
	margin-top:0;
	margin-bottom:25px;
	opacity: 0;
}
.section_title h3{
	text-transform:uppercase;
	font-size: 24px;
	font-family: 'DM Sans', sans-serif;
	font-weight:bold;
	color: black;
	display: inline;
	padding: 0 10px;
}
.section_title {
  
  margin-bottom: 20px;
}
.search_archive{
	color: rgb(82, 82, 82);
	display: block;
	padding: 8px 0;
	margin-bottom:0;
}
.has_padding.first-child .col-md-4 h3 ,
.red_bg.blue_bg h3{
    text-transform: uppercase;
    font-size: 30px;
    font-family: "bebas_neuebold";
    color: rgb(255, 255, 255);
    background: #0058a9;
    display: inline;
    padding: 0 10px;
}
.has_padding.first-child .col-md-4 .section_title,
.red_bg.blue_bg{
    border-bottom: 1px solid #0058a9;
    margin-top: 20px;
    margin-bottom: 20px;
}
.curr_articles>div{
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	text-transform: uppercase;
}
.events{
	height:388px;
	overflow:auto;
}
.events .event .title{
  font-size: 20px;
  font-family: 'DM Sans', sans-serif;
  color: rgb(0, 88, 169);
}
.carousel-control{
	width:49px;
	height:48px;
	background-color: rgba(255, 255, 255,0.9);
	background-repeat:no-repeat!important;
	background-position:center center;
	bottom: 100px;
	top: auto;
	opacity: 1;
}
.left.carousel-control{
	background-image:url("im/left.png")!important;
	left: 50px;
}
.right.carousel-control{
	background-image:url("im/right.png")!important;
	left: 100px;
}
.logo{
	margin-right: 20px;
}

hr.solarline{
	border-top: 4px solid #eaae1a;
}
hr.windline{
	border-top: 4px solid #3448a8;
}
hr.energyline{
	border-top: 4px solid #000000;
}
hr.geothermalline{
	border-top: 4px solid #315e31;
}
hr.biopowerline{
	border-top: 4px solid #7d5f36;
}
ul.breakcum{
	list-style:none;
	padding:0;
	display: inline;
}
ul.breakcum li{
	display:inline;
	font-size: 18px;
	font-family: 'DM Sans', sans-serif;
	font-weight:bold;
	color: black;
	background:url("im/breakcum_separator.png")no-repeat center right;
	padding: 10px 10px;
}
.solar .section_title h3{
	color:#eaae1a;
}
.wind .section_title h3{
	color:#3448a8;
}
.energy .section_title h3{
	color:#000000;
}
.geothermal .section_title h3{
	color:#315e31;
}
.biopower .section_title h3{
	color:#7d5f36;
}
.biopower{
	padding-bottom: 50px;
}
ul.breakcum li a{
	color:#525252;
}
ul.breakcum li:last-child{
	background:none;
}
.small_news_ad{
	padding-top:50px;
}
hr.fixmed{
	display:none;
}
.page_title {

}
.page_title {

    padding-bottom: 20px;
}
.page_title .line{
    margin-top: 4px;
	border-top: 4px solid ;
}
.page_title h3{
  font-size: 36px;
  font-family: "bebas_neuebold";
  margin-top:0;
}
.more_articles,
.popular_articles{
	padding:0;
	list-style:none
}
.more_articles li{
	background:url("im/more_blue.png") no-repeat 0 20px;
	padding:10px 0 10px 25px;
	border-bottom:2px solid #dcdbdb;
}
.popular_articles li{
	padding:10px 0 10px 0;
	border-bottom:2px solid #dcdbdb;
}
.popular_articles li:last-child{
	border-bottom:none;
}
.more_articles li a,
.popular_articles li a{
	font-size:18px;
	color:#0058a9;
}
.popular_articles li p{
	margin-bottom:0;
}
.popular_articles li .date{
	font-weight:bold;
}
.pagination>li>a, .pagination>li>span {
	margin: 0 4px 12px;
	font-size: 12px;
	font-family: 'DM Sans', sans-serif;
	color: rgb(113, 113, 113);
	font-weight:bold;
	line-height: 20px;
	border-radius: 4px;
	padding: 6px 14px;
}
.footer_logo img{
	max-width:100%;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #3ca347;
    border-color: #3ca347;
}
.post_content{
	font-size: 16px;
	font-family: 'DM Sans', sans-serif;
	color: rgb(123, 123, 125);
	padding-bottom: 50px;
}
.post_content h3 {
    font-weight: bold;
    border-bottom: 1px dashed #686868;
    display: inline-block;
    padding-bottom: 7px;
	margin-top: 0;
}
.hasframe {
    background: url("im/shadow.jpg") no-repeat bottom left #eae9e9;
    background-size: contain;
    padding: 8px;
    display: inline-block;
    float: left;
    margin-right: 15px;
	padding-bottom: 2%;
}
a.ad {
    margin: 20px 0;
    display: block;
}
.boldlist{
	padding-left:0;
	list-style:none;
	margin-left:10px
}
.boldlist li span{
	background: url("im/bold_bullet.png")no-repeat 0 6px;
	padding-left:20px;
}
.contactform {
	margin-bottom:40px;
}
.contactform input,
.contactform textarea,
.contactform select{
	background:#f0f0f0;
	border-radius:0;
	border:none;
	background-repeat:no-repeat;
	background-position:16px 16px;
	font-size: 14px;
	font-family: 'DM Sans', sans-serif;
	color: rgb(95, 94, 94);
	padding-left:50px;
}
.contactform select {
    background: #e3e3e3;
    box-shadow: none;
    color: #5f5e5e;
    padding: initial;
    padding-left: 100px;
    height: 48px;
    font-size: 18px;
}
.contactform textarea{
	padding:12px 10px 12px 60px;
}
/* Start: update contact form */
.contact-field {
	position:relative;
}
.contact-field input,
.contact-field select,
.contact-field textarea {
	background-color:#e3e3e3;
	height:48px;
	width:100% !important;
	padding-left:60px !important;
}
.contact-field::before {
    content: '';
    width: 50px;
    display: block;
    height: 100%;
    background-color: #f0f0f0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
}
.contact-name::before {
	background-image: url("im/ico_name.png");
}
.contact-email::before {
	background-image:url("im/ico_email.png");
}
.contact-to::before {
	content:'To';
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #5F5E5E;
}
.contact-subject::before {
	background-image:url("im/ico_subject.png");
}
.contact-message::before {
	background-image:url("im/ico_message.png");
	background-position:center 15px;
}
/* End: update contact form */

.contactform .form-control::-webkit-input-placeholder {
	color: #5f5e5e;
	font-size: 18px;
	font-family: 'DM Sans', sans-serif;
}

.contactform .form-control:-moz-placeholder { /* Firefox 18- */
	color: #5f5e5e;
	font-size: 18px;
	font-family: 'DM Sans', sans-serif;
}

.contactform .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #5f5e5e;
	font-size: 18px;
	font-family: 'DM Sans', sans-serif; 
}

.contactform .form-control:-ms-input-placeholder {  
	color: #5f5e5e;
	font-size: 18px;
	font-family: 'DM Sans', sans-serif;  
}
.contactform textarea{
	min-height:136px;
}
.contactform .btnsend {
    background: #2e2d2d;
    color: #fff;
    padding: 11px 25px !important;
    position: relative;
	display:block;
	width:auto !important;
	margin-left:auto;
	margin-top:10px;
}
@media (max-width:480px) {
	.contactform .btnsend {
		width:100% !important;
	}
}
ul.contact_info{
	list-style:none;
	padding-left:0;
}
ul.contact_info li{
	list-style:none;
	line-height: 26px;
}
ul.contact_info li span {
    width: 20px;
    display: inline-block;
}
.contactmap{
	height:302px;
	border:8px solid #fff;
	outline:1px solid #e5e5e5;
}
.to_ot {
    width: 66px;
    height: 48px;
    background-color: #F0F0F0;
    margin-top: -58px;
    padding-top: 14px;
    text-align: center;
	font-size: 18px;
}
.fc-event {
    border-radius: 3px;
    border: none;
	background: transparent;
    height: 20px;
    padding-left: 8px!important;
    padding-top: 5px;
	color: #9a9fad;
}
.fc-event .fc-content{
	border-bottom: 1px solid #e3e4e5;
}
.fc-event:hover {
	color: #9a9fad;
}
.fc-content-skeleton table tr:first-child .fc-event {
	background-color: #6376c2;
	background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.07) 50%, rgba(255,255,255,0.07) 51%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.07) 50%, rgba(255,255,255,0.07) 51%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.07) 50%, rgba(255,255,255,0.07) 51%);
    color: white;
}
.fc-content-skeleton table tr:first-child .fc-event .fc-content,
.fc-content-skeleton table tr:nth-child(4) .fc-event .fc-content{
	border-bottom:none;
}
.fc th {
    text-transform: uppercase;
	color:#8c91a1;
	background:#f5f5f5;
	padding:10px 0;
}
.fc-ltr .fc-basic-view .fc-day-number {
    color:#8c91a1;
	font-weight:bold;
}
.event_content{
	font-family: 'DM Sans', sans-serif;
}

.indus_box{ clear:both;}


@media (min-width: 768px){
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 13px;
	}
}

@media (min-width: 992px){
	span.home_sec_title{
		width:40%;
		float:right;
	}
}
@media (min-width: 1120px){
	span.home_sec_title{		width:47%;		float:right;	}

#main_sections_art span.home_sec_title{		width:60%;		}



}
@media (max-width: 768px){
	.carousel-caption {
		padding-right:20px;
		font-size:10px;
	}
	.carousel-caption .slide_title{
		font-size:12px;
	}
	.slide_date{
		display:none;
	}
	.logo{
		/* max-width: 50%; */
	}
	.navbar {
	  margin-top: -58px;
	  }
}
@media (max-width: 992px){
	.left1> [class*='col-'] {
	  /* padding-left: 0; */
	   overflow: hidden;
	}
	ul.footer_menu {
	  float: left;
	  }
	.ribbon_btn {
		float:none;
	}
	hr.fixmed{
		display:block;
	}
}
@media (max-width: 1145px){
	.ribbon_btn {
		float:none;
		margin-bottom:15px;
	}
	.top .banner{		display:none;	}

.has_padding.first-child .col-md-4 .section_title, .red_bg.blue_bg{margin-bottom: 10px;   margin-top: 10px;} 
ul.socials{margin-top: 10px}
.has_padding .ads_top a.banner img{width: 130px;}
.industry_news .col-md-6{min-height:115px;margin-bottom:15px;border-bottom:1px solid #EFE0E3; }

.curr_articles img,.industry_news img{ }




	.navbar {
		margin: 0;
		position: relative;
		margin-top: -68px;
		background-color: transparent;
	}
	.navbar-toggle {
		margin-right: 35px;
	}
	.navbar:before,
	.navbar:after{
		display:none!important;
	}
	.logo {
	  display: block;
	  margin: 10px 0 10px 30px;
	}
	.top{
	  padding-top: 20px;
	 }
	 .wrap {
		margin-top:0;
		overflow:hidden;
	 }
	 /*menu break point*/
	 .navbar-header {
        float: none!important;
    }
    .navbar-toggle {
        display: block!important;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none!important;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
.bfc a img{border:1px solid silver;width: 130px}

.ads_top img{
	max-width:100%;
	margin-right: 9px;
border:1px solid silver;
width:auto;
}
.red_bg{
	    border-bottom: 1px solid #e2663a;
}
.red_bg h3{
    text-transform: uppercase;
    font-size: 30px;
    font-family: "bebas_neuebold" !important;
    color: rgb(255, 255, 255);
    background: #e2663a;
    display: inline;
    padding: 0 10px;
}
.left1{
margin-top: 19px;
}

.ads_top{
	    margin-bottom: 32px;
text-align:center;
}
.wrapSearch{

    padding-left: 0;

}
.search{

    padding-right: 0px;
    padding-left: 0px;
	margin-bottom:10px;
}
.text_title{
    border-bottom: 1px solid;
	margin-bottom:5px;
}
.solar .line{
	border-color:#eaae1a;
}
.solar .text_title{
	color:#eaae1a;
	border-color:#eaae1a;
}
.wind  .line{
	border-color:#3448A8;
}
.wind  .text_title{
	color:#3448A8;
	border-color:#3448A8;
}
.energy_storage  .line{
	border-color:#000000;
}
.energy_storage  .text_title{
	color:#000000;
	border-color:#000000;
}
.biopower  .line{
	border-color:#7D5F36;
}
.biopower  .text_title{
	color:#7D5F36;
	border-color:#7D5F36;
}
.geothermal  .line{
	border-color:#315E31;
}
.geothermal  .text_title{
	color:#315E31;
	border-color:#315E31;
}
.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0; 
}
.contact_desc{
	margin-top: 0;
	margin-bottom:30px;
	font-size:22px;
}
.menu_item_home a:hover{
	color:#546773;
}
.nav.navbar-nav.pull-right li a{
	font-size:12px;
}
ul.pagination{
	margin-top:15px!important;
}

#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
#cssmenu ul,
#cssmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'DM Sans', sans-serif;
  font-size:13px;
  font-weight:bold;
  text-transform:uppercase;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul ul {
  top: 0;
  left: 160px;
  width: 160px;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
  bottom: 0;
  left: 0;
}
#cssmenu ul ul {
  margin-top: 0;
}
#cssmenu ul ul li {
  font-weight: normal;
}
#cssmenu a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}
/* Custom CSS Styles */
#cssmenu {
  background: #d5d5d5;
}
#cssmenu > ul {
  *display: inline-block;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu ul {
  text-transform: uppercase;
}
#cssmenu ul ul {
  text-transform: none;
  min-width: 160px;
}
#cssmenu ul ul a {
  background: #fff;
  color: #444;
  border: 1px solid #d9d9d9;
  border-top: 0 none;
  line-height: 150%;
  padding: 10px 20px;
  font-size: 12px;
}
#cssmenu ul ul ul {
  border-top: 0 none;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu ul ul li:first-child > a {
  border-top: 0px solid #d9d9d9;
}
#cssmenu ul ul li:hover > a {
  background: #f5f5f5;
  color: #333;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
#cssmenu ul li:hover > a{
  background: #eeeeee;
  color: #333;
}
#cssmenu ul li.active > a {
  background: #bebcbc;
  color: #365aaa;
}
#cssmenu ul li.has-sub > a:after {
  content: '';
  margin-left: 5px;
}
#cssmenu ul li.last ul {
  left: auto;
  right: 0;
}
#cssmenu ul li.last ul ul {
  left: auto;
  right: 99.5%;
}
#cssmenu a {
  background: #d5d5d5;
  color: #444;
  padding: 0 5px;
}
#cssmenu > ul > li > a {
  line-height: 43px;

}
.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}
.leftarrow {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px dashed;
    display: inline-block;
    height: 0;
    vertical-align: middle;
	float:right;
    width: 0;
	margin-top:5px;
}
#archive { margin-right:5px;}

@media (min-width: 991px){
	.top {
		max-height: 95px;
    	overflow: hidden;
	}
	.top .banner {
		margin-top:-43px;
	}
}

.indus_box a {
    text-decoration: none;
    color: grey;
    font-size: 15px;
    display: block;
    text-align: justify;
	text-transform: none;
	font-family: 'DM Sans' ,sans-serif;
}
.indus_box{ padding-bottom:12px;}
.indus_box a:hover {
    text-decoration: underline;
}
.iner_banner_advt img{width:auto !important;}


.feature_post_title {
    font-size: 18px;
    color: rgb(82, 82, 82);
    text-transform: none;
    margin: 0 0 1px 0;
}
.feature_post_title a {
	 text-transform: none;
}
.feature_article {
	margin-bottom:27px;
	text-transform:none;
	    font-size: 13px;
}

.feature_article img { width:100%; }
ul.breakcum li {
    display: inline;
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    font-weight: bold;
    color: black;
    background: url("https://dev.nacleanenergy.com//im/more.png")no-repeat center right;
    padding: 6px 18px 7px 9px;
}
div#products > div {
    margin-bottom: 17px;
}
.section_title > img { margin-top:-3px;}
.art_decc {
  text-transform: none;
      font-size: 13px;
}
.art_tt a {
	font-weight:normal;
	font-size:15px;
}
.page_title {
	background:white; 
}
#fix-pos {
	background:white;
	overflow:auto;
}
	