@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic:latin,greek-ext,cyrillic,latin-ext,greek,cyrillic-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Antic+Slab:400,400italic,700,700italic:latin,greek-ext,cyrillic,latin-ext,greek,cyrillic-ext,vietnamese');
body{
	font-family: "PT Sans",Arial,Helvetica,sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Antic Slab",Arial,Helvetica,sans-serif;
}
h1,h2,h3,h4,h5,h6,p{margin: 0}
ul{padding: 0; margin: 0;}
a{display: inline-block; text-decoration: none!important; outline: none!important;}
button{outline: none !important;}

/*header css start*/
header {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.5s;
    transition: background-color 0s;
    background-color: rgba(255, 255, 255, 0.1);
}
header.small_header {
    position: fixed;
	background-color: #fff;
	box-shadow: 0px 0px 4px #9E9E9E;
}
header nav.navbar {
    padding: 0;
}
header .navbar-brand img {
    max-height: 60px;
    transition: all 0.5s;
}
header.small_header .navbar-brand img {
    max-height: 45px;
}
header nav.navbar ul.navbar-nav {
    margin-left: auto;
}
header nav.navbar .navbar-nav .nav-item {
	margin-right: 10px;
    margin-left: 10px;
    position: relative;
}
header nav.navbar .navbar-nav .nav-link {
    padding: 0 !important;
    line-height: 95px;
    font-size: 18px;
    color: #d1a932;
    font-family: "Antic Slab",Arial,Helvetica,sans-serif;
    border-top: 5px solid transparent;
    transition: all 0.5s;
}
header.small_header nav.navbar .navbar-nav .nav-link {
	line-height: 55px;
}
header nav.navbar .navbar-nav .active .nav-link, header nav.navbar .navbar-nav .nav-link:hover {
	border-top-color: #e9a825;
	color: #e9a825
}
header nav.navbar .navbar-nav .nav-item i{
	display: none;
}
header .has_sub_menu .submenu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 160px;
    border-top: 3px solid #e9a825;
    background-color: #fff;
    display: none;
    box-shadow: 0px 0px 4px #9E9E9E;
}
header .has_sub_menu .submenu.right_align {
    left: auto;
    right: 0;
}
header .has_sub_menu:hover .submenu {
	display: block;
}
header .has_sub_menu .submenu a {
    padding: 5px;
    font-size: 15px;
    color: #d1a932;
    font-family: "Antic Slab",Arial,Helvetica,sans-serif;
    border-bottom: 1px solid #dcdbda;
    width: 100%;
}
header .has_sub_menu .submenu a.active,
header .has_sub_menu .submenu a:hover {
	color: #fff;
	background-color: #2ea079;
}
.navbar-toggler {
    padding: 0;
    height: 30px;
    width: 30px;
    border: none;
    position: relative;
    outline: none !important;
}
.navbar-toggler .navbar-toggler-inner,
.navbar-toggler .navbar-toggler-inner:after,
.navbar-toggler .navbar-toggler-inner:before {
	width: 30px;
	height: 4px;
	transition-timing-function: ease;
	transition-duration: 0.3s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #d1a932;
	position: absolute;
}
.navbar-toggler .navbar-toggler-inner{
	transition-timing-function: cubic-bezier(.55,.055,.675,.19);
	transition-duration: 75ms;
	top: 0;
	bottom: 0;
	margin: auto;
}
.navbar-toggler .navbar-toggler-inner:after,
.navbar-toggler .navbar-toggler-inner:before {
	display: block;
	content: "";
}
.navbar-toggler .navbar-toggler-inner:before {
	transition: top 75ms ease 0.12s,opacity 75ms ease;
}
.navbar-toggler .navbar-toggler-inner:before {
	top: -10px;
}
.navbar-toggler .navbar-toggler-inner:after {
	transition: bottom 75ms ease 0.12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
}
.navbar-toggler .navbar-toggler-inner:after {
	bottom: -10px;
}
.navbar-toggler.open_menu .navbar-toggler-inner {
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(.215,.61,.355,1);
	transform: rotate(45deg);
}
.navbar-toggler.open_menu .navbar-toggler-inner {
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(.215,.61,.355,1);
	transform: rotate(45deg);
}
.navbar-toggler.open_menu .navbar-toggler-inner:before {
	top: 0;
	transition: top 75ms ease,opacity 75ms ease 0.12s;
	opacity: 0;
}
.navbar-toggler.open_menu .navbar-toggler-inner:after {
	bottom: 0;
	transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) 0.12s;
	transform: rotate(-90deg);
}
/*header css end*/

/*footer css start*/
footer {
    background-color: #363839;
    padding: 50px 0px;
    overflow: hidden;
}
.footer_about_content img {
    margin-bottom: 24px;
    max-width: 100%;
}
.footer_about_content p {
    margin-bottom: 24px;
    line-height: 20px;
    font-size: 13px;
}
.footer_about_content a {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    line-height: 21px;
    padding-top: 17px;
    padding-bottom: 17px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    background-color: #1076BE;
    border-radius: 2px;
}
.footer_about_content a:hover {
	background-color: #67C4EA;
}
.footer_menu p {
    font-size: 13px;
    line-height: 13px;
    color: #ddd;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 28px;
}
.footer_menu ul li {
    list-style-type: none;
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.footer_menu ul li a {
    line-height: 40px;
    padding: 0px 10px;
    width: 100%;
    font-size: 13px;
}
.footer_menu ul li.active > a, .footer_menu ul li:hover > a, .footer_menu ul li.active > i, .footer_menu ul li:hover > i{
	background-color: #333;
}
.footer_menu ul li.has_sub_menu .submenu {
    background-color: #333;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 60px;
    visibility: hidden;
    opacity: 0;
	transition: all 0s;
}
.footer_menu ul li.has_sub_menu:hover .submenu{
	opacity: 1;
	visibility: visible;
	top: 40px;
    transition: all 0.5s;
}
.footer_menu ul li.has_sub_menu .submenu a {
	line-height: 30px;
	width: 100%;
}
.footer_menu ul li.has_sub_menu .submenu a.active,
.footer_menu ul li.has_sub_menu .submenu a:hover {
	background-color: #212121;
}
.footer_menu ul li.has_sub_menu > a {
    float: left;
    max-width: calc(100% - 30px);
}
.footer_menu ul li.has_sub_menu > i {
    float: left;
    font-size: 13px;
    color: #fff;
    width: 30px;
    line-height: 40px;
    text-align: center;
}
.footer_address h5, .footer_request_quote h5 {
    font-family: "PT Sans",Arial,Helvetica,sans-serif;
    line-height: 25px;
    font-size: 20px;
    margin-bottom: 38px;
    font-weight: bold;
}
.footer_address p, .footer_request_quote p {
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}
.footer_address p a:hover {
    color: #e9a825 !important;
}
.two_button_div a {
    float: left;
    max-width: 50%;
    padding: 1px;
}
.two_button_div a img {
    max-width: 100%;
}
.footer_request_quote a {
	background-color: #D1A00D;
	color: rgba(255,255,255,0.8);
	font-weight: bold;
	padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    line-height: 21px;
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 2px;
    text-transform: uppercase;
    margin-top: 30px;
    transition: all 0.3s;
    text-align: center;
}
.footer_request_quote a:hover {
	background-color: #30A37C;
}
.back_to_top {
    display: none;
    position: fixed;
    background-color: #333333;
    color: #fff !important;
    border-radius: 4px 4px 0px 0px;
    right: 30px;
    bottom: 0px;
    height: 30px;
    width: 42px;
    line-height: 30px;
    font-size: 22px;
    text-align: center;
    opacity: 0.9;
    z-index: 1000;
    transition: all 0.2s;
}
.back_to_top:hover {
    background-color: #e9a825;
}
/*footer css end*/

/*banner slider section css start*/
.banner_slider {
    position: relative;
}
.banner_slider ul.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    width: 100%;
    text-align: center;
}
.banner_slider .images_box img {
    width: 100%;
}
.banner_slider button.slick-arrow{
    opacity: 1;
    top: 120px;
    bottom: auto;
    right: 120px;
    left: auto;
}
.banner_slider button.slick-next.slick-arrow{
    right: 80px;
}
.full_logo{
    margin: auto;
}
.single_banner_slide{
    padding: 150px 0px 50px;
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
}
.logo_div {
    display: block;
    margin: auto;
    height: 240px;
    width: 240px;
    overflow: hidden;
}
.logo_div img {
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
}
.logo_div .one, .logo_div .two, .logo_div .three, .logo_div .four {
    height: 120px;
    width: 120px;
    float: left;
}
.logo_text img {
    display: table;
    margin: 15px auto 0px;
}
.full_logo h4{
    text-align: center;
    color: #fff;
    margin-top: 15px;
    font-size: 18px;
    font-family: "PT Sans",Arial,Helvetica,sans-serif;
}
.main_slide_text_content {
    margin: auto;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}
.main_slide_text_content h1 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-family: "PT Sans",Arial,Helvetica,sans-serif;
}
.video_frame_box iframe {
    display: table;
    margin: auto;
    width: 55vw;
    height: calc(55vw * 9 / 16);
}
.application_list h1{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    font-family: "PT Sans",Arial,Helvetica,sans-serif;
}
.single_appliction, .single_sign, .single_tech {
    display: table;
}
.app_image, .sign_image, .tech_image, .tech_image {
    padding-right: 10px;
}
.app_image, .app_name, .sign_image, .sign_name, .tech_image, .tech_name {
    display: table-cell;
    vertical-align: middle;
}
.sign_image img {
    max-width: 200px;
}
.app_image img {
    max-width: 100px;
}
.tech_image img {
    max-width: 80px;
}
.renewable_content h1 {
    font-size: 24px;
    text-align: center;
}
.renewable_content img {
    max-width: 100%;
    width: 75%;
    margin: auto;
}
.app_name p {
    padding: 5px 10px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 6px;
}
.sign_name p {
    font-size: 18px;
    color: #fff;
}
.complement_text h1 {
    color: #fff;
    line-height: 60px !important;
    display: table !important;
    text-shadow: 1px 1px 3px #000;
    margin: 0px auto 40px;
    position: relative;
    z-index: 1;
    font-size: 36px !important;
}
.complement_text h1 span.and {
    color: rgba(0, 0, 0, 0.5);
    font-size: 350%;
    position: absolute;
    left: 50px;
    bottom: 20px;
    text-shadow: none;
    z-index: -1;
}
.technology_content_slide h1 {
    font-size: 30px;
    color: #fff;
    font-family: "PT Sans",Arial,Helvetica,sans-serif;
}
.technology_content_slide h2 {
    font-size: 24px;
    color: #fff;
    font-family: "PT Sans",Arial,Helvetica,sans-serif;
}
.tech_name h5 {
    padding: 5px 10px;
    background-color: #299e7a;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    font-family: "PT Sans",Arial,Helvetica,sans-serif;
    display: inline-block;
    text-transform: uppercase;
}
.tech_name p {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
}
/*banner slider section css end*/

/*who we are section css start*/
.who_we_are_section {
    padding: 30px 0px 30px;
}
.who_we_are_section h1 {
    line-height: 48px;
    font-size: 34px;
    margin-bottom: 30px;
    color: #333;
}
.who_we_are_section h2 {
    line-height: 27px;
    font-size: 18px;
    color: #333;
}
/*who we are section css end*/

/*home slider section css start*/
.home_slider_section {
    display: inline-block;
    width: 100%;
    padding: 50px 0px;
}
.home_main_slider {
	position: relative;
}
.home_main_slider img {
    width: 90%;
    outline: none !important;
    margin: auto;
}
button.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 30px;
    margin: auto;
    padding: 0;
    z-index: 11;
    background-color: rgba(0, 0, 0, 0.6);
    border: none;
    outline: none;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    opacity: 0;
    transition: all 0.3s;
}
button.slick-next.slick-arrow {
    left: auto;
    right: 0;
}
button.slick-arrow:hover {
	background-color: rgba(0, 0, 0, 0.75);
}
.home_main_slider:hover button.slick-arrow{
	opacity: 1;
}
ul.slick-dots {
    display: table;
    margin: auto;
}
ul.slick-dots li {
    display: inline-block;
    margin: 0px 5px;
}
ul.slick-dots li button {
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 0;
    padding: 0;
    border: none;
    outline: none;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    box-shadow: 0px 0px 4px #E0E0E0;
}
ul.slick-dots li button:hover, ul.slick-dots li.slick-active button {
	background-color: rgba(0, 0, 0, 0.8);
}
/*home slider section css end*/

/*our mission section css start*/
.our_mission_section {
    background-image: url(../images/mission-1.jpg);
	background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}
.our_mission_section h1 {
    line-height: 48px;
    font-size: 34px;
    margin-bottom: 20px;
}
.our_mission_section h2 {
    line-height: 27px;
    font-size: 18px;
}
/*our mission section css end*/

/*testimonials section css start*/
.testimonials_section .section_title {
    padding: 40px 0px;
}
.testimonials_section h1 {
	font-size: 34px;
	line-height: 48px;
}
.testimonials_section .section_title h1 {
	font-weight: bold;
}
.testimonials_section .running_smoothly {
    background-image: url(../images/smothly-1.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px 120px;
}
.testimonials_section .greate_compliments {
    background-image: url(../images/Compliments-1.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px 120px;
}
.testimonials_section .greate_compliments h1 {
	line-height: 58px;
}
.testimonials_section .company_deliver {
    background-image: url(../images/ontime-1.jpg);
    background-position: left top;
    background-size: cover;
    padding: 80px 0px;
}
.testimonials_section .chartright_section {
    background-image: url(../images/ne-background-for-letter-1.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px;
}
.testimonials_section .chartright_section img {
	max-width: 100%;
}
/*testimonials section css end*/

/*technology section css start*/
.technologies_top_banner {
    background-attachment: fixed;
    background-image: url(../images/tech-wall.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px 30px;
    display: table;
    width: 100%;
}
.technologies_top_banner h1 {
    line-height: 48px;
    font-size: 34px;
    float: left;
    white-space: nowrap;
    padding-right: 10px;
}
.technologies_top_banner h2 {
    line-height: 27px;
    font-size: 18px;
    width: 100%;
    float: left;
 	margin-top: 30px;
}
.divider_line {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 1px;
    width: 100%;
}
.divider_line_inner {
	position: relative;
    display: block;
    width: 100%;
    border-style: solid;
    border: 0.5px solid #fff;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
}
.banner_title .main_title{
	display: table;
}
.technologies_main_section {
	background-image: url(../images/technology_bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}
.technologies_main_section .row {
    justify-content: center;
}
.image_box_with_content img {
    max-width: 100%;
    margin-bottom: 50px;
}
.image_box_with_content h1 {
    line-height: 48px;
    font-size: 34px;
    margin-bottom: 20px;
}
.image_box_with_content h3 {
    line-height: 24px;
    font-size: 16px;
}
.image_box_with_content a {
	padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    line-height: 21px;
    padding-top: 17px;
    padding-bottom: 17px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top: 20px;
}
.image_box_with_content a.btn_gray {
	background: #c0c0c0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#9e9e9e), to(#c0c0c0));
    background-image: -webkit-linear-gradient(bottom, #9e9e9e, #c0c0c0);
    background-image: -moz-linear-gradient(bottom, #9e9e9e, #c0c0c0);
    background-image: -o-linear-gradient(bottom, #9e9e9e, #c0c0c0);
    background-image: linear-gradient(to top, #9e9e9e, #c0c0c0);
    border: 1px solid #434c50;
    color: #434c50;
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.image_box_with_content a.btn_gray:hover {
	background: #9e9e9e;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#c0c0c0), to(#9e9e9e));
    background-image: -webkit-linear-gradient(bottom, #c0c0c0, #9e9e9e);
    background-image: -moz-linear-gradient(bottom, #c0c0c0, #9e9e9e);
    background-image: -o-linear-gradient(bottom, #c0c0c0, #9e9e9e);
    background-image: linear-gradient(to top, #c0c0c0, #9e9e9e);
}
.image_box_with_content a.btn_yellow {
	background: #fbdc86;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f8bf56), to(#fbdc86));
    background-image: -webkit-linear-gradient(bottom, #f8bf56, #fbdc86);
    background-image: -moz-linear-gradient(bottom, #f8bf56, #fbdc86);
    background-image: -o-linear-gradient(bottom, #f8bf56, #fbdc86);
    background-image: linear-gradient(to top, #f8bf56, #fbdc86);
    border: 1px solid #c0830b;
    color: #c0830b;
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.image_box_with_content a.btn_yellow:hover {
	background: #f8bf56;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fbdc86), to(#f8bf56));
    background-image: -webkit-linear-gradient(bottom, #fbdc86, #f8bf56);
    background-image: -moz-linear-gradient(bottom, #fbdc86, #f8bf56);
    background-image: -o-linear-gradient(bottom, #fbdc86, #f8bf56);
    background-image: linear-gradient(to top, #fbdc86, #f8bf56);
}
.image_box_with_content a.btn_blue {
	background: #b5e0f7;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#76c7f1), to(#b5e0f7));
    background-image: -webkit-linear-gradient(bottom, #76c7f1, #b5e0f7);
    background-image: -moz-linear-gradient(bottom, #76c7f1, #b5e0f7);
    background-image: -o-linear-gradient(bottom, #76c7f1, #b5e0f7);
    background-image: linear-gradient(to top, #76c7f1, #b5e0f7);
    border: 1px solid #1172c1;
    color: #1172c1;
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.image_box_with_content a.btn_blue:hover {
	background: #76c7f1;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#b5e0f7), to(#76c7f1));
    background-image: -webkit-linear-gradient(bottom, #b5e0f7, #76c7f1);
    background-image: -moz-linear-gradient(bottom, #b5e0f7, #76c7f1);
    background-image: -o-linear-gradient(bottom, #b5e0f7, #76c7f1);
    background-image: linear-gradient(to top, #b5e0f7, #76c7f1);
}
.image_box_with_content a.btn_red {
	background: #fd9c9c;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fc7d7d), to(#fd9c9c));
    background-image: -webkit-linear-gradient(bottom, #fc7d7d, #fd9c9c);
    background-image: -moz-linear-gradient(bottom, #fc7d7d, #fd9c9c);
    background-image: -o-linear-gradient(bottom, #fc7d7d, #fd9c9c);
    background-image: linear-gradient(to top, #fc7d7d, #fd9c9c);
    border: 1px solid #9d1111;
    color: #9d1111;
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.image_box_with_content a.btn_red:hover {
	background: #fc7d7d;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fd9c9c), to(#fc7d7d));
    background-image: -webkit-linear-gradient(bottom, #fd9c9c, #fc7d7d);
    background-image: -moz-linear-gradient(bottom, #fd9c9c, #fc7d7d);
    background-image: -o-linear-gradient(bottom, #fd9c9c, #fc7d7d);
    background-image: linear-gradient(to top, #fd9c9c, #fc7d7d);
}
.image_box_with_content a.btn_green {
	background: #d1e990;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#aad75d), to(#d1e990));
    background-image: -webkit-linear-gradient(bottom, #aad75d, #d1e990);
    background-image: -moz-linear-gradient(bottom, #aad75d, #d1e990);
    background-image: -o-linear-gradient(bottom, #aad75d, #d1e990);
    background-image: linear-gradient(to top, #aad75d, #d1e990);
    border: 1px solid #9dba60;
    color: #54770f;
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.image_box_with_content a.btn_green:hover {
	background: #aad75d;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d1e990), to(#aad75d));
    background-image: -webkit-linear-gradient(bottom, #d1e990, #aad75d);
    background-image: -moz-linear-gradient(bottom, #d1e990, #aad75d);
    background-image: -o-linear-gradient(bottom, #d1e990, #aad75d);
    background-image: linear-gradient(to top, #d1e990, #aad75d);
}
/*technology section css end*/

/*breadcrumb section css start*/
.breadcrumb_section {
    background-color: #F6F6F6;
    padding: 30px 0px 30px;
    margin-top: 100px;
    border-top: 1px solid #d2d3d4;
    border-bottom: 1px solid #d2d3d4;
}
.breadcrumb_section h2 {
    font-size: 18px;
    line-height: normal;
    color: #333;
    line-height: 24px;
}
.breadcrumb_section ul {
    float: right;
}
.breadcrumb_section ul li,
.breadcrumb_section ul li a {
    color: #333;
    font-size: 12px;
    display: inline-block;
    line-height: 24px;
}
/*breadcrumb section css end*/

/*brochure section css start*/
.brochure_section {
    padding: 30px 0px;
}
.brochure_section img {
    max-width: 100%;
    min-width: 100%;
}
/*brochure section css end*/

/*news section css start*/
.news_section {
    background-image: url(../images/news-back.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0px;
}
.news_content {
    display: table;
    margin: auto;
}
.image_box, .text_box {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 15px;
}
.text_box h1 {
    line-height: 48px;
    font-size: 34px;
    margin: 15px 0px;
}
.text_box h2 {
    line-height: 27px;
    font-size: 18px;
    margin: 15px 0px;
}
.text_box a {
    font-size: 16px;
    margin-bottom: 15px;
}
/*news section css end*/

/*articles section css start*/
.articles_section{
    background-image: url(../images/artical-back.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0px;
}
.single_article h2{
    line-height: 27px;
    font-size: 18px;
    margin: 15px 0px;
}
.single_article img{
    max-width: 100%;
}
/*articles section css end*/

/*industries section css start*/
.single_industry{
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 70px 0px;
    position: relative;
}
.NACE_section{
    background-image: url(../images/nacleanenergy-back.png);
}
.CSIA_section{
    background-image: url(../images/cansiasadsadsdssad.png);
}
.SI_section{
    background-image: url(../images/SILogo-back-llll.jpg);
}
.NAWP_section{
    background-image: url(../images/nawindpoweaaaaa.jpg);
}
.UL_section{
    background-image: url(../images/UL-back-jpg.jpg);
}
.CSAG_section{
    background-image: url(../images/csa-back.jpg);
}
.IEEE_section{
    background-image: url(../images/ieee.jpg);
}
.ANSI_section{
    background-image: url(../images/ansi-back.jpg);
}
.IDA_section{
    background-image: url(../images/ida-back.jpg);
}
.AE_section{
    background-image: url(https://ascentgreenenergycom.ipage.com/wp-content/uploads/2015/09/Alternative-Energy-back.jpg);
}
.SPI_section{
    background-image: url(https://ascentgreenenergycom.ipage.com/wp-content/uploads/2015/09/Solar-Power-International.jpg);
}
.single_industry:before{
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.single_industry:nth-child(2n):before{
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
}
.single_industry .industry_text_content a{
    color: #333;
    display: table;
    margin: 20px 0px;
    position: relative;
    margin-left: auto;
}
.single_industry:nth-child(2n) .industry_text_content a{
    color: #fff;
    margin-left: 0;
}
.single_industry .industry_text_content a:hover{
    color: #e9a825 !important;
}
.single_industry .industry_image{
    position: relative;
    margin-top: 50px;
}
.single_industry .industry_image img {
    max-width: 100%;
}
.single_industry:nth-child(2n) .industry_image{
    text-align: right;
}
.single_industry .industry_text_content a h1 {
    line-height: 48px;
    font-size: 34px;
}
.single_industry .industry_text_content a h2 {
    line-height: 27px;
    font-size: 18px;
}
/*industries section css end*/

/*how to achieve success section start*/
.how_to_achieve_success{
    padding: 50px 0px;
}
.achieve_success_slider {
    position: relative;
}
.achieve_success_slider ul.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    width: 100%;
    text-align: center;
}
.achieve_success_slider .images_box img {
    width: 100%;
}
.achieve_success_slider:hover button.slick-arrow {
    opacity: 1;
}
.how_to_achieve_success .main_title{
    display: table;
}
.how_to_achieve_success h1 {
    line-height: 48px;
    font-size: 34px;
    display: table-cell;
    padding-right: 10px;
    white-space: nowrap;
}
.how_to_achieve_success h3 {
    line-height: 24px;
    font-size: 16px;
    margin-top: 20px;
}
.how_to_achieve_success .main_title .divider_line_inner {
    border-color: #000;
}
/*how to achieve success section end*/

/*we like to know section start*/
.we_like_to_know_section {
    background-image: url(../images/slide_4.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
}
.fill_and_send_text h1 {
    line-height: 48px;
    font-size: 34px;
}
.fill_and_send_text a.send_your_request {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    line-height: 21px;
    padding-top: 17px;
    padding-bottom: 17px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top: 20px;
    background: #fbdc86;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f8bf56), to(#fbdc86));
    background-image: -webkit-linear-gradient(bottom, #f8bf56, #fbdc86);
    background-image: -moz-linear-gradient(bottom, #f8bf56, #fbdc86);
    background-image: -o-linear-gradient(bottom, #f8bf56, #fbdc86);
    background-image: linear-gradient(to top, #f8bf56, #fbdc86);
    border: 1px solid #c0830b;
    color: #c0830b;
}
.fill_and_send_text a.send_your_request:hover {
    background: #f8bf56;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fbdc86), to(#f8bf56));
    background-image: -webkit-linear-gradient(bottom, #fbdc86, #f8bf56);
    background-image: -moz-linear-gradient(bottom, #fbdc86, #f8bf56);
    background-image: -o-linear-gradient(bottom, #fbdc86, #f8bf56);
    background-image: linear-gradient(to top, #fbdc86, #f8bf56);
}
.list_of_fill_and_send li{
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 12px;
    list-style-type: none;
    padding-left: 50px;
    position: relative;
}
.list_of_fill_and_send li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #2ea079;
    line-height: 35px;
    font-size: 35px;
}
/*we like to know section end*/

/*our help section css start*/
.our_help {
    padding: 30px 0px;
    text-align: center;
}
.our_help h1 {
    color: #2ea079;
    line-height: 48px;
    font-size: 34px;
}
/*our help section css end*/

/*send your request popup css start*/
#sendYourRequest h4.modal-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.contact_us_main_content textarea,
#sendYourRequest textarea {
    resize: none;
    height: 120px;
}
.contact_us_main_content .submit_button,
#sendYourRequest .submit_button,
#sendYourRequest .close_button {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    background: #fbdc86;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f8bf56), to(#fbdc86));
    background-image: -webkit-linear-gradient(bottom, #f8bf56, #fbdc86);
    background-image: -moz-linear-gradient(bottom, #f8bf56, #fbdc86);
    background-image: -o-linear-gradient(bottom, #f8bf56, #fbdc86);
    background-image: linear-gradient(to top, #f8bf56, #fbdc86);
    border: 1px solid #c0830b;
    color: #c0830b;
}
.contact_us_main_content .submit_button:hover,
#sendYourRequest .submit_button:hover,
#sendYourRequest .close_button:hover {
    background: #f8bf56;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fbdc86), to(#f8bf56));
    background-image: -webkit-linear-gradient(bottom, #fbdc86, #f8bf56);
    background-image: -moz-linear-gradient(bottom, #fbdc86, #f8bf56);
    background-image: -o-linear-gradient(bottom, #fbdc86, #f8bf56);
    background-image: linear-gradient(to top, #fbdc86, #f8bf56);
}
#sendYourRequest div > label{
    width: 100%;
}
/*send your request popup css end*/

/*privacy policy section css start*/
.privacy_policies_list_section {
    padding: 70px 0px;
}
.privacy_policies_list_section {
    line-height: 20px;
    font-size: 13px;
    color: #747474;
}
.privacy_policies_list_section a {
    color: #757575;
}
.privacy_policies_list_section a:hover {
    color: #e9a825;
}
.privacy_policies_list_section ul > li {
    line-height: 22px;
    padding-left: 30px;
    list-style: none;
    position: relative;
    margin-bottom: 10px;
}
.privacy_policies_list_section ul > li > i {
    position: absolute;
    left: 0;
    top: 0;
    color: #2ea079;
    line-height: 22px;
    font-size: 22px;
}
.privacy_policies_list_section ul.sub_policy_list {
    padding-left: 30px;
}
.privacy_policies_list_section ul.sub_policy_list li {
    margin: 0;
    list-style-type: circle;
    padding: 0;
}
/*privacy policy section css end*/

/*contact section css start*/
.contact_us_section {
    padding: 70px 0px;
}
.location_map_section {
    margin-top: 100px;
    position: relative;
    overflow: hidden;
}
.location_map_section iframe {
    width: 100%;
    height: 350px;
    float: left;
}
.contact_us_section h2 {
    color: #333;
    line-height: 27px;
    font-size: 18px;
}
.contact_page_title h2 {
    white-space: nowrap;
    display: table-cell;
    padding-right: 10px;
}
.contact_page_title .divider_line_inner {
    border-width: 1px 0;
    border-color: #e0dede;
    padding: 2px;
}
.contact_us_section .contact_us_side_content h2 {
    color: #2EA27A;
}
.contact_us_section h3 {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 20px;
}
.side_nav_accordion a,
.contact_us_section a,
.contact_us_section p {
    font-family: "Antic Slab",Arial,Helvetica,sans-serif;
    font-size: 13px;
    color: #333;
    line-height: 18px;
    display: table;
}
.contact_us_section a:hover {
    color: #e9a825;
}
.single_accordion {
    border-bottom: 1px solid #e0dede;
}
.single_accordion a.collapsed {
    color: #333 !important;
}
.single_accordion a.collapsed:hover,
.single_accordion a {
    display: table;
    padding: 12px 12px 12px 35px;
    width: 100%;
    position: relative;
    color: #e9a825 !important;
    cursor: pointer;
}
.single_accordion a.collapsed:hover:before,
.single_accordion a:before {
    height: 25px;
    width: 25px;
    line-height: 25px;
    content: "-";
    color: #fff;
    position: absolute;
    text-align: center;
    font-size: 18px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #e9a825;
}
.single_accordion a.collapsed:before {
    background-color: #333;
    content: "+";
}
.single_accordion a.collapsed:hover:before {
    content: "+";
}
.single_accordion p {
    color: #747474;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0px 15px;
}
.contact_page_title {
    display: table;
}
/*contact section css end*/

/*gallery section css start*/
.image_gallery_section{
    padding: 70px 0px;
}
.image_gallery ul.filter_btns {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #e0dede;
    border-bottom: 1px solid #e0dede;
}
.image_gallery ul.filter_btns li {
    display: inline-block;
    float: left;
    margin-right: 25px;
}
.image_gallery ul.filter_btns li a {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    border-top: 3px solid transparent;
    padding-bottom: 3px;
}
.image_gallery ul.filter_btns li a:hover {
    color: #e9a825;
}
.image_gallery ul.filter_btns li a.active_filter{
    border-color: #e9a825;
    color: #e9a825;
}
.image_gallery .gallery_box {
    position: relative;
    overflow: hidden;
}
.image_gallery .on_hover_content {
    background-image: linear-gradient(top, rgba(232,203,144,.85) 0%, rgba(214,173,90,.85) 100%);
    background-image: -o-linear-gradient(top, rgba(232,203,144,.85) 0%, rgba(214,173,90,.85) 100%);
    background-image: -moz-linear-gradient(top, rgba(232,203,144,.85) 0%, rgba(214,173,90,.85) 100%);
    background-image: -webkit-linear-gradient(top, rgba(232,203,144,.85) 0%, rgba(214,173,90,.85) 100%);
    background-image: -ms-linear-gradient(top, rgba(232,203,144,.85) 0%, rgba(214,173,90,.85) 100%);
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgba(232,203,144,.85)), color-stop(1, rgba(214,173,90,.85)) );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8cb90', endColorstr='#d6ad5a') progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
}
.image_gallery .gallery_box:hover .on_hover_content {
    left: 0;
}
.image_gallery .on_hover_content h4 {
    padding: 10px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.fancybox-caption{
    padding: 10px;
    text-align: center;
    background-color: #000;
}
/*gallery section css end*/

/*using green energy section css start*/
.using_green_energy_section{
    padding: 70px 0px;
}
.using_green_energy_slider {
    position: relative;
}
.using_green_energy_slider .images_box img{
    width: 100%;
}
.using_green_energy_slider ul.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    width: 100%;
    text-align: center;
}
.using_green_energy_slider:hover button.slick-arrow {
    opacity: 1;
}
.using_green_energy_section h1 {
    line-height: 48px;
    font-size: 34px;
    margin-bottom: 30px;
    color: #333;
    font-weight: bold;
}
.using_green_energy_section h2 {
    line-height: 27px;
    font-size: 18px;
    color: #333;
}
.using_green_energy_section ul{
    padding-left: 20px;
}
/*using green energy section css end*/

/*optimized system section css start*/
.optimized_system_section {
    background-image: url(../images/apppppppp-back.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
}
.optimized_system_slider {
    position: relative;
}
.optimized_system_slider .images_box img{
    width: 100%;
}
.optimized_system_slider ul.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    width: 100%;
    text-align: center;
}
.optimized_system_slider:hover button.slick-arrow {
    opacity: 1;
}
.optimized_system_section h1 {
    line-height: 48px;
    font-size: 34px;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
}
.optimized_system_list ul li {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 12px;
    list-style-type: none;
    padding-left: 50px;
    position: relative;
    color: #fff;
}
.optimized_system_list ul li i {
    position: absolute;
    left: 0;
    top: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    background-color: #e9a825;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
}
/*optimized system section css end*/

/*small summary section css start*/
.small_summary_section {
    background-color: #F5F5F5;
    padding: 30px 0px;
}
.summary_image_box img {
    width: 100%;
}
.summary_content_box table {
    margin: 10px 0;
    font-size: 14px;
}
.summary_content_box table th {
    white-space: nowrap;
}
/*small summary section css start*/

/*hybrid wind and solar section start*/
.hybrid_Wind_and_solar_section {
    padding: 70px 0px;
}
.hybrid_Wind_and_solar_section img {
    width: 100%;
}
.hybrid_Wind_and_solar_section h2 {
    line-height: 27px;
    font-size: 18px;
    color: #333;
    margin: 10px 0px 20px;
}
/*hybrid wind and solar section end*/

/*billboard light section css start*/
.billboard_light_section {
    padding: 70px 0px;
    background-image: url(../images/billboard-back.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.billboard_light_section li {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 12px;
    list-style-type: none;
    padding-left: 50px;
    position: relative;
    color: #fff;
}
.billboard_light_section li i {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #e9a825;
    line-height: 35px;
    font-size: 22px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
}
.billboard_light_section img {
    max-width: 300px;
}
/*billboard light section css end*/

/*solar energy section css start*/
.solar_energy_section{
    padding: 70px 0px;
}
.solar_energy_slider {
    position: relative;
}
.solar_energy_slider .images_box img{
    width: 100%;
}
.solar_energy_slider ul.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    width: 100%;
    text-align: center;
}
.solar_energy_slider:hover button.slick-arrow {
    opacity: 1;
}
.solar_energy_section .text_content_title h2 {
    line-height: 27px;
    font-size: 18px;
    color: #333;
    display: table-cell;
    white-space: nowrap;
    padding-right: 10px;
}
.solar_energy_section .text_content h3 {
    line-height: 24px;
    font-size: 16px;
    margin-top: 20px;
}
.solar_energy_section .text_content_title .divider_line_inner {
    border-color: #e0dede;
}
.solar_energy_section .text_content p {
    font-size: 13px;
    line-height: 20px;
}
.solar_energy_section .text_content ul li{
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 13px;
    list-style-type: none;
}
.solar_energy_section .text_content ul li i{
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    color: #fff;
    background-color: #e9a825;
    font-size: 10px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
}
.solar_energy_section .text_content ul li ol {
    padding-left: 20px;
}
.solar_energy_section .text_content ul li ol li {
    padding-left: 0;
    list-style-type: decimal;
}
/*solar energy section css end*/

/*case study section css start*/
.project_case_study_section{
    padding: 70px 0px;
}
.case_study_image_box img {
    max-width: 100%;
    width: 100%;
}
.single_case_study {
    border: 1px solid #e0dede;
    border-bottom-width: 3px;
}
.case_study_image_box {
    position: relative;
    overflow: hidden;
}
.case_study_image_box a.on_hover_content {
    background-image: linear-gradient(top, rgba(232,203,144,.85) 0%, rgba(214,173,90,.85) 100%);
    background-image: -o-linear-gradient(top, rgba(232,203,144,.85) 0%, rgba(214,173,90,.85) 100%);
    background-image: -moz-linear-gradient(top, rgba(232,203,144,.85) 0%, rgba(214,173,90,.85) 100%);
    background-image: -webkit-linear-gradient(top, rgba(232,203,144,.85) 0%, rgba(214,173,90,.85) 100%);
    background-image: -ms-linear-gradient(top, rgba(232,203,144,.85) 0%, rgba(214,173,90,.85) 100%);
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgba(232,203,144,.85)), color-stop(1, rgba(214,173,90,.85)) );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8cb90', endColorstr='#d6ad5a') progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
}
.case_study_image_box:hover .on_hover_content {
    left: 0;
}
.case_study_image_box .on_hover_content h4 {
    padding: 10px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.case_study_text_box {
    padding: 25px;
}
.case_study_text_box a h2 {
    line-height: 27px;
    font-size: 18px;
    color: #333;
}
.case_study_text_box a:hover h2 {
    color: #e9a825;
}
.case_study_text_box ul{
    display: table;
    width: 100%;
    margin: 10px 0px 0px;
}
.case_study_text_box ul li, .case_study_text_box ul li a{
    font-size: 13px;
    color: #333;
    display: inline-block;
}
.case_study_text_box ul li {
    border-right: 1px solid #333;
    padding: 0px 5px;
    float: left;
}
.case_study_text_box ul li:first-child {
    padding-left: 0px;
}
.case_study_text_box ul li:last-child{
    border: none;
}
.case_study_text_box ul li a:hover{
    color: #e9a825;
}
.double_line_divider {
    padding: 3px;
    border: 1px solid #e0dede;
    display: table;
    width: 100%;
    margin: 20px 0px;
    border-left: 0px;
    border-right: 0px;
}
.case_study_text_box a.read_more_btn {
    font-size: 13px;
    color: #333;
}
.case_study_text_box a.read_more_btn:hover {
    color: #e9a825;
}
.recent_case_study_list h3{
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 20px;
}
.recent_case_study_list ul li {
    list-style-type: none;
}
.recent_case_study_list ul li a {
    font-size: 13px;
    color: #333;
    line-height: 40px;
    border-bottom: 1px solid #e0dede;
    width: 100%;
}
.recent_case_study_list ul li a:hover {
    color: #e9a825;
}
/*case study section css end*/

/*four component section css start*/
.four_component_section {
    background-image: url(../images/compo-back.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0px;
}
.four_com_title {
    display: table;
}
.four_com_title h2 {
    white-space: nowrap;
    display: table-cell;
    padding-right: 10px;
    color: #fff;
    line-height: 27px;
    font-size: 18px;
}
.four_com_title .divider_line_inner {
    border-width: 1px 0px;
    padding: 2px;
}
.single_component_box {
    text-align: center;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    min-height: 100%;
    flex-direction: column;
    border-radius: 4px;
}
.single_component_box.yellow_box {
    background-color: #d1a00d;
}
.single_component_box.blue_box {
    background-color: #0f75bc;
}
.single_component_box.skyblue_box {
    background-color: #25aae1;
}
.single_component_box.green_box {
    background-color: #2ea079;
}
.single_component_box .icon_box {
    line-height: 32px;
    text-align: center;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid #333;
    background-color: #5e5e5e;
    margin: 0px auto;
}
.single_component_box .icon_box i {
    line-height: 60px;
    font-size: 24px;
    color: #fff;
}
.single_component_box h2 {
    color: #fff;
    line-height: 27px;
    font-size: 18px;
    margin-top: 15px;
}
.four_component_section h3 {
    font-size: 16px;
    line-height: 24px;
}
/*four component section css start*/

/*components details section css start*/
.components_details_section{
    padding: 70px 0px;
    background-color: #F5F5F5;
}
.components_details_section img {
    width: 100%;
}
.component_detail_title h2 {
    display: table-cell;
    white-space: nowrap;
    padding-right: 10px;
    color: #333;
    font-size: 18px;
    line-height: 27px;
}
.component_detail_title .divider_line_inner {
    border-color: #e0dede;
}
.components_details_section h3 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}
.components_details_section h4 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 13px;
}
/*components details section css end*/

/*led profile section css start*/
.LED_lighting_profile_section{
    padding: 70px 0px;
}
.LED_lighting_profile_slider {
    position: relative;
}
.LED_lighting_profile_slider ul.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    width: 100%;
    text-align: center;
}
.LED_lighting_profile_slider .images_box img {
    width: 100%;
}
.LED_lighting_profile_slider:hover button.slick-arrow {
    opacity: 1;
}
.LED_lighting_profile_section h2 {
    font-size: 18px;
    line-height: 27px;
}
.LED_lighting_profile_section h3 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}
.LED_lighting_profile_content ul li {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 13px;
    list-style-type: none;
}
.LED_lighting_profile_content ul li i {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    color: #fff;
    background-color: #e9a825;
    font-size: 10px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
}
/*led profile section css end*/

/*how we are different section css start*/
.how_we_are_different {
    background-image: url(../images/difffffffsdsadadsadsa.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px;
}
.how_we_are_different h1 {
    line-height: 48px;
    font-size: 34px;
    margin-bottom: 30px;
}
.how_we_are_different h2 {
    line-height: 27px;
    font-size: 18px;
}
/*how we are different section css end*/

/*first challenge section css start*/
.first_challenge_section {
    padding: 50px 0px;
}
.first_challenge_section h1 {
    line-height: 48px;
    font-size: 34px;
    margin-top: 20px;
}
.first_challenge_section .double_line_divider{
    margin: 40px 0px;
}
.first_challenge_section img{
    max-width: 100%;
}
/*first challenge section css end*/

/*innovative solution section css start*/
.innovative_solution_section {
    background-image: url(../images/bkgd_bw2.jpg);
    background-position: center;
    background-color: #f8f8f8;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 0px;
}
.innovative_solution_section h1 {
    line-height: 48px;
    font-size: 34px;
}
.innovative_solution_section h2{
    line-height: 27px;
    font-size: 18px;
}
.innovative_solution_section img{
    max-width: 100%;
}
.innovative_solution_section ul{
    padding-left: 50px;
    padding-top: 30px;
}
/*innovative solution section css end*/

/*graph section css start*/
.graph_section{
    padding: 30px 0px;
}
.graph_section h2{
    line-height: 27px;
    font-size: 18px;
    margin-bottom: 20px;
}
.graph_section img{
    max-width: 100%;
}
/*graph section css end*/

/*dual axis sun tracking section css start*/
.dual_axis_sun_tracking_section {
    background-image: url(../images/mission.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 0px;
}
.dual_axis_sun_tracking_section img{
    max-width: 100%;
}
.dual_axis_sun_tracking_section h2 {
    line-height: 27px;
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
}
.sun_tracking_slider {
    position: relative;
}
.sun_tracking_slider ul.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    width: 100%;
    text-align: center;
}
.sun_tracking_slider .images_box img {
    width: 100%;
}
.sun_tracking_slider:hover button.slick-arrow {
    opacity: 1;
}
/*dual axis sun tracking section css end*/

/*second challenge section css start*/
.second_challenge_section {
    background-image: url(../images/bkgd_bw2.jpg);
    background-position: center;
    background-color: #f8f8f8;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}
.second_challenge_section h1 {
    line-height: 48px;
    font-size: 34px;
    margin-top: 20px;
}
.second_challenge_section .double_line_divider{
    margin: 40px 0px;
}
.second_challenge_section img{
    max-width: 100%;
}
.second_challenge_section ul{
    padding-left: 50px;
    padding-top: 30px;
}
.second_challenge_section ul li{
    margin-bottom: 10px;
}
.second_challenge_section h2{
    line-height: 27px;
    font-size: 18px;
}
/*second challenge section css end*/

/*third challenge section css start*/
.third_challenge_section {
    padding: 50px 0px;
}
.third_challenge_section h1 {
    line-height: 48px;
    font-size: 34px;
    margin-top: 20px;
}
.third_challenge_section .double_line_divider{
    margin: 40px 0px;
}
.third_challenge_section img{
    max-width: 100%;
}
.third_challenge_section ul{
    padding-left: 50px;
    padding-top: 30px;
}
.third_challenge_section ul li{
    margin-bottom: 10px;
}
.third_challenge_section h2{
    line-height: 27px;
    font-size: 18px;
}
.third_challenge_slider_section{
    background-image: url(../images/icion-back.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}
.third_challenge_slider .single_slide {
    padding: 15px;
}
.third_challenge_slider {
    position: relative;
}
.third_challenge_slider ul.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    width: 100%;
    text-align: center;
}
.third_challenge_slider .images_box img {
    width: 100%;
}
.third_challenge_slider:hover button.slick-arrow {
    opacity: 1;
}
/*third challenge section css end*/

/*wind generator section css start*/
.wind_generator_sectioin {
    padding: 50px 0px;
}
.wind_generator_sectioin img {
    max-width: 100%;
    width: 90%;
    margin-bottom: 30px;
}
.wind_generator_sectioin h1 {
    line-height: 48px;
    font-size: 34px;
    margin-top: 20px;
}
.wind_generator_sectioin h2{
    line-height: 27px;
    font-size: 18px;
    margin-bottom: 15px;
}
/*wind generator section css start*/

/*summary section css start*/
.summary_section{
    background-color: #333;
    padding: 40px 0px;
    position: relative;
}
.summary_section:before {
    content: "";
    height: 0;
    width: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #333333;
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    margin: auto;
}
.summary_section h1{
    line-height: 48px;
    font-size: 34px;
}
.summary_section .double_line_divider{
    margin: 40px 0px;
}
.summary_section ul li{
    line-height: 24px;
    font-size: 18px;
    color: #b1b1b1;
    margin-bottom: 20px;
    position: relative;
    list-style-type: none;
    padding-left: 35px;
}
.summary_section ul li i {
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
    background-color: #e9a825;
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
}
/*summary section css start*/

/*three contron details section css start*/
.three_control_details_section{
    background-image: url(../images/zzzzzzzzzzzzzzzzzzzzzzzzzzzzz.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px;
}
.three_control_details_section img{
    max-width: 100%;
    width: 90%;
    margin-bottom: 20px;
}
.three_control_details_section h2 {
    line-height: 27px;
    font-size: 18px;
    margin-bottom: 20px;
}
.three_control_details_section h3 {
    font-size: 16px;
    line-height: 24px;
}
/*three contron details section css end*/

/*case study detail section css start*/
.project_case_study_details_section {
    padding: 50px 0px;
}
.case_study_box {
    padding: 25px;
    border-bottom: 1px solid #e5e4e4;
}
.case_study_box:nth-child(2n+1){
    background-color: #f6f6f6;
}
.case_study_box h1 {
    line-height: 48px;
    font-size: 34px;
}
.case_study_box h2 {
    line-height: 27px;
    font-size: 18px;
}
.case_study_box h3 {
    font-size: 16px;
    line-height: 24px;
}
.case_study_box ul{
    padding-left: 50px;
}
.case_study_box img{
    max-width: 100%;
}
.image_list_slider {
    margin: 20px 0px 0px;
}
.image_list_slider .slick-slide{
    margin: 0px 5px;
}
.image_list_slider button.slick-arrow{
    opacity: 1;
}
.single_image_box a {
    position: relative;
    padding-top: calc(100% / 16 * 10);
    width: 100%;
}
.single_image_box a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: contain;
    background-color: #fff;
    border: 1px solid #e5e4e4;
}
/*case study detail section css end*/